@ahggg/dsh-side-chat 0.7.2 → 0.7.3

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 (173) hide show
  1. package/README.md +3 -3
  2. package/README.zh-CN.md +3 -3
  3. package/lib/client/apply.d.ts +0 -1
  4. package/lib/client/apply.js +0 -1
  5. package/lib/client/contracts.d.ts +0 -1
  6. package/lib/client/contracts.js +0 -1
  7. package/lib/client/index.d.ts +0 -1
  8. package/lib/client/index.js +0 -1
  9. package/lib/client/model-preference.d.ts +0 -1
  10. package/lib/client/model-preference.js +0 -1
  11. package/lib/client/panel/SelectionQuote.d.ts +0 -1
  12. package/lib/client/panel/SelectionQuote.js +0 -1
  13. package/lib/client/panel/SendIcon.d.ts +0 -1
  14. package/lib/client/panel/SendIcon.js +0 -1
  15. package/lib/client/panel/SideChatBody.d.ts +0 -1
  16. package/lib/client/panel/SideChatBody.js +0 -1
  17. package/lib/client/panel/SideChatErrorState.d.ts +0 -1
  18. package/lib/client/panel/SideChatErrorState.js +0 -1
  19. package/lib/client/panel/SideChatHeader.d.ts +0 -1
  20. package/lib/client/panel/SideChatHeader.js +0 -1
  21. package/lib/client/panel/SideChatModelSelect.d.ts +0 -1
  22. package/lib/client/panel/SideChatModelSelect.js +0 -1
  23. package/lib/client/panel/SideChatPanel.d.ts +0 -1
  24. package/lib/client/panel/SideChatPanel.js +0 -1
  25. package/lib/client/panel/StopIcon.d.ts +0 -1
  26. package/lib/client/panel/StopIcon.js +0 -1
  27. package/lib/client/panel/messages.d.ts +0 -1
  28. package/lib/client/panel/messages.js +0 -1
  29. package/lib/client/panel/use-auto-growing-textarea.d.ts +0 -1
  30. package/lib/client/panel/use-auto-growing-textarea.js +0 -1
  31. package/lib/client/parent-composer/ParentConversationAnnotations.d.ts +0 -1
  32. package/lib/client/parent-composer/ParentConversationAnnotations.js +26 -3
  33. package/lib/client/parent-composer/add-to-conversation.d.ts +0 -1
  34. package/lib/client/parent-composer/add-to-conversation.js +99 -8
  35. package/lib/client/parent-composer/annotation-persistence.d.ts +0 -1
  36. package/lib/client/parent-composer/annotation-persistence.js +0 -1
  37. package/lib/client/parent-composer/composer-reference.d.ts +16 -7
  38. package/lib/client/parent-composer/composer-reference.js +34 -2
  39. package/lib/client/parent-composer/referenced-conversation.d.ts +1 -2
  40. package/lib/client/parent-composer/referenced-conversation.js +26 -8
  41. package/lib/client/rc6/ArchivedConversation.d.ts +2 -3
  42. package/lib/client/rc6/ArchivedConversation.js +6 -5
  43. package/lib/client/rc6/Rc6SideChatOverlay.d.ts +0 -1
  44. package/lib/client/rc6/Rc6SideChatOverlay.js +0 -1
  45. package/lib/client/rc6/SideChatTool.d.ts +1 -2
  46. package/lib/client/rc6/SideChatTool.js +18 -9
  47. package/lib/client/rc6/context.d.ts +9 -3
  48. package/lib/client/rc6/context.js +0 -1
  49. package/lib/client/rc6/primitive-labels.d.ts +7 -0
  50. package/lib/client/rc6/primitive-labels.js +60 -0
  51. package/lib/client/rc6/remote-adapter.d.ts +0 -1
  52. package/lib/client/rc6/remote-adapter.js +4 -3
  53. package/lib/client/rc6/runtime-compat.d.ts +120 -0
  54. package/lib/client/rc6/runtime-compat.js +187 -0
  55. package/lib/client/rc6/sessions-adapter.d.ts +7 -4
  56. package/lib/client/rc6/sessions-adapter.js +62 -45
  57. package/lib/client/selection/ConversationAnnotationMarkers.d.ts +0 -1
  58. package/lib/client/selection/ConversationAnnotationMarkers.js +0 -1
  59. package/lib/client/selection/SelectionActions.d.ts +0 -1
  60. package/lib/client/selection/SelectionActions.js +0 -1
  61. package/lib/client/selection/selection-controller.d.ts +0 -1
  62. package/lib/client/selection/selection-controller.js +0 -1
  63. package/lib/client/selection/selection-limits.d.ts +0 -1
  64. package/lib/client/selection/selection-limits.js +0 -1
  65. package/lib/client/selection/selection-normalizer.d.ts +0 -1
  66. package/lib/client/selection/selection-normalizer.js +0 -1
  67. package/lib/client/side-chat-controller.d.ts +0 -1
  68. package/lib/client/side-chat-controller.js +0 -1
  69. package/lib/client.js +1173 -8951
  70. package/lib/host/archived-fork-service.d.ts +0 -1
  71. package/lib/host/archived-fork-service.js +71 -26
  72. package/lib/host/index.d.ts +0 -1
  73. package/lib/host/index.js +0 -1
  74. package/lib/index.d.ts +0 -1
  75. package/lib/index.js +0 -1
  76. package/lib/remote.d.ts +0 -1
  77. package/lib/remote.js +0 -1
  78. package/lib/shared/archived-wire.d.ts +0 -1
  79. package/lib/shared/archived-wire.js +0 -1
  80. package/lib/shared/constants.d.ts +0 -1
  81. package/lib/shared/constants.js +0 -1
  82. package/lib/shared/contracts.d.ts +0 -1
  83. package/lib/shared/contracts.js +0 -1
  84. package/lib/shared/error-codes.d.ts +0 -1
  85. package/lib/shared/error-codes.js +0 -1
  86. package/lib/shared/observable.d.ts +0 -1
  87. package/lib/shared/observable.js +0 -1
  88. package/lib/typert.d.ts +0 -1
  89. package/lib/typert.js +64 -51
  90. package/package.json +60 -38
  91. package/lib/client/apply.d.ts.map +0 -1
  92. package/lib/client/apply.js.map +0 -1
  93. package/lib/client/contracts.d.ts.map +0 -1
  94. package/lib/client/contracts.js.map +0 -1
  95. package/lib/client/index.d.ts.map +0 -1
  96. package/lib/client/index.js.map +0 -1
  97. package/lib/client/model-preference.d.ts.map +0 -1
  98. package/lib/client/model-preference.js.map +0 -1
  99. package/lib/client/panel/SelectionQuote.d.ts.map +0 -1
  100. package/lib/client/panel/SelectionQuote.js.map +0 -1
  101. package/lib/client/panel/SendIcon.d.ts.map +0 -1
  102. package/lib/client/panel/SendIcon.js.map +0 -1
  103. package/lib/client/panel/SideChatBody.d.ts.map +0 -1
  104. package/lib/client/panel/SideChatBody.js.map +0 -1
  105. package/lib/client/panel/SideChatErrorState.d.ts.map +0 -1
  106. package/lib/client/panel/SideChatErrorState.js.map +0 -1
  107. package/lib/client/panel/SideChatHeader.d.ts.map +0 -1
  108. package/lib/client/panel/SideChatHeader.js.map +0 -1
  109. package/lib/client/panel/SideChatModelSelect.d.ts.map +0 -1
  110. package/lib/client/panel/SideChatModelSelect.js.map +0 -1
  111. package/lib/client/panel/SideChatPanel.d.ts.map +0 -1
  112. package/lib/client/panel/SideChatPanel.js.map +0 -1
  113. package/lib/client/panel/StopIcon.d.ts.map +0 -1
  114. package/lib/client/panel/StopIcon.js.map +0 -1
  115. package/lib/client/panel/messages.d.ts.map +0 -1
  116. package/lib/client/panel/messages.js.map +0 -1
  117. package/lib/client/panel/use-auto-growing-textarea.d.ts.map +0 -1
  118. package/lib/client/panel/use-auto-growing-textarea.js.map +0 -1
  119. package/lib/client/parent-composer/ParentConversationAnnotations.d.ts.map +0 -1
  120. package/lib/client/parent-composer/ParentConversationAnnotations.js.map +0 -1
  121. package/lib/client/parent-composer/add-to-conversation.d.ts.map +0 -1
  122. package/lib/client/parent-composer/add-to-conversation.js.map +0 -1
  123. package/lib/client/parent-composer/annotation-persistence.d.ts.map +0 -1
  124. package/lib/client/parent-composer/annotation-persistence.js.map +0 -1
  125. package/lib/client/parent-composer/composer-reference.d.ts.map +0 -1
  126. package/lib/client/parent-composer/composer-reference.js.map +0 -1
  127. package/lib/client/parent-composer/referenced-conversation.d.ts.map +0 -1
  128. package/lib/client/parent-composer/referenced-conversation.js.map +0 -1
  129. package/lib/client/rc6/ArchivedConversation.d.ts.map +0 -1
  130. package/lib/client/rc6/ArchivedConversation.js.map +0 -1
  131. package/lib/client/rc6/Rc6SideChatOverlay.d.ts.map +0 -1
  132. package/lib/client/rc6/Rc6SideChatOverlay.js.map +0 -1
  133. package/lib/client/rc6/SideChatTool.d.ts.map +0 -1
  134. package/lib/client/rc6/SideChatTool.js.map +0 -1
  135. package/lib/client/rc6/context.d.ts.map +0 -1
  136. package/lib/client/rc6/context.js.map +0 -1
  137. package/lib/client/rc6/remote-adapter.d.ts.map +0 -1
  138. package/lib/client/rc6/remote-adapter.js.map +0 -1
  139. package/lib/client/rc6/sessions-adapter.d.ts.map +0 -1
  140. package/lib/client/rc6/sessions-adapter.js.map +0 -1
  141. package/lib/client/selection/ConversationAnnotationMarkers.d.ts.map +0 -1
  142. package/lib/client/selection/ConversationAnnotationMarkers.js.map +0 -1
  143. package/lib/client/selection/SelectionActions.d.ts.map +0 -1
  144. package/lib/client/selection/SelectionActions.js.map +0 -1
  145. package/lib/client/selection/selection-controller.d.ts.map +0 -1
  146. package/lib/client/selection/selection-controller.js.map +0 -1
  147. package/lib/client/selection/selection-limits.d.ts.map +0 -1
  148. package/lib/client/selection/selection-limits.js.map +0 -1
  149. package/lib/client/selection/selection-normalizer.d.ts.map +0 -1
  150. package/lib/client/selection/selection-normalizer.js.map +0 -1
  151. package/lib/client/side-chat-controller.d.ts.map +0 -1
  152. package/lib/client/side-chat-controller.js.map +0 -1
  153. package/lib/client.js.map +0 -1
  154. package/lib/host/archived-fork-service.d.ts.map +0 -1
  155. package/lib/host/archived-fork-service.js.map +0 -1
  156. package/lib/host/index.d.ts.map +0 -1
  157. package/lib/host/index.js.map +0 -1
  158. package/lib/index.d.ts.map +0 -1
  159. package/lib/index.js.map +0 -1
  160. package/lib/remote.d.ts.map +0 -1
  161. package/lib/remote.js.map +0 -1
  162. package/lib/shared/archived-wire.d.ts.map +0 -1
  163. package/lib/shared/archived-wire.js.map +0 -1
  164. package/lib/shared/constants.d.ts.map +0 -1
  165. package/lib/shared/constants.js.map +0 -1
  166. package/lib/shared/contracts.d.ts.map +0 -1
  167. package/lib/shared/contracts.js.map +0 -1
  168. package/lib/shared/error-codes.d.ts.map +0 -1
  169. package/lib/shared/error-codes.js.map +0 -1
  170. package/lib/shared/observable.d.ts.map +0 -1
  171. package/lib/shared/observable.js.map +0 -1
  172. package/lib/typert.d.ts.map +0 -1
  173. package/lib/typert.js.map +0 -1
@@ -26,4 +26,3 @@ export declare class ArchivedForkSideChatService {
26
26
  private archiveAndDispose;
27
27
  }
28
28
  export { boundaryCut as resolveArchivedForkBoundary };
29
- //# sourceMappingURL=archived-fork-service.d.ts.map
@@ -1,7 +1,5 @@
1
1
  import { randomUUID } from 'node:crypto';
2
2
  import { installModelSelection } from '@deepseek-ai/dsh-agent';
3
- import { resolveSessionPreset } from '@deepseek-ai/dsh-agent-presets';
4
- import { ApiRemoteSessionNotFound, inspectApiRemoteSession } from '@deepseek-ai/dsh-api-remotes';
5
3
  import { ReasoningEffortId } from '@deepseek-ai/dsh-llm';
6
4
  import { foldRequestHeader, SessionId as dshSessionId } from '@deepseek-ai/dsh-session';
7
5
  import { SessionId as clientSessionId } from '../shared/contracts.js';
@@ -17,6 +15,25 @@ function wireSelection(selection) {
17
15
  ...(selection.reasoningEffort === undefined ? {} : { reasoningEffort: String(selection.reasoningEffort) }),
18
16
  };
19
17
  }
