@oomol-lab/open-flow 0.1.0-beta.11 → 0.1.0-beta.13

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 (52) hide show
  1. package/dist/browser/{DesignerIcon-ckcKnxxJ.js → DesignerIcon-Bzpx8BtG.js} +7 -2
  2. package/dist/browser/{_virtual_open-flow-twemoji-DJwKsM_w.js → _virtual_open-flow-twemoji-CpHJOEsk.js} +4028 -2
  3. package/dist/browser/carbon-Cn-DTyjG.js +54 -0
  4. package/dist/browser/{createResourceDialog-DhIU-HYW.js → createResourceDialog-Cdixb0WC.js} +16 -16
  5. package/dist/browser/{dist-BZ5PTFAs.js → dist-D1VYgicl.js} +426 -305
  6. package/dist/browser/{dist-Bmb2mZvW.js → dist-DYjIVIZC.js} +22 -22
  7. package/dist/browser/{dist-Ce71Szg7.js → dist-DwvhuMxw.js} +15 -15
  8. package/dist/browser/{dist-DY4qlXTK.js → dist-TJfrvoIQ.js} +21 -21
  9. package/dist/browser/{esm-C64_h7HF.js → esm-nAA6DHox.js} +1 -1
  10. package/dist/browser/flow-authoring-node.d.ts +4 -0
  11. package/dist/browser/flow-authoring.d.ts +1 -1
  12. package/dist/browser/flow-authoring.js +1528 -1443
  13. package/dist/browser/flow-change-schema.d.ts +4 -1
  14. package/dist/browser/flow-change.d.ts +42 -0
  15. package/dist/browser/flow-change.js +457 -403
  16. package/dist/browser/{flowChanges-BINNGoug.js → flowChanges-CX0dLRzD.js} +2817 -1613
  17. package/dist/browser/{flowWorkspace-Dp_b8KXF.js → flowWorkspace-BhpxeXhY.js} +51950 -50685
  18. package/dist/browser/host-conformance.d.ts +7 -0
  19. package/dist/browser/host-conformance.js +33 -0
  20. package/dist/browser/inputValues-CFlfnXlS.js +30 -0
  21. package/dist/browser/licenses.md +3 -1
  22. package/dist/browser/{select-CbQHq-GM.js → select-DCGY8Lom.js} +2580 -2003
  23. package/dist/browser/{typeScriptSession-BoV-FDl3.js → typeScriptSession-DnAmJCzu.js} +6 -6
  24. package/dist/browser/workbench.css +1 -1
  25. package/dist/browser/workbench.js +847 -780
  26. package/dist/browser/workbenchSelect-DdXtOYD1.js +30 -0
  27. package/dist/common/control-api-conformance.d.ts +6 -0
  28. package/dist/common/control-api-conformance.js +5379 -192
  29. package/dist/common/control-api.d.ts +244 -11
  30. package/dist/common/control-api.js +5535 -460
  31. package/dist/common/control-requests.d.ts +68 -0
  32. package/dist/common/control-requests.js +4949 -0
  33. package/dist/common/flow-agent.d.ts +10 -0
  34. package/dist/common/flow-encoding.d.ts +3 -1
  35. package/dist/common/flow-encoding.js +4790 -59
  36. package/dist/common/flow-json.d.ts +2 -0
  37. package/dist/common/flow-semantics.d.ts +4 -2
  38. package/dist/common/flow-semantics.js +4517 -3456
  39. package/dist/common/mcp-conformance.d.ts +2 -0
  40. package/dist/common/mcp.d.ts +545 -0
  41. package/dist/common/mcp.js +5007 -0
  42. package/dist/common/run-events.js +2 -1
  43. package/dist/common/run-lifecycle.d.ts +4 -0
  44. package/dist/common/run-lifecycle.js +30 -0
  45. package/dist/common/run-results.d.ts +56 -0
  46. package/dist/common/runtime-contract.d.ts +24 -0
  47. package/dist/common/scheduler.d.ts +29 -9
  48. package/dist/common/scheduler.js +3249 -2312
  49. package/package.json +13 -1
  50. package/dist/browser/carbon-DMCVsjHo.js +0 -53
  51. package/dist/browser/waitNotificationInputs-fzyKN6mk.js +0 -29
  52. package/dist/browser/workbenchSelect-BjbJjlNd.js +0 -435