18
+ function persistenceNotFound(error) {
19
+ if (!(error instanceof Error))
20
+ return false;
21
+ const candidate = error;
22
+ return candidate.name === 'SessionPersistenceNotFoundError'
23
+ || candidate.code === 'session/not-found'
24
+ || /^session ["'].+["'] not found$/iu.test(candidate.message);
25
+ }
26
+ function sessionPreset(header, events) {
27
+ for (let index = events.length - 1; index >= 0; index -= 1) {
28
+ const event = events[index];
29
+ if (event?.type !== 'agent-preset/selected')
30
+ continue;
31
+ const value = event.data.agentPreset;
32
+ if (typeof value === 'string' && value.length > 0)
33
+ return value;
34
+ }
35
+ return header.agentPreset;
36
+ }
20
37
  function inheritedSelection(source) {
21
38
  const config = (source.live?.session.requestHeader() ?? foldRequestHeader(source.events))?.config;
22
39
  if (config !== undefined) {
@@ -121,7 +138,7 @@ export class ArchivedForkSideChatService {
121
138
  source = await this.readParent(request.parentSessionId);
122
139
  }
123
140
  catch (error) {
124
- if (error instanceof ApiRemoteSessionNotFound) {
141
+ if (persistenceNotFound(error)) {
125
142
  return failure('parent_session_missing', 'The parent session could not be found.');
126
143
  }
127
144
  this.ctx.logger.warn(`archived Side Chat source read failed: ${String(error)}`);
@@ -152,18 +169,29 @@ export class ArchivedForkSideChatService {
152
169
  if (composition.setup !== undefined)
153
170
  await composition.setup(childCtx);
154
171
  };
155
- handle = await this.ctx.agents.create({
156
- sessionId: childDshId,
157
- seed: source.events.slice(0, boundary.cut),
158
- meta: {
159
- ...(source.header.cwd === undefined ? {} : { cwd: source.header.cwd }),
160
- parentSession: source.id,
161
- seedLength: boundary.cut,
162
- ...(composition.agentPreset === undefined ? {} : { agentPreset: composition.agentPreset }),
163
- },
164
- agentOptions,
165
- setup,
166
- });
172
+ const seed = source.events.slice(0, boundary.cut);
173
+ const commonMeta = {
174
+ ...(source.header.cwd === undefined ? {} : { cwd: source.header.cwd }),
175
+ parentSession: source.id,
176
+ ...(composition.agentPreset === undefined ? {} : { agentPreset: composition.agentPreset }),
177
+ };
178
+ const createOptions = source.api === 'split'
179
+ ? {
180
+ sessionId: childDshId,
181
+ seed,
182
+ inheritedEventCount: boundary.cut,
183
+ meta: { ...commonMeta, isSeeded: true },
184
+ agentOptions,
185
+ setup,
186
+ }
187
+ : {
188
+ sessionId: childDshId,
189
+ seed,
190
+ meta: { ...commonMeta, seedLength: boundary.cut },
191
+ agentOptions,
192
+ setup,
193
+ };
194
+ handle = await this.ctx.agents.create(createOptions);
167
195
  const cwd = source.header.cwd;
168
196
  const workspace = cwd === undefined ? undefined : await this.ctx.workspaceRegistry.resolveByPath(cwd);
169
197
  await workspace?.attachSession(childDshId);
@@ -214,26 +242,44 @@ export class ArchivedForkSideChatService {
214
242
  const id = dshSessionId(parentSessionId);
215
243
  const live = this.ctx.agents.get(id);
216
244
  if (live !== undefined) {
217
- return { id, header: live.session.header, events: [...live.session.events], live };
245
+ const session = live.session;
246
+ const snapshotEvents = session.snapshotEvents;
247
+ const split = typeof snapshotEvents === 'function';
248
+ const events = split
249
+ ? snapshotEvents.call(session)
250
+ : session.events ?? [];
251
+ return {
252
+ id,
253
+ header: session.header,
254
+ events: [...events],
255
+ api: split ? 'split' : 'legacy',
256
+ live,
257
+ };
218
258
  }
219
- const inspected = await inspectApiRemoteSession(this.ctx, id);
220
- return { id: inspected.meta.id, header: inspected.meta, events: inspected.events };
259
+ const persistence = this.ctx.get('sessionPersistence');
260
+ if (persistence === undefined)
261
+ throw new Error('Session persistence is unavailable.');
262
+ const inspected = await persistence.inspect(id);
263
+ return {
264
+ id: inspected.meta.id,
265
+ header: inspected.meta,
266
+ events: inspected.events,
267
+ api: inspected.inheritedEventCount === undefined ? 'legacy' : 'split',
268
+ };
221
269
  }
222
270
  async resolveComposition(source) {
223
271
  const presets = this.ctx.get('agentPresets');
224
272
  if (presets === undefined)
225
273
  return {};
226
- if (source.live !== undefined) {
227
- const agentPreset = presets.composedPreset(source.live.ctx);
274
+ const live = source.live;
275
+ if (live !== undefined) {
276
+ const agentPreset = presets.composedPreset(live.ctx);
228
277
  return {
229
278
  ...(agentPreset === undefined ? {} : { agentPreset }),
230
- setup: (childCtx) => { presets.composeFrom(childCtx, source.live.ctx); },
279
+ setup: (childCtx) => { presets.composeFrom(childCtx, live.ctx); },
231
280
  };
232
281
  }
233
- const resolved = await presets.resolve(resolveSessionPreset({
234
- header: source.header,
235
- events: source.events,
236
- }));
282
+ const resolved = await presets.resolve(sessionPreset(source.header, source.events));
237
283
  return {
238
284
  agentPreset: resolved.id,
239
285
  setup: async (childCtx) => { await presets.mount(childCtx, resolved.id); },
@@ -261,4 +307,3 @@ export class ArchivedForkSideChatService {
261
307
  }
262
308
  }
263
309
  export { boundaryCut as resolveArchivedForkBoundary };
264
- //# sourceMappingURL=archived-fork-service.js.map
@@ -1,2 +1 @@
1
1
  export { ArchivedForkSideChatService, resolveArchivedForkBoundary, } from './archived-fork-service.js';
2
- //# sourceMappingURL=index.d.ts.map
package/lib/host/index.js CHANGED
@@ -1,2 +1 @@
1
1
  export { ArchivedForkSideChatService, resolveArchivedForkBoundary, } from './archived-fork-service.js';
2
- //# sourceMappingURL=index.js.map
package/lib/index.d.ts CHANGED
@@ -21,4 +21,3 @@ export declare class DshSideChatPlugin extends TypertRemoteService {
21
21
  closeArchived(request: CloseSideChatRequest): Promise<SideChatResult<CloseSideChatValue>>;
22
22
  }
23
23
  export default DshSideChatPlugin;
24
- //# sourceMappingURL=index.d.ts.map
package/lib/index.js CHANGED
@@ -24,4 +24,3 @@ export class DshSideChatPlugin extends TypertRemoteService {
24
24
  }
25
25
  }
26
26
  export default DshSideChatPlugin;
27
- //# sourceMappingURL=index.js.map
package/lib/remote.d.ts CHANGED
@@ -22,4 +22,3 @@ export declare const TYPERT_REMOTE: TypertRemoteContribution;
22
22
  export default TYPERT_REMOTE;
23
23
  export type { CloseSideChatRequest, CloseSideChatValue, CreateSideChatRequest, CreateSideChatValue, SelectSideChatModelRequest, SelectSideChatModelValue, SideChatRemote, SideChatResult, SideChatWireError, } from './shared/contracts.js';
24
24
  export { SIDE_CHAT_ERROR_CODES, isSideChatErrorCode } from './shared/error-codes.js';
25
- //# sourceMappingURL=remote.d.ts.map
package/lib/remote.js CHANGED
@@ -5,4 +5,3 @@ export const TYPERT_REMOTE = {
5
5
  };
6
6
  export default TYPERT_REMOTE;
7
7
  export { SIDE_CHAT_ERROR_CODES, isSideChatErrorCode } from './shared/error-codes.js';
8
- //# sourceMappingURL=remote.js.map
@@ -153,4 +153,3 @@ export declare const archivedCloseResultSchema: z.ZodDiscriminatedUnion<[z.ZodOb
153
153
  recoverable: z.ZodBoolean;
154
154
  }, z.core.$strict>;
155
155
  }, z.core.$strict>], "ok">;
156
- //# sourceMappingURL=archived-wire.d.ts.map
@@ -45,4 +45,3 @@ function resultSchema(value) {
45
45
  export const archivedCreateResultSchema = resultSchema(createValueSchema);
46
46
  export const archivedSelectModelResultSchema = resultSchema(selectModelValueSchema);
47
47
  export const archivedCloseResultSchema = resultSchema(closeValueSchema);
48
- //# sourceMappingURL=archived-wire.js.map
@@ -13,4 +13,3 @@ export declare const DSH_BASELINE: Readonly<{
13
13
  }>;
14
14
  /** Maximum selected passage admitted by the client, measured as UTF-8 bytes. */
15
15
  export declare const MAX_SELECTION_BYTES: number;
16
- //# sourceMappingURL=constants.d.ts.map
@@ -13,4 +13,3 @@ export const DSH_BASELINE = Object.freeze({
13
13
  });
14
14
  /** Maximum selected passage admitted by the client, measured as UTF-8 bytes. */
15
15
  export const MAX_SELECTION_BYTES = 16 * 1024;
16
- //# sourceMappingURL=constants.js.map
@@ -105,4 +105,3 @@ export type SideChatPromptPart = {
105
105
  readonly name?: string;
106
106
  };
107
107
  export {};
108
- //# sourceMappingURL=contracts.d.ts.map
@@ -1,4 +1,3 @@
1
1
  export function SessionId(value) {
2
2
  return value;
3
3
  }
4
- //# sourceMappingURL=contracts.js.map
@@ -1,4 +1,3 @@
1
1
  export declare const SIDE_CHAT_ERROR_CODES: readonly ["selection_empty", "selection_outside_conversation", "selection_not_model_visible", "selection_too_large", "selection_stale", "selection_crosses_unsupported_nodes", "parent_session_missing", "parent_session_not_ready", "fork_unavailable", "side_chat_already_open", "side_chat_not_found", "side_chat_open_failed", "side_chat_prompt_failed", "side_chat_model_failed", "side_chat_interrupt_failed", "side_chat_destroy_failed", "transport_error", "invalid_request", "internal_error"];
2
2
  export type SideChatErrorCode = (typeof SIDE_CHAT_ERROR_CODES)[number];
3
3
  export declare function isSideChatErrorCode(value: unknown): value is SideChatErrorCode;
4
- //# sourceMappingURL=error-codes.d.ts.map
@@ -23,4 +23,3 @@ export function isSideChatErrorCode(value) {
23
23
  return typeof value === 'string'
24
24
  && SIDE_CHAT_ERROR_CODES.includes(value);
25
25
  }
26
- //# sourceMappingURL=error-codes.js.map
@@ -19,4 +19,3 @@ export declare class ObservableValue<T> implements HostObservable<T> {
19
19
  /** Drop listeners and refuse later publication. */
20
20
  dispose(): void;
21
21
  }
22
- //# sourceMappingURL=observable.d.ts.map
@@ -37,4 +37,3 @@ export class ObservableValue {
37
37
  this.listeners.clear();
38
38
  }
39
39
  }
40
- //# sourceMappingURL=observable.js.map
package/lib/typert.d.ts CHANGED
@@ -77,4 +77,3 @@ export declare const TYPERT: {
77
77
  }[];
78
78
  };
79
79
  export default TYPERT;
80
- //# sourceMappingURL=typert.d.ts.map
package/lib/typert.js CHANGED
@@ -1,51 +1,64 @@
1
- import { archivedCloseRequestSchema, archivedCloseResultSchema, archivedCreateRequestSchema, archivedCreateResultSchema, archivedSelectModelRequestSchema, archivedSelectModelResultSchema, } from './shared/archived-wire.js';
2
- function invocation(method, implementation, parameterSchema, resultSchema) {
3
- const requestType = method === 'create'
4
- ? 'CreateSideChatRequest'
5
- : method === 'selectModel'
6
- ? 'SelectSideChatModelRequest'
7
- : 'CloseSideChatRequest';
8
- const resultType = method === 'create'
9
- ? 'ArchivedCreateResult'
10
- : method === 'selectModel'
11
- ? 'ArchivedSelectModelResult'
12
- : 'ArchivedCloseResult';
13
- return {
14
- id: `@ahggg/dsh-side-chat#sideChatArchived/${method}`,
15
- service: 'sideChat',
16
- namespace: 'sideChatArchived',
17
- method,
18
- implementation,
19
- invocation: { kind: 'direct' },
20
- parameters: [{
21
- name: 'request',
22
- wire: 'request',
23
- source: 'json',
24
- codec: {
25
- mode: 'strict',
26
- typeSymbol: `@ahggg/dsh-side-chat/remote#${requestType}`,
27
- schema: parameterSchema,
28
- },
29
- }],
30
- result: {
31
- mode: 'strict',
32
- typeSymbol: `@ahggg/dsh-side-chat/remote#${resultType}`,
33
- schema: resultSchema,
34
- },
35
- sourceLocation: { file: 'src/index.ts', line: 1, column: 1 },
36
- };
37
- }
38
- export const ARCHIVED_INVOCATIONS = [
39
- invocation('create', 'createArchived', archivedCreateRequestSchema, archivedCreateResultSchema),
40
- invocation('selectModel', 'selectArchivedModel', archivedSelectModelRequestSchema, archivedSelectModelResultSchema),
41
- invocation('close', 'closeArchived', archivedCloseRequestSchema, archivedCloseResultSchema),
42
- ];
43
- export const TYPERT = {
44
- package: '@ahggg/dsh-side-chat',
45
- face: 'host',
46
- schemas: [],
47
- model: { services: [], events: [], objects: [] },
48
- invocations: ARCHIVED_INVOCATIONS,
49
- };
50
- export default TYPERT;
51
- //# sourceMappingURL=typert.js.map
1
+ var e;function t(e,t,n){function r(n,r){if(n._zod||Object.defineProperty(n,"_zod",{value:{def:r,constr:o,traits:new Set},enumerable:!1}),n._zod.traits.has(e))return;n._zod.traits.add(e),t(n,r);let i=o.prototype,a=Object.keys(i);for(let e=0;e<a.length;e++){let t=a[e];t in n||(n[t]=i[t].bind(n))}}let i=n?.Parent??Object;class a extends i{}Object.defineProperty(a,"name",{value:e});function o(e){var t;let i=n?.Parent?new a:this;r(i,e),(t=i._zod).deferred??(t.deferred=[]);for(let e of i._zod.deferred)e();return i}return Object.defineProperty(o,"init",{value:r}),Object.defineProperty(o,Symbol.hasInstance,{value:t=>n?.Parent&&t instanceof n.Parent?!0:t?._zod?.traits?.has(e)}),Object.defineProperty(o,"name",{value:e}),o}var n=class extends Error{constructor(){super(`Encountered Promise during synchronous parse. Use .parseAsync() instead.`)}},r=class extends Error{constructor(e){super(`Encountered unidirectional transform during encode: ${e}`),this.name=`ZodEncodeError`}};(e=globalThis).__zod_globalConfig??(e.__zod_globalConfig={});const i=globalThis.__zod_globalConfig;function a(e){return e&&Object.assign(i,e),i}function o(e){let t=Object.values(e).filter(e=>typeof e==`number`);return Object.entries(e).filter(([e,n])=>t.indexOf(+e)===-1).map(([e,t])=>t)}function s(e,t){return typeof t==`bigint`?t.toString():t}function c(e){return{get value(){{let t=e();return Object.defineProperty(this,"value",{value:t}),t}}}}function l(e){return e==null}function u(e){let t=+!!e.startsWith(`^`),n=e.endsWith(`$`)?e.length-1:e.length;return e.slice(t,n)}function d(e,t){let n=e/t,r=Math.round(n),i=2**-52*Math.max(Math.abs(n),1);return Math.abs(n-r)<i?0:n-r}const f=Symbol(`evaluating`);function p(e,t,n){let r;Object.defineProperty(e,t,{get(){if(r!==f)return r===void 0&&(r=f,r=n()),r},set(n){Object.defineProperty(e,t,{value:n})},configurable:!0})}function m(e,t,n){Object.defineProperty(e,t,{value:n,writable:!0,enumerable:!0,configurable:!0})}function h(...e){let t={};for(let n of e){let e=Object.getOwnPropertyDescriptors(n);Object.assign(t,e)}return Object.defineProperties({},t)}function ee(e){return JSON.stringify(e)}function te(e){return e.toLowerCase().trim().replace(/[^\w\s-]/g,``).replace(/[\s_-]+/g,`-`).replace(/^-+|-+$/g,``)}const ne=`captureStackTrace`in Error?Error.captureStackTrace:(...e)=>{};function g(e){return typeof e==`object`&&!!e&&!Array.isArray(e)}const re=c(()=>{if(i.jitless||typeof navigator<`u`&&navigator?.userAgent?.includes(`Cloudflare`))return!1;try{return Function(``),!0}catch{return!1}});function _(e){if(g(e)===!1)return!1;let t=e.constructor;if(t===void 0||typeof t!=`function`)return!0;let n=t.prototype;return g(n)!==!1&&Object.prototype.hasOwnProperty.call(n,`isPrototypeOf`)!==!1}function ie(e){return _(e)?{...e}:Array.isArray(e)?[...e]:e instanceof Map?new Map(e):e instanceof Set?new Set(e):e}const ae=new Set([`string`,`number`,`symbol`]);function v(e){return e.replace(/[.*+?^${}()|[\]\\]/g,`\\$&`)}function y(e,t,n){let r=new e._zod.constr(t??e._zod.def);return(!t||n?.parent)&&(r._zod.parent=e),r}function b(e){let t=e;if(!t)return{};if(typeof t==`string`)return{error:()=>t};if(t?.message!==void 0){if(t?.error!==void 0)throw Error("Cannot specify both `message` and `error` params");t.error=t.message}return delete t.message,typeof t.error==`string`?{...t,error:()=>t.error}:t}function oe(e){return Object.keys(e).filter(t=>e[t]._zod.optin===`optional`&&e[t]._zod.optout===`optional`)}const se={safeint:[-(2**53-1),2**53-1],int32:[-2147483648,2147483647],uint32:[0,4294967295],float32:[-34028234663852886e22,34028234663852886e22],float64:[-Number.MAX_VALUE,Number.MAX_VALUE]};function ce(e,t){let n=e._zod.def,r=n.checks;if(r&&r.length>0)throw Error(`.pick() cannot be used on object schemas containing refinements`);return y(e,h(e._zod.def,{get shape(){let e={};for(let r in t){if(!(r in n.shape))throw Error(`Unrecognized key: "${r}"`);t[r]&&(e[r]=n.shape[r])}return m(this,`shape`,e),e},checks:[]}))}function le(e,t){let n=e._zod.def,r=n.checks;if(r&&r.length>0)throw Error(`.omit() cannot be used on object schemas containing refinements`);return y(e,h(e._zod.def,{get shape(){let r={...e._zod.def.shape};for(let e in t){if(!(e in n.shape))throw Error(`Unrecognized key: "${e}"`);t[e]&&delete r[e]}return m(this,`shape`,r),r},checks:[]}))}function ue(e,t){if(!_(t))throw Error(`Invalid input to extend: expected a plain object`);let n=e._zod.def.checks;if(n&&n.length>0){let n=e._zod.def.shape;for(let e in t)if(Object.getOwnPropertyDescriptor(n,e)!==void 0)throw Error("Cannot overwrite keys on object schemas containing refinements. Use `.safeExtend()` instead.")}return y(e,h(e._zod.def,{get shape(){let n={...e._zod.def.shape,...t};return m(this,`shape`,n),n}}))}function de(e,t){if(!_(t))throw Error(`Invalid input to safeExtend: expected a plain object`);return y(e,h(e._zod.def,{get shape(){let n={...e._zod.def.shape,...t};return m(this,`shape`,n),n}}))}function fe(e,t){if(e._zod.def.checks?.length)throw Error(`.merge() cannot be used on object schemas containing refinements. Use .safeExtend() instead.`);return y(e,h(e._zod.def,{get shape(){let n={...e._zod.def.shape,...t._zod.def.shape};return m(this,`shape`,n),n},get catchall(){return t._zod.def.catchall},checks:t._zod.def.checks??[]}))}function pe(e,t,n){let r=t._zod.def.checks;if(r&&r.length>0)throw Error(`.partial() cannot be used on object schemas containing refinements`);return y(t,h(t._zod.def,{get shape(){let r=t._zod.def.shape,i={...r};if(n)for(let t in n){if(!(t in r))throw Error(`Unrecognized key: "${t}"`);n[t]&&(i[t]=e?new e({type:`optional`,innerType:r[t]}):r[t])}else for(let t in r)i[t]=e?new e({type:`optional`,innerType:r[t]}):r[t];return m(this,`shape`,i),i},checks:[]}))}function me(e,t,n){return y(t,h(t._zod.def,{get shape(){let r=t._zod.def.shape,i={...r};if(n)for(let t in n){if(!(t in i))throw Error(`Unrecognized key: "${t}"`);n[t]&&(i[t]=new e({type:`nonoptional`,innerType:r[t]}))}else for(let t in r)i[t]=new e({type:`nonoptional`,innerType:r[t]});return m(this,`shape`,i),i}}))}function x(e,t=0){if(e.aborted===!0)return!0;for(let n=t;n<e.issues.length;n++)if(e.issues[n]?.continue!==!0)return!0;return!1}function he(e,t=0){if(e.aborted===!0)return!0;for(let n=t;n<e.issues.length;n++)if(e.issues[n]?.continue===!1)return!0;return!1}function ge(e,t){return t.map(t=>{var n;return(n=t).path??(n.path=[]),t.path.unshift(e),t})}function S(e){return typeof e==`string`?e:e?.message}function C(e,t,n){let r=e.message?e.message:S(e.inst?._zod.def?.error?.(e))??S(t?.error?.(e))??S(n.customError?.(e))??S(n.localeError?.(e))??`Invalid input`,{inst:i,continue:a,input:o,...s}=e;return s.path??=[],s.message=r,t?.reportInput&&(s.input=o),s}function _e(e){return Array.isArray(e)?`array`:typeof e==`string`?`string`:`unknown`}function w(...e){let[t,n,r]=e;return typeof t==`string`?{message:t,code:`custom`,input:n,inst:r}:{...t}}const ve=(e,t)=>{e.name=`$ZodError`,Object.defineProperty(e,"_zod",{value:e._zod,enumerable:!1}),Object.defineProperty(e,"issues",{value:t,enumerable:!1}),e.message=JSON.stringify(t,s,2),Object.defineProperty(e,"toString",{value:()=>e.message,enumerable:!1})},ye=t(`$ZodError`,ve),be=t(`$ZodError`,ve,{Parent:Error});function xe(e,t=e=>e.message){let n={},r=[];for(let i of e.issues)i.path.length>0?(n[i.path[0]]=n[i.path[0]]||[],n[i.path[0]].push(t(i))):r.push(t(i));return{formErrors:r,fieldErrors:n}}function Se(e,t=e=>e.message){let n={_errors:[]},r=(e,i=[])=>{for(let a of e.issues)if(a.code===`invalid_union`&&a.errors.length)a.errors.map(e=>r({issues:e},[...i,...a.path]));else if(a.code===`invalid_key`)r({issues:a.issues},[...i,...a.path]);else if(a.code===`invalid_element`)r({issues:a.issues},[...i,...a.path]);else{let e=[...i,...a.path];if(e.length===0)n._errors.push(t(a));else{let r=n,i=0;for(;i<e.length;){let n=e[i];i===e.length-1?(r[n]=r[n]||{_errors:[]},r[n]._errors.push(t(a))):r[n]=r[n]||{_errors:[]},r=r[n],i++}}}};return r(e),n}const T=e=>(t,r,i,o)=>{let s=i?{...i,async:!1}:{async:!1},c=t._zod.run({value:r,issues:[]},s);if(c instanceof Promise)throw new n;if(c.issues.length){let t=new((o?.Err)??e)(c.issues.map(e=>C(e,s,a())));throw ne(t,o?.callee),t}return c.value},E=e=>async(t,n,r,i)=>{let o=r?{...r,async:!0}:{async:!0},s=t._zod.run({value:n,issues:[]},o);if(s instanceof Promise&&(s=await s),s.issues.length){let t=new((i?.Err)??e)(s.issues.map(e=>C(e,o,a())));throw ne(t,i?.callee),t}return s.value},D=e=>(t,r,i)=>{let o=i?{...i,async:!1}:{async:!1},s=t._zod.run({value:r,issues:[]},o);if(s instanceof Promise)throw new n;return s.issues.length?{success:!1,error:new(e??ye)(s.issues.map(e=>C(e,o,a())))}:{success:!0,data:s.value}},Ce=D(be),O=e=>async(t,n,r)=>{let i=r?{...r,async:!0}:{async:!0},o=t._zod.run({value:n,issues:[]},i);return o instanceof Promise&&(o=await o),o.issues.length?{success:!1,error:new e(o.issues.map(e=>C(e,i,a())))}:{success:!0,data:o.value}},we=O(be),Te=e=>(t,n,r)=>{let i=r?{...r,direction:`backward`}:{direction:`backward`};return T(e)(t,n,i)},Ee=e=>(t,n,r)=>T(e)(t,n,r),De=e=>async(t,n,r)=>{let i=r?{...r,direction:`backward`}:{direction:`backward`};return E(e)(t,n,i)},Oe=e=>async(t,n,r)=>E(e)(t,n,r),ke=e=>(t,n,r)=>{let i=r?{...r,direction:`backward`}:{direction:`backward`};return D(e)(t,n,i)},Ae=e=>(t,n,r)=>D(e)(t,n,r),je=e=>async(t,n,r)=>{let i=r?{...r,direction:`backward`}:{direction:`backward`};return O(e)(t,n,i)},Me=e=>async(t,n,r)=>O(e)(t,n,r),Ne=/^[cC][0-9a-z]{6,}$/,Pe=/^[0-9a-z]+$/,Fe=/^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/,Ie=/^[0-9a-vA-V]{20}$/,Le=/^[A-Za-z0-9]{27}$/,Re=/^[a-zA-Z0-9_-]{21}$/,ze=/^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/,Be=/^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$/,Ve=e=>e?RegExp(`^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-${e}[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$`):/^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$/,He=/^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/;function Ue(){return RegExp(`^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$`,`u`)}const We=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/,Ge=/^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:))$/,Ke=/^((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/([0-9]|[1-2][0-9]|3[0-2])$/,qe=/^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|::|([0-9a-fA-F]{1,4})?::([0-9a-fA-F]{1,4}:?){0,6})\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,Je=/^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/,Ye=/^[A-Za-z0-9_-]*$/,Xe=/^https?$/,Ze=/^\+[1-9]\d{6,14}$/,Qe=`(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))`,$e=RegExp(`^${Qe}$`);function et(e){let t=`(?:[01]\\d|2[0-3]):[0-5]\\d`;return typeof e.precision==`number`?e.precision===-1?`${t}`:e.precision===0?`${t}:[0-5]\\d`:`${t}:[0-5]\\d\\.\\d{${e.precision}}`:`${t}(?::[0-5]\\d(?:\\.\\d+)?)?`}function tt(e){return RegExp(`^${et(e)}$`)}function nt(e){let t=et({precision:e.precision}),n=[`Z`];e.local&&n.push(``),e.offset&&n.push(`([+-](?:[01]\\d|2[0-3]):[0-5]\\d)`);let r=`${t}(?:${n.join(`|`)})`;return RegExp(`^${Qe}T(?:${r})$`)}const rt=e=>{let t=e?`[\\s\\S]{${e?.minimum??0},${e?.maximum??``}}`:`[\\s\\S]*`;return RegExp(`^${t}$`)},it=/^-?\d+$/,at=/^-?\d+(?:\.\d+)?$/,ot=/^(?:true|false)$/i,st=/^[^A-Z]*$/,ct=/^[^a-z]*$/,k=t(`$ZodCheck`,(e,t)=>{var n;e._zod??={},e._zod.def=t,(n=e._zod).onattach??(n.onattach=[])}),lt={number:`number`,bigint:`bigint`,object:`date`},ut=t(`$ZodCheckLessThan`,(e,t)=>{k.init(e,t);let n=lt[typeof t.value];e._zod.onattach.push(e=>{let n=e._zod.bag,r=(t.inclusive?n.maximum:n.exclusiveMaximum)??1/0;t.value<r&&(t.inclusive?n.maximum=t.value:n.exclusiveMaximum=t.value)}),e._zod.check=r=>{(t.inclusive?r.value<=t.value:r.value<t.value)||r.issues.push({origin:n,code:`too_big`,maximum:typeof t.value==`object`?t.value.getTime():t.value,input:r.value,inclusive:t.inclusive,inst:e,continue:!t.abort})}}),dt=t(`$ZodCheckGreaterThan`,(e,t)=>{k.init(e,t);let n=lt[typeof t.value];e._zod.onattach.push(e=>{let n=e._zod.bag,r=(t.inclusive?n.minimum:n.exclusiveMinimum)??-1/0;t.value>r&&(t.inclusive?n.minimum=t.value:n.exclusiveMinimum=t.value)}),e._zod.check=r=>{(t.inclusive?r.value>=t.value:r.value>t.value)||r.issues.push({origin:n,code:`too_small`,minimum:typeof t.value==`object`?t.value.getTime():t.value,input:r.value,inclusive:t.inclusive,inst:e,continue:!t.abort})}}),ft=t(`$ZodCheckMultipleOf`,(e,t)=>{k.init(e,t),e._zod.onattach.push(e=>{var n;(n=e._zod.bag).multipleOf??(n.multipleOf=t.value)}),e._zod.check=n=>{if(typeof n.value!=typeof t.value)throw Error(`Cannot mix number and bigint in multiple_of check.`);(typeof n.value==`bigint`?n.value%t.value===BigInt(0):d(n.value,t.value)===0)||n.issues.push({origin:typeof n.value,code:`not_multiple_of`,divisor:t.value,input:n.value,inst:e,continue:!t.abort})}}),pt=t(`$ZodCheckNumberFormat`,(e,t)=>{k.init(e,t),t.format=t.format||`float64`;let n=t.format?.includes(`int`),r=n?`int`:`number`,[i,a]=se[t.format];e._zod.onattach.push(e=>{let r=e._zod.bag;r.format=t.format,r.minimum=i,r.maximum=a,n&&(r.pattern=it)}),e._zod.check=o=>{let s=o.value;if(n){if(!Number.isInteger(s)){o.issues.push({expected:r,format:t.format,code:`invalid_type`,continue:!1,input:s,inst:e});return}if(!Number.isSafeInteger(s)){s>0?o.issues.push({input:s,code:`too_big`,maximum:2**53-1,note:`Integers must be within the safe integer range.`,inst:e,origin:r,inclusive:!0,continue:!t.abort}):o.issues.push({input:s,code:`too_small`,minimum:-(2**53-1),note:`Integers must be within the safe integer range.`,inst:e,origin:r,inclusive:!0,continue:!t.abort});return}}s<i&&o.issues.push({origin:`number`,input:s,code:`too_small`,minimum:i,inclusive:!0,inst:e,continue:!t.abort}),s>a&&o.issues.push({origin:`number`,input:s,code:`too_big`,maximum:a,inclusive:!0,inst:e,continue:!t.abort})}}),mt=t(`$ZodCheckMaxLength`,(e,t)=>{var n;k.init(e,t),(n=e._zod.def).when??(n.when=e=>{let t=e.value;return!l(t)&&t.length!==void 0}),e._zod.onattach.push(e=>{let n=e._zod.bag.maximum??1/0;t.maximum<n&&(e._zod.bag.maximum=t.maximum)}),e._zod.check=n=>{let r=n.value;if(r.length<=t.maximum)return;let i=_e(r);n.issues.push({origin:i,code:`too_big`,maximum:t.maximum,inclusive:!0,input:r,inst:e,continue:!t.abort})}}),ht=t(`$ZodCheckMinLength`,(e,t)=>{var n;k.init(e,t),(n=e._zod.def).when??(n.when=e=>{let t=e.value;return!l(t)&&t.length!==void 0}),e._zod.onattach.push(e=>{let n=e._zod.bag.minimum??-1/0;t.minimum>n&&(e._zod.bag.minimum=t.minimum)}),e._zod.check=n=>{let r=n.value;if(r.length>=t.minimum)return;let i=_e(r);n.issues.push({origin:i,code:`too_small`,minimum:t.minimum,inclusive:!0,input:r,inst:e,continue:!t.abort})}}),gt=t(`$ZodCheckLengthEquals`,(e,t)=>{var n;k.init(e,t),(n=e._zod.def).when??(n.when=e=>{let t=e.value;return!l(t)&&t.length!==void 0}),e._zod.onattach.push(e=>{let n=e._zod.bag;n.minimum=t.length,n.maximum=t.length,n.length=t.length}),e._zod.check=n=>{let r=n.value,i=r.length;if(i===t.length)return;let a=_e(r),o=i>t.length;n.issues.push({origin:a,...o?{code:`too_big`,maximum:t.length}:{code:`too_small`,minimum:t.length},inclusive:!0,exact:!0,input:n.value,inst:e,continue:!t.abort})}}),A=t(`$ZodCheckStringFormat`,(e,t)=>{var n,r;k.init(e,t),e._zod.onattach.push(e=>{let n=e._zod.bag;n.format=t.format,t.pattern&&(n.patterns??=new Set,n.patterns.add(t.pattern))}),t.pattern?(n=e._zod).check??(n.check=n=>{t.pattern.lastIndex=0,!t.pattern.test(n.value)&&n.issues.push({origin:`string`,code:`invalid_format`,format:t.format,input:n.value,...t.pattern?{pattern:t.pattern.toString()}:{},inst:e,continue:!t.abort})}):(r=e._zod).check??(r.check=()=>{})}),_t=t(`$ZodCheckRegex`,(e,t)=>{A.init(e,t),e._zod.check=n=>{t.pattern.lastIndex=0,!t.pattern.test(n.value)&&n.issues.push({origin:`string`,code:`invalid_format`,format:`regex`,input:n.value,pattern:t.pattern.toString(),inst:e,continue:!t.abort})}}),vt=t(`$ZodCheckLowerCase`,(e,t)=>{t.pattern??=st,A.init(e,t)}),yt=t(`$ZodCheckUpperCase`,(e,t)=>{t.pattern??=ct,A.init(e,t)}),bt=t(`$ZodCheckIncludes`,(e,t)=>{k.init(e,t);let n=v(t.includes),r=new RegExp(typeof t.position==`number`?`^.{${t.position}}${n}`:n);t.pattern=r,e._zod.onattach.push(e=>{let t=e._zod.bag;t.patterns??=new Set,t.patterns.add(r)}),e._zod.check=n=>{n.value.includes(t.includes,t.position)||n.issues.push({origin:`string`,code:`invalid_format`,format:`includes`,includes:t.includes,input:n.value,inst:e,continue:!t.abort})}}),xt=t(`$ZodCheckStartsWith`,(e,t)=>{k.init(e,t);let n=RegExp(`^${v(t.prefix)}.*`);t.pattern??=n,e._zod.onattach.push(e=>{let t=e._zod.bag;t.patterns??=new Set,t.patterns.add(n)}),e._zod.check=n=>{n.value.startsWith(t.prefix)||n.issues.push({origin:`string`,code:`invalid_format`,format:`starts_with`,prefix:t.prefix,input:n.value,inst:e,continue:!t.abort})}}),St=t(`$ZodCheckEndsWith`,(e,t)=>{k.init(e,t);let n=RegExp(`.*${v(t.suffix)}$`);t.pattern??=n,e._zod.onattach.push(e=>{let t=e._zod.bag;t.patterns??=new Set,t.patterns.add(n)}),e._zod.check=n=>{n.value.endsWith(t.suffix)||n.issues.push({origin:`string`,code:`invalid_format`,format:`ends_with`,suffix:t.suffix,input:n.value,inst:e,continue:!t.abort})}}),Ct=t(`$ZodCheckOverwrite`,(e,t)=>{k.init(e,t),e._zod.check=e=>{e.value=t.tx(e.value)}});var wt=class{constructor(e=[]){this.content=[],this.indent=0,this&&(this.args=e)}indented(e){this.indent+=1,e(this),--this.indent}write(e){if(typeof e==`function`){e(this,{execution:`sync`}),e(this,{execution:`async`});return}let t=e.split(`
2
+ `).filter(e=>e),n=Math.min(...t.map(e=>e.length-e.trimStart().length)),r=t.map(e=>e.slice(n)).map(e=>` `.repeat(this.indent*2)+e);for(let e of r)this.content.push(e)}compile(){let e=Function,t=this?.args,n=[...(this?.content??[``]).map(e=>` ${e}`)];return new e(...t,n.join(`
3
+ `))}};const Tt={major:4,minor:4,patch:3},j=t(`$ZodType`,(e,t)=>{var r;e??={},e._zod.def=t,e._zod.bag=e._zod.bag||{},e._zod.version=Tt;let i=[...e._zod.def.checks??[]];e._zod.traits.has(`$ZodCheck`)&&i.unshift(e);for(let t of i)for(let n of t._zod.onattach)n(e);if(i.length===0)(r=e._zod).deferred??(r.deferred=[]),e._zod.deferred?.push(()=>{e._zod.run=e._zod.parse});else{let t=(e,t,r)=>{let i=x(e),a;for(let o of t){if(o._zod.def.when){if(he(e)||!o._zod.def.when(e))continue}else if(i)continue;let t=e.issues.length,s=o._zod.check(e);if(s instanceof Promise&&r?.async===!1)throw new n;if(a||s instanceof Promise)a=(a??Promise.resolve()).then(async()=>{await s,e.issues.length!==t&&(i||=x(e,t))});else{if(e.issues.length===t)continue;i||=x(e,t)}}return a?a.then(()=>e):e},r=(r,a,o)=>{if(x(r))return r.aborted=!0,r;let s=t(a,i,o);if(s instanceof Promise){if(o.async===!1)throw new n;return s.then(t=>e._zod.parse(t,o))}return e._zod.parse(s,o)};e._zod.run=(a,o)=>{if(o.skipChecks)return e._zod.parse(a,o);if(o.direction===`backward`){let t=e._zod.parse({value:a.value,issues:[]},{...o,skipChecks:!0});return t instanceof Promise?t.then(e=>r(e,a,o)):r(t,a,o)}let s=e._zod.parse(a,o);if(s instanceof Promise){if(o.async===!1)throw new n;return s.then(e=>t(e,i,o))}return t(s,i,o)}}p(e,`~standard`,()=>({validate:t=>{try{let n=Ce(e,t);return n.success?{value:n.data}:{issues:n.error?.issues}}catch{return we(e,t).then(e=>e.success?{value:e.data}:{issues:e.error?.issues})}},vendor:`zod`,version:1}))}),Et=t(`$ZodString`,(e,t)=>{j.init(e,t),e._zod.pattern=[...e?._zod.bag?.patterns??[]].pop()??rt(e._zod.bag),e._zod.parse=(n,r)=>{if(t.coerce)try{n.value=String(n.value)}catch{}return typeof n.value==`string`||n.issues.push({expected:`string`,code:`invalid_type`,input:n.value,inst:e}),n}}),M=t(`$ZodStringFormat`,(e,t)=>{A.init(e,t),Et.init(e,t)}),Dt=t(`$ZodGUID`,(e,t)=>{t.pattern??=Be,M.init(e,t)}),Ot=t(`$ZodUUID`,(e,t)=>{if(t.version){let e={v1:1,v2:2,v3:3,v4:4,v5:5,v6:6,v7:7,v8:8}[t.version];if(e===void 0)throw Error(`Invalid UUID version: "${t.version}"`);t.pattern??=Ve(e)}else t.pattern??=Ve();M.init(e,t)}),kt=t(`$ZodEmail`,(e,t)=>{t.pattern??=He,M.init(e,t)}),At=t(`$ZodURL`,(e,t)=>{M.init(e,t),e._zod.check=n=>{try{let r=n.value.trim();if(!t.normalize&&t.protocol?.source===Xe.source&&!/^https?:\/\//i.test(r)){n.issues.push({code:`invalid_format`,format:`url`,note:`Invalid URL format`,input:n.value,inst:e,continue:!t.abort});return}let i=new URL(r);t.hostname&&(t.hostname.lastIndex=0,t.hostname.test(i.hostname)||n.issues.push({code:`invalid_format`,format:`url`,note:`Invalid hostname`,pattern:t.hostname.source,input:n.value,inst:e,continue:!t.abort})),t.protocol&&(t.protocol.lastIndex=0,t.protocol.test(i.protocol.endsWith(`:`)?i.protocol.slice(0,-1):i.protocol)||n.issues.push({code:`invalid_format`,format:`url`,note:`Invalid protocol`,pattern:t.protocol.source,input:n.value,inst:e,continue:!t.abort})),n.value=t.normalize?i.href:r;return}catch{n.issues.push({code:`invalid_format`,format:`url`,input:n.value,inst:e,continue:!t.abort})}}}),jt=t(`$ZodEmoji`,(e,t)=>{t.pattern??=Ue(),M.init(e,t)}),Mt=t(`$ZodNanoID`,(e,t)=>{t.pattern??=Re,M.init(e,t)}),Nt=t(`$ZodCUID`,(e,t)=>{t.pattern??=Ne,M.init(e,t)}),Pt=t(`$ZodCUID2`,(e,t)=>{t.pattern??=Pe,M.init(e,t)}),Ft=t(`$ZodULID`,(e,t)=>{t.pattern??=Fe,M.init(e,t)}),It=t(`$ZodXID`,(e,t)=>{t.pattern??=Ie,M.init(e,t)}),Lt=t(`$ZodKSUID`,(e,t)=>{t.pattern??=Le,M.init(e,t)}),Rt=t(`$ZodISODateTime`,(e,t)=>{t.pattern??=nt(t),M.init(e,t)}),zt=t(`$ZodISODate`,(e,t)=>{t.pattern??=$e,M.init(e,t)}),Bt=t(`$ZodISOTime`,(e,t)=>{t.pattern??=tt(t),M.init(e,t)}),Vt=t(`$ZodISODuration`,(e,t)=>{t.pattern??=ze,M.init(e,t)}),Ht=t(`$ZodIPv4`,(e,t)=>{t.pattern??=We,M.init(e,t),e._zod.bag.format=`ipv4`}),Ut=t(`$ZodIPv6`,(e,t)=>{t.pattern??=Ge,M.init(e,t),e._zod.bag.format=`ipv6`,e._zod.check=n=>{try{new URL(`http://[${n.value}]`)}catch{n.issues.push({code:`invalid_format`,format:`ipv6`,input:n.value,inst:e,continue:!t.abort})}}}),Wt=t(`$ZodCIDRv4`,(e,t)=>{t.pattern??=Ke,M.init(e,t)}),Gt=t(`$ZodCIDRv6`,(e,t)=>{t.pattern??=qe,M.init(e,t),e._zod.check=n=>{let r=n.value.split(`/`);try{if(r.length!==2)throw Error();let[e,t]=r;if(!t)throw Error();let n=Number(t);if(`${n}`!==t||n<0||n>128)throw Error();new URL(`http://[${e}]`)}catch{n.issues.push({code:`invalid_format`,format:`cidrv6`,input:n.value,inst:e,continue:!t.abort})}}});function Kt(e){if(e===``)return!0;if(/\s/.test(e)||e.length%4!=0)return!1;try{return atob(e),!0}catch{return!1}}const qt=t(`$ZodBase64`,(e,t)=>{t.pattern??=Je,M.init(e,t),e._zod.bag.contentEncoding=`base64`,e._zod.check=n=>{Kt(n.value)||n.issues.push({code:`invalid_format`,format:`base64`,input:n.value,inst:e,continue:!t.abort})}});function Jt(e){if(!Ye.test(e))return!1;let t=e.replace(/[-_]/g,e=>e===`-`?`+`:`/`);return Kt(t.padEnd(Math.ceil(t.length/4)*4,`=`))}const Yt=t(`$ZodBase64URL`,(e,t)=>{t.pattern??=Ye,M.init(e,t),e._zod.bag.contentEncoding=`base64url`,e._zod.check=n=>{Jt(n.value)||n.issues.push({code:`invalid_format`,format:`base64url`,input:n.value,inst:e,continue:!t.abort})}}),Xt=t(`$ZodE164`,(e,t)=>{t.pattern??=Ze,M.init(e,t)});function Zt(e,t=null){try{let n=e.split(`.`);if(n.length!==3)return!1;let[r]=n;if(!r)return!1;let i=JSON.parse(atob(r));return!(`typ`in i&&i?.typ!==`JWT`||!i.alg||t&&(!(`alg`in i)||i.alg!==t))}catch{return!1}}const Qt=t(`$ZodJWT`,(e,t)=>{M.init(e,t),e._zod.check=n=>{Zt(n.value,t.alg)||n.issues.push({code:`invalid_format`,format:`jwt`,input:n.value,inst:e,continue:!t.abort})}}),$t=t(`$ZodNumber`,(e,t)=>{j.init(e,t),e._zod.pattern=e._zod.bag.pattern??at,e._zod.parse=(n,r)=>{if(t.coerce)try{n.value=Number(n.value)}catch{}let i=n.value;if(typeof i==`number`&&!Number.isNaN(i)&&Number.isFinite(i))return n;let a=typeof i==`number`?Number.isNaN(i)?`NaN`:Number.isFinite(i)?void 0:`Infinity`:void 0;return n.issues.push({expected:`number`,code:`invalid_type`,input:i,inst:e,...a?{received:a}:{}}),n}}),en=t(`$ZodNumberFormat`,(e,t)=>{pt.init(e,t),$t.init(e,t)}),tn=t(`$ZodBoolean`,(e,t)=>{j.init(e,t),e._zod.pattern=ot,e._zod.parse=(n,r)=>{if(t.coerce)try{n.value=!!n.value}catch{}let i=n.value;return typeof i==`boolean`||n.issues.push({expected:`boolean`,code:`invalid_type`,input:i,inst:e}),n}}),nn=t(`$ZodUnknown`,(e,t)=>{j.init(e,t),e._zod.parse=e=>e}),rn=t(`$ZodNever`,(e,t)=>{j.init(e,t),e._zod.parse=(t,n)=>(t.issues.push({expected:`never`,code:`invalid_type`,input:t.value,inst:e}),t)});function an(e,t,n){e.issues.length&&t.issues.push(...ge(n,e.issues)),t.value[n]=e.value}const on=t(`$ZodArray`,(e,t)=>{j.init(e,t),e._zod.parse=(n,r)=>{let i=n.value;if(!Array.isArray(i))return n.issues.push({expected:`array`,code:`invalid_type`,input:i,inst:e}),n;n.value=Array(i.length);let a=[];for(let e=0;e<i.length;e++){let o=i[e],s=t.element._zod.run({value:o,issues:[]},r);s instanceof Promise?a.push(s.then(t=>an(t,n,e))):an(s,n,e)}return a.length?Promise.all(a).then(()=>n):n}});function N(e,t,n,r,i,a){let o=n in r;if(e.issues.length){if(i&&a&&!o)return;t.issues.push(...ge(n,e.issues))}if(!o&&!i){e.issues.length||t.issues.push({code:`invalid_type`,expected:`nonoptional`,input:void 0,path:[n]});return}e.value===void 0?o&&(t.value[n]=void 0):t.value[n]=e.value}function sn(e){let t=Object.keys(e.shape);for(let n of t)if(!e.shape?.[n]?._zod?.traits?.has(`$ZodType`))throw Error(`Invalid element at key "${n}": expected a Zod schema`);let n=oe(e.shape);return{...e,keys:t,keySet:new Set(t),numKeys:t.length,optionalKeys:new Set(n)}}function cn(e,t,n,r,i,a){let o=[],s=i.keySet,c=i.catchall._zod,l=c.def.type,u=c.optin===`optional`,d=c.optout===`optional`;for(let i in t){if(i===`__proto__`||s.has(i))continue;if(l===`never`){o.push(i);continue}let a=c.run({value:t[i],issues:[]},r);a instanceof Promise?e.push(a.then(e=>N(e,n,i,t,u,d))):N(a,n,i,t,u,d)}return o.length&&n.issues.push({code:`unrecognized_keys`,keys:o,input:t,inst:a}),e.length?Promise.all(e).then(()=>n):n}const ln=t(`$ZodObject`,(e,t)=>{if(j.init(e,t),!Object.getOwnPropertyDescriptor(t,`shape`)?.get){let e=t.shape;Object.defineProperty(t,"shape",{get:()=>{let n={...e};return Object.defineProperty(t,"shape",{value:n}),n}})}let n=c(()=>sn(t));p(e._zod,`propValues`,()=>{let e=t.shape,n={};for(let t in e){let r=e[t]._zod;if(r.values){n[t]??(n[t]=new Set);for(let e of r.values)n[t].add(e)}}return n});let r=g,i=t.catchall,a;e._zod.parse=(t,o)=>{a??=n.value;let s=t.value;if(!r(s))return t.issues.push({expected:`object`,code:`invalid_type`,input:s,inst:e}),t;t.value={};let c=[],l=a.shape;for(let e of a.keys){let n=l[e],r=n._zod.optin===`optional`,i=n._zod.optout===`optional`,a=n._zod.run({value:s[e],issues:[]},o);a instanceof Promise?c.push(a.then(n=>N(n,t,e,s,r,i))):N(a,t,e,s,r,i)}return i?cn(c,s,t,o,n.value,e):c.length?Promise.all(c).then(()=>t):t}}),un=t(`$ZodObjectJIT`,(e,t)=>{ln.init(e,t);let n=e._zod.parse,r=c(()=>sn(t)),a=e=>{let t=new wt([`shape`,`payload`,`ctx`]),n=r.value,i=e=>{let t=ee(e);return`shape[${t}]._zod.run({ value: input[${t}], issues: [] }, ctx)`};t.write(`const input = payload.value;`);let a=Object.create(null),o=0;for(let e of n.keys)a[e]=`key_${o++}`;t.write(`const newResult = {};`);for(let r of n.keys){let n=a[r],o=ee(r),s=e[r],c=s?._zod?.optin===`optional`,l=s?._zod?.optout===`optional`;t.write(`const ${n} = ${i(r)};`),c&&l?t.write(`
4
+ if (${n}.issues.length) {
5
+ if (${o} in input) {
6
+ payload.issues = payload.issues.concat(${n}.issues.map(iss => ({
7
+ ...iss,
8
+ path: iss.path ? [${o}, ...iss.path] : [${o}]
9
+ })));
10
+ }
11
+ }
12
+
13
+ if (${n}.value === undefined) {
14
+ if (${o} in input) {
15
+ newResult[${o}] = undefined;
16
+ }
17
+ } else {
18
+ newResult[${o}] = ${n}.value;
19
+ }
20
+
21
+ `):c?t.write(`
22
+ if (${n}.issues.length) {
23
+ payload.issues = payload.issues.concat(${n}.issues.map(iss => ({
24
+ ...iss,
25
+ path: iss.path ? [${o}, ...iss.path] : [${o}]
26
+ })));
27
+ }
28
+
29
+ if (${n}.value === undefined) {
30
+ if (${o} in input) {
31
+ newResult[${o}] = undefined;
32
+ }
33
+ } else {
34
+ newResult[${o}] = ${n}.value;
35
+ }
36
+
37
+ `):t.write(`
38
+ const ${n}_present = ${o} in input;
39
+ if (${n}.issues.length) {
40
+ payload.issues = payload.issues.concat(${n}.issues.map(iss => ({
41
+ ...iss,
42
+ path: iss.path ? [${o}, ...iss.path] : [${o}]
43
+ })));
44
+ }
45
+ if (!${n}_present && !${n}.issues.length) {
46
+ payload.issues.push({
47
+ code: "invalid_type",
48
+ expected: "nonoptional",
49
+ input: undefined,
50
+ path: [${o}]
51
+ });
52
+ }
53
+
54
+ if (${n}_present) {
55
+ if (${n}.value === undefined) {
56
+ newResult[${o}] = undefined;
57
+ } else {
58
+ newResult[${o}] = ${n}.value;
59
+ }
60
+ }
61
+
62
+ `)}t.write(`payload.value = newResult;`),t.write(`return payload;`);let s=t.compile();return(t,n)=>s(e,t,n)},o,s=g,l=!i.jitless,u=l&&re.value,d=t.catchall,f;e._zod.parse=(i,c)=>{f??=r.value;let p=i.value;return s(p)?l&&u&&c?.async===!1&&c.jitless!==!0?(o||=a(t.shape),i=o(i,c),d?cn([],p,i,c,f,e):i):n(i,c):(i.issues.push({expected:`object`,code:`invalid_type`,input:p,inst:e}),i)}});function dn(e,t,n,r){for(let n of e)if(n.issues.length===0)return t.value=n.value,t;let i=e.filter(e=>!x(e));return i.length===1?(t.value=i[0].value,i[0]):(t.issues.push({code:`invalid_union`,input:t.value,inst:n,errors:e.map(e=>e.issues.map(e=>C(e,r,a())))}),t)}const fn=t(`$ZodUnion`,(e,t)=>{j.init(e,t),p(e._zod,`optin`,()=>t.options.some(e=>e._zod.optin===`optional`)?`optional`:void 0),p(e._zod,`optout`,()=>t.options.some(e=>e._zod.optout===`optional`)?`optional`:void 0),p(e._zod,`values`,()=>{if(t.options.every(e=>e._zod.values))return new Set(t.options.flatMap(e=>Array.from(e._zod.values)))}),p(e._zod,`pattern`,()=>{if(t.options.every(e=>e._zod.pattern)){let e=t.options.map(e=>e._zod.pattern);return RegExp(`^(${e.map(e=>u(e.source)).join(`|`)})$`)}});let n=t.options.length===1?t.options[0]._zod.run:null;e._zod.parse=(r,i)=>{if(n)return n(r,i);let a=!1,o=[];for(let e of t.options){let t=e._zod.run({value:r.value,issues:[]},i);if(t instanceof Promise)o.push(t),a=!0;else{if(t.issues.length===0)return t;o.push(t)}}return a?Promise.all(o).then(t=>dn(t,r,e,i)):dn(o,r,e,i)}}),pn=t(`$ZodDiscriminatedUnion`,(e,t)=>{t.inclusive=!1,fn.init(e,t);let n=e._zod.parse;p(e._zod,`propValues`,()=>{let e={};for(let n of t.options){let r=n._zod.propValues;if(!r||Object.keys(r).length===0)throw Error(`Invalid discriminated union option at index "${t.options.indexOf(n)}"`);for(let[t,n]of Object.entries(r)){e[t]||(e[t]=new Set);for(let r of n)e[t].add(r)}}return e});let r=c(()=>{let e=t.options,n=new Map;for(let r of e){let e=r._zod.propValues?.[t.discriminator];if(!e||e.size===0)throw Error(`Invalid discriminated union option at index "${t.options.indexOf(r)}"`);for(let t of e){if(n.has(t))throw Error(`Duplicate discriminator value "${String(t)}"`);n.set(t,r)}}return n});e._zod.parse=(i,a)=>{let o=i.value;if(!g(o))return i.issues.push({code:`invalid_type`,expected:`object`,input:o,inst:e}),i;let s=r.value.get(o?.[t.discriminator]);return s?s._zod.run(i,a):t.unionFallback||a.direction===`backward`?n(i,a):(i.issues.push({code:`invalid_union`,errors:[],note:`No matching discriminator`,discriminator:t.discriminator,options:Array.from(r.value.keys()),input:o,path:[t.discriminator],inst:e}),i)}}),mn=t(`$ZodIntersection`,(e,t)=>{j.init(e,t),e._zod.parse=(e,n)=>{let r=e.value,i=t.left._zod.run({value:r,issues:[]},n),a=t.right._zod.run({value:r,issues:[]},n);return i instanceof Promise||a instanceof Promise?Promise.all([i,a]).then(([t,n])=>hn(e,t,n)):hn(e,i,a)}});function P(e,t){if(e===t||e instanceof Date&&t instanceof Date&&+e==+t)return{valid:!0,data:e};if(_(e)&&_(t)){let n=Object.keys(t),r=Object.keys(e).filter(e=>n.indexOf(e)!==-1),i={...e,...t};for(let n of r){let r=P(e[n],t[n]);if(!r.valid)return{valid:!1,mergeErrorPath:[n,...r.mergeErrorPath]};i[n]=r.data}return{valid:!0,data:i}}if(Array.isArray(e)&&Array.isArray(t)){if(e.length!==t.length)return{valid:!1,mergeErrorPath:[]};let n=[];for(let r=0;r<e.length;r++){let i=e[r],a=t[r],o=P(i,a);if(!o.valid)return{valid:!1,mergeErrorPath:[r,...o.mergeErrorPath]};n.push(o.data)}return{valid:!0,data:n}}return{valid:!1,mergeErrorPath:[]}}function hn(e,t,n){let r=new Map,i;for(let n of t.issues)if(n.code===`unrecognized_keys`){i??=n;for(let e of n.keys)r.has(e)||r.set(e,{}),r.get(e).l=!0}else e.issues.push(n);for(let t of n.issues)if(t.code===`unrecognized_keys`)for(let e of t.keys)r.has(e)||r.set(e,{}),r.get(e).r=!0;else e.issues.push(t);let a=[...r].filter(([,e])=>e.l&&e.r).map(([e])=>e);if(a.length&&i&&e.issues.push({...i,keys:a}),x(e))return e;let o=P(t.value,n.value);if(!o.valid)throw Error(`Unmergable intersection. Error path: ${JSON.stringify(o.mergeErrorPath)}`);return e.value=o.data,e}const gn=t(`$ZodEnum`,(e,t)=>{j.init(e,t);let n=o(t.entries),r=new Set(n);e._zod.values=r,e._zod.pattern=RegExp(`^(${n.filter(e=>ae.has(typeof e)).map(e=>typeof e==`string`?v(e):e.toString()).join(`|`)})$`),e._zod.parse=(t,i)=>{let a=t.value;return r.has(a)||t.issues.push({code:`invalid_value`,values:n,input:a,inst:e}),t}}),_n=t(`$ZodLiteral`,(e,t)=>{if(j.init(e,t),t.values.length===0)throw Error(`Cannot create literal schema with no valid values`);let n=new Set(t.values);e._zod.values=n,e._zod.pattern=RegExp(`^(${t.values.map(e=>typeof e==`string`?v(e):e?v(e.toString()):String(e)).join(`|`)})$`),e._zod.parse=(r,i)=>{let a=r.value;return n.has(a)||r.issues.push({code:`invalid_value`,values:t.values,input:a,inst:e}),r}}),vn=t(`$ZodTransform`,(e,t)=>{j.init(e,t),e._zod.optin=`optional`,e._zod.parse=(i,a)=>{if(a.direction===`backward`)throw new r(e.constructor.name);let o=t.transform(i.value,i);if(a.async)return(o instanceof Promise?o:Promise.resolve(o)).then(e=>(i.value=e,i.fallback=!0,i));if(o instanceof Promise)throw new n;return i.value=o,i.fallback=!0,i}});function yn(e,t){return t===void 0&&(e.issues.length||e.fallback)?{issues:[],value:void 0}:e}const bn=t(`$ZodOptional`,(e,t)=>{j.init(e,t),e._zod.optin=`optional`,e._zod.optout=`optional`,p(e._zod,`values`,()=>t.innerType._zod.values?new Set([...t.innerType._zod.values,void 0]):void 0),p(e._zod,`pattern`,()=>{let e=t.innerType._zod.pattern;return e?RegExp(`^(${u(e.source)})?$`):void 0}),e._zod.parse=(e,n)=>{if(t.innerType._zod.optin===`optional`){let r=e.value,i=t.innerType._zod.run(e,n);return i instanceof Promise?i.then(e=>yn(e,r)):yn(i,r)}return e.value===void 0?e:t.innerType._zod.run(e,n)}}),xn=t(`$ZodExactOptional`,(e,t)=>{bn.init(e,t),p(e._zod,`values`,()=>t.innerType._zod.values),p(e._zod,`pattern`,()=>t.innerType._zod.pattern),e._zod.parse=(e,n)=>t.innerType._zod.run(e,n)}),Sn=t(`$ZodNullable`,(e,t)=>{j.init(e,t),p(e._zod,`optin`,()=>t.innerType._zod.optin),p(e._zod,`optout`,()=>t.innerType._zod.optout),p(e._zod,`pattern`,()=>{let e=t.innerType._zod.pattern;return e?RegExp(`^(${u(e.source)}|null)$`):void 0}),p(e._zod,`values`,()=>t.innerType._zod.values?new Set([...t.innerType._zod.values,null]):void 0),e._zod.parse=(e,n)=>e.value===null?e:t.innerType._zod.run(e,n)}),Cn=t(`$ZodDefault`,(e,t)=>{j.init(e,t),e._zod.optin=`optional`,p(e._zod,`values`,()=>t.innerType._zod.values),e._zod.parse=(e,n)=>{if(n.direction===`backward`)return t.innerType._zod.run(e,n);if(e.value===void 0)return e.value=t.defaultValue,e;let r=t.innerType._zod.run(e,n);return r instanceof Promise?r.then(e=>wn(e,t)):wn(r,t)}});function wn(e,t){return e.value===void 0&&(e.value=t.defaultValue),e}const Tn=t(`$ZodPrefault`,(e,t)=>{j.init(e,t),e._zod.optin=`optional`,p(e._zod,`values`,()=>t.innerType._zod.values),e._zod.parse=(e,n)=>(n.direction===`backward`||e.value===void 0&&(e.value=t.defaultValue),t.innerType._zod.run(e,n))}),En=t(`$ZodNonOptional`,(e,t)=>{j.init(e,t),p(e._zod,`values`,()=>{let e=t.innerType._zod.values;return e?new Set([...e].filter(e=>e!==void 0)):void 0}),e._zod.parse=(n,r)=>{let i=t.innerType._zod.run(n,r);return i instanceof Promise?i.then(t=>Dn(t,e)):Dn(i,e)}});function Dn(e,t){return!e.issues.length&&e.value===void 0&&e.issues.push({code:`invalid_type`,expected:`nonoptional`,input:e.value,inst:t}),e}const On=t(`$ZodCatch`,(e,t)=>{j.init(e,t),e._zod.optin=`optional`,p(e._zod,`optout`,()=>t.innerType._zod.optout),p(e._zod,`values`,()=>t.innerType._zod.values),e._zod.parse=(e,n)=>{if(n.direction===`backward`)return t.innerType._zod.run(e,n);let r=t.innerType._zod.run(e,n);return r instanceof Promise?r.then(r=>(e.value=r.value,r.issues.length&&(e.value=t.catchValue({...e,error:{issues:r.issues.map(e=>C(e,n,a()))},input:e.value}),e.issues=[],e.fallback=!0),e)):(e.value=r.value,r.issues.length&&(e.value=t.catchValue({...e,error:{issues:r.issues.map(e=>C(e,n,a()))},input:e.value}),e.issues=[],e.fallback=!0),e)}}),kn=t(`$ZodPipe`,(e,t)=>{j.init(e,t),p(e._zod,`values`,()=>t.in._zod.values),p(e._zod,`optin`,()=>t.in._zod.optin),p(e._zod,`optout`,()=>t.out._zod.optout),p(e._zod,`propValues`,()=>t.in._zod.propValues),e._zod.parse=(e,n)=>{if(n.direction===`backward`){let r=t.out._zod.run(e,n);return r instanceof Promise?r.then(e=>F(e,t.in,n)):F(r,t.in,n)}let r=t.in._zod.run(e,n);return r instanceof Promise?r.then(e=>F(e,t.out,n)):F(r,t.out,n)}});function F(e,t,n){return e.issues.length?(e.aborted=!0,e):t._zod.run({value:e.value,issues:e.issues,fallback:e.fallback},n)}const An=t(`$ZodReadonly`,(e,t)=>{j.init(e,t),p(e._zod,`propValues`,()=>t.innerType._zod.propValues),p(e._zod,`values`,()=>t.innerType._zod.values),p(e._zod,`optin`,()=>t.innerType?._zod?.optin),p(e._zod,`optout`,()=>t.innerType?._zod?.optout),e._zod.parse=(e,n)=>{if(n.direction===`backward`)return t.innerType._zod.run(e,n);let r=t.innerType._zod.run(e,n);return r instanceof Promise?r.then(jn):jn(r)}});function jn(e){return e.value=Object.freeze(e.value),e}const Mn=t(`$ZodCustom`,(e,t)=>{k.init(e,t),j.init(e,t),e._zod.parse=(e,t)=>e,e._zod.check=n=>{let r=n.value,i=t.fn(r);if(i instanceof Promise)return i.then(t=>Nn(t,n,r,e));Nn(i,n,r,e)}});function Nn(e,t,n,r){if(!e){let e={code:`custom`,input:n,inst:r,path:[...r._zod.def.path??[]],continue:!r._zod.def.abort};r._zod.def.params&&(e.params=r._zod.def.params),t.issues.push(w(e))}}var Pn,Fn=class{constructor(){this._map=new WeakMap,this._idmap=new Map}add(e,...t){let n=t[0];return this._map.set(e,n),n&&typeof n==`object`&&`id`in n&&this._idmap.set(n.id,e),this}clear(){return this._map=new WeakMap,this._idmap=new Map,this}remove(e){let t=this._map.get(e);return t&&typeof t==`object`&&`id`in t&&this._idmap.delete(t.id),this._map.delete(e),this}get(e){let t=e._zod.parent;if(t){let n={...this.get(t)??{}};delete n.id;let r={...n,...this._map.get(e)};return Object.keys(r).length?r:void 0}return this._map.get(e)}has(e){return this._map.has(e)}};function In(){return new Fn}(Pn=globalThis).__zod_globalRegistry??(Pn.__zod_globalRegistry=In());const I=globalThis.__zod_globalRegistry;function Ln(e,t){return new e({type:`string`,...b(t)})}function Rn(e,t){return new e({type:`string`,format:`email`,check:`string_format`,abort:!1,...b(t)})}function zn(e,t){return new e({type:`string`,format:`guid`,check:`string_format`,abort:!1,...b(t)})}function Bn(e,t){return new e({type:`string`,format:`uuid`,check:`string_format`,abort:!1,...b(t)})}function Vn(e,t){return new e({type:`string`,format:`uuid`,check:`string_format`,abort:!1,version:`v4`,...b(t)})}function Hn(e,t){return new e({type:`string`,format:`uuid`,check:`string_format`,abort:!1,version:`v6`,...b(t)})}function Un(e,t){return new e({type:`string`,format:`uuid`,check:`string_format`,abort:!1,version:`v7`,...b(t)})}function Wn(e,t){return new e({type:`string`,format:`url`,check:`string_format`,abort:!1,...b(t)})}function Gn(e,t){return new e({type:`string`,format:`emoji`,check:`string_format`,abort:!1,...b(t)})}function Kn(e,t){return new e({type:`string`,format:`nanoid`,check:`string_format`,abort:!1,...b(t)})}function qn(e,t){return new e({type:`string`,format:`cuid`,check:`string_format`,abort:!1,...b(t)})}function Jn(e,t){return new e({type:`string`,format:`cuid2`,check:`string_format`,abort:!1,...b(t)})}function Yn(e,t){return new e({type:`string`,format:`ulid`,check:`string_format`,abort:!1,...b(t)})}function Xn(e,t){return new e({type:`string`,format:`xid`,check:`string_format`,abort:!1,...b(t)})}function Zn(e,t){return new e({type:`string`,format:`ksuid`,check:`string_format`,abort:!1,...b(t)})}function Qn(e,t){return new e({type:`string`,format:`ipv4`,check:`string_format`,abort:!1,...b(t)})}function $n(e,t){return new e({type:`string`,format:`ipv6`,check:`string_format`,abort:!1,...b(t)})}function er(e,t){return new e({type:`string`,format:`cidrv4`,check:`string_format`,abort:!1,...b(t)})}function tr(e,t){return new e({type:`string`,format:`cidrv6`,check:`string_format`,abort:!1,...b(t)})}function nr(e,t){return new e({type:`string`,format:`base64`,check:`string_format`,abort:!1,...b(t)})}function rr(e,t){return new e({type:`string`,format:`base64url`,check:`string_format`,abort:!1,...b(t)})}function ir(e,t){return new e({type:`string`,format:`e164`,check:`string_format`,abort:!1,...b(t)})}function ar(e,t){return new e({type:`string`,format:`jwt`,check:`string_format`,abort:!1,...b(t)})}function or(e,t){return new e({type:`string`,format:`datetime`,check:`string_format`,offset:!1,local:!1,precision:null,...b(t)})}function sr(e,t){return new e({type:`string`,format:`date`,check:`string_format`,...b(t)})}function cr(e,t){return new e({type:`string`,format:`time`,check:`string_format`,precision:null,...b(t)})}function lr(e,t){return new e({type:`string`,format:`duration`,check:`string_format`,...b(t)})}function ur(e,t){return new e({type:`number`,checks:[],...b(t)})}function dr(e,t){return new e({type:`number`,check:`number_format`,abort:!1,format:`safeint`,...b(t)})}function fr(e,t){return new e({type:`boolean`,...b(t)})}function pr(e){return new e({type:`unknown`})}function mr(e,t){return new e({type:`never`,...b(t)})}function hr(e,t){return new ut({check:`less_than`,...b(t),value:e,inclusive:!1})}function L(e,t){return new ut({check:`less_than`,...b(t),value:e,inclusive:!0})}function gr(e,t){return new dt({check:`greater_than`,...b(t),value:e,inclusive:!1})}function R(e,t){return new dt({check:`greater_than`,...b(t),value:e,inclusive:!0})}function _r(e,t){return new ft({check:`multiple_of`,...b(t),value:e})}function vr(e,t){return new mt({check:`max_length`,...b(t),maximum:e})}function z(e,t){return new ht({check:`min_length`,...b(t),minimum:e})}function yr(e,t){return new gt({check:`length_equals`,...b(t),length:e})}function br(e,t){return new _t({check:`string_format`,format:`regex`,...b(t),pattern:e})}function xr(e){return new vt({check:`string_format`,format:`lowercase`,...b(e)})}function Sr(e){return new yt({check:`string_format`,format:`uppercase`,...b(e)})}function Cr(e,t){return new bt({check:`string_format`,format:`includes`,...b(t),includes:e})}function wr(e,t){return new xt({check:`string_format`,format:`starts_with`,...b(t),prefix:e})}function Tr(e,t){return new St({check:`string_format`,format:`ends_with`,...b(t),suffix:e})}function B(e){return new Ct({check:`overwrite`,tx:e})}function Er(e){return B(t=>t.normalize(e))}function Dr(){return B(e=>e.trim())}function Or(){return B(e=>e.toLowerCase())}function kr(){return B(e=>e.toUpperCase())}function Ar(){return B(e=>te(e))}function jr(e,t,n){return new e({type:`array`,element:t,...b(n)})}function Mr(e,t,n){return new e({type:`custom`,check:`custom`,fn:t,...b(n)})}function Nr(e,t){let n=Pr(t=>(t.addIssue=e=>{if(typeof e==`string`)t.issues.push(w(e,t.value,n._zod.def));else{let r=e;r.fatal&&(r.continue=!1),r.code??=`custom`,r.input??=t.value,r.inst??=n,r.continue??=!n._zod.def.abort,t.issues.push(w(r))}},e(t.value,t)),t);return n}function Pr(e,t){let n=new k({check:`custom`,...b(t)});return n._zod.check=e,n}function Fr(e){let t=e?.target??`draft-2020-12`;return t===`draft-4`&&(t=`draft-04`),t===`draft-7`&&(t=`draft-07`),{processors:e.processors??{},metadataRegistry:e?.metadata??I,target:t,unrepresentable:e?.unrepresentable??`throw`,override:e?.override??(()=>{}),io:e?.io??`output`,counter:0,seen:new Map,cycles:e?.cycles??`ref`,reused:e?.reused??`inline`,external:e?.external??void 0}}function V(e,t,n={path:[],schemaPath:[]}){var r;let i=e._zod.def,a=t.seen.get(e);if(a)return a.count++,n.schemaPath.includes(e)&&(a.cycle=n.path),a.schema;let o={schema:{},count:1,cycle:void 0,path:n.path};t.seen.set(e,o);let s=e._zod.toJSONSchema?.();if(s)o.schema=s;else{let r={...n,schemaPath:[...n.schemaPath,e],path:n.path};if(e._zod.processJSONSchema)e._zod.processJSONSchema(t,o.schema,r);else{let n=o.schema,a=t.processors[i.type];if(!a)throw Error(`[toJSONSchema]: Non-representable type encountered: ${i.type}`);a(e,t,n,r)}let a=e._zod.parent;a&&(o.ref||=a,V(a,t,r),t.seen.get(a).isParent=!0)}let c=t.metadataRegistry.get(e);return c&&Object.assign(o.schema,c),t.io===`input`&&H(e)&&(delete o.schema.examples,delete o.schema.default),t.io===`input`&&`_prefault`in o.schema&&((r=o.schema).default??(r.default=o.schema._prefault)),delete o.schema._prefault,t.seen.get(e).schema}function Ir(e,t){let n=e.seen.get(t);if(!n)throw Error(`Unprocessed schema. This is a bug in Zod.`);let r=new Map;for(let t of e.seen.entries()){let n=e.metadataRegistry.get(t[0])?.id;if(n){let e=r.get(n);if(e&&e!==t[0])throw Error(`Duplicate schema id "${n}" detected during JSON Schema conversion. Two different schemas cannot share the same id when converted together.`);r.set(n,t[0])}}let i=t=>{let r=e.target===`draft-2020-12`?`$defs`:`definitions`;if(e.external){let n=e.external.registry.get(t[0])?.id,i=e.external.uri??(e=>e);if(n)return{ref:i(n)};let a=t[1].defId??t[1].schema.id??`schema${e.counter++}`;return t[1].defId=a,{defId:a,ref:`${i(`__shared`)}#/${r}/${a}`}}if(t[1]===n)return{ref:`#`};let i=`#/${r}/`,a=t[1].schema.id??`__schema${e.counter++}`;return{defId:a,ref:i+a}},a=e=>{if(e[1].schema.$ref)return;let t=e[1],{ref:n,defId:r}=i(e);t.def={...t.schema},r&&(t.defId=r);let a=t.schema;for(let e in a)delete a[e];a.$ref=n};if(e.cycles===`throw`)for(let t of e.seen.entries()){let e=t[1];if(e.cycle)throw Error(`Cycle detected: #/${e.cycle?.join(`/`)}/<root>
63
+
64
+ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.`)}for(let n of e.seen.entries()){let r=n[1];if(t===n[0]){a(n);continue}if(e.external){let r=e.external.registry.get(n[0])?.id;if(t!==n[0]&&r){a(n);continue}}if(e.metadataRegistry.get(n[0])?.id){a(n);continue}if(r.cycle){a(n);continue}if(r.count>1&&e.reused===`ref`){a(n);continue}}}function Lr(e,t){let n=e.seen.get(t);if(!n)throw Error(`Unprocessed schema. This is a bug in Zod.`);let r=t=>{let n=e.seen.get(t);if(n.ref===null)return;let i=n.def??n.schema,a={...i},o=n.ref;if(n.ref=null,o){r(o);let n=e.seen.get(o),s=n.schema;if(s.$ref&&(e.target===`draft-07`||e.target===`draft-04`||e.target===`openapi-3.0`)?(i.allOf=i.allOf??[],i.allOf.push(s)):Object.assign(i,s),Object.assign(i,a),t._zod.parent===o)for(let e in i)e!==`$ref`&&e!==`allOf`&&(e in a||delete i[e]);if(s.$ref&&n.def)for(let e in i)e!==`$ref`&&e!==`allOf`&&e in n.def&&JSON.stringify(i[e])===JSON.stringify(n.def[e])&&delete i[e]}let s=t._zod.parent;if(s&&s!==o){r(s);let t=e.seen.get(s);if(t?.schema.$ref&&(i.$ref=t.schema.$ref,t.def))for(let e in i)e!==`$ref`&&e!==`allOf`&&e in t.def&&JSON.stringify(i[e])===JSON.stringify(t.def[e])&&delete i[e]}e.override({zodSchema:t,jsonSchema:i,path:n.path??[]})};for(let t of[...e.seen.entries()].reverse())r(t[0]);let i={};if(e.target===`draft-2020-12`?i.$schema=`https://json-schema.org/draft/2020-12/schema`:e.target===`draft-07`?i.$schema=`http://json-schema.org/draft-07/schema#`:e.target===`draft-04`?i.$schema=`http://json-schema.org/draft-04/schema#`:e.target,e.external?.uri){let n=e.external.registry.get(t)?.id;if(!n)throw Error("Schema is missing an `id` property");i.$id=e.external.uri(n)}Object.assign(i,n.def??n.schema);let a=e.metadataRegistry.get(t)?.id;a!==void 0&&i.id===a&&delete i.id;let o=e.external?.defs??{};for(let t of e.seen.entries()){let e=t[1];e.def&&e.defId&&(e.def.id===e.defId&&delete e.def.id,o[e.defId]=e.def)}e.external||Object.keys(o).length>0&&(e.target===`draft-2020-12`?i.$defs=o:i.definitions=o);try{let n=JSON.parse(JSON.stringify(i));return Object.defineProperty(n,"~standard",{value:{...t[`~standard`],jsonSchema:{input:U(t,`input`,e.processors),output:U(t,`output`,e.processors)}},enumerable:!1,writable:!1}),n}catch{throw Error(`Error converting schema to JSON.`)}}function H(e,t){let n=t??{seen:new Set};if(n.seen.has(e))return!1;n.seen.add(e);let r=e._zod.def;if(r.type===`transform`)return!0;if(r.type===`array`)return H(r.element,n);if(r.type===`set`)return H(r.valueType,n);if(r.type===`lazy`)return H(r.getter(),n);if(r.type===`promise`||r.type===`optional`||r.type===`nonoptional`||r.type===`nullable`||r.type===`readonly`||r.type==="default"||r.type===`prefault`)return H(r.innerType,n);if(r.type===`intersection`)return H(r.left,n)||H(r.right,n);if(r.type===`record`||r.type===`map`)return H(r.keyType,n)||H(r.valueType,n);if(r.type===`pipe`)return e._zod.traits.has(`$ZodCodec`)?!0:H(r.in,n)||H(r.out,n);if(r.type===`object`){for(let e in r.shape)if(H(r.shape[e],n))return!0;return!1}if(r.type===`union`){for(let e of r.options)if(H(e,n))return!0;return!1}if(r.type===`tuple`){for(let e of r.items)if(H(e,n))return!0;return!!(r.rest&&H(r.rest,n))}return!1}const Rr=(e,t={})=>n=>{let r=Fr({...n,processors:t});return V(e,r),Ir(r,e),Lr(r,e)},U=(e,t,n={})=>r=>{let{libraryOptions:i,target:a}=r??{},o=Fr({...i??{},target:a,io:t,processors:n});return V(e,o),Ir(o,e),Lr(o,e)},zr={guid:`uuid`,url:`uri`,datetime:`date-time`,json_string:`json-string`,regex:``},Br=(e,t,n,r)=>{let i=n;i.type=`string`;let{minimum:a,maximum:o,format:s,patterns:c,contentEncoding:l}=e._zod.bag;if(typeof a==`number`&&(i.minLength=a),typeof o==`number`&&(i.maxLength=o),s&&(i.format=zr[s]??s,i.format===``&&delete i.format,s===`time`&&delete i.format),l&&(i.contentEncoding=l),c&&c.size>0){let e=[...c];e.length===1?i.pattern=e[0].source:e.length>1&&(i.allOf=[...e.map(e=>({...t.target===`draft-07`||t.target===`draft-04`||t.target===`openapi-3.0`?{type:`string`}:{},pattern:e.source}))])}},Vr=(e,t,n,r)=>{let i=n,{minimum:a,maximum:o,format:s,multipleOf:c,exclusiveMaximum:l,exclusiveMinimum:u}=e._zod.bag;i.type=typeof s==`string`&&s.includes(`int`)?`integer`:`number`;let d=typeof u==`number`&&u>=(a??-1/0),f=typeof l==`number`&&l<=(o??1/0),p=t.target===`draft-04`||t.target===`openapi-3.0`;d?p?(i.minimum=u,i.exclusiveMinimum=!0):i.exclusiveMinimum=u:typeof a==`number`&&(i.minimum=a),f?p?(i.maximum=l,i.exclusiveMaximum=!0):i.exclusiveMaximum=l:typeof o==`number`&&(i.maximum=o),typeof c==`number`&&(i.multipleOf=c)},Hr=(e,t,n,r)=>{n.type=`boolean`},Ur=(e,t,n,r)=>{n.not={}},Wr=(e,t,n,r)=>{let i=e._zod.def,a=o(i.entries);a.every(e=>typeof e==`number`)&&(n.type=`number`),a.every(e=>typeof e==`string`)&&(n.type=`string`),n.enum=a},Gr=(e,t,n,r)=>{let i=e._zod.def,a=[];for(let e of i.values)if(e===void 0){if(t.unrepresentable===`throw`)throw Error("Literal `undefined` cannot be represented in JSON Schema")}else if(typeof e==`bigint`){if(t.unrepresentable===`throw`)throw Error(`BigInt literals cannot be represented in JSON Schema`);a.push(Number(e))}else a.push(e);if(a.length!==0){if(a.length===1){let e=a[0];n.type=e===null?`null`:typeof e,t.target===`draft-04`||t.target===`openapi-3.0`?n.enum=[e]:n.const=e}else a.every(e=>typeof e==`number`)&&(n.type=`number`),a.every(e=>typeof e==`string`)&&(n.type=`string`),a.every(e=>typeof e==`boolean`)&&(n.type=`boolean`),a.every(e=>e===null)&&(n.type=`null`),n.enum=a}},Kr=(e,t,n,r)=>{if(t.unrepresentable===`throw`)throw Error(`Custom types cannot be represented in JSON Schema`)},qr=(e,t,n,r)=>{if(t.unrepresentable===`throw`)throw Error(`Transforms cannot be represented in JSON Schema`)},Jr=(e,t,n,r)=>{let i=n,a=e._zod.def,{minimum:o,maximum:s}=e._zod.bag;typeof o==`number`&&(i.minItems=o),typeof s==`number`&&(i.maxItems=s),i.type=`array`,i.items=V(a.element,t,{...r,path:[...r.path,`items`]})},Yr=(e,t,n,r)=>{let i=n,a=e._zod.def;i.type=`object`,i.properties={};let o=a.shape;for(let e in o)i.properties[e]=V(o[e],t,{...r,path:[...r.path,`properties`,e]});let s=new Set(Object.keys(o)),c=new Set([...s].filter(e=>{let n=a.shape[e]._zod;return t.io===`input`?n.optin===void 0:n.optout===void 0}));c.size>0&&(i.required=Array.from(c)),a.catchall?._zod.def.type===`never`?i.additionalProperties=!1:a.catchall?a.catchall&&(i.additionalProperties=V(a.catchall,t,{...r,path:[...r.path,`additionalProperties`]})):t.io===`output`&&(i.additionalProperties=!1)},Xr=(e,t,n,r)=>{let i=e._zod.def,a=i.inclusive===!1,o=i.options.map((e,n)=>V(e,t,{...r,path:[...r.path,a?`oneOf`:`anyOf`,n]}));a?n.oneOf=o:n.anyOf=o},Zr=(e,t,n,r)=>{let i=e._zod.def,a=V(i.left,t,{...r,path:[...r.path,`allOf`,0]}),o=V(i.right,t,{...r,path:[...r.path,`allOf`,1]}),s=e=>`allOf`in e&&Object.keys(e).length===1;n.allOf=[...s(a)?a.allOf:[a],...s(o)?o.allOf:[o]]},Qr=(e,t,n,r)=>{let i=e._zod.def,a=V(i.innerType,t,r),o=t.seen.get(e);t.target===`openapi-3.0`?(o.ref=i.innerType,n.nullable=!0):n.anyOf=[a,{type:`null`}]},$r=(e,t,n,r)=>{let i=e._zod.def;V(i.innerType,t,r);let a=t.seen.get(e);a.ref=i.innerType},ei=(e,t,n,r)=>{let i=e._zod.def;V(i.innerType,t,r);let a=t.seen.get(e);a.ref=i.innerType,n.default=JSON.parse(JSON.stringify(i.defaultValue))},ti=(e,t,n,r)=>{let i=e._zod.def;V(i.innerType,t,r);let a=t.seen.get(e);a.ref=i.innerType,t.io===`input`&&(n._prefault=JSON.parse(JSON.stringify(i.defaultValue)))},ni=(e,t,n,r)=>{let i=e._zod.def;V(i.innerType,t,r);let a=t.seen.get(e);a.ref=i.innerType;let o;try{o=i.catchValue(void 0)}catch{throw Error(`Dynamic catch values are not supported in JSON Schema`)}n.default=o},ri=(e,t,n,r)=>{let i=e._zod.def,a=i.in._zod.traits.has(`$ZodTransform`),o=t.io===`input`?a?i.out:i.in:i.out;V(o,t,r);let s=t.seen.get(e);s.ref=o},ii=(e,t,n,r)=>{let i=e._zod.def;V(i.innerType,t,r);let a=t.seen.get(e);a.ref=i.innerType,n.readOnly=!0},ai=(e,t,n,r)=>{let i=e._zod.def;V(i.innerType,t,r);let a=t.seen.get(e);a.ref=i.innerType},oi=t(`ZodISODateTime`,(e,t)=>{Rt.init(e,t),q.init(e,t)});function si(e){return or(oi,e)}const ci=t(`ZodISODate`,(e,t)=>{zt.init(e,t),q.init(e,t)});function li(e){return sr(ci,e)}const ui=t(`ZodISOTime`,(e,t)=>{Bt.init(e,t),q.init(e,t)});function di(e){return cr(ui,e)}const fi=t(`ZodISODuration`,(e,t)=>{Vt.init(e,t),q.init(e,t)});function pi(e){return lr(fi,e)}const W=t(`ZodError`,(e,t)=>{ye.init(e,t),e.name=`ZodError`,Object.defineProperties(e,{format:{value:t=>Se(e,t)},flatten:{value:t=>xe(e,t)},addIssue:{value:t=>{e.issues.push(t),e.message=JSON.stringify(e.issues,s,2)}},addIssues:{value:t=>{e.issues.push(...t),e.message=JSON.stringify(e.issues,s,2)}},isEmpty:{get(){return e.issues.length===0}}})},{Parent:Error}),mi=T(W),hi=E(W),gi=D(W),_i=O(W),vi=Te(W),yi=Ee(W),bi=De(W),xi=Oe(W),Si=ke(W),Ci=Ae(W),wi=je(W),Ti=Me(W),Ei=new WeakMap;function G(e,t,n){let r=Object.getPrototypeOf(e),i=Ei.get(r);if(i||(i=new Set,Ei.set(r,i)),!i.has(t)){i.add(t);for(let e in n){let t=n[e];Object.defineProperty(r,e,{configurable:!0,enumerable:!1,get(){let n=t.bind(this);return Object.defineProperty(this,e,{configurable:!0,writable:!0,enumerable:!0,value:n}),n},set(t){Object.defineProperty(this,e,{configurable:!0,writable:!0,enumerable:!0,value:t})}})}}}const K=t(`ZodType`,(e,t)=>(j.init(e,t),Object.assign(e[`~standard`],{jsonSchema:{input:U(e,`input`),output:U(e,`output`)}}),e.toJSONSchema=Rr(e,{}),e.def=t,e.type=t.type,Object.defineProperty(e,"_def",{value:t}),e.parse=(t,n)=>mi(e,t,n,{callee:e.parse}),e.safeParse=(t,n)=>gi(e,t,n),e.parseAsync=async(t,n)=>hi(e,t,n,{callee:e.parseAsync}),e.safeParseAsync=async(t,n)=>_i(e,t,n),e.spa=e.safeParseAsync,e.encode=(t,n)=>vi(e,t,n),e.decode=(t,n)=>yi(e,t,n),e.encodeAsync=async(t,n)=>bi(e,t,n),e.decodeAsync=async(t,n)=>xi(e,t,n),e.safeEncode=(t,n)=>Si(e,t,n),e.safeDecode=(t,n)=>Ci(e,t,n),e.safeEncodeAsync=async(t,n)=>wi(e,t,n),e.safeDecodeAsync=async(t,n)=>Ti(e,t,n),G(e,`ZodType`,{check(...e){let t=this.def;return this.clone(h(t,{checks:[...t.checks??[],...e.map(e=>typeof e==`function`?{_zod:{check:e,def:{check:`custom`},onattach:[]}}:e)]}),{parent:!0})},with(...e){return this.check(...e)},clone(e,t){return y(this,e,t)},brand(){return this},register(e,t){return e.add(this,t),this},refine(e,t){return this.check(Ia(e,t))},superRefine(e,t){return this.check(La(e,t))},overwrite(e){return this.check(B(e))},optional(){return va(this)},exactOptional(){return ba(this)},nullable(){return Sa(this)},nullish(){return va(Sa(this))},nonoptional(e){return Oa(this,e)},array(){return ia(this)},or(e){return sa([this,e])},and(e){return da(this,e)},transform(e){return Ma(this,ga(e))},default(e){return wa(this,e)},prefault(e){return Ea(this,e)},catch(e){return Aa(this,e)},pipe(e){return Ma(this,e)},readonly(){return Pa(this)},describe(e){let t=this.clone();return I.add(t,{description:e}),t},meta(...e){if(e.length===0)return I.get(this);let t=this.clone();return I.add(t,e[0]),t},isOptional(){return this.safeParse(void 0).success},isNullable(){return this.safeParse(null).success},apply(e){return e(this)}}),Object.defineProperty(e,"description",{get(){return I.get(e)?.description},configurable:!0}),e)),Di=t(`_ZodString`,(e,t)=>{Et.init(e,t),K.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Br(e,t,n,r);let n=e._zod.bag;e.format=n.format??null,e.minLength=n.minimum??null,e.maxLength=n.maximum??null,G(e,`_ZodString`,{regex(...e){return this.check(br(...e))},includes(...e){return this.check(Cr(...e))},startsWith(...e){return this.check(wr(...e))},endsWith(...e){return this.check(Tr(...e))},min(...e){return this.check(z(...e))},max(...e){return this.check(vr(...e))},length(...e){return this.check(yr(...e))},nonempty(...e){return this.check(z(1,...e))},lowercase(e){return this.check(xr(e))},uppercase(e){return this.check(Sr(e))},trim(){return this.check(Dr())},normalize(...e){return this.check(Er(...e))},toLowerCase(){return this.check(Or())},toUpperCase(){return this.check(kr())},slugify(){return this.check(Ar())}})}),Oi=t(`ZodString`,(e,t)=>{Et.init(e,t),Di.init(e,t),e.email=t=>e.check(Rn(Ai,t)),e.url=t=>e.check(Wn(Mi,t)),e.jwt=t=>e.check(ar(qi,t)),e.emoji=t=>e.check(Gn(Ni,t)),e.guid=t=>e.check(zn(ji,t)),e.uuid=t=>e.check(Bn(J,t)),e.uuidv4=t=>e.check(Vn(J,t)),e.uuidv6=t=>e.check(Hn(J,t)),e.uuidv7=t=>e.check(Un(J,t)),e.nanoid=t=>e.check(Kn(Pi,t)),e.guid=t=>e.check(zn(ji,t)),e.cuid=t=>e.check(qn(Fi,t)),e.cuid2=t=>e.check(Jn(Ii,t)),e.ulid=t=>e.check(Yn(Li,t)),e.base64=t=>e.check(nr(Wi,t)),e.base64url=t=>e.check(rr(Gi,t)),e.xid=t=>e.check(Xn(Ri,t)),e.ksuid=t=>e.check(Zn(zi,t)),e.ipv4=t=>e.check(Qn(Bi,t)),e.ipv6=t=>e.check($n(Vi,t)),e.cidrv4=t=>e.check(er(Hi,t)),e.cidrv6=t=>e.check(tr(Ui,t)),e.e164=t=>e.check(ir(Ki,t)),e.datetime=t=>e.check(si(t)),e.date=t=>e.check(li(t)),e.time=t=>e.check(di(t)),e.duration=t=>e.check(pi(t))});function ki(e){return Ln(Oi,e)}const q=t(`ZodStringFormat`,(e,t)=>{M.init(e,t),Di.init(e,t)}),Ai=t(`ZodEmail`,(e,t)=>{kt.init(e,t),q.init(e,t)}),ji=t(`ZodGUID`,(e,t)=>{Dt.init(e,t),q.init(e,t)}),J=t(`ZodUUID`,(e,t)=>{Ot.init(e,t),q.init(e,t)}),Mi=t(`ZodURL`,(e,t)=>{At.init(e,t),q.init(e,t)}),Ni=t(`ZodEmoji`,(e,t)=>{jt.init(e,t),q.init(e,t)}),Pi=t(`ZodNanoID`,(e,t)=>{Mt.init(e,t),q.init(e,t)}),Fi=t(`ZodCUID`,(e,t)=>{Nt.init(e,t),q.init(e,t)}),Ii=t(`ZodCUID2`,(e,t)=>{Pt.init(e,t),q.init(e,t)}),Li=t(`ZodULID`,(e,t)=>{Ft.init(e,t),q.init(e,t)}),Ri=t(`ZodXID`,(e,t)=>{It.init(e,t),q.init(e,t)}),zi=t(`ZodKSUID`,(e,t)=>{Lt.init(e,t),q.init(e,t)}),Bi=t(`ZodIPv4`,(e,t)=>{Ht.init(e,t),q.init(e,t)}),Vi=t(`ZodIPv6`,(e,t)=>{Ut.init(e,t),q.init(e,t)}),Hi=t(`ZodCIDRv4`,(e,t)=>{Wt.init(e,t),q.init(e,t)}),Ui=t(`ZodCIDRv6`,(e,t)=>{Gt.init(e,t),q.init(e,t)}),Wi=t(`ZodBase64`,(e,t)=>{qt.init(e,t),q.init(e,t)}),Gi=t(`ZodBase64URL`,(e,t)=>{Yt.init(e,t),q.init(e,t)}),Ki=t(`ZodE164`,(e,t)=>{Xt.init(e,t),q.init(e,t)}),qi=t(`ZodJWT`,(e,t)=>{Qt.init(e,t),q.init(e,t)}),Ji=t(`ZodNumber`,(e,t)=>{$t.init(e,t),K.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Vr(e,t,n,r),G(e,`ZodNumber`,{gt(e,t){return this.check(gr(e,t))},gte(e,t){return this.check(R(e,t))},min(e,t){return this.check(R(e,t))},lt(e,t){return this.check(hr(e,t))},lte(e,t){return this.check(L(e,t))},max(e,t){return this.check(L(e,t))},int(e){return this.check(Xi(e))},safe(e){return this.check(Xi(e))},positive(e){return this.check(gr(0,e))},nonnegative(e){return this.check(R(0,e))},negative(e){return this.check(hr(0,e))},nonpositive(e){return this.check(L(0,e))},multipleOf(e,t){return this.check(_r(e,t))},step(e,t){return this.check(_r(e,t))},finite(){return this}});let n=e._zod.bag;e.minValue=Math.max(n.minimum??-1/0,n.exclusiveMinimum??-1/0)??null,e.maxValue=Math.min(n.maximum??1/0,n.exclusiveMaximum??1/0)??null,e.isInt=(n.format??``).includes(`int`)||Number.isSafeInteger(n.multipleOf??.5),e.isFinite=!0,e.format=n.format??null});function Y(e){return ur(Ji,e)}const Yi=t(`ZodNumberFormat`,(e,t)=>{en.init(e,t),Ji.init(e,t)});function Xi(e){return dr(Yi,e)}const Zi=t(`ZodBoolean`,(e,t)=>{tn.init(e,t),K.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Hr(e,t,n,r)});function Qi(e){return fr(Zi,e)}const $i=t(`ZodUnknown`,(e,t)=>{nn.init(e,t),K.init(e,t),e._zod.processJSONSchema=(e,t,n)=>void 0});function ea(){return pr($i)}const ta=t(`ZodNever`,(e,t)=>{rn.init(e,t),K.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Ur(e,t,n,r)});function na(e){return mr(ta,e)}const ra=t(`ZodArray`,(e,t)=>{on.init(e,t),K.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Jr(e,t,n,r),e.element=t.element,G(e,`ZodArray`,{min(e,t){return this.check(z(e,t))},nonempty(e){return this.check(z(1,e))},max(e,t){return this.check(vr(e,t))},length(e,t){return this.check(yr(e,t))},unwrap(){return this.element}})});function ia(e,t){return jr(ra,e,t)}const aa=t(`ZodObject`,(e,t)=>{un.init(e,t),K.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Yr(e,t,n,r),p(e,`shape`,()=>t.shape),G(e,`ZodObject`,{keyof(){return pa(Object.keys(this._zod.def.shape))},catchall(e){return this.clone({...this._zod.def,catchall:e})},passthrough(){return this.clone({...this._zod.def,catchall:ea()})},loose(){return this.clone({...this._zod.def,catchall:ea()})},strict(){return this.clone({...this._zod.def,catchall:na()})},strip(){return this.clone({...this._zod.def,catchall:void 0})},extend(e){return ue(this,e)},safeExtend(e){return de(this,e)},merge(e){return fe(this,e)},pick(e){return ce(this,e)},omit(e){return le(this,e)},partial(...e){return pe(_a,this,e[0])},required(...e){return me(Da,this,e[0])}})});function X(e,t){let n={type:`object`,shape:e??{},...b(t)};return new aa(n)}const oa=t(`ZodUnion`,(e,t)=>{fn.init(e,t),K.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Xr(e,t,n,r),e.options=t.options});function sa(e,t){return new oa({type:`union`,options:e,...b(t)})}const ca=t(`ZodDiscriminatedUnion`,(e,t)=>{oa.init(e,t),pn.init(e,t)});function la(e,t,n){return new ca({type:`union`,options:t,discriminator:e,...b(n)})}const ua=t(`ZodIntersection`,(e,t)=>{mn.init(e,t),K.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Zr(e,t,n,r)});function da(e,t){return new ua({type:`intersection`,left:e,right:t})}const fa=t(`ZodEnum`,(e,t)=>{gn.init(e,t),K.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Wr(e,t,n,r),e.enum=t.entries,e.options=Object.values(t.entries);let n=new Set(Object.keys(t.entries));e.extract=(e,r)=>{let i={};for(let r of e)if(n.has(r))i[r]=t.entries[r];else throw Error(`Key ${r} not found in enum`);return new fa({...t,checks:[],...b(r),entries:i})},e.exclude=(e,r)=>{let i={...t.entries};for(let t of e)if(n.has(t))delete i[t];else throw Error(`Key ${t} not found in enum`);return new fa({...t,checks:[],...b(r),entries:i})}});function pa(e,t){let n=Array.isArray(e)?Object.fromEntries(e.map(e=>[e,e])):e;return new fa({type:`enum`,entries:n,...b(t)})}const ma=t(`ZodLiteral`,(e,t)=>{_n.init(e,t),K.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Gr(e,t,n,r),e.values=new Set(t.values),Object.defineProperty(e,"value",{get(){if(t.values.length>1)throw Error("This schema contains multiple valid literal values. Use `.values` instead.");return t.values[0]}})});function Z(e,t){return new ma({type:`literal`,values:Array.isArray(e)?e:[e],...b(t)})}const ha=t(`ZodTransform`,(e,t)=>{vn.init(e,t),K.init(e,t),e._zod.processJSONSchema=(t,n,r)=>qr(e,t,n,r),e._zod.parse=(n,i)=>{if(i.direction===`backward`)throw new r(e.constructor.name);n.addIssue=r=>{if(typeof r==`string`)n.issues.push(w(r,n.value,t));else{let t=r;t.fatal&&(t.continue=!1),t.code??=`custom`,t.input??=n.value,t.inst??=e,n.issues.push(w(t))}};let a=t.transform(n.value,n);return a instanceof Promise?a.then(e=>(n.value=e,n.fallback=!0,n)):(n.value=a,n.fallback=!0,n)}});function ga(e){return new ha({type:`transform`,transform:e})}const _a=t(`ZodOptional`,(e,t)=>{bn.init(e,t),K.init(e,t),e._zod.processJSONSchema=(t,n,r)=>ai(e,t,n,r),e.unwrap=()=>e._zod.def.innerType});function va(e){return new _a({type:`optional`,innerType:e})}const ya=t(`ZodExactOptional`,(e,t)=>{xn.init(e,t),K.init(e,t),e._zod.processJSONSchema=(t,n,r)=>ai(e,t,n,r),e.unwrap=()=>e._zod.def.innerType});function ba(e){return new ya({type:`optional`,innerType:e})}const xa=t(`ZodNullable`,(e,t)=>{Sn.init(e,t),K.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Qr(e,t,n,r),e.unwrap=()=>e._zod.def.innerType});function Sa(e){return new xa({type:`nullable`,innerType:e})}const Ca=t(`ZodDefault`,(e,t)=>{Cn.init(e,t),K.init(e,t),e._zod.processJSONSchema=(t,n,r)=>ei(e,t,n,r),e.unwrap=()=>e._zod.def.innerType,e.removeDefault=e.unwrap});function wa(e,t){return new Ca({type:`default`,innerType:e,get defaultValue(){return typeof t==`function`?t():ie(t)}})}const Ta=t(`ZodPrefault`,(e,t)=>{Tn.init(e,t),K.init(e,t),e._zod.processJSONSchema=(t,n,r)=>ti(e,t,n,r),e.unwrap=()=>e._zod.def.innerType});function Ea(e,t){return new Ta({type:`prefault`,innerType:e,get defaultValue(){return typeof t==`function`?t():ie(t)}})}const Da=t(`ZodNonOptional`,(e,t)=>{En.init(e,t),K.init(e,t),e._zod.processJSONSchema=(t,n,r)=>$r(e,t,n,r),e.unwrap=()=>e._zod.def.innerType});function Oa(e,t){return new Da({type:`nonoptional`,innerType:e,...b(t)})}const ka=t(`ZodCatch`,(e,t)=>{On.init(e,t),K.init(e,t),e._zod.processJSONSchema=(t,n,r)=>ni(e,t,n,r),e.unwrap=()=>e._zod.def.innerType,e.removeCatch=e.unwrap});function Aa(e,t){return new ka({type:`catch`,innerType:e,catchValue:typeof t==`function`?t:()=>t})}const ja=t(`ZodPipe`,(e,t)=>{kn.init(e,t),K.init(e,t),e._zod.processJSONSchema=(t,n,r)=>ri(e,t,n,r),e.in=t.in,e.out=t.out});function Ma(e,t){return new ja({type:`pipe`,in:e,out:t})}const Na=t(`ZodReadonly`,(e,t)=>{An.init(e,t),K.init(e,t),e._zod.processJSONSchema=(t,n,r)=>ii(e,t,n,r),e.unwrap=()=>e._zod.def.innerType});function Pa(e){return new Na({type:`readonly`,innerType:e})}const Fa=t(`ZodCustom`,(e,t)=>{Mn.init(e,t),K.init(e,t),e._zod.processJSONSchema=(t,n,r)=>Kr(e,t,n,r)});function Ia(e,t={}){return Mr(Fa,e,t)}function La(e,t){return Nr(e,t)}const Ra=[`selection_empty`,`selection_outside_conversation`,`selection_not_model_visible`,`selection_too_large`,`selection_stale`,`selection_crosses_unsupported_nodes`,`parent_session_missing`,`parent_session_not_ready`,`fork_unavailable`,`side_chat_already_open`,`side_chat_not_found`,`side_chat_open_failed`,`side_chat_prompt_failed`,`side_chat_model_failed`,`side_chat_interrupt_failed`,`side_chat_destroy_failed`,`transport_error`,`invalid_request`,`internal_error`],Q=ki().min(1).max(512),za=X({provider:Q,model:Q,reasoningEffort:Q.optional()}).strict(),Ba=X({code:pa(Ra),message:ki(),recoverable:Qi()}).strict(),Va=X({parentSessionId:Q,atSeq:Y().finite().nonnegative(),modelSelection:za.optional()}).strict(),Ha=X({childSessionId:Q,provider:Q,model:Q,reasoningEffort:Q.optional()}).strict(),Ua=X({childSessionId:Q}).strict(),Wa=X({parentSessionId:Q,childSessionId:Q,boundarySeq:Y().int().nonnegative(),inheritedThroughSeq:Y().int().nonnegative(),modelSelection:za.optional()}).strict(),Ga=X({selected:za}).strict(),Ka=X({closed:Z(!0)}).strict();function qa(e){return la(`ok`,[X({ok:Z(!0),value:e}).strict(),X({ok:Z(!1),error:Ba}).strict()])}const Ja=qa(Wa),Ya=qa(Ga),Xa=qa(Ka);function $(e,t,n,r){let i=e===`create`?`CreateSideChatRequest`:e===`selectModel`?`SelectSideChatModelRequest`:`CloseSideChatRequest`,a=e===`create`?`ArchivedCreateResult`:e===`selectModel`?`ArchivedSelectModelResult`:`ArchivedCloseResult`;return{id:`@ahggg/dsh-side-chat#sideChatArchived/${e}`,service:`sideChat`,namespace:`sideChatArchived`,method:e,implementation:t,invocation:{kind:`direct`},parameters:[{name:`request`,wire:`request`,source:`json`,codec:{mode:`strict`,typeSymbol:`@ahggg/dsh-side-chat/remote#${i}`,schema:n}}],result:{mode:`strict`,typeSymbol:`@ahggg/dsh-side-chat/remote#${a}`,schema:r},sourceLocation:{file:`src/index.ts`,line:1,column:1}}}const Za=[$(`create`,`createArchived`,Va,Ja),$(`selectModel`,`selectArchivedModel`,Ha,Ya),$(`close`,`closeArchived`,Ua,Xa)],Qa={package:`@ahggg/dsh-side-chat`,face:`host`,schemas:[],model:{services:[],events:[],objects:[]},invocations:Za};export{Za as ARCHIVED_INVOCATIONS,Qa as TYPERT,Qa as default};