@@ -0,0 +1,5007 @@
1
+ //#region ../../node_modules/.bun/zod@4.5.4/node_modules/zod/v4/core/util.js
2
+ function e(e) {
3
+ let t = Object.values(e).filter((e) => typeof e == "number");
4
+ return Object.entries(e).filter(([e, n]) => t.indexOf(+e) === -1).map(([e, t]) => t);
5
+ }
6
+ function t(e, t = "|") {
7
+ return e.map((e) => ae(e)).join(t);
8
+ }
9
+ function n(e, t) {
10
+ return typeof t == "bigint" ? t.toString() : t;
11
+ }
12
+ function r(e) {
13
+ return { get value() {
14
+ {
15
+ let t = e();
16
+ return Object.defineProperty(this, "value", { value: t }), t;
17
+ }
18
+ } };
19
+ }
20
+ function i(e) {
21
+ return e == null;
22
+ }
23
+ function a(e) {
24
+ let t = +!!e.startsWith("^"), n = e.endsWith("$") ? e.length - 1 : e.length;
25
+ return e.slice(t, n);
26
+ }
27
+ function o(e, t) {
28
+ let n = e / t, r = Math.round(n), i = 4 * 2 ** -52 * Math.max(Math.abs(n), 1);
29
+ return Math.abs(n - r) < i ? 0 : n - r;
30
+ }
31
+ var s = /* @__PURE__*/ Symbol("evaluating");
32
+ function c(e, t, n) {
33
+ let r;
34
+ Object.defineProperty(e, t, {
35
+ get() {
36
+ if (r !== s) return r === void 0 && (r = s, r = n()), r;
37
+ },
38
+ set(n) {
39
+ Object.defineProperty(e, t, { value: n });
40
+ },
41
+ configurable: !0
42
+ });
43
+ }
44
+ function l(e, t, n) {
45
+ Object.defineProperty(e, t, {
46
+ value: n,
47
+ writable: !0,
48
+ enumerable: !0,
49
+ configurable: !0
50
+ });
51
+ }
52
+ function u(...e) {
53
+ let t = {};
54
+ for (let n of e) {
55
+ let e = Object.getOwnPropertyDescriptors(n);
56
+ Object.assign(t, e);
57
+ }
58
+ return Object.defineProperties({}, t);
59
+ }
60
+ function d(e) {
61
+ return JSON.stringify(e);
62
+ }
63
+ function f(e) {
64
+ return e.toLowerCase().trim().replace(/[^\w\s-]/g, "").replace(/[\s_-]+/g, "-").replace(/^-+|-+$/g, "");
65
+ }
66
+ var p = "captureStackTrace" in Error ? Error.captureStackTrace : (...e) => {};
67
+ function m(e) {
68
+ return typeof e == "object" && !!e && !Array.isArray(e);
69
+ }
70
+ var ee = /* @__PURE__*/ r(() => {
71
+ if (w.jitless || typeof navigator < "u" && navigator?.userAgent?.includes("Cloudflare")) return !1;
72
+ try {
73
+ return Function(""), !0;
74
+ } catch {
75
+ return !1;
76
+ }
77
+ });
78
+ function te(e) {
79
+ if (m(e) === !1) return !1;
80
+ let t = e.constructor;
81
+ if (t === void 0 || typeof t != "function") return !0;
82
+ let n = t.prototype;
83
+ return m(n) !== !1 && Object.prototype.hasOwnProperty.call(n, "isPrototypeOf") !== !1;
84
+ }
85
+ function ne(e) {
86
+ return te(e) ? { ...e } : Array.isArray(e) ? [...e] : e instanceof Map ? new Map(e) : e instanceof Set ? new Set(e) : e;
87
+ }
88
+ var re = /* @__PURE__*/ new Set([
89
+ "string",
90
+ "number",
91
+ "symbol"
92
+ ]);
93
+ function ie(e) {
94
+ return e.replace(/[.*+?^${}()|[\]\\]/g, "\\$&");
95
+ }
96
+ function h(e, t, n) {
97
+ let r = new e._zod.constr(t ?? e._zod.def);
98
+ return (!t || n?.parent) && (r._zod.parent = e), r;
99
+ }
100
+ function g(e) {
101
+ let t = e;
102
+ if (!t) return {};
103
+ if (typeof t == "string") return { error: () => t };
104
+ if (t?.message !== void 0) {
105
+ if (t?.error !== void 0) throw Error("Cannot specify both `message` and `error` params");
106
+ t.error = t.message;
107
+ }
108
+ return delete t.message, typeof t.error == "string" ? {
109
+ ...t,
110
+ error: () => t.error
111
+ } : t;
112
+ }
113
+ function ae(e) {
114
+ return typeof e == "bigint" ? e.toString() + "n" : typeof e == "string" ? `"${e}"` : `${e}`;
115
+ }
116
+ function oe(e) {
117
+ return Object.keys(e).filter((t) => e[t]._zod.optin !== void 0 && e[t]._zod.optout === "optional");
118
+ }
119
+ var se = {
120
+ safeint: [-(2 ** 53 - 1), 2 ** 53 - 1],
121
+ int32: [-2147483648, 2147483647],
122
+ uint32: [0, 4294967295],
123
+ float32: [-34028234663852886e22, 34028234663852886e22],
124
+ float64: [-Number.MAX_VALUE, Number.MAX_VALUE]
125
+ };
126
+ function ce(e, t) {
127
+ let n = e._zod.def, r = n.checks;
128
+ if (r && r.length > 0) throw Error(".pick() cannot be used on object schemas containing refinements");
129
+ return h(e, u(e._zod.def, {
130
+ get shape() {
131
+ let e = {};
132
+ for (let r of Reflect.ownKeys(t)) {
133
+ if (!Object.prototype.hasOwnProperty.call(n.shape, r)) throw Error(`Unrecognized key: "${String(r)}"`);
134
+ t[r] && l(e, r, n.shape[r]);
135
+ }
136
+ return l(this, "shape", e), e;
137
+ },
138
+ checks: []
139
+ }));
140
+ }
141
+ function le(e, t) {
142
+ let n = e._zod.def, r = n.checks;
143
+ if (r && r.length > 0) throw Error(".omit() cannot be used on object schemas containing refinements");
144
+ return h(e, u(e._zod.def, {
145
+ get shape() {
146
+ let r = { ...e._zod.def.shape };
147
+ for (let e of Reflect.ownKeys(t)) {
148
+ if (!Object.prototype.hasOwnProperty.call(n.shape, e)) throw Error(`Unrecognized key: "${String(e)}"`);
149
+ t[e] && delete r[e];
150
+ }
151
+ return l(this, "shape", r), r;
152
+ },
153
+ checks: []
154
+ }));
155
+ }
156
+ function ue(e, t) {
157
+ if (!te(t)) throw Error("Invalid input to extend: expected a plain object");
158
+ let n = e._zod.def.checks;
159
+ if (n && n.length > 0) {
160
+ let n = e._zod.def.shape;
161
+ for (let e of Reflect.ownKeys(t)) if (Object.getOwnPropertyDescriptor(n, e) !== void 0) throw Error("Cannot overwrite keys on object schemas containing refinements. Use `.safeExtend()` instead.");
162
+ }
163
+ return h(e, u(e._zod.def, { get shape() {
164
+ let n = {
165
+ ...e._zod.def.shape,
166
+ ...t
167
+ };
168
+ return l(this, "shape", n), n;
169
+ } }));
170
+ }
171
+ function de(e, t) {
172
+ if (!te(t)) throw Error("Invalid input to safeExtend: expected a plain object");
173
+ return h(e, u(e._zod.def, { get shape() {
174
+ let n = {
175
+ ...e._zod.def.shape,
176
+ ...t
177
+ };
178
+ return l(this, "shape", n), n;
179
+ } }));
180
+ }
181
+ function fe(e, t) {
182
+ if (!t?._zod?.def) throw Error("Invalid input to merge: expected an object schema. To merge a plain shape, use `.extend()`.");
183
+ if (e._zod.def.checks?.length) throw Error(".merge() cannot be used on object schemas containing refinements. Use .safeExtend() instead.");
184
+ return h(e, u(e._zod.def, {
185
+ get shape() {
186
+ let n = {
187
+ ...e._zod.def.shape,
188
+ ...t._zod.def.shape
189
+ };
190
+ return l(this, "shape", n), n;
191
+ },
192
+ get catchall() {
193
+ return t._zod.def.catchall;
194
+ },
195
+ checks: t._zod.def.checks ?? []
196
+ }));
197
+ }
198
+ function pe(e, t, n, r = "partial") {
199
+ let i = t._zod.def.checks;
200
+ if (i && i.length > 0) throw Error(`.${r}() cannot be used on object schemas containing refinements`);
201
+ return h(t, u(t._zod.def, {
202
+ get shape() {
203
+ let r = t._zod.def.shape, i = { ...r };
204
+ if (n) for (let t of Reflect.ownKeys(n)) {
205
+ if (!Object.prototype.hasOwnProperty.call(r, t)) throw Error(`Unrecognized key: "${String(t)}"`);
206
+ n[t] && (i[t] = e ? new e({
207
+ type: "optional",
208
+ innerType: r[t]
209
+ }) : r[t]);
210
+ }
211
+ else for (let t of Reflect.ownKeys(r)) i[t] = e ? new e({
212
+ type: "optional",
213
+ innerType: r[t]
214
+ }) : r[t];
215
+ return l(this, "shape", i), i;
216
+ },
217
+ checks: []
218
+ }));
219
+ }
220
+ function me(e, t, n) {
221
+ return h(t, u(t._zod.def, { get shape() {
222
+ let r = t._zod.def.shape, i = { ...r };
223
+ if (n) for (let t of Reflect.ownKeys(n)) {
224
+ if (!Object.prototype.hasOwnProperty.call(i, t)) throw Error(`Unrecognized key: "${String(t)}"`);
225
+ n[t] && (i[t] = new e({
226
+ type: "nonoptional",
227
+ innerType: r[t]
228
+ }));
229
+ }
230
+ else for (let t of Reflect.ownKeys(r)) i[t] = new e({
231
+ type: "nonoptional",
232
+ innerType: r[t]
233
+ });
234
+ return l(this, "shape", i), i;
235
+ } }));
236
+ }
237
+ function _(e, t = 0) {
238
+ if (e.aborted === !0) return !0;
239
+ for (let n = t; n < e.issues.length; n++) if (e.issues[n]?.continue !== !0) return !0;
240
+ return !1;
241
+ }
242
+ function he(e, t = 0) {
243
+ if (e.aborted === !0) return !0;
244
+ for (let n = t; n < e.issues.length; n++) if (e.issues[n]?.continue === !1) return !0;
245
+ return !1;
246
+ }
247
+ function v(e, t) {
248
+ return t.map((t) => {
249
+ var n;
250
+ return (n = t).path ?? (n.path = []), t.path.unshift(e), t;
251
+ });
252
+ }
253
+ function ge(e) {
254
+ return typeof e == "string" ? e : e?.message;
255
+ }
256
+ function _e(e, t, n) {
257
+ var r;
258
+ for (let i = t; i < e.length; i++) (r = e[i]).schema ?? (r.schema = n);
259
+ }
260
+ function y(e, t, n) {
261
+ var r;
262
+ let i = e.inst?._zod?.traits;
263
+ i?.has("$ZodType") && (i.has("$ZodCheck") ? (r = e).schema ?? (r.schema = e.inst) : e.schema = e.inst);
264
+ let a = e.schema === e.inst ? void 0 : e.schema?._zod.def?.error, o = e.message ? e.message : ge(e.inst?._zod.def?.error?.(e)) ?? ge(a?.(e)) ?? ge(t?.error?.(e)) ?? ge(n.customError?.(e)) ?? ge(n.localeError?.(e)) ?? "Invalid input", { inst: s, schema: c, continue: l, input: u, ...d } = e;
265
+ return d.path ??= [], d.message = o, t?.reportInput && (d.input = u), d;
266
+ }
267
+ var ve = /[\uD800-\uDBFF]/;
268
+ function ye(e) {
269
+ let t = e.length;
270
+ if (!ve.test(e)) return t;
271
+ let n = t;
272
+ for (let r = 0; r < t - 1; r++) (e.charCodeAt(r) & 64512) == 55296 && (e.charCodeAt(r + 1) & 64512) == 56320 && (n--, r++);
273
+ return n;
274
+ }
275
+ function be(e) {
276
+ return Array.isArray(e) ? "array" : typeof e == "string" ? "string" : "unknown";
277
+ }
278
+ function xe(e) {
279
+ let t = typeof e;
280
+ switch (t) {
281
+ case "number": return Number.isNaN(e) ? "nan" : "number";
282
+ case "object": {
283
+ if (e === null) return "null";
284
+ if (Array.isArray(e)) return "array";
285
+ let t = e;
286
+ if (t && Object.getPrototypeOf(t) !== Object.prototype && "constructor" in t && t.constructor) return t.constructor.name;
287
+ }
288
+ }
289
+ return t;
290
+ }
291
+ function Se(...e) {
292
+ let [t, n, r] = e;
293
+ return typeof t == "string" ? {
294
+ message: t,
295
+ code: "custom",
296
+ input: n,
297
+ inst: r
298
+ } : { ...t };
299
+ }
300
+ function Ce(e, t) {
301
+ for (let n in t) {
302
+ let r = Object.getOwnPropertyDescriptor(t, n);
303
+ r.get ? Object.defineProperty(e, n, {
304
+ ...r,
305
+ enumerable: !1
306
+ }) : Te(e, n, r.value);
307
+ }
308
+ }
309
+ function b(e, t, n, r = !0) {
310
+ return Object.defineProperty(e, t, {
311
+ configurable: !0,
312
+ writable: !0,
313
+ enumerable: r,
314
+ value: n
315
+ }), n;
316
+ }
317
+ function we(e, t, n) {
318
+ return b(e, t, n, !1);
319
+ }
320
+ function Te(e, t, n) {
321
+ Object.defineProperty(e, t, {
322
+ configurable: !0,
323
+ get() {
324
+ return this == null ? n : b(this, t, n.bind(this));
325
+ },
326
+ set(e) {
327
+ b(this, t, e);
328
+ }
329
+ });
330
+ }
331
+ function Ee(e, t) {
332
+ let n = Object.getPrototypeOf(e);
333
+ return t in n ? void 0 : n;
334
+ }
335
+ var De, x = !1, Oe = {
336
+ configurable: !0,
337
+ get() {
338
+ x = !0;
339
+ }
340
+ };
341
+ function S(e, t, n) {
342
+ let r = Object.getPrototypeOf(e._zod);
343
+ if (t in r && De !== e._zod) {
344
+ De = void 0;
345
+ return;
346
+ }
347
+ De = e._zod, Object.defineProperty(r, t, {
348
+ configurable: !0,
349
+ get() {
350
+ Object.defineProperty(this, t, Oe);
351
+ let e = x;
352
+ x = !1;
353
+ try {
354
+ let r = n(this);
355
+ return x ? delete this[t] : Object.defineProperty(this, t, {
356
+ configurable: !0,
357
+ writable: !0,
358
+ value: r
359
+ }), x ||= e, r;
360
+ } catch (n) {
361
+ throw delete this[t], x ||= e, n;
362
+ }
363
+ },
364
+ set(e) {
365
+ Object.defineProperty(this, t, {
366
+ configurable: !0,
367
+ writable: !0,
368
+ value: e
369
+ });
370
+ }
371
+ });
372
+ }
373
+ function ke(e, t, n, r) {
374
+ let i = Ee(e, t);
375
+ i && Object.defineProperty(i, t, {
376
+ configurable: !0,
377
+ get() {
378
+ let e = {
379
+ configurable: !0,
380
+ writable: !0,
381
+ enumerable: r,
382
+ value: void 0
383
+ };
384
+ return Object.defineProperty(this, t, e), e.value = n(this), Object.defineProperty(this, t, e), e.value;
385
+ },
386
+ set(e) {
387
+ Object.defineProperty(this, t, {
388
+ configurable: !0,
389
+ writable: !0,
390
+ enumerable: r,
391
+ value: e
392
+ });
393
+ }
394
+ });
395
+ }
396
+ var Ae = "~constantCatch";
397
+ function je(e) {
398
+ let t = () => e;
399
+ return t[Ae] = !0, t;
400
+ }
401
+ //#endregion
402
+ //#region ../../node_modules/.bun/zod@4.5.4/node_modules/zod/v4/core/core.js
403
+ var Me, Ne = {
404
+ value: void 0,
405
+ enumerable: !1
406
+ }, Pe = "captureStackTrace" in Error ? Error : null;
407
+ function Fe(e) {
408
+ let t = Pe;
409
+ if (t) {
410
+ let n = t.stackTraceLimit;
411
+ if (typeof n == "number") {
412
+ try {
413
+ t.stackTraceLimit = 0;
414
+ } catch {
415
+ return Pe = null, new e();
416
+ }
417
+ try {
418
+ return new e();
419
+ } finally {
420
+ t.stackTraceLimit = n;
421
+ }
422
+ }
423
+ }
424
+ return new e();
425
+ }
426
+ function C(e, t, n, r) {
427
+ let i = {};
428
+ function a(e) {
429
+ this.def = e, this.constr = d, this.traits = /* @__PURE__ */ new Set();
430
+ }
431
+ a.prototype = i;
432
+ let o = n, s = o && /* @__PURE__ */ new WeakSet();
433
+ function c(n, r) {
434
+ if (!n._zod) {
435
+ Ne.value = new a(r);
436
+ try {
437
+ Object.defineProperty(n, "_zod", Ne);
438
+ } finally {
439
+ Ne.value = void 0;
440
+ }
441
+ }
442
+ if (n._zod.traits.has(e)) return;
443
+ if (n._zod.traits.add(e), t(n, r), s) {
444
+ let e = Object.getPrototypeOf(n), t = n._zod.constr.prototype, r = e;
445
+ for (; r && r !== t;) r = Object.getPrototypeOf(r);
446
+ let i = r ?? e;
447
+ s.has(i) || (s.add(i), Ce(i, o));
448
+ }
449
+ let i = d.prototype;
450
+ for (let e in i) Object.prototype.hasOwnProperty.call(i, e) && (e in n || (n[e] = i[e].bind(n)));
451
+ }
452
+ let l = r?.Parent ?? Object;
453
+ class u extends l {}
454
+ Object.defineProperty(u, "name", { value: e });
455
+ function d(e) {
456
+ let t = r?.Parent ? Fe(u) : this;
457
+ c(t, e);
458
+ let n = t._zod.deferred;
459
+ if (n) {
460
+ for (let e of n) e();
461
+ t._zod.deferred = void 0;
462
+ }
463
+ let i = globalThis.__zod_globalConfig?.postProcessor;
464
+ return i && i(t), t;
465
+ }
466
+ return Object.defineProperty(d, "init", { value: c }), Object.defineProperty(d, Symbol.hasInstance, { value: (t) => r?.Parent && t instanceof r.Parent ? !0 : t?._zod?.traits?.has(e) }), Object.defineProperty(d, "name", { value: e }), d;
467
+ }
468
+ var Ie = class extends Error {
469
+ constructor() {
470
+ super("Encountered Promise during synchronous parse. Use .parseAsync() instead.");
471
+ }
472
+ }, Le = class extends Error {
473
+ constructor(e) {
474
+ super(`Encountered unidirectional transform during encode: ${e}`), this.name = "ZodEncodeError";
475
+ }
476
+ };
477
+ (Me = globalThis).__zod_globalConfig ?? (Me.__zod_globalConfig = {});
478
+ var w = globalThis.__zod_globalConfig;
479
+ function T(e) {
480
+ return e && Object.assign(w, e), w;
481
+ }
482
+ //#endregion
483
+ //#region ../../node_modules/.bun/zod@4.5.4/node_modules/zod/v4/core/errors.js
484
+ function Re() {
485
+ let e = this._zod;
486
+ return e.message ??= JSON.stringify(e.def, n, 2), e.message;
487
+ }
488
+ function ze(e) {
489
+ this._zod.message = e;
490
+ }
491
+ var Be = {
492
+ get: Re,
493
+ set: ze,
494
+ enumerable: !0,
495
+ configurable: !0
496
+ }, Ve = {
497
+ value: void 0,
498
+ enumerable: !1
499
+ }, He = {
500
+ value: void 0,
501
+ enumerable: !1
502
+ }, Ue = /* @__PURE__ */ new WeakSet([Object.prototype, Error.prototype]), We = (e, t) => {
503
+ e.name = "$ZodError", Ve.value = e._zod, Object.defineProperty(e, "_zod", Ve), He.value = t, Object.defineProperty(e, "issues", He), Ve.value = void 0, He.value = void 0, Object.defineProperty(e, "message", Be);
504
+ let n = Object.getPrototypeOf(e);
505
+ Ue.has(n) || (Ue.add(n), Object.defineProperty(n, "toString", {
506
+ configurable: !0,
507
+ enumerable: !1,
508
+ get() {
509
+ let e = () => this.message;
510
+ return Object.defineProperty(this, "toString", {
511
+ value: e,
512
+ configurable: !0,
513
+ writable: !0
514
+ }), e;
515
+ },
516
+ set(e) {
517
+ Object.defineProperty(this, "toString", {
518
+ value: e,
519
+ configurable: !0,
520
+ writable: !0
521
+ });
522
+ }
523
+ }));
524
+ }, Ge = C("$ZodError", We), Ke = C("$ZodError", We, void 0, { Parent: Error });
525
+ function qe(e, t, n) {
526
+ return Object.prototype.hasOwnProperty.call(e, t) || (t === "__proto__" ? Object.defineProperty(e, t, {
527
+ value: n(),
528
+ writable: !0,
529
+ enumerable: !0,
530
+ configurable: !0
531
+ }) : e[t] = n()), e[t];
532
+ }
533
+ function Je(e, t = (e) => e.message) {
534
+ let n = {}, r = [];
535
+ for (let i of e.issues) i.path.length > 0 ? qe(n, i.path[0], () => []).push(t(i)) : r.push(t(i));
536
+ return {
537
+ formErrors: r,
538
+ fieldErrors: n
539
+ };
540
+ }
541
+ function Ye(e, t = (e) => e.message) {
542
+ let n = { _errors: [] }, r = (e, i = []) => {
543
+ for (let a of e.issues) if (a.code === "invalid_union" && a.errors.length) a.errors.map((e) => r({ issues: e }, [...i, ...a.path]));
544
+ else if (a.code === "invalid_key") r({ issues: a.issues }, [...i, ...a.path]);
545
+ else if (a.code === "invalid_element") r({ issues: a.issues }, [...i, ...a.path]);
546
+ else {
547
+ let e = [...i, ...a.path];
548
+ if (e.length === 0) n._errors.push(t(a));
549
+ else {
550
+ let r = n, i = 0;
551
+ for (; i < e.length;) {
552
+ let n = e[i], o = i === e.length - 1;
553
+ if (n === "_errors") {
554
+ o && r._errors.push(t(a)), i++;
555
+ continue;
556
+ }
557
+ Object.prototype.hasOwnProperty.call(r, n) || Object.defineProperty(r, n, {
558
+ value: { _errors: [] },
559
+ enumerable: !0,
560
+ writable: !0,
561
+ configurable: !0
562
+ });
563
+ let s = r[n];
564
+ o && s._errors.push(t(a)), r = s, i++;
565
+ }
566
+ }
567
+ }
568
+ };
569
+ return r(e), n;
570
+ }
571
+ //#endregion
572
+ //#region ../../node_modules/.bun/zod@4.5.4/node_modules/zod/v4/core/parse.js
573
+ function Xe(e, t) {
574
+ return {
575
+ callee: t?.callee ?? e,
576
+ Err: t?.Err
577
+ };
578
+ }
579
+ var Ze = (e) => {
580
+ let t = (n, r, i, a) => {
581
+ let o = i ? {
582
+ ...i,
583
+ async: !1
584
+ } : { async: !1 }, s = n._zod.run({
585
+ value: r,
586
+ issues: []
587
+ }, o);
588
+ if (s instanceof Promise) throw new Ie();
589
+ if (s.issues.length) {
590
+ let n = new ((a?.Err) ?? e)(s.issues.map((e) => y(e, o, T())));
591
+ throw p(n, a?.callee ?? t), n;
592
+ }
593
+ return s.value;
594
+ };
595
+ return t;
596
+ }, Qe = (e) => {
597
+ let t = async (n, r, i, a) => {
598
+ let o = i ? {
599
+ ...i,
600
+ async: !0
601
+ } : { async: !0 }, s = n._zod.run({
602
+ value: r,
603
+ issues: []
604
+ }, o);
605
+ if (s instanceof Promise && (s = await s), s.issues.length) {
606
+ let n = new ((a?.Err) ?? e)(s.issues.map((e) => y(e, o, T())));
607
+ throw p(n, a?.callee ?? t), n;
608
+ }
609
+ return s.value;
610
+ };
611
+ return t;
612
+ }, $e = (e) => (t, n, r) => {
613
+ let i = r ? {
614
+ ...r,
615
+ async: !1
616
+ } : { async: !1 }, a = t._zod.run({
617
+ value: n,
618
+ issues: []
619
+ }, i);
620
+ if (a instanceof Promise) throw new Ie();
621
+ return a.issues.length ? {
622
+ success: !1,
623
+ error: new (e ?? Ge)(a.issues.map((e) => y(e, i, T())))
624
+ } : {
625
+ success: !0,
626
+ data: a.value
627
+ };
628
+ }, et = /* @__PURE__*/ $e(Ke), tt = (e) => async (t, n, r) => {
629
+ let i = r ? {
630
+ ...r,
631
+ async: !0
632
+ } : { async: !0 }, a = t._zod.run({
633
+ value: n,
634
+ issues: []
635
+ }, i);
636
+ return a instanceof Promise && (a = await a), a.issues.length ? {
637
+ success: !1,
638
+ error: new e(a.issues.map((e) => y(e, i, T())))
639
+ } : {
640
+ success: !0,
641
+ data: a.value
642
+ };
643
+ }, nt = /* @__PURE__*/ tt(Ke), rt = (e) => {
644
+ let t = Ze(e), n = (e, r, i, a) => {
645
+ let o = i ? {
646
+ ...i,
647
+ direction: "backward"
648
+ } : { direction: "backward" };
649
+ return t(e, r, o, Xe(n, a));
650
+ };
651
+ return n;
652
+ }, it = (e) => {
653
+ let t = Ze(e), n = (e, r, i, a) => t(e, r, i, Xe(n, a));
654
+ return n;
655
+ }, at = (e) => {
656
+ let t = Qe(e), n = async (e, r, i, a) => {
657
+ let o = i ? {
658
+ ...i,
659
+ direction: "backward"
660
+ } : { direction: "backward" };
661
+ return await t(e, r, o, Xe(n, a));
662
+ };
663
+ return n;
664
+ }, ot = (e) => {
665
+ let t = Qe(e), n = async (e, r, i, a) => await t(e, r, i, Xe(n, a));
666
+ return n;
667
+ }, st = (e) => (t, n, r) => {
668
+ let i = r ? {
669
+ ...r,
670
+ direction: "backward"
671
+ } : { direction: "backward" };
672
+ return $e(e)(t, n, i);
673
+ }, ct = (e) => (t, n, r) => $e(e)(t, n, r), lt = (e) => async (t, n, r) => {
674
+ let i = r ? {
675
+ ...r,
676
+ direction: "backward"
677
+ } : { direction: "backward" };
678
+ return tt(e)(t, n, i);
679
+ }, ut = (e) => async (t, n, r) => tt(e)(t, n, r), dt = /^[cC][0-9a-z]{6,}$/, ft = /^[0-9a-z]+$/, pt = /^[0-7][0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{25}$/, mt = /^[0-9a-vA-V]{20}$/, ht = /^[A-Za-z0-9]{27}$/, gt = /^[a-zA-Z0-9_-]{21}$/;
680
+ function _t(e) {
681
+ return RegExp(`^[a-zA-Z0-9_-]{${e}}$`);
682
+ }
683
+ var vt = /^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/, yt = /^([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})$/, bt = (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)$/, xt = /^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/, St = "^[\\p{Extended_Pictographic}\\p{Emoji_Component}]+$";
684
+ function Ct() {
685
+ return new RegExp(St, "u");
686
+ }
687
+ var wt = /^(?:(?: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])$/, Tt = /^(([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}|:))$/, Et = /^((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])$/, Dt = /^(([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}|:))\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/, Ot = /^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/, kt = /^[A-Za-z0-9_-]*$/, At = /^https?$/, jt = /^\+[1-9]\d{6,14}$/, Mt = "(?:(?:\\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])))";
688
+ function Nt(e) {
689
+ return RegExp(`^${e}$`);
690
+ }
691
+ var Pt = /*@__PURE__*/ Nt(Mt);
692
+ function Ft(e) {
693
+ let t = "(?:[01]\\d|2[0-3]):[0-5]\\d";
694
+ return typeof e.precision == "number" ? e.precision === -1 ? `${t}` : e.precision === 0 ? `${t}:[0-5]\\d` : `${t}:[0-5]\\d\\.\\d{${e.precision}}` : e.seconds ? `${t}:[0-5]\\d(?:\\.\\d+)?` : `${t}(?::[0-5]\\d(?:\\.\\d+)?)?`;
695
+ }
696
+ function It(e) {
697
+ return RegExp(`^${Ft(e)}$`);
698
+ }
699
+ function Lt(e) {
700
+ let t = ["Z"];
701
+ e.offset && t.push("([+-](?:[01]\\d|2[0-3]):[0-5]\\d)");
702
+ let n = `${Ft({
703
+ precision: e.precision,
704
+ seconds: !0
705
+ })}(?:${t.join("|")})`, r = e.local ? `${n}|${Ft({ precision: e.precision })}` : n;
706
+ return RegExp(`^${Mt}T(?:${r})$`);
707
+ }
708
+ var Rt = (e) => {
709
+ let t = e ? `[\\s\\S]{${e?.minimum ?? 0},${e?.maximum ?? ""}}` : "[\\s\\S]*";
710
+ return RegExp(`^${t}$`);
711
+ }, zt = /^-?\d+$/, Bt = /^-?\d+(?:\.\d+)?$/, Vt = /^(?:true|false)$/i, Ht = /^null$/i, Ut = /^[^A-Z]*$/, Wt = /^[^a-z]*$/, E = /*@__PURE__*/ C("$ZodCheck", (e, t) => {
712
+ var n;
713
+ e._zod ??= {}, e._zod.def = t, (n = e._zod).onattach ?? (n.onattach = []);
714
+ }), Gt = (e) => {
715
+ let t = e.value;
716
+ return !i(t) && t.length !== void 0;
717
+ }, Kt = {
718
+ number: "number",
719
+ bigint: "bigint",
720
+ object: "date"
721
+ }, qt = /*@__PURE__*/ C("$ZodCheckLessThan", (e, t) => {
722
+ E.init(e, t);
723
+ let n = Kt[typeof t.value];
724
+ e._zod.onattach.push((e) => {
725
+ let n = e._zod.bag, r = (t.inclusive ? n.maximum : n.exclusiveMaximum) ?? Infinity;
726
+ t.value < r && (t.inclusive ? n.maximum = t.value : n.exclusiveMaximum = t.value);
727
+ }), e._zod.check = (r) => {
728
+ (t.inclusive ? r.value <= t.value : r.value < t.value) || r.issues.push({
729
+ origin: Kt[typeof r.value] ?? n,
730
+ code: "too_big",
731
+ maximum: typeof t.value == "object" ? t.value.getTime() : t.value,
732
+ input: r.value,
733
+ inclusive: t.inclusive,
734
+ inst: e,
735
+ continue: !t.abort
736
+ });
737
+ };
738
+ }), Jt = /*@__PURE__*/ C("$ZodCheckGreaterThan", (e, t) => {
739
+ E.init(e, t);
740
+ let n = Kt[typeof t.value];
741
+ e._zod.onattach.push((e) => {
742
+ let n = e._zod.bag, r = (t.inclusive ? n.minimum : n.exclusiveMinimum) ?? -Infinity;
743
+ t.value > r && (t.inclusive ? n.minimum = t.value : n.exclusiveMinimum = t.value);
744
+ }), e._zod.check = (r) => {
745
+ (t.inclusive ? r.value >= t.value : r.value > t.value) || r.issues.push({
746
+ origin: Kt[typeof r.value] ?? n,
747
+ code: "too_small",
748
+ minimum: typeof t.value == "object" ? t.value.getTime() : t.value,
749
+ input: r.value,
750
+ inclusive: t.inclusive,
751
+ inst: e,
752
+ continue: !t.abort
753
+ });
754
+ };
755
+ }), Yt = /*@__PURE__*/ C("$ZodCheckMultipleOf", (e, t) => {
756
+ E.init(e, t), e._zod.onattach.push((e) => {
757
+ var n;
758
+ (n = e._zod.bag).multipleOf ?? (n.multipleOf = t.value);
759
+ }), e._zod.check = (n) => {
760
+ if (typeof n.value != typeof t.value) throw Error("Cannot mix number and bigint in multiple_of check.");
761
+ (typeof n.value == "bigint" ? t.value !== BigInt(0) && n.value % t.value === BigInt(0) : o(n.value, t.value) === 0) || n.issues.push({
762
+ origin: typeof n.value,
763
+ code: "not_multiple_of",
764
+ divisor: t.value,
765
+ input: n.value,
766
+ inst: e,
767
+ continue: !t.abort
768
+ });
769
+ };
770
+ }), Xt = /*@__PURE__*/ C("$ZodCheckNumberFormat", (e, t) => {
771
+ E.init(e, t), t.format = t.format || "float64";
772
+ let n = t.format?.includes("int"), r = n ? "int" : "number", [i, a] = se[t.format];
773
+ e._zod.onattach.push((e) => {
774
+ let r = e._zod.bag;
775
+ r.format = t.format, r.minimum = i, r.maximum = a, n && (r.pattern = zt);
776
+ }), e._zod.check = (o) => {
777
+ let s = o.value;
778
+ if (n) {
779
+ if (!Number.isInteger(s)) {
780
+ o.issues.push({
781
+ expected: r,
782
+ format: t.format,
783
+ code: "invalid_type",
784
+ continue: !1,
785
+ input: s,
786
+ inst: e
787
+ });
788
+ return;
789
+ }
790
+ if (!Number.isSafeInteger(s)) {
791
+ s > 0 ? o.issues.push({
792
+ input: s,
793
+ code: "too_big",
794
+ maximum: 2 ** 53 - 1,
795
+ note: "Integers must be within the safe integer range.",
796
+ inst: e,
797
+ origin: r,
798
+ inclusive: !0,
799
+ continue: !t.abort
800
+ }) : o.issues.push({
801
+ input: s,
802
+ code: "too_small",
803
+ minimum: -(2 ** 53 - 1),
804
+ note: "Integers must be within the safe integer range.",
805
+ inst: e,
806
+ origin: r,
807
+ inclusive: !0,
808
+ continue: !t.abort
809
+ });
810
+ return;
811
+ }
812
+ }
813
+ s < i && o.issues.push({
814
+ origin: "number",
815
+ input: s,
816
+ code: "too_small",
817
+ minimum: i,
818
+ inclusive: !0,
819
+ inst: e,
820
+ continue: !t.abort
821
+ }), s > a && o.issues.push({
822
+ origin: "number",
823
+ input: s,
824
+ code: "too_big",
825
+ maximum: a,
826
+ inclusive: !0,
827
+ inst: e,
828
+ continue: !t.abort
829
+ });
830
+ };
831
+ }), Zt = /*@__PURE__*/ C("$ZodCheckMaxLength", (e, t) => {
832
+ var n;
833
+ E.init(e, t), (n = e._zod.def).when ?? (n.when = Gt), e._zod.onattach.push((e) => {
834
+ let n = e._zod.bag.maximum ?? Infinity;
835
+ t.maximum < n && (e._zod.bag.maximum = t.maximum);
836
+ }), e._zod.check = (n) => {
837
+ let r = n.value, i = r.length;
838
+ if ((typeof r == "string" && i > t.maximum ? ye(r) : i) <= t.maximum) return;
839
+ let a = be(r);
840
+ n.issues.push({
841
+ origin: a,
842
+ code: "too_big",
843
+ maximum: t.maximum,
844
+ inclusive: !0,
845
+ input: r,
846
+ inst: e,
847
+ continue: !t.abort
848
+ });
849
+ };
850
+ }), Qt = /*@__PURE__*/ C("$ZodCheckMinLength", (e, t) => {
851
+ var n;
852
+ E.init(e, t), (n = e._zod.def).when ?? (n.when = Gt), e._zod.onattach.push((e) => {
853
+ let n = e._zod.bag.minimum ?? -Infinity;
854
+ t.minimum > n && (e._zod.bag.minimum = t.minimum);
855
+ }), e._zod.check = (n) => {
856
+ let r = n.value, i = r.length;
857
+ if ((typeof r == "string" && i >= t.minimum && i < t.minimum * 2 ? ye(r) : i) >= t.minimum) return;
858
+ let a = be(r);
859
+ n.issues.push({
860
+ origin: a,
861
+ code: "too_small",
862
+ minimum: t.minimum,
863
+ inclusive: !0,
864
+ input: r,
865
+ inst: e,
866
+ continue: !t.abort
867
+ });
868
+ };
869
+ }), $t = /*@__PURE__*/ C("$ZodCheckLengthEquals", (e, t) => {
870
+ var n;
871
+ E.init(e, t), (n = e._zod.def).when ?? (n.when = Gt), e._zod.onattach.push((e) => {
872
+ let n = e._zod.bag;
873
+ n.minimum = t.length, n.maximum = t.length, n.length = t.length;
874
+ }), e._zod.check = (n) => {
875
+ let r = n.value, i = r.length, a = typeof r == "string" && i >= t.length && i <= t.length * 2 ? ye(r) : i;
876
+ if (a === t.length) return;
877
+ let o = be(r), s = a > t.length;
878
+ n.issues.push({
879
+ origin: o,
880
+ ...s ? {
881
+ code: "too_big",
882
+ maximum: t.length
883
+ } : {
884
+ code: "too_small",
885
+ minimum: t.length
886
+ },
887
+ inclusive: !0,
888
+ exact: !0,
889
+ input: n.value,
890
+ inst: e,
891
+ continue: !t.abort
892
+ });
893
+ };
894
+ }), en = /*@__PURE__*/ C("$ZodCheckStringFormat", (e, t) => {
895
+ var n, r;
896
+ E.init(e, t), e._zod.onattach.push((e) => {
897
+ let n = e._zod.bag;
898
+ n.format = t.format, t.pattern && (n.patterns ??= /* @__PURE__ */ new Set(), n.patterns.add(t.pattern));
899
+ }), t.pattern ? (n = e._zod).check ?? (n.check = (n) => {
900
+ t.pattern.lastIndex = 0, !t.pattern.test(n.value) && n.issues.push({
901
+ origin: "string",
902
+ code: "invalid_format",
903
+ format: t.format,
904
+ input: n.value,
905
+ ...t.pattern ? { pattern: t.pattern.toString() } : {},
906
+ inst: e,
907
+ continue: !t.abort
908
+ });
909
+ }) : (r = e._zod).check ?? (r.check = () => {});
910
+ }), tn = /*@__PURE__*/ C("$ZodCheckRegex", (e, t) => {
911
+ en.init(e, t), e._zod.check = (n) => {
912
+ t.pattern.lastIndex = 0, !t.pattern.test(n.value) && n.issues.push({
913
+ origin: "string",
914
+ code: "invalid_format",
915
+ format: "regex",
916
+ input: n.value,
917
+ pattern: t.pattern.toString(),
918
+ inst: e,
919
+ continue: !t.abort
920
+ });
921
+ };
922
+ }), nn = /*@__PURE__*/ C("$ZodCheckLowerCase", (e, t) => {
923
+ t.pattern ??= Ut, en.init(e, t);
924
+ }), rn = /*@__PURE__*/ C("$ZodCheckUpperCase", (e, t) => {
925
+ t.pattern ??= Wt, en.init(e, t);
926
+ }), an = /*@__PURE__*/ C("$ZodCheckIncludes", (e, t) => {
927
+ E.init(e, t);
928
+ let n = ie(t.includes), r = new RegExp(typeof t.position == "number" ? `^.{${t.position},}${n}` : n);
929
+ t.pattern = r, e._zod.onattach.push((e) => {
930
+ let t = e._zod.bag;
931
+ t.patterns ??= /* @__PURE__ */ new Set(), t.patterns.add(r);
932
+ }), e._zod.check = (n) => {
933
+ n.value.includes(t.includes, t.position) || n.issues.push({
934
+ origin: "string",
935
+ code: "invalid_format",
936
+ format: "includes",
937
+ includes: t.includes,
938
+ input: n.value,
939
+ inst: e,
940
+ continue: !t.abort
941
+ });
942
+ };
943
+ }), on = /*@__PURE__*/ C("$ZodCheckStartsWith", (e, t) => {
944
+ E.init(e, t);
945
+ let n = RegExp(`^${ie(t.prefix)}.*`);
946
+ t.pattern ??= n, e._zod.onattach.push((e) => {
947
+ let t = e._zod.bag;
948
+ t.patterns ??= /* @__PURE__ */ new Set(), t.patterns.add(n);
949
+ }), e._zod.check = (n) => {
950
+ n.value.startsWith(t.prefix) || n.issues.push({
951
+ origin: "string",
952
+ code: "invalid_format",
953
+ format: "starts_with",
954
+ prefix: t.prefix,
955
+ input: n.value,
956
+ inst: e,
957
+ continue: !t.abort
958
+ });
959
+ };
960
+ }), sn = /*@__PURE__*/ C("$ZodCheckEndsWith", (e, t) => {
961
+ E.init(e, t);
962
+ let n = RegExp(`.*${ie(t.suffix)}$`);
963
+ t.pattern ??= n, e._zod.onattach.push((e) => {
964
+ let t = e._zod.bag;
965
+ t.patterns ??= /* @__PURE__ */ new Set(), t.patterns.add(n);
966
+ }), e._zod.check = (n) => {
967
+ n.value.endsWith(t.suffix) || n.issues.push({
968
+ origin: "string",
969
+ code: "invalid_format",
970
+ format: "ends_with",
971
+ suffix: t.suffix,
972
+ input: n.value,
973
+ inst: e,
974
+ continue: !t.abort
975
+ });
976
+ };
977
+ }), cn = /*@__PURE__*/ C("$ZodCheckOverwrite", (e, t) => {
978
+ E.init(e, t), e._zod.check = (e) => {
979
+ e.value = t.tx(e.value);
980
+ };
981
+ }), ln = class {
982
+ constructor(e = [], t = {}) {
983
+ this.content = [], this.indent = 0, this.args = e, this.closed = t;
984
+ }
985
+ indented(e) {
986
+ this.indent += 1, e(this), --this.indent;
987
+ }
988
+ write(e) {
989
+ if (typeof e == "function") {
990
+ e(this, { execution: "sync" }), e(this, { execution: "async" });
991
+ return;
992
+ }
993
+ let t = e.split("\n").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);
994
+ for (let e of r) this.content.push(e);
995
+ }
996
+ compile() {
997
+ let e = Function, t = this?.content ?? [""];
998
+ return new e(...Object.keys(this.closed), `return function (${this.args.join(", ")}) {\n${t.join("\n")}\n};`)(...Object.values(this.closed));
999
+ }
1000
+ }, un = {
1001
+ major: 4,
1002
+ minor: 5,
1003
+ patch: 4
1004
+ }, D = /*@__PURE__*/ C("$ZodType", (e, t) => {
1005
+ var n;
1006
+ e ??= {}, e._zod.def = t, e._zod.bag = e._zod.bag || {}, e._zod.version = un;
1007
+ let r = e._zod.def.checks, i = e._zod.traits.has("$ZodCheck") ? [e, ...r ?? []] : r?.length ? [...r] : [];
1008
+ for (let t of i) for (let n of t._zod.onattach) n(e);
1009
+ if (i.length === 0) (n = e._zod).deferred ?? (n.deferred = []), e._zod.deferred?.push(() => {
1010
+ e._zod.run = e._zod.parse;
1011
+ });
1012
+ else {
1013
+ let t = (t, n, r) => {
1014
+ if (t.memo) return t;
1015
+ let i = _(t), a;
1016
+ for (let o of n) {
1017
+ if (o._zod.def.when) {
1018
+ if (he(t) || !o._zod.def.when(t)) continue;
1019
+ } else if (i) continue;
1020
+ let n = t.issues.length, s = o._zod.check(t);
1021
+ if (s instanceof Promise && r?.async === !1) throw new Ie();
1022
+ if (a || s instanceof Promise) a = (a ?? Promise.resolve()).then(async () => {
1023
+ await s, t.issues.length !== n && (_e(t.issues, n, e), i ||= _(t, n));
1024
+ });
1025
+ else {
1026
+ if (t.issues.length === n) continue;
1027
+ _e(t.issues, n, e), i ||= _(t, n);
1028
+ }
1029
+ }
1030
+ return a ? a.then(() => t) : t;
1031
+ }, n = (n, r, a) => {
1032
+ if (_(n)) return n.aborted = !0, n;
1033
+ let o = t(r, i, a);
1034
+ if (o instanceof Promise) {
1035
+ if (a.async === !1) throw new Ie();
1036
+ return o.then((t) => e._zod.parse(t, a));
1037
+ }
1038
+ return e._zod.parse(o, a);
1039
+ };
1040
+ e._zod.run = (r, a) => {
1041
+ if (a.skipChecks) return e._zod.parse(r, a);
1042
+ if (a.direction === "backward") {
1043
+ let t = e._zod.parse({
1044
+ value: r.value,
1045
+ issues: []
1046
+ }, {
1047
+ ...a,
1048
+ skipChecks: !0
1049
+ });
1050
+ return t instanceof Promise ? t.then((e) => n(e, r, a)) : n(t, r, a);
1051
+ }
1052
+ let o = e._zod.parse(r, a);
1053
+ if (o instanceof Promise) {
1054
+ if (a.async === !1) throw new Ie();
1055
+ return o.then((e) => t(e, i, a));
1056
+ }
1057
+ return t(o, i, a);
1058
+ };
1059
+ }
1060
+ }, {
1061
+ get "~standard"() {
1062
+ return we(this, "~standard", fn(this));
1063
+ },
1064
+ set "~standard"(e) {
1065
+ b(this, "~standard", e);
1066
+ }
1067
+ }), dn = (e) => e.success ? { value: e.data } : { issues: e.error?.issues };
1068
+ function fn(e) {
1069
+ return {
1070
+ validate: (t) => {
1071
+ try {
1072
+ return dn(et(e, t));
1073
+ } catch {
1074
+ return nt(e, t).then(dn);
1075
+ }
1076
+ },
1077
+ vendor: "zod",
1078
+ version: 1
1079
+ };
1080
+ }
1081
+ var pn = /*@__PURE__*/ C("$ZodString", (e, t) => {
1082
+ D.init(e, t), e._zod.pattern = [...e?._zod.bag?.patterns ?? []].pop() ?? Rt(e._zod.bag), e._zod.parse = (n, r) => {
1083
+ if (t.coerce) try {
1084
+ n.value = String(n.value);
1085
+ } catch {}
1086
+ return typeof n.value == "string" || n.issues.push({
1087
+ expected: "string",
1088
+ code: "invalid_type",
1089
+ input: n.value,
1090
+ inst: e
1091
+ }), n;
1092
+ };
1093
+ }), O = /*@__PURE__*/ C("$ZodStringFormat", (e, t) => {
1094
+ en.init(e, t), pn.init(e, t);
1095
+ }), mn = /*@__PURE__*/ C("$ZodGUID", (e, t) => {
1096
+ t.pattern ??= yt, O.init(e, t);
1097
+ }), hn = /*@__PURE__*/ C("$ZodUUID", (e, t) => {
1098
+ if (t.version) {
1099
+ let e = {
1100
+ v1: 1,
1101
+ v2: 2,
1102
+ v3: 3,
1103
+ v4: 4,
1104
+ v5: 5,
1105
+ v6: 6,
1106
+ v7: 7,
1107
+ v8: 8
1108
+ }[t.version];
1109
+ if (e === void 0) throw Error(`Invalid UUID version: "${t.version}"`);
1110
+ t.pattern ??= bt(e);
1111
+ } else t.pattern ??= bt();
1112
+ O.init(e, t);
1113
+ }), gn = /*@__PURE__*/ C("$ZodEmail", (e, t) => {
1114
+ t.pattern ??= xt, O.init(e, t);
1115
+ });
1116
+ function _n(e, t) {
1117
+ if (!t.normalize && t.protocol?.source === At.source && !/^https?:\/\//i.test(e)) return 1;
1118
+ try {
1119
+ return new URL(e);
1120
+ } catch {
1121
+ return 2;
1122
+ }
1123
+ }
1124
+ var vn = /[\t\n\r]/g;
1125
+ function yn(e) {
1126
+ return e.replace(vn, "");
1127
+ }
1128
+ function bn(e, t) {
1129
+ return t.lastIndex = 0, t.test(e.hostname);
1130
+ }
1131
+ function xn(e, t) {
1132
+ return t.lastIndex = 0, t.test(e.protocol.endsWith(":") ? e.protocol.slice(0, -1) : e.protocol);
1133
+ }
1134
+ var Sn = /*@__PURE__*/ C("$ZodURL", (e, t) => {
1135
+ O.init(e, t), e._zod.check = (n) => {
1136
+ try {
1137
+ let r = n.value.trim(), i = _n(r, t);
1138
+ if (i === 1) {
1139
+ n.issues.push({
1140
+ code: "invalid_format",
1141
+ format: "url",
1142
+ note: "Invalid URL format",
1143
+ input: n.value,
1144
+ inst: e,
1145
+ continue: !t.abort
1146
+ });
1147
+ return;
1148
+ }
1149
+ if (i === 2) {
1150
+ n.issues.push({
1151
+ code: "invalid_format",
1152
+ format: "url",
1153
+ input: n.value,
1154
+ inst: e,
1155
+ continue: !t.abort
1156
+ });
1157
+ return;
1158
+ }
1159
+ t.hostname && !bn(i, t.hostname) && n.issues.push({
1160
+ code: "invalid_format",
1161
+ format: "url",
1162
+ note: "Invalid hostname",
1163
+ pattern: t.hostname.source,
1164
+ input: n.value,
1165
+ inst: e,
1166
+ continue: !t.abort
1167
+ }), t.protocol && !xn(i, t.protocol) && n.issues.push({
1168
+ code: "invalid_format",
1169
+ format: "url",
1170
+ note: "Invalid protocol",
1171
+ pattern: t.protocol.source,
1172
+ input: n.value,
1173
+ inst: e,
1174
+ continue: !t.abort
1175
+ }), n.value = t.normalize ? i.href : yn(r);
1176
+ return;
1177
+ } catch {
1178
+ n.issues.push({
1179
+ code: "invalid_format",
1180
+ format: "url",
1181
+ input: n.value,
1182
+ inst: e,
1183
+ continue: !t.abort
1184
+ });
1185
+ }
1186
+ };
1187
+ }), Cn = /*@__PURE__*/ C("$ZodEmoji", (e, t) => {
1188
+ t.pattern ??= Ct(), O.init(e, t);
1189
+ }), wn = /*@__PURE__*/ C("$ZodNanoID", (e, t) => {
1190
+ if (t.length !== void 0 && (!Number.isInteger(t.length) || t.length < 1)) throw Error(`Invalid nanoid length: ${t.length}`);
1191
+ t.pattern ??= t.length === void 0 ? gt : _t(t.length), O.init(e, t);
1192
+ }), Tn = /*@__PURE__*/ C("$ZodCUID", (e, t) => {
1193
+ t.pattern ??= dt, O.init(e, t);
1194
+ }), En = /*@__PURE__*/ C("$ZodCUID2", (e, t) => {
1195
+ t.pattern ??= ft, O.init(e, t);
1196
+ }), Dn = /*@__PURE__*/ C("$ZodULID", (e, t) => {
1197
+ t.pattern ??= pt, O.init(e, t);
1198
+ }), On = /*@__PURE__*/ C("$ZodXID", (e, t) => {
1199
+ t.pattern ??= mt, O.init(e, t);
1200
+ }), kn = /*@__PURE__*/ C("$ZodKSUID", (e, t) => {
1201
+ t.pattern ??= ht, O.init(e, t);
1202
+ }), An = /*@__PURE__*/ C("$ZodISODateTime", (e, t) => {
1203
+ t.pattern ??= Lt(t), O.init(e, t), (t.local || t.precision === -1) && (e._zod.bag.laxFormat = !0, e._zod.onattach.push((e) => {
1204
+ e._zod.bag.laxFormat = !0;
1205
+ }));
1206
+ }), jn = /*@__PURE__*/ C("$ZodISODate", (e, t) => {
1207
+ t.pattern ??= Pt, O.init(e, t);
1208
+ }), Mn = /*@__PURE__*/ C("$ZodISOTime", (e, t) => {
1209
+ t.pattern ??= It(t), O.init(e, t);
1210
+ }), Nn = /*@__PURE__*/ C("$ZodISODuration", (e, t) => {
1211
+ t.pattern ??= vt, O.init(e, t);
1212
+ }), Pn = /*@__PURE__*/ C("$ZodIPv4", (e, t) => {
1213
+ t.pattern ??= wt, O.init(e, t), e._zod.bag.format = "ipv4";
1214
+ }), Fn = /^[0-9a-fA-F:.]+$/;
1215
+ function In(e) {
1216
+ if (!Fn.test(e)) return !1;
1217
+ try {
1218
+ return new URL(`http://[${e}]`), !0;
1219
+ } catch {
1220
+ return !1;
1221
+ }
1222
+ }
1223
+ var Ln = /*@__PURE__*/ C("$ZodIPv6", (e, t) => {
1224
+ t.pattern ??= Tt, O.init(e, t), e._zod.bag.format = "ipv6", e._zod.check = (n) => {
1225
+ In(n.value) || n.issues.push({
1226
+ code: "invalid_format",
1227
+ format: "ipv6",
1228
+ input: n.value,
1229
+ inst: e,
1230
+ continue: !t.abort
1231
+ });
1232
+ };
1233
+ }), Rn = /*@__PURE__*/ C("$ZodCIDRv4", (e, t) => {
1234
+ t.pattern ??= Et, O.init(e, t);
1235
+ });
1236
+ function zn(e) {
1237
+ let t = e.split("/");
1238
+ if (t.length !== 2) return !1;
1239
+ let [n, r] = t;
1240
+ if (!r) return !1;
1241
+ let i = Number(r);
1242
+ return `${i}` !== r || i < 0 || i > 128 ? !1 : In(n);
1243
+ }
1244
+ var Bn = /*@__PURE__*/ C("$ZodCIDRv6", (e, t) => {
1245
+ t.pattern ??= Dt, O.init(e, t), e._zod.check = (n) => {
1246
+ zn(n.value) || n.issues.push({
1247
+ code: "invalid_format",
1248
+ format: "cidrv6",
1249
+ input: n.value,
1250
+ inst: e,
1251
+ continue: !t.abort
1252
+ });
1253
+ };
1254
+ });
1255
+ function Vn(e) {
1256
+ if (e === "") return !0;
1257
+ if (/\s/.test(e) || e.length % 4 != 0) return !1;
1258
+ try {
1259
+ return atob(e), !0;
1260
+ } catch {
1261
+ return !1;
1262
+ }
1263
+ }
1264
+ var Hn = /*@__PURE__*/ C("$ZodBase64", (e, t) => {
1265
+ t.pattern ??= Ot, O.init(e, t), e._zod.bag.contentEncoding = "base64", e._zod.check = (n) => {
1266
+ Vn(n.value) || n.issues.push({
1267
+ code: "invalid_format",
1268
+ format: "base64",
1269
+ input: n.value,
1270
+ inst: e,
1271
+ continue: !t.abort
1272
+ });
1273
+ };
1274
+ });
1275
+ function Un(e) {
1276
+ if (!kt.test(e)) return !1;
1277
+ let t = e.replace(/[-_]/g, (e) => e === "-" ? "+" : "/");
1278
+ return Vn(t.padEnd(Math.ceil(t.length / 4) * 4, "="));
1279
+ }
1280
+ var Wn = /*@__PURE__*/ C("$ZodBase64URL", (e, t) => {
1281
+ t.pattern ??= kt, O.init(e, t), e._zod.bag.contentEncoding = "base64url", e._zod.check = (n) => {
1282
+ Un(n.value) || n.issues.push({
1283
+ code: "invalid_format",
1284
+ format: "base64url",
1285
+ input: n.value,
1286
+ inst: e,
1287
+ continue: !t.abort
1288
+ });
1289
+ };
1290
+ }), Gn = /*@__PURE__*/ C("$ZodE164", (e, t) => {
1291
+ t.pattern ??= jt, O.init(e, t);
1292
+ });
1293
+ function Kn(e, t = null) {
1294
+ try {
1295
+ let n = e.split(".");
1296
+ if (n.length !== 3) return !1;
1297
+ let [r] = n;
1298
+ if (!r) return !1;
1299
+ let i = JSON.parse(atob(r));
1300
+ return !("typ" in i && i?.typ !== "JWT" || !i.alg || t && (!("alg" in i) || i.alg !== t));
1301
+ } catch {
1302
+ return !1;
1303
+ }
1304
+ }
1305
+ var qn = /*@__PURE__*/ C("$ZodJWT", (e, t) => {
1306
+ O.init(e, t), e._zod.check = (n) => {
1307
+ Kn(n.value, t.alg) || n.issues.push({
1308
+ code: "invalid_format",
1309
+ format: "jwt",
1310
+ input: n.value,
1311
+ inst: e,
1312
+ continue: !t.abort
1313
+ });
1314
+ };
1315
+ }), Jn = /*@__PURE__*/ C("$ZodNumber", (e, t) => {
1316
+ D.init(e, t), e._zod.pattern = e._zod.bag.pattern ?? Bt, e._zod.parse = (n, r) => {
1317
+ if (t.coerce) try {
1318
+ n.value = Number(n.value);
1319
+ } catch {}
1320
+ let i = n.value;
1321
+ if (typeof i == "number" && !Number.isNaN(i) && Number.isFinite(i)) return n;
1322
+ let a = typeof i == "number" ? Number.isNaN(i) ? "NaN" : Number.isFinite(i) ? void 0 : String(i) : void 0;
1323
+ return n.issues.push({
1324
+ expected: "number",
1325
+ code: "invalid_type",
1326
+ input: i,
1327
+ inst: e,
1328
+ ...a ? { received: a } : {}
1329
+ }), n;
1330
+ };
1331
+ }), Yn = /*@__PURE__*/ C("$ZodNumberFormat", (e, t) => {
1332
+ Xt.init(e, t), Jn.init(e, t);
1333
+ }), Xn = /*@__PURE__*/ C("$ZodBoolean", (e, t) => {
1334
+ D.init(e, t), e._zod.pattern = Vt, e._zod.parse = (n, r) => {
1335
+ if (t.coerce) try {
1336
+ n.value = !!n.value;
1337
+ } catch {}
1338
+ let i = n.value;
1339
+ return typeof i == "boolean" || n.issues.push({
1340
+ expected: "boolean",
1341
+ code: "invalid_type",
1342
+ input: i,
1343
+ inst: e
1344
+ }), n;
1345
+ };
1346
+ }), Zn = /*@__PURE__*/ C("$ZodNull", (e, t) => {
1347
+ D.init(e, t), e._zod.pattern = Ht, e._zod.values = /* @__PURE__ */ new Set([null]), e._zod.parse = (t, n) => {
1348
+ let r = t.value;
1349
+ return r === null || t.issues.push({
1350
+ expected: "null",
1351
+ code: "invalid_type",
1352
+ input: r,
1353
+ inst: e
1354
+ }), t;
1355
+ };
1356
+ }), Qn = /*@__PURE__*/ C("$ZodUnknown", (e, t) => {
1357
+ D.init(e, t), e._zod.parse = (e) => e;
1358
+ }), $n = /*@__PURE__*/ C("$ZodNever", (e, t) => {
1359
+ D.init(e, t), e._zod.parse = (t, n) => (t.issues.push({
1360
+ expected: "never",
1361
+ code: "invalid_type",
1362
+ input: t.value,
1363
+ inst: e
1364
+ }), t);
1365
+ });
1366
+ function er(e, t, n) {
1367
+ e.issues.length && t.issues.push(...v(n, e.issues)), t.value[n] = e.value;
1368
+ }
1369
+ var tr = /*@__PURE__*/ C("$ZodArray", (e, t) => {
1370
+ D.init(e, t);
1371
+ let n = w.memoizer;
1372
+ n?.attach(e), e._zod.parse = (r, i) => {
1373
+ let a = r.value;
1374
+ if (!Array.isArray(a)) return r.issues.push({
1375
+ expected: "array",
1376
+ code: "invalid_type",
1377
+ input: a,
1378
+ inst: e
1379
+ }), r;
1380
+ r.value = n ? n.alloc(e, r, Array(a.length), i) : Array(a.length);
1381
+ let o = [];
1382
+ for (let e = 0; e < a.length; e++) {
1383
+ let n = a[e], s = t.element._zod.run({
1384
+ value: n,
1385
+ issues: []
1386
+ }, i);
1387
+ s instanceof Promise ? o.push(s.then((t) => er(t, r, e))) : er(s, r, e);
1388
+ }
1389
+ return o.length ? Promise.all(o).then(() => r) : r;
1390
+ };
1391
+ });
1392
+ function nr(e, t, n, r, i, a) {
1393
+ let o = n in r, s = a === "optional";
1394
+ if (!(!o && s && i === "optional")) {
1395
+ if (e.issues.length) {
1396
+ if (i !== void 0 && s && !o) return;
1397
+ t.issues.push(...v(n, e.issues));
1398
+ }
1399
+ if (!o && i === void 0) {
1400
+ e.issues.length || t.issues.push({
1401
+ code: "invalid_type",
1402
+ expected: "nonoptional",
1403
+ input: void 0,
1404
+ path: [n]
1405
+ });
1406
+ return;
1407
+ }
1408
+ e.value === void 0 ? o && (t.value[n] = void 0) : t.value[n] = e.value;
1409
+ }
1410
+ }
1411
+ var rr = [];
1412
+ function ir(e) {
1413
+ let t = Object.keys(e.shape), n = Object.getOwnPropertySymbols(e.shape), r = n.length ? n : rr, i = r.length ? [...t, ...r] : t;
1414
+ for (let t of i) if (!e.shape?.[t]?._zod?.traits?.has("$ZodType")) throw Error(`Invalid element at key "${String(t)}": expected a Zod schema`);
1415
+ let a = oe(e.shape);
1416
+ return {
1417
+ ...e,
1418
+ allKeys: i,
1419
+ symbolKeys: r,
1420
+ keySet: new Set(t),
1421
+ numKeys: t.length,
1422
+ optionalKeys: new Set(a)
1423
+ };
1424
+ }
1425
+ function ar(e, t, n, r, i, a) {
1426
+ let o = [], s = i.keySet, c = i.catchall._zod, l = c.def.type, u = c.optin, d = c.optout;
1427
+ for (let i in t) {
1428
+ if (s.has(i)) continue;
1429
+ if (i === "__proto__") {
1430
+ l === "never" && o.push(i);
1431
+ continue;
1432
+ }
1433
+ if (l === "never") {
1434
+ o.push(i);
1435
+ continue;
1436
+ }
1437
+ let a = c.run({
1438
+ value: t[i],
1439
+ issues: []
1440
+ }, r);
1441
+ a instanceof Promise ? e.push(a.then((e) => nr(e, n, i, t, u, d))) : nr(a, n, i, t, u, d);
1442
+ }
1443
+ return o.length && n.issues.push({
1444
+ code: "unrecognized_keys",
1445
+ keys: o,
1446
+ input: t,
1447
+ inst: a,
1448
+ continue: !0
1449
+ }), e.length ? Promise.all(e).then(() => n) : n;
1450
+ }
1451
+ var or = /* @__PURE__ */ new WeakMap(), sr = /*@__PURE__*/ C("$ZodObject", (e, t) => {
1452
+ if (D.init(e, t), !Object.getOwnPropertyDescriptor(t, "shape")?.get) {
1453
+ let e = t.shape;
1454
+ or.set(t, e), Object.defineProperty(t, "shape", { get: () => {
1455
+ let n = { ...e };
1456
+ return Object.defineProperty(t, "shape", { value: n }), or.set(t, n), n;
1457
+ } });
1458
+ }
1459
+ let n = r(() => ir(t));
1460
+ S(e, "propValues", (e) => {
1461
+ let t = e.def.shape, n = {};
1462
+ for (let e in t) {
1463
+ let r = t[e]._zod;
1464
+ if (r.values) {
1465
+ Object.prototype.hasOwnProperty.call(n, e) || l(n, e, /* @__PURE__ */ new Set());
1466
+ for (let t of r.values) n[e].add(t);
1467
+ r.optin !== void 0 && n[e].add(void 0);
1468
+ }
1469
+ }
1470
+ return n;
1471
+ });
1472
+ let i = m, a = t.catchall, o, s = w.memoizer;
1473
+ s?.attach(e), e._zod.parse = (t, r) => {
1474
+ o ??= n.value;
1475
+ let c = t.value;
1476
+ if (!i(c)) return t.issues.push({
1477
+ expected: "object",
1478
+ code: "invalid_type",
1479
+ input: c,
1480
+ inst: e
1481
+ }), t;
1482
+ t.value = s ? s.alloc(e, t, {}, r) : {};
1483
+ let l = [], u = o.shape;
1484
+ for (let e of o.allKeys) {
1485
+ if (e === "__proto__") continue;
1486
+ let n = u[e], i = n._zod.optin, a = n._zod.optout, o = n._zod.run({
1487
+ value: c[e],
1488
+ issues: []
1489
+ }, r);
1490
+ o instanceof Promise ? l.push(o.then((n) => nr(n, t, e, c, i, a))) : nr(o, t, e, c, i, a);
1491
+ }
1492
+ return a ? ar(l, c, t, r, n.value, e) : l.length ? Promise.all(l).then(() => t) : t;
1493
+ };
1494
+ }), cr = /*@__PURE__*/ C("$ZodObjectJIT", (e, t) => {
1495
+ sr.init(e, t);
1496
+ let n = e._zod.parse, i = r(() => ir(t)), a = w.memoizer, o = (t) => {
1497
+ let n = i.value, r = n.symbolKeys, o = new ln(["payload", "ctx"], {
1498
+ shape: t,
1499
+ inst: e,
1500
+ memo: a,
1501
+ syms: r
1502
+ }), s = (e) => `shape[${e}]._zod.run({ value: input[${e}], issues: [] }, ctx)`, c = (e, t) => `
1503
+ for (let i = 0; i < ${e}.issues.length; i++) {
1504
+ const iss = ${e}.issues[i];
1505
+ iss.path = iss.path ? [${t}, ...iss.path] : [${t}];
1506
+ payload.issues.push(iss);
1507
+ }`;
1508
+ o.write("const input = payload.value;");
1509
+ let l = Object.create(null), u = 0;
1510
+ for (let e of n.allKeys) l[e] = `key_${u++}`;
1511
+ o.write(a ? "const newResult = memo.alloc(inst, payload, {}, ctx);" : "const newResult = {};");
1512
+ for (let e of n.allKeys) {
1513
+ if (e === "__proto__") continue;
1514
+ let n = l[e], i = typeof e == "symbol" ? `syms[${r.indexOf(e)}]` : d(e), a = `${i} in input`, u = t[e], f = u?._zod?.optin, p = f !== void 0, m = u?._zod?.optout === "optional";
1515
+ if (o.write(`const ${n} = ${s(i)};`), p && m) {
1516
+ let e = f === "optional" ? `${n}_present` : `${n}.value !== undefined || ${n}_present`;
1517
+ o.write(`
1518
+ const ${n}_present = ${a};
1519
+ if (!${n}.issues.length || ${n}_present) {
1520
+ if (${n}.issues.length) {${c(n, i)}
1521
+ }
1522
+
1523
+ if (${e}) {
1524
+ newResult[${i}] = ${n}.value;
1525
+ }
1526
+ }
1527
+
1528
+ `);
1529
+ } else p ? o.write(`
1530
+ if (${n}.issues.length) {${c(n, i)}
1531
+ }
1532
+
1533
+ if (${n}.value === undefined) {
1534
+ if (${a}) {
1535
+ newResult[${i}] = undefined;
1536
+ }
1537
+ } else {
1538
+ newResult[${i}] = ${n}.value;
1539
+ }
1540
+
1541
+ `) : o.write(`
1542
+ const ${n}_present = ${a};
1543
+ if (${n}.issues.length) {${c(n, i)}
1544
+ }
1545
+ if (!${n}_present && !${n}.issues.length) {
1546
+ payload.issues.push({
1547
+ code: "invalid_type",
1548
+ expected: "nonoptional",
1549
+ input: undefined,
1550
+ path: [${i}]
1551
+ });
1552
+ }
1553
+
1554
+ if (${n}_present) {
1555
+ newResult[${i}] = ${n}.value;
1556
+ }
1557
+
1558
+ `);
1559
+ }
1560
+ return o.write("payload.value = newResult;"), o.write("return payload;"), o.compile();
1561
+ }, s, c = m, l = !w.jitless, u = l && ee.value, f = t.catchall, p;
1562
+ e._zod.parse = (r, a) => {
1563
+ p ??= i.value;
1564
+ let d = r.value;
1565
+ return c(d) ? l && u && a?.async === !1 && a.jitless !== !0 ? (s ||= o(t.shape), r = s(r, a), f ? ar([], d, r, a, p, e) : r) : n(r, a) : (r.issues.push({
1566
+ expected: "object",
1567
+ code: "invalid_type",
1568
+ input: d,
1569
+ inst: e
1570
+ }), r);
1571
+ };
1572
+ });
1573
+ function lr(e, t, n, r) {
1574
+ for (let n of e) if (n.issues.length === 0) return t.value = n.value, t;
1575
+ let i = e.filter((e) => !_(e));
1576
+ return i.length === 1 ? (t.value = i[0].value, i[0]) : (t.issues.push({
1577
+ code: "invalid_union",
1578
+ input: t.value,
1579
+ inst: n,
1580
+ errors: e.map((e) => e.issues.map((e) => y(e, r, T())))
1581
+ }), t);
1582
+ }
1583
+ var ur = /*@__PURE__*/ C("$ZodUnion", (e, t) => {
1584
+ D.init(e, t), S(e, "optin", (e) => e.def.options.some((e) => e._zod.optin === "defaulted") ? "defaulted" : e.def.options.some((e) => e._zod.optin !== void 0) ? "optional" : void 0), S(e, "optout", (e) => e.def.options.some((e) => e._zod.optout === "optional") ? "optional" : void 0), S(e, "values", (e) => {
1585
+ if (e.def.options.every((e) => e._zod.values)) return new Set(e.def.options.flatMap((e) => Array.from(e._zod.values)));
1586
+ }), S(e, "pattern", (e) => {
1587
+ if (e.def.options.every((e) => e._zod.pattern)) {
1588
+ let t = e.def.options.map((e) => e._zod.pattern);
1589
+ return RegExp(`^(${t.map((e) => a(e.source)).join("|")})$`);
1590
+ }
1591
+ });
1592
+ let n = t.options.length === 1 ? t.options[0]._zod.run : null;
1593
+ e._zod.parse = (r, i) => {
1594
+ if (n) return n(r, i);
1595
+ let a = !1, o = [];
1596
+ for (let e of t.options) {
1597
+ let t = e._zod.run({
1598
+ value: r.value,
1599
+ issues: []
1600
+ }, i);
1601
+ if (t instanceof Promise) o.push(t), a = !0;
1602
+ else {
1603
+ if (t.issues.length === 0) return t;
1604
+ o.push(t);
1605
+ }
1606
+ }
1607
+ return a ? Promise.all(o).then((t) => lr(t, r, e, i)) : lr(o, r, e, i);
1608
+ };
1609
+ }), dr = /*@__PURE__*/ C("$ZodIntersection", (e, t) => {
1610
+ D.init(e, t), e._zod.parse = (e, n) => {
1611
+ let r = e.value, i = t.left._zod.run({
1612
+ value: r,
1613
+ issues: []
1614
+ }, n), a = t.right._zod.run({
1615
+ value: r,
1616
+ issues: []
1617
+ }, n);
1618
+ return i instanceof Promise || a instanceof Promise ? Promise.all([i, a]).then(([t, n]) => pr(e, t, n)) : pr(e, i, a);
1619
+ };
1620
+ });
1621
+ function fr(e, t) {
1622
+ if (e === t || e instanceof Date && t instanceof Date && +e == +t) return {
1623
+ valid: !0,
1624
+ data: e
1625
+ };
1626
+ if (te(e) && te(t)) {
1627
+ let n = Object.keys(t), r = Object.keys(e).filter((e) => n.indexOf(e) !== -1), i = {
1628
+ ...e,
1629
+ ...t
1630
+ };
1631
+ Object.prototype.hasOwnProperty.call(i, "__proto__") && delete i.__proto__;
1632
+ for (let n of r) {
1633
+ if (n === "__proto__") continue;
1634
+ let r = fr(e[n], t[n]);
1635
+ if (!r.valid) return {
1636
+ valid: !1,
1637
+ mergeErrorPath: [n, ...r.mergeErrorPath]
1638
+ };
1639
+ i[n] = r.data;
1640
+ }
1641
+ return {
1642
+ valid: !0,
1643
+ data: i
1644
+ };
1645
+ }
1646
+ if (Array.isArray(e) && Array.isArray(t)) {
1647
+ if (e.length !== t.length) return {
1648
+ valid: !1,
1649
+ mergeErrorPath: []
1650
+ };
1651
+ let n = [];
1652
+ for (let r = 0; r < e.length; r++) {
1653
+ let i = e[r], a = t[r], o = fr(i, a);
1654
+ if (!o.valid) return {
1655
+ valid: !1,
1656
+ mergeErrorPath: [r, ...o.mergeErrorPath]
1657
+ };
1658
+ n.push(o.data);
1659
+ }
1660
+ return {
1661
+ valid: !0,
1662
+ data: n
1663
+ };
1664
+ }
1665
+ return {
1666
+ valid: !1,
1667
+ mergeErrorPath: []
1668
+ };
1669
+ }
1670
+ function pr(e, t, n) {
1671
+ let r = /* @__PURE__ */ new Map(), i, a = /* @__PURE__ */ new Map(), o = (e, t) => {
1672
+ let n;
1673
+ if (e.code === "unrecognized_keys" && !e.path?.length) i ??= e, n = e.keys;
1674
+ else if (e.code === "invalid_key" && e.origin === "record" && e.path?.length === 1) {
1675
+ let t = String(e.path[0]);
1676
+ a.has(t) || a.set(t, e), n = [t];
1677
+ } else return !1;
1678
+ for (let e of n) r.has(e) || r.set(e, {}), r.get(e)[t] = !0;
1679
+ return !0;
1680
+ };
1681
+ for (let n of t.issues) o(n, "l") || e.issues.push(n);
1682
+ for (let t of n.issues) o(t, "r") || e.issues.push(t);
1683
+ let s = [...r].filter(([, e]) => e.l && e.r).map(([e]) => e);
1684
+ if (s.length) {
1685
+ let t = i ? s.filter((e) => i.keys.includes(e)) : [];
1686
+ t.length && e.issues.push({
1687
+ ...i,
1688
+ keys: t
1689
+ });
1690
+ for (let n of s) !t.includes(n) && a.has(n) && e.issues.push(a.get(n));
1691
+ }
1692
+ let c = fr(t.value, n.value);
1693
+ if (!c.valid) {
1694
+ if (_(e)) return e;
1695
+ throw Error(`Unmergable intersection. Error path: ${JSON.stringify(c.mergeErrorPath)}`);
1696
+ }
1697
+ return e.value = c.data, e;
1698
+ }
1699
+ var mr = /*@__PURE__*/ C("$ZodTuple", (e, t) => {
1700
+ D.init(e, t);
1701
+ let n = t.items, r = w.memoizer;
1702
+ r?.attach(e), e._zod.parse = (i, a) => {
1703
+ let o = i.value;
1704
+ if (!Array.isArray(o)) return i.issues.push({
1705
+ input: o,
1706
+ inst: e,
1707
+ expected: "tuple",
1708
+ code: "invalid_type"
1709
+ }), i;
1710
+ i.value = r ? r.alloc(e, i, [], a) : [];
1711
+ let s = [], c = hr(n, "optin"), l = hr(n, "optout");
1712
+ if (!t.rest) {
1713
+ if (o.length < c) return i.issues.push({
1714
+ code: "too_small",
1715
+ minimum: c,
1716
+ inclusive: !0,
1717
+ input: o,
1718
+ inst: e,
1719
+ origin: "array"
1720
+ }), i;
1721
+ o.length > n.length && i.issues.push({
1722
+ code: "too_big",
1723
+ maximum: n.length,
1724
+ inclusive: !0,
1725
+ input: o,
1726
+ inst: e,
1727
+ origin: "array"
1728
+ });
1729
+ }
1730
+ let u = Array(n.length);
1731
+ for (let e = 0; e < n.length; e++) {
1732
+ let t = n[e]._zod.run({
1733
+ value: o[e],
1734
+ issues: []
1735
+ }, a);
1736
+ t instanceof Promise ? s.push(t.then((t) => {
1737
+ u[e] = t;
1738
+ })) : u[e] = t;
1739
+ }
1740
+ if (t.rest) {
1741
+ let e = n.length - 1, r = o.slice(n.length);
1742
+ for (let n of r) {
1743
+ e++;
1744
+ let r = t.rest._zod.run({
1745
+ value: n,
1746
+ issues: []
1747
+ }, a);
1748
+ r instanceof Promise ? s.push(r.then((t) => gr(t, i, e))) : gr(r, i, e);
1749
+ }
1750
+ }
1751
+ return s.length ? Promise.all(s).then(() => _r(u, i, n, o, l)) : _r(u, i, n, o, l);
1752
+ };
1753
+ });
1754
+ function hr(e, t) {
1755
+ for (let n = e.length - 1; n >= 0; n--) if (!(t === "optin" ? e[n]._zod.optin !== void 0 : e[n]._zod.optout === "optional")) return n + 1;
1756
+ return 0;
1757
+ }
1758
+ function gr(e, t, n) {
1759
+ e.issues.length && t.issues.push(...v(n, e.issues)), t.value[n] = e.value;
1760
+ }
1761
+ function _r(e, t, n, r, i) {
1762
+ for (let a = 0; a < n.length; a++) {
1763
+ let o = e[a], s = a < r.length;
1764
+ if (!s && a >= i && n[a]._zod.optin === "optional") {
1765
+ t.value.length = a;
1766
+ break;
1767
+ }
1768
+ if (o.issues.length) {
1769
+ if (!s && a >= i) {
1770
+ t.value.length = a;
1771
+ break;
1772
+ }
1773
+ t.issues.push(...v(a, o.issues));
1774
+ }
1775
+ t.value[a] = o.value;
1776
+ }
1777
+ for (let e = t.value.length - 1; e >= r.length && n[e]._zod.optout === "optional" && t.value[e] === void 0; e--) t.value.length = e;
1778
+ return t;
1779
+ }
1780
+ var vr = /*@__PURE__*/ C("$ZodRecord", (e, t) => {
1781
+ D.init(e, t);
1782
+ let n = w.memoizer;
1783
+ n?.attach(e), e._zod.parse = (r, i) => {
1784
+ let a = r.value;
1785
+ if (!te(a)) return r.issues.push({
1786
+ expected: "record",
1787
+ code: "invalid_type",
1788
+ input: a,
1789
+ inst: e
1790
+ }), r;
1791
+ let o = [], s = t.keyType._zod.values;
1792
+ if (s && !t.partial) {
1793
+ r.value = n ? n.alloc(e, r, {}, i) : {};
1794
+ let c = /* @__PURE__ */ new Set();
1795
+ for (let n of s) if (typeof n == "string" || typeof n == "number" || typeof n == "symbol") {
1796
+ if (c.add(typeof n == "number" ? n.toString() : n), n === "__proto__") continue;
1797
+ let s = t.keyType._zod.run({
1798
+ value: n,
1799
+ issues: []
1800
+ }, i);
1801
+ if (s instanceof Promise) throw Error("Async schemas not supported in object keys currently");
1802
+ if (s.issues.length) {
1803
+ r.issues.push({
1804
+ code: "invalid_key",
1805
+ origin: "record",
1806
+ issues: s.issues.map((e) => y(e, i, T())),
1807
+ input: n,
1808
+ path: [n],
1809
+ inst: e
1810
+ });
1811
+ continue;
1812
+ }
1813
+ let l = s.value;
1814
+ if (l === "__proto__") continue;
1815
+ let u = t.valueType._zod.run({
1816
+ value: a[n],
1817
+ issues: []
1818
+ }, i);
1819
+ u instanceof Promise ? o.push(u.then((e) => {
1820
+ e.issues.length && r.issues.push(...v(n, e.issues)), r.value[l] = e.value;
1821
+ })) : (u.issues.length && r.issues.push(...v(n, u.issues)), r.value[l] = u.value);
1822
+ }
1823
+ let l;
1824
+ for (let e in a) if (!c.has(e)) {
1825
+ if (t.mode === "loose") {
1826
+ if (e === "__proto__") continue;
1827
+ r.value[e] = a[e];
1828
+ } else l ??= [], l.push(e);
1829
+ }
1830
+ l && l.length > 0 && r.issues.push({
1831
+ code: "unrecognized_keys",
1832
+ input: a,
1833
+ inst: e,
1834
+ keys: l,
1835
+ continue: !0
1836
+ });
1837
+ } else {
1838
+ r.value = n ? n.alloc(e, r, {}, i) : {};
1839
+ let c;
1840
+ for (let n of Reflect.ownKeys(a)) {
1841
+ if (n === "__proto__" || !Object.prototype.propertyIsEnumerable.call(a, n)) continue;
1842
+ let l = t.keyType._zod.run({
1843
+ value: n,
1844
+ issues: []
1845
+ }, i);
1846
+ if (l instanceof Promise) throw Error("Async schemas not supported in object keys currently");
1847
+ if (typeof n == "string" && Bt.test(n) && l.issues.length) {
1848
+ let e = t.keyType._zod.run({
1849
+ value: Number(n),
1850
+ issues: []
1851
+ }, i);
1852
+ if (e instanceof Promise) throw Error("Async schemas not supported in object keys currently");
1853
+ e.issues.length === 0 && (l = e);
1854
+ }
1855
+ if (l.issues.length) {
1856
+ t.mode === "loose" ? r.value[n] = a[n] : s ? (c ??= [], c.push(n)) : r.issues.push({
1857
+ code: "invalid_key",
1858
+ origin: "record",
1859
+ issues: l.issues.map((e) => y(e, i, T())),
1860
+ input: n,
1861
+ path: [n],
1862
+ inst: e
1863
+ });
1864
+ continue;
1865
+ }
1866
+ let u = l.value;
1867
+ if (u === "__proto__") continue;
1868
+ let d = t.valueType._zod.run({
1869
+ value: a[n],
1870
+ issues: []
1871
+ }, i);
1872
+ d instanceof Promise ? o.push(d.then((e) => {
1873
+ e.issues.length && r.issues.push(...v(n, e.issues)), r.value[u] = e.value;
1874
+ })) : (d.issues.length && r.issues.push(...v(n, d.issues)), r.value[u] = d.value);
1875
+ }
1876
+ c && c.length > 0 && r.issues.push({
1877
+ code: "unrecognized_keys",
1878
+ input: a,
1879
+ inst: e,
1880
+ keys: c,
1881
+ continue: !0
1882
+ });
1883
+ }
1884
+ return o.length ? Promise.all(o).then(() => r) : r;
1885
+ };
1886
+ }), yr = /*@__PURE__*/ C("$ZodEnum", (t, n) => {
1887
+ D.init(t, n);
1888
+ let r = e(n.entries), i = new Set(r);
1889
+ t._zod.values = i;
1890
+ let a = r.filter((e) => re.has(typeof e));
1891
+ t._zod.pattern = RegExp(a.length ? `^(${a.map((e) => ie(e.toString())).join("|")})$` : "^[^\\s\\S]$"), t._zod.parse = (e, n) => {
1892
+ let a = e.value;
1893
+ return i.has(a) || e.issues.push({
1894
+ code: "invalid_value",
1895
+ values: r,
1896
+ input: a,
1897
+ inst: t
1898
+ }), e;
1899
+ };
1900
+ }), br = /*@__PURE__*/ C("$ZodLiteral", (e, t) => {
1901
+ D.init(e, t);
1902
+ let n = new Set(t.values);
1903
+ e._zod.values = n, e._zod.pattern = RegExp(t.values.length ? `^(${t.values.map((e) => typeof e == "string" ? ie(e) : e ? ie(e.toString()) : String(e)).join("|")})$` : "^[^\\s\\S]$"), e._zod.parse = (r, i) => {
1904
+ let a = r.value;
1905
+ return n.has(a) || r.issues.push({
1906
+ code: "invalid_value",
1907
+ values: t.values,
1908
+ input: a,
1909
+ inst: e
1910
+ }), r;
1911
+ };
1912
+ }), xr = /*@__PURE__*/ C("$ZodTransform", (e, t) => {
1913
+ D.init(e, t), e._zod.optin = "optional", w.memoizer?.guard(e), e._zod.parse = (n, r) => {
1914
+ if (r.direction === "backward") throw new Le(e.constructor.name);
1915
+ let i = t.transform(n.value, n);
1916
+ if (r.async) return (i instanceof Promise ? i : Promise.resolve(i)).then((e) => (n.value = e, n));
1917
+ if (i instanceof Promise) throw new Ie();
1918
+ return n.value = i, n;
1919
+ };
1920
+ });
1921
+ function Sr(e, t) {
1922
+ return e.value = t.issues.length ? void 0 : t.value, e;
1923
+ }
1924
+ var Cr = /*@__PURE__*/ C("$ZodOptional", (e, t) => {
1925
+ D.init(e, t), S(e, "optin", (e) => e.def.innerType._zod.optin === "defaulted" ? "defaulted" : "optional"), e._zod.optout = "optional", S(e, "values", (e) => {
1926
+ let t = e.def.innerType._zod.values;
1927
+ return t ? /* @__PURE__ */ new Set([...t, void 0]) : void 0;
1928
+ }), S(e, "pattern", (e) => {
1929
+ let t = e.def.innerType._zod.pattern;
1930
+ return t ? RegExp(`^(${a(t.source)})?$`) : void 0;
1931
+ }), e._zod.parse = (e, n) => {
1932
+ if (e.value === void 0) {
1933
+ if (t.innerType._zod.optin !== "defaulted") return e;
1934
+ let r = t.innerType._zod.run({
1935
+ value: e.value,
1936
+ issues: []
1937
+ }, n);
1938
+ return r instanceof Promise ? r.then((t) => Sr(e, t)) : Sr(e, r);
1939
+ }
1940
+ return t.innerType._zod.run(e, n);
1941
+ };
1942
+ }), wr = /*@__PURE__*/ C("$ZodExactOptional", (e, t) => {
1943
+ Cr.init(e, t), S(e, "values", (e) => e.def.innerType._zod.values), S(e, "pattern", (e) => e.def.innerType._zod.pattern), e._zod.parse = (e, n) => t.innerType._zod.run(e, n);
1944
+ }), Tr = /*@__PURE__*/ C("$ZodNullable", (e, t) => {
1945
+ D.init(e, t), S(e, "optin", (e) => e.def.innerType._zod.optin), S(e, "optout", (e) => e.def.innerType._zod.optout), S(e, "pattern", (e) => {
1946
+ let t = e.def.innerType._zod.pattern;
1947
+ return t ? RegExp(`^(${a(t.source)}|null)$`) : void 0;
1948
+ }), S(e, "values", (e) => e.def.innerType._zod.values ? /* @__PURE__ */ new Set([...e.def.innerType._zod.values, null]) : void 0), e._zod.parse = (e, n) => e.value === null ? e : t.innerType._zod.run(e, n);
1949
+ }), Er = /*@__PURE__*/ C("$ZodDefault", (e, t) => {
1950
+ D.init(e, t), e._zod.optin = "defaulted", S(e, "values", (e) => e.def.innerType._zod.values), e._zod.parse = (e, n) => {
1951
+ if (n.direction === "backward") return t.innerType._zod.run(e, n);
1952
+ if (e.value === void 0) return e.value = t.defaultValue, e;
1953
+ let r = t.innerType._zod.run(e, n);
1954
+ return r instanceof Promise ? r.then((e) => Dr(e, t)) : Dr(r, t);
1955
+ };
1956
+ });
1957
+ function Dr(e, t) {
1958
+ return e.value === void 0 && (e.value = t.defaultValue), e;
1959
+ }
1960
+ var Or = /*@__PURE__*/ C("$ZodPrefault", (e, t) => {
1961
+ D.init(e, t), e._zod.optin = "defaulted", S(e, "values", (e) => e.def.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));
1962
+ }), kr = /*@__PURE__*/ C("$ZodNonOptional", (e, t) => {
1963
+ D.init(e, t), S(e, "values", (e) => {
1964
+ let t = e.def.innerType._zod.values;
1965
+ return t ? new Set([...t].filter((e) => e !== void 0)) : void 0;
1966
+ }), e._zod.parse = (n, r) => {
1967
+ let i = t.innerType._zod.run(n, r);
1968
+ return i instanceof Promise ? i.then((t) => Ar(t, e)) : Ar(i, e);
1969
+ };
1970
+ });
1971
+ function Ar(e, t) {
1972
+ return !e.issues.length && e.value === void 0 && e.issues.push({
1973
+ code: "invalid_type",
1974
+ expected: "nonoptional",
1975
+ input: e.value,
1976
+ inst: t
1977
+ }), e;
1978
+ }
1979
+ function jr(e, t, n, r) {
1980
+ return t.issues.length ? (e.value = n.catchValue({
1981
+ ...t,
1982
+ value: e.value,
1983
+ error: { issues: t.issues.map((e) => y(e, r, T())) },
1984
+ input: e.value
1985
+ }), e) : (e.value = t.value, t.memo && (e.memo = !0), e);
1986
+ }
1987
+ var Mr = /*@__PURE__*/ C("$ZodCatch", (e, t) => {
1988
+ D.init(e, t), S(e, "optin", (e) => e.def.innerType._zod.optin === "defaulted" ? "defaulted" : "optional"), S(e, "optout", (e) => e.def.innerType._zod.optout), S(e, "values", (e) => e.def.innerType._zod.values), e._zod.parse = (e, n) => {
1989
+ if (n.direction === "backward") return t.innerType._zod.run(e, n);
1990
+ let r = t.innerType._zod.run({
1991
+ value: e.value,
1992
+ issues: []
1993
+ }, n);
1994
+ return r instanceof Promise ? r.then((r) => jr(e, r, t, n)) : jr(e, r, t, n);
1995
+ };
1996
+ }), Nr = /*@__PURE__*/ C("$ZodPipe", (e, t) => {
1997
+ D.init(e, t), S(e, "values", (e) => e.def.in._zod.values), S(e, "optin", (e) => e.def.in._zod.optin), S(e, "optout", (e) => e.def.out._zod.optout), S(e, "propValues", (e) => e.def.in._zod.propValues), e._zod.parse = (e, n) => {
1998
+ if (n.direction === "backward") {
1999
+ let r = t.out._zod.run(e, n);
2000
+ return r instanceof Promise ? r.then((e) => Pr(e, t.in, n)) : Pr(r, t.in, n);
2001
+ }
2002
+ let r = t.in._zod.run(e, n);
2003
+ return r instanceof Promise ? r.then((e) => Pr(e, t.out, n)) : Pr(r, t.out, n);
2004
+ };
2005
+ });
2006
+ function Pr(e, t, n) {
2007
+ return e.issues.some((e) => e.code !== "unrecognized_keys") ? (e.aborted = !0, e) : t._zod.run({
2008
+ value: e.value,
2009
+ issues: e.issues
2010
+ }, n);
2011
+ }
2012
+ var Fr = /*@__PURE__*/ C("$ZodReadonly", (e, t) => {
2013
+ D.init(e, t), S(e, "propValues", (e) => e.def.innerType._zod.propValues), S(e, "values", (e) => e.def.innerType._zod.values), S(e, "optin", (e) => e.def.innerType?._zod?.optin), S(e, "optout", (e) => e.def.innerType?._zod?.optout), e._zod.parse = (e, n) => {
2014
+ if (n.direction === "backward") return t.innerType._zod.run(e, n);
2015
+ let r = t.innerType._zod.run(e, n);
2016
+ return r instanceof Promise ? r.then(Ir) : Ir(r);
2017
+ };
2018
+ });
2019
+ function Ir(e) {
2020
+ return e.memo || (e.value = Object.freeze(e.value)), e;
2021
+ }
2022
+ var Lr = /*@__PURE__*/ C("$ZodLazy", (e, t) => {
2023
+ D.init(e, t), c(e._zod, "innerType", () => {
2024
+ let e = t;
2025
+ return e._cachedInner ||= t.getter(), e._cachedInner;
2026
+ }), S(e, "pattern", (e) => e.innerType?._zod?.pattern), S(e, "propValues", (e) => e.innerType?._zod?.propValues), S(e, "optin", (e) => e.innerType?._zod?.optin ?? void 0), S(e, "optout", (e) => e.innerType?._zod?.optout ?? void 0), e._zod.parse = (t, n) => e._zod.innerType._zod.run(t, n);
2027
+ }), Rr = /*@__PURE__*/ C("$ZodCustom", (e, t) => {
2028
+ E.init(e, t), D.init(e, t), e._zod.parse = (e, t) => e, e._zod.check = (n) => {
2029
+ let r = n.value, i = t.fn(r);
2030
+ if (i instanceof Promise) return i.then((t) => zr(t, n, r, e));
2031
+ zr(i, n, r, e);
2032
+ };
2033
+ });
2034
+ function zr(e, t, n, r) {
2035
+ if (!e) {
2036
+ let e = {
2037
+ code: "custom",
2038
+ input: n,
2039
+ inst: r,
2040
+ path: [...r._zod.def.path ?? []],
2041
+ continue: !r._zod.def.abort
2042
+ };
2043
+ r._zod.def.params && (e.params = r._zod.def.params), t.issues.push(Se(e));
2044
+ }
2045
+ }
2046
+ //#endregion
2047
+ //#region ../../node_modules/.bun/zod@4.5.4/node_modules/zod/v4/core/memoizer.js
2048
+ var Br = class extends Error {
2049
+ constructor() {
2050
+ super("Cannot parse a reference cycle that closes through a transform"), this.name = "ZodCyclicError";
2051
+ }
2052
+ }, Vr = "~memo", Hr = [];
2053
+ function Ur(e) {
2054
+ return e.map((e) => e.path ? {
2055
+ ...e,
2056
+ path: e.path.slice()
2057
+ } : { ...e });
2058
+ }
2059
+ var Wr = /*@__PURE__*/ new WeakMap();
2060
+ function Gr(e, t) {
2061
+ let n = Wr.get(e);
2062
+ if (n !== void 0) return n;
2063
+ if (t.has(e)) return !0;
2064
+ t.add(e);
2065
+ let r = !1, i = (e) => {
2066
+ !r && e?._zod && Gr(e, t) && (r = !0);
2067
+ }, a = e._zod.def;
2068
+ switch (a.type) {
2069
+ case "object":
2070
+ for (let e of Reflect.ownKeys(a.shape)) i(a.shape[e]);
2071
+ i(a.catchall);
2072
+ break;
2073
+ case "array":
2074
+ i(a.element);
2075
+ break;
2076
+ case "tuple":
2077
+ for (let e of a.items) i(e);
2078
+ i(a.rest);
2079
+ break;
2080
+ case "record":
2081
+ case "map":
2082
+ i(a.keyType), i(a.valueType);
2083
+ break;
2084
+ case "set":
2085
+ i(a.valueType);
2086
+ break;
2087
+ case "union":
2088
+ for (let e of a.options) i(e);
2089
+ break;
2090
+ case "intersection":
2091
+ i(a.left), i(a.right);
2092
+ break;
2093
+ case "optional":
2094
+ case "nullable":
2095
+ case "default":
2096
+ case "prefault":
2097
+ case "catch":
2098
+ case "readonly":
2099
+ case "nonoptional":
2100
+ case "promise":
2101
+ case "success":
2102
+ i(a.innerType);
2103
+ break;
2104
+ case "pipe":
2105
+ i(a.in), i(a.out);
2106
+ break;
2107
+ case "function":
2108
+ i(a.input), i(a.output);
2109
+ break;
2110
+ case "lazy":
2111
+ i(e._zod.innerType);
2112
+ break;
2113
+ case "template_literal":
2114
+ case "string":
2115
+ case "number":
2116
+ case "int":
2117
+ case "boolean":
2118
+ case "bigint":
2119
+ case "symbol":
2120
+ case "undefined":
2121
+ case "null":
2122
+ case "void":
2123
+ case "never":
2124
+ case "any":
2125
+ case "unknown":
2126
+ case "date":
2127
+ case "nan":
2128
+ case "enum":
2129
+ case "literal":
2130
+ case "file":
2131
+ case "transform":
2132
+ case "custom": break;
2133
+ default: for (let e in a) {
2134
+ let t = Object.getOwnPropertyDescriptor(a, e);
2135
+ if (!t || t.get) continue;
2136
+ let n = t.value;
2137
+ if (!(!n || typeof n != "object")) {
2138
+ if (n._zod) i(n);
2139
+ else if (Array.isArray(n)) for (let e of n) i(e);
2140
+ }
2141
+ }
2142
+ }
2143
+ return t.delete(e), Wr.set(e, r), r;
2144
+ }
2145
+ function Kr(e, t) {
2146
+ let n = e.buckets.get(t);
2147
+ return n || (n = /* @__PURE__ */ new Map(), e.buckets.set(t, n)), n;
2148
+ }
2149
+ var qr, Jr = [], Yr = {
2150
+ alloc(e, t, n) {
2151
+ let r = qr;
2152
+ if (!r) return n;
2153
+ qr = void 0;
2154
+ let i = {
2155
+ value: n,
2156
+ issues: null
2157
+ };
2158
+ return r.set(t.value, i), Jr.push(i), n;
2159
+ },
2160
+ guard(e) {
2161
+ var t;
2162
+ (t = e._zod).deferred ?? (t.deferred = []), e._zod.deferred.push(() => {
2163
+ let t = e._zod.parse, n = (e, n) => {
2164
+ if (n.direction !== "backward" && Zr(n, e.value)) throw new Br();
2165
+ return t(e, n);
2166
+ };
2167
+ e._zod.parse = n, e._zod.run === t && (e._zod.run = n);
2168
+ });
2169
+ },
2170
+ attach(e) {
2171
+ var t;
2172
+ let n, r, i;
2173
+ (t = e._zod).deferred ?? (t.deferred = []), e._zod.deferred.push(() => {
2174
+ let t = e._zod.parse, a = (o, s) => {
2175
+ if (n === void 0 && (n = Gr(e, /* @__PURE__ */ new Set()), !n)) return e._zod.parse = t, e._zod.run === a && (e._zod.run = t), t(o, s);
2176
+ let c = o.value;
2177
+ if (typeof c != "object" || !c) return t(o, s);
2178
+ let l = s[Vr];
2179
+ l || (l = {
2180
+ buckets: /* @__PURE__ */ new Map(),
2181
+ backEdges: void 0
2182
+ }, s[Vr] = l);
2183
+ let u;
2184
+ r === s ? u = i : (u = Kr(l, e), r = s, i = u);
2185
+ let d = u.get(c);
2186
+ if (d) return o.value = d.value, d.issues ? d.issues.length && o.issues.push(...Ur(d.issues)) : (o.memo = !0, l.backEdges ?? (l.backEdges = /* @__PURE__ */ new Set()), l.backEdges.add(d.value)), o;
2187
+ qr = u;
2188
+ let f = Jr.length, p = t(o, s);
2189
+ qr = void 0;
2190
+ let m = Jr.length > f ? Jr.pop() : void 0;
2191
+ return p instanceof Promise ? p.then((e) => (m && (m.issues = e.issues.length ? Ur(e.issues) : Hr), e)) : (m && (m.issues = p.issues.length ? Ur(p.issues) : Hr), p);
2192
+ };
2193
+ e._zod.parse = a, e._zod.run === t && (e._zod.run = a);
2194
+ });
2195
+ }
2196
+ };
2197
+ function Xr() {
2198
+ return Yr;
2199
+ }
2200
+ function Zr(e, t) {
2201
+ let n = e[Vr]?.backEdges;
2202
+ return n !== void 0 && typeof t == "object" && !!t && n.has(t);
2203
+ }
2204
+ //#endregion
2205
+ //#region ../../node_modules/.bun/zod@4.5.4/node_modules/zod/v4/locales/en.js
2206
+ var Qr = () => {
2207
+ let e = {
2208
+ string: {
2209
+ unit: "characters",
2210
+ verb: "to have"
2211
+ },
2212
+ file: {
2213
+ unit: "bytes",
2214
+ verb: "to have"
2215
+ },
2216
+ array: {
2217
+ unit: "items",
2218
+ verb: "to have"
2219
+ },
2220
+ set: {
2221
+ unit: "items",
2222
+ verb: "to have"
2223
+ },
2224
+ map: {
2225
+ unit: "entries",
2226
+ verb: "to have"
2227
+ }
2228
+ };
2229
+ function n(t) {
2230
+ return e[t] ?? null;
2231
+ }
2232
+ let r = {
2233
+ regex: "input",
2234
+ email: "email address",
2235
+ url: "URL",
2236
+ emoji: "emoji",
2237
+ uuid: "UUID",
2238
+ uuidv4: "UUIDv4",
2239
+ uuidv6: "UUIDv6",
2240
+ nanoid: "nanoid",
2241
+ guid: "GUID",
2242
+ cuid: "cuid",
2243
+ cuid2: "cuid2",
2244
+ ulid: "ULID",
2245
+ xid: "XID",
2246
+ ksuid: "KSUID",
2247
+ datetime: "ISO datetime",
2248
+ date: "ISO date",
2249
+ time: "ISO time",
2250
+ duration: "ISO duration",
2251
+ ipv4: "IPv4 address",
2252
+ ipv6: "IPv6 address",
2253
+ mac: "MAC address",
2254
+ cidrv4: "IPv4 range",
2255
+ cidrv6: "IPv6 range",
2256
+ base64: "base64-encoded string",
2257
+ base64url: "base64url-encoded string",
2258
+ json_string: "JSON string",
2259
+ e164: "E.164 number",
2260
+ credit_card: "credit card number",
2261
+ jwt: "JWT",
2262
+ template_literal: "input"
2263
+ }, i = { nan: "NaN" };
2264
+ function a(e, t) {
2265
+ return e === "number" && typeof t == "number" && !Number.isFinite(t) ? String(t) : i[e] ?? e;
2266
+ }
2267
+ return (e) => {
2268
+ switch (e.code) {
2269
+ case "invalid_type": return `Invalid input: expected ${a(e.expected)}, received ${a(xe(e.input), e.input)}`;
2270
+ case "invalid_value": return e.values.length === 1 ? `Invalid input: expected ${ae(e.values[0])}` : `Invalid option: expected one of ${t(e.values, "|")}`;
2271
+ case "too_big": {
2272
+ let t = e.exact ? "exactly " : e.inclusive ? "<=" : "<", r = n(e.origin);
2273
+ return r ? `Too big: expected ${e.origin ?? "value"} to have ${t}${e.maximum.toString()} ${r.unit ?? "elements"}` : `Too big: expected ${e.origin ?? "value"} to be ${t}${e.maximum.toString()}`;
2274
+ }
2275
+ case "too_small": {
2276
+ let t = e.exact ? "exactly " : e.inclusive ? ">=" : ">", r = n(e.origin);
2277
+ return r ? `Too small: expected ${e.origin} to have ${t}${e.minimum.toString()} ${r.unit}` : `Too small: expected ${e.origin} to be ${t}${e.minimum.toString()}`;
2278
+ }
2279
+ case "invalid_format": {
2280
+ let t = e;
2281
+ return t.format === "starts_with" ? `Invalid string: must start with "${t.prefix}"` : t.format === "ends_with" ? `Invalid string: must end with "${t.suffix}"` : t.format === "includes" ? `Invalid string: must include "${t.includes}"` : t.format === "regex" ? `Invalid string: must match pattern ${t.pattern}` : `Invalid ${r[t.format] ?? e.format}`;
2282
+ }
2283
+ case "not_multiple_of": return `Invalid number: must be a multiple of ${e.divisor}`;
2284
+ case "unrecognized_keys": return `Unrecognized key${e.keys.length > 1 ? "s" : ""}: ${t(e.keys, ", ")}`;
2285
+ case "invalid_key": return `Invalid key in ${e.origin}`;
2286
+ case "invalid_union": return e.options && Array.isArray(e.options) && e.options.length > 0 ? `Invalid discriminator value. Expected ${e.options.map((e) => `'${e}'`).join(" | ")}` : e.inclusive === !1 ? "Invalid input: more than one option matched" : "Invalid input";
2287
+ case "invalid_element": return `Invalid value in ${e.origin}`;
2288
+ default: return "Invalid input";
2289
+ }
2290
+ };
2291
+ };
2292
+ function $r() {
2293
+ return { localeError: Qr() };
2294
+ }
2295
+ //#endregion
2296
+ //#region ../../node_modules/.bun/zod@4.5.4/node_modules/zod/v4/core/registries.js
2297
+ var ei, ti = class {
2298
+ constructor() {
2299
+ this._map = /* @__PURE__ */ new WeakMap(), this._idmap = /* @__PURE__ */ new Map();
2300
+ }
2301
+ add(e, ...t) {
2302
+ let n = t[0];
2303
+ return this._map.set(e, n), n && typeof n == "object" && "id" in n && this._idmap.set(n.id, e), this;
2304
+ }
2305
+ clear() {
2306
+ return this._map = /* @__PURE__ */ new WeakMap(), this._idmap = /* @__PURE__ */ new Map(), this;
2307
+ }
2308
+ remove(e) {
2309
+ let t = this._map.get(e);
2310
+ return t && typeof t == "object" && "id" in t && this._idmap.delete(t.id), this._map.delete(e), this;
2311
+ }
2312
+ get(e) {
2313
+ let t = e._zod.parent;
2314
+ if (t) {
2315
+ let n = { ...this.get(t) ?? {} };
2316
+ delete n.id;
2317
+ let r = {
2318
+ ...n,
2319
+ ...this._map.get(e)
2320
+ };
2321
+ return Object.keys(r).length ? r : void 0;
2322
+ }
2323
+ return this._map.get(e);
2324
+ }
2325
+ has(e) {
2326
+ return this._map.has(e);
2327
+ }
2328
+ };
2329
+ function ni() {
2330
+ return new ti();
2331
+ }
2332
+ (ei = globalThis).__zod_globalRegistry ?? (ei.__zod_globalRegistry = ni());
2333
+ var ri = globalThis.__zod_globalRegistry;
2334
+ //#endregion
2335
+ //#region ../../node_modules/.bun/zod@4.5.4/node_modules/zod/v4/core/api.js
2336
+ // @__NO_SIDE_EFFECTS__
2337
+ function ii(e, t) {
2338
+ return new e({
2339
+ type: "string",
2340
+ ...g(t)
2341
+ });
2342
+ }
2343
+ // @__NO_SIDE_EFFECTS__
2344
+ function ai(e, t) {
2345
+ return new e({
2346
+ type: "string",
2347
+ format: "email",
2348
+ check: "string_format",
2349
+ abort: !1,
2350
+ ...g(t)
2351
+ });
2352
+ }
2353
+ // @__NO_SIDE_EFFECTS__
2354
+ function oi(e, t) {
2355
+ return new e({
2356
+ type: "string",
2357
+ format: "guid",
2358
+ check: "string_format",
2359
+ abort: !1,
2360
+ ...g(t)
2361
+ });
2362
+ }
2363
+ // @__NO_SIDE_EFFECTS__
2364
+ function si(e, t) {
2365
+ return new e({
2366
+ type: "string",
2367
+ format: "uuid",
2368
+ check: "string_format",
2369
+ abort: !1,
2370
+ ...g(t)
2371
+ });
2372
+ }
2373
+ // @__NO_SIDE_EFFECTS__
2374
+ function ci(e, t) {
2375
+ return new e({
2376
+ type: "string",
2377
+ format: "uuid",
2378
+ check: "string_format",
2379
+ abort: !1,
2380
+ version: "v4",
2381
+ ...g(t)
2382
+ });
2383
+ }
2384
+ // @__NO_SIDE_EFFECTS__
2385
+ function li(e, t) {
2386
+ return new e({
2387
+ type: "string",
2388
+ format: "uuid",
2389
+ check: "string_format",
2390
+ abort: !1,
2391
+ version: "v6",
2392
+ ...g(t)
2393
+ });
2394
+ }
2395
+ // @__NO_SIDE_EFFECTS__
2396
+ function ui(e, t) {
2397
+ return new e({
2398
+ type: "string",
2399
+ format: "uuid",
2400
+ check: "string_format",
2401
+ abort: !1,
2402
+ version: "v7",
2403
+ ...g(t)
2404
+ });
2405
+ }
2406
+ // @__NO_SIDE_EFFECTS__
2407
+ function di(e, t) {
2408
+ return new e({
2409
+ type: "string",
2410
+ format: "url",
2411
+ check: "string_format",
2412
+ abort: !1,
2413
+ ...g(t)
2414
+ });
2415
+ }
2416
+ // @__NO_SIDE_EFFECTS__
2417
+ function fi(e, t) {
2418
+ return new e({
2419
+ type: "string",
2420
+ format: "emoji",
2421
+ check: "string_format",
2422
+ abort: !1,
2423
+ ...g(t)
2424
+ });
2425
+ }
2426
+ // @__NO_SIDE_EFFECTS__
2427
+ function pi(e, t) {
2428
+ return new e({
2429
+ type: "string",
2430
+ format: "nanoid",
2431
+ check: "string_format",
2432
+ abort: !1,
2433
+ ...g(t)
2434
+ });
2435
+ }
2436
+ // @__NO_SIDE_EFFECTS__
2437
+ function mi(e, t) {
2438
+ return new e({
2439
+ type: "string",
2440
+ format: "cuid",
2441
+ check: "string_format",
2442
+ abort: !1,
2443
+ ...g(t)
2444
+ });
2445
+ }
2446
+ // @__NO_SIDE_EFFECTS__
2447
+ function hi(e, t) {
2448
+ return new e({
2449
+ type: "string",
2450
+ format: "cuid2",
2451
+ check: "string_format",
2452
+ abort: !1,
2453
+ ...g(t)
2454
+ });
2455
+ }
2456
+ // @__NO_SIDE_EFFECTS__
2457
+ function gi(e, t) {
2458
+ return new e({
2459
+ type: "string",
2460
+ format: "ulid",
2461
+ check: "string_format",
2462
+ abort: !1,
2463
+ ...g(t)
2464
+ });
2465
+ }
2466
+ // @__NO_SIDE_EFFECTS__
2467
+ function _i(e, t) {
2468
+ return new e({
2469
+ type: "string",
2470
+ format: "xid",
2471
+ check: "string_format",
2472
+ abort: !1,
2473
+ ...g(t)
2474
+ });
2475
+ }
2476
+ // @__NO_SIDE_EFFECTS__
2477
+ function vi(e, t) {
2478
+ return new e({
2479
+ type: "string",
2480
+ format: "ksuid",
2481
+ check: "string_format",
2482
+ abort: !1,
2483
+ ...g(t)
2484
+ });
2485
+ }
2486
+ // @__NO_SIDE_EFFECTS__
2487
+ function yi(e, t) {
2488
+ return new e({
2489
+ type: "string",
2490
+ format: "ipv4",
2491
+ check: "string_format",
2492
+ abort: !1,
2493
+ ...g(t)
2494
+ });
2495
+ }
2496
+ // @__NO_SIDE_EFFECTS__
2497
+ function bi(e, t) {
2498
+ return new e({
2499
+ type: "string",
2500
+ format: "ipv6",
2501
+ check: "string_format",
2502
+ abort: !1,
2503
+ ...g(t)
2504
+ });
2505
+ }
2506
+ // @__NO_SIDE_EFFECTS__
2507
+ function xi(e, t) {
2508
+ return new e({
2509
+ type: "string",
2510
+ format: "cidrv4",
2511
+ check: "string_format",
2512
+ abort: !1,
2513
+ ...g(t)
2514
+ });
2515
+ }
2516
+ // @__NO_SIDE_EFFECTS__
2517
+ function Si(e, t) {
2518
+ return new e({
2519
+ type: "string",
2520
+ format: "cidrv6",
2521
+ check: "string_format",
2522
+ abort: !1,
2523
+ ...g(t)
2524
+ });
2525
+ }
2526
+ // @__NO_SIDE_EFFECTS__
2527
+ function Ci(e, t) {
2528
+ return new e({
2529
+ type: "string",
2530
+ format: "base64",
2531
+ check: "string_format",
2532
+ abort: !1,
2533
+ ...g(t)
2534
+ });
2535
+ }
2536
+ // @__NO_SIDE_EFFECTS__
2537
+ function wi(e, t) {
2538
+ return new e({
2539
+ type: "string",
2540
+ format: "base64url",
2541
+ check: "string_format",
2542
+ abort: !1,
2543
+ ...g(t)
2544
+ });
2545
+ }
2546
+ // @__NO_SIDE_EFFECTS__
2547
+ function Ti(e, t) {
2548
+ return new e({
2549
+ type: "string",
2550
+ format: "e164",
2551
+ check: "string_format",
2552
+ abort: !1,
2553
+ ...g(t)
2554
+ });
2555
+ }
2556
+ // @__NO_SIDE_EFFECTS__
2557
+ function Ei(e, t) {
2558
+ return new e({
2559
+ type: "string",
2560
+ format: "jwt",
2561
+ check: "string_format",
2562
+ abort: !1,
2563
+ ...g(t)
2564
+ });
2565
+ }
2566
+ // @__NO_SIDE_EFFECTS__
2567
+ function Di(e, t) {
2568
+ return new e({
2569
+ type: "string",
2570
+ format: "datetime",
2571
+ check: "string_format",
2572
+ offset: !1,
2573
+ local: !1,
2574
+ precision: null,
2575
+ ...g(t)
2576
+ });
2577
+ }
2578
+ // @__NO_SIDE_EFFECTS__
2579
+ function Oi(e, t) {
2580
+ return new e({
2581
+ type: "string",
2582
+ format: "date",
2583
+ check: "string_format",
2584
+ ...g(t)
2585
+ });
2586
+ }
2587
+ // @__NO_SIDE_EFFECTS__
2588
+ function ki(e, t) {
2589
+ return new e({
2590
+ type: "string",
2591
+ format: "time",
2592
+ check: "string_format",
2593
+ precision: null,
2594
+ ...g(t)
2595
+ });
2596
+ }
2597
+ // @__NO_SIDE_EFFECTS__
2598
+ function Ai(e, t) {
2599
+ return new e({
2600
+ type: "string",
2601
+ format: "duration",
2602
+ check: "string_format",
2603
+ ...g(t)
2604
+ });
2605
+ }
2606
+ // @__NO_SIDE_EFFECTS__
2607
+ function ji(e, t) {
2608
+ return new e({
2609
+ type: "number",
2610
+ checks: [],
2611
+ ...g(t)
2612
+ });
2613
+ }
2614
+ // @__NO_SIDE_EFFECTS__
2615
+ function Mi(e, t) {
2616
+ return new e({
2617
+ type: "number",
2618
+ check: "number_format",
2619
+ abort: !1,
2620
+ format: "safeint",
2621
+ ...g(t)
2622
+ });
2623
+ }
2624
+ // @__NO_SIDE_EFFECTS__
2625
+ function Ni(e, t) {
2626
+ return new e({
2627
+ type: "boolean",
2628
+ ...g(t)
2629
+ });
2630
+ }
2631
+ // @__NO_SIDE_EFFECTS__
2632
+ function Pi(e, t) {
2633
+ return new e({
2634
+ type: "null",
2635
+ ...g(t)
2636
+ });
2637
+ }
2638
+ // @__NO_SIDE_EFFECTS__
2639
+ function Fi(e) {
2640
+ return new e({ type: "unknown" });
2641
+ }
2642
+ // @__NO_SIDE_EFFECTS__
2643
+ function Ii(e, t) {
2644
+ return new e({
2645
+ type: "never",
2646
+ ...g(t)
2647
+ });
2648
+ }
2649
+ // @__NO_SIDE_EFFECTS__
2650
+ function Li(e, t) {
2651
+ return new qt({
2652
+ check: "less_than",
2653
+ ...g(t),
2654
+ value: e,
2655
+ inclusive: !1
2656
+ });
2657
+ }
2658
+ // @__NO_SIDE_EFFECTS__
2659
+ function Ri(e, t) {
2660
+ return new qt({
2661
+ check: "less_than",
2662
+ ...g(t),
2663
+ value: e,
2664
+ inclusive: !0
2665
+ });
2666
+ }
2667
+ // @__NO_SIDE_EFFECTS__
2668
+ function zi(e, t) {
2669
+ return new Jt({
2670
+ check: "greater_than",
2671
+ ...g(t),
2672
+ value: e,
2673
+ inclusive: !1
2674
+ });
2675
+ }
2676
+ // @__NO_SIDE_EFFECTS__
2677
+ function Bi(e, t) {
2678
+ return new Jt({
2679
+ check: "greater_than",
2680
+ ...g(t),
2681
+ value: e,
2682
+ inclusive: !0
2683
+ });
2684
+ }
2685
+ // @__NO_SIDE_EFFECTS__
2686
+ function Vi(e, t) {
2687
+ return new Yt({
2688
+ check: "multiple_of",
2689
+ ...g(t),
2690
+ value: e
2691
+ });
2692
+ }
2693
+ // @__NO_SIDE_EFFECTS__
2694
+ function Hi(e, t) {
2695
+ return new Zt({
2696
+ check: "max_length",
2697
+ ...g(t),
2698
+ maximum: e
2699
+ });
2700
+ }
2701
+ // @__NO_SIDE_EFFECTS__
2702
+ function Ui(e, t) {
2703
+ return new Qt({
2704
+ check: "min_length",
2705
+ ...g(t),
2706
+ minimum: e
2707
+ });
2708
+ }
2709
+ // @__NO_SIDE_EFFECTS__
2710
+ function Wi(e, t) {
2711
+ return new $t({
2712
+ check: "length_equals",
2713
+ ...g(t),
2714
+ length: e
2715
+ });
2716
+ }
2717
+ // @__NO_SIDE_EFFECTS__
2718
+ function Gi(e, t) {
2719
+ return new tn({
2720
+ check: "string_format",
2721
+ format: "regex",
2722
+ ...g(t),
2723
+ pattern: e
2724
+ });
2725
+ }
2726
+ // @__NO_SIDE_EFFECTS__
2727
+ function Ki(e) {
2728
+ return new nn({
2729
+ check: "string_format",
2730
+ format: "lowercase",
2731
+ ...g(e)
2732
+ });
2733
+ }
2734
+ // @__NO_SIDE_EFFECTS__
2735
+ function qi(e) {
2736
+ return new rn({
2737
+ check: "string_format",
2738
+ format: "uppercase",
2739
+ ...g(e)
2740
+ });
2741
+ }
2742
+ // @__NO_SIDE_EFFECTS__
2743
+ function Ji(e, t) {
2744
+ return new an({
2745
+ check: "string_format",
2746
+ format: "includes",
2747
+ ...g(t),
2748
+ includes: e
2749
+ });
2750
+ }
2751
+ // @__NO_SIDE_EFFECTS__
2752
+ function Yi(e, t) {
2753
+ return new on({
2754
+ check: "string_format",
2755
+ format: "starts_with",
2756
+ ...g(t),
2757
+ prefix: e
2758
+ });
2759
+ }
2760
+ // @__NO_SIDE_EFFECTS__
2761
+ function Xi(e, t) {
2762
+ return new sn({
2763
+ check: "string_format",
2764
+ format: "ends_with",
2765
+ ...g(t),
2766
+ suffix: e
2767
+ });
2768
+ }
2769
+ // @__NO_SIDE_EFFECTS__
2770
+ function k(e) {
2771
+ return new cn({
2772
+ check: "overwrite",
2773
+ tx: e
2774
+ });
2775
+ }
2776
+ // @__NO_SIDE_EFFECTS__
2777
+ function Zi(e) {
2778
+ return /* @__PURE__ */ k((t) => t.normalize(e));
2779
+ }
2780
+ // @__NO_SIDE_EFFECTS__
2781
+ function Qi() {
2782
+ return /* @__PURE__ */ k((e) => e.trim());
2783
+ }
2784
+ // @__NO_SIDE_EFFECTS__
2785
+ function $i() {
2786
+ return /* @__PURE__ */ k((e) => e.toLowerCase());
2787
+ }
2788
+ // @__NO_SIDE_EFFECTS__
2789
+ function ea() {
2790
+ return /* @__PURE__ */ k((e) => e.toUpperCase());
2791
+ }
2792
+ // @__NO_SIDE_EFFECTS__
2793
+ function ta() {
2794
+ return /* @__PURE__ */ k((e) => f(e));
2795
+ }
2796
+ // @__NO_SIDE_EFFECTS__
2797
+ function na(e, t, n) {
2798
+ return new e({
2799
+ type: "array",
2800
+ element: t,
2801
+ ...g(n)
2802
+ });
2803
+ }
2804
+ // @__NO_SIDE_EFFECTS__
2805
+ function ra(e, t, n) {
2806
+ return new e({
2807
+ type: "custom",
2808
+ check: "custom",
2809
+ fn: t,
2810
+ ...g(n)
2811
+ });
2812
+ }
2813
+ // @__NO_SIDE_EFFECTS__
2814
+ function ia(e, t) {
2815
+ let n = /* @__PURE__ */ aa((t) => (t.addIssue = (e) => {
2816
+ if (typeof e == "string") t.issues.push(Se(e, t.value, n._zod.def));
2817
+ else {
2818
+ let r = e;
2819
+ r.fatal && (r.continue = !1), r.code ??= "custom", "input" in r || (r.input = t.value), r.inst ??= n, r.continue ??= !n._zod.def.abort, t.issues.push(Se(r));
2820
+ }
2821
+ }, e(t.value, t)), t);
2822
+ return n;
2823
+ }
2824
+ // @__NO_SIDE_EFFECTS__
2825
+ function aa(e, t) {
2826
+ let n = new E({
2827
+ check: "custom",
2828
+ ...g(t)
2829
+ });
2830
+ return n._zod.check = e, n;
2831
+ }
2832
+ //#endregion
2833
+ //#region ../../node_modules/.bun/zod@4.5.4/node_modules/zod/v4/core/to-json-schema.js
2834
+ function oa(e, ...t) {
2835
+ for (let n of t) for (let t of Reflect.ownKeys(n)) Object.prototype.propertyIsEnumerable.call(n, t) && l(e, t, n[t]);
2836
+ return e;
2837
+ }
2838
+ function sa(e) {
2839
+ let t = e?.target ?? "draft-2020-12";
2840
+ return t === "draft-4" && (t = "draft-04"), t === "draft-7" && (t = "draft-07"), {
2841
+ processors: e.processors ?? {},
2842
+ metadataRegistry: e?.metadata ?? ri,
2843
+ target: t,
2844
+ unrepresentable: e?.unrepresentable ?? "throw",
2845
+ override: e?.override ?? (() => {}),
2846
+ io: e?.io ?? "output",
2847
+ counter: 0,
2848
+ seen: /* @__PURE__ */ new Map(),
2849
+ sharedDefsExtractedFor: void 0,
2850
+ sharedEmitDoneFor: void 0,
2851
+ cycles: e?.cycles ?? "ref",
2852
+ reused: e?.reused ?? "inline",
2853
+ intersections: [],
2854
+ deferred: [],
2855
+ external: e?.external ?? void 0
2856
+ };
2857
+ }
2858
+ function A(e, t, n, r, i) {
2859
+ let a = typeof t.unrepresentable == "function" ? t.unrepresentable({
2860
+ zodSchema: e,
2861
+ path: r.path,
2862
+ message: i
2863
+ }) : t.unrepresentable;
2864
+ if (a === "any") return !1;
2865
+ if (a === void 0 || a === "throw") throw Error(i);
2866
+ return Object.assign(n, a), !0;
2867
+ }
2868
+ function j(e, t, n = {
2869
+ path: [],
2870
+ schemaPath: []
2871
+ }) {
2872
+ var r;
2873
+ let i = e._zod.def, a = t.seen.get(e);
2874
+ if (a) return a.count++, n.schemaPath.includes(e) && (a.cycle = n.path), a.schema;
2875
+ let o = {
2876
+ schema: {},
2877
+ count: 1,
2878
+ cycle: void 0,
2879
+ path: n.path
2880
+ };
2881
+ t.seen.set(e, o), t.sharedDefsExtractedFor = void 0, t.sharedEmitDoneFor = void 0;
2882
+ let s = e._zod.toJSONSchema?.();
2883
+ if (s) o.schema = s;
2884
+ else {
2885
+ let r = {
2886
+ ...n,
2887
+ schemaPath: [...n.schemaPath, e],
2888
+ path: n.path
2889
+ };
2890
+ if (e._zod.processJSONSchema) e._zod.processJSONSchema(t, o.schema, r);
2891
+ else {
2892
+ let n = o.schema, a = t.processors[i.type];
2893
+ if (!a) throw Error(`[toJSONSchema]: Non-representable type encountered: ${i.type}`);
2894
+ a(e, t, n, r);
2895
+ }
2896
+ let a = e._zod.parent;
2897
+ a && (o.ref ||= a, j(a, t, r), t.seen.get(a).isParent = !0);
2898
+ }
2899
+ let c = t.metadataRegistry.get(e);
2900
+ return c && oa(o.schema, c), t.io === "input" && M(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;
2901
+ }
2902
+ function ca(e) {
2903
+ return e.replace(/~/g, "~0").replace(/\//g, "~1");
2904
+ }
2905
+ function la(e, t) {
2906
+ let n = e.seen.get(t);
2907
+ if (!n) throw Error("Unprocessed schema. This is a bug in Zod.");
2908
+ if (e.external && e.sharedDefsExtractedFor === e.external) return;
2909
+ let r = /* @__PURE__ */ new Map();
2910
+ for (let t of e.seen.entries()) {
2911
+ let n = e.metadataRegistry.get(t[0])?.id;
2912
+ if (n) {
2913
+ let e = r.get(n);
2914
+ 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.`);
2915
+ r.set(n, t[0]);
2916
+ }
2917
+ }
2918
+ let i = (t) => {
2919
+ let r = e.target === "draft-2020-12" ? "$defs" : "definitions";
2920
+ if (e.external) {
2921
+ let n = e.external.registry.get(t[0])?.id, i = e.external.uri ?? ((e) => e);
2922
+ if (n) return { ref: i(n) };
2923
+ let a = t[1].defId ?? t[1].schema.id ?? `schema${e.counter++}`;
2924
+ return t[1].defId = a, {
2925
+ defId: a,
2926
+ ref: `${i("__shared")}#/${r}/${ca(a)}`
2927
+ };
2928
+ }
2929
+ let i = `#/${r}/`;
2930
+ if (t[1] === n && !t[1].schema.id) return { ref: "#" };
2931
+ let a = t[1].schema.id ?? `__schema${e.counter++}`;
2932
+ return {
2933
+ defId: a,
2934
+ ref: i + ca(a)
2935
+ };
2936
+ }, a = (e) => {
2937
+ if (e[1].schema.$ref) return;
2938
+ let t = e[1], { ref: n, defId: r } = i(e);
2939
+ t.def = { ...t.schema }, r && (t.defId = r);
2940
+ let a = t.schema;
2941
+ for (let e in a) delete a[e];
2942
+ a.$ref = n;
2943
+ };
2944
+ if (e.cycles === "throw") for (let t of e.seen.entries()) {
2945
+ let e = t[1];
2946
+ if (e.cycle) throw Error(`Cycle detected: #/${e.cycle?.join("/")}/<root>
2947
+
2948
+ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.`);
2949
+ }
2950
+ for (let n of e.seen.entries()) {
2951
+ let r = n[1];
2952
+ if (t === n[0]) {
2953
+ a(n);
2954
+ continue;
2955
+ }
2956
+ if (e.external) {
2957
+ let r = e.external.registry.get(n[0])?.id;
2958
+ if (t !== n[0] && r) {
2959
+ a(n);
2960
+ continue;
2961
+ }
2962
+ }
2963
+ if (e.metadataRegistry.get(n[0])?.id) {
2964
+ a(n);
2965
+ continue;
2966
+ }
2967
+ if (r.cycle) {
2968
+ a(n);
2969
+ continue;
2970
+ }
2971
+ if (r.count > 1 && e.reused === "ref") {
2972
+ a(n);
2973
+ continue;
2974
+ }
2975
+ }
2976
+ e.external && (e.sharedDefsExtractedFor = e.external);
2977
+ }
2978
+ function ua(e) {
2979
+ let t = e.anyOf;
2980
+ if (!Array.isArray(t) || t.length === 0 || e.type !== void 0) return;
2981
+ let n = [];
2982
+ for (let e of t) {
2983
+ if (!e || typeof e != "object") return;
2984
+ ua(e);
2985
+ let t = Object.keys(e);
2986
+ if (t.length !== 1 || t[0] !== "type") return;
2987
+ let r = e.type;
2988
+ for (let e of Array.isArray(r) ? r : [r]) {
2989
+ if (typeof e != "string") return;
2990
+ n.includes(e) || n.push(e);
2991
+ }
2992
+ }
2993
+ delete e.anyOf, e.type = n.length === 1 ? n[0] : n;
2994
+ }
2995
+ var da = /* @__PURE__ */ new Set([
2996
+ "type",
2997
+ "properties",
2998
+ "required",
2999
+ "additionalProperties"
3000
+ ]), fa = ["oneOf", "anyOf"];
3001
+ function pa(e) {
3002
+ let t = e.additionalProperties;
3003
+ return t === void 0 || t === !1 || typeof t != "object" || !t ? null : Object.keys(t).length ? t : null;
3004
+ }
3005
+ function ma(e) {
3006
+ let t = [];
3007
+ for (let n of e) {
3008
+ if (typeof n != "object" || n.type !== "object") return null;
3009
+ for (let e in n) if (!da.has(e)) return null;
3010
+ t.push(n);
3011
+ }
3012
+ let n = {}, r = /* @__PURE__ */ new Set();
3013
+ for (let e of t) {
3014
+ for (let r in e.properties) {
3015
+ if (Object.prototype.hasOwnProperty.call(n, r)) continue;
3016
+ let e = [];
3017
+ for (let n of t) {
3018
+ let t = n.properties?.[r] ?? pa(n);
3019
+ t != null && (e.some((e) => JSON.stringify(e) === JSON.stringify(t)) || e.push(t));
3020
+ }
3021
+ l(n, r, e.length === 1 ? e[0] : ma(e) ?? { allOf: e });
3022
+ }
3023
+ for (let t of e.required ?? []) r.add(t);
3024
+ }
3025
+ let i = {
3026
+ type: "object",
3027
+ properties: n
3028
+ };
3029
+ if (r.size && (i.required = [...r]), t.every((e) => e.additionalProperties === !1)) i.additionalProperties = !1;
3030
+ else {
3031
+ let e = [];
3032
+ for (let n of t) {
3033
+ let t = pa(n);
3034
+ t && !e.some((e) => JSON.stringify(e) === JSON.stringify(t)) && e.push(t);
3035
+ }
3036
+ e.length === 1 ? i.additionalProperties = e[0] : e.length > 1 && (i.additionalProperties = { allOf: e });
3037
+ }
3038
+ return i;
3039
+ }
3040
+ function ha(e) {
3041
+ let t = e.allOf;
3042
+ if (!Array.isArray(t) || t.length < 2) return;
3043
+ for (let t of da) if (t in e) return;
3044
+ let n = t.filter((e) => fa.some((t) => Array.isArray(e[t]))), r = null;
3045
+ if (!n.length) r = ma(t);
3046
+ else {
3047
+ let e = n[0], i = fa.find((t) => Array.isArray(e[t]));
3048
+ if (Object.keys(e).length !== 1) return;
3049
+ let a = t.filter((t) => t !== e), o = e[i].map((e) => ma([...a, e]));
3050
+ if (o.some((e) => !e)) return;
3051
+ r = { [i]: o };
3052
+ }
3053
+ r && (delete e.allOf, oa(e, r));
3054
+ }
3055
+ function ga(e, t) {
3056
+ let n = e.seen.get(t);
3057
+ if (!n) throw Error("Unprocessed schema. This is a bug in Zod.");
3058
+ let r = (t) => {
3059
+ let n = e.seen.get(t);
3060
+ if (n.ref === null) return;
3061
+ let i = n.def ?? n.schema, a = { ...i }, o = n.ref;
3062
+ if (n.ref = null, o) {
3063
+ r(o);
3064
+ let n = e.seen.get(o), s = n.schema;
3065
+ if (s.$ref && (e.target === "draft-07" || e.target === "draft-04" || e.target === "openapi-3.0") ? (i.allOf = i.allOf ?? [], i.allOf.push(s)) : oa(i, s), oa(i, a), t._zod.parent === o) for (let e in i) e !== "$ref" && e !== "allOf" && (e in a || delete i[e]);
3066
+ 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];
3067
+ }
3068
+ let s = t._zod.parent;
3069
+ if (s && s !== o) {
3070
+ r(s);
3071
+ let t = e.seen.get(s);
3072
+ 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];
3073
+ }
3074
+ e.override({
3075
+ zodSchema: t,
3076
+ jsonSchema: i,
3077
+ path: n.path ?? []
3078
+ });
3079
+ };
3080
+ if (!e.external || e.sharedEmitDoneFor !== e.external) {
3081
+ for (let t of [...e.seen.entries()].reverse()) r(t[0]);
3082
+ if (e.target !== "openapi-3.0") for (let t of e.seen.entries()) ua(t[1].def ?? t[1].schema);
3083
+ for (let t of e.deferred) t();
3084
+ if (e.intersections.length) {
3085
+ let t = /* @__PURE__ */ new Map();
3086
+ for (let n of e.seen.values()) for (let e of [n.schema, n.def]) {
3087
+ let n = e?.allOf;
3088
+ if (!Array.isArray(n)) continue;
3089
+ let r = t.get(n);
3090
+ r ? r.push(e) : t.set(n, [e]);
3091
+ }
3092
+ for (let n of e.intersections) for (let e of t.get(n) ?? []) ha(e);
3093
+ }
3094
+ }
3095
+ let i = {};
3096
+ 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) {
3097
+ let n = e.external.registry.get(t)?.id;
3098
+ if (!n) throw Error("Schema is missing an `id` property");
3099
+ i.$id = e.external.uri(n);
3100
+ }
3101
+ oa(i, n.defId ? n.schema : n.def ?? n.schema);
3102
+ let a = e.metadataRegistry.get(t)?.id;
3103
+ a !== void 0 && i.id === a && delete i.id;
3104
+ let o = e.external?.defs ?? {};
3105
+ if (!e.external || e.sharedEmitDoneFor !== e.external) for (let t of e.seen.entries()) {
3106
+ let e = t[1];
3107
+ e.def && e.defId && (e.def.id === e.defId && delete e.def.id, l(o, e.defId, e.def));
3108
+ }
3109
+ e.external && (e.sharedEmitDoneFor = e.external), e.external || Object.keys(o).length > 0 && (e.target === "draft-2020-12" ? i.$defs = o : i.definitions = o);
3110
+ try {
3111
+ let n = JSON.parse(JSON.stringify(i));
3112
+ return Object.defineProperty(n, "~standard", {
3113
+ value: {
3114
+ ...t["~standard"],
3115
+ jsonSchema: {
3116
+ input: va(t, "input", e.processors),
3117
+ output: va(t, "output", e.processors)
3118
+ }
3119
+ },
3120
+ enumerable: !1,
3121
+ writable: !1
3122
+ }), n;
3123
+ } catch {
3124
+ throw Error("Error converting schema to JSON.");
3125
+ }
3126
+ }
3127
+ function M(e, t) {
3128
+ let n = t ?? { seen: /* @__PURE__ */ new Set() };
3129
+ if (n.seen.has(e)) return !1;
3130
+ n.seen.add(e);
3131
+ let r = e._zod.def;
3132
+ if (r.type === "transform") return !0;
3133
+ if (r.type === "array") return M(r.element, n);
3134
+ if (r.type === "set") return M(r.valueType, n);
3135
+ if (r.type === "lazy") return M(r.getter(), n);
3136
+ if (r.type === "promise" || r.type === "optional" || r.type === "nonoptional" || r.type === "nullable" || r.type === "readonly" || r.type === "default" || r.type === "prefault" || r.type === "catch") return M(r.innerType, n);
3137
+ if (r.type === "intersection") return M(r.left, n) || M(r.right, n);
3138
+ if (r.type === "record" || r.type === "map") return M(r.keyType, n) || M(r.valueType, n);
3139
+ if (r.type === "pipe") return e._zod.traits.has("$ZodCodec") ? !0 : M(r.in, n) || M(r.out, n);
3140
+ if (r.type === "object") {
3141
+ for (let e in r.shape) if (M(r.shape[e], n)) return !0;
3142
+ return !1;
3143
+ }
3144
+ if (r.type === "union") {
3145
+ for (let e of r.options) if (M(e, n)) return !0;
3146
+ return !1;
3147
+ }
3148
+ if (r.type === "tuple") {
3149
+ for (let e of r.items) if (M(e, n)) return !0;
3150
+ return !!(r.rest && M(r.rest, n));
3151
+ }
3152
+ return !1;
3153
+ }
3154
+ var _a = (e, t = {}) => (n) => {
3155
+ let r = sa({
3156
+ ...n,
3157
+ processors: t
3158
+ });
3159
+ return j(e, r), la(r, e), ga(r, e);
3160
+ }, va = (e, t, n = {}) => (r) => {
3161
+ let { libraryOptions: i, target: a } = r ?? {}, o = sa({
3162
+ ...i ?? {},
3163
+ target: a,
3164
+ io: t,
3165
+ processors: n
3166
+ });
3167
+ return j(e, o), la(o, e), ga(o, e);
3168
+ }, ya = {
3169
+ guid: "uuid",
3170
+ url: "uri",
3171
+ datetime: "date-time",
3172
+ json_string: "json-string",
3173
+ regex: ""
3174
+ }, ba = (e, t, n, r) => {
3175
+ let i = n;
3176
+ i.type = "string";
3177
+ let { minimum: a, maximum: o, format: s, patterns: c, contentEncoding: l, laxFormat: u } = e._zod.bag;
3178
+ if (typeof a == "number" && (i.minLength = a), typeof o == "number" && (i.maxLength = o), s && (i.format = ya[s] ?? s, i.format === "" && delete i.format, (s === "time" || u) && delete i.format), l && (i.contentEncoding = l), c && c.size > 0) {
3179
+ let e = [...c];
3180
+ e.length === 1 ? i.pattern = e[0].source : e.length > 1 && (i.allOf = [...e.map((e) => ({
3181
+ ...t.target === "draft-07" || t.target === "draft-04" || t.target === "openapi-3.0" ? { type: "string" } : {},
3182
+ pattern: e.source
3183
+ }))]);
3184
+ }
3185
+ }, xa = (e, t, n, r) => {
3186
+ let i = n, { minimum: a, maximum: o, format: s, multipleOf: c, exclusiveMaximum: l, exclusiveMinimum: u } = e._zod.bag;
3187
+ i.type = typeof s == "string" && s.includes("int") ? "integer" : "number";
3188
+ let d = typeof u == "number" && u >= (a ?? -Infinity), f = typeof l == "number" && l <= (o ?? Infinity), p = t.target === "draft-04" || t.target === "openapi-3.0";
3189
+ 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" && (Number.isFinite(c) && c !== 0 ? i.multipleOf = Math.abs(c) : A(e, t, i, r, `A multipleOf divisor of ${c} cannot be represented in JSON Schema`));
3190
+ }, Sa = (e, t, n, r) => {
3191
+ n.type = "boolean";
3192
+ }, Ca = (e, t, n, r) => {
3193
+ A(e, t, n, r, "BigInt cannot be represented in JSON Schema");
3194
+ }, wa = (e, t, n, r) => {
3195
+ A(e, t, n, r, "Symbols cannot be represented in JSON Schema");
3196
+ }, Ta = (e, t, n, r) => {
3197
+ t.target === "openapi-3.0" ? (n.type = "string", n.nullable = !0, n.enum = [null]) : n.type = "null";
3198
+ }, Ea = (e, t, n, r) => {
3199
+ A(e, t, n, r, "Undefined cannot be represented in JSON Schema");
3200
+ }, Da = (e, t, n, r) => {
3201
+ A(e, t, n, r, "Void cannot be represented in JSON Schema");
3202
+ }, Oa = (e, t, n, r) => {
3203
+ n.not = {};
3204
+ }, ka = (e, t, n, r) => {}, Aa = (e, t, n, r) => {}, ja = (e, t, n, r) => {
3205
+ A(e, t, n, r, "Date cannot be represented in JSON Schema");
3206
+ }, Ma = (t, n, r, i) => {
3207
+ let a = t._zod.def, o = e(a.entries);
3208
+ if (o.length === 0) {
3209
+ r.not = {};
3210
+ return;
3211
+ }
3212
+ o.every((e) => typeof e == "number") && (r.type = "number"), o.every((e) => typeof e == "string") && (r.type = "string"), r.enum = o;
3213
+ }, Na = (e, t, n, r) => {
3214
+ let i = e._zod.def;
3215
+ if (i.values.length === 0) {
3216
+ n.not = {};
3217
+ return;
3218
+ }
3219
+ let a = [];
3220
+ for (let o of i.values) if (o === void 0) {
3221
+ if (A(e, t, n, r, "Literal `undefined` cannot be represented in JSON Schema")) return;
3222
+ } else if (typeof o == "bigint") {
3223
+ if (A(e, t, n, r, "BigInt literals cannot be represented in JSON Schema")) return;
3224
+ a.push(Number(o));
3225
+ } else a.push(o);
3226
+ if (a.length !== 0) {
3227
+ if (a.length === 1) {
3228
+ let e = a[0];
3229
+ n.type = e === null ? "null" : typeof e, t.target === "draft-04" || t.target === "openapi-3.0" ? n.enum = [e] : n.const = e;
3230
+ } 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;
3231
+ }
3232
+ }, Pa = (e, t, n, r) => {
3233
+ A(e, t, n, r, "NaN cannot be represented in JSON Schema");
3234
+ }, Fa = (e, t, n, r) => {
3235
+ let i = n, a = e._zod.pattern;
3236
+ if (!a) throw Error("Pattern not found in template literal");
3237
+ i.type = "string", i.pattern = a.source;
3238
+ }, Ia = (e, t, n, r) => {
3239
+ let i = n, a = {
3240
+ type: "string",
3241
+ format: "binary",
3242
+ contentEncoding: "binary"
3243
+ }, { minimum: o, maximum: s, mime: c } = e._zod.bag;
3244
+ o !== void 0 && (a.minLength = o), s !== void 0 && (a.maxLength = s), c ? c.length === 1 ? (a.contentMediaType = c[0], Object.assign(i, a)) : (Object.assign(i, a), i.anyOf = c.map((e) => ({ contentMediaType: e }))) : Object.assign(i, a);
3245
+ }, La = (e, t, n, r) => {
3246
+ n.type = "boolean";
3247
+ }, Ra = (e, t, n, r) => {
3248
+ A(e, t, n, r, "Custom types cannot be represented in JSON Schema");
3249
+ }, za = (e, t, n, r) => {
3250
+ A(e, t, n, r, "Function types cannot be represented in JSON Schema");
3251
+ }, Ba = (e, t, n, r) => {
3252
+ A(e, t, n, r, "Transforms cannot be represented in JSON Schema");
3253
+ }, Va = (e, t, n, r) => {
3254
+ A(e, t, n, r, "Map cannot be represented in JSON Schema");
3255
+ }, Ha = (e, t, n, r) => {
3256
+ A(e, t, n, r, "Set cannot be represented in JSON Schema");
3257
+ }, Ua = (e, t, n, r) => {
3258
+ let i = n, a = e._zod.def, { minimum: o, maximum: s } = e._zod.bag;
3259
+ typeof o == "number" && (i.minItems = o), typeof s == "number" && (i.maxItems = s), i.type = "array", i.items = j(a.element, t, {
3260
+ ...r,
3261
+ path: [...r.path, "items"]
3262
+ });
3263
+ };
3264
+ function Wa(e) {
3265
+ let t = e._zod.def;
3266
+ return t.type === "pipe" && t.in._zod.traits.has("$ZodTransform") ? Wa(t.out) : t.type === "catch" ? Wa(t.innerType) : e._zod.optin;
3267
+ }
3268
+ var Ga = (e, t, n, r) => {
3269
+ let i = n, a = e._zod.def, o = a.shape;
3270
+ if (Object.getOwnPropertySymbols(o).length && A(e, t, i, r, "Symbol keys cannot be represented in JSON Schema")) return;
3271
+ i.type = "object", i.properties = {};
3272
+ for (let e in o) l(i.properties, e, j(o[e], t, {
3273
+ ...r,
3274
+ path: [
3275
+ ...r.path,
3276
+ "properties",
3277
+ e
3278
+ ]
3279
+ }));
3280
+ let s = new Set(Object.keys(o)), c = new Set([...s].filter((e) => {
3281
+ let n = a.shape[e];
3282
+ return t.io === "input" ? Wa(n) === void 0 : n._zod.optout === void 0;
3283
+ }));
3284
+ c.size > 0 && (i.required = Array.from(c)), a.catchall?._zod.def.type === "never" ? i.additionalProperties = !1 : a.catchall ? a.catchall && (i.additionalProperties = j(a.catchall, t, {
3285
+ ...r,
3286
+ path: [...r.path, "additionalProperties"]
3287
+ })) : t.io === "output" && (i.additionalProperties = !1);
3288
+ }, Ka = (e, t, n, r) => {
3289
+ let i = e._zod.def, a = i.inclusive === !1, o = i.options.map((e, n) => j(e, t, {
3290
+ ...r,
3291
+ path: [
3292
+ ...r.path,
3293
+ a ? "oneOf" : "anyOf",
3294
+ n
3295
+ ]
3296
+ }));
3297
+ a ? n.oneOf = o : n.anyOf = o;
3298
+ }, qa = (e, t, n, r) => {
3299
+ let i = e._zod.def, a = j(i.left, t, {
3300
+ ...r,
3301
+ path: [
3302
+ ...r.path,
3303
+ "allOf",
3304
+ 0
3305
+ ]
3306
+ }), o = j(i.right, t, {
3307
+ ...r,
3308
+ path: [
3309
+ ...r.path,
3310
+ "allOf",
3311
+ 1
3312
+ ]
3313
+ }), s = (e) => "allOf" in e && Object.keys(e).length === 1, c = [...s(a) ? a.allOf : [a], ...s(o) ? o.allOf : [o]];
3314
+ n.allOf = c, t.intersections.push(c);
3315
+ }, Ja = (e, t, n, r) => {
3316
+ let i = n, a = e._zod.def;
3317
+ i.type = "array";
3318
+ let o = t.target === "draft-2020-12" ? "prefixItems" : "items", s = t.target === "draft-2020-12" || t.target === "openapi-3.0" ? "items" : "additionalItems", c = a.items.map((e, n) => j(e, t, {
3319
+ ...r,
3320
+ path: [
3321
+ ...r.path,
3322
+ o,
3323
+ n
3324
+ ]
3325
+ })), l = a.rest ? j(a.rest, t, {
3326
+ ...r,
3327
+ path: [
3328
+ ...r.path,
3329
+ s,
3330
+ ...t.target === "openapi-3.0" ? [a.items.length] : []
3331
+ ]
3332
+ }) : null, u = a.items.length;
3333
+ for (; u > 0;) {
3334
+ let e = a.items[u - 1];
3335
+ if (!(t.io === "input" ? Wa(e) !== void 0 : e._zod.optout === "optional")) break;
3336
+ u--;
3337
+ }
3338
+ let d = a.items.length, f = !a.rest;
3339
+ t.target === "draft-2020-12" ? (i.prefixItems = c, f ? i.items = !1 : l && (i.items = l), u > 0 && (i.minItems = u), f && (i.maxItems = d)) : t.target === "openapi-3.0" ? (i.items = { anyOf: c }, l && i.items.anyOf.push(l), u > 0 && (i.minItems = u), f && (i.maxItems = d)) : (i.items = c, f ? i.additionalItems = !1 : l && (i.additionalItems = l), u > 0 && (i.minItems = u), f && (i.maxItems = d));
3340
+ let { minimum: p, maximum: m } = e._zod.bag;
3341
+ typeof p == "number" && (i.minItems = p), typeof m == "number" && (i.maxItems = m);
3342
+ };
3343
+ function Ya(e, t, n) {
3344
+ if (t.$ref) {
3345
+ if (n.has(t)) return t;
3346
+ n.add(t);
3347
+ let r = e.get(t)?.def;
3348
+ if (!r) return t;
3349
+ let i = Ya(e, r, n);
3350
+ return i === r ? t : i;
3351
+ }
3352
+ for (let r of ["anyOf", "oneOf"]) {
3353
+ let i = t[r];
3354
+ if (!Array.isArray(i)) continue;
3355
+ let a = i.map((t) => Ya(e, t, n));
3356
+ a.some((e, t) => e !== i[t]) && (t = {
3357
+ ...t,
3358
+ [r]: a
3359
+ });
3360
+ }
3361
+ let r = Array.isArray(t.type) ? t.type : [t.type], i = !r.includes("string") && r.some((e) => e === "number" || e === "integer"), a = t.enum ?? (t.const === void 0 ? void 0 : [t.const]);
3362
+ if (!i && !a?.some((e) => typeof e == "number")) return t;
3363
+ let { minimum: o, maximum: s, exclusiveMinimum: c, exclusiveMaximum: l, multipleOf: u, format: d, id: f, ...p } = t;
3364
+ return p.enum ? p.enum = p.enum.map((e) => typeof e == "number" ? String(e) : e) : typeof p.const == "number" && (p.const = String(p.const)), i ? (p.type = "string", a || (p.pattern = (r.includes("number") ? Bt : zt).source), p) : p;
3365
+ }
3366
+ var Xa = /* @__PURE__ */ new WeakMap();
3367
+ function Za(e) {
3368
+ let t = /* @__PURE__ */ new Map();
3369
+ for (let n of e.seen.values()) n.def && !t.has(n.schema) && t.set(n.schema, n);
3370
+ let n = /* @__PURE__ */ new Map();
3371
+ for (let r of Xa.get(e) ?? []) {
3372
+ let i = e.seen.get(r), a = (i?.def ?? i?.schema)?.propertyNames;
3373
+ if (!a || a === !0 || n.has(a)) continue;
3374
+ let o = Ya(t, a, /* @__PURE__ */ new Set());
3375
+ o !== a && n.set(a, o);
3376
+ }
3377
+ if (n.size) for (let t of e.seen.values()) for (let e of [t.schema, t.def]) {
3378
+ let t = e && n.get(e.propertyNames);
3379
+ t && (e.propertyNames = t);
3380
+ }
3381
+ }
3382
+ var Qa = (e, t, n, r) => {
3383
+ let i = n, a = e._zod.def;
3384
+ i.type = "object";
3385
+ let o = a.keyType, s = o._zod.bag?.patterns;
3386
+ if (a.mode === "loose" && s && s.size > 0) {
3387
+ let e = j(a.valueType, t, {
3388
+ ...r,
3389
+ path: [
3390
+ ...r.path,
3391
+ "patternProperties",
3392
+ "*"
3393
+ ]
3394
+ });
3395
+ i.patternProperties = {};
3396
+ for (let t of s) l(i.patternProperties, t.source, e);
3397
+ } else {
3398
+ if (t.target === "draft-07" || t.target === "draft-2020-12") {
3399
+ i.propertyNames = j(a.keyType, t, {
3400
+ ...r,
3401
+ path: [...r.path, "propertyNames"]
3402
+ });
3403
+ let n = Xa.get(t);
3404
+ n || (n = [], Xa.set(t, n), t.deferred.push(() => Za(t))), n.push(e);
3405
+ }
3406
+ i.additionalProperties = j(a.valueType, t, {
3407
+ ...r,
3408
+ path: [...r.path, "additionalProperties"]
3409
+ });
3410
+ }
3411
+ let c = o._zod.values, u = t.io === "input" && Wa(a.valueType) !== void 0;
3412
+ if (c && !a.partial && !u) {
3413
+ let e = [...c].filter((e) => typeof e == "string" || typeof e == "number");
3414
+ e.length > 0 && (i.required = e.map(String));
3415
+ }
3416
+ }, $a = (e, t, n, r) => {
3417
+ let i = e._zod.def, a = j(i.innerType, t, r), o = t.seen.get(e);
3418
+ t.target === "openapi-3.0" ? (o.ref = i.innerType, n.nullable = !0) : n.anyOf = [a, { type: "null" }];
3419
+ }, eo = (e, t, n, r) => {
3420
+ let i = e._zod.def;
3421
+ j(i.innerType, t, r);
3422
+ let a = t.seen.get(e);
3423
+ a.ref = i.innerType;
3424
+ }, to = Symbol();
3425
+ function no(e, t, n, r, i) {
3426
+ let a = !1, o = JSON.stringify(e, (e, t) => typeof t == "bigint" ? (a = !0, null) : t);
3427
+ return a ? (A(t, n, r, i, "BigInt defaults cannot be represented in JSON Schema"), to) : JSON.parse(o);
3428
+ }
3429
+ var ro = (e, t, n, r) => {
3430
+ let i = e._zod.def;
3431
+ j(i.innerType, t, r);
3432
+ let a = t.seen.get(e);
3433
+ a.ref = i.innerType;
3434
+ let o = no(i.defaultValue, e, t, n, r);
3435
+ o !== to && (n.default = o);
3436
+ }, io = (e, t, n, r) => {
3437
+ let i = e._zod.def;
3438
+ j(i.innerType, t, r);
3439
+ let a = t.seen.get(e);
3440
+ if (a.ref = i.innerType, t.io !== "input") return;
3441
+ let o = no(i.defaultValue, e, t, n, r);
3442
+ o !== to && (n._prefault = o);
3443
+ }, ao = (e, t, n, r) => {
3444
+ let i = e._zod.def;
3445
+ j(i.innerType, t, r);
3446
+ let a = t.seen.get(e);
3447
+ a.ref = i.innerType;
3448
+ let o;
3449
+ try {
3450
+ o = i.catchValue(void 0);
3451
+ } catch {
3452
+ A(e, t, n, r, "Dynamic catch values are not supported in JSON Schema");
3453
+ return;
3454
+ }
3455
+ n.default = o;
3456
+ }, oo = (e, t, n, r) => {
3457
+ let i = e._zod.def, a = i.in._zod.traits.has("$ZodTransform"), o = t.io === "input" ? a ? i.out : i.in : i.out;
3458
+ j(o, t, r);
3459
+ let s = t.seen.get(e);
3460
+ s.ref = o;
3461
+ }, so = (e, t, n, r) => {
3462
+ let i = e._zod.def;
3463
+ j(i.innerType, t, r);
3464
+ let a = t.seen.get(e);
3465
+ a.ref = i.innerType, n.readOnly = !0;
3466
+ }, co = (e, t, n, r) => {
3467
+ let i = e._zod.def;
3468
+ j(i.innerType, t, r);
3469
+ let a = t.seen.get(e);
3470
+ a.ref = i.innerType;
3471
+ }, lo = (e, t, n, r) => {
3472
+ let i = e._zod.def;
3473
+ j(i.innerType, t, r);
3474
+ let a = t.seen.get(e);
3475
+ a.ref = i.innerType;
3476
+ }, uo = (e, t, n, r) => {
3477
+ let i = e._zod.innerType;
3478
+ j(i, t, r);
3479
+ let a = t.seen.get(e);
3480
+ a.ref = i;
3481
+ }, fo = {
3482
+ string: ba,
3483
+ number: xa,
3484
+ boolean: Sa,
3485
+ bigint: Ca,
3486
+ symbol: wa,
3487
+ null: Ta,
3488
+ undefined: Ea,
3489
+ void: Da,
3490
+ never: Oa,
3491
+ any: ka,
3492
+ unknown: Aa,
3493
+ date: ja,
3494
+ enum: Ma,
3495
+ literal: Na,
3496
+ nan: Pa,
3497
+ template_literal: Fa,
3498
+ file: Ia,
3499
+ success: La,
3500
+ custom: Ra,
3501
+ function: za,
3502
+ transform: Ba,
3503
+ map: Va,
3504
+ set: Ha,
3505
+ array: Ua,
3506
+ object: Ga,
3507
+ union: Ka,
3508
+ intersection: qa,
3509
+ tuple: Ja,
3510
+ record: Qa,
3511
+ nullable: $a,
3512
+ nonoptional: eo,
3513
+ default: ro,
3514
+ prefault: io,
3515
+ catch: ao,
3516
+ pipe: oo,
3517
+ readonly: so,
3518
+ promise: co,
3519
+ optional: lo,
3520
+ lazy: uo
3521
+ };
3522
+ function po(e, t) {
3523
+ if ("_idmap" in e) {
3524
+ let n = e, r = sa({
3525
+ ...t,
3526
+ processors: fo
3527
+ }), i = {};
3528
+ for (let e of n._idmap.entries()) {
3529
+ let [t, n] = e;
3530
+ j(n, r);
3531
+ }
3532
+ let a = {};
3533
+ r.external = {
3534
+ registry: n,
3535
+ uri: t?.uri,
3536
+ defs: i
3537
+ };
3538
+ for (let e of n._idmap.entries()) {
3539
+ let [t, n] = e;
3540
+ la(r, n), l(a, t, ga(r, n));
3541
+ }
3542
+ return Object.keys(i).length > 0 && (a.__shared = { [r.target === "draft-2020-12" ? "$defs" : "definitions"]: i }), { schemas: a };
3543
+ }
3544
+ let n = sa({
3545
+ ...t,
3546
+ processors: fo
3547
+ });
3548
+ return j(e, n), la(n, e), ga(n, e);
3549
+ }
3550
+ //#endregion
3551
+ //#region ../../node_modules/.bun/zod@4.5.4/node_modules/zod/v4/classic/errors.js
3552
+ var mo = /* @__PURE__ */ new WeakSet([Object.prototype, Error.prototype]);
3553
+ function ho(e, t, n) {
3554
+ Object.defineProperty(e, t, {
3555
+ configurable: !0,
3556
+ enumerable: !1,
3557
+ get() {
3558
+ let e = n(this);
3559
+ return Object.defineProperty(this, t, {
3560
+ value: e,
3561
+ configurable: !0,
3562
+ writable: !0
3563
+ }), e;
3564
+ },
3565
+ set(e) {
3566
+ Object.defineProperty(this, t, {
3567
+ value: e,
3568
+ configurable: !0,
3569
+ writable: !0
3570
+ });
3571
+ }
3572
+ });
3573
+ }
3574
+ var N = /*@__PURE__*/ C("ZodError", (e, t) => {
3575
+ Ge.init(e, t), e.name = "ZodError";
3576
+ let r = Object.getPrototypeOf(e);
3577
+ mo.has(r) || (mo.add(r), ho(r, "format", (e) => (t) => Ye(e, t)), ho(r, "flatten", (e) => (t) => Je(e, t)), ho(r, "addIssue", (e) => (t) => {
3578
+ e.issues.push(t), e.message = JSON.stringify(e.issues, n, 2);
3579
+ }), ho(r, "addIssues", (e) => (t) => {
3580
+ e.issues.push(...t), e.message = JSON.stringify(e.issues, n, 2);
3581
+ }), Object.defineProperty(r, "isEmpty", {
3582
+ configurable: !0,
3583
+ enumerable: !1,
3584
+ get() {
3585
+ return this.issues.length === 0;
3586
+ }
3587
+ }));
3588
+ }, void 0, { Parent: Error }), go = /* @__PURE__ */ Ze(N), _o = /* @__PURE__ */ Qe(N), vo = /* @__PURE__ */ $e(N), yo = /* @__PURE__ */ tt(N), bo = /* @__PURE__ */ rt(N), xo = /* @__PURE__ */ it(N), So = /* @__PURE__ */ at(N), Co = /* @__PURE__ */ ot(N), wo = /* @__PURE__ */ st(N), To = /* @__PURE__ */ ct(N), Eo = /* @__PURE__ */ lt(N), Do = /* @__PURE__ */ ut(N);
3589
+ //#endregion
3590
+ //#region ../../node_modules/.bun/zod@4.5.4/node_modules/zod/v4/classic/schemas.js
3591
+ function Oo() {
3592
+ w.localeError || T($r());
3593
+ }
3594
+ function ko() {
3595
+ w.memoizer || T({ memoizer: Xr() });
3596
+ }
3597
+ var P = /*@__PURE__*/ C("ZodType", (e, t) => (Oo(), D.init(e, t), e.def = t, e.type = t.type, e), {
3598
+ check(...e) {
3599
+ let t = this.def;
3600
+ return this.clone(u(t, { checks: [...t.checks ?? [], ...e.map((e) => typeof e == "function" ? { _zod: {
3601
+ check: e,
3602
+ def: { check: "custom" },
3603
+ onattach: []
3604
+ } } : e)] }), { parent: !0 });
3605
+ },
3606
+ with(...e) {
3607
+ return this.check(...e);
3608
+ },
3609
+ clone(e, t) {
3610
+ return h(this, e, t);
3611
+ },
3612
+ brand() {
3613
+ return this;
3614
+ },
3615
+ register(e, t) {
3616
+ return e.add(this, t), this;
3617
+ },
3618
+ refine(e, t) {
3619
+ return this.check(Ws(e, t));
3620
+ },
3621
+ superRefine(e, t) {
3622
+ return this.check(Gs(e, t));
3623
+ },
3624
+ overwrite(e) {
3625
+ return this.check(/* @__PURE__ */ k(e));
3626
+ },
3627
+ optional() {
3628
+ return ws(this);
3629
+ },
3630
+ exactOptional() {
3631
+ return Es(this);
3632
+ },
3633
+ nullable() {
3634
+ return Os(this);
3635
+ },
3636
+ nullish() {
3637
+ return ws(Os(this));
3638
+ },
3639
+ nonoptional(e) {
3640
+ return Ps(this, e);
3641
+ },
3642
+ array() {
3643
+ return z(this);
3644
+ },
3645
+ or(e) {
3646
+ return H([this, e]);
3647
+ },
3648
+ and(e) {
3649
+ return hs(this, e);
3650
+ },
3651
+ transform(e) {
3652
+ return Rs(this, Ss(e));
3653
+ },
3654
+ default(e) {
3655
+ return As(this, e);
3656
+ },
3657
+ prefault(e) {
3658
+ return Ms(this, e);
3659
+ },
3660
+ catch(e) {
3661
+ return Is(this, e);
3662
+ },
3663
+ pipe(e) {
3664
+ return Rs(this, e);
3665
+ },
3666
+ readonly() {
3667
+ return Bs(this);
3668
+ },
3669
+ describe(e) {
3670
+ let t = this.clone();
3671
+ return ri.add(t, { description: e }), t;
3672
+ },
3673
+ meta(...e) {
3674
+ if (e.length === 0) return ri.get(this);
3675
+ let t = this.clone();
3676
+ return ri.add(t, e[0]), t;
3677
+ },
3678
+ isOptional() {
3679
+ return this.safeParse(void 0).success;
3680
+ },
3681
+ isNullable() {
3682
+ return this.safeParse(null).success;
3683
+ },
3684
+ apply(e, ...t) {
3685
+ return t.length === 0 ? e(this) : e(this, ...t);
3686
+ },
3687
+ get "~standard"() {
3688
+ return we(this, "~standard", {
3689
+ ...fn(this),
3690
+ jsonSchema: {
3691
+ input: va(this, "input"),
3692
+ output: va(this, "output")
3693
+ }
3694
+ });
3695
+ },
3696
+ set "~standard"(e) {
3697
+ b(this, "~standard", e);
3698
+ },
3699
+ parse: function e(t, n) {
3700
+ return go(this, t, n, { callee: e });
3701
+ },
3702
+ parseAsync: async function e(t, n) {
3703
+ return await _o(this, t, n, { callee: e });
3704
+ },
3705
+ safeParse(e, t) {
3706
+ return vo(this, e, t);
3707
+ },
3708
+ async safeParseAsync(e, t) {
3709
+ return yo(this, e, t);
3710
+ },
3711
+ get spa() {
3712
+ return this?.safeParseAsync;
3713
+ },
3714
+ set spa(e) {
3715
+ b(this, "spa", e);
3716
+ },
3717
+ encode: function e(t, n) {
3718
+ return bo(this, t, n, { callee: e });
3719
+ },
3720
+ decode: function e(t, n) {
3721
+ return xo(this, t, n, { callee: e });
3722
+ },
3723
+ encodeAsync: async function e(t, n) {
3724
+ return await So(this, t, n, { callee: e });
3725
+ },
3726
+ decodeAsync: async function e(t, n) {
3727
+ return await Co(this, t, n, { callee: e });
3728
+ },
3729
+ safeEncode(e, t) {
3730
+ return wo(this, e, t);
3731
+ },
3732
+ safeDecode(e, t) {
3733
+ return To(this, e, t);
3734
+ },
3735
+ async safeEncodeAsync(e, t) {
3736
+ return Eo(this, e, t);
3737
+ },
3738
+ async safeDecodeAsync(e, t) {
3739
+ return Do(this, e, t);
3740
+ },
3741
+ toJSONSchema(e) {
3742
+ return _a(this, {})(e);
3743
+ },
3744
+ get description() {
3745
+ return ri.get(this)?.description;
3746
+ },
3747
+ get _def() {
3748
+ return this._zod.def;
3749
+ }
3750
+ }), Ao = /*@__PURE__*/ C("_ZodString", (e, t) => {
3751
+ pn.init(e, t), P.init(e, t), e._zod.processJSONSchema = (t, n, r) => ba(e, t, n, r);
3752
+ let n = e._zod.bag;
3753
+ e.format = n.format ?? null, e.minLength = n.minimum ?? null, e.maxLength = n.maximum ?? null;
3754
+ }, {
3755
+ regex(...e) {
3756
+ return this.check(/* @__PURE__ */ Gi(...e));
3757
+ },
3758
+ includes(...e) {
3759
+ return this.check(/* @__PURE__ */ Ji(...e));
3760
+ },
3761
+ startsWith(...e) {
3762
+ return this.check(/* @__PURE__ */ Yi(...e));
3763
+ },
3764
+ endsWith(...e) {
3765
+ return this.check(/* @__PURE__ */ Xi(...e));
3766
+ },
3767
+ min(...e) {
3768
+ return this.check(/* @__PURE__ */ Ui(...e));
3769
+ },
3770
+ max(...e) {
3771
+ return this.check(/* @__PURE__ */ Hi(...e));
3772
+ },
3773
+ length(...e) {
3774
+ return this.check(/* @__PURE__ */ Wi(...e));
3775
+ },
3776
+ nonempty(...e) {
3777
+ return this.check(/* @__PURE__ */ Ui(1, ...e));
3778
+ },
3779
+ lowercase(e) {
3780
+ return this.check(/* @__PURE__ */ Ki(e));
3781
+ },
3782
+ uppercase(e) {
3783
+ return this.check(/* @__PURE__ */ qi(e));
3784
+ },
3785
+ trim() {
3786
+ return this.check(/* @__PURE__ */ Qi());
3787
+ },
3788
+ normalize(...e) {
3789
+ return this.check(/* @__PURE__ */ Zi(...e));
3790
+ },
3791
+ toLowerCase() {
3792
+ return this.check(/* @__PURE__ */ $i());
3793
+ },
3794
+ toUpperCase() {
3795
+ return this.check(/* @__PURE__ */ ea());
3796
+ },
3797
+ slugify() {
3798
+ return this.check(/* @__PURE__ */ ta());
3799
+ }
3800
+ }), jo = /*@__PURE__*/ C("ZodString", (e, t) => {
3801
+ pn.init(e, t), Ao.init(e, t);
3802
+ }, {
3803
+ email(e) {
3804
+ return this.check(/* @__PURE__ */ ai(Io, e));
3805
+ },
3806
+ url(e) {
3807
+ return this.check(/* @__PURE__ */ di(zo, e));
3808
+ },
3809
+ jwt(e) {
3810
+ return this.check(/* @__PURE__ */ Ei(es, e));
3811
+ },
3812
+ emoji(e) {
3813
+ return this.check(/* @__PURE__ */ fi(Bo, e));
3814
+ },
3815
+ guid(e) {
3816
+ return this.check(/* @__PURE__ */ oi(Lo, e));
3817
+ },
3818
+ uuid(e) {
3819
+ return this.check(/* @__PURE__ */ si(Ro, e));
3820
+ },
3821
+ uuidv4(e) {
3822
+ return this.check(/* @__PURE__ */ ci(Ro, e));
3823
+ },
3824
+ uuidv6(e) {
3825
+ return this.check(/* @__PURE__ */ li(Ro, e));
3826
+ },
3827
+ uuidv7(e) {
3828
+ return this.check(/* @__PURE__ */ ui(Ro, e));
3829
+ },
3830
+ nanoid(e) {
3831
+ return this.check(/* @__PURE__ */ pi(Vo, e));
3832
+ },
3833
+ cuid(e) {
3834
+ return this.check(/* @__PURE__ */ mi(Ho, e));
3835
+ },
3836
+ cuid2(e) {
3837
+ return this.check(/* @__PURE__ */ hi(Uo, e));
3838
+ },
3839
+ ulid(e) {
3840
+ return this.check(/* @__PURE__ */ gi(Wo, e));
3841
+ },
3842
+ base64(e) {
3843
+ return this.check(/* @__PURE__ */ Ci(Zo, e));
3844
+ },
3845
+ base64url(e) {
3846
+ return this.check(/* @__PURE__ */ wi(Qo, e));
3847
+ },
3848
+ xid(e) {
3849
+ return this.check(/* @__PURE__ */ _i(Go, e));
3850
+ },
3851
+ ksuid(e) {
3852
+ return this.check(/* @__PURE__ */ vi(Ko, e));
3853
+ },
3854
+ ipv4(e) {
3855
+ return this.check(/* @__PURE__ */ yi(qo, e));
3856
+ },
3857
+ ipv6(e) {
3858
+ return this.check(/* @__PURE__ */ bi(Jo, e));
3859
+ },
3860
+ cidrv4(e) {
3861
+ return this.check(/* @__PURE__ */ xi(Yo, e));
3862
+ },
3863
+ cidrv6(e) {
3864
+ return this.check(/* @__PURE__ */ Si(Xo, e));
3865
+ },
3866
+ e164(e) {
3867
+ return this.check(/* @__PURE__ */ Ti($o, e));
3868
+ },
3869
+ datetime(e) {
3870
+ return this.check(/* @__PURE__ */ Di(Mo, e));
3871
+ },
3872
+ date(e) {
3873
+ return this.check(/* @__PURE__ */ Oi(No, e));
3874
+ },
3875
+ time(e) {
3876
+ return this.check(/* @__PURE__ */ ki(Po, e));
3877
+ },
3878
+ duration(e) {
3879
+ return this.check(/* @__PURE__ */ Ai(Fo, e));
3880
+ }
3881
+ });
3882
+ function F(e) {
3883
+ return /* @__PURE__ */ ii(jo, e);
3884
+ }
3885
+ var I = /*@__PURE__*/ C("ZodStringFormat", (e, t) => {
3886
+ O.init(e, t), Ao.init(e, t);
3887
+ }), Mo = /*@__PURE__*/ C("ZodISODateTime", (e, t) => {
3888
+ An.init(e, t), I.init(e, t);
3889
+ }), No = /*@__PURE__*/ C("ZodISODate", (e, t) => {
3890
+ jn.init(e, t), I.init(e, t);
3891
+ }), Po = /*@__PURE__*/ C("ZodISOTime", (e, t) => {
3892
+ Mn.init(e, t), I.init(e, t);
3893
+ }), Fo = /*@__PURE__*/ C("ZodISODuration", (e, t) => {
3894
+ Nn.init(e, t), I.init(e, t);
3895
+ }), Io = /*@__PURE__*/ C("ZodEmail", (e, t) => {
3896
+ gn.init(e, t), I.init(e, t);
3897
+ }), Lo = /*@__PURE__*/ C("ZodGUID", (e, t) => {
3898
+ mn.init(e, t), I.init(e, t);
3899
+ }), Ro = /*@__PURE__*/ C("ZodUUID", (e, t) => {
3900
+ hn.init(e, t), I.init(e, t);
3901
+ }), zo = /*@__PURE__*/ C("ZodURL", (e, t) => {
3902
+ Sn.init(e, t), I.init(e, t);
3903
+ }), Bo = /*@__PURE__*/ C("ZodEmoji", (e, t) => {
3904
+ Cn.init(e, t), I.init(e, t);
3905
+ }), Vo = /*@__PURE__*/ C("ZodNanoID", (e, t) => {
3906
+ wn.init(e, t), I.init(e, t);
3907
+ }), Ho = /*@__PURE__*/ C("ZodCUID", (e, t) => {
3908
+ Tn.init(e, t), I.init(e, t);
3909
+ }), Uo = /*@__PURE__*/ C("ZodCUID2", (e, t) => {
3910
+ En.init(e, t), I.init(e, t);
3911
+ }), Wo = /*@__PURE__*/ C("ZodULID", (e, t) => {
3912
+ Dn.init(e, t), I.init(e, t);
3913
+ }), Go = /*@__PURE__*/ C("ZodXID", (e, t) => {
3914
+ On.init(e, t), I.init(e, t);
3915
+ }), Ko = /*@__PURE__*/ C("ZodKSUID", (e, t) => {
3916
+ kn.init(e, t), I.init(e, t);
3917
+ }), qo = /*@__PURE__*/ C("ZodIPv4", (e, t) => {
3918
+ Pn.init(e, t), I.init(e, t);
3919
+ }), Jo = /*@__PURE__*/ C("ZodIPv6", (e, t) => {
3920
+ Ln.init(e, t), I.init(e, t);
3921
+ }), Yo = /*@__PURE__*/ C("ZodCIDRv4", (e, t) => {
3922
+ Rn.init(e, t), I.init(e, t);
3923
+ }), Xo = /*@__PURE__*/ C("ZodCIDRv6", (e, t) => {
3924
+ Bn.init(e, t), I.init(e, t);
3925
+ }), Zo = /*@__PURE__*/ C("ZodBase64", (e, t) => {
3926
+ Hn.init(e, t), I.init(e, t);
3927
+ }), Qo = /*@__PURE__*/ C("ZodBase64URL", (e, t) => {
3928
+ Wn.init(e, t), I.init(e, t);
3929
+ }), $o = /*@__PURE__*/ C("ZodE164", (e, t) => {
3930
+ Gn.init(e, t), I.init(e, t);
3931
+ }), es = /*@__PURE__*/ C("ZodJWT", (e, t) => {
3932
+ qn.init(e, t), I.init(e, t);
3933
+ }), ts = /*@__PURE__*/ C("ZodNumber", (e, t) => {
3934
+ Jn.init(e, t), P.init(e, t), e._zod.processJSONSchema = (t, n, r) => xa(e, t, n, r);
3935
+ let n = e._zod.bag;
3936
+ e.minValue = Math.max(n.minimum ?? -Infinity, n.exclusiveMinimum ?? -Infinity) ?? null, e.maxValue = Math.min(n.maximum ?? Infinity, n.exclusiveMaximum ?? Infinity) ?? null, e.isInt = (n.format ?? "").includes("int") || Number.isSafeInteger(n.multipleOf ?? .5), e.isFinite = !0, e.format = n.format ?? null;
3937
+ }, {
3938
+ gt(e, t) {
3939
+ return this.check(/* @__PURE__ */ zi(e, t));
3940
+ },
3941
+ gte(e, t) {
3942
+ return this.check(/* @__PURE__ */ Bi(e, t));
3943
+ },
3944
+ min(e, t) {
3945
+ return this.check(/* @__PURE__ */ Bi(e, t));
3946
+ },
3947
+ lt(e, t) {
3948
+ return this.check(/* @__PURE__ */ Li(e, t));
3949
+ },
3950
+ lte(e, t) {
3951
+ return this.check(/* @__PURE__ */ Ri(e, t));
3952
+ },
3953
+ max(e, t) {
3954
+ return this.check(/* @__PURE__ */ Ri(e, t));
3955
+ },
3956
+ int(e) {
3957
+ return this.check(rs(e));
3958
+ },
3959
+ safe(e) {
3960
+ return this.check(rs(e));
3961
+ },
3962
+ positive(e) {
3963
+ return this.check(/* @__PURE__ */ zi(0, e));
3964
+ },
3965
+ nonnegative(e) {
3966
+ return this.check(/* @__PURE__ */ Bi(0, e));
3967
+ },
3968
+ negative(e) {
3969
+ return this.check(/* @__PURE__ */ Li(0, e));
3970
+ },
3971
+ nonpositive(e) {
3972
+ return this.check(/* @__PURE__ */ Ri(0, e));
3973
+ },
3974
+ multipleOf(e, t) {
3975
+ return this.check(/* @__PURE__ */ Vi(e, t));
3976
+ },
3977
+ step(e, t) {
3978
+ return this.check(/* @__PURE__ */ Vi(e, t));
3979
+ },
3980
+ finite() {
3981
+ return this;
3982
+ }
3983
+ });
3984
+ function L(e) {
3985
+ return /* @__PURE__ */ ji(ts, e);
3986
+ }
3987
+ var ns = /*@__PURE__*/ C("ZodNumberFormat", (e, t) => {
3988
+ Yn.init(e, t), ts.init(e, t);
3989
+ });
3990
+ function rs(e) {
3991
+ return /* @__PURE__ */ Mi(ns, e);
3992
+ }
3993
+ var is = /*@__PURE__*/ C("ZodBoolean", (e, t) => {
3994
+ Xn.init(e, t), P.init(e, t), e._zod.processJSONSchema = (t, n, r) => Sa(e, t, n, r);
3995
+ });
3996
+ function R(e) {
3997
+ return /* @__PURE__ */ Ni(is, e);
3998
+ }
3999
+ var as = /*@__PURE__*/ C("ZodNull", (e, t) => {
4000
+ Zn.init(e, t), P.init(e, t), e._zod.processJSONSchema = (t, n, r) => Ta(e, t, n, r);
4001
+ });
4002
+ function os(e) {
4003
+ return /* @__PURE__ */ Pi(as, e);
4004
+ }
4005
+ var ss = /*@__PURE__*/ C("ZodUnknown", (e, t) => {
4006
+ Qn.init(e, t), P.init(e, t), e._zod.processJSONSchema = (e, t, n) => void 0;
4007
+ });
4008
+ function cs() {
4009
+ return /* @__PURE__ */ Fi(ss);
4010
+ }
4011
+ var ls = /*@__PURE__*/ C("ZodNever", (e, t) => {
4012
+ $n.init(e, t), P.init(e, t), e._zod.processJSONSchema = (t, n, r) => Oa(e, t, n, r);
4013
+ });
4014
+ function us(e) {
4015
+ return /* @__PURE__ */ Ii(ls, e);
4016
+ }
4017
+ var ds = /*@__PURE__*/ C("ZodArray", (e, t) => {
4018
+ ko(), tr.init(e, t), P.init(e, t), e._zod.processJSONSchema = (t, n, r) => Ua(e, t, n, r), e.element = t.element;
4019
+ }, {
4020
+ min(e, t) {
4021
+ return this.check(/* @__PURE__ */ Ui(e, t));
4022
+ },
4023
+ nonempty(e) {
4024
+ return this.check(/* @__PURE__ */ Ui(1, e));
4025
+ },
4026
+ max(e, t) {
4027
+ return this.check(/* @__PURE__ */ Hi(e, t));
4028
+ },
4029
+ length(e, t) {
4030
+ return this.check(/* @__PURE__ */ Wi(e, t));
4031
+ },
4032
+ unwrap() {
4033
+ return this.element;
4034
+ }
4035
+ });
4036
+ function z(e, t) {
4037
+ return /* @__PURE__ */ na(ds, e, t);
4038
+ }
4039
+ var fs = /*@__PURE__*/ C("ZodObject", (e, t) => {
4040
+ ko(), cr.init(e, t), P.init(e, t), e._zod.processJSONSchema = (t, n, r) => Ga(e, t, n, r), ke(e, "shape", (e) => e._zod.def.shape, !1);
4041
+ }, {
4042
+ keyof() {
4043
+ return W(Object.keys(this._zod.def.shape));
4044
+ },
4045
+ catchall(e) {
4046
+ return this.clone({
4047
+ ...this._zod.def,
4048
+ catchall: e
4049
+ });
4050
+ },
4051
+ passthrough() {
4052
+ return this.clone({
4053
+ ...this._zod.def,
4054
+ catchall: cs()
4055
+ });
4056
+ },
4057
+ loose() {
4058
+ return this.clone({
4059
+ ...this._zod.def,
4060
+ catchall: cs()
4061
+ });
4062
+ },
4063
+ strict() {
4064
+ return this.clone({
4065
+ ...this._zod.def,
4066
+ catchall: us()
4067
+ });
4068
+ },
4069
+ strip() {
4070
+ return this.clone({
4071
+ ...this._zod.def,
4072
+ catchall: void 0
4073
+ });
4074
+ },
4075
+ extend(e) {
4076
+ return ue(this, e);
4077
+ },
4078
+ safeExtend(e) {
4079
+ return de(this, e);
4080
+ },
4081
+ merge(e) {
4082
+ return fe(this, e);
4083
+ },
4084
+ pick(e) {
4085
+ return ce(this, e);
4086
+ },
4087
+ omit(e) {
4088
+ return le(this, e);
4089
+ },
4090
+ partial(...e) {
4091
+ return pe(Cs, this, e[0]);
4092
+ },
4093
+ exactPartial(...e) {
4094
+ return pe(Ts, this, e[0], "exactPartial");
4095
+ },
4096
+ required(...e) {
4097
+ return me(Ns, this, e[0]);
4098
+ }
4099
+ });
4100
+ function B(e, t) {
4101
+ return new fs({
4102
+ type: "object",
4103
+ shape: e ?? {},
4104
+ ...g(t)
4105
+ });
4106
+ }
4107
+ function V(e, t) {
4108
+ return new fs({
4109
+ type: "object",
4110
+ shape: e,
4111
+ catchall: us(),
4112
+ ...g(t)
4113
+ });
4114
+ }
4115
+ var ps = /*@__PURE__*/ C("ZodUnion", (e, t) => {
4116
+ ur.init(e, t), P.init(e, t), e._zod.processJSONSchema = (t, n, r) => Ka(e, t, n, r), e.options = t.options;
4117
+ });
4118
+ function H(e, t) {
4119
+ return new ps({
4120
+ type: "union",
4121
+ options: e,
4122
+ ...g(t)
4123
+ });
4124
+ }
4125
+ var ms = /*@__PURE__*/ C("ZodIntersection", (e, t) => {
4126
+ dr.init(e, t), P.init(e, t), e._zod.processJSONSchema = (t, n, r) => qa(e, t, n, r);
4127
+ });
4128
+ function hs(e, t) {
4129
+ return new ms({
4130
+ type: "intersection",
4131
+ left: e,
4132
+ right: t
4133
+ });
4134
+ }
4135
+ var gs = /*@__PURE__*/ C("ZodTuple", (e, t) => {
4136
+ ko(), mr.init(e, t), P.init(e, t), e._zod.processJSONSchema = (t, n, r) => Ja(e, t, n, r);
4137
+ }, {
4138
+ rest(e) {
4139
+ return this.clone({
4140
+ ...this._zod.def,
4141
+ rest: e
4142
+ });
4143
+ },
4144
+ partial() {
4145
+ let e = this._zod.def;
4146
+ if (e.checks?.length) throw Error(".partial() cannot be used on tuple schemas containing refinements");
4147
+ return this.clone({
4148
+ ...e,
4149
+ items: e.items.map((e) => new Cs({
4150
+ type: "optional",
4151
+ innerType: e
4152
+ }))
4153
+ });
4154
+ }
4155
+ });
4156
+ function _s(e, t, n) {
4157
+ let r = t instanceof D;
4158
+ return new gs({
4159
+ type: "tuple",
4160
+ items: e,
4161
+ rest: r ? t : null,
4162
+ ...g(r ? n : t)
4163
+ });
4164
+ }
4165
+ var vs = /*@__PURE__*/ C("ZodRecord", (e, t) => {
4166
+ ko(), vr.init(e, t), P.init(e, t), e._zod.processJSONSchema = (t, n, r) => Qa(e, t, n, r), e.keyType = t.keyType, e.valueType = t.valueType;
4167
+ });
4168
+ function U(e, t, n) {
4169
+ return !t || !t._zod ? new vs({
4170
+ type: "record",
4171
+ keyType: F(),
4172
+ valueType: e,
4173
+ ...g(t)
4174
+ }) : new vs({
4175
+ type: "record",
4176
+ keyType: e,
4177
+ valueType: t,
4178
+ ...g(n)
4179
+ });
4180
+ }
4181
+ var ys = /*@__PURE__*/ C("ZodEnum", (e, t) => {
4182
+ yr.init(e, t), P.init(e, t), e._zod.processJSONSchema = (t, n, r) => Ma(e, t, n, r), e.enum = t.entries, e.options = Object.values(t.entries);
4183
+ let n = new Set(Object.keys(t.entries));
4184
+ e.extract = (e, r) => {
4185
+ let i = {};
4186
+ for (let r of e) if (n.has(r)) i[r] = t.entries[r];
4187
+ else throw Error(`Key ${r} not found in enum`);
4188
+ return new ys({
4189
+ ...t,
4190
+ checks: [],
4191
+ ...g(r),
4192
+ entries: i
4193
+ });
4194
+ }, e.exclude = (e, r) => {
4195
+ let i = { ...t.entries };
4196
+ for (let t of e) if (n.has(t)) delete i[t];
4197
+ else throw Error(`Key ${t} not found in enum`);
4198
+ return new ys({
4199
+ ...t,
4200
+ checks: [],
4201
+ ...g(r),
4202
+ entries: i
4203
+ });
4204
+ };
4205
+ });
4206
+ function W(e, t) {
4207
+ return new ys({
4208
+ type: "enum",
4209
+ entries: Array.isArray(e) ? Object.fromEntries(e.map((e) => [e, e])) : e,
4210
+ ...g(t)
4211
+ });
4212
+ }
4213
+ var bs = /*@__PURE__*/ C("ZodLiteral", (e, t) => {
4214
+ br.init(e, t), P.init(e, t), e._zod.processJSONSchema = (t, n, r) => Na(e, t, n, r), e.values = new Set(t.values), Object.defineProperty(e, "value", { get() {
4215
+ if (t.values.length > 1) throw Error("This schema contains multiple valid literal values. Use `.values` instead.");
4216
+ return t.values[0];
4217
+ } });
4218
+ });
4219
+ function G(e, t) {
4220
+ return new bs({
4221
+ type: "literal",
4222
+ values: Array.isArray(e) ? e : [e],
4223
+ ...g(t)
4224
+ });
4225
+ }
4226
+ var xs = /*@__PURE__*/ C("ZodTransform", (e, t) => {
4227
+ ko(), xr.init(e, t), P.init(e, t), e._zod.processJSONSchema = (t, n, r) => Ba(e, t, n, r), e._zod.parse = (n, r) => {
4228
+ if (r.direction === "backward") throw new Le(e.constructor.name);
4229
+ n.addIssue = (r) => {
4230
+ if (typeof r == "string") n.issues.push(Se(r, n.value, t));
4231
+ else {
4232
+ let t = r;
4233
+ t.fatal && (t.continue = !1), t.code ??= "custom", "input" in t || (t.input = n.value), t.inst ??= e, n.issues.push(Se(t));
4234
+ }
4235
+ };
4236
+ let i = t.transform(n.value, n);
4237
+ return i instanceof Promise ? i.then((e) => (n.value = e, n)) : (n.value = i, n);
4238
+ };
4239
+ });
4240
+ function Ss(e) {
4241
+ return new xs({
4242
+ type: "transform",
4243
+ transform: e
4244
+ });
4245
+ }
4246
+ var Cs = /*@__PURE__*/ C("ZodOptional", (e, t) => {
4247
+ Cr.init(e, t), P.init(e, t), e._zod.processJSONSchema = (t, n, r) => lo(e, t, n, r), e.unwrap = () => e._zod.def.innerType;
4248
+ });
4249
+ function ws(e) {
4250
+ return new Cs({
4251
+ type: "optional",
4252
+ innerType: e
4253
+ });
4254
+ }
4255
+ var Ts = /*@__PURE__*/ C("ZodExactOptional", (e, t) => {
4256
+ wr.init(e, t), P.init(e, t), e._zod.processJSONSchema = (t, n, r) => lo(e, t, n, r), e.unwrap = () => e._zod.def.innerType;
4257
+ });
4258
+ function Es(e) {
4259
+ return new Ts({
4260
+ type: "optional",
4261
+ innerType: e
4262
+ });
4263
+ }
4264
+ var Ds = /*@__PURE__*/ C("ZodNullable", (e, t) => {
4265
+ Tr.init(e, t), P.init(e, t), e._zod.processJSONSchema = (t, n, r) => $a(e, t, n, r), e.unwrap = () => e._zod.def.innerType;
4266
+ });
4267
+ function Os(e) {
4268
+ return new Ds({
4269
+ type: "nullable",
4270
+ innerType: e
4271
+ });
4272
+ }
4273
+ var ks = /*@__PURE__*/ C("ZodDefault", (e, t) => {
4274
+ Er.init(e, t), P.init(e, t), e._zod.processJSONSchema = (t, n, r) => ro(e, t, n, r), e.unwrap = () => e._zod.def.innerType, e.removeDefault = e.unwrap;
4275
+ });
4276
+ function As(e, t) {
4277
+ return new ks({
4278
+ type: "default",
4279
+ innerType: e,
4280
+ get defaultValue() {
4281
+ return typeof t == "function" ? t() : ne(t);
4282
+ }
4283
+ });
4284
+ }
4285
+ var js = /*@__PURE__*/ C("ZodPrefault", (e, t) => {
4286
+ Or.init(e, t), P.init(e, t), e._zod.processJSONSchema = (t, n, r) => io(e, t, n, r), e.unwrap = () => e._zod.def.innerType;
4287
+ });
4288
+ function Ms(e, t) {
4289
+ return new js({
4290
+ type: "prefault",
4291
+ innerType: e,
4292
+ get defaultValue() {
4293
+ return typeof t == "function" ? t() : ne(t);
4294
+ }
4295
+ });
4296
+ }
4297
+ var Ns = /*@__PURE__*/ C("ZodNonOptional", (e, t) => {
4298
+ kr.init(e, t), P.init(e, t), e._zod.processJSONSchema = (t, n, r) => eo(e, t, n, r), e.unwrap = () => e._zod.def.innerType;
4299
+ });
4300
+ function Ps(e, t) {
4301
+ return new Ns({
4302
+ type: "nonoptional",
4303
+ innerType: e,
4304
+ ...g(t)
4305
+ });
4306
+ }
4307
+ var Fs = /*@__PURE__*/ C("ZodCatch", (e, t) => {
4308
+ Mr.init(e, t), P.init(e, t), e._zod.processJSONSchema = (t, n, r) => ao(e, t, n, r), e.unwrap = () => e._zod.def.innerType, e.removeCatch = e.unwrap;
4309
+ });
4310
+ function Is(e, t) {
4311
+ return new Fs({
4312
+ type: "catch",
4313
+ innerType: e,
4314
+ catchValue: typeof t == "function" ? t : je(t)
4315
+ });
4316
+ }
4317
+ var Ls = /*@__PURE__*/ C("ZodPipe", (e, t) => {
4318
+ Nr.init(e, t), P.init(e, t), e._zod.processJSONSchema = (t, n, r) => oo(e, t, n, r), e.in = t.in, e.out = t.out;
4319
+ });
4320
+ function Rs(e, t) {
4321
+ return new Ls({
4322
+ type: "pipe",
4323
+ in: e,
4324
+ out: t
4325
+ });
4326
+ }
4327
+ var zs = /*@__PURE__*/ C("ZodReadonly", (e, t) => {
4328
+ Fr.init(e, t), P.init(e, t), e._zod.processJSONSchema = (t, n, r) => so(e, t, n, r), e.unwrap = () => e._zod.def.innerType;
4329
+ });
4330
+ function Bs(e) {
4331
+ return new zs({
4332
+ type: "readonly",
4333
+ innerType: e
4334
+ });
4335
+ }
4336
+ var Vs = /*@__PURE__*/ C("ZodLazy", (e, t) => {
4337
+ Lr.init(e, t), P.init(e, t), e._zod.processJSONSchema = (t, n, r) => uo(e, t, n, r), e.unwrap = () => e._zod.def.getter();
4338
+ });
4339
+ function Hs(e) {
4340
+ return new Vs({
4341
+ type: "lazy",
4342
+ getter: e
4343
+ });
4344
+ }
4345
+ var Us = /*@__PURE__*/ C("ZodCustom", (e, t) => {
4346
+ Rr.init(e, t), P.init(e, t), e._zod.processJSONSchema = (t, n, r) => Ra(e, t, n, r);
4347
+ });
4348
+ function Ws(e, t = {}) {
4349
+ return /* @__PURE__ */ ra(Us, e, t);
4350
+ }
4351
+ function Gs(e, t) {
4352
+ return /* @__PURE__ */ ia(e, t);
4353
+ }
4354
+ function Ks(e) {
4355
+ let t = Hs(() => H([
4356
+ F(e),
4357
+ L(),
4358
+ R(),
4359
+ os(),
4360
+ z(t),
4361
+ U(F(), t)
4362
+ ]));
4363
+ return t;
4364
+ }
4365
+ //#endregion
4366
+ //#region ../../node_modules/.bun/dequal@2.0.3/node_modules/dequal/lite/index.mjs
4367
+ var qs = Object.prototype.hasOwnProperty;
4368
+ function Js(e, t) {
4369
+ var n, r;
4370
+ if (e === t) return !0;
4371
+ if (e && t && (n = e.constructor) === t.constructor) {
4372
+ if (n === Date) return e.getTime() === t.getTime();
4373
+ if (n === RegExp) return e.toString() === t.toString();
4374
+ if (n === Array) {
4375
+ if ((r = e.length) === t.length) for (; r-- && Js(e[r], t[r]););
4376
+ return r === -1;
4377
+ }
4378
+ if (!n || typeof e == "object") {
4379
+ for (n in r = 0, e) if (qs.call(e, n) && ++r && !qs.call(t, n) || !(n in t) || !Js(e[n], t[n])) return !1;
4380
+ return Object.keys(t).length === r;
4381
+ }
4382
+ }
4383
+ return e !== e && t !== t;
4384
+ }
4385
+ //#endregion
4386
+ //#region src/flow/common/changeSchema.ts
4387
+ var K = F(), q = Ks(), Ys = z(K), Xs = B({
4388
+ description: K.optional(),
4389
+ jsonSchema: q,
4390
+ nullable: R(),
4391
+ handle: K
4392
+ }), J = Xs.extend({ value: q.optional() }), Zs = B({
4393
+ collapsed: R().optional(),
4394
+ group: K
4395
+ }), Qs = B({
4396
+ kind: G("node"),
4397
+ nodeId: K,
4398
+ output: K
4399
+ }), $s = B({
4400
+ kind: G("flow"),
4401
+ input: K
4402
+ }), ec = H([
4403
+ Qs,
4404
+ $s,
4405
+ B({
4406
+ kind: G("binding"),
4407
+ bindingId: K
4408
+ })
4409
+ ]), tc = H([B({
4410
+ kind: G("value"),
4411
+ value: q
4412
+ }), B({
4413
+ kind: G("sources"),
4414
+ sources: z(ec)
4415
+ })]), nc = U(K, tc), rc = {
4416
+ inputs: z(H([J, Zs])),
4417
+ outputs: z(H([Xs, Zs]))
4418
+ }, ic = B({
4419
+ kind: G("connector"),
4420
+ action: K,
4421
+ connectionId: K.optional(),
4422
+ connections: z(B({
4423
+ connectionId: K,
4424
+ alias: K.optional()
4425
+ }))
4426
+ }), ac = B({
4427
+ ...rc,
4428
+ name: K,
4429
+ moduleId: K,
4430
+ capabilities: z(ic).optional()
4431
+ }), oc = H([B({
4432
+ kind: G("value"),
4433
+ value: q
4434
+ }), B({
4435
+ kind: G("input"),
4436
+ input: K
4437
+ })]), sc = H([oc, B({ kind: G("model") })]), cc = B({
4438
+ ...rc,
4439
+ name: K,
4440
+ executor: H([
4441
+ B({
4442
+ kind: G("connector"),
4443
+ action: K,
4444
+ connectionId: K.optional()
4445
+ }),
4446
+ B({
4447
+ kind: G("llm"),
4448
+ mode: W(["chat", "json"])
4449
+ }),
4450
+ B({
4451
+ kind: G("agent"),
4452
+ code: R().optional(),
4453
+ model: K,
4454
+ prompt: oc,
4455
+ system: K,
4456
+ maxRounds: L(),
4457
+ tools: z(B({
4458
+ id: K,
4459
+ name: K,
4460
+ description: K,
4461
+ action: K,
4462
+ connectionId: K.optional(),
4463
+ approval: R(),
4464
+ inputs: z(J.extend({ source: sc }))
4465
+ })),
4466
+ notification: B({
4467
+ taskId: K,
4468
+ messageHandle: K,
4469
+ inputs: U(K, oc)
4470
+ }).optional()
4471
+ })
4472
+ ])
4473
+ }), lc = {
4474
+ input: J,
4475
+ cases: z(B({
4476
+ output: K,
4477
+ relation: W(["all", "any"]),
4478
+ expressions: z(B({
4479
+ input: K,
4480
+ operator: W([
4481
+ "!=",
4482
+ "<",
4483
+ "<=",
4484
+ "==",
4485
+ ">",
4486
+ ">=",
4487
+ "contains",
4488
+ "endsWith",
4489
+ "hasKey",
4490
+ "hasValue",
4491
+ "isEmpty",
4492
+ "isFalse",
4493
+ "isNotEmpty",
4494
+ "isNotNull",
4495
+ "isNull",
4496
+ "isTrue",
4497
+ "notContains",
4498
+ "notHasKey",
4499
+ "notHasValue",
4500
+ "startsWith"
4501
+ ]),
4502
+ value: q.optional()
4503
+ }))
4504
+ })),
4505
+ defaultOutput: K.optional()
4506
+ }, uc = {
4507
+ actions: H([_s([G("continue")]), _s([G("approve"), G("reject")])]),
4508
+ prompt: K,
4509
+ notification: B({
4510
+ inputs: nc,
4511
+ messageHandle: K,
4512
+ taskId: K
4513
+ }).optional()
4514
+ }, dc = {
4515
+ inputsDef: z(J),
4516
+ options: B({
4517
+ allowedMethods: Ys.optional(),
4518
+ allowedOrigins: Ys.optional(),
4519
+ noResponseBody: R().optional(),
4520
+ responseData: K.optional(),
4521
+ responseHeaders: U(K, K).optional(),
4522
+ responseStatusCode: L().optional()
4523
+ }).optional()
4524
+ }, fc = z(H([B({
4525
+ type: G("cron"),
4526
+ expression: K,
4527
+ timezone: K
4528
+ }), B({
4529
+ type: G("every"),
4530
+ unit: W([
4531
+ "day",
4532
+ "hour",
4533
+ "minute",
4534
+ "month",
4535
+ "week"
4536
+ ]),
4537
+ value: L()
4538
+ })])), pc = {
4539
+ configSchema: q,
4540
+ definitionVersion: L(),
4541
+ description: K,
4542
+ displayName: K,
4543
+ key: K,
4544
+ name: K,
4545
+ payloadSchema: q,
4546
+ provider: K
4547
+ }, mc = B({
4548
+ body: B({
4549
+ allowArray: R(),
4550
+ allowEmpty: R(),
4551
+ formats: z(W([
4552
+ "form",
4553
+ "json",
4554
+ "multipart",
4555
+ "text"
4556
+ ]))
4557
+ }),
4558
+ methods: z(W([
4559
+ "DELETE",
4560
+ "GET",
4561
+ "HEAD",
4562
+ "PATCH",
4563
+ "POST",
4564
+ "PUT"
4565
+ ])),
4566
+ successStatus: L()
4567
+ }), hc = {
4568
+ name: K,
4569
+ description: K.optional(),
4570
+ icon: K.optional()
4571
+ }, gc = {
4572
+ inputs: nc,
4573
+ name: K.optional(),
4574
+ description: K.optional(),
4575
+ icon: K.optional(),
4576
+ timeoutMs: L().optional()
4577
+ }, _c = H([
4578
+ B({
4579
+ ...gc,
4580
+ kind: G("condition"),
4581
+ ...lc
4582
+ }),
4583
+ B({
4584
+ ...gc,
4585
+ kind: G("value"),
4586
+ values: z(J)
4587
+ }),
4588
+ B({
4589
+ ...gc,
4590
+ kind: G("subflow"),
4591
+ subflowId: K
4592
+ }),
4593
+ B({
4594
+ ...gc,
4595
+ kind: G("task"),
4596
+ task: ac,
4597
+ additionalInputs: z(J).optional()
4598
+ }),
4599
+ B({
4600
+ ...gc,
4601
+ kind: G("task"),
4602
+ taskId: K,
4603
+ additionalInputs: z(J).optional()
4604
+ }),
4605
+ B({
4606
+ ...gc,
4607
+ kind: G("wait"),
4608
+ input: J,
4609
+ ...uc
4610
+ }).omit({ timeoutMs: !0 }),
4611
+ B({
4612
+ ...hc,
4613
+ kind: G("manual")
4614
+ }),
4615
+ B({
4616
+ ...hc,
4617
+ kind: G("webhook"),
4618
+ ...dc
4619
+ }),
4620
+ B({
4621
+ ...hc,
4622
+ kind: G("cron"),
4623
+ cronTimes: fc
4624
+ }),
4625
+ B({
4626
+ ...hc,
4627
+ kind: G("poll"),
4628
+ bindingId: K,
4629
+ config: U(K, q),
4630
+ definition: B({
4631
+ ...pc,
4632
+ type: G("poll")
4633
+ }),
4634
+ pollTimes: fc
4635
+ }),
4636
+ B({
4637
+ ...hc,
4638
+ kind: G("integration"),
4639
+ bindingId: K,
4640
+ config: U(K, q),
4641
+ definition: B({
4642
+ ...pc,
4643
+ type: G("integration"),
4644
+ endpoint: mc
4645
+ })
4646
+ })
4647
+ ]), vc = H([B({ kind: G("flow") }), B({
4648
+ kind: G("subflow"),
4649
+ id: K
4650
+ })]), yc = B({
4651
+ source: K,
4652
+ target: K,
4653
+ sourceHandle: K.optional()
4654
+ }), Y = {
4655
+ nodeId: K,
4656
+ target: vc
4657
+ }, bc = B({
4658
+ name: K,
4659
+ inputs: z(J),
4660
+ outputs: z(Xs.extend({ sources: z(H([Qs, $s])) }))
4661
+ }), xc = B({
4662
+ nodes: U(K, _c),
4663
+ edges: z(yc)
4664
+ }), Sc = B({
4665
+ kind: W(["connection", "variable"]),
4666
+ target: K
4667
+ }), Cc = B({
4668
+ name: K,
4669
+ imports: Ys,
4670
+ source: K
4671
+ }), wc = B({
4672
+ bindings: U(K, Sc),
4673
+ graph: xc,
4674
+ subflows: U(K, bc.extend({ graph: xc })),
4675
+ tasks: U(K, cc)
4676
+ });
4677
+ B({
4678
+ modelVersion: G(1),
4679
+ document: wc,
4680
+ modules: U(K, Cc)
4681
+ }).extend({
4682
+ kind: G("open-flow-flow-revision"),
4683
+ version: G(1)
4684
+ });
4685
+ var Tc = {
4686
+ "binding.create": {
4687
+ bindingId: K,
4688
+ binding: Sc
4689
+ },
4690
+ "binding.delete": { bindingId: K },
4691
+ "binding.target.set": {
4692
+ bindingId: K,
4693
+ before: K,
4694
+ value: K
4695
+ },
4696
+ "graph.edge.connect": {
4697
+ target: vc,
4698
+ edge: yc
4699
+ },
4700
+ "graph.edge.disconnect": {
4701
+ target: vc,
4702
+ edge: yc
4703
+ },
4704
+ "graph.node.create": {
4705
+ ...Y,
4706
+ node: _c
4707
+ },
4708
+ "graph.node.delete": Y,
4709
+ "graph.node.field.set": H([B({
4710
+ ...Y,
4711
+ kind: G("graph.node.field.set"),
4712
+ field: W([
4713
+ "description",
4714
+ "icon",
4715
+ "name"
4716
+ ]),
4717
+ before: K.optional(),
4718
+ value: K.optional()
4719
+ }), B({
4720
+ ...Y,
4721
+ kind: G("graph.node.field.set"),
4722
+ field: G("timeoutMs"),
4723
+ before: L().optional(),
4724
+ value: L().optional()
4725
+ })]),
4726
+ "graph.node.input.set": {
4727
+ ...Y,
4728
+ handle: K,
4729
+ before: tc.optional(),
4730
+ value: tc.optional()
4731
+ },
4732
+ "graph.node.additional-inputs.set": {
4733
+ ...Y,
4734
+ before: z(J).optional(),
4735
+ value: z(J).optional()
4736
+ },
4737
+ "graph.node.condition.set": {
4738
+ ...Y,
4739
+ before: B(lc),
4740
+ value: B(lc)
4741
+ },
4742
+ "graph.node.values.set": {
4743
+ ...Y,
4744
+ before: z(J),
4745
+ value: z(J)
4746
+ },
4747
+ "graph.node.wait.set": {
4748
+ ...Y,
4749
+ target: B({ kind: G("flow") }),
4750
+ before: B(uc),
4751
+ value: B(uc)
4752
+ },
4753
+ "graph.node.webhook.set": {
4754
+ ...Y,
4755
+ target: B({ kind: G("flow") }),
4756
+ before: B(dc),
4757
+ value: B(dc)
4758
+ },
4759
+ "graph.node.task.ports.set": {
4760
+ ...Y,
4761
+ before: B(rc),
4762
+ value: B(rc)
4763
+ },
4764
+ "graph.node.task.name.set": {
4765
+ ...Y,
4766
+ before: K,
4767
+ value: K
4768
+ },
4769
+ "graph.node.task.capabilities.set": {
4770
+ ...Y,
4771
+ before: z(ic).optional(),
4772
+ value: z(ic).optional()
4773
+ },
4774
+ "graph.trigger.config.set": {
4775
+ nodeId: K,
4776
+ name: K,
4777
+ before: q.optional(),
4778
+ value: q.optional()
4779
+ },
4780
+ "graph.trigger.schedule.set": {
4781
+ nodeId: K,
4782
+ before: fc,
4783
+ value: fc
4784
+ },
4785
+ "module.create": {
4786
+ moduleId: K,
4787
+ module: Cc
4788
+ },
4789
+ "module.delete": { moduleId: K },
4790
+ "module.rename": {
4791
+ moduleId: K,
4792
+ before: K,
4793
+ name: K
4794
+ },
4795
+ "module.source.replace": {
4796
+ moduleId: K,
4797
+ beforeImports: Ys,
4798
+ beforeSource: K,
4799
+ imports: Ys,
4800
+ source: K
4801
+ },
4802
+ "subflow.create": {
4803
+ subflowId: K,
4804
+ subflow: bc.extend({ graph: xc })
4805
+ },
4806
+ "subflow.definition.set": {
4807
+ subflowId: K,
4808
+ before: bc,
4809
+ definition: bc
4810
+ },
4811
+ "subflow.delete": { subflowId: K },
4812
+ "task.create": {
4813
+ taskId: K,
4814
+ task: cc
4815
+ },
4816
+ "task.delete": { taskId: K },
4817
+ "task.connector.connection.set": {
4818
+ taskId: K,
4819
+ before: K.optional(),
4820
+ value: K.optional()
4821
+ },
4822
+ "task.agent.set": {
4823
+ taskId: K,
4824
+ before: cc,
4825
+ value: cc
4826
+ },
4827
+ "task.llm.mode.set": {
4828
+ taskId: K,
4829
+ before: W(["chat", "json"]),
4830
+ value: W(["chat", "json"])
4831
+ },
4832
+ "task.name.set": {
4833
+ taskId: K,
4834
+ before: K,
4835
+ value: K
4836
+ }
4837
+ };
4838
+ z(H([...new Map(Object.entries(Tc).map(([e, t]) => [e, t instanceof P ? t : B({
4839
+ kind: G(e),
4840
+ ...t
4841
+ })])).values()])).min(1);
4842
+ function Ec(e) {
4843
+ let t = e.trim();
4844
+ if (t.length == 0) return "empty";
4845
+ if (t.length > 80) return "tooLong";
4846
+ for (let e of t) {
4847
+ let t = e.charCodeAt(0);
4848
+ if (t <= 31 || t >= 127 && t <= 159) return "controlCharacter";
4849
+ }
4850
+ if (!/^[\p{L}\p{N}](?:[\p{L}\p{N} _-]*[\p{L}\p{N}])?$/u.test(t)) return "specialCharacter";
4851
+ }
4852
+ //#endregion
4853
+ //#region src/control/common/mcpConformance.ts
4854
+ function X(e, t) {
4855
+ if (!e) throw Error(t);
4856
+ }
4857
+ async function Dc(e, t, n) {
4858
+ let r = await e.request(new Request(new URL("/v1/mcp", e.origin), {
4859
+ method: "POST",
4860
+ headers: {
4861
+ "content-type": "application/json",
4862
+ accept: "application/json, text/event-stream",
4863
+ "mcp-protocol-version": kc,
4864
+ "mcp-method": t,
4865
+ ...t == "tools/call" ? { "mcp-name": String(n?.name) } : {}
4866
+ },
4867
+ body: JSON.stringify({
4868
+ jsonrpc: "2.0",
4869
+ id: crypto.randomUUID(),
4870
+ method: t,
4871
+ params: {
4872
+ ...n,
4873
+ _meta: {
4874
+ "io.modelcontextprotocol/protocolVersion": kc,
4875
+ "io.modelcontextprotocol/clientCapabilities": {}
4876
+ }
4877
+ }
4878
+ })
4879
+ }));
4880
+ X(r.ok, `MCP ${t} returned HTTP ${r.status}: ${r.ok ? "" : await r.text()}.`), X(r.headers.get("mcp-session-id") == null, "MCP must not create a session.");
4881
+ let i = await r.text(), a = r.headers.get("content-type")?.includes("text/event-stream") ? JSON.parse(i.split("\n").findLast((e) => e.startsWith("data:"))?.slice(5) ?? "null") : JSON.parse(i);
4882
+ return X(a != null && a.error == null, `MCP ${t} failed: ${JSON.stringify(a)}.`), a.result;
4883
+ }
4884
+ var Oc = [{
4885
+ name: "publishes the public MCP catalog, input schemas and annotations",
4886
+ async verify(e) {
4887
+ let t = await Dc(e, "tools/list");
4888
+ X(Array.isArray(t.tools), "MCP tools must be an array."), X(t.tools.length == Object.keys(Fc).length, "MCP tool count differs from the public contract.");
4889
+ for (let [e, n] of Object.entries(Fc)) {
4890
+ let r = t.tools.find((t) => t.name == e);
4891
+ X(r != null, `Missing MCP tool ${e}.`), X(r.description == n.description, `${e} description differs.`), X(Js(r.annotations, n.annotations), `${e} annotations differ.`);
4892
+ let { $schema: i, ...a } = n.inputSchema["~standard"].jsonSchema.input(), { $schema: o, ...s } = r.inputSchema;
4893
+ X(Js(s, a), `${e} input schema differs.`);
4894
+ }
4895
+ }
4896
+ }, {
4897
+ name: "shares mutation receipts and authoritative Drafts between MCP and REST",
4898
+ async verify(e) {
4899
+ let t = {
4900
+ name: "MCP conformance",
4901
+ idempotencyKey: crypto.randomUUID()
4902
+ }, n = () => Dc(e, "tools/call", {
4903
+ name: "flow_create",
4904
+ arguments: t
4905
+ }), r = await n();
4906
+ X(r.isError != 1, "MCP Flow creation failed.");
4907
+ let i = r.structuredContent;
4908
+ X(typeof i.flowId == "string", "MCP did not return a Flow ID."), X(Js((await n()).structuredContent, i), "MCP mutation replay changed identity.");
4909
+ let a = await e.request(new Request(new URL(`/v1/flows/${encodeURIComponent(i.flowId)}/draft`, e.origin)));
4910
+ X(a.ok, "REST cannot read the Flow created through MCP."), X((await a.json()).revisionId == i.draftRevisionId, "MCP and REST disagree on the Draft head.");
4911
+ let o = await Dc(e, "tools/call", {
4912
+ name: "flow_create",
4913
+ arguments: {
4914
+ ...t,
4915
+ name: "Changed retry"
4916
+ }
4917
+ });
4918
+ X(o.isError == 1, "MCP must reject a changed idempotent replay."), X(o.structuredContent.error.code == "flow.conflict", "MCP must preserve the Control error code.");
4919
+ }
4920
+ }], kc = "2026-07-28", Ac = Ks(), Z = F().min(1), jc = Z.max(256).describe("Stable identity for this mutation. Retry with the same key and identical arguments, even after a lost response."), Mc = rs().min(1).max(100).default(50), Q = Z.describe("Exact Flow ID returned by flow_list or flow_create."), Nc = Z.describe("Exact Run ID returned by flow_run."), Pc = "Use flow_list and flow_get to inspect a Flow. Use flow_schema to learn atomic edit operations, then flow_apply with the observed expectedRevisionId and a stable idempotencyKey. Use flow_check before flow_run. Select an explicit Trigger node ID and fixed revision or publication. A new Flow has no Trigger until you add one. flow_run returns an accepted Run, not its final result. Poll run_get and use run_result after terminal. A waiting Run requires an explicit action outside these tools. Retry mutations only with identical arguments and the same idempotencyKey; a new key can execute the Flow again. Cancel a Run explicitly with run_cancel. Use nextCursor and nextAfter to read subsequent pages. Connector-backed deployments may require a Team; inspect connector_teams before creating a Flow.";
4921
+ function $(e, t, n) {
4922
+ return {
4923
+ description: e,
4924
+ annotations: {
4925
+ readOnlyHint: n,
4926
+ destructiveHint: !n,
4927
+ idempotentHint: !0,
4928
+ openWorldHint: !0
4929
+ },
4930
+ inputSchema: { "~standard": {
4931
+ version: 1,
4932
+ vendor: "open-flow",
4933
+ jsonSchema: {
4934
+ input: () => po(t, { io: "input" }),
4935
+ output: () => po(t)
4936
+ },
4937
+ validate(e) {
4938
+ let n = t.safeParse(e);
4939
+ return n.success ? { value: n.data } : { issues: n.error.issues.map((e) => ({
4940
+ message: e.message,
4941
+ path: e.path.map(String)
4942
+ })) };
4943
+ }
4944
+ } }
4945
+ };
4946
+ }
4947
+ var Fc = {
4948
+ flow_list: $("List Flows in this deployment. Continue with nextCursor; cursors are compatible with the Control API.", V({
4949
+ cursor: Z.optional(),
4950
+ limit: Mc
4951
+ }), !0),
4952
+ flow_get: $("Read Flow metadata, the full Draft and current Live publication. Use draft.revisionId as the base of an edit.", V({ flowId: Q }), !0),
4953
+ flow_schema: $("Get the JSON Schema for atomic change operations, optionally one operation kind. Node titles must be non-empty and unique within a graph.", V({ kind: Z.optional() }), !0),
4954
+ flow_create: $("Create an empty Flow. If this deployment uses OOMOL Connector, choose a teamId from connector_teams. Keep the key and arguments stable when retrying.", V({
4955
+ name: Z.refine((e) => e == e.trim() && Ec(e) == null, "Flow name is invalid."),
4956
+ idempotencyKey: jc,
4957
+ teamId: Z.optional()
4958
+ }), !1),
4959
+ flow_apply: $("Apply ordered atomic changes. Read flow_schema first. A stale expectedRevisionId is a conflict; reread the Draft before deciding on a new edit.", V({
4960
+ flowId: Q,
4961
+ expectedRevisionId: Z,
4962
+ idempotencyKey: jc,
4963
+ operations: z(Ac).min(1).describe("Change operations defined by flow_schema. Explicit IDs and before values refer to the base Revision.")
4964
+ }), !1),
4965
+ flow_check: $("Validate a fixed Revision and return diagnostics. Get its revisionId from flow_get or flow_apply.", V({
4966
+ flowId: Q,
4967
+ revisionId: Z
4968
+ }), !0),
4969
+ flow_run: $("Start a Run and return its runId. For draft supply flowId and revisionId; for live supply publicationId. Always fix the source, Trigger and idempotencyKey. Poll run_get for completion.", V({
4970
+ source: W(["draft", "live"]),
4971
+ flowId: Q.optional(),
4972
+ revisionId: Z.optional(),
4973
+ publicationId: Z.optional(),
4974
+ trigger: V({
4975
+ nodeId: Z,
4976
+ payload: Ac
4977
+ }),
4978
+ inputs: U(F(), U(F(), Ac)).default({}),
4979
+ idempotencyKey: jc
4980
+ }), !1),
4981
+ run_get: $("Read Run status, including waiting details and allowed actions. Completed, failed, canceled and indeterminate are terminal.", V({ runId: Nc }), !0),
4982
+ run_events: $("Read one page of Run events. Continue with nextAfter. Events can expire independently of the terminal result.", V({
4983
+ runId: Nc,
4984
+ after: rs().min(0).default(0),
4985
+ limit: Mc
4986
+ }), !0),
4987
+ run_result: $("Read the terminal result. A queued, running or waiting Run returns run.not-terminal; inspect run_get first.", V({ runId: Nc }), !0),
4988
+ run_cancel: $("Explicitly cancel a Run. Inspect cancelAccepted and the authoritative status; completion can win the race.", V({ runId: Nc }), !1),
4989
+ connector_teams: $("List OOMOL Teams available for Flow creation. An unconfigured or custom Connector may not provide Teams.", V({}), !0),
4990
+ connector_list: $("List Connector providers available in the Flow scope.", V({ flowId: Q.optional() }), !0),
4991
+ connector_search: $("Search Connector actions in the Flow scope.", V({
4992
+ query: Z,
4993
+ flowId: Q.optional()
4994
+ }), !0),
4995
+ connector_get: $("Read a Connector action, input/output definitions and connection requirements before authoring a node.", V({
4996
+ actionId: Z,
4997
+ flowId: Q.optional()
4998
+ }), !0),
4999
+ connector_connections: $("List Connector connections in the Flow scope. Use active connection IDs in bindings.", V({
5000
+ serviceId: Z.max(256),
5001
+ flowId: Q.optional()
5002
+ }), !0),
5003
+ trigger_list: $("List provider Trigger definitions. Manual, Webhook and Cron are built-in node kinds described by flow_schema.", V({}), !0),
5004
+ trigger_get: $("Read a provider Trigger definition before creating its node.", V({ key: Z }), !0)
5005
+ };
5006
+ //#endregion
5007
+ export { Oc as mcpConformanceCases, Pc as mcpInstructions, kc as mcpProtocolVersion, Fc as mcpTools };