@oomol-lab/open-flow 0.1.0-beta.20 → 0.1.0-beta.21
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.
- package/dist/browser/{createResourceDialog-DlrAMxmo.js → createResourceDialog-CjuJryCv.js} +13 -13
- package/dist/browser/{flowChanges-jX3KYcb0.js → flowChanges-Tg1duLry.js} +2269 -2208
- package/dist/browser/{flowWorkspace-BIYwslVl.js → flowWorkspace-CoK10XHY.js} +306 -306
- package/dist/browser/{inputValues-BWfRHJWC.js → inputValues-CDiBMKu8.js} +1 -1
- package/dist/browser/workbench.js +23 -23
- package/dist/browser/{workbenchSelect-CwP6rphY.js → workbenchSelect-DEmv7SLW.js} +1 -1
- package/dist/common/control-api-conformance.js +871 -810
- package/dist/common/control-api.js +249 -188
- package/dist/common/flow-encoding.d.ts +6 -0
- package/dist/common/flow-encoding.js +1323 -1171
- package/dist/common/flow-semantics.js +1872 -1811
- package/dist/common/mcp.js +176 -115
- package/dist/common/provider-triggers.js +1307 -1246
- package/package.json +1 -1
|
@@ -496,33 +496,33 @@ var We = class extends Error {
|
|
|
496
496
|
};
|
|
497
497
|
(Be = globalThis).__zod_globalConfig ?? (Be.__zod_globalConfig = {});
|
|
498
498
|
var v = globalThis.__zod_globalConfig;
|
|
499
|
-
function
|
|
499
|
+
function Ke(e) {
|
|
500
500
|
return e && Object.assign(v, e), v;
|
|
501
501
|
}
|
|
502
502
|
//#endregion
|
|
503
503
|
//#region ../../node_modules/.bun/zod@4.5.4/node_modules/zod/v4/core/errors.js
|
|
504
|
-
function
|
|
504
|
+
function qe() {
|
|
505
505
|
let e = this._zod;
|
|
506
506
|
return e.message ??= JSON.stringify(e.def, i, 2), e.message;
|
|
507
507
|
}
|
|
508
|
-
function
|
|
508
|
+
function Je(e) {
|
|
509
509
|
this._zod.message = e;
|
|
510
510
|
}
|
|
511
|
-
var
|
|
512
|
-
get:
|
|
513
|
-
set:
|
|
511
|
+
var Ye = {
|
|
512
|
+
get: qe,
|
|
513
|
+
set: Je,
|
|
514
514
|
enumerable: !0,
|
|
515
515
|
configurable: !0
|
|
516
|
-
},
|
|
516
|
+
}, Xe = {
|
|
517
517
|
value: void 0,
|
|
518
518
|
enumerable: !1
|
|
519
|
-
},
|
|
519
|
+
}, Ze = {
|
|
520
520
|
value: void 0,
|
|
521
521
|
enumerable: !1
|
|
522
|
-
},
|
|
523
|
-
e.name = "$ZodError",
|
|
522
|
+
}, Qe = /* @__PURE__ */ new WeakSet([Object.prototype, Error.prototype]), $e = (e, t) => {
|
|
523
|
+
e.name = "$ZodError", Xe.value = e._zod, Object.defineProperty(e, "_zod", Xe), Ze.value = t, Object.defineProperty(e, "issues", Ze), Xe.value = void 0, Ze.value = void 0, Object.defineProperty(e, "message", Ye);
|
|
524
524
|
let n = Object.getPrototypeOf(e);
|
|
525
|
-
|
|
525
|
+
Qe.has(n) || (Qe.add(n), Object.defineProperty(n, "toString", {
|
|
526
526
|
configurable: !0,
|
|
527
527
|
enumerable: !1,
|
|
528
528
|
get() {
|
|
@@ -541,8 +541,8 @@ var Je = {
|
|
|
541
541
|
});
|
|
542
542
|
}
|
|
543
543
|
}));
|
|
544
|
-
},
|
|
545
|
-
function
|
|
544
|
+
}, et = _("$ZodError", $e), tt = _("$ZodError", $e, void 0, { Parent: Error });
|
|
545
|
+
function nt(e, t, n) {
|
|
546
546
|
return Object.prototype.hasOwnProperty.call(e, t) || (t === "__proto__" ? Object.defineProperty(e, t, {
|
|
547
547
|
value: n(),
|
|
548
548
|
writable: !0,
|
|
@@ -550,15 +550,15 @@ function tt(e, t, n) {
|
|
|
550
550
|
configurable: !0
|
|
551
551
|
}) : e[t] = n()), e[t];
|
|
552
552
|
}
|
|
553
|
-
function
|
|
553
|
+
function rt(e, t = (e) => e.message) {
|
|
554
554
|
let n = {}, r = [];
|
|
555
|
-
for (let i of e.issues) i.path.length > 0 ?
|
|
555
|
+
for (let i of e.issues) i.path.length > 0 ? nt(n, i.path[0], () => []).push(t(i)) : r.push(t(i));
|
|
556
556
|
return {
|
|
557
557
|
formErrors: r,
|
|
558
558
|
fieldErrors: n
|
|
559
559
|
};
|
|
560
560
|
}
|
|
561
|
-
function
|
|
561
|
+
function it(e, t = (e) => e.message) {
|
|
562
562
|
let n = { _errors: [] }, r = (e, i = []) => {
|
|
563
563
|
for (let a of e.issues) if (a.code === "invalid_union" && a.errors.length) a.errors.map((e) => r({ issues: e }, [...i, ...a.path]));
|
|
564
564
|
else if (a.code === "invalid_key") r({ issues: a.issues }, [...i, ...a.path]);
|
|
@@ -590,13 +590,13 @@ function rt(e, t = (e) => e.message) {
|
|
|
590
590
|
}
|
|
591
591
|
//#endregion
|
|
592
592
|
//#region ../../node_modules/.bun/zod@4.5.4/node_modules/zod/v4/core/parse.js
|
|
593
|
-
function
|
|
593
|
+
function at(e, t) {
|
|
594
594
|
return {
|
|
595
595
|
callee: t?.callee ?? e,
|
|
596
596
|
Err: t?.Err
|
|
597
597
|
};
|
|
598
598
|
}
|
|
599
|
-
var
|
|
599
|
+
var ot = (e) => {
|
|
600
600
|
let t = (n, r, i, a) => {
|
|
601
601
|
let o = i ? {
|
|
602
602
|
...i,
|
|
@@ -607,13 +607,13 @@ var at = (e) => {
|
|
|
607
607
|
}, o);
|
|
608
608
|
if (s instanceof Promise) throw new We();
|
|
609
609
|
if (s.issues.length) {
|
|
610
|
-
let n = new ((a?.Err) ?? e)(s.issues.map((e) => Ce(e, o,
|
|
610
|
+
let n = new ((a?.Err) ?? e)(s.issues.map((e) => Ce(e, o, Ke())));
|
|
611
611
|
throw ee(n, a?.callee ?? t), n;
|
|
612
612
|
}
|
|
613
613
|
return s.value;
|
|
614
614
|
};
|
|
615
615
|
return t;
|
|
616
|
-
},
|
|
616
|
+
}, st = (e) => {
|
|
617
617
|
let t = async (n, r, i, a) => {
|
|
618
618
|
let o = i ? {
|
|
619
619
|
...i,
|
|
@@ -623,13 +623,13 @@ var at = (e) => {
|
|
|
623
623
|
issues: []
|
|
624
624
|
}, o);
|
|
625
625
|
if (s instanceof Promise && (s = await s), s.issues.length) {
|
|
626
|
-
let n = new ((a?.Err) ?? e)(s.issues.map((e) => Ce(e, o,
|
|
626
|
+
let n = new ((a?.Err) ?? e)(s.issues.map((e) => Ce(e, o, Ke())));
|
|
627
627
|
throw ee(n, a?.callee ?? t), n;
|
|
628
628
|
}
|
|
629
629
|
return s.value;
|
|
630
630
|
};
|
|
631
631
|
return t;
|
|
632
|
-
},
|
|
632
|
+
}, ct = (e) => (t, n, r) => {
|
|
633
633
|
let i = r ? {
|
|
634
634
|
...r,
|
|
635
635
|
async: !1
|
|
@@ -640,12 +640,12 @@ var at = (e) => {
|
|
|
640
640
|
if (a instanceof Promise) throw new We();
|
|
641
641
|
return a.issues.length ? {
|
|
642
642
|
success: !1,
|
|
643
|
-
error: new (e ??
|
|
643
|
+
error: new (e ?? et)(a.issues.map((e) => Ce(e, i, Ke())))
|
|
644
644
|
} : {
|
|
645
645
|
success: !0,
|
|
646
646
|
data: a.value
|
|
647
647
|
};
|
|
648
|
-
},
|
|
648
|
+
}, lt = /* @__PURE__*/ ct(tt), ut = (e) => async (t, n, r) => {
|
|
649
649
|
let i = r ? {
|
|
650
650
|
...r,
|
|
651
651
|
async: !0
|
|
@@ -655,98 +655,98 @@ var at = (e) => {
|
|
|
655
655
|
}, i);
|
|
656
656
|
return a instanceof Promise && (a = await a), a.issues.length ? {
|
|
657
657
|
success: !1,
|
|
658
|
-
error: new e(a.issues.map((e) => Ce(e, i,
|
|
658
|
+
error: new e(a.issues.map((e) => Ce(e, i, Ke())))
|
|
659
659
|
} : {
|
|
660
660
|
success: !0,
|
|
661
661
|
data: a.value
|
|
662
662
|
};
|
|
663
|
-
},
|
|
664
|
-
let t =
|
|
663
|
+
}, dt = /* @__PURE__*/ ut(tt), ft = (e) => {
|
|
664
|
+
let t = ot(e), n = (e, r, i, a) => {
|
|
665
665
|
let o = i ? {
|
|
666
666
|
...i,
|
|
667
667
|
direction: "backward"
|
|
668
668
|
} : { direction: "backward" };
|
|
669
|
-
return t(e, r, o,
|
|
669
|
+
return t(e, r, o, at(n, a));
|
|
670
670
|
};
|
|
671
671
|
return n;
|
|
672
|
-
}, ft = (e) => {
|
|
673
|
-
let t = at(e), n = (e, r, i, a) => t(e, r, i, it(n, a));
|
|
674
|
-
return n;
|
|
675
672
|
}, pt = (e) => {
|
|
676
|
-
let t = ot(e), n =
|
|
673
|
+
let t = ot(e), n = (e, r, i, a) => t(e, r, i, at(n, a));
|
|
674
|
+
return n;
|
|
675
|
+
}, mt = (e) => {
|
|
676
|
+
let t = st(e), n = async (e, r, i, a) => {
|
|
677
677
|
let o = i ? {
|
|
678
678
|
...i,
|
|
679
679
|
direction: "backward"
|
|
680
680
|
} : { direction: "backward" };
|
|
681
|
-
return await t(e, r, o,
|
|
681
|
+
return await t(e, r, o, at(n, a));
|
|
682
682
|
};
|
|
683
683
|
return n;
|
|
684
|
-
},
|
|
685
|
-
let t =
|
|
684
|
+
}, ht = (e) => {
|
|
685
|
+
let t = st(e), n = async (e, r, i, a) => await t(e, r, i, at(n, a));
|
|
686
686
|
return n;
|
|
687
|
-
},
|
|
687
|
+
}, gt = (e) => (t, n, r) => {
|
|
688
688
|
let i = r ? {
|
|
689
689
|
...r,
|
|
690
690
|
direction: "backward"
|
|
691
691
|
} : { direction: "backward" };
|
|
692
|
-
return
|
|
693
|
-
},
|
|
692
|
+
return ct(e)(t, n, i);
|
|
693
|
+
}, _t = (e) => (t, n, r) => ct(e)(t, n, r), vt = (e) => async (t, n, r) => {
|
|
694
694
|
let i = r ? {
|
|
695
695
|
...r,
|
|
696
696
|
direction: "backward"
|
|
697
697
|
} : { direction: "backward" };
|
|
698
|
-
return
|
|
699
|
-
},
|
|
700
|
-
function
|
|
698
|
+
return ut(e)(t, n, i);
|
|
699
|
+
}, yt = (e) => async (t, n, r) => ut(e)(t, n, r), bt = /^[cC][0-9a-z]{6,}$/, xt = /^[0-9a-z]+$/, St = /^[0-7][0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{25}$/, Ct = /^[0-9a-vA-V]{20}$/, wt = /^[A-Za-z0-9]{27}$/, Tt = /^[a-zA-Z0-9_-]{21}$/;
|
|
700
|
+
function Et(e) {
|
|
701
701
|
return RegExp(`^[a-zA-Z0-9_-]{${e}}$`);
|
|
702
702
|
}
|
|
703
|
-
var
|
|
704
|
-
function
|
|
705
|
-
return new RegExp(
|
|
703
|
+
var Dt = /^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/, Ot = /^([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})$/, kt = (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)$/, At = /^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/, jt = "^[\\p{Extended_Pictographic}\\p{Emoji_Component}]+$";
|
|
704
|
+
function Mt() {
|
|
705
|
+
return new RegExp(jt, "u");
|
|
706
706
|
}
|
|
707
|
-
var
|
|
708
|
-
function
|
|
707
|
+
var Nt = /^(?:(?: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])$/, Pt = /^(([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}|:))$/, Ft = /^((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])$/, It = /^(([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])$/, Lt = /^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/, Rt = /^[A-Za-z0-9_-]*$/, zt = /^https?$/, Bt = /^\+[1-9]\d{6,14}$/, Vt = "(?:(?:\\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])))";
|
|
708
|
+
function Ht(e) {
|
|
709
709
|
return RegExp(`^${e}$`);
|
|
710
710
|
}
|
|
711
|
-
var
|
|
712
|
-
function
|
|
711
|
+
var Ut = /*@__PURE__*/ Ht(Vt);
|
|
712
|
+
function Wt(e) {
|
|
713
713
|
let t = "(?:[01]\\d|2[0-3]):[0-5]\\d";
|
|
714
714
|
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+)?)?`;
|
|
715
715
|
}
|
|
716
|
-
function Wt(e) {
|
|
717
|
-
return RegExp(`^${Ut(e)}$`);
|
|
718
|
-
}
|
|
719
716
|
function Gt(e) {
|
|
717
|
+
return RegExp(`^${Wt(e)}$`);
|
|
718
|
+
}
|
|
719
|
+
function Kt(e) {
|
|
720
720
|
let t = ["Z"];
|
|
721
721
|
e.offset && t.push("([+-](?:[01]\\d|2[0-3]):[0-5]\\d)");
|
|
722
|
-
let n = `${
|
|
722
|
+
let n = `${Wt({
|
|
723
723
|
precision: e.precision,
|
|
724
724
|
seconds: !0
|
|
725
|
-
})}(?:${t.join("|")})`, r = e.local ? `${n}|${
|
|
726
|
-
return RegExp(`^${
|
|
725
|
+
})}(?:${t.join("|")})`, r = e.local ? `${n}|${Wt({ precision: e.precision })}` : n;
|
|
726
|
+
return RegExp(`^${Vt}T(?:${r})$`);
|
|
727
727
|
}
|
|
728
|
-
var
|
|
728
|
+
var qt = (e) => {
|
|
729
729
|
let t = e ? `[\\s\\S]{${e?.minimum ?? 0},${e?.maximum ?? ""}}` : "[\\s\\S]*";
|
|
730
730
|
return RegExp(`^${t}$`);
|
|
731
|
-
},
|
|
731
|
+
}, Jt = /^-?\d+$/, Yt = /^-?\d+(?:\.\d+)?$/, Xt = /^(?:true|false)$/i, Zt = /^null$/i, Qt = /^[^A-Z]*$/, $t = /^[^a-z]*$/, y = /*@__PURE__*/ _("$ZodCheck", (e, t) => {
|
|
732
732
|
var n;
|
|
733
733
|
e._zod ??= {}, e._zod.def = t, (n = e._zod).onattach ?? (n.onattach = []);
|
|
734
|
-
}),
|
|
734
|
+
}), en = (e) => {
|
|
735
735
|
let t = e.value;
|
|
736
736
|
return !o(t) && t.length !== void 0;
|
|
737
|
-
},
|
|
737
|
+
}, tn = {
|
|
738
738
|
number: "number",
|
|
739
739
|
bigint: "bigint",
|
|
740
740
|
object: "date"
|
|
741
|
-
},
|
|
742
|
-
|
|
743
|
-
let n =
|
|
741
|
+
}, nn = /*@__PURE__*/ _("$ZodCheckLessThan", (e, t) => {
|
|
742
|
+
y.init(e, t);
|
|
743
|
+
let n = tn[typeof t.value];
|
|
744
744
|
e._zod.onattach.push((e) => {
|
|
745
745
|
let n = e._zod.bag, r = (t.inclusive ? n.maximum : n.exclusiveMaximum) ?? Infinity;
|
|
746
746
|
t.value < r && (t.inclusive ? n.maximum = t.value : n.exclusiveMaximum = t.value);
|
|
747
747
|
}), e._zod.check = (r) => {
|
|
748
748
|
(t.inclusive ? r.value <= t.value : r.value < t.value) || r.issues.push({
|
|
749
|
-
origin:
|
|
749
|
+
origin: tn[typeof r.value] ?? n,
|
|
750
750
|
code: "too_big",
|
|
751
751
|
maximum: typeof t.value == "object" ? t.value.getTime() : t.value,
|
|
752
752
|
input: r.value,
|
|
@@ -755,15 +755,15 @@ var Kt = (e) => {
|
|
|
755
755
|
continue: !t.abort
|
|
756
756
|
});
|
|
757
757
|
};
|
|
758
|
-
}),
|
|
759
|
-
|
|
760
|
-
let n =
|
|
758
|
+
}), rn = /*@__PURE__*/ _("$ZodCheckGreaterThan", (e, t) => {
|
|
759
|
+
y.init(e, t);
|
|
760
|
+
let n = tn[typeof t.value];
|
|
761
761
|
e._zod.onattach.push((e) => {
|
|
762
762
|
let n = e._zod.bag, r = (t.inclusive ? n.minimum : n.exclusiveMinimum) ?? -Infinity;
|
|
763
763
|
t.value > r && (t.inclusive ? n.minimum = t.value : n.exclusiveMinimum = t.value);
|
|
764
764
|
}), e._zod.check = (r) => {
|
|
765
765
|
(t.inclusive ? r.value >= t.value : r.value > t.value) || r.issues.push({
|
|
766
|
-
origin:
|
|
766
|
+
origin: tn[typeof r.value] ?? n,
|
|
767
767
|
code: "too_small",
|
|
768
768
|
minimum: typeof t.value == "object" ? t.value.getTime() : t.value,
|
|
769
769
|
input: r.value,
|
|
@@ -772,8 +772,8 @@ var Kt = (e) => {
|
|
|
772
772
|
continue: !t.abort
|
|
773
773
|
});
|
|
774
774
|
};
|
|
775
|
-
}),
|
|
776
|
-
|
|
775
|
+
}), an = /*@__PURE__*/ _("$ZodCheckMultipleOf", (e, t) => {
|
|
776
|
+
y.init(e, t), e._zod.onattach.push((e) => {
|
|
777
777
|
var n;
|
|
778
778
|
(n = e._zod.bag).multipleOf ?? (n.multipleOf = t.value);
|
|
779
779
|
}), e._zod.check = (n) => {
|
|
@@ -787,12 +787,12 @@ var Kt = (e) => {
|
|
|
787
787
|
continue: !t.abort
|
|
788
788
|
});
|
|
789
789
|
};
|
|
790
|
-
}),
|
|
791
|
-
|
|
790
|
+
}), on = /*@__PURE__*/ _("$ZodCheckNumberFormat", (e, t) => {
|
|
791
|
+
y.init(e, t), t.format = t.format || "float64";
|
|
792
792
|
let n = t.format?.includes("int"), r = n ? "int" : "number", [i, a] = ue[t.format];
|
|
793
793
|
e._zod.onattach.push((e) => {
|
|
794
794
|
let r = e._zod.bag;
|
|
795
|
-
r.format = t.format, r.minimum = i, r.maximum = a, n && (r.pattern =
|
|
795
|
+
r.format = t.format, r.minimum = i, r.maximum = a, n && (r.pattern = Jt);
|
|
796
796
|
}), e._zod.check = (o) => {
|
|
797
797
|
let s = o.value;
|
|
798
798
|
if (n) {
|
|
@@ -848,9 +848,9 @@ var Kt = (e) => {
|
|
|
848
848
|
continue: !t.abort
|
|
849
849
|
});
|
|
850
850
|
};
|
|
851
|
-
}),
|
|
851
|
+
}), sn = /*@__PURE__*/ _("$ZodCheckMaxLength", (e, t) => {
|
|
852
852
|
var n;
|
|
853
|
-
|
|
853
|
+
y.init(e, t), (n = e._zod.def).when ?? (n.when = en), e._zod.onattach.push((e) => {
|
|
854
854
|
let n = e._zod.bag.maximum ?? Infinity;
|
|
855
855
|
t.maximum < n && (e._zod.bag.maximum = t.maximum);
|
|
856
856
|
}), e._zod.check = (n) => {
|
|
@@ -867,9 +867,9 @@ var Kt = (e) => {
|
|
|
867
867
|
continue: !t.abort
|
|
868
868
|
});
|
|
869
869
|
};
|
|
870
|
-
}),
|
|
870
|
+
}), cn = /*@__PURE__*/ _("$ZodCheckMinLength", (e, t) => {
|
|
871
871
|
var n;
|
|
872
|
-
|
|
872
|
+
y.init(e, t), (n = e._zod.def).when ?? (n.when = en), e._zod.onattach.push((e) => {
|
|
873
873
|
let n = e._zod.bag.minimum ?? -Infinity;
|
|
874
874
|
t.minimum > n && (e._zod.bag.minimum = t.minimum);
|
|
875
875
|
}), e._zod.check = (n) => {
|
|
@@ -886,9 +886,9 @@ var Kt = (e) => {
|
|
|
886
886
|
continue: !t.abort
|
|
887
887
|
});
|
|
888
888
|
};
|
|
889
|
-
}),
|
|
889
|
+
}), ln = /*@__PURE__*/ _("$ZodCheckLengthEquals", (e, t) => {
|
|
890
890
|
var n;
|
|
891
|
-
|
|
891
|
+
y.init(e, t), (n = e._zod.def).when ?? (n.when = en), e._zod.onattach.push((e) => {
|
|
892
892
|
let n = e._zod.bag;
|
|
893
893
|
n.minimum = t.length, n.maximum = t.length, n.length = t.length;
|
|
894
894
|
}), e._zod.check = (n) => {
|
|
@@ -911,9 +911,9 @@ var Kt = (e) => {
|
|
|
911
911
|
continue: !t.abort
|
|
912
912
|
});
|
|
913
913
|
};
|
|
914
|
-
}),
|
|
914
|
+
}), un = /*@__PURE__*/ _("$ZodCheckStringFormat", (e, t) => {
|
|
915
915
|
var n, r;
|
|
916
|
-
|
|
916
|
+
y.init(e, t), e._zod.onattach.push((e) => {
|
|
917
917
|
let n = e._zod.bag;
|
|
918
918
|
n.format = t.format, t.pattern && (n.patterns ??= /* @__PURE__ */ new Set(), n.patterns.add(t.pattern));
|
|
919
919
|
}), t.pattern ? (n = e._zod).check ?? (n.check = (n) => {
|
|
@@ -927,8 +927,8 @@ var Kt = (e) => {
|
|
|
927
927
|
continue: !t.abort
|
|
928
928
|
});
|
|
929
929
|
}) : (r = e._zod).check ?? (r.check = () => {});
|
|
930
|
-
}),
|
|
931
|
-
|
|
930
|
+
}), dn = /*@__PURE__*/ _("$ZodCheckRegex", (e, t) => {
|
|
931
|
+
un.init(e, t), e._zod.check = (n) => {
|
|
932
932
|
t.pattern.lastIndex = 0, !t.pattern.test(n.value) && n.issues.push({
|
|
933
933
|
origin: "string",
|
|
934
934
|
code: "invalid_format",
|
|
@@ -939,12 +939,12 @@ var Kt = (e) => {
|
|
|
939
939
|
continue: !t.abort
|
|
940
940
|
});
|
|
941
941
|
};
|
|
942
|
-
}),
|
|
943
|
-
t.pattern ??=
|
|
944
|
-
}),
|
|
945
|
-
t.pattern ??=
|
|
946
|
-
}),
|
|
947
|
-
|
|
942
|
+
}), fn = /*@__PURE__*/ _("$ZodCheckLowerCase", (e, t) => {
|
|
943
|
+
t.pattern ??= Qt, un.init(e, t);
|
|
944
|
+
}), pn = /*@__PURE__*/ _("$ZodCheckUpperCase", (e, t) => {
|
|
945
|
+
t.pattern ??= $t, un.init(e, t);
|
|
946
|
+
}), mn = /*@__PURE__*/ _("$ZodCheckIncludes", (e, t) => {
|
|
947
|
+
y.init(e, t);
|
|
948
948
|
let n = oe(t.includes), r = new RegExp(typeof t.position == "number" ? `^.{${t.position},}${n}` : n);
|
|
949
949
|
t.pattern = r, e._zod.onattach.push((e) => {
|
|
950
950
|
let t = e._zod.bag;
|
|
@@ -960,8 +960,8 @@ var Kt = (e) => {
|
|
|
960
960
|
continue: !t.abort
|
|
961
961
|
});
|
|
962
962
|
};
|
|
963
|
-
}),
|
|
964
|
-
|
|
963
|
+
}), hn = /*@__PURE__*/ _("$ZodCheckStartsWith", (e, t) => {
|
|
964
|
+
y.init(e, t);
|
|
965
965
|
let n = RegExp(`^${oe(t.prefix)}.*`);
|
|
966
966
|
t.pattern ??= n, e._zod.onattach.push((e) => {
|
|
967
967
|
let t = e._zod.bag;
|
|
@@ -977,8 +977,8 @@ var Kt = (e) => {
|
|
|
977
977
|
continue: !t.abort
|
|
978
978
|
});
|
|
979
979
|
};
|
|
980
|
-
}),
|
|
981
|
-
|
|
980
|
+
}), gn = /*@__PURE__*/ _("$ZodCheckEndsWith", (e, t) => {
|
|
981
|
+
y.init(e, t);
|
|
982
982
|
let n = RegExp(`.*${oe(t.suffix)}$`);
|
|
983
983
|
t.pattern ??= n, e._zod.onattach.push((e) => {
|
|
984
984
|
let t = e._zod.bag;
|
|
@@ -994,11 +994,11 @@ var Kt = (e) => {
|
|
|
994
994
|
continue: !t.abort
|
|
995
995
|
});
|
|
996
996
|
};
|
|
997
|
-
}),
|
|
998
|
-
|
|
997
|
+
}), _n = /*@__PURE__*/ _("$ZodCheckOverwrite", (e, t) => {
|
|
998
|
+
y.init(e, t), e._zod.check = (e) => {
|
|
999
999
|
e.value = t.tx(e.value);
|
|
1000
1000
|
};
|
|
1001
|
-
}),
|
|
1001
|
+
}), vn = class {
|
|
1002
1002
|
constructor(e = [], t = {}) {
|
|
1003
1003
|
this.content = [], this.indent = 0, this.args = e, this.closed = t;
|
|
1004
1004
|
}
|
|
@@ -1017,13 +1017,13 @@ var Kt = (e) => {
|
|
|
1017
1017
|
let e = Function, t = this?.content ?? [""];
|
|
1018
1018
|
return new e(...Object.keys(this.closed), `return function (${this.args.join(", ")}) {\n${t.join("\n")}\n};`)(...Object.values(this.closed));
|
|
1019
1019
|
}
|
|
1020
|
-
},
|
|
1020
|
+
}, yn = {
|
|
1021
1021
|
major: 4,
|
|
1022
1022
|
minor: 5,
|
|
1023
1023
|
patch: 4
|
|
1024
|
-
},
|
|
1024
|
+
}, b = /*@__PURE__*/ _("$ZodType", (e, t) => {
|
|
1025
1025
|
var n;
|
|
1026
|
-
e ??= {}, e._zod.def = t, e._zod.bag = e._zod.bag || {}, e._zod.version =
|
|
1026
|
+
e ??= {}, e._zod.def = t, e._zod.bag = e._zod.bag || {}, e._zod.version = yn;
|
|
1027
1027
|
let r = e._zod.def.checks, i = e._zod.traits.has("$ZodCheck") ? [e, ...r ?? []] : r?.length ? [...r] : [];
|
|
1028
1028
|
for (let t of i) for (let n of t._zod.onattach) n(e);
|
|
1029
1029
|
if (i.length === 0) (n = e._zod).deferred ?? (n.deferred = []), e._zod.deferred?.push(() => {
|
|
@@ -1079,27 +1079,27 @@ var Kt = (e) => {
|
|
|
1079
1079
|
}
|
|
1080
1080
|
}, {
|
|
1081
1081
|
get "~standard"() {
|
|
1082
|
-
return je(this, "~standard",
|
|
1082
|
+
return je(this, "~standard", xn(this));
|
|
1083
1083
|
},
|
|
1084
1084
|
set "~standard"(e) {
|
|
1085
1085
|
Ae(this, "~standard", e);
|
|
1086
1086
|
}
|
|
1087
|
-
}),
|
|
1088
|
-
function
|
|
1087
|
+
}), bn = (e) => e.success ? { value: e.data } : { issues: e.error?.issues };
|
|
1088
|
+
function xn(e) {
|
|
1089
1089
|
return {
|
|
1090
1090
|
validate: (t) => {
|
|
1091
1091
|
try {
|
|
1092
|
-
return
|
|
1092
|
+
return bn(lt(e, t));
|
|
1093
1093
|
} catch {
|
|
1094
|
-
return
|
|
1094
|
+
return dt(e, t).then(bn);
|
|
1095
1095
|
}
|
|
1096
1096
|
},
|
|
1097
1097
|
vendor: "zod",
|
|
1098
1098
|
version: 1
|
|
1099
1099
|
};
|
|
1100
1100
|
}
|
|
1101
|
-
var
|
|
1102
|
-
|
|
1101
|
+
var Sn = /*@__PURE__*/ _("$ZodString", (e, t) => {
|
|
1102
|
+
b.init(e, t), e._zod.pattern = [...e?._zod.bag?.patterns ?? []].pop() ?? qt(e._zod.bag), e._zod.parse = (n, r) => {
|
|
1103
1103
|
if (t.coerce) try {
|
|
1104
1104
|
n.value = String(n.value);
|
|
1105
1105
|
} catch {}
|
|
@@ -1110,11 +1110,11 @@ var xn = /*@__PURE__*/ _("$ZodString", (e, t) => {
|
|
|
1110
1110
|
inst: e
|
|
1111
1111
|
}), n;
|
|
1112
1112
|
};
|
|
1113
|
-
}),
|
|
1114
|
-
|
|
1115
|
-
}),
|
|
1116
|
-
t.pattern ??=
|
|
1117
|
-
}),
|
|
1113
|
+
}), x = /*@__PURE__*/ _("$ZodStringFormat", (e, t) => {
|
|
1114
|
+
un.init(e, t), Sn.init(e, t);
|
|
1115
|
+
}), Cn = /*@__PURE__*/ _("$ZodGUID", (e, t) => {
|
|
1116
|
+
t.pattern ??= Ot, x.init(e, t);
|
|
1117
|
+
}), wn = /*@__PURE__*/ _("$ZodUUID", (e, t) => {
|
|
1118
1118
|
if (t.version) {
|
|
1119
1119
|
let e = {
|
|
1120
1120
|
v1: 1,
|
|
@@ -1127,34 +1127,34 @@ var xn = /*@__PURE__*/ _("$ZodString", (e, t) => {
|
|
|
1127
1127
|
v8: 8
|
|
1128
1128
|
}[t.version];
|
|
1129
1129
|
if (e === void 0) throw Error(`Invalid UUID version: "${t.version}"`);
|
|
1130
|
-
t.pattern ??=
|
|
1131
|
-
} else t.pattern ??=
|
|
1132
|
-
|
|
1133
|
-
}),
|
|
1134
|
-
t.pattern ??=
|
|
1130
|
+
t.pattern ??= kt(e);
|
|
1131
|
+
} else t.pattern ??= kt();
|
|
1132
|
+
x.init(e, t);
|
|
1133
|
+
}), Tn = /*@__PURE__*/ _("$ZodEmail", (e, t) => {
|
|
1134
|
+
t.pattern ??= At, x.init(e, t);
|
|
1135
1135
|
});
|
|
1136
|
-
function
|
|
1137
|
-
if (!t.normalize && t.protocol?.source ===
|
|
1136
|
+
function En(e, t) {
|
|
1137
|
+
if (!t.normalize && t.protocol?.source === zt.source && !/^https?:\/\//i.test(e)) return 1;
|
|
1138
1138
|
try {
|
|
1139
1139
|
return new URL(e);
|
|
1140
1140
|
} catch {
|
|
1141
1141
|
return 2;
|
|
1142
1142
|
}
|
|
1143
1143
|
}
|
|
1144
|
-
var
|
|
1145
|
-
function
|
|
1146
|
-
return e.replace(
|
|
1144
|
+
var Dn = /[\t\n\r]/g;
|
|
1145
|
+
function On(e) {
|
|
1146
|
+
return e.replace(Dn, "");
|
|
1147
1147
|
}
|
|
1148
|
-
function
|
|
1148
|
+
function kn(e, t) {
|
|
1149
1149
|
return t.lastIndex = 0, t.test(e.hostname);
|
|
1150
1150
|
}
|
|
1151
|
-
function
|
|
1151
|
+
function An(e, t) {
|
|
1152
1152
|
return t.lastIndex = 0, t.test(e.protocol.endsWith(":") ? e.protocol.slice(0, -1) : e.protocol);
|
|
1153
1153
|
}
|
|
1154
|
-
var
|
|
1155
|
-
|
|
1154
|
+
var jn = /*@__PURE__*/ _("$ZodURL", (e, t) => {
|
|
1155
|
+
x.init(e, t), e._zod.check = (n) => {
|
|
1156
1156
|
try {
|
|
1157
|
-
let r = n.value.trim(), i =
|
|
1157
|
+
let r = n.value.trim(), i = En(r, t);
|
|
1158
1158
|
if (i === 1) {
|
|
1159
1159
|
n.issues.push({
|
|
1160
1160
|
code: "invalid_format",
|
|
@@ -1176,7 +1176,7 @@ var An = /*@__PURE__*/ _("$ZodURL", (e, t) => {
|
|
|
1176
1176
|
});
|
|
1177
1177
|
return;
|
|
1178
1178
|
}
|
|
1179
|
-
t.hostname && !
|
|
1179
|
+
t.hostname && !kn(i, t.hostname) && n.issues.push({
|
|
1180
1180
|
code: "invalid_format",
|
|
1181
1181
|
format: "url",
|
|
1182
1182
|
note: "Invalid hostname",
|
|
@@ -1184,7 +1184,7 @@ var An = /*@__PURE__*/ _("$ZodURL", (e, t) => {
|
|
|
1184
1184
|
input: n.value,
|
|
1185
1185
|
inst: e,
|
|
1186
1186
|
continue: !t.abort
|
|
1187
|
-
}), t.protocol && !
|
|
1187
|
+
}), t.protocol && !An(i, t.protocol) && n.issues.push({
|
|
1188
1188
|
code: "invalid_format",
|
|
1189
1189
|
format: "url",
|
|
1190
1190
|
note: "Invalid protocol",
|
|
@@ -1192,7 +1192,7 @@ var An = /*@__PURE__*/ _("$ZodURL", (e, t) => {
|
|
|
1192
1192
|
input: n.value,
|
|
1193
1193
|
inst: e,
|
|
1194
1194
|
continue: !t.abort
|
|
1195
|
-
}), n.value = t.normalize ? i.href :
|
|
1195
|
+
}), n.value = t.normalize ? i.href : On(r);
|
|
1196
1196
|
return;
|
|
1197
1197
|
} catch {
|
|
1198
1198
|
n.issues.push({
|
|
@@ -1204,45 +1204,45 @@ var An = /*@__PURE__*/ _("$ZodURL", (e, t) => {
|
|
|
1204
1204
|
});
|
|
1205
1205
|
}
|
|
1206
1206
|
};
|
|
1207
|
-
}),
|
|
1208
|
-
t.pattern ??=
|
|
1209
|
-
}),
|
|
1207
|
+
}), Mn = /*@__PURE__*/ _("$ZodEmoji", (e, t) => {
|
|
1208
|
+
t.pattern ??= Mt(), x.init(e, t);
|
|
1209
|
+
}), Nn = /*@__PURE__*/ _("$ZodNanoID", (e, t) => {
|
|
1210
1210
|
if (t.length !== void 0 && (!Number.isInteger(t.length) || t.length < 1)) throw Error(`Invalid nanoid length: ${t.length}`);
|
|
1211
|
-
t.pattern ??= t.length === void 0 ?
|
|
1212
|
-
}),
|
|
1213
|
-
t.pattern ??=
|
|
1214
|
-
}),
|
|
1215
|
-
t.pattern ??=
|
|
1216
|
-
}),
|
|
1217
|
-
t.pattern ??=
|
|
1218
|
-
}),
|
|
1219
|
-
t.pattern ??=
|
|
1220
|
-
}),
|
|
1221
|
-
t.pattern ??=
|
|
1222
|
-
}),
|
|
1223
|
-
t.pattern ??=
|
|
1211
|
+
t.pattern ??= t.length === void 0 ? Tt : Et(t.length), x.init(e, t);
|
|
1212
|
+
}), Pn = /*@__PURE__*/ _("$ZodCUID", (e, t) => {
|
|
1213
|
+
t.pattern ??= bt, x.init(e, t);
|
|
1214
|
+
}), Fn = /*@__PURE__*/ _("$ZodCUID2", (e, t) => {
|
|
1215
|
+
t.pattern ??= xt, x.init(e, t);
|
|
1216
|
+
}), In = /*@__PURE__*/ _("$ZodULID", (e, t) => {
|
|
1217
|
+
t.pattern ??= St, x.init(e, t);
|
|
1218
|
+
}), Ln = /*@__PURE__*/ _("$ZodXID", (e, t) => {
|
|
1219
|
+
t.pattern ??= Ct, x.init(e, t);
|
|
1220
|
+
}), Rn = /*@__PURE__*/ _("$ZodKSUID", (e, t) => {
|
|
1221
|
+
t.pattern ??= wt, x.init(e, t);
|
|
1222
|
+
}), zn = /*@__PURE__*/ _("$ZodISODateTime", (e, t) => {
|
|
1223
|
+
t.pattern ??= Kt(t), x.init(e, t), (t.local || t.precision === -1) && (e._zod.bag.laxFormat = !0, e._zod.onattach.push((e) => {
|
|
1224
1224
|
e._zod.bag.laxFormat = !0;
|
|
1225
1225
|
}));
|
|
1226
|
-
}),
|
|
1227
|
-
t.pattern ??=
|
|
1228
|
-
}),
|
|
1229
|
-
t.pattern ??=
|
|
1230
|
-
}),
|
|
1231
|
-
t.pattern ??=
|
|
1232
|
-
}),
|
|
1233
|
-
t.pattern ??=
|
|
1234
|
-
}),
|
|
1235
|
-
function
|
|
1236
|
-
if (!
|
|
1226
|
+
}), Bn = /*@__PURE__*/ _("$ZodISODate", (e, t) => {
|
|
1227
|
+
t.pattern ??= Ut, x.init(e, t);
|
|
1228
|
+
}), Vn = /*@__PURE__*/ _("$ZodISOTime", (e, t) => {
|
|
1229
|
+
t.pattern ??= Gt(t), x.init(e, t);
|
|
1230
|
+
}), Hn = /*@__PURE__*/ _("$ZodISODuration", (e, t) => {
|
|
1231
|
+
t.pattern ??= Dt, x.init(e, t);
|
|
1232
|
+
}), Un = /*@__PURE__*/ _("$ZodIPv4", (e, t) => {
|
|
1233
|
+
t.pattern ??= Nt, x.init(e, t), e._zod.bag.format = "ipv4";
|
|
1234
|
+
}), Wn = /^[0-9a-fA-F:.]+$/;
|
|
1235
|
+
function Gn(e) {
|
|
1236
|
+
if (!Wn.test(e)) return !1;
|
|
1237
1237
|
try {
|
|
1238
1238
|
return new URL(`http://[${e}]`), !0;
|
|
1239
1239
|
} catch {
|
|
1240
1240
|
return !1;
|
|
1241
1241
|
}
|
|
1242
1242
|
}
|
|
1243
|
-
var
|
|
1244
|
-
t.pattern ??=
|
|
1245
|
-
|
|
1243
|
+
var Kn = /*@__PURE__*/ _("$ZodIPv6", (e, t) => {
|
|
1244
|
+
t.pattern ??= Pt, x.init(e, t), e._zod.bag.format = "ipv6", e._zod.check = (n) => {
|
|
1245
|
+
Gn(n.value) || n.issues.push({
|
|
1246
1246
|
code: "invalid_format",
|
|
1247
1247
|
format: "ipv6",
|
|
1248
1248
|
input: n.value,
|
|
@@ -1250,20 +1250,20 @@ var Gn = /*@__PURE__*/ _("$ZodIPv6", (e, t) => {
|
|
|
1250
1250
|
continue: !t.abort
|
|
1251
1251
|
});
|
|
1252
1252
|
};
|
|
1253
|
-
}),
|
|
1254
|
-
t.pattern ??=
|
|
1253
|
+
}), qn = /*@__PURE__*/ _("$ZodCIDRv4", (e, t) => {
|
|
1254
|
+
t.pattern ??= Ft, x.init(e, t);
|
|
1255
1255
|
});
|
|
1256
|
-
function
|
|
1256
|
+
function Jn(e) {
|
|
1257
1257
|
let t = e.split("/");
|
|
1258
1258
|
if (t.length !== 2) return !1;
|
|
1259
1259
|
let [n, r] = t;
|
|
1260
1260
|
if (!r) return !1;
|
|
1261
1261
|
let i = Number(r);
|
|
1262
|
-
return `${i}` !== r || i < 0 || i > 128 ? !1 :
|
|
1262
|
+
return `${i}` !== r || i < 0 || i > 128 ? !1 : Gn(n);
|
|
1263
1263
|
}
|
|
1264
|
-
var
|
|
1265
|
-
t.pattern ??=
|
|
1266
|
-
|
|
1264
|
+
var Yn = /*@__PURE__*/ _("$ZodCIDRv6", (e, t) => {
|
|
1265
|
+
t.pattern ??= It, x.init(e, t), e._zod.check = (n) => {
|
|
1266
|
+
Jn(n.value) || n.issues.push({
|
|
1267
1267
|
code: "invalid_format",
|
|
1268
1268
|
format: "cidrv6",
|
|
1269
1269
|
input: n.value,
|
|
@@ -1272,7 +1272,7 @@ var Jn = /*@__PURE__*/ _("$ZodCIDRv6", (e, t) => {
|
|
|
1272
1272
|
});
|
|
1273
1273
|
};
|
|
1274
1274
|
});
|
|
1275
|
-
function
|
|
1275
|
+
function Xn(e) {
|
|
1276
1276
|
if (e === "") return !0;
|
|
1277
1277
|
if (/\s/.test(e) || e.length % 4 != 0) return !1;
|
|
1278
1278
|
try {
|
|
@@ -1281,9 +1281,9 @@ function Yn(e) {
|
|
|
1281
1281
|
return !1;
|
|
1282
1282
|
}
|
|
1283
1283
|
}
|
|
1284
|
-
var
|
|
1285
|
-
t.pattern ??=
|
|
1286
|
-
|
|
1284
|
+
var Zn = /*@__PURE__*/ _("$ZodBase64", (e, t) => {
|
|
1285
|
+
t.pattern ??= Lt, x.init(e, t), e._zod.bag.contentEncoding = "base64", e._zod.check = (n) => {
|
|
1286
|
+
Xn(n.value) || n.issues.push({
|
|
1287
1287
|
code: "invalid_format",
|
|
1288
1288
|
format: "base64",
|
|
1289
1289
|
input: n.value,
|
|
@@ -1292,14 +1292,14 @@ var Xn = /*@__PURE__*/ _("$ZodBase64", (e, t) => {
|
|
|
1292
1292
|
});
|
|
1293
1293
|
};
|
|
1294
1294
|
});
|
|
1295
|
-
function
|
|
1296
|
-
if (!
|
|
1295
|
+
function Qn(e) {
|
|
1296
|
+
if (!Rt.test(e)) return !1;
|
|
1297
1297
|
let t = e.replace(/[-_]/g, (e) => e === "-" ? "+" : "/");
|
|
1298
|
-
return
|
|
1298
|
+
return Xn(t.padEnd(Math.ceil(t.length / 4) * 4, "="));
|
|
1299
1299
|
}
|
|
1300
|
-
var
|
|
1301
|
-
t.pattern ??=
|
|
1302
|
-
|
|
1300
|
+
var $n = /*@__PURE__*/ _("$ZodBase64URL", (e, t) => {
|
|
1301
|
+
t.pattern ??= Rt, x.init(e, t), e._zod.bag.contentEncoding = "base64url", e._zod.check = (n) => {
|
|
1302
|
+
Qn(n.value) || n.issues.push({
|
|
1303
1303
|
code: "invalid_format",
|
|
1304
1304
|
format: "base64url",
|
|
1305
1305
|
input: n.value,
|
|
@@ -1307,10 +1307,10 @@ var Qn = /*@__PURE__*/ _("$ZodBase64URL", (e, t) => {
|
|
|
1307
1307
|
continue: !t.abort
|
|
1308
1308
|
});
|
|
1309
1309
|
};
|
|
1310
|
-
}),
|
|
1311
|
-
t.pattern ??=
|
|
1310
|
+
}), er = /*@__PURE__*/ _("$ZodE164", (e, t) => {
|
|
1311
|
+
t.pattern ??= Bt, x.init(e, t);
|
|
1312
1312
|
});
|
|
1313
|
-
function
|
|
1313
|
+
function tr(e, t = null) {
|
|
1314
1314
|
try {
|
|
1315
1315
|
let n = e.split(".");
|
|
1316
1316
|
if (n.length !== 3) return !1;
|
|
@@ -1322,9 +1322,9 @@ function er(e, t = null) {
|
|
|
1322
1322
|
return !1;
|
|
1323
1323
|
}
|
|
1324
1324
|
}
|
|
1325
|
-
var
|
|
1326
|
-
|
|
1327
|
-
|
|
1325
|
+
var nr = /*@__PURE__*/ _("$ZodJWT", (e, t) => {
|
|
1326
|
+
x.init(e, t), e._zod.check = (n) => {
|
|
1327
|
+
tr(n.value, t.alg) || n.issues.push({
|
|
1328
1328
|
code: "invalid_format",
|
|
1329
1329
|
format: "jwt",
|
|
1330
1330
|
input: n.value,
|
|
@@ -1332,8 +1332,8 @@ var tr = /*@__PURE__*/ _("$ZodJWT", (e, t) => {
|
|
|
1332
1332
|
continue: !t.abort
|
|
1333
1333
|
});
|
|
1334
1334
|
};
|
|
1335
|
-
}),
|
|
1336
|
-
|
|
1335
|
+
}), rr = /*@__PURE__*/ _("$ZodNumber", (e, t) => {
|
|
1336
|
+
b.init(e, t), e._zod.pattern = e._zod.bag.pattern ?? Yt, e._zod.parse = (n, r) => {
|
|
1337
1337
|
if (t.coerce) try {
|
|
1338
1338
|
n.value = Number(n.value);
|
|
1339
1339
|
} catch {}
|
|
@@ -1348,10 +1348,10 @@ var tr = /*@__PURE__*/ _("$ZodJWT", (e, t) => {
|
|
|
1348
1348
|
...a ? { received: a } : {}
|
|
1349
1349
|
}), n;
|
|
1350
1350
|
};
|
|
1351
|
-
}),
|
|
1352
|
-
|
|
1353
|
-
}),
|
|
1354
|
-
|
|
1351
|
+
}), ir = /*@__PURE__*/ _("$ZodNumberFormat", (e, t) => {
|
|
1352
|
+
on.init(e, t), rr.init(e, t);
|
|
1353
|
+
}), ar = /*@__PURE__*/ _("$ZodBoolean", (e, t) => {
|
|
1354
|
+
b.init(e, t), e._zod.pattern = Xt, e._zod.parse = (n, r) => {
|
|
1355
1355
|
if (t.coerce) try {
|
|
1356
1356
|
n.value = !!n.value;
|
|
1357
1357
|
} catch {}
|
|
@@ -1363,8 +1363,8 @@ var tr = /*@__PURE__*/ _("$ZodJWT", (e, t) => {
|
|
|
1363
1363
|
inst: e
|
|
1364
1364
|
}), n;
|
|
1365
1365
|
};
|
|
1366
|
-
}),
|
|
1367
|
-
|
|
1366
|
+
}), or = /*@__PURE__*/ _("$ZodNull", (e, t) => {
|
|
1367
|
+
b.init(e, t), e._zod.pattern = Zt, e._zod.values = /* @__PURE__ */ new Set([null]), e._zod.parse = (t, n) => {
|
|
1368
1368
|
let r = t.value;
|
|
1369
1369
|
return r === null || t.issues.push({
|
|
1370
1370
|
expected: "null",
|
|
@@ -1373,21 +1373,21 @@ var tr = /*@__PURE__*/ _("$ZodJWT", (e, t) => {
|
|
|
1373
1373
|
inst: e
|
|
1374
1374
|
}), t;
|
|
1375
1375
|
};
|
|
1376
|
-
}),
|
|
1377
|
-
|
|
1378
|
-
}),
|
|
1379
|
-
|
|
1376
|
+
}), sr = /*@__PURE__*/ _("$ZodUnknown", (e, t) => {
|
|
1377
|
+
b.init(e, t), e._zod.parse = (e) => e;
|
|
1378
|
+
}), cr = /*@__PURE__*/ _("$ZodNever", (e, t) => {
|
|
1379
|
+
b.init(e, t), e._zod.parse = (t, n) => (t.issues.push({
|
|
1380
1380
|
expected: "never",
|
|
1381
1381
|
code: "invalid_type",
|
|
1382
1382
|
input: t.value,
|
|
1383
1383
|
inst: e
|
|
1384
1384
|
}), t);
|
|
1385
1385
|
});
|
|
1386
|
-
function
|
|
1386
|
+
function lr(e, t, n) {
|
|
1387
1387
|
e.issues.length && t.issues.push(...be(n, e.issues)), t.value[n] = e.value;
|
|
1388
1388
|
}
|
|
1389
|
-
var
|
|
1390
|
-
|
|
1389
|
+
var ur = /*@__PURE__*/ _("$ZodArray", (e, t) => {
|
|
1390
|
+
b.init(e, t);
|
|
1391
1391
|
let n = v.memoizer;
|
|
1392
1392
|
n?.attach(e), e._zod.parse = (r, i) => {
|
|
1393
1393
|
let a = r.value;
|
|
@@ -1404,12 +1404,12 @@ var lr = /*@__PURE__*/ _("$ZodArray", (e, t) => {
|
|
|
1404
1404
|
value: n,
|
|
1405
1405
|
issues: []
|
|
1406
1406
|
}, i);
|
|
1407
|
-
s instanceof Promise ? o.push(s.then((t) =>
|
|
1407
|
+
s instanceof Promise ? o.push(s.then((t) => lr(t, r, e))) : lr(s, r, e);
|
|
1408
1408
|
}
|
|
1409
1409
|
return o.length ? Promise.all(o).then(() => r) : r;
|
|
1410
1410
|
};
|
|
1411
1411
|
});
|
|
1412
|
-
function
|
|
1412
|
+
function dr(e, t, n, r, i, a) {
|
|
1413
1413
|
let o = n in r, s = a === "optional";
|
|
1414
1414
|
if (!(!o && s && i === "optional")) {
|
|
1415
1415
|
if (e.issues.length) {
|
|
@@ -1428,9 +1428,9 @@ function ur(e, t, n, r, i, a) {
|
|
|
1428
1428
|
e.value === void 0 ? o && (t.value[n] = void 0) : t.value[n] = e.value;
|
|
1429
1429
|
}
|
|
1430
1430
|
}
|
|
1431
|
-
var
|
|
1432
|
-
function
|
|
1433
|
-
let t = Object.keys(e.shape), n = Object.getOwnPropertySymbols(e.shape), r = n.length ? n :
|
|
1431
|
+
var fr = [];
|
|
1432
|
+
function pr(e) {
|
|
1433
|
+
let t = Object.keys(e.shape), n = Object.getOwnPropertySymbols(e.shape), r = n.length ? n : fr, i = r.length ? [...t, ...r] : t;
|
|
1434
1434
|
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`);
|
|
1435
1435
|
let a = le(e.shape);
|
|
1436
1436
|
return {
|
|
@@ -1442,7 +1442,7 @@ function fr(e) {
|
|
|
1442
1442
|
optionalKeys: new Set(a)
|
|
1443
1443
|
};
|
|
1444
1444
|
}
|
|
1445
|
-
function
|
|
1445
|
+
function mr(e, t, n, r, i, a) {
|
|
1446
1446
|
let o = [], s = i.keySet, c = i.catchall._zod, l = c.def.type, u = c.optin, d = c.optout;
|
|
1447
1447
|
for (let i in t) {
|
|
1448
1448
|
if (s.has(i)) continue;
|
|
@@ -1458,7 +1458,7 @@ function pr(e, t, n, r, i, a) {
|
|
|
1458
1458
|
value: t[i],
|
|
1459
1459
|
issues: []
|
|
1460
1460
|
}, r);
|
|
1461
|
-
a instanceof Promise ? e.push(a.then((e) =>
|
|
1461
|
+
a instanceof Promise ? e.push(a.then((e) => dr(e, n, i, t, u, d))) : dr(a, n, i, t, u, d);
|
|
1462
1462
|
}
|
|
1463
1463
|
return o.length && n.issues.push({
|
|
1464
1464
|
code: "unrecognized_keys",
|
|
@@ -1468,15 +1468,15 @@ function pr(e, t, n, r, i, a) {
|
|
|
1468
1468
|
continue: !0
|
|
1469
1469
|
}), e.length ? Promise.all(e).then(() => n) : n;
|
|
1470
1470
|
}
|
|
1471
|
-
var
|
|
1472
|
-
if (
|
|
1471
|
+
var hr = /* @__PURE__ */ new WeakMap(), gr = /*@__PURE__*/ _("$ZodObject", (e, t) => {
|
|
1472
|
+
if (b.init(e, t), !Object.getOwnPropertyDescriptor(t, "shape")?.get) {
|
|
1473
1473
|
let e = t.shape;
|
|
1474
|
-
|
|
1474
|
+
hr.set(t, e), Object.defineProperty(t, "shape", { get: () => {
|
|
1475
1475
|
let n = { ...e };
|
|
1476
|
-
return Object.defineProperty(t, "shape", { value: n }),
|
|
1476
|
+
return Object.defineProperty(t, "shape", { value: n }), hr.set(t, n), n;
|
|
1477
1477
|
} });
|
|
1478
1478
|
}
|
|
1479
|
-
let n = a(() =>
|
|
1479
|
+
let n = a(() => pr(t));
|
|
1480
1480
|
g(e, "propValues", (e) => {
|
|
1481
1481
|
let t = e.def.shape, n = {};
|
|
1482
1482
|
for (let e in t) {
|
|
@@ -1507,14 +1507,14 @@ var mr = /* @__PURE__ */ new WeakMap(), hr = /*@__PURE__*/ _("$ZodObject", (e, t
|
|
|
1507
1507
|
value: c[e],
|
|
1508
1508
|
issues: []
|
|
1509
1509
|
}, a);
|
|
1510
|
-
o instanceof Promise ? l.push(o.then((n) =>
|
|
1510
|
+
o instanceof Promise ? l.push(o.then((n) => dr(n, t, e, c, r, i))) : dr(o, t, e, c, r, i);
|
|
1511
1511
|
}
|
|
1512
|
-
return i ?
|
|
1512
|
+
return i ? mr(l, c, t, a, n.value, e) : l.length ? Promise.all(l).then(() => t) : t;
|
|
1513
1513
|
};
|
|
1514
|
-
}),
|
|
1515
|
-
|
|
1516
|
-
let n = e._zod.parse, r = a(() =>
|
|
1517
|
-
let n = r.value, a = n.symbolKeys, o = new
|
|
1514
|
+
}), _r = /*@__PURE__*/ _("$ZodObjectJIT", (e, t) => {
|
|
1515
|
+
gr.init(e, t);
|
|
1516
|
+
let n = e._zod.parse, r = a(() => pr(t)), i = v.memoizer, o = (t) => {
|
|
1517
|
+
let n = r.value, a = n.symbolKeys, o = new vn(["payload", "ctx"], {
|
|
1518
1518
|
shape: t,
|
|
1519
1519
|
inst: e,
|
|
1520
1520
|
memo: i,
|
|
@@ -1582,7 +1582,7 @@ var mr = /* @__PURE__ */ new WeakMap(), hr = /*@__PURE__*/ _("$ZodObject", (e, t
|
|
|
1582
1582
|
e._zod.parse = (i, a) => {
|
|
1583
1583
|
f ??= r.value;
|
|
1584
1584
|
let p = i.value;
|
|
1585
|
-
return c(p) ? l && u && a?.async === !1 && a.jitless !== !0 ? (s ||= o(t.shape), i = s(i, a), d ?
|
|
1585
|
+
return c(p) ? l && u && a?.async === !1 && a.jitless !== !0 ? (s ||= o(t.shape), i = s(i, a), d ? mr([], p, i, a, f, e) : i) : n(i, a) : (i.issues.push({
|
|
1586
1586
|
expected: "object",
|
|
1587
1587
|
code: "invalid_type",
|
|
1588
1588
|
input: p,
|
|
@@ -1590,18 +1590,18 @@ var mr = /* @__PURE__ */ new WeakMap(), hr = /*@__PURE__*/ _("$ZodObject", (e, t
|
|
|
1590
1590
|
}), i);
|
|
1591
1591
|
};
|
|
1592
1592
|
});
|
|
1593
|
-
function
|
|
1593
|
+
function vr(e, t, n, r) {
|
|
1594
1594
|
for (let n of e) if (n.issues.length === 0) return t.value = n.value, t;
|
|
1595
1595
|
let i = e.filter((e) => !ve(e));
|
|
1596
1596
|
return i.length === 1 ? (t.value = i[0].value, i[0]) : (t.issues.push({
|
|
1597
1597
|
code: "invalid_union",
|
|
1598
1598
|
input: t.value,
|
|
1599
1599
|
inst: n,
|
|
1600
|
-
errors: e.map((e) => e.issues.map((e) => Ce(e, r,
|
|
1600
|
+
errors: e.map((e) => e.issues.map((e) => Ce(e, r, Ke())))
|
|
1601
1601
|
}), t);
|
|
1602
1602
|
}
|
|
1603
|
-
var
|
|
1604
|
-
|
|
1603
|
+
var yr = /*@__PURE__*/ _("$ZodUnion", (e, t) => {
|
|
1604
|
+
b.init(e, t), g(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), g(e, "optout", (e) => e.def.options.some((e) => e._zod.optout === "optional") ? "optional" : void 0), g(e, "values", (e) => {
|
|
1605
1605
|
if (e.def.options.every((e) => e._zod.values)) return new Set(e.def.options.flatMap((e) => Array.from(e._zod.values)));
|
|
1606
1606
|
}), g(e, "pattern", (e) => {
|
|
1607
1607
|
if (e.def.options.every((e) => e._zod.pattern)) {
|
|
@@ -1624,10 +1624,10 @@ var vr = /*@__PURE__*/ _("$ZodUnion", (e, t) => {
|
|
|
1624
1624
|
o.push(t);
|
|
1625
1625
|
}
|
|
1626
1626
|
}
|
|
1627
|
-
return a ? Promise.all(o).then((t) =>
|
|
1627
|
+
return a ? Promise.all(o).then((t) => vr(t, r, e, i)) : vr(o, r, e, i);
|
|
1628
1628
|
};
|
|
1629
|
-
}),
|
|
1630
|
-
t.inclusive = !1,
|
|
1629
|
+
}), br = /*@__PURE__*/ _("$ZodDiscriminatedUnion", (e, t) => {
|
|
1630
|
+
t.inclusive = !1, yr.init(e, t);
|
|
1631
1631
|
let n = e._zod.parse;
|
|
1632
1632
|
g(e, "propValues", (e) => {
|
|
1633
1633
|
let t = {};
|
|
@@ -1641,7 +1641,7 @@ var vr = /*@__PURE__*/ _("$ZodUnion", (e, t) => {
|
|
|
1641
1641
|
}
|
|
1642
1642
|
return t;
|
|
1643
1643
|
}), t.options.forEach((e, n) => {
|
|
1644
|
-
let r =
|
|
1644
|
+
let r = hr.get(e._zod.def);
|
|
1645
1645
|
if (r && !Object.prototype.hasOwnProperty.call(r, t.discriminator)) throw Error(`Invalid discriminated union option at index "${n}"`);
|
|
1646
1646
|
});
|
|
1647
1647
|
let r = a(() => {
|
|
@@ -1676,8 +1676,8 @@ var vr = /*@__PURE__*/ _("$ZodUnion", (e, t) => {
|
|
|
1676
1676
|
inst: e
|
|
1677
1677
|
}), i);
|
|
1678
1678
|
};
|
|
1679
|
-
}),
|
|
1680
|
-
|
|
1679
|
+
}), xr = /*@__PURE__*/ _("$ZodIntersection", (e, t) => {
|
|
1680
|
+
b.init(e, t), e._zod.parse = (e, n) => {
|
|
1681
1681
|
let r = e.value, i = t.left._zod.run({
|
|
1682
1682
|
value: r,
|
|
1683
1683
|
issues: []
|
|
@@ -1685,10 +1685,10 @@ var vr = /*@__PURE__*/ _("$ZodUnion", (e, t) => {
|
|
|
1685
1685
|
value: r,
|
|
1686
1686
|
issues: []
|
|
1687
1687
|
}, n);
|
|
1688
|
-
return i instanceof Promise || a instanceof Promise ? Promise.all([i, a]).then(([t, n]) =>
|
|
1688
|
+
return i instanceof Promise || a instanceof Promise ? Promise.all([i, a]).then(([t, n]) => Cr(e, t, n)) : Cr(e, i, a);
|
|
1689
1689
|
};
|
|
1690
1690
|
});
|
|
1691
|
-
function
|
|
1691
|
+
function Sr(e, t) {
|
|
1692
1692
|
if (e === t || e instanceof Date && t instanceof Date && +e == +t) return {
|
|
1693
1693
|
valid: !0,
|
|
1694
1694
|
data: e
|
|
@@ -1701,7 +1701,7 @@ function xr(e, t) {
|
|
|
1701
1701
|
Object.prototype.hasOwnProperty.call(i, "__proto__") && delete i.__proto__;
|
|
1702
1702
|
for (let n of r) {
|
|
1703
1703
|
if (n === "__proto__") continue;
|
|
1704
|
-
let r =
|
|
1704
|
+
let r = Sr(e[n], t[n]);
|
|
1705
1705
|
if (!r.valid) return {
|
|
1706
1706
|
valid: !1,
|
|
1707
1707
|
mergeErrorPath: [n, ...r.mergeErrorPath]
|
|
@@ -1720,7 +1720,7 @@ function xr(e, t) {
|
|
|
1720
1720
|
};
|
|
1721
1721
|
let n = [];
|
|
1722
1722
|
for (let r = 0; r < e.length; r++) {
|
|
1723
|
-
let i = e[r], a = t[r], o =
|
|
1723
|
+
let i = e[r], a = t[r], o = Sr(i, a);
|
|
1724
1724
|
if (!o.valid) return {
|
|
1725
1725
|
valid: !1,
|
|
1726
1726
|
mergeErrorPath: [r, ...o.mergeErrorPath]
|
|
@@ -1737,7 +1737,7 @@ function xr(e, t) {
|
|
|
1737
1737
|
mergeErrorPath: []
|
|
1738
1738
|
};
|
|
1739
1739
|
}
|
|
1740
|
-
function
|
|
1740
|
+
function Cr(e, t, n) {
|
|
1741
1741
|
let r = /* @__PURE__ */ new Map(), i, a = /* @__PURE__ */ new Map(), o = (e, t) => {
|
|
1742
1742
|
let n;
|
|
1743
1743
|
if (e.code === "unrecognized_keys" && !e.path?.length) i ??= e, n = e.keys;
|
|
@@ -1759,15 +1759,15 @@ function Sr(e, t, n) {
|
|
|
1759
1759
|
});
|
|
1760
1760
|
for (let n of s) !t.includes(n) && a.has(n) && e.issues.push(a.get(n));
|
|
1761
1761
|
}
|
|
1762
|
-
let c =
|
|
1762
|
+
let c = Sr(t.value, n.value);
|
|
1763
1763
|
if (!c.valid) {
|
|
1764
1764
|
if (ve(e)) return e;
|
|
1765
1765
|
throw Error(`Unmergable intersection. Error path: ${JSON.stringify(c.mergeErrorPath)}`);
|
|
1766
1766
|
}
|
|
1767
1767
|
return e.value = c.data, e;
|
|
1768
1768
|
}
|
|
1769
|
-
var
|
|
1770
|
-
|
|
1769
|
+
var wr = /*@__PURE__*/ _("$ZodTuple", (e, t) => {
|
|
1770
|
+
b.init(e, t);
|
|
1771
1771
|
let n = t.items, r = v.memoizer;
|
|
1772
1772
|
r?.attach(e), e._zod.parse = (i, a) => {
|
|
1773
1773
|
let o = i.value;
|
|
@@ -1778,7 +1778,7 @@ var Cr = /*@__PURE__*/ _("$ZodTuple", (e, t) => {
|
|
|
1778
1778
|
code: "invalid_type"
|
|
1779
1779
|
}), i;
|
|
1780
1780
|
i.value = r ? r.alloc(e, i, [], a) : [];
|
|
1781
|
-
let s = [], c =
|
|
1781
|
+
let s = [], c = Tr(n, "optin"), l = Tr(n, "optout");
|
|
1782
1782
|
if (!t.rest) {
|
|
1783
1783
|
if (o.length < c) return i.issues.push({
|
|
1784
1784
|
code: "too_small",
|
|
@@ -1815,20 +1815,20 @@ var Cr = /*@__PURE__*/ _("$ZodTuple", (e, t) => {
|
|
|
1815
1815
|
value: n,
|
|
1816
1816
|
issues: []
|
|
1817
1817
|
}, a);
|
|
1818
|
-
r instanceof Promise ? s.push(r.then((t) =>
|
|
1818
|
+
r instanceof Promise ? s.push(r.then((t) => Er(t, i, e))) : Er(r, i, e);
|
|
1819
1819
|
}
|
|
1820
1820
|
}
|
|
1821
|
-
return s.length ? Promise.all(s).then(() =>
|
|
1821
|
+
return s.length ? Promise.all(s).then(() => Dr(u, i, n, o, l)) : Dr(u, i, n, o, l);
|
|
1822
1822
|
};
|
|
1823
1823
|
});
|
|
1824
|
-
function
|
|
1824
|
+
function Tr(e, t) {
|
|
1825
1825
|
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;
|
|
1826
1826
|
return 0;
|
|
1827
1827
|
}
|
|
1828
|
-
function
|
|
1828
|
+
function Er(e, t, n) {
|
|
1829
1829
|
e.issues.length && t.issues.push(...be(n, e.issues)), t.value[n] = e.value;
|
|
1830
1830
|
}
|
|
1831
|
-
function
|
|
1831
|
+
function Dr(e, t, n, r, i) {
|
|
1832
1832
|
for (let a = 0; a < n.length; a++) {
|
|
1833
1833
|
let o = e[a], s = a < r.length;
|
|
1834
1834
|
if (!s && a >= i && n[a]._zod.optin === "optional") {
|
|
@@ -1847,8 +1847,8 @@ function Er(e, t, n, r, i) {
|
|
|
1847
1847
|
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;
|
|
1848
1848
|
return t;
|
|
1849
1849
|
}
|
|
1850
|
-
var
|
|
1851
|
-
|
|
1850
|
+
var Or = /*@__PURE__*/ _("$ZodRecord", (e, t) => {
|
|
1851
|
+
b.init(e, t);
|
|
1852
1852
|
let n = v.memoizer;
|
|
1853
1853
|
n?.attach(e), e._zod.parse = (r, i) => {
|
|
1854
1854
|
let a = r.value;
|
|
@@ -1873,7 +1873,7 @@ var Dr = /*@__PURE__*/ _("$ZodRecord", (e, t) => {
|
|
|
1873
1873
|
r.issues.push({
|
|
1874
1874
|
code: "invalid_key",
|
|
1875
1875
|
origin: "record",
|
|
1876
|
-
issues: s.issues.map((e) => Ce(e, i,
|
|
1876
|
+
issues: s.issues.map((e) => Ce(e, i, Ke())),
|
|
1877
1877
|
input: n,
|
|
1878
1878
|
path: [n],
|
|
1879
1879
|
inst: e
|
|
@@ -1914,7 +1914,7 @@ var Dr = /*@__PURE__*/ _("$ZodRecord", (e, t) => {
|
|
|
1914
1914
|
issues: []
|
|
1915
1915
|
}, i);
|
|
1916
1916
|
if (l instanceof Promise) throw Error("Async schemas not supported in object keys currently");
|
|
1917
|
-
if (typeof n == "string" &&
|
|
1917
|
+
if (typeof n == "string" && Yt.test(n) && l.issues.length) {
|
|
1918
1918
|
let e = t.keyType._zod.run({
|
|
1919
1919
|
value: Number(n),
|
|
1920
1920
|
issues: []
|
|
@@ -1926,7 +1926,7 @@ var Dr = /*@__PURE__*/ _("$ZodRecord", (e, t) => {
|
|
|
1926
1926
|
t.mode === "loose" ? r.value[n] = a[n] : s ? (c ??= [], c.push(n)) : r.issues.push({
|
|
1927
1927
|
code: "invalid_key",
|
|
1928
1928
|
origin: "record",
|
|
1929
|
-
issues: l.issues.map((e) => Ce(e, i,
|
|
1929
|
+
issues: l.issues.map((e) => Ce(e, i, Ke())),
|
|
1930
1930
|
input: n,
|
|
1931
1931
|
path: [n],
|
|
1932
1932
|
inst: e
|
|
@@ -1953,8 +1953,8 @@ var Dr = /*@__PURE__*/ _("$ZodRecord", (e, t) => {
|
|
|
1953
1953
|
}
|
|
1954
1954
|
return o.length ? Promise.all(o).then(() => r) : r;
|
|
1955
1955
|
};
|
|
1956
|
-
}),
|
|
1957
|
-
|
|
1956
|
+
}), kr = /*@__PURE__*/ _("$ZodEnum", (e, t) => {
|
|
1957
|
+
b.init(e, t);
|
|
1958
1958
|
let r = n(t.entries), i = new Set(r);
|
|
1959
1959
|
e._zod.values = i;
|
|
1960
1960
|
let a = r.filter((e) => ae.has(typeof e));
|
|
@@ -1967,8 +1967,8 @@ var Dr = /*@__PURE__*/ _("$ZodRecord", (e, t) => {
|
|
|
1967
1967
|
inst: e
|
|
1968
1968
|
}), t;
|
|
1969
1969
|
};
|
|
1970
|
-
}),
|
|
1971
|
-
|
|
1970
|
+
}), Ar = /*@__PURE__*/ _("$ZodLiteral", (e, t) => {
|
|
1971
|
+
b.init(e, t);
|
|
1972
1972
|
let n = new Set(t.values);
|
|
1973
1973
|
e._zod.values = n, e._zod.pattern = RegExp(t.values.length ? `^(${t.values.map((e) => typeof e == "string" ? oe(e) : e ? oe(e.toString()) : String(e)).join("|")})$` : "^[^\\s\\S]$"), e._zod.parse = (r, i) => {
|
|
1974
1974
|
let a = r.value;
|
|
@@ -1979,8 +1979,8 @@ var Dr = /*@__PURE__*/ _("$ZodRecord", (e, t) => {
|
|
|
1979
1979
|
inst: e
|
|
1980
1980
|
}), r;
|
|
1981
1981
|
};
|
|
1982
|
-
}),
|
|
1983
|
-
|
|
1982
|
+
}), jr = /*@__PURE__*/ _("$ZodTransform", (e, t) => {
|
|
1983
|
+
b.init(e, t), e._zod.optin = "optional", v.memoizer?.guard(e), e._zod.parse = (n, r) => {
|
|
1984
1984
|
if (r.direction === "backward") throw new Ge(e.constructor.name);
|
|
1985
1985
|
let i = t.transform(n.value, n);
|
|
1986
1986
|
if (r.async) return (i instanceof Promise ? i : Promise.resolve(i)).then((e) => (n.value = e, n));
|
|
@@ -1988,11 +1988,11 @@ var Dr = /*@__PURE__*/ _("$ZodRecord", (e, t) => {
|
|
|
1988
1988
|
return n.value = i, n;
|
|
1989
1989
|
};
|
|
1990
1990
|
});
|
|
1991
|
-
function
|
|
1991
|
+
function Mr(e, t) {
|
|
1992
1992
|
return e.value = t.issues.length ? void 0 : t.value, e;
|
|
1993
1993
|
}
|
|
1994
|
-
var
|
|
1995
|
-
|
|
1994
|
+
var Nr = /*@__PURE__*/ _("$ZodOptional", (e, t) => {
|
|
1995
|
+
b.init(e, t), g(e, "optin", (e) => e.def.innerType._zod.optin === "defaulted" ? "defaulted" : "optional"), e._zod.optout = "optional", g(e, "values", (e) => {
|
|
1996
1996
|
let t = e.def.innerType._zod.values;
|
|
1997
1997
|
return t ? /* @__PURE__ */ new Set([...t, void 0]) : void 0;
|
|
1998
1998
|
}), g(e, "pattern", (e) => {
|
|
@@ -2005,40 +2005,40 @@ var Mr = /*@__PURE__*/ _("$ZodOptional", (e, t) => {
|
|
|
2005
2005
|
value: e.value,
|
|
2006
2006
|
issues: []
|
|
2007
2007
|
}, n);
|
|
2008
|
-
return r instanceof Promise ? r.then((t) =>
|
|
2008
|
+
return r instanceof Promise ? r.then((t) => Mr(e, t)) : Mr(e, r);
|
|
2009
2009
|
}
|
|
2010
2010
|
return t.innerType._zod.run(e, n);
|
|
2011
2011
|
};
|
|
2012
|
-
}),
|
|
2013
|
-
|
|
2014
|
-
}),
|
|
2015
|
-
|
|
2012
|
+
}), Pr = /*@__PURE__*/ _("$ZodExactOptional", (e, t) => {
|
|
2013
|
+
Nr.init(e, t), g(e, "values", (e) => e.def.innerType._zod.values), g(e, "pattern", (e) => e.def.innerType._zod.pattern), e._zod.parse = (e, n) => t.innerType._zod.run(e, n);
|
|
2014
|
+
}), Fr = /*@__PURE__*/ _("$ZodNullable", (e, t) => {
|
|
2015
|
+
b.init(e, t), g(e, "optin", (e) => e.def.innerType._zod.optin), g(e, "optout", (e) => e.def.innerType._zod.optout), g(e, "pattern", (e) => {
|
|
2016
2016
|
let t = e.def.innerType._zod.pattern;
|
|
2017
2017
|
return t ? RegExp(`^(${s(t.source)}|null)$`) : void 0;
|
|
2018
2018
|
}), g(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);
|
|
2019
|
-
}),
|
|
2020
|
-
|
|
2019
|
+
}), Ir = /*@__PURE__*/ _("$ZodDefault", (e, t) => {
|
|
2020
|
+
b.init(e, t), e._zod.optin = "defaulted", g(e, "values", (e) => e.def.innerType._zod.values), e._zod.parse = (e, n) => {
|
|
2021
2021
|
if (n.direction === "backward") return t.innerType._zod.run(e, n);
|
|
2022
2022
|
if (e.value === void 0) return e.value = t.defaultValue, e;
|
|
2023
2023
|
let r = t.innerType._zod.run(e, n);
|
|
2024
|
-
return r instanceof Promise ? r.then((e) =>
|
|
2024
|
+
return r instanceof Promise ? r.then((e) => Lr(e, t)) : Lr(r, t);
|
|
2025
2025
|
};
|
|
2026
2026
|
});
|
|
2027
|
-
function
|
|
2027
|
+
function Lr(e, t) {
|
|
2028
2028
|
return e.value === void 0 && (e.value = t.defaultValue), e;
|
|
2029
2029
|
}
|
|
2030
|
-
var
|
|
2031
|
-
|
|
2032
|
-
}),
|
|
2033
|
-
|
|
2030
|
+
var Rr = /*@__PURE__*/ _("$ZodPrefault", (e, t) => {
|
|
2031
|
+
b.init(e, t), e._zod.optin = "defaulted", g(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));
|
|
2032
|
+
}), zr = /*@__PURE__*/ _("$ZodNonOptional", (e, t) => {
|
|
2033
|
+
b.init(e, t), g(e, "values", (e) => {
|
|
2034
2034
|
let t = e.def.innerType._zod.values;
|
|
2035
2035
|
return t ? new Set([...t].filter((e) => e !== void 0)) : void 0;
|
|
2036
2036
|
}), e._zod.parse = (n, r) => {
|
|
2037
2037
|
let i = t.innerType._zod.run(n, r);
|
|
2038
|
-
return i instanceof Promise ? i.then((t) =>
|
|
2038
|
+
return i instanceof Promise ? i.then((t) => Br(t, e)) : Br(i, e);
|
|
2039
2039
|
};
|
|
2040
2040
|
});
|
|
2041
|
-
function
|
|
2041
|
+
function Br(e, t) {
|
|
2042
2042
|
return !e.issues.length && e.value === void 0 && e.issues.push({
|
|
2043
2043
|
code: "invalid_type",
|
|
2044
2044
|
expected: "nonoptional",
|
|
@@ -2046,62 +2046,62 @@ function zr(e, t) {
|
|
|
2046
2046
|
inst: t
|
|
2047
2047
|
}), e;
|
|
2048
2048
|
}
|
|
2049
|
-
function
|
|
2049
|
+
function Vr(e, t, n, r) {
|
|
2050
2050
|
return t.issues.length ? (e.value = n.catchValue({
|
|
2051
2051
|
...t,
|
|
2052
2052
|
value: e.value,
|
|
2053
|
-
error: { issues: t.issues.map((e) => Ce(e, r,
|
|
2053
|
+
error: { issues: t.issues.map((e) => Ce(e, r, Ke())) },
|
|
2054
2054
|
input: e.value
|
|
2055
2055
|
}), e) : (e.value = t.value, t.memo && (e.memo = !0), e);
|
|
2056
2056
|
}
|
|
2057
|
-
var
|
|
2058
|
-
|
|
2057
|
+
var Hr = /*@__PURE__*/ _("$ZodCatch", (e, t) => {
|
|
2058
|
+
b.init(e, t), g(e, "optin", (e) => e.def.innerType._zod.optin === "defaulted" ? "defaulted" : "optional"), g(e, "optout", (e) => e.def.innerType._zod.optout), g(e, "values", (e) => e.def.innerType._zod.values), e._zod.parse = (e, n) => {
|
|
2059
2059
|
if (n.direction === "backward") return t.innerType._zod.run(e, n);
|
|
2060
2060
|
let r = t.innerType._zod.run({
|
|
2061
2061
|
value: e.value,
|
|
2062
2062
|
issues: []
|
|
2063
2063
|
}, n);
|
|
2064
|
-
return r instanceof Promise ? r.then((r) =>
|
|
2064
|
+
return r instanceof Promise ? r.then((r) => Vr(e, r, t, n)) : Vr(e, r, t, n);
|
|
2065
2065
|
};
|
|
2066
|
-
}),
|
|
2067
|
-
|
|
2066
|
+
}), Ur = /*@__PURE__*/ _("$ZodPipe", (e, t) => {
|
|
2067
|
+
b.init(e, t), g(e, "values", (e) => e.def.in._zod.values), g(e, "optin", (e) => e.def.in._zod.optin), g(e, "optout", (e) => e.def.out._zod.optout), g(e, "propValues", (e) => e.def.in._zod.propValues), e._zod.parse = (e, n) => {
|
|
2068
2068
|
if (n.direction === "backward") {
|
|
2069
2069
|
let r = t.out._zod.run(e, n);
|
|
2070
|
-
return r instanceof Promise ? r.then((e) =>
|
|
2070
|
+
return r instanceof Promise ? r.then((e) => Wr(e, t.in, n)) : Wr(r, t.in, n);
|
|
2071
2071
|
}
|
|
2072
2072
|
let r = t.in._zod.run(e, n);
|
|
2073
|
-
return r instanceof Promise ? r.then((e) =>
|
|
2073
|
+
return r instanceof Promise ? r.then((e) => Wr(e, t.out, n)) : Wr(r, t.out, n);
|
|
2074
2074
|
};
|
|
2075
2075
|
});
|
|
2076
|
-
function
|
|
2076
|
+
function Wr(e, t, n) {
|
|
2077
2077
|
return e.issues.some((e) => e.code !== "unrecognized_keys") ? (e.aborted = !0, e) : t._zod.run({
|
|
2078
2078
|
value: e.value,
|
|
2079
2079
|
issues: e.issues
|
|
2080
2080
|
}, n);
|
|
2081
2081
|
}
|
|
2082
|
-
var
|
|
2083
|
-
|
|
2082
|
+
var Gr = /*@__PURE__*/ _("$ZodReadonly", (e, t) => {
|
|
2083
|
+
b.init(e, t), g(e, "propValues", (e) => e.def.innerType._zod.propValues), g(e, "values", (e) => e.def.innerType._zod.values), g(e, "optin", (e) => e.def.innerType?._zod?.optin), g(e, "optout", (e) => e.def.innerType?._zod?.optout), e._zod.parse = (e, n) => {
|
|
2084
2084
|
if (n.direction === "backward") return t.innerType._zod.run(e, n);
|
|
2085
2085
|
let r = t.innerType._zod.run(e, n);
|
|
2086
|
-
return r instanceof Promise ? r.then(
|
|
2086
|
+
return r instanceof Promise ? r.then(Kr) : Kr(r);
|
|
2087
2087
|
};
|
|
2088
2088
|
});
|
|
2089
|
-
function
|
|
2089
|
+
function Kr(e) {
|
|
2090
2090
|
return e.memo || (e.value = Object.freeze(e.value)), e;
|
|
2091
2091
|
}
|
|
2092
|
-
var
|
|
2093
|
-
|
|
2092
|
+
var qr = /*@__PURE__*/ _("$ZodLazy", (e, t) => {
|
|
2093
|
+
b.init(e, t), u(e._zod, "innerType", () => {
|
|
2094
2094
|
let e = t;
|
|
2095
2095
|
return e._cachedInner ||= t.getter(), e._cachedInner;
|
|
2096
2096
|
}), g(e, "pattern", (e) => e.innerType?._zod?.pattern), g(e, "propValues", (e) => e.innerType?._zod?.propValues), g(e, "optin", (e) => e.innerType?._zod?.optin ?? void 0), g(e, "optout", (e) => e.innerType?._zod?.optout ?? void 0), e._zod.parse = (t, n) => e._zod.innerType._zod.run(t, n);
|
|
2097
|
-
}),
|
|
2098
|
-
|
|
2097
|
+
}), Jr = /*@__PURE__*/ _("$ZodCustom", (e, t) => {
|
|
2098
|
+
y.init(e, t), b.init(e, t), e._zod.parse = (e, t) => e, e._zod.check = (n) => {
|
|
2099
2099
|
let r = n.value, i = t.fn(r);
|
|
2100
|
-
if (i instanceof Promise) return i.then((t) =>
|
|
2101
|
-
|
|
2100
|
+
if (i instanceof Promise) return i.then((t) => Yr(t, n, r, e));
|
|
2101
|
+
Yr(i, n, r, e);
|
|
2102
2102
|
};
|
|
2103
2103
|
});
|
|
2104
|
-
function
|
|
2104
|
+
function Yr(e, t, n, r) {
|
|
2105
2105
|
if (!e) {
|
|
2106
2106
|
let e = {
|
|
2107
2107
|
code: "custom",
|
|
@@ -2115,25 +2115,25 @@ function Jr(e, t, n, r) {
|
|
|
2115
2115
|
}
|
|
2116
2116
|
//#endregion
|
|
2117
2117
|
//#region ../../node_modules/.bun/zod@4.5.4/node_modules/zod/v4/core/memoizer.js
|
|
2118
|
-
var
|
|
2118
|
+
var Xr = class extends Error {
|
|
2119
2119
|
constructor() {
|
|
2120
2120
|
super("Cannot parse a reference cycle that closes through a transform"), this.name = "ZodCyclicError";
|
|
2121
2121
|
}
|
|
2122
|
-
},
|
|
2123
|
-
function
|
|
2122
|
+
}, Zr = "~memo", Qr = [];
|
|
2123
|
+
function $r(e) {
|
|
2124
2124
|
return e.map((e) => e.path ? {
|
|
2125
2125
|
...e,
|
|
2126
2126
|
path: e.path.slice()
|
|
2127
2127
|
} : { ...e });
|
|
2128
2128
|
}
|
|
2129
|
-
var
|
|
2130
|
-
function
|
|
2131
|
-
let n =
|
|
2129
|
+
var ei = /*@__PURE__*/ new WeakMap();
|
|
2130
|
+
function ti(e, t) {
|
|
2131
|
+
let n = ei.get(e);
|
|
2132
2132
|
if (n !== void 0) return n;
|
|
2133
2133
|
if (t.has(e)) return !0;
|
|
2134
2134
|
t.add(e);
|
|
2135
2135
|
let r = !1, i = (e) => {
|
|
2136
|
-
!r && e?._zod &&
|
|
2136
|
+
!r && e?._zod && ti(e, t) && (r = !0);
|
|
2137
2137
|
}, a = e._zod.def;
|
|
2138
2138
|
switch (a.type) {
|
|
2139
2139
|
case "object":
|
|
@@ -2210,28 +2210,28 @@ function ei(e, t) {
|
|
|
2210
2210
|
}
|
|
2211
2211
|
}
|
|
2212
2212
|
}
|
|
2213
|
-
return t.delete(e),
|
|
2213
|
+
return t.delete(e), ei.set(e, r), r;
|
|
2214
2214
|
}
|
|
2215
|
-
function
|
|
2215
|
+
function ni(e, t) {
|
|
2216
2216
|
let n = e.buckets.get(t);
|
|
2217
2217
|
return n || (n = /* @__PURE__ */ new Map(), e.buckets.set(t, n)), n;
|
|
2218
2218
|
}
|
|
2219
|
-
var
|
|
2219
|
+
var ri, ii = [], ai = {
|
|
2220
2220
|
alloc(e, t, n) {
|
|
2221
|
-
let r =
|
|
2221
|
+
let r = ri;
|
|
2222
2222
|
if (!r) return n;
|
|
2223
|
-
|
|
2223
|
+
ri = void 0;
|
|
2224
2224
|
let i = {
|
|
2225
2225
|
value: n,
|
|
2226
2226
|
issues: null
|
|
2227
2227
|
};
|
|
2228
|
-
return r.set(t.value, i),
|
|
2228
|
+
return r.set(t.value, i), ii.push(i), n;
|
|
2229
2229
|
},
|
|
2230
2230
|
guard(e) {
|
|
2231
2231
|
var t;
|
|
2232
2232
|
(t = e._zod).deferred ?? (t.deferred = []), e._zod.deferred.push(() => {
|
|
2233
2233
|
let t = e._zod.parse, n = (e, n) => {
|
|
2234
|
-
if (n.direction !== "backward" &&
|
|
2234
|
+
if (n.direction !== "backward" && si(n, e.value)) throw new Xr();
|
|
2235
2235
|
return t(e, n);
|
|
2236
2236
|
};
|
|
2237
2237
|
e._zod.parse = n, e._zod.run === t && (e._zod.run = n);
|
|
@@ -2242,38 +2242,38 @@ var ni, ri = [], ii = {
|
|
|
2242
2242
|
let n, r, i;
|
|
2243
2243
|
(t = e._zod).deferred ?? (t.deferred = []), e._zod.deferred.push(() => {
|
|
2244
2244
|
let t = e._zod.parse, a = (o, s) => {
|
|
2245
|
-
if (n === void 0 && (n =
|
|
2245
|
+
if (n === void 0 && (n = ti(e, /* @__PURE__ */ new Set()), !n)) return e._zod.parse = t, e._zod.run === a && (e._zod.run = t), t(o, s);
|
|
2246
2246
|
let c = o.value;
|
|
2247
2247
|
if (typeof c != "object" || !c) return t(o, s);
|
|
2248
|
-
let l = s[
|
|
2248
|
+
let l = s[Zr];
|
|
2249
2249
|
l || (l = {
|
|
2250
2250
|
buckets: /* @__PURE__ */ new Map(),
|
|
2251
2251
|
backEdges: void 0
|
|
2252
|
-
}, s[
|
|
2252
|
+
}, s[Zr] = l);
|
|
2253
2253
|
let u;
|
|
2254
|
-
r === s ? u = i : (u =
|
|
2254
|
+
r === s ? u = i : (u = ni(l, e), r = s, i = u);
|
|
2255
2255
|
let d = u.get(c);
|
|
2256
|
-
if (d) return o.value = d.value, d.issues ? d.issues.length && o.issues.push(
|
|
2257
|
-
|
|
2258
|
-
let f =
|
|
2259
|
-
|
|
2260
|
-
let m =
|
|
2261
|
-
return p instanceof Promise ? p.then((e) => (m && (m.issues = e.issues.length ?
|
|
2256
|
+
if (d) return o.value = d.value, d.issues ? d.issues.length && o.issues.push(...$r(d.issues)) : (o.memo = !0, l.backEdges ?? (l.backEdges = /* @__PURE__ */ new Set()), l.backEdges.add(d.value)), o;
|
|
2257
|
+
ri = u;
|
|
2258
|
+
let f = ii.length, p = t(o, s);
|
|
2259
|
+
ri = void 0;
|
|
2260
|
+
let m = ii.length > f ? ii.pop() : void 0;
|
|
2261
|
+
return p instanceof Promise ? p.then((e) => (m && (m.issues = e.issues.length ? $r(e.issues) : Qr), e)) : (m && (m.issues = p.issues.length ? $r(p.issues) : Qr), p);
|
|
2262
2262
|
};
|
|
2263
2263
|
e._zod.parse = a, e._zod.run === t && (e._zod.run = a);
|
|
2264
2264
|
});
|
|
2265
2265
|
}
|
|
2266
2266
|
};
|
|
2267
|
-
function
|
|
2268
|
-
return
|
|
2267
|
+
function oi() {
|
|
2268
|
+
return ai;
|
|
2269
2269
|
}
|
|
2270
|
-
function
|
|
2271
|
-
let n = e[
|
|
2270
|
+
function si(e, t) {
|
|
2271
|
+
let n = e[Zr]?.backEdges;
|
|
2272
2272
|
return n !== void 0 && typeof t == "object" && !!t && n.has(t);
|
|
2273
2273
|
}
|
|
2274
2274
|
//#endregion
|
|
2275
2275
|
//#region ../../node_modules/.bun/zod@4.5.4/node_modules/zod/v4/locales/en.js
|
|
2276
|
-
var
|
|
2276
|
+
var ci = () => {
|
|
2277
2277
|
let e = {
|
|
2278
2278
|
string: {
|
|
2279
2279
|
unit: "characters",
|
|
@@ -2359,12 +2359,12 @@ var si = () => {
|
|
|
2359
2359
|
}
|
|
2360
2360
|
};
|
|
2361
2361
|
};
|
|
2362
|
-
function
|
|
2363
|
-
return { localeError:
|
|
2362
|
+
function li() {
|
|
2363
|
+
return { localeError: ci() };
|
|
2364
2364
|
}
|
|
2365
2365
|
//#endregion
|
|
2366
2366
|
//#region ../../node_modules/.bun/zod@4.5.4/node_modules/zod/v4/core/registries.js
|
|
2367
|
-
var
|
|
2367
|
+
var ui, di = class {
|
|
2368
2368
|
constructor() {
|
|
2369
2369
|
this._map = /* @__PURE__ */ new WeakMap(), this._idmap = /* @__PURE__ */ new Map();
|
|
2370
2370
|
}
|
|
@@ -2396,22 +2396,22 @@ var li, ui = class {
|
|
|
2396
2396
|
return this._map.has(e);
|
|
2397
2397
|
}
|
|
2398
2398
|
};
|
|
2399
|
-
function
|
|
2400
|
-
return new
|
|
2399
|
+
function fi() {
|
|
2400
|
+
return new di();
|
|
2401
2401
|
}
|
|
2402
|
-
(
|
|
2403
|
-
var
|
|
2402
|
+
(ui = globalThis).__zod_globalRegistry ?? (ui.__zod_globalRegistry = fi());
|
|
2403
|
+
var pi = globalThis.__zod_globalRegistry;
|
|
2404
2404
|
//#endregion
|
|
2405
2405
|
//#region ../../node_modules/.bun/zod@4.5.4/node_modules/zod/v4/core/api.js
|
|
2406
2406
|
// @__NO_SIDE_EFFECTS__
|
|
2407
|
-
function
|
|
2407
|
+
function mi(e, t) {
|
|
2408
2408
|
return new e({
|
|
2409
2409
|
type: "string",
|
|
2410
2410
|
...h(t)
|
|
2411
2411
|
});
|
|
2412
2412
|
}
|
|
2413
2413
|
// @__NO_SIDE_EFFECTS__
|
|
2414
|
-
function
|
|
2414
|
+
function hi(e, t) {
|
|
2415
2415
|
return new e({
|
|
2416
2416
|
type: "string",
|
|
2417
2417
|
format: "email",
|
|
@@ -2421,7 +2421,7 @@ function mi(e, t) {
|
|
|
2421
2421
|
});
|
|
2422
2422
|
}
|
|
2423
2423
|
// @__NO_SIDE_EFFECTS__
|
|
2424
|
-
function
|
|
2424
|
+
function gi(e, t) {
|
|
2425
2425
|
return new e({
|
|
2426
2426
|
type: "string",
|
|
2427
2427
|
format: "guid",
|
|
@@ -2431,7 +2431,7 @@ function hi(e, t) {
|
|
|
2431
2431
|
});
|
|
2432
2432
|
}
|
|
2433
2433
|
// @__NO_SIDE_EFFECTS__
|
|
2434
|
-
function
|
|
2434
|
+
function _i(e, t) {
|
|
2435
2435
|
return new e({
|
|
2436
2436
|
type: "string",
|
|
2437
2437
|
format: "uuid",
|
|
@@ -2441,7 +2441,7 @@ function gi(e, t) {
|
|
|
2441
2441
|
});
|
|
2442
2442
|
}
|
|
2443
2443
|
// @__NO_SIDE_EFFECTS__
|
|
2444
|
-
function
|
|
2444
|
+
function vi(e, t) {
|
|
2445
2445
|
return new e({
|
|
2446
2446
|
type: "string",
|
|
2447
2447
|
format: "uuid",
|
|
@@ -2452,7 +2452,7 @@ function _i(e, t) {
|
|
|
2452
2452
|
});
|
|
2453
2453
|
}
|
|
2454
2454
|
// @__NO_SIDE_EFFECTS__
|
|
2455
|
-
function
|
|
2455
|
+
function yi(e, t) {
|
|
2456
2456
|
return new e({
|
|
2457
2457
|
type: "string",
|
|
2458
2458
|
format: "uuid",
|
|
@@ -2463,7 +2463,7 @@ function vi(e, t) {
|
|
|
2463
2463
|
});
|
|
2464
2464
|
}
|
|
2465
2465
|
// @__NO_SIDE_EFFECTS__
|
|
2466
|
-
function
|
|
2466
|
+
function bi(e, t) {
|
|
2467
2467
|
return new e({
|
|
2468
2468
|
type: "string",
|
|
2469
2469
|
format: "uuid",
|
|
@@ -2474,7 +2474,7 @@ function yi(e, t) {
|
|
|
2474
2474
|
});
|
|
2475
2475
|
}
|
|
2476
2476
|
// @__NO_SIDE_EFFECTS__
|
|
2477
|
-
function
|
|
2477
|
+
function xi(e, t) {
|
|
2478
2478
|
return new e({
|
|
2479
2479
|
type: "string",
|
|
2480
2480
|
format: "url",
|
|
@@ -2484,7 +2484,7 @@ function bi(e, t) {
|
|
|
2484
2484
|
});
|
|
2485
2485
|
}
|
|
2486
2486
|
// @__NO_SIDE_EFFECTS__
|
|
2487
|
-
function
|
|
2487
|
+
function Si(e, t) {
|
|
2488
2488
|
return new e({
|
|
2489
2489
|
type: "string",
|
|
2490
2490
|
format: "emoji",
|
|
@@ -2494,7 +2494,7 @@ function xi(e, t) {
|
|
|
2494
2494
|
});
|
|
2495
2495
|
}
|
|
2496
2496
|
// @__NO_SIDE_EFFECTS__
|
|
2497
|
-
function
|
|
2497
|
+
function Ci(e, t) {
|
|
2498
2498
|
return new e({
|
|
2499
2499
|
type: "string",
|
|
2500
2500
|
format: "nanoid",
|
|
@@ -2504,7 +2504,7 @@ function Si(e, t) {
|
|
|
2504
2504
|
});
|
|
2505
2505
|
}
|
|
2506
2506
|
// @__NO_SIDE_EFFECTS__
|
|
2507
|
-
function
|
|
2507
|
+
function wi(e, t) {
|
|
2508
2508
|
return new e({
|
|
2509
2509
|
type: "string",
|
|
2510
2510
|
format: "cuid",
|
|
@@ -2514,7 +2514,7 @@ function Ci(e, t) {
|
|
|
2514
2514
|
});
|
|
2515
2515
|
}
|
|
2516
2516
|
// @__NO_SIDE_EFFECTS__
|
|
2517
|
-
function
|
|
2517
|
+
function Ti(e, t) {
|
|
2518
2518
|
return new e({
|
|
2519
2519
|
type: "string",
|
|
2520
2520
|
format: "cuid2",
|
|
@@ -2524,7 +2524,7 @@ function wi(e, t) {
|
|
|
2524
2524
|
});
|
|
2525
2525
|
}
|
|
2526
2526
|
// @__NO_SIDE_EFFECTS__
|
|
2527
|
-
function
|
|
2527
|
+
function Ei(e, t) {
|
|
2528
2528
|
return new e({
|
|
2529
2529
|
type: "string",
|
|
2530
2530
|
format: "ulid",
|
|
@@ -2534,7 +2534,7 @@ function Ti(e, t) {
|
|
|
2534
2534
|
});
|
|
2535
2535
|
}
|
|
2536
2536
|
// @__NO_SIDE_EFFECTS__
|
|
2537
|
-
function
|
|
2537
|
+
function Di(e, t) {
|
|
2538
2538
|
return new e({
|
|
2539
2539
|
type: "string",
|
|
2540
2540
|
format: "xid",
|
|
@@ -2544,7 +2544,7 @@ function Ei(e, t) {
|
|
|
2544
2544
|
});
|
|
2545
2545
|
}
|
|
2546
2546
|
// @__NO_SIDE_EFFECTS__
|
|
2547
|
-
function
|
|
2547
|
+
function Oi(e, t) {
|
|
2548
2548
|
return new e({
|
|
2549
2549
|
type: "string",
|
|
2550
2550
|
format: "ksuid",
|
|
@@ -2554,7 +2554,7 @@ function Di(e, t) {
|
|
|
2554
2554
|
});
|
|
2555
2555
|
}
|
|
2556
2556
|
// @__NO_SIDE_EFFECTS__
|
|
2557
|
-
function
|
|
2557
|
+
function ki(e, t) {
|
|
2558
2558
|
return new e({
|
|
2559
2559
|
type: "string",
|
|
2560
2560
|
format: "ipv4",
|
|
@@ -2564,7 +2564,7 @@ function Oi(e, t) {
|
|
|
2564
2564
|
});
|
|
2565
2565
|
}
|
|
2566
2566
|
// @__NO_SIDE_EFFECTS__
|
|
2567
|
-
function
|
|
2567
|
+
function Ai(e, t) {
|
|
2568
2568
|
return new e({
|
|
2569
2569
|
type: "string",
|
|
2570
2570
|
format: "ipv6",
|
|
@@ -2574,7 +2574,7 @@ function ki(e, t) {
|
|
|
2574
2574
|
});
|
|
2575
2575
|
}
|
|
2576
2576
|
// @__NO_SIDE_EFFECTS__
|
|
2577
|
-
function
|
|
2577
|
+
function ji(e, t) {
|
|
2578
2578
|
return new e({
|
|
2579
2579
|
type: "string",
|
|
2580
2580
|
format: "cidrv4",
|
|
@@ -2584,7 +2584,7 @@ function Ai(e, t) {
|
|
|
2584
2584
|
});
|
|
2585
2585
|
}
|
|
2586
2586
|
// @__NO_SIDE_EFFECTS__
|
|
2587
|
-
function
|
|
2587
|
+
function Mi(e, t) {
|
|
2588
2588
|
return new e({
|
|
2589
2589
|
type: "string",
|
|
2590
2590
|
format: "cidrv6",
|
|
@@ -2594,7 +2594,7 @@ function ji(e, t) {
|
|
|
2594
2594
|
});
|
|
2595
2595
|
}
|
|
2596
2596
|
// @__NO_SIDE_EFFECTS__
|
|
2597
|
-
function
|
|
2597
|
+
function Ni(e, t) {
|
|
2598
2598
|
return new e({
|
|
2599
2599
|
type: "string",
|
|
2600
2600
|
format: "base64",
|
|
@@ -2604,7 +2604,7 @@ function Mi(e, t) {
|
|
|
2604
2604
|
});
|
|
2605
2605
|
}
|
|
2606
2606
|
// @__NO_SIDE_EFFECTS__
|
|
2607
|
-
function
|
|
2607
|
+
function Pi(e, t) {
|
|
2608
2608
|
return new e({
|
|
2609
2609
|
type: "string",
|
|
2610
2610
|
format: "base64url",
|
|
@@ -2614,7 +2614,7 @@ function Ni(e, t) {
|
|
|
2614
2614
|
});
|
|
2615
2615
|
}
|
|
2616
2616
|
// @__NO_SIDE_EFFECTS__
|
|
2617
|
-
function
|
|
2617
|
+
function Fi(e, t) {
|
|
2618
2618
|
return new e({
|
|
2619
2619
|
type: "string",
|
|
2620
2620
|
format: "e164",
|
|
@@ -2624,7 +2624,7 @@ function Pi(e, t) {
|
|
|
2624
2624
|
});
|
|
2625
2625
|
}
|
|
2626
2626
|
// @__NO_SIDE_EFFECTS__
|
|
2627
|
-
function
|
|
2627
|
+
function Ii(e, t) {
|
|
2628
2628
|
return new e({
|
|
2629
2629
|
type: "string",
|
|
2630
2630
|
format: "jwt",
|
|
@@ -2634,7 +2634,7 @@ function Fi(e, t) {
|
|
|
2634
2634
|
});
|
|
2635
2635
|
}
|
|
2636
2636
|
// @__NO_SIDE_EFFECTS__
|
|
2637
|
-
function
|
|
2637
|
+
function Li(e, t) {
|
|
2638
2638
|
return new e({
|
|
2639
2639
|
type: "string",
|
|
2640
2640
|
format: "datetime",
|
|
@@ -2646,7 +2646,7 @@ function Ii(e, t) {
|
|
|
2646
2646
|
});
|
|
2647
2647
|
}
|
|
2648
2648
|
// @__NO_SIDE_EFFECTS__
|
|
2649
|
-
function
|
|
2649
|
+
function Ri(e, t) {
|
|
2650
2650
|
return new e({
|
|
2651
2651
|
type: "string",
|
|
2652
2652
|
format: "date",
|
|
@@ -2655,7 +2655,7 @@ function Li(e, t) {
|
|
|
2655
2655
|
});
|
|
2656
2656
|
}
|
|
2657
2657
|
// @__NO_SIDE_EFFECTS__
|
|
2658
|
-
function
|
|
2658
|
+
function zi(e, t) {
|
|
2659
2659
|
return new e({
|
|
2660
2660
|
type: "string",
|
|
2661
2661
|
format: "time",
|
|
@@ -2665,7 +2665,7 @@ function Ri(e, t) {
|
|
|
2665
2665
|
});
|
|
2666
2666
|
}
|
|
2667
2667
|
// @__NO_SIDE_EFFECTS__
|
|
2668
|
-
function
|
|
2668
|
+
function Bi(e, t) {
|
|
2669
2669
|
return new e({
|
|
2670
2670
|
type: "string",
|
|
2671
2671
|
format: "duration",
|
|
@@ -2674,7 +2674,7 @@ function zi(e, t) {
|
|
|
2674
2674
|
});
|
|
2675
2675
|
}
|
|
2676
2676
|
// @__NO_SIDE_EFFECTS__
|
|
2677
|
-
function
|
|
2677
|
+
function Vi(e, t) {
|
|
2678
2678
|
return new e({
|
|
2679
2679
|
type: "number",
|
|
2680
2680
|
checks: [],
|
|
@@ -2682,7 +2682,7 @@ function Bi(e, t) {
|
|
|
2682
2682
|
});
|
|
2683
2683
|
}
|
|
2684
2684
|
// @__NO_SIDE_EFFECTS__
|
|
2685
|
-
function
|
|
2685
|
+
function Hi(e, t) {
|
|
2686
2686
|
return new e({
|
|
2687
2687
|
type: "number",
|
|
2688
2688
|
check: "number_format",
|
|
@@ -2692,33 +2692,33 @@ function Vi(e, t) {
|
|
|
2692
2692
|
});
|
|
2693
2693
|
}
|
|
2694
2694
|
// @__NO_SIDE_EFFECTS__
|
|
2695
|
-
function
|
|
2695
|
+
function Ui(e, t) {
|
|
2696
2696
|
return new e({
|
|
2697
2697
|
type: "boolean",
|
|
2698
2698
|
...h(t)
|
|
2699
2699
|
});
|
|
2700
2700
|
}
|
|
2701
2701
|
// @__NO_SIDE_EFFECTS__
|
|
2702
|
-
function
|
|
2702
|
+
function Wi(e, t) {
|
|
2703
2703
|
return new e({
|
|
2704
2704
|
type: "null",
|
|
2705
2705
|
...h(t)
|
|
2706
2706
|
});
|
|
2707
2707
|
}
|
|
2708
2708
|
// @__NO_SIDE_EFFECTS__
|
|
2709
|
-
function
|
|
2709
|
+
function Gi(e) {
|
|
2710
2710
|
return new e({ type: "unknown" });
|
|
2711
2711
|
}
|
|
2712
2712
|
// @__NO_SIDE_EFFECTS__
|
|
2713
|
-
function
|
|
2713
|
+
function Ki(e, t) {
|
|
2714
2714
|
return new e({
|
|
2715
2715
|
type: "never",
|
|
2716
2716
|
...h(t)
|
|
2717
2717
|
});
|
|
2718
2718
|
}
|
|
2719
2719
|
// @__NO_SIDE_EFFECTS__
|
|
2720
|
-
function
|
|
2721
|
-
return new
|
|
2720
|
+
function qi(e, t) {
|
|
2721
|
+
return new nn({
|
|
2722
2722
|
check: "less_than",
|
|
2723
2723
|
...h(t),
|
|
2724
2724
|
value: e,
|
|
@@ -2726,8 +2726,8 @@ function Ki(e, t) {
|
|
|
2726
2726
|
});
|
|
2727
2727
|
}
|
|
2728
2728
|
// @__NO_SIDE_EFFECTS__
|
|
2729
|
-
function
|
|
2730
|
-
return new
|
|
2729
|
+
function Ji(e, t) {
|
|
2730
|
+
return new nn({
|
|
2731
2731
|
check: "less_than",
|
|
2732
2732
|
...h(t),
|
|
2733
2733
|
value: e,
|
|
@@ -2735,8 +2735,8 @@ function qi(e, t) {
|
|
|
2735
2735
|
});
|
|
2736
2736
|
}
|
|
2737
2737
|
// @__NO_SIDE_EFFECTS__
|
|
2738
|
-
function
|
|
2739
|
-
return new
|
|
2738
|
+
function Yi(e, t) {
|
|
2739
|
+
return new rn({
|
|
2740
2740
|
check: "greater_than",
|
|
2741
2741
|
...h(t),
|
|
2742
2742
|
value: e,
|
|
@@ -2744,8 +2744,8 @@ function Ji(e, t) {
|
|
|
2744
2744
|
});
|
|
2745
2745
|
}
|
|
2746
2746
|
// @__NO_SIDE_EFFECTS__
|
|
2747
|
-
function
|
|
2748
|
-
return new
|
|
2747
|
+
function Xi(e, t) {
|
|
2748
|
+
return new rn({
|
|
2749
2749
|
check: "greater_than",
|
|
2750
2750
|
...h(t),
|
|
2751
2751
|
value: e,
|
|
@@ -2753,40 +2753,40 @@ function Yi(e, t) {
|
|
|
2753
2753
|
});
|
|
2754
2754
|
}
|
|
2755
2755
|
// @__NO_SIDE_EFFECTS__
|
|
2756
|
-
function
|
|
2757
|
-
return new
|
|
2756
|
+
function Zi(e, t) {
|
|
2757
|
+
return new an({
|
|
2758
2758
|
check: "multiple_of",
|
|
2759
2759
|
...h(t),
|
|
2760
2760
|
value: e
|
|
2761
2761
|
});
|
|
2762
2762
|
}
|
|
2763
2763
|
// @__NO_SIDE_EFFECTS__
|
|
2764
|
-
function
|
|
2765
|
-
return new
|
|
2764
|
+
function Qi(e, t) {
|
|
2765
|
+
return new sn({
|
|
2766
2766
|
check: "max_length",
|
|
2767
2767
|
...h(t),
|
|
2768
2768
|
maximum: e
|
|
2769
2769
|
});
|
|
2770
2770
|
}
|
|
2771
2771
|
// @__NO_SIDE_EFFECTS__
|
|
2772
|
-
function
|
|
2773
|
-
return new
|
|
2772
|
+
function $i(e, t) {
|
|
2773
|
+
return new cn({
|
|
2774
2774
|
check: "min_length",
|
|
2775
2775
|
...h(t),
|
|
2776
2776
|
minimum: e
|
|
2777
2777
|
});
|
|
2778
2778
|
}
|
|
2779
2779
|
// @__NO_SIDE_EFFECTS__
|
|
2780
|
-
function
|
|
2781
|
-
return new
|
|
2780
|
+
function ea(e, t) {
|
|
2781
|
+
return new ln({
|
|
2782
2782
|
check: "length_equals",
|
|
2783
2783
|
...h(t),
|
|
2784
2784
|
length: e
|
|
2785
2785
|
});
|
|
2786
2786
|
}
|
|
2787
2787
|
// @__NO_SIDE_EFFECTS__
|
|
2788
|
-
function
|
|
2789
|
-
return new
|
|
2788
|
+
function ta(e, t) {
|
|
2789
|
+
return new dn({
|
|
2790
2790
|
check: "string_format",
|
|
2791
2791
|
format: "regex",
|
|
2792
2792
|
...h(t),
|
|
@@ -2794,24 +2794,24 @@ function ea(e, t) {
|
|
|
2794
2794
|
});
|
|
2795
2795
|
}
|
|
2796
2796
|
// @__NO_SIDE_EFFECTS__
|
|
2797
|
-
function
|
|
2798
|
-
return new
|
|
2797
|
+
function na(e) {
|
|
2798
|
+
return new fn({
|
|
2799
2799
|
check: "string_format",
|
|
2800
2800
|
format: "lowercase",
|
|
2801
2801
|
...h(e)
|
|
2802
2802
|
});
|
|
2803
2803
|
}
|
|
2804
2804
|
// @__NO_SIDE_EFFECTS__
|
|
2805
|
-
function
|
|
2806
|
-
return new
|
|
2805
|
+
function ra(e) {
|
|
2806
|
+
return new pn({
|
|
2807
2807
|
check: "string_format",
|
|
2808
2808
|
format: "uppercase",
|
|
2809
2809
|
...h(e)
|
|
2810
2810
|
});
|
|
2811
2811
|
}
|
|
2812
2812
|
// @__NO_SIDE_EFFECTS__
|
|
2813
|
-
function
|
|
2814
|
-
return new
|
|
2813
|
+
function ia(e, t) {
|
|
2814
|
+
return new mn({
|
|
2815
2815
|
check: "string_format",
|
|
2816
2816
|
format: "includes",
|
|
2817
2817
|
...h(t),
|
|
@@ -2819,8 +2819,8 @@ function ra(e, t) {
|
|
|
2819
2819
|
});
|
|
2820
2820
|
}
|
|
2821
2821
|
// @__NO_SIDE_EFFECTS__
|
|
2822
|
-
function
|
|
2823
|
-
return new
|
|
2822
|
+
function aa(e, t) {
|
|
2823
|
+
return new hn({
|
|
2824
2824
|
check: "string_format",
|
|
2825
2825
|
format: "starts_with",
|
|
2826
2826
|
...h(t),
|
|
@@ -2828,8 +2828,8 @@ function ia(e, t) {
|
|
|
2828
2828
|
});
|
|
2829
2829
|
}
|
|
2830
2830
|
// @__NO_SIDE_EFFECTS__
|
|
2831
|
-
function
|
|
2832
|
-
return new
|
|
2831
|
+
function oa(e, t) {
|
|
2832
|
+
return new gn({
|
|
2833
2833
|
check: "string_format",
|
|
2834
2834
|
format: "ends_with",
|
|
2835
2835
|
...h(t),
|
|
@@ -2837,34 +2837,34 @@ function aa(e, t) {
|
|
|
2837
2837
|
});
|
|
2838
2838
|
}
|
|
2839
2839
|
// @__NO_SIDE_EFFECTS__
|
|
2840
|
-
function
|
|
2841
|
-
return new
|
|
2840
|
+
function sa(e) {
|
|
2841
|
+
return new _n({
|
|
2842
2842
|
check: "overwrite",
|
|
2843
2843
|
tx: e
|
|
2844
2844
|
});
|
|
2845
2845
|
}
|
|
2846
2846
|
// @__NO_SIDE_EFFECTS__
|
|
2847
|
-
function
|
|
2848
|
-
return /* @__PURE__ */
|
|
2849
|
-
}
|
|
2850
|
-
// @__NO_SIDE_EFFECTS__
|
|
2851
|
-
function ca() {
|
|
2852
|
-
return /* @__PURE__ */ oa((e) => e.trim());
|
|
2847
|
+
function ca(e) {
|
|
2848
|
+
return /* @__PURE__ */ sa((t) => t.normalize(e));
|
|
2853
2849
|
}
|
|
2854
2850
|
// @__NO_SIDE_EFFECTS__
|
|
2855
2851
|
function la() {
|
|
2856
|
-
return /* @__PURE__ */
|
|
2852
|
+
return /* @__PURE__ */ sa((e) => e.trim());
|
|
2857
2853
|
}
|
|
2858
2854
|
// @__NO_SIDE_EFFECTS__
|
|
2859
2855
|
function ua() {
|
|
2860
|
-
return /* @__PURE__ */
|
|
2856
|
+
return /* @__PURE__ */ sa((e) => e.toLowerCase());
|
|
2861
2857
|
}
|
|
2862
2858
|
// @__NO_SIDE_EFFECTS__
|
|
2863
2859
|
function da() {
|
|
2864
|
-
return /* @__PURE__ */
|
|
2860
|
+
return /* @__PURE__ */ sa((e) => e.toUpperCase());
|
|
2865
2861
|
}
|
|
2866
2862
|
// @__NO_SIDE_EFFECTS__
|
|
2867
|
-
function fa(
|
|
2863
|
+
function fa() {
|
|
2864
|
+
return /* @__PURE__ */ sa((e) => m(e));
|
|
2865
|
+
}
|
|
2866
|
+
// @__NO_SIDE_EFFECTS__
|
|
2867
|
+
function pa(e, t, n) {
|
|
2868
2868
|
return new e({
|
|
2869
2869
|
type: "array",
|
|
2870
2870
|
element: t,
|
|
@@ -2872,7 +2872,7 @@ function fa(e, t, n) {
|
|
|
2872
2872
|
});
|
|
2873
2873
|
}
|
|
2874
2874
|
// @__NO_SIDE_EFFECTS__
|
|
2875
|
-
function
|
|
2875
|
+
function ma(e, t, n) {
|
|
2876
2876
|
return new e({
|
|
2877
2877
|
type: "custom",
|
|
2878
2878
|
check: "custom",
|
|
@@ -2881,8 +2881,8 @@ function pa(e, t, n) {
|
|
|
2881
2881
|
});
|
|
2882
2882
|
}
|
|
2883
2883
|
// @__NO_SIDE_EFFECTS__
|
|
2884
|
-
function
|
|
2885
|
-
let n = /* @__PURE__ */
|
|
2884
|
+
function ha(e, t) {
|
|
2885
|
+
let n = /* @__PURE__ */ ga((t) => (t.addIssue = (e) => {
|
|
2886
2886
|
if (typeof e == "string") t.issues.push(Oe(e, t.value, n._zod.def));
|
|
2887
2887
|
else {
|
|
2888
2888
|
let r = e;
|
|
@@ -2892,8 +2892,8 @@ function ma(e, t) {
|
|
|
2892
2892
|
return n;
|
|
2893
2893
|
}
|
|
2894
2894
|
// @__NO_SIDE_EFFECTS__
|
|
2895
|
-
function
|
|
2896
|
-
let n = new
|
|
2895
|
+
function ga(e, t) {
|
|
2896
|
+
let n = new y({
|
|
2897
2897
|
check: "custom",
|
|
2898
2898
|
...h(t)
|
|
2899
2899
|
});
|
|
@@ -2901,15 +2901,15 @@ function ha(e, t) {
|
|
|
2901
2901
|
}
|
|
2902
2902
|
//#endregion
|
|
2903
2903
|
//#region ../../node_modules/.bun/zod@4.5.4/node_modules/zod/v4/core/to-json-schema.js
|
|
2904
|
-
function
|
|
2904
|
+
function _a(e, ...t) {
|
|
2905
2905
|
for (let n of t) for (let t of Reflect.ownKeys(n)) Object.prototype.propertyIsEnumerable.call(n, t) && d(e, t, n[t]);
|
|
2906
2906
|
return e;
|
|
2907
2907
|
}
|
|
2908
|
-
function
|
|
2908
|
+
function va(e) {
|
|
2909
2909
|
let t = e?.target ?? "draft-2020-12";
|
|
2910
2910
|
return t === "draft-4" && (t = "draft-04"), t === "draft-7" && (t = "draft-07"), {
|
|
2911
2911
|
processors: e.processors ?? {},
|
|
2912
|
-
metadataRegistry: e?.metadata ??
|
|
2912
|
+
metadataRegistry: e?.metadata ?? pi,
|
|
2913
2913
|
target: t,
|
|
2914
2914
|
unrepresentable: e?.unrepresentable ?? "throw",
|
|
2915
2915
|
override: e?.override ?? (() => {}),
|
|
@@ -2925,7 +2925,7 @@ function _a(e) {
|
|
|
2925
2925
|
external: e?.external ?? void 0
|
|
2926
2926
|
};
|
|
2927
2927
|
}
|
|
2928
|
-
function
|
|
2928
|
+
function ya(e, t, n, r, i) {
|
|
2929
2929
|
let a = typeof t.unrepresentable == "function" ? t.unrepresentable({
|
|
2930
2930
|
zodSchema: e,
|
|
2931
2931
|
path: r.path,
|
|
@@ -2935,7 +2935,7 @@ function va(e, t, n, r, i) {
|
|
|
2935
2935
|
if (a === void 0 || a === "throw") throw Error(i);
|
|
2936
2936
|
return Object.assign(n, a), !0;
|
|
2937
2937
|
}
|
|
2938
|
-
function
|
|
2938
|
+
function S(e, t, n = {
|
|
2939
2939
|
path: [],
|
|
2940
2940
|
schemaPath: []
|
|
2941
2941
|
}) {
|
|
@@ -2964,15 +2964,15 @@ function C(e, t, n = {
|
|
|
2964
2964
|
a(e, t, n, r);
|
|
2965
2965
|
}
|
|
2966
2966
|
let a = e._zod.parent;
|
|
2967
|
-
a && (o.ref ||= a,
|
|
2967
|
+
a && (o.ref ||= a, S(a, t, r), t.seen.get(a).isParent = !0);
|
|
2968
2968
|
}
|
|
2969
2969
|
let c = t.metadataRegistry.get(e);
|
|
2970
|
-
return c &&
|
|
2970
|
+
return c && _a(o.schema, c), t.io === "input" && C(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;
|
|
2971
2971
|
}
|
|
2972
|
-
function
|
|
2972
|
+
function ba(e) {
|
|
2973
2973
|
return e.replace(/~/g, "~0").replace(/\//g, "~1");
|
|
2974
2974
|
}
|
|
2975
|
-
function
|
|
2975
|
+
function xa(e, t) {
|
|
2976
2976
|
let n = e.seen.get(t);
|
|
2977
2977
|
if (!n) throw Error("Unprocessed schema. This is a bug in Zod.");
|
|
2978
2978
|
if (e.external && e.sharedDefsExtractedFor === e.external) return;
|
|
@@ -2993,7 +2993,7 @@ function ba(e, t) {
|
|
|
2993
2993
|
let a = t[1].defId ?? t[1].schema.id ?? `schema${e.counter++}`;
|
|
2994
2994
|
return t[1].defId = a, {
|
|
2995
2995
|
defId: a,
|
|
2996
|
-
ref: `${i("__shared")}#/${r}/${
|
|
2996
|
+
ref: `${i("__shared")}#/${r}/${ba(a)}`
|
|
2997
2997
|
};
|
|
2998
2998
|
}
|
|
2999
2999
|
let i = `#/${r}/`;
|
|
@@ -3001,7 +3001,7 @@ function ba(e, t) {
|
|
|
3001
3001
|
let a = t[1].schema.id ?? `__schema${e.counter++}`;
|
|
3002
3002
|
return {
|
|
3003
3003
|
defId: a,
|
|
3004
|
-
ref: i +
|
|
3004
|
+
ref: i + ba(a)
|
|
3005
3005
|
};
|
|
3006
3006
|
}, a = (e) => {
|
|
3007
3007
|
if (e[1].schema.$ref) return;
|
|
@@ -3045,13 +3045,13 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
3045
3045
|
}
|
|
3046
3046
|
e.external && (e.sharedDefsExtractedFor = e.external);
|
|
3047
3047
|
}
|
|
3048
|
-
function
|
|
3048
|
+
function Sa(e) {
|
|
3049
3049
|
let t = e.anyOf;
|
|
3050
3050
|
if (!Array.isArray(t) || t.length === 0 || e.type !== void 0) return;
|
|
3051
3051
|
let n = [];
|
|
3052
3052
|
for (let e of t) {
|
|
3053
3053
|
if (!e || typeof e != "object") return;
|
|
3054
|
-
|
|
3054
|
+
Sa(e);
|
|
3055
3055
|
let t = Object.keys(e);
|
|
3056
3056
|
if (t.length !== 1 || t[0] !== "type") return;
|
|
3057
3057
|
let r = e.type;
|
|
@@ -3062,21 +3062,21 @@ function xa(e) {
|
|
|
3062
3062
|
}
|
|
3063
3063
|
delete e.anyOf, e.type = n.length === 1 ? n[0] : n;
|
|
3064
3064
|
}
|
|
3065
|
-
var
|
|
3065
|
+
var Ca = /* @__PURE__ */ new Set([
|
|
3066
3066
|
"type",
|
|
3067
3067
|
"properties",
|
|
3068
3068
|
"required",
|
|
3069
3069
|
"additionalProperties"
|
|
3070
|
-
]),
|
|
3071
|
-
function
|
|
3070
|
+
]), wa = ["oneOf", "anyOf"];
|
|
3071
|
+
function Ta(e) {
|
|
3072
3072
|
let t = e.additionalProperties;
|
|
3073
3073
|
return t === void 0 || t === !1 || typeof t != "object" || !t ? null : Object.keys(t).length ? t : null;
|
|
3074
3074
|
}
|
|
3075
|
-
function
|
|
3075
|
+
function Ea(e) {
|
|
3076
3076
|
let t = [];
|
|
3077
3077
|
for (let n of e) {
|
|
3078
3078
|
if (typeof n != "object" || n.type !== "object") return null;
|
|
3079
|
-
for (let e in n) if (!
|
|
3079
|
+
for (let e in n) if (!Ca.has(e)) return null;
|
|
3080
3080
|
t.push(n);
|
|
3081
3081
|
}
|
|
3082
3082
|
let n = {}, r = /* @__PURE__ */ new Set();
|
|
@@ -3085,10 +3085,10 @@ function Ta(e) {
|
|
|
3085
3085
|
if (Object.prototype.hasOwnProperty.call(n, r)) continue;
|
|
3086
3086
|
let e = [];
|
|
3087
3087
|
for (let n of t) {
|
|
3088
|
-
let t = n.properties?.[r] ??
|
|
3088
|
+
let t = n.properties?.[r] ?? Ta(n);
|
|
3089
3089
|
t != null && (e.some((e) => JSON.stringify(e) === JSON.stringify(t)) || e.push(t));
|
|
3090
3090
|
}
|
|
3091
|
-
d(n, r, e.length === 1 ? e[0] :
|
|
3091
|
+
d(n, r, e.length === 1 ? e[0] : Ea(e) ?? { allOf: e });
|
|
3092
3092
|
}
|
|
3093
3093
|
for (let t of e.required ?? []) r.add(t);
|
|
3094
3094
|
}
|
|
@@ -3100,29 +3100,29 @@ function Ta(e) {
|
|
|
3100
3100
|
else {
|
|
3101
3101
|
let e = [];
|
|
3102
3102
|
for (let n of t) {
|
|
3103
|
-
let t =
|
|
3103
|
+
let t = Ta(n);
|
|
3104
3104
|
t && !e.some((e) => JSON.stringify(e) === JSON.stringify(t)) && e.push(t);
|
|
3105
3105
|
}
|
|
3106
3106
|
e.length === 1 ? i.additionalProperties = e[0] : e.length > 1 && (i.additionalProperties = { allOf: e });
|
|
3107
3107
|
}
|
|
3108
3108
|
return i;
|
|
3109
3109
|
}
|
|
3110
|
-
function
|
|
3110
|
+
function Da(e) {
|
|
3111
3111
|
let t = e.allOf;
|
|
3112
3112
|
if (!Array.isArray(t) || t.length < 2) return;
|
|
3113
|
-
for (let t of
|
|
3114
|
-
let n = t.filter((e) =>
|
|
3115
|
-
if (!n.length) r =
|
|
3113
|
+
for (let t of Ca) if (t in e) return;
|
|
3114
|
+
let n = t.filter((e) => wa.some((t) => Array.isArray(e[t]))), r = null;
|
|
3115
|
+
if (!n.length) r = Ea(t);
|
|
3116
3116
|
else {
|
|
3117
|
-
let e = n[0], i =
|
|
3117
|
+
let e = n[0], i = wa.find((t) => Array.isArray(e[t]));
|
|
3118
3118
|
if (Object.keys(e).length !== 1) return;
|
|
3119
|
-
let a = t.filter((t) => t !== e), o = e[i].map((e) =>
|
|
3119
|
+
let a = t.filter((t) => t !== e), o = e[i].map((e) => Ea([...a, e]));
|
|
3120
3120
|
if (o.some((e) => !e)) return;
|
|
3121
3121
|
r = { [i]: o };
|
|
3122
3122
|
}
|
|
3123
|
-
r && (delete e.allOf,
|
|
3123
|
+
r && (delete e.allOf, _a(e, r));
|
|
3124
3124
|
}
|
|
3125
|
-
function
|
|
3125
|
+
function Oa(e, t) {
|
|
3126
3126
|
let n = e.seen.get(t);
|
|
3127
3127
|
if (!n) throw Error("Unprocessed schema. This is a bug in Zod.");
|
|
3128
3128
|
let r = (t) => {
|
|
@@ -3132,7 +3132,7 @@ function Da(e, t) {
|
|
|
3132
3132
|
if (n.ref = null, o) {
|
|
3133
3133
|
r(o);
|
|
3134
3134
|
let n = e.seen.get(o), s = n.schema;
|
|
3135
|
-
if (s.$ref && (e.target === "draft-07" || e.target === "draft-04" || e.target === "openapi-3.0") ? (i.allOf = i.allOf ?? [], i.allOf.push(s)) :
|
|
3135
|
+
if (s.$ref && (e.target === "draft-07" || e.target === "draft-04" || e.target === "openapi-3.0") ? (i.allOf = i.allOf ?? [], i.allOf.push(s)) : _a(i, s), _a(i, a), t._zod.parent === o) for (let e in i) e !== "$ref" && e !== "allOf" && (e in a || delete i[e]);
|
|
3136
3136
|
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];
|
|
3137
3137
|
}
|
|
3138
3138
|
let s = t._zod.parent;
|
|
@@ -3149,7 +3149,7 @@ function Da(e, t) {
|
|
|
3149
3149
|
};
|
|
3150
3150
|
if (!e.external || e.sharedEmitDoneFor !== e.external) {
|
|
3151
3151
|
for (let t of [...e.seen.entries()].reverse()) r(t[0]);
|
|
3152
|
-
if (e.target !== "openapi-3.0") for (let t of e.seen.entries())
|
|
3152
|
+
if (e.target !== "openapi-3.0") for (let t of e.seen.entries()) Sa(t[1].def ?? t[1].schema);
|
|
3153
3153
|
for (let t of e.deferred) t();
|
|
3154
3154
|
if (e.intersections.length) {
|
|
3155
3155
|
let t = /* @__PURE__ */ new Map();
|
|
@@ -3159,7 +3159,7 @@ function Da(e, t) {
|
|
|
3159
3159
|
let r = t.get(n);
|
|
3160
3160
|
r ? r.push(e) : t.set(n, [e]);
|
|
3161
3161
|
}
|
|
3162
|
-
for (let n of e.intersections) for (let e of t.get(n) ?? [])
|
|
3162
|
+
for (let n of e.intersections) for (let e of t.get(n) ?? []) Da(e);
|
|
3163
3163
|
}
|
|
3164
3164
|
}
|
|
3165
3165
|
let i = {};
|
|
@@ -3168,7 +3168,7 @@ function Da(e, t) {
|
|
|
3168
3168
|
if (!n) throw Error("Schema is missing an `id` property");
|
|
3169
3169
|
i.$id = e.external.uri(n);
|
|
3170
3170
|
}
|
|
3171
|
-
|
|
3171
|
+
_a(i, n.defId ? n.schema : n.def ?? n.schema);
|
|
3172
3172
|
let a = e.metadataRegistry.get(t)?.id;
|
|
3173
3173
|
a !== void 0 && i.id === a && delete i.id;
|
|
3174
3174
|
let o = e.external?.defs ?? {};
|
|
@@ -3183,8 +3183,8 @@ function Da(e, t) {
|
|
|
3183
3183
|
value: {
|
|
3184
3184
|
...t["~standard"],
|
|
3185
3185
|
jsonSchema: {
|
|
3186
|
-
input:
|
|
3187
|
-
output:
|
|
3186
|
+
input: Aa(t, "input", e.processors),
|
|
3187
|
+
output: Aa(t, "output", e.processors)
|
|
3188
3188
|
}
|
|
3189
3189
|
},
|
|
3190
3190
|
enumerable: !1,
|
|
@@ -3194,83 +3194,83 @@ function Da(e, t) {
|
|
|
3194
3194
|
throw Error("Error converting schema to JSON.");
|
|
3195
3195
|
}
|
|
3196
3196
|
}
|
|
3197
|
-
function
|
|
3197
|
+
function C(e, t) {
|
|
3198
3198
|
let n = t ?? { seen: /* @__PURE__ */ new Set() };
|
|
3199
3199
|
if (n.seen.has(e)) return !1;
|
|
3200
3200
|
n.seen.add(e);
|
|
3201
3201
|
let r = e._zod.def;
|
|
3202
3202
|
if (r.type === "transform") return !0;
|
|
3203
|
-
if (r.type === "array") return
|
|
3204
|
-
if (r.type === "set") return
|
|
3205
|
-
if (r.type === "lazy") return
|
|
3206
|
-
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
|
|
3207
|
-
if (r.type === "intersection") return
|
|
3208
|
-
if (r.type === "record" || r.type === "map") return
|
|
3209
|
-
if (r.type === "pipe") return e._zod.traits.has("$ZodCodec") ? !0 :
|
|
3203
|
+
if (r.type === "array") return C(r.element, n);
|
|
3204
|
+
if (r.type === "set") return C(r.valueType, n);
|
|
3205
|
+
if (r.type === "lazy") return C(r.getter(), n);
|
|
3206
|
+
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 C(r.innerType, n);
|
|
3207
|
+
if (r.type === "intersection") return C(r.left, n) || C(r.right, n);
|
|
3208
|
+
if (r.type === "record" || r.type === "map") return C(r.keyType, n) || C(r.valueType, n);
|
|
3209
|
+
if (r.type === "pipe") return e._zod.traits.has("$ZodCodec") ? !0 : C(r.in, n) || C(r.out, n);
|
|
3210
3210
|
if (r.type === "object") {
|
|
3211
|
-
for (let e in r.shape) if (
|
|
3211
|
+
for (let e in r.shape) if (C(r.shape[e], n)) return !0;
|
|
3212
3212
|
return !1;
|
|
3213
3213
|
}
|
|
3214
3214
|
if (r.type === "union") {
|
|
3215
|
-
for (let e of r.options) if (
|
|
3215
|
+
for (let e of r.options) if (C(e, n)) return !0;
|
|
3216
3216
|
return !1;
|
|
3217
3217
|
}
|
|
3218
3218
|
if (r.type === "tuple") {
|
|
3219
|
-
for (let e of r.items) if (
|
|
3220
|
-
return !!(r.rest &&
|
|
3219
|
+
for (let e of r.items) if (C(e, n)) return !0;
|
|
3220
|
+
return !!(r.rest && C(r.rest, n));
|
|
3221
3221
|
}
|
|
3222
3222
|
return !1;
|
|
3223
3223
|
}
|
|
3224
|
-
var
|
|
3225
|
-
let r =
|
|
3224
|
+
var ka = (e, t = {}) => (n) => {
|
|
3225
|
+
let r = va({
|
|
3226
3226
|
...n,
|
|
3227
3227
|
processors: t
|
|
3228
3228
|
});
|
|
3229
|
-
return
|
|
3230
|
-
},
|
|
3231
|
-
let { libraryOptions: i, target: a } = r ?? {}, o =
|
|
3229
|
+
return S(e, r), xa(r, e), Oa(r, e);
|
|
3230
|
+
}, Aa = (e, t, n = {}) => (r) => {
|
|
3231
|
+
let { libraryOptions: i, target: a } = r ?? {}, o = va({
|
|
3232
3232
|
...i ?? {},
|
|
3233
3233
|
target: a,
|
|
3234
3234
|
io: t,
|
|
3235
3235
|
processors: n
|
|
3236
3236
|
});
|
|
3237
|
-
return
|
|
3238
|
-
},
|
|
3237
|
+
return S(e, o), xa(o, e), Oa(o, e);
|
|
3238
|
+
}, ja = {
|
|
3239
3239
|
guid: "uuid",
|
|
3240
3240
|
url: "uri",
|
|
3241
3241
|
datetime: "date-time",
|
|
3242
3242
|
json_string: "json-string",
|
|
3243
3243
|
regex: ""
|
|
3244
|
-
},
|
|
3244
|
+
}, Ma = (e, t, n, r) => {
|
|
3245
3245
|
let i = n;
|
|
3246
3246
|
i.type = "string";
|
|
3247
3247
|
let { minimum: a, maximum: o, format: s, patterns: c, contentEncoding: l, laxFormat: u } = e._zod.bag;
|
|
3248
|
-
if (typeof a == "number" && (i.minLength = a), typeof o == "number" && (i.maxLength = o), s && (i.format =
|
|
3248
|
+
if (typeof a == "number" && (i.minLength = a), typeof o == "number" && (i.maxLength = o), s && (i.format = ja[s] ?? s, i.format === "" && delete i.format, (s === "time" || u) && delete i.format), l && (i.contentEncoding = l), c && c.size > 0) {
|
|
3249
3249
|
let e = [...c];
|
|
3250
3250
|
e.length === 1 ? i.pattern = e[0].source : e.length > 1 && (i.allOf = [...e.map((e) => ({
|
|
3251
3251
|
...t.target === "draft-07" || t.target === "draft-04" || t.target === "openapi-3.0" ? { type: "string" } : {},
|
|
3252
3252
|
pattern: e.source
|
|
3253
3253
|
}))]);
|
|
3254
3254
|
}
|
|
3255
|
-
},
|
|
3255
|
+
}, Na = (e, t, n, r) => {
|
|
3256
3256
|
let i = n, { minimum: a, maximum: o, format: s, multipleOf: c, exclusiveMaximum: l, exclusiveMinimum: u } = e._zod.bag;
|
|
3257
3257
|
i.type = typeof s == "string" && s.includes("int") ? "integer" : "number";
|
|
3258
3258
|
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";
|
|
3259
|
-
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) :
|
|
3260
|
-
}, Na = (e, t, n, r) => {
|
|
3261
|
-
n.type = "boolean";
|
|
3259
|
+
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) : ya(e, t, i, r, `A multipleOf divisor of ${c} cannot be represented in JSON Schema`));
|
|
3262
3260
|
}, Pa = (e, t, n, r) => {
|
|
3263
|
-
|
|
3261
|
+
n.type = "boolean";
|
|
3264
3262
|
}, Fa = (e, t, n, r) => {
|
|
3263
|
+
t.target === "openapi-3.0" ? (n.type = "string", n.nullable = !0, n.enum = [null]) : n.type = "null";
|
|
3264
|
+
}, Ia = (e, t, n, r) => {
|
|
3265
3265
|
n.not = {};
|
|
3266
|
-
},
|
|
3266
|
+
}, La = (e, t, r, i) => {
|
|
3267
3267
|
let a = e._zod.def, o = n(a.entries);
|
|
3268
3268
|
if (o.length === 0) {
|
|
3269
3269
|
r.not = {};
|
|
3270
3270
|
return;
|
|
3271
3271
|
}
|
|
3272
3272
|
o.every((e) => typeof e == "number") && (r.type = "number"), o.every((e) => typeof e == "string") && (r.type = "string"), r.enum = o;
|
|
3273
|
-
},
|
|
3273
|
+
}, Ra = (e, t, n, r) => {
|
|
3274
3274
|
let i = e._zod.def;
|
|
3275
3275
|
if (i.values.length === 0) {
|
|
3276
3276
|
n.not = {};
|
|
@@ -3278,9 +3278,9 @@ var Oa = (e, t = {}) => (n) => {
|
|
|
3278
3278
|
}
|
|
3279
3279
|
let a = [];
|
|
3280
3280
|
for (let o of i.values) if (o === void 0) {
|
|
3281
|
-
if (
|
|
3281
|
+
if (ya(e, t, n, r, "Literal `undefined` cannot be represented in JSON Schema")) return;
|
|
3282
3282
|
} else if (typeof o == "bigint") {
|
|
3283
|
-
if (
|
|
3283
|
+
if (ya(e, t, n, r, "BigInt literals cannot be represented in JSON Schema")) return;
|
|
3284
3284
|
a.push(Number(o));
|
|
3285
3285
|
} else a.push(o);
|
|
3286
3286
|
if (a.length !== 0) {
|
|
@@ -3289,26 +3289,26 @@ var Oa = (e, t = {}) => (n) => {
|
|
|
3289
3289
|
n.type = e === null ? "null" : typeof e, t.target === "draft-04" || t.target === "openapi-3.0" ? n.enum = [e] : n.const = e;
|
|
3290
3290
|
} 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;
|
|
3291
3291
|
}
|
|
3292
|
-
}, Ra = (e, t, n, r) => {
|
|
3293
|
-
va(e, t, n, r, "Custom types cannot be represented in JSON Schema");
|
|
3294
3292
|
}, za = (e, t, n, r) => {
|
|
3295
|
-
|
|
3293
|
+
ya(e, t, n, r, "Custom types cannot be represented in JSON Schema");
|
|
3296
3294
|
}, Ba = (e, t, n, r) => {
|
|
3295
|
+
ya(e, t, n, r, "Transforms cannot be represented in JSON Schema");
|
|
3296
|
+
}, Va = (e, t, n, r) => {
|
|
3297
3297
|
let i = n, a = e._zod.def, { minimum: o, maximum: s } = e._zod.bag;
|
|
3298
|
-
typeof o == "number" && (i.minItems = o), typeof s == "number" && (i.maxItems = s), i.type = "array", i.items =
|
|
3298
|
+
typeof o == "number" && (i.minItems = o), typeof s == "number" && (i.maxItems = s), i.type = "array", i.items = S(a.element, t, {
|
|
3299
3299
|
...r,
|
|
3300
3300
|
path: [...r.path, "items"]
|
|
3301
3301
|
});
|
|
3302
3302
|
};
|
|
3303
|
-
function
|
|
3303
|
+
function Ha(e) {
|
|
3304
3304
|
let t = e._zod.def;
|
|
3305
|
-
return t.type === "pipe" && t.in._zod.traits.has("$ZodTransform") ?
|
|
3305
|
+
return t.type === "pipe" && t.in._zod.traits.has("$ZodTransform") ? Ha(t.out) : t.type === "catch" ? Ha(t.innerType) : e._zod.optin;
|
|
3306
3306
|
}
|
|
3307
|
-
var
|
|
3307
|
+
var Ua = (e, t, n, r) => {
|
|
3308
3308
|
let i = n, a = e._zod.def, o = a.shape;
|
|
3309
|
-
if (Object.getOwnPropertySymbols(o).length &&
|
|
3309
|
+
if (Object.getOwnPropertySymbols(o).length && ya(e, t, i, r, "Symbol keys cannot be represented in JSON Schema")) return;
|
|
3310
3310
|
i.type = "object", i.properties = {};
|
|
3311
|
-
for (let e in o) d(i.properties, e,
|
|
3311
|
+
for (let e in o) d(i.properties, e, S(o[e], t, {
|
|
3312
3312
|
...r,
|
|
3313
3313
|
path: [
|
|
3314
3314
|
...r.path,
|
|
@@ -3318,14 +3318,14 @@ var Ha = (e, t, n, r) => {
|
|
|
3318
3318
|
}));
|
|
3319
3319
|
let s = new Set(Object.keys(o)), c = new Set([...s].filter((e) => {
|
|
3320
3320
|
let n = a.shape[e];
|
|
3321
|
-
return t.io === "input" ?
|
|
3321
|
+
return t.io === "input" ? Ha(n) === void 0 : n._zod.optout === void 0;
|
|
3322
3322
|
}));
|
|
3323
|
-
c.size > 0 && (i.required = Array.from(c)), a.catchall?._zod.def.type === "never" ? i.additionalProperties = !1 : a.catchall ? a.catchall && (i.additionalProperties =
|
|
3323
|
+
c.size > 0 && (i.required = Array.from(c)), a.catchall?._zod.def.type === "never" ? i.additionalProperties = !1 : a.catchall ? a.catchall && (i.additionalProperties = S(a.catchall, t, {
|
|
3324
3324
|
...r,
|
|
3325
3325
|
path: [...r.path, "additionalProperties"]
|
|
3326
3326
|
})) : t.io === "output" && (i.additionalProperties = !1);
|
|
3327
|
-
},
|
|
3328
|
-
let i = e._zod.def, a = i.inclusive === !1, o = i.options.map((e, n) =>
|
|
3327
|
+
}, Wa = (e, t, n, r) => {
|
|
3328
|
+
let i = e._zod.def, a = i.inclusive === !1, o = i.options.map((e, n) => S(e, t, {
|
|
3329
3329
|
...r,
|
|
3330
3330
|
path: [
|
|
3331
3331
|
...r.path,
|
|
@@ -3334,15 +3334,15 @@ var Ha = (e, t, n, r) => {
|
|
|
3334
3334
|
]
|
|
3335
3335
|
}));
|
|
3336
3336
|
a ? n.oneOf = o : n.anyOf = o;
|
|
3337
|
-
},
|
|
3338
|
-
let i = e._zod.def, a =
|
|
3337
|
+
}, Ga = (e, t, n, r) => {
|
|
3338
|
+
let i = e._zod.def, a = S(i.left, t, {
|
|
3339
3339
|
...r,
|
|
3340
3340
|
path: [
|
|
3341
3341
|
...r.path,
|
|
3342
3342
|
"allOf",
|
|
3343
3343
|
0
|
|
3344
3344
|
]
|
|
3345
|
-
}), o =
|
|
3345
|
+
}), o = S(i.right, t, {
|
|
3346
3346
|
...r,
|
|
3347
3347
|
path: [
|
|
3348
3348
|
...r.path,
|
|
@@ -3351,17 +3351,17 @@ var Ha = (e, t, n, r) => {
|
|
|
3351
3351
|
]
|
|
3352
3352
|
}), s = (e) => "allOf" in e && Object.keys(e).length === 1, c = [...s(a) ? a.allOf : [a], ...s(o) ? o.allOf : [o]];
|
|
3353
3353
|
n.allOf = c, t.intersections.push(c);
|
|
3354
|
-
},
|
|
3354
|
+
}, Ka = (e, t, n, r) => {
|
|
3355
3355
|
let i = n, a = e._zod.def;
|
|
3356
3356
|
i.type = "array";
|
|
3357
|
-
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) =>
|
|
3357
|
+
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) => S(e, t, {
|
|
3358
3358
|
...r,
|
|
3359
3359
|
path: [
|
|
3360
3360
|
...r.path,
|
|
3361
3361
|
o,
|
|
3362
3362
|
n
|
|
3363
3363
|
]
|
|
3364
|
-
})), l = a.rest ?
|
|
3364
|
+
})), l = a.rest ? S(a.rest, t, {
|
|
3365
3365
|
...r,
|
|
3366
3366
|
path: [
|
|
3367
3367
|
...r.path,
|
|
@@ -3371,7 +3371,7 @@ var Ha = (e, t, n, r) => {
|
|
|
3371
3371
|
}) : null, u = a.items.length;
|
|
3372
3372
|
for (; u > 0;) {
|
|
3373
3373
|
let e = a.items[u - 1];
|
|
3374
|
-
if (!(t.io === "input" ?
|
|
3374
|
+
if (!(t.io === "input" ? Ha(e) !== void 0 : e._zod.optout === "optional")) break;
|
|
3375
3375
|
u--;
|
|
3376
3376
|
}
|
|
3377
3377
|
let d = a.items.length, f = !a.rest;
|
|
@@ -3379,19 +3379,19 @@ var Ha = (e, t, n, r) => {
|
|
|
3379
3379
|
let { minimum: p, maximum: m } = e._zod.bag;
|
|
3380
3380
|
typeof p == "number" && (i.minItems = p), typeof m == "number" && (i.maxItems = m);
|
|
3381
3381
|
};
|
|
3382
|
-
function
|
|
3382
|
+
function qa(e, t, n) {
|
|
3383
3383
|
if (t.$ref) {
|
|
3384
3384
|
if (n.has(t)) return t;
|
|
3385
3385
|
n.add(t);
|
|
3386
3386
|
let r = e.get(t)?.def;
|
|
3387
3387
|
if (!r) return t;
|
|
3388
|
-
let i =
|
|
3388
|
+
let i = qa(e, r, n);
|
|
3389
3389
|
return i === r ? t : i;
|
|
3390
3390
|
}
|
|
3391
3391
|
for (let r of ["anyOf", "oneOf"]) {
|
|
3392
3392
|
let i = t[r];
|
|
3393
3393
|
if (!Array.isArray(i)) continue;
|
|
3394
|
-
let a = i.map((t) =>
|
|
3394
|
+
let a = i.map((t) => qa(e, t, n));
|
|
3395
3395
|
a.some((e, t) => e !== i[t]) && (t = {
|
|
3396
3396
|
...t,
|
|
3397
3397
|
[r]: a
|
|
@@ -3400,17 +3400,17 @@ function Ka(e, t, n) {
|
|
|
3400
3400
|
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]);
|
|
3401
3401
|
if (!i && !a?.some((e) => typeof e == "number")) return t;
|
|
3402
3402
|
let { minimum: o, maximum: s, exclusiveMinimum: c, exclusiveMaximum: l, multipleOf: u, format: d, id: f, ...p } = t;
|
|
3403
|
-
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") ?
|
|
3403
|
+
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") ? Yt : Jt).source), p) : p;
|
|
3404
3404
|
}
|
|
3405
|
-
var
|
|
3406
|
-
function
|
|
3405
|
+
var Ja = /* @__PURE__ */ new WeakMap();
|
|
3406
|
+
function Ya(e) {
|
|
3407
3407
|
let t = /* @__PURE__ */ new Map();
|
|
3408
3408
|
for (let n of e.seen.values()) n.def && !t.has(n.schema) && t.set(n.schema, n);
|
|
3409
3409
|
let n = /* @__PURE__ */ new Map();
|
|
3410
|
-
for (let r of
|
|
3410
|
+
for (let r of Ja.get(e) ?? []) {
|
|
3411
3411
|
let i = e.seen.get(r), a = (i?.def ?? i?.schema)?.propertyNames;
|
|
3412
3412
|
if (!a || a === !0 || n.has(a)) continue;
|
|
3413
|
-
let o =
|
|
3413
|
+
let o = qa(t, a, /* @__PURE__ */ new Set());
|
|
3414
3414
|
o !== a && n.set(a, o);
|
|
3415
3415
|
}
|
|
3416
3416
|
if (n.size) for (let t of e.seen.values()) for (let e of [t.schema, t.def]) {
|
|
@@ -3418,12 +3418,12 @@ function Ja(e) {
|
|
|
3418
3418
|
t && (e.propertyNames = t);
|
|
3419
3419
|
}
|
|
3420
3420
|
}
|
|
3421
|
-
var
|
|
3421
|
+
var Xa = (e, t, n, r) => {
|
|
3422
3422
|
let i = n, a = e._zod.def;
|
|
3423
3423
|
i.type = "object";
|
|
3424
3424
|
let o = a.keyType, s = o._zod.bag?.patterns;
|
|
3425
3425
|
if (a.mode === "loose" && s && s.size > 0) {
|
|
3426
|
-
let e =
|
|
3426
|
+
let e = S(a.valueType, t, {
|
|
3427
3427
|
...r,
|
|
3428
3428
|
path: [
|
|
3429
3429
|
...r.path,
|
|
@@ -3435,85 +3435,85 @@ var Ya = (e, t, n, r) => {
|
|
|
3435
3435
|
for (let t of s) d(i.patternProperties, t.source, e);
|
|
3436
3436
|
} else {
|
|
3437
3437
|
if (t.target === "draft-07" || t.target === "draft-2020-12") {
|
|
3438
|
-
i.propertyNames =
|
|
3438
|
+
i.propertyNames = S(a.keyType, t, {
|
|
3439
3439
|
...r,
|
|
3440
3440
|
path: [...r.path, "propertyNames"]
|
|
3441
3441
|
});
|
|
3442
|
-
let n =
|
|
3443
|
-
n || (n = [],
|
|
3442
|
+
let n = Ja.get(t);
|
|
3443
|
+
n || (n = [], Ja.set(t, n), t.deferred.push(() => Ya(t))), n.push(e);
|
|
3444
3444
|
}
|
|
3445
|
-
i.additionalProperties =
|
|
3445
|
+
i.additionalProperties = S(a.valueType, t, {
|
|
3446
3446
|
...r,
|
|
3447
3447
|
path: [...r.path, "additionalProperties"]
|
|
3448
3448
|
});
|
|
3449
3449
|
}
|
|
3450
|
-
let c = o._zod.values, l = t.io === "input" &&
|
|
3450
|
+
let c = o._zod.values, l = t.io === "input" && Ha(a.valueType) !== void 0;
|
|
3451
3451
|
if (c && !a.partial && !l) {
|
|
3452
3452
|
let e = [...c].filter((e) => typeof e == "string" || typeof e == "number");
|
|
3453
3453
|
e.length > 0 && (i.required = e.map(String));
|
|
3454
3454
|
}
|
|
3455
|
-
}, Xa = (e, t, n, r) => {
|
|
3456
|
-
let i = e._zod.def, a = C(i.innerType, t, r), o = t.seen.get(e);
|
|
3457
|
-
t.target === "openapi-3.0" ? (o.ref = i.innerType, n.nullable = !0) : n.anyOf = [a, { type: "null" }];
|
|
3458
3455
|
}, Za = (e, t, n, r) => {
|
|
3456
|
+
let i = e._zod.def, a = S(i.innerType, t, r), o = t.seen.get(e);
|
|
3457
|
+
t.target === "openapi-3.0" ? (o.ref = i.innerType, n.nullable = !0) : n.anyOf = [a, { type: "null" }];
|
|
3458
|
+
}, Qa = (e, t, n, r) => {
|
|
3459
3459
|
let i = e._zod.def;
|
|
3460
|
-
|
|
3460
|
+
S(i.innerType, t, r);
|
|
3461
3461
|
let a = t.seen.get(e);
|
|
3462
3462
|
a.ref = i.innerType;
|
|
3463
|
-
},
|
|
3464
|
-
function
|
|
3463
|
+
}, $a = Symbol();
|
|
3464
|
+
function eo(e, t, n, r, i) {
|
|
3465
3465
|
let a = !1, o = JSON.stringify(e, (e, t) => typeof t == "bigint" ? (a = !0, null) : t);
|
|
3466
|
-
return a ? (
|
|
3466
|
+
return a ? (ya(t, n, r, i, "BigInt defaults cannot be represented in JSON Schema"), $a) : JSON.parse(o);
|
|
3467
3467
|
}
|
|
3468
|
-
var
|
|
3468
|
+
var to = (e, t, n, r) => {
|
|
3469
3469
|
let i = e._zod.def;
|
|
3470
|
-
|
|
3470
|
+
S(i.innerType, t, r);
|
|
3471
3471
|
let a = t.seen.get(e);
|
|
3472
3472
|
a.ref = i.innerType;
|
|
3473
|
-
let o =
|
|
3474
|
-
o !==
|
|
3475
|
-
},
|
|
3473
|
+
let o = eo(i.defaultValue, e, t, n, r);
|
|
3474
|
+
o !== $a && (n.default = o);
|
|
3475
|
+
}, no = (e, t, n, r) => {
|
|
3476
3476
|
let i = e._zod.def;
|
|
3477
|
-
|
|
3477
|
+
S(i.innerType, t, r);
|
|
3478
3478
|
let a = t.seen.get(e);
|
|
3479
3479
|
if (a.ref = i.innerType, t.io !== "input") return;
|
|
3480
|
-
let o =
|
|
3481
|
-
o !==
|
|
3482
|
-
},
|
|
3480
|
+
let o = eo(i.defaultValue, e, t, n, r);
|
|
3481
|
+
o !== $a && (n._prefault = o);
|
|
3482
|
+
}, ro = (e, t, n, r) => {
|
|
3483
3483
|
let i = e._zod.def;
|
|
3484
|
-
|
|
3484
|
+
S(i.innerType, t, r);
|
|
3485
3485
|
let a = t.seen.get(e);
|
|
3486
3486
|
a.ref = i.innerType;
|
|
3487
3487
|
let o;
|
|
3488
3488
|
try {
|
|
3489
3489
|
o = i.catchValue(void 0);
|
|
3490
3490
|
} catch {
|
|
3491
|
-
|
|
3491
|
+
ya(e, t, n, r, "Dynamic catch values are not supported in JSON Schema");
|
|
3492
3492
|
return;
|
|
3493
3493
|
}
|
|
3494
3494
|
n.default = o;
|
|
3495
|
-
},
|
|
3495
|
+
}, io = (e, t, n, r) => {
|
|
3496
3496
|
let i = e._zod.def, a = i.in._zod.traits.has("$ZodTransform"), o = t.io === "input" ? a ? i.out : i.in : i.out;
|
|
3497
|
-
|
|
3497
|
+
S(o, t, r);
|
|
3498
3498
|
let s = t.seen.get(e);
|
|
3499
3499
|
s.ref = o;
|
|
3500
|
-
},
|
|
3500
|
+
}, ao = (e, t, n, r) => {
|
|
3501
3501
|
let i = e._zod.def;
|
|
3502
|
-
|
|
3502
|
+
S(i.innerType, t, r);
|
|
3503
3503
|
let a = t.seen.get(e);
|
|
3504
3504
|
a.ref = i.innerType, n.readOnly = !0;
|
|
3505
|
-
},
|
|
3505
|
+
}, oo = (e, t, n, r) => {
|
|
3506
3506
|
let i = e._zod.def;
|
|
3507
|
-
|
|
3507
|
+
S(i.innerType, t, r);
|
|
3508
3508
|
let a = t.seen.get(e);
|
|
3509
3509
|
a.ref = i.innerType;
|
|
3510
|
-
},
|
|
3510
|
+
}, so = (e, t, n, r) => {
|
|
3511
3511
|
let i = e._zod.innerType;
|
|
3512
|
-
|
|
3512
|
+
S(i, t, r);
|
|
3513
3513
|
let a = t.seen.get(e);
|
|
3514
3514
|
a.ref = i;
|
|
3515
|
-
},
|
|
3516
|
-
function
|
|
3515
|
+
}, co = /* @__PURE__ */ new WeakSet([Object.prototype, Error.prototype]);
|
|
3516
|
+
function lo(e, t, n) {
|
|
3517
3517
|
Object.defineProperty(e, t, {
|
|
3518
3518
|
configurable: !0,
|
|
3519
3519
|
enumerable: !1,
|
|
@@ -3534,12 +3534,12 @@ function co(e, t, n) {
|
|
|
3534
3534
|
}
|
|
3535
3535
|
});
|
|
3536
3536
|
}
|
|
3537
|
-
var
|
|
3538
|
-
|
|
3537
|
+
var w = /*@__PURE__*/ _("ZodError", (e, t) => {
|
|
3538
|
+
et.init(e, t), e.name = "ZodError";
|
|
3539
3539
|
let n = Object.getPrototypeOf(e);
|
|
3540
|
-
|
|
3540
|
+
co.has(n) || (co.add(n), lo(n, "format", (e) => (t) => it(e, t)), lo(n, "flatten", (e) => (t) => rt(e, t)), lo(n, "addIssue", (e) => (t) => {
|
|
3541
3541
|
e.issues.push(t), e.message = JSON.stringify(e.issues, i, 2);
|
|
3542
|
-
}),
|
|
3542
|
+
}), lo(n, "addIssues", (e) => (t) => {
|
|
3543
3543
|
e.issues.push(...t), e.message = JSON.stringify(e.issues, i, 2);
|
|
3544
3544
|
}), Object.defineProperty(n, "isEmpty", {
|
|
3545
3545
|
configurable: !0,
|
|
@@ -3548,16 +3548,16 @@ var T = /*@__PURE__*/ _("ZodError", (e, t) => {
|
|
|
3548
3548
|
return this.issues.length === 0;
|
|
3549
3549
|
}
|
|
3550
3550
|
}));
|
|
3551
|
-
}, void 0, { Parent: Error }),
|
|
3551
|
+
}, void 0, { Parent: Error }), uo = /* @__PURE__ */ ot(w), fo = /* @__PURE__ */ st(w), po = /* @__PURE__ */ ct(w), mo = /* @__PURE__ */ ut(w), ho = /* @__PURE__ */ ft(w), go = /* @__PURE__ */ pt(w), _o = /* @__PURE__ */ mt(w), vo = /* @__PURE__ */ ht(w), yo = /* @__PURE__ */ gt(w), bo = /* @__PURE__ */ _t(w), xo = /* @__PURE__ */ vt(w), So = /* @__PURE__ */ yt(w);
|
|
3552
3552
|
//#endregion
|
|
3553
3553
|
//#region ../../node_modules/.bun/zod@4.5.4/node_modules/zod/v4/classic/schemas.js
|
|
3554
|
-
function So() {
|
|
3555
|
-
v.localeError || y(ci());
|
|
3556
|
-
}
|
|
3557
3554
|
function Co() {
|
|
3558
|
-
v.
|
|
3555
|
+
v.localeError || Ke(li());
|
|
3556
|
+
}
|
|
3557
|
+
function wo() {
|
|
3558
|
+
v.memoizer || Ke({ memoizer: oi() });
|
|
3559
3559
|
}
|
|
3560
|
-
var
|
|
3560
|
+
var T = /*@__PURE__*/ _("ZodType", (e, t) => (Co(), b.init(e, t), e.def = t, e.type = t.type, e), {
|
|
3561
3561
|
check(...e) {
|
|
3562
3562
|
let t = this.def;
|
|
3563
3563
|
return this.clone(f(t, { checks: [...t.checks ?? [], ...e.map((e) => typeof e == "function" ? { _zod: {
|
|
@@ -3585,7 +3585,7 @@ var E = /*@__PURE__*/ _("ZodType", (e, t) => (So(), x.init(e, t), e.def = t, e.t
|
|
|
3585
3585
|
return this.check(Us(e, t));
|
|
3586
3586
|
},
|
|
3587
3587
|
overwrite(e) {
|
|
3588
|
-
return this.check(/* @__PURE__ */
|
|
3588
|
+
return this.check(/* @__PURE__ */ sa(e));
|
|
3589
3589
|
},
|
|
3590
3590
|
optional() {
|
|
3591
3591
|
return Ss(this);
|
|
@@ -3631,12 +3631,12 @@ var E = /*@__PURE__*/ _("ZodType", (e, t) => (So(), x.init(e, t), e.def = t, e.t
|
|
|
3631
3631
|
},
|
|
3632
3632
|
describe(e) {
|
|
3633
3633
|
let t = this.clone();
|
|
3634
|
-
return
|
|
3634
|
+
return pi.add(t, { description: e }), t;
|
|
3635
3635
|
},
|
|
3636
3636
|
meta(...e) {
|
|
3637
|
-
if (e.length === 0) return
|
|
3637
|
+
if (e.length === 0) return pi.get(this);
|
|
3638
3638
|
let t = this.clone();
|
|
3639
|
-
return
|
|
3639
|
+
return pi.add(t, e[0]), t;
|
|
3640
3640
|
},
|
|
3641
3641
|
isOptional() {
|
|
3642
3642
|
return this.safeParse(void 0).success;
|
|
@@ -3649,10 +3649,10 @@ var E = /*@__PURE__*/ _("ZodType", (e, t) => (So(), x.init(e, t), e.def = t, e.t
|
|
|
3649
3649
|
},
|
|
3650
3650
|
get "~standard"() {
|
|
3651
3651
|
return je(this, "~standard", {
|
|
3652
|
-
...
|
|
3652
|
+
...xn(this),
|
|
3653
3653
|
jsonSchema: {
|
|
3654
|
-
input:
|
|
3655
|
-
output:
|
|
3654
|
+
input: Aa(this, "input"),
|
|
3655
|
+
output: Aa(this, "output")
|
|
3656
3656
|
}
|
|
3657
3657
|
});
|
|
3658
3658
|
},
|
|
@@ -3660,16 +3660,16 @@ var E = /*@__PURE__*/ _("ZodType", (e, t) => (So(), x.init(e, t), e.def = t, e.t
|
|
|
3660
3660
|
Ae(this, "~standard", e);
|
|
3661
3661
|
},
|
|
3662
3662
|
parse: function e(t, n) {
|
|
3663
|
-
return
|
|
3663
|
+
return uo(this, t, n, { callee: e });
|
|
3664
3664
|
},
|
|
3665
3665
|
parseAsync: async function e(t, n) {
|
|
3666
|
-
return await
|
|
3666
|
+
return await fo(this, t, n, { callee: e });
|
|
3667
3667
|
},
|
|
3668
3668
|
safeParse(e, t) {
|
|
3669
|
-
return
|
|
3669
|
+
return po(this, e, t);
|
|
3670
3670
|
},
|
|
3671
3671
|
async safeParseAsync(e, t) {
|
|
3672
|
-
return
|
|
3672
|
+
return mo(this, e, t);
|
|
3673
3673
|
},
|
|
3674
3674
|
get spa() {
|
|
3675
3675
|
return this?.safeParseAsync;
|
|
@@ -3678,329 +3678,329 @@ var E = /*@__PURE__*/ _("ZodType", (e, t) => (So(), x.init(e, t), e.def = t, e.t
|
|
|
3678
3678
|
Ae(this, "spa", e);
|
|
3679
3679
|
},
|
|
3680
3680
|
encode: function e(t, n) {
|
|
3681
|
-
return
|
|
3681
|
+
return ho(this, t, n, { callee: e });
|
|
3682
3682
|
},
|
|
3683
3683
|
decode: function e(t, n) {
|
|
3684
|
-
return
|
|
3684
|
+
return go(this, t, n, { callee: e });
|
|
3685
3685
|
},
|
|
3686
3686
|
encodeAsync: async function e(t, n) {
|
|
3687
|
-
return await
|
|
3687
|
+
return await _o(this, t, n, { callee: e });
|
|
3688
3688
|
},
|
|
3689
3689
|
decodeAsync: async function e(t, n) {
|
|
3690
|
-
return await
|
|
3690
|
+
return await vo(this, t, n, { callee: e });
|
|
3691
3691
|
},
|
|
3692
3692
|
safeEncode(e, t) {
|
|
3693
|
-
return
|
|
3693
|
+
return yo(this, e, t);
|
|
3694
3694
|
},
|
|
3695
3695
|
safeDecode(e, t) {
|
|
3696
|
-
return
|
|
3696
|
+
return bo(this, e, t);
|
|
3697
3697
|
},
|
|
3698
3698
|
async safeEncodeAsync(e, t) {
|
|
3699
|
-
return
|
|
3699
|
+
return xo(this, e, t);
|
|
3700
3700
|
},
|
|
3701
3701
|
async safeDecodeAsync(e, t) {
|
|
3702
|
-
return
|
|
3702
|
+
return So(this, e, t);
|
|
3703
3703
|
},
|
|
3704
3704
|
toJSONSchema(e) {
|
|
3705
|
-
return
|
|
3705
|
+
return ka(this, {})(e);
|
|
3706
3706
|
},
|
|
3707
3707
|
get description() {
|
|
3708
|
-
return
|
|
3708
|
+
return pi.get(this)?.description;
|
|
3709
3709
|
},
|
|
3710
3710
|
get _def() {
|
|
3711
3711
|
return this._zod.def;
|
|
3712
3712
|
}
|
|
3713
|
-
}),
|
|
3714
|
-
|
|
3713
|
+
}), To = /*@__PURE__*/ _("_ZodString", (e, t) => {
|
|
3714
|
+
Sn.init(e, t), T.init(e, t), e._zod.processJSONSchema = (t, n, r) => Ma(e, t, n, r);
|
|
3715
3715
|
let n = e._zod.bag;
|
|
3716
3716
|
e.format = n.format ?? null, e.minLength = n.minimum ?? null, e.maxLength = n.maximum ?? null;
|
|
3717
3717
|
}, {
|
|
3718
3718
|
regex(...e) {
|
|
3719
|
-
return this.check(/* @__PURE__ */
|
|
3719
|
+
return this.check(/* @__PURE__ */ ta(...e));
|
|
3720
3720
|
},
|
|
3721
3721
|
includes(...e) {
|
|
3722
|
-
return this.check(/* @__PURE__ */
|
|
3722
|
+
return this.check(/* @__PURE__ */ ia(...e));
|
|
3723
3723
|
},
|
|
3724
3724
|
startsWith(...e) {
|
|
3725
|
-
return this.check(/* @__PURE__ */
|
|
3725
|
+
return this.check(/* @__PURE__ */ aa(...e));
|
|
3726
3726
|
},
|
|
3727
3727
|
endsWith(...e) {
|
|
3728
|
-
return this.check(/* @__PURE__ */
|
|
3728
|
+
return this.check(/* @__PURE__ */ oa(...e));
|
|
3729
3729
|
},
|
|
3730
3730
|
min(...e) {
|
|
3731
|
-
return this.check(/* @__PURE__ */
|
|
3731
|
+
return this.check(/* @__PURE__ */ $i(...e));
|
|
3732
3732
|
},
|
|
3733
3733
|
max(...e) {
|
|
3734
|
-
return this.check(/* @__PURE__ */
|
|
3734
|
+
return this.check(/* @__PURE__ */ Qi(...e));
|
|
3735
3735
|
},
|
|
3736
3736
|
length(...e) {
|
|
3737
|
-
return this.check(/* @__PURE__ */
|
|
3737
|
+
return this.check(/* @__PURE__ */ ea(...e));
|
|
3738
3738
|
},
|
|
3739
3739
|
nonempty(...e) {
|
|
3740
|
-
return this.check(/* @__PURE__ */
|
|
3740
|
+
return this.check(/* @__PURE__ */ $i(1, ...e));
|
|
3741
3741
|
},
|
|
3742
3742
|
lowercase(e) {
|
|
3743
|
-
return this.check(/* @__PURE__ */
|
|
3743
|
+
return this.check(/* @__PURE__ */ na(e));
|
|
3744
3744
|
},
|
|
3745
3745
|
uppercase(e) {
|
|
3746
|
-
return this.check(/* @__PURE__ */
|
|
3746
|
+
return this.check(/* @__PURE__ */ ra(e));
|
|
3747
3747
|
},
|
|
3748
3748
|
trim() {
|
|
3749
|
-
return this.check(/* @__PURE__ */
|
|
3749
|
+
return this.check(/* @__PURE__ */ la());
|
|
3750
3750
|
},
|
|
3751
3751
|
normalize(...e) {
|
|
3752
|
-
return this.check(/* @__PURE__ */
|
|
3752
|
+
return this.check(/* @__PURE__ */ ca(...e));
|
|
3753
3753
|
},
|
|
3754
3754
|
toLowerCase() {
|
|
3755
|
-
return this.check(/* @__PURE__ */
|
|
3755
|
+
return this.check(/* @__PURE__ */ ua());
|
|
3756
3756
|
},
|
|
3757
3757
|
toUpperCase() {
|
|
3758
|
-
return this.check(/* @__PURE__ */
|
|
3758
|
+
return this.check(/* @__PURE__ */ da());
|
|
3759
3759
|
},
|
|
3760
3760
|
slugify() {
|
|
3761
|
-
return this.check(/* @__PURE__ */
|
|
3761
|
+
return this.check(/* @__PURE__ */ fa());
|
|
3762
3762
|
}
|
|
3763
|
-
}),
|
|
3764
|
-
|
|
3763
|
+
}), Eo = /*@__PURE__*/ _("ZodString", (e, t) => {
|
|
3764
|
+
Sn.init(e, t), To.init(e, t);
|
|
3765
3765
|
}, {
|
|
3766
3766
|
email(e) {
|
|
3767
|
-
return this.check(/* @__PURE__ */
|
|
3767
|
+
return this.check(/* @__PURE__ */ hi(jo, e));
|
|
3768
3768
|
},
|
|
3769
3769
|
url(e) {
|
|
3770
|
-
return this.check(/* @__PURE__ */
|
|
3770
|
+
return this.check(/* @__PURE__ */ xi(Po, e));
|
|
3771
3771
|
},
|
|
3772
3772
|
jwt(e) {
|
|
3773
|
-
return this.check(/* @__PURE__ */
|
|
3773
|
+
return this.check(/* @__PURE__ */ Ii(Yo, e));
|
|
3774
3774
|
},
|
|
3775
3775
|
emoji(e) {
|
|
3776
|
-
return this.check(/* @__PURE__ */
|
|
3776
|
+
return this.check(/* @__PURE__ */ Si(Fo, e));
|
|
3777
3777
|
},
|
|
3778
3778
|
guid(e) {
|
|
3779
|
-
return this.check(/* @__PURE__ */
|
|
3779
|
+
return this.check(/* @__PURE__ */ gi(Mo, e));
|
|
3780
3780
|
},
|
|
3781
3781
|
uuid(e) {
|
|
3782
|
-
return this.check(/* @__PURE__ */
|
|
3782
|
+
return this.check(/* @__PURE__ */ _i(No, e));
|
|
3783
3783
|
},
|
|
3784
3784
|
uuidv4(e) {
|
|
3785
|
-
return this.check(/* @__PURE__ */
|
|
3785
|
+
return this.check(/* @__PURE__ */ vi(No, e));
|
|
3786
3786
|
},
|
|
3787
3787
|
uuidv6(e) {
|
|
3788
|
-
return this.check(/* @__PURE__ */
|
|
3788
|
+
return this.check(/* @__PURE__ */ yi(No, e));
|
|
3789
3789
|
},
|
|
3790
3790
|
uuidv7(e) {
|
|
3791
|
-
return this.check(/* @__PURE__ */
|
|
3791
|
+
return this.check(/* @__PURE__ */ bi(No, e));
|
|
3792
3792
|
},
|
|
3793
3793
|
nanoid(e) {
|
|
3794
|
-
return this.check(/* @__PURE__ */
|
|
3794
|
+
return this.check(/* @__PURE__ */ Ci(Io, e));
|
|
3795
3795
|
},
|
|
3796
3796
|
cuid(e) {
|
|
3797
|
-
return this.check(/* @__PURE__ */
|
|
3797
|
+
return this.check(/* @__PURE__ */ wi(Lo, e));
|
|
3798
3798
|
},
|
|
3799
3799
|
cuid2(e) {
|
|
3800
|
-
return this.check(/* @__PURE__ */
|
|
3800
|
+
return this.check(/* @__PURE__ */ Ti(Ro, e));
|
|
3801
3801
|
},
|
|
3802
3802
|
ulid(e) {
|
|
3803
|
-
return this.check(/* @__PURE__ */
|
|
3803
|
+
return this.check(/* @__PURE__ */ Ei(zo, e));
|
|
3804
3804
|
},
|
|
3805
3805
|
base64(e) {
|
|
3806
|
-
return this.check(/* @__PURE__ */
|
|
3806
|
+
return this.check(/* @__PURE__ */ Ni(Ko, e));
|
|
3807
3807
|
},
|
|
3808
3808
|
base64url(e) {
|
|
3809
|
-
return this.check(/* @__PURE__ */
|
|
3809
|
+
return this.check(/* @__PURE__ */ Pi(qo, e));
|
|
3810
3810
|
},
|
|
3811
3811
|
xid(e) {
|
|
3812
|
-
return this.check(/* @__PURE__ */
|
|
3812
|
+
return this.check(/* @__PURE__ */ Di(Bo, e));
|
|
3813
3813
|
},
|
|
3814
3814
|
ksuid(e) {
|
|
3815
|
-
return this.check(/* @__PURE__ */
|
|
3815
|
+
return this.check(/* @__PURE__ */ Oi(Vo, e));
|
|
3816
3816
|
},
|
|
3817
3817
|
ipv4(e) {
|
|
3818
|
-
return this.check(/* @__PURE__ */
|
|
3818
|
+
return this.check(/* @__PURE__ */ ki(Ho, e));
|
|
3819
3819
|
},
|
|
3820
3820
|
ipv6(e) {
|
|
3821
|
-
return this.check(/* @__PURE__ */
|
|
3821
|
+
return this.check(/* @__PURE__ */ Ai(Uo, e));
|
|
3822
3822
|
},
|
|
3823
3823
|
cidrv4(e) {
|
|
3824
|
-
return this.check(/* @__PURE__ */
|
|
3824
|
+
return this.check(/* @__PURE__ */ ji(Wo, e));
|
|
3825
3825
|
},
|
|
3826
3826
|
cidrv6(e) {
|
|
3827
|
-
return this.check(/* @__PURE__ */
|
|
3827
|
+
return this.check(/* @__PURE__ */ Mi(Go, e));
|
|
3828
3828
|
},
|
|
3829
3829
|
e164(e) {
|
|
3830
|
-
return this.check(/* @__PURE__ */
|
|
3830
|
+
return this.check(/* @__PURE__ */ Fi(Jo, e));
|
|
3831
3831
|
},
|
|
3832
3832
|
datetime(e) {
|
|
3833
|
-
return this.check(/* @__PURE__ */
|
|
3833
|
+
return this.check(/* @__PURE__ */ Li(Do, e));
|
|
3834
3834
|
},
|
|
3835
3835
|
date(e) {
|
|
3836
|
-
return this.check(/* @__PURE__ */
|
|
3836
|
+
return this.check(/* @__PURE__ */ Ri(Oo, e));
|
|
3837
3837
|
},
|
|
3838
3838
|
time(e) {
|
|
3839
|
-
return this.check(/* @__PURE__ */
|
|
3839
|
+
return this.check(/* @__PURE__ */ zi(ko, e));
|
|
3840
3840
|
},
|
|
3841
3841
|
duration(e) {
|
|
3842
|
-
return this.check(/* @__PURE__ */
|
|
3842
|
+
return this.check(/* @__PURE__ */ Bi(Ao, e));
|
|
3843
3843
|
}
|
|
3844
3844
|
});
|
|
3845
|
-
function
|
|
3846
|
-
return /* @__PURE__ */
|
|
3847
|
-
}
|
|
3848
|
-
var
|
|
3849
|
-
|
|
3850
|
-
}),
|
|
3851
|
-
|
|
3852
|
-
}),
|
|
3853
|
-
|
|
3854
|
-
}),
|
|
3855
|
-
|
|
3856
|
-
}),
|
|
3857
|
-
|
|
3858
|
-
}),
|
|
3859
|
-
|
|
3860
|
-
}),
|
|
3861
|
-
|
|
3862
|
-
}),
|
|
3863
|
-
|
|
3864
|
-
}),
|
|
3865
|
-
|
|
3866
|
-
}),
|
|
3867
|
-
|
|
3868
|
-
}),
|
|
3869
|
-
|
|
3870
|
-
}),
|
|
3871
|
-
|
|
3872
|
-
}),
|
|
3873
|
-
|
|
3874
|
-
}),
|
|
3875
|
-
|
|
3876
|
-
}),
|
|
3877
|
-
|
|
3878
|
-
}),
|
|
3879
|
-
|
|
3880
|
-
}),
|
|
3881
|
-
|
|
3882
|
-
}),
|
|
3883
|
-
|
|
3884
|
-
}),
|
|
3885
|
-
|
|
3886
|
-
}),
|
|
3887
|
-
|
|
3888
|
-
}),
|
|
3889
|
-
|
|
3890
|
-
}),
|
|
3891
|
-
|
|
3892
|
-
}),
|
|
3893
|
-
|
|
3894
|
-
}),
|
|
3895
|
-
|
|
3896
|
-
}),
|
|
3897
|
-
|
|
3845
|
+
function E(e) {
|
|
3846
|
+
return /* @__PURE__ */ mi(Eo, e);
|
|
3847
|
+
}
|
|
3848
|
+
var D = /*@__PURE__*/ _("ZodStringFormat", (e, t) => {
|
|
3849
|
+
x.init(e, t), To.init(e, t);
|
|
3850
|
+
}), Do = /*@__PURE__*/ _("ZodISODateTime", (e, t) => {
|
|
3851
|
+
zn.init(e, t), D.init(e, t);
|
|
3852
|
+
}), Oo = /*@__PURE__*/ _("ZodISODate", (e, t) => {
|
|
3853
|
+
Bn.init(e, t), D.init(e, t);
|
|
3854
|
+
}), ko = /*@__PURE__*/ _("ZodISOTime", (e, t) => {
|
|
3855
|
+
Vn.init(e, t), D.init(e, t);
|
|
3856
|
+
}), Ao = /*@__PURE__*/ _("ZodISODuration", (e, t) => {
|
|
3857
|
+
Hn.init(e, t), D.init(e, t);
|
|
3858
|
+
}), jo = /*@__PURE__*/ _("ZodEmail", (e, t) => {
|
|
3859
|
+
Tn.init(e, t), D.init(e, t);
|
|
3860
|
+
}), Mo = /*@__PURE__*/ _("ZodGUID", (e, t) => {
|
|
3861
|
+
Cn.init(e, t), D.init(e, t);
|
|
3862
|
+
}), No = /*@__PURE__*/ _("ZodUUID", (e, t) => {
|
|
3863
|
+
wn.init(e, t), D.init(e, t);
|
|
3864
|
+
}), Po = /*@__PURE__*/ _("ZodURL", (e, t) => {
|
|
3865
|
+
jn.init(e, t), D.init(e, t);
|
|
3866
|
+
}), Fo = /*@__PURE__*/ _("ZodEmoji", (e, t) => {
|
|
3867
|
+
Mn.init(e, t), D.init(e, t);
|
|
3868
|
+
}), Io = /*@__PURE__*/ _("ZodNanoID", (e, t) => {
|
|
3869
|
+
Nn.init(e, t), D.init(e, t);
|
|
3870
|
+
}), Lo = /*@__PURE__*/ _("ZodCUID", (e, t) => {
|
|
3871
|
+
Pn.init(e, t), D.init(e, t);
|
|
3872
|
+
}), Ro = /*@__PURE__*/ _("ZodCUID2", (e, t) => {
|
|
3873
|
+
Fn.init(e, t), D.init(e, t);
|
|
3874
|
+
}), zo = /*@__PURE__*/ _("ZodULID", (e, t) => {
|
|
3875
|
+
In.init(e, t), D.init(e, t);
|
|
3876
|
+
}), Bo = /*@__PURE__*/ _("ZodXID", (e, t) => {
|
|
3877
|
+
Ln.init(e, t), D.init(e, t);
|
|
3878
|
+
}), Vo = /*@__PURE__*/ _("ZodKSUID", (e, t) => {
|
|
3879
|
+
Rn.init(e, t), D.init(e, t);
|
|
3880
|
+
}), Ho = /*@__PURE__*/ _("ZodIPv4", (e, t) => {
|
|
3881
|
+
Un.init(e, t), D.init(e, t);
|
|
3882
|
+
}), Uo = /*@__PURE__*/ _("ZodIPv6", (e, t) => {
|
|
3883
|
+
Kn.init(e, t), D.init(e, t);
|
|
3884
|
+
}), Wo = /*@__PURE__*/ _("ZodCIDRv4", (e, t) => {
|
|
3885
|
+
qn.init(e, t), D.init(e, t);
|
|
3886
|
+
}), Go = /*@__PURE__*/ _("ZodCIDRv6", (e, t) => {
|
|
3887
|
+
Yn.init(e, t), D.init(e, t);
|
|
3888
|
+
}), Ko = /*@__PURE__*/ _("ZodBase64", (e, t) => {
|
|
3889
|
+
Zn.init(e, t), D.init(e, t);
|
|
3890
|
+
}), qo = /*@__PURE__*/ _("ZodBase64URL", (e, t) => {
|
|
3891
|
+
$n.init(e, t), D.init(e, t);
|
|
3892
|
+
}), Jo = /*@__PURE__*/ _("ZodE164", (e, t) => {
|
|
3893
|
+
er.init(e, t), D.init(e, t);
|
|
3894
|
+
}), Yo = /*@__PURE__*/ _("ZodJWT", (e, t) => {
|
|
3895
|
+
nr.init(e, t), D.init(e, t);
|
|
3896
|
+
}), Xo = /*@__PURE__*/ _("ZodNumber", (e, t) => {
|
|
3897
|
+
rr.init(e, t), T.init(e, t), e._zod.processJSONSchema = (t, n, r) => Na(e, t, n, r);
|
|
3898
3898
|
let n = e._zod.bag;
|
|
3899
3899
|
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;
|
|
3900
3900
|
}, {
|
|
3901
3901
|
gt(e, t) {
|
|
3902
|
-
return this.check(/* @__PURE__ */
|
|
3902
|
+
return this.check(/* @__PURE__ */ Yi(e, t));
|
|
3903
3903
|
},
|
|
3904
3904
|
gte(e, t) {
|
|
3905
|
-
return this.check(/* @__PURE__ */
|
|
3905
|
+
return this.check(/* @__PURE__ */ Xi(e, t));
|
|
3906
3906
|
},
|
|
3907
3907
|
min(e, t) {
|
|
3908
|
-
return this.check(/* @__PURE__ */
|
|
3908
|
+
return this.check(/* @__PURE__ */ Xi(e, t));
|
|
3909
3909
|
},
|
|
3910
3910
|
lt(e, t) {
|
|
3911
|
-
return this.check(/* @__PURE__ */
|
|
3911
|
+
return this.check(/* @__PURE__ */ qi(e, t));
|
|
3912
3912
|
},
|
|
3913
3913
|
lte(e, t) {
|
|
3914
|
-
return this.check(/* @__PURE__ */
|
|
3914
|
+
return this.check(/* @__PURE__ */ Ji(e, t));
|
|
3915
3915
|
},
|
|
3916
3916
|
max(e, t) {
|
|
3917
|
-
return this.check(/* @__PURE__ */
|
|
3917
|
+
return this.check(/* @__PURE__ */ Ji(e, t));
|
|
3918
3918
|
},
|
|
3919
3919
|
int(e) {
|
|
3920
|
-
return this.check(
|
|
3920
|
+
return this.check(Qo(e));
|
|
3921
3921
|
},
|
|
3922
3922
|
safe(e) {
|
|
3923
|
-
return this.check(
|
|
3923
|
+
return this.check(Qo(e));
|
|
3924
3924
|
},
|
|
3925
3925
|
positive(e) {
|
|
3926
|
-
return this.check(/* @__PURE__ */
|
|
3926
|
+
return this.check(/* @__PURE__ */ Yi(0, e));
|
|
3927
3927
|
},
|
|
3928
3928
|
nonnegative(e) {
|
|
3929
|
-
return this.check(/* @__PURE__ */
|
|
3929
|
+
return this.check(/* @__PURE__ */ Xi(0, e));
|
|
3930
3930
|
},
|
|
3931
3931
|
negative(e) {
|
|
3932
|
-
return this.check(/* @__PURE__ */
|
|
3932
|
+
return this.check(/* @__PURE__ */ qi(0, e));
|
|
3933
3933
|
},
|
|
3934
3934
|
nonpositive(e) {
|
|
3935
|
-
return this.check(/* @__PURE__ */
|
|
3935
|
+
return this.check(/* @__PURE__ */ Ji(0, e));
|
|
3936
3936
|
},
|
|
3937
3937
|
multipleOf(e, t) {
|
|
3938
|
-
return this.check(/* @__PURE__ */
|
|
3938
|
+
return this.check(/* @__PURE__ */ Zi(e, t));
|
|
3939
3939
|
},
|
|
3940
3940
|
step(e, t) {
|
|
3941
|
-
return this.check(/* @__PURE__ */
|
|
3941
|
+
return this.check(/* @__PURE__ */ Zi(e, t));
|
|
3942
3942
|
},
|
|
3943
3943
|
finite() {
|
|
3944
3944
|
return this;
|
|
3945
3945
|
}
|
|
3946
3946
|
});
|
|
3947
|
-
function
|
|
3948
|
-
return /* @__PURE__ */
|
|
3947
|
+
function O(e) {
|
|
3948
|
+
return /* @__PURE__ */ Vi(Xo, e);
|
|
3949
3949
|
}
|
|
3950
|
-
var
|
|
3951
|
-
|
|
3950
|
+
var Zo = /*@__PURE__*/ _("ZodNumberFormat", (e, t) => {
|
|
3951
|
+
ir.init(e, t), Xo.init(e, t);
|
|
3952
3952
|
});
|
|
3953
|
-
function
|
|
3954
|
-
return /* @__PURE__ */
|
|
3953
|
+
function Qo(e) {
|
|
3954
|
+
return /* @__PURE__ */ Hi(Zo, e);
|
|
3955
3955
|
}
|
|
3956
|
-
var
|
|
3957
|
-
|
|
3956
|
+
var $o = /*@__PURE__*/ _("ZodBoolean", (e, t) => {
|
|
3957
|
+
ar.init(e, t), T.init(e, t), e._zod.processJSONSchema = (t, n, r) => Pa(e, t, n, r);
|
|
3958
3958
|
});
|
|
3959
|
-
function
|
|
3960
|
-
return /* @__PURE__ */
|
|
3959
|
+
function k(e) {
|
|
3960
|
+
return /* @__PURE__ */ Ui($o, e);
|
|
3961
3961
|
}
|
|
3962
3962
|
var es = /*@__PURE__*/ _("ZodNull", (e, t) => {
|
|
3963
|
-
|
|
3963
|
+
or.init(e, t), T.init(e, t), e._zod.processJSONSchema = (t, n, r) => Fa(e, t, n, r);
|
|
3964
3964
|
});
|
|
3965
3965
|
function ts(e) {
|
|
3966
|
-
return /* @__PURE__ */
|
|
3966
|
+
return /* @__PURE__ */ Wi(es, e);
|
|
3967
3967
|
}
|
|
3968
3968
|
var ns = /*@__PURE__*/ _("ZodUnknown", (e, t) => {
|
|
3969
|
-
|
|
3969
|
+
sr.init(e, t), T.init(e, t), e._zod.processJSONSchema = (e, t, n) => void 0;
|
|
3970
3970
|
});
|
|
3971
3971
|
function rs() {
|
|
3972
|
-
return /* @__PURE__ */
|
|
3972
|
+
return /* @__PURE__ */ Gi(ns);
|
|
3973
3973
|
}
|
|
3974
3974
|
var is = /*@__PURE__*/ _("ZodNever", (e, t) => {
|
|
3975
|
-
|
|
3975
|
+
cr.init(e, t), T.init(e, t), e._zod.processJSONSchema = (t, n, r) => Ia(e, t, n, r);
|
|
3976
3976
|
});
|
|
3977
3977
|
function as(e) {
|
|
3978
|
-
return /* @__PURE__ */
|
|
3978
|
+
return /* @__PURE__ */ Ki(is, e);
|
|
3979
3979
|
}
|
|
3980
3980
|
var os = /*@__PURE__*/ _("ZodArray", (e, t) => {
|
|
3981
|
-
|
|
3981
|
+
wo(), ur.init(e, t), T.init(e, t), e._zod.processJSONSchema = (t, n, r) => Va(e, t, n, r), e.element = t.element;
|
|
3982
3982
|
}, {
|
|
3983
3983
|
min(e, t) {
|
|
3984
|
-
return this.check(/* @__PURE__ */
|
|
3984
|
+
return this.check(/* @__PURE__ */ $i(e, t));
|
|
3985
3985
|
},
|
|
3986
3986
|
nonempty(e) {
|
|
3987
|
-
return this.check(/* @__PURE__ */
|
|
3987
|
+
return this.check(/* @__PURE__ */ $i(1, e));
|
|
3988
3988
|
},
|
|
3989
3989
|
max(e, t) {
|
|
3990
|
-
return this.check(/* @__PURE__ */
|
|
3990
|
+
return this.check(/* @__PURE__ */ Qi(e, t));
|
|
3991
3991
|
},
|
|
3992
3992
|
length(e, t) {
|
|
3993
|
-
return this.check(/* @__PURE__ */
|
|
3993
|
+
return this.check(/* @__PURE__ */ ea(e, t));
|
|
3994
3994
|
},
|
|
3995
3995
|
unwrap() {
|
|
3996
3996
|
return this.element;
|
|
3997
3997
|
}
|
|
3998
3998
|
});
|
|
3999
3999
|
function A(e, t) {
|
|
4000
|
-
return /* @__PURE__ */
|
|
4000
|
+
return /* @__PURE__ */ pa(os, e, t);
|
|
4001
4001
|
}
|
|
4002
4002
|
var ss = /*@__PURE__*/ _("ZodObject", (e, t) => {
|
|
4003
|
-
|
|
4003
|
+
wo(), _r.init(e, t), T.init(e, t), e._zod.processJSONSchema = (t, n, r) => Ua(e, t, n, r), Le(e, "shape", (e) => e._zod.def.shape, !1);
|
|
4004
4004
|
}, {
|
|
4005
4005
|
keyof() {
|
|
4006
4006
|
return P(Object.keys(this._zod.def.shape));
|
|
@@ -4076,7 +4076,7 @@ function cs(e, t) {
|
|
|
4076
4076
|
});
|
|
4077
4077
|
}
|
|
4078
4078
|
var ls = /*@__PURE__*/ _("ZodUnion", (e, t) => {
|
|
4079
|
-
|
|
4079
|
+
yr.init(e, t), T.init(e, t), e._zod.processJSONSchema = (t, n, r) => Wa(e, t, n, r), e.options = t.options;
|
|
4080
4080
|
});
|
|
4081
4081
|
function M(e, t) {
|
|
4082
4082
|
return new ls({
|
|
@@ -4086,7 +4086,7 @@ function M(e, t) {
|
|
|
4086
4086
|
});
|
|
4087
4087
|
}
|
|
4088
4088
|
var us = /*@__PURE__*/ _("ZodDiscriminatedUnion", (e, t) => {
|
|
4089
|
-
ls.init(e, t),
|
|
4089
|
+
ls.init(e, t), br.init(e, t);
|
|
4090
4090
|
});
|
|
4091
4091
|
function ds(e, t, n) {
|
|
4092
4092
|
return new us({
|
|
@@ -4097,7 +4097,7 @@ function ds(e, t, n) {
|
|
|
4097
4097
|
});
|
|
4098
4098
|
}
|
|
4099
4099
|
var fs = /*@__PURE__*/ _("ZodIntersection", (e, t) => {
|
|
4100
|
-
|
|
4100
|
+
xr.init(e, t), T.init(e, t), e._zod.processJSONSchema = (t, n, r) => Ga(e, t, n, r);
|
|
4101
4101
|
});
|
|
4102
4102
|
function ps(e, t) {
|
|
4103
4103
|
return new fs({
|
|
@@ -4107,7 +4107,7 @@ function ps(e, t) {
|
|
|
4107
4107
|
});
|
|
4108
4108
|
}
|
|
4109
4109
|
var ms = /*@__PURE__*/ _("ZodTuple", (e, t) => {
|
|
4110
|
-
|
|
4110
|
+
wo(), wr.init(e, t), T.init(e, t), e._zod.processJSONSchema = (t, n, r) => Ka(e, t, n, r);
|
|
4111
4111
|
}, {
|
|
4112
4112
|
rest(e) {
|
|
4113
4113
|
return this.clone({
|
|
@@ -4128,7 +4128,7 @@ var ms = /*@__PURE__*/ _("ZodTuple", (e, t) => {
|
|
|
4128
4128
|
}
|
|
4129
4129
|
});
|
|
4130
4130
|
function hs(e, t, n) {
|
|
4131
|
-
let r = t instanceof
|
|
4131
|
+
let r = t instanceof b;
|
|
4132
4132
|
return new ms({
|
|
4133
4133
|
type: "tuple",
|
|
4134
4134
|
items: e,
|
|
@@ -4137,12 +4137,12 @@ function hs(e, t, n) {
|
|
|
4137
4137
|
});
|
|
4138
4138
|
}
|
|
4139
4139
|
var gs = /*@__PURE__*/ _("ZodRecord", (e, t) => {
|
|
4140
|
-
|
|
4140
|
+
wo(), Or.init(e, t), T.init(e, t), e._zod.processJSONSchema = (t, n, r) => Xa(e, t, n, r), e.keyType = t.keyType, e.valueType = t.valueType;
|
|
4141
4141
|
});
|
|
4142
4142
|
function N(e, t, n) {
|
|
4143
4143
|
return !t || !t._zod ? new gs({
|
|
4144
4144
|
type: "record",
|
|
4145
|
-
keyType:
|
|
4145
|
+
keyType: E(),
|
|
4146
4146
|
valueType: e,
|
|
4147
4147
|
...h(t)
|
|
4148
4148
|
}) : new gs({
|
|
@@ -4153,7 +4153,7 @@ function N(e, t, n) {
|
|
|
4153
4153
|
});
|
|
4154
4154
|
}
|
|
4155
4155
|
var _s = /*@__PURE__*/ _("ZodEnum", (e, t) => {
|
|
4156
|
-
|
|
4156
|
+
kr.init(e, t), T.init(e, t), e._zod.processJSONSchema = (t, n, r) => La(e, t, n, r), e.enum = t.entries, e.options = Object.values(t.entries);
|
|
4157
4157
|
let n = new Set(Object.keys(t.entries));
|
|
4158
4158
|
e.extract = (e, r) => {
|
|
4159
4159
|
let i = {};
|
|
@@ -4185,7 +4185,7 @@ function P(e, t) {
|
|
|
4185
4185
|
});
|
|
4186
4186
|
}
|
|
4187
4187
|
var vs = /*@__PURE__*/ _("ZodLiteral", (e, t) => {
|
|
4188
|
-
|
|
4188
|
+
Ar.init(e, t), T.init(e, t), e._zod.processJSONSchema = (t, n, r) => Ra(e, t, n, r), e.values = new Set(t.values), Object.defineProperty(e, "value", { get() {
|
|
4189
4189
|
if (t.values.length > 1) throw Error("This schema contains multiple valid literal values. Use `.values` instead.");
|
|
4190
4190
|
return t.values[0];
|
|
4191
4191
|
} });
|
|
@@ -4198,7 +4198,7 @@ function F(e, t) {
|
|
|
4198
4198
|
});
|
|
4199
4199
|
}
|
|
4200
4200
|
var ys = /*@__PURE__*/ _("ZodTransform", (e, t) => {
|
|
4201
|
-
|
|
4201
|
+
wo(), jr.init(e, t), T.init(e, t), e._zod.processJSONSchema = (t, n, r) => Ba(e, t, n, r), e._zod.parse = (n, r) => {
|
|
4202
4202
|
if (r.direction === "backward") throw new Ge(e.constructor.name);
|
|
4203
4203
|
n.addIssue = (r) => {
|
|
4204
4204
|
if (typeof r == "string") n.issues.push(Oe(r, n.value, t));
|
|
@@ -4218,7 +4218,7 @@ function bs(e) {
|
|
|
4218
4218
|
});
|
|
4219
4219
|
}
|
|
4220
4220
|
var xs = /*@__PURE__*/ _("ZodOptional", (e, t) => {
|
|
4221
|
-
|
|
4221
|
+
Nr.init(e, t), T.init(e, t), e._zod.processJSONSchema = (t, n, r) => oo(e, t, n, r), e.unwrap = () => e._zod.def.innerType;
|
|
4222
4222
|
});
|
|
4223
4223
|
function Ss(e) {
|
|
4224
4224
|
return new xs({
|
|
@@ -4227,7 +4227,7 @@ function Ss(e) {
|
|
|
4227
4227
|
});
|
|
4228
4228
|
}
|
|
4229
4229
|
var Cs = /*@__PURE__*/ _("ZodExactOptional", (e, t) => {
|
|
4230
|
-
|
|
4230
|
+
Pr.init(e, t), T.init(e, t), e._zod.processJSONSchema = (t, n, r) => oo(e, t, n, r), e.unwrap = () => e._zod.def.innerType;
|
|
4231
4231
|
});
|
|
4232
4232
|
function ws(e) {
|
|
4233
4233
|
return new Cs({
|
|
@@ -4236,7 +4236,7 @@ function ws(e) {
|
|
|
4236
4236
|
});
|
|
4237
4237
|
}
|
|
4238
4238
|
var Ts = /*@__PURE__*/ _("ZodNullable", (e, t) => {
|
|
4239
|
-
|
|
4239
|
+
Fr.init(e, t), T.init(e, t), e._zod.processJSONSchema = (t, n, r) => Za(e, t, n, r), e.unwrap = () => e._zod.def.innerType;
|
|
4240
4240
|
});
|
|
4241
4241
|
function Es(e) {
|
|
4242
4242
|
return new Ts({
|
|
@@ -4245,7 +4245,7 @@ function Es(e) {
|
|
|
4245
4245
|
});
|
|
4246
4246
|
}
|
|
4247
4247
|
var Ds = /*@__PURE__*/ _("ZodDefault", (e, t) => {
|
|
4248
|
-
|
|
4248
|
+
Ir.init(e, t), T.init(e, t), e._zod.processJSONSchema = (t, n, r) => to(e, t, n, r), e.unwrap = () => e._zod.def.innerType, e.removeDefault = e.unwrap;
|
|
4249
4249
|
});
|
|
4250
4250
|
function Os(e, t) {
|
|
4251
4251
|
return new Ds({
|
|
@@ -4257,7 +4257,7 @@ function Os(e, t) {
|
|
|
4257
4257
|
});
|
|
4258
4258
|
}
|
|
4259
4259
|
var ks = /*@__PURE__*/ _("ZodPrefault", (e, t) => {
|
|
4260
|
-
|
|
4260
|
+
Rr.init(e, t), T.init(e, t), e._zod.processJSONSchema = (t, n, r) => no(e, t, n, r), e.unwrap = () => e._zod.def.innerType;
|
|
4261
4261
|
});
|
|
4262
4262
|
function As(e, t) {
|
|
4263
4263
|
return new ks({
|
|
@@ -4269,7 +4269,7 @@ function As(e, t) {
|
|
|
4269
4269
|
});
|
|
4270
4270
|
}
|
|
4271
4271
|
var js = /*@__PURE__*/ _("ZodNonOptional", (e, t) => {
|
|
4272
|
-
|
|
4272
|
+
zr.init(e, t), T.init(e, t), e._zod.processJSONSchema = (t, n, r) => Qa(e, t, n, r), e.unwrap = () => e._zod.def.innerType;
|
|
4273
4273
|
});
|
|
4274
4274
|
function Ms(e, t) {
|
|
4275
4275
|
return new js({
|
|
@@ -4279,7 +4279,7 @@ function Ms(e, t) {
|
|
|
4279
4279
|
});
|
|
4280
4280
|
}
|
|
4281
4281
|
var Ns = /*@__PURE__*/ _("ZodCatch", (e, t) => {
|
|
4282
|
-
|
|
4282
|
+
Hr.init(e, t), T.init(e, t), e._zod.processJSONSchema = (t, n, r) => ro(e, t, n, r), e.unwrap = () => e._zod.def.innerType, e.removeCatch = e.unwrap;
|
|
4283
4283
|
});
|
|
4284
4284
|
function Ps(e, t) {
|
|
4285
4285
|
return new Ns({
|
|
@@ -4289,7 +4289,7 @@ function Ps(e, t) {
|
|
|
4289
4289
|
});
|
|
4290
4290
|
}
|
|
4291
4291
|
var Fs = /*@__PURE__*/ _("ZodPipe", (e, t) => {
|
|
4292
|
-
|
|
4292
|
+
Ur.init(e, t), T.init(e, t), e._zod.processJSONSchema = (t, n, r) => io(e, t, n, r), e.in = t.in, e.out = t.out;
|
|
4293
4293
|
});
|
|
4294
4294
|
function Is(e, t) {
|
|
4295
4295
|
return new Fs({
|
|
@@ -4299,7 +4299,7 @@ function Is(e, t) {
|
|
|
4299
4299
|
});
|
|
4300
4300
|
}
|
|
4301
4301
|
var Ls = /*@__PURE__*/ _("ZodReadonly", (e, t) => {
|
|
4302
|
-
|
|
4302
|
+
Gr.init(e, t), T.init(e, t), e._zod.processJSONSchema = (t, n, r) => ao(e, t, n, r), e.unwrap = () => e._zod.def.innerType;
|
|
4303
4303
|
});
|
|
4304
4304
|
function Rs(e) {
|
|
4305
4305
|
return new Ls({
|
|
@@ -4308,7 +4308,7 @@ function Rs(e) {
|
|
|
4308
4308
|
});
|
|
4309
4309
|
}
|
|
4310
4310
|
var zs = /*@__PURE__*/ _("ZodLazy", (e, t) => {
|
|
4311
|
-
|
|
4311
|
+
qr.init(e, t), T.init(e, t), e._zod.processJSONSchema = (t, n, r) => so(e, t, n, r), e.unwrap = () => e._zod.def.getter();
|
|
4312
4312
|
});
|
|
4313
4313
|
function Bs(e) {
|
|
4314
4314
|
return new zs({
|
|
@@ -4317,35 +4317,35 @@ function Bs(e) {
|
|
|
4317
4317
|
});
|
|
4318
4318
|
}
|
|
4319
4319
|
var Vs = /*@__PURE__*/ _("ZodCustom", (e, t) => {
|
|
4320
|
-
|
|
4320
|
+
Jr.init(e, t), T.init(e, t), e._zod.processJSONSchema = (t, n, r) => za(e, t, n, r);
|
|
4321
4321
|
});
|
|
4322
4322
|
function Hs(e, t = {}) {
|
|
4323
|
-
return /* @__PURE__ */
|
|
4323
|
+
return /* @__PURE__ */ ma(Vs, e, t);
|
|
4324
4324
|
}
|
|
4325
4325
|
function Us(e, t) {
|
|
4326
|
-
return /* @__PURE__ */
|
|
4326
|
+
return /* @__PURE__ */ ha(e, t);
|
|
4327
4327
|
}
|
|
4328
4328
|
function Ws(e) {
|
|
4329
4329
|
let t = Bs(() => M([
|
|
4330
|
-
|
|
4330
|
+
E(e),
|
|
4331
|
+
O(),
|
|
4331
4332
|
k(),
|
|
4332
|
-
$o(),
|
|
4333
4333
|
ts(),
|
|
4334
4334
|
A(t),
|
|
4335
|
-
N(
|
|
4335
|
+
N(E(), t)
|
|
4336
4336
|
]));
|
|
4337
4337
|
return t;
|
|
4338
4338
|
}
|
|
4339
4339
|
cs({
|
|
4340
|
-
pointer:
|
|
4341
|
-
offset:
|
|
4342
|
-
limit:
|
|
4343
|
-
maxBytes:
|
|
4340
|
+
pointer: E().max(4096).default(""),
|
|
4341
|
+
offset: O().int().nonnegative().default(0),
|
|
4342
|
+
limit: O().int().min(1).max(100).default(20),
|
|
4343
|
+
maxBytes: O().int().min(1).max(1048576).default(15e3)
|
|
4344
4344
|
});
|
|
4345
4345
|
//#endregion
|
|
4346
4346
|
//#region src/control/common/results.ts
|
|
4347
4347
|
var Gs = Ws(), Ks = cs({
|
|
4348
|
-
pointer:
|
|
4348
|
+
pointer: E(),
|
|
4349
4349
|
type: P([
|
|
4350
4350
|
"object",
|
|
4351
4351
|
"array",
|
|
@@ -4354,33 +4354,33 @@ var Gs = Ws(), Ks = cs({
|
|
|
4354
4354
|
"boolean",
|
|
4355
4355
|
"null"
|
|
4356
4356
|
]),
|
|
4357
|
-
length:
|
|
4358
|
-
complete:
|
|
4357
|
+
length: O().int().nonnegative().optional(),
|
|
4358
|
+
complete: k(),
|
|
4359
4359
|
value: Gs.optional()
|
|
4360
4360
|
}), qs = Ks.extend({
|
|
4361
|
-
offset:
|
|
4362
|
-
nextOffset:
|
|
4361
|
+
offset: O().int().nonnegative(),
|
|
4362
|
+
nextOffset: O().int().positive().optional(),
|
|
4363
4363
|
entries: A(Ks).optional()
|
|
4364
4364
|
}), Js = cs({
|
|
4365
|
-
resultId:
|
|
4366
|
-
callId:
|
|
4367
|
-
toolId:
|
|
4365
|
+
resultId: E().min(1),
|
|
4366
|
+
callId: E().min(1),
|
|
4367
|
+
toolId: E().min(1),
|
|
4368
4368
|
source: ds("kind", [cs({
|
|
4369
4369
|
kind: F("connector"),
|
|
4370
|
-
action:
|
|
4370
|
+
action: E().min(1)
|
|
4371
4371
|
}), cs({ kind: F("code") })]),
|
|
4372
|
-
bytes:
|
|
4373
|
-
digest:
|
|
4374
|
-
createdAt:
|
|
4372
|
+
bytes: O().int().nonnegative(),
|
|
4373
|
+
digest: E().regex(/^[a-f0-9]{64}$/),
|
|
4374
|
+
createdAt: E().datetime()
|
|
4375
4375
|
});
|
|
4376
4376
|
cs({
|
|
4377
4377
|
version: F(1),
|
|
4378
|
-
runId:
|
|
4378
|
+
runId: E(),
|
|
4379
4379
|
results: A(Js),
|
|
4380
|
-
nextAfter:
|
|
4380
|
+
nextAfter: E().optional()
|
|
4381
4381
|
}), cs({
|
|
4382
4382
|
version: F(1),
|
|
4383
|
-
runId:
|
|
4383
|
+
runId: E(),
|
|
4384
4384
|
result: Js,
|
|
4385
4385
|
page: qs
|
|
4386
4386
|
}), new TextEncoder();
|
|
@@ -4451,13 +4451,13 @@ function Qs(e) {
|
|
|
4451
4451
|
}
|
|
4452
4452
|
//#endregion
|
|
4453
4453
|
//#region src/flow/common/changeSchema.ts
|
|
4454
|
-
var z =
|
|
4454
|
+
var z = E(), B = Ws(), $s = A(z), ec = j({
|
|
4455
4455
|
description: z.optional(),
|
|
4456
4456
|
jsonSchema: B,
|
|
4457
|
-
nullable:
|
|
4457
|
+
nullable: k(),
|
|
4458
4458
|
handle: z
|
|
4459
4459
|
}), V = ec.extend({ value: B.optional() }), tc = j({
|
|
4460
|
-
collapsed:
|
|
4460
|
+
collapsed: k().optional(),
|
|
4461
4461
|
group: z
|
|
4462
4462
|
}), nc = j({
|
|
4463
4463
|
kind: F("node"),
|
|
@@ -4516,18 +4516,18 @@ var z = D(), B = Ws(), $s = A(z), ec = j({
|
|
|
4516
4516
|
}),
|
|
4517
4517
|
j({
|
|
4518
4518
|
kind: F("agent"),
|
|
4519
|
-
code:
|
|
4519
|
+
code: k().optional(),
|
|
4520
4520
|
model: z,
|
|
4521
4521
|
prompt: uc,
|
|
4522
4522
|
system: z,
|
|
4523
|
-
maxRounds:
|
|
4523
|
+
maxRounds: O(),
|
|
4524
4524
|
tools: A(j({
|
|
4525
4525
|
id: z,
|
|
4526
4526
|
name: z,
|
|
4527
4527
|
description: z,
|
|
4528
4528
|
action: z,
|
|
4529
4529
|
connectionId: z.optional(),
|
|
4530
|
-
approval:
|
|
4530
|
+
approval: k(),
|
|
4531
4531
|
inputs: A(V.extend({ source: dc }))
|
|
4532
4532
|
})),
|
|
4533
4533
|
notification: j({
|
|
@@ -4583,10 +4583,10 @@ var z = D(), B = Ws(), $s = A(z), ec = j({
|
|
|
4583
4583
|
options: j({
|
|
4584
4584
|
allowedMethods: $s.optional(),
|
|
4585
4585
|
allowedOrigins: $s.optional(),
|
|
4586
|
-
noResponseBody:
|
|
4586
|
+
noResponseBody: k().optional(),
|
|
4587
4587
|
responseData: z.optional(),
|
|
4588
4588
|
responseHeaders: N(z, z).optional(),
|
|
4589
|
-
responseStatusCode:
|
|
4589
|
+
responseStatusCode: O().optional()
|
|
4590
4590
|
}).optional()
|
|
4591
4591
|
}, gc = A(M([j({
|
|
4592
4592
|
type: F("cron"),
|
|
@@ -4601,10 +4601,10 @@ var z = D(), B = Ws(), $s = A(z), ec = j({
|
|
|
4601
4601
|
"month",
|
|
4602
4602
|
"week"
|
|
4603
4603
|
]),
|
|
4604
|
-
value:
|
|
4604
|
+
value: O()
|
|
4605
4605
|
})])), _c = {
|
|
4606
4606
|
configSchema: B,
|
|
4607
|
-
definitionVersion:
|
|
4607
|
+
definitionVersion: O(),
|
|
4608
4608
|
description: z,
|
|
4609
4609
|
displayName: z,
|
|
4610
4610
|
key: z,
|
|
@@ -4613,8 +4613,8 @@ var z = D(), B = Ws(), $s = A(z), ec = j({
|
|
|
4613
4613
|
provider: z
|
|
4614
4614
|
}, vc = j({
|
|
4615
4615
|
body: j({
|
|
4616
|
-
allowArray:
|
|
4617
|
-
allowEmpty:
|
|
4616
|
+
allowArray: k(),
|
|
4617
|
+
allowEmpty: k(),
|
|
4618
4618
|
formats: A(P([
|
|
4619
4619
|
"form",
|
|
4620
4620
|
"json",
|
|
@@ -4630,7 +4630,7 @@ var z = D(), B = Ws(), $s = A(z), ec = j({
|
|
|
4630
4630
|
"POST",
|
|
4631
4631
|
"PUT"
|
|
4632
4632
|
])),
|
|
4633
|
-
successStatus:
|
|
4633
|
+
successStatus: O()
|
|
4634
4634
|
}), yc = {
|
|
4635
4635
|
name: z,
|
|
4636
4636
|
description: z.optional(),
|
|
@@ -4640,7 +4640,7 @@ var z = D(), B = Ws(), $s = A(z), ec = j({
|
|
|
4640
4640
|
name: z.optional(),
|
|
4641
4641
|
description: z.optional(),
|
|
4642
4642
|
icon: z.optional(),
|
|
4643
|
-
timeoutMs:
|
|
4643
|
+
timeoutMs: O().optional()
|
|
4644
4644
|
}, xc = M([
|
|
4645
4645
|
j({
|
|
4646
4646
|
...bc,
|
|
@@ -4788,8 +4788,8 @@ var kc = {
|
|
|
4788
4788
|
...H,
|
|
4789
4789
|
kind: F("graph.node.field.set"),
|
|
4790
4790
|
field: F("timeoutMs"),
|
|
4791
|
-
before:
|
|
4792
|
-
value:
|
|
4791
|
+
before: O().optional(),
|
|
4792
|
+
value: O().optional()
|
|
4793
4793
|
})]),
|
|
4794
4794
|
"graph.node.input.set": {
|
|
4795
4795
|
...H,
|
|
@@ -4903,13 +4903,74 @@ var kc = {
|
|
|
4903
4903
|
value: z
|
|
4904
4904
|
}
|
|
4905
4905
|
};
|
|
4906
|
-
A(M([...new Map(Object.entries(kc).map(([e, t]) => [e, t instanceof
|
|
4906
|
+
A(M([...new Map(Object.entries(kc).map(([e, t]) => [e, t instanceof T ? t : j({
|
|
4907
4907
|
kind: F(e),
|
|
4908
4908
|
...t
|
|
4909
4909
|
})])).values()])).min(1), new TextEncoder();
|
|
4910
|
+
var Ac = N(E(), rs()), jc = j({
|
|
4911
|
+
jsonSchema: rs(),
|
|
4912
|
+
nullable: k(),
|
|
4913
|
+
value: rs().optional(),
|
|
4914
|
+
description: E().optional()
|
|
4915
|
+
}).strict(), Mc = N(E(), jc), Nc = M([j({
|
|
4916
|
+
kind: F("value"),
|
|
4917
|
+
value: rs()
|
|
4918
|
+
}).strict(), j({
|
|
4919
|
+
kind: F("sources"),
|
|
4920
|
+
sources: A(j({
|
|
4921
|
+
kind: F("node"),
|
|
4922
|
+
nodeId: E(),
|
|
4923
|
+
output: E()
|
|
4924
|
+
}).strict())
|
|
4925
|
+
}).strict()]), Pc = {
|
|
4926
|
+
name: E().optional(),
|
|
4927
|
+
description: E().optional(),
|
|
4928
|
+
icon: E().optional()
|
|
4929
|
+
}, Fc = M([
|
|
4930
|
+
j({
|
|
4931
|
+
...Pc,
|
|
4932
|
+
kind: F("cron"),
|
|
4933
|
+
cronTimes: A(rs())
|
|
4934
|
+
}).strict(),
|
|
4935
|
+
j({
|
|
4936
|
+
...Pc,
|
|
4937
|
+
kind: F("manual")
|
|
4938
|
+
}).strict(),
|
|
4939
|
+
j({
|
|
4940
|
+
...Pc,
|
|
4941
|
+
kind: F("task"),
|
|
4942
|
+
concurrency: F(1).optional(),
|
|
4943
|
+
inputs: N(E(), Nc),
|
|
4944
|
+
task: j({
|
|
4945
|
+
name: E(),
|
|
4946
|
+
moduleId: E(),
|
|
4947
|
+
inputs: Mc,
|
|
4948
|
+
outputs: N(E(), jc.omit({ value: !0 }))
|
|
4949
|
+
}).strict()
|
|
4950
|
+
}).strict()
|
|
4951
|
+
]);
|
|
4952
|
+
j({
|
|
4953
|
+
name: E(),
|
|
4954
|
+
graph: j({ nodes: N(E(), Fc) }).strict()
|
|
4955
|
+
}).strict(), j({
|
|
4956
|
+
kind: F("open-flow-project-revision"),
|
|
4957
|
+
version: F(1),
|
|
4958
|
+
modelVersion: F(1),
|
|
4959
|
+
modules: N(E(), j({
|
|
4960
|
+
name: E(),
|
|
4961
|
+
source: E(),
|
|
4962
|
+
imports: A(E())
|
|
4963
|
+
}).strict()),
|
|
4964
|
+
document: j({
|
|
4965
|
+
bindings: Ac,
|
|
4966
|
+
flows: Ac,
|
|
4967
|
+
subflows: Ac,
|
|
4968
|
+
tasks: Ac
|
|
4969
|
+
}).strict()
|
|
4970
|
+
}).strict();
|
|
4910
4971
|
//#endregion
|
|
4911
4972
|
//#region src/control/common/api.ts
|
|
4912
|
-
function
|
|
4973
|
+
function Ic(e) {
|
|
4913
4974
|
let t = Xs(e), n = Zs(t.sequence);
|
|
4914
4975
|
if (n < 0) return L();
|
|
4915
4976
|
let r = {
|
|
@@ -4937,7 +4998,7 @@ function Ac(e) {
|
|
|
4937
4998
|
payload: {
|
|
4938
4999
|
flowId: R(i.flowId),
|
|
4939
5000
|
scopeId: R(i.scopeId),
|
|
4940
|
-
progress:
|
|
5001
|
+
progress: Lc(i.progress)
|
|
4941
5002
|
}
|
|
4942
5003
|
};
|
|
4943
5004
|
case "run.waiting": return {
|
|
@@ -5040,7 +5101,7 @@ function Ac(e) {
|
|
|
5040
5101
|
kind: a,
|
|
5041
5102
|
payload: {
|
|
5042
5103
|
...e,
|
|
5043
|
-
progress:
|
|
5104
|
+
progress: Lc(i.progress)
|
|
5044
5105
|
}
|
|
5045
5106
|
};
|
|
5046
5107
|
case "node.artifact": {
|
|
@@ -5066,7 +5127,7 @@ function Ac(e) {
|
|
|
5066
5127
|
default: return L();
|
|
5067
5128
|
}
|
|
5068
5129
|
}
|
|
5069
|
-
function
|
|
5130
|
+
function Lc(e) {
|
|
5070
5131
|
return typeof e == "number" && Number.isFinite(e) && e >= 0 && e <= 100 ? e : L();
|
|
5071
5132
|
}
|
|
5072
5133
|
//#endregion
|
|
@@ -5103,7 +5164,7 @@ function Z(e, t, n = {}) {
|
|
|
5103
5164
|
headers: r
|
|
5104
5165
|
}));
|
|
5105
5166
|
}
|
|
5106
|
-
function
|
|
5167
|
+
function Rc(e, t, n) {
|
|
5107
5168
|
return Z(e, "/v1/flows", {
|
|
5108
5169
|
body: JSON.stringify({
|
|
5109
5170
|
name: t,
|
|
@@ -5114,9 +5175,9 @@ function Mc(e, t, n) {
|
|
|
5114
5175
|
});
|
|
5115
5176
|
}
|
|
5116
5177
|
async function Q(e, t, n) {
|
|
5117
|
-
return Y(await
|
|
5178
|
+
return Y(await Rc(e, t, n), 201, "Create Flow");
|
|
5118
5179
|
}
|
|
5119
|
-
function
|
|
5180
|
+
function zc(e, t, n, r, i = `change-${crypto.randomUUID()}`) {
|
|
5120
5181
|
return Z(e, `/v1/flows/${encodeURIComponent(t)}/draft/changes`, {
|
|
5121
5182
|
body: JSON.stringify({
|
|
5122
5183
|
expectedRevisionId: n,
|
|
@@ -5128,7 +5189,7 @@ function Nc(e, t, n, r, i = `change-${crypto.randomUUID()}`) {
|
|
|
5128
5189
|
});
|
|
5129
5190
|
}
|
|
5130
5191
|
function $(e, t, n, r = "marker", i) {
|
|
5131
|
-
return
|
|
5192
|
+
return zc(e, t, n, [{
|
|
5132
5193
|
kind: "graph.node.create",
|
|
5133
5194
|
node: {
|
|
5134
5195
|
inputs: {},
|
|
@@ -5145,8 +5206,8 @@ function $(e, t, n, r = "marker", i) {
|
|
|
5145
5206
|
target: { kind: "flow" }
|
|
5146
5207
|
}], i);
|
|
5147
5208
|
}
|
|
5148
|
-
async function
|
|
5149
|
-
return
|
|
5209
|
+
async function Bc(e, t, n) {
|
|
5210
|
+
return Vc(await Y(await zc(e, t, n, [{
|
|
5150
5211
|
kind: "graph.node.create",
|
|
5151
5212
|
node: {
|
|
5152
5213
|
kind: "manual",
|
|
@@ -5156,10 +5217,10 @@ async function Pc(e, t, n) {
|
|
|
5156
5217
|
target: { kind: "flow" }
|
|
5157
5218
|
}]), 200, "Add manual trigger"), "Manual trigger Revision");
|
|
5158
5219
|
}
|
|
5159
|
-
function
|
|
5220
|
+
function Vc(e, t) {
|
|
5160
5221
|
return J(K(e.revision, `${t} revision`).revisionId, `${t} revisionId`);
|
|
5161
5222
|
}
|
|
5162
|
-
function
|
|
5223
|
+
function Hc(e, t, n, r, i) {
|
|
5163
5224
|
return Z(e, `/v1/flows/${encodeURIComponent(t)}/revisions/${encodeURIComponent(n)}/publications`, {
|
|
5164
5225
|
body: JSON.stringify({
|
|
5165
5226
|
engineContract: U,
|
|
@@ -5170,7 +5231,7 @@ function Ic(e, t, n, r, i) {
|
|
|
5170
5231
|
method: "POST"
|
|
5171
5232
|
});
|
|
5172
5233
|
}
|
|
5173
|
-
async function
|
|
5234
|
+
async function Uc(e, t, n, r) {
|
|
5174
5235
|
let i = await Y(t, n, r), a = J(i.operationId, `${r} operationId`);
|
|
5175
5236
|
for (let t = 0; i.status == "pending" && t < 100; t += 1) await new Promise((e) => setTimeout(e, 10)), i = await Y(await Z(e, `/v1/flows/${J(i.flowId, `${r} flowId`)}/publish-operations/${a}`), 200, `${r} operation`);
|
|
5176
5237
|
G(i.status, "succeeded", `${r} terminal status`);
|
|
@@ -5180,7 +5241,7 @@ async function Lc(e, t, n, r) {
|
|
|
5180
5241
|
publication: s
|
|
5181
5242
|
};
|
|
5182
5243
|
}
|
|
5183
|
-
function
|
|
5244
|
+
function Wc(e, t, n, r, i) {
|
|
5184
5245
|
return Z(e, `/v1/flows/${encodeURIComponent(t)}/publications/${encodeURIComponent(n)}/rollback`, {
|
|
5185
5246
|
body: JSON.stringify({
|
|
5186
5247
|
expectedLivePublicationId: r,
|
|
@@ -5190,7 +5251,7 @@ function Rc(e, t, n, r, i) {
|
|
|
5190
5251
|
method: "POST"
|
|
5191
5252
|
});
|
|
5192
5253
|
}
|
|
5193
|
-
function
|
|
5254
|
+
function Gc(e, t, n) {
|
|
5194
5255
|
return Z(e, "/v1/runs", {
|
|
5195
5256
|
body: JSON.stringify({
|
|
5196
5257
|
inputs: {},
|
|
@@ -5205,11 +5266,11 @@ function zc(e, t, n) {
|
|
|
5205
5266
|
method: "POST"
|
|
5206
5267
|
});
|
|
5207
5268
|
}
|
|
5208
|
-
var
|
|
5269
|
+
var Kc = [
|
|
5209
5270
|
{
|
|
5210
5271
|
name: "admits simultaneous retries as one Run and preserves its Trigger identity",
|
|
5211
5272
|
async verify(e) {
|
|
5212
|
-
let t = await Q(e, "Concurrent Run", "concurrent-run-flow"), n = J(t.flowId, "Flow ID"), r = await
|
|
5273
|
+
let t = await Q(e, "Concurrent Run", "concurrent-run-flow"), n = J(t.flowId, "Flow ID"), r = await Bc(e, n, J(t.draftRevisionId, "Revision ID")), i = (t = {}) => Z(e, `/v1/flows/${n}/revisions/${r}/runs`, {
|
|
5213
5274
|
method: "POST",
|
|
5214
5275
|
headers: { "idempotency-key": "concurrent-run" },
|
|
5215
5276
|
body: JSON.stringify({
|
|
@@ -5241,7 +5302,7 @@ var Bc = [
|
|
|
5241
5302
|
{
|
|
5242
5303
|
name: "deduplicates simultaneous creation and lost-response retries",
|
|
5243
5304
|
async verify(e) {
|
|
5244
|
-
let t = await Promise.all(Array.from({ length: 4 }, () =>
|
|
5305
|
+
let t = await Promise.all(Array.from({ length: 4 }, () => Rc(e, "Concurrent Flow", "concurrent-create")));
|
|
5245
5306
|
G(t.map((e) => e.status).toSorted(), [
|
|
5246
5307
|
200,
|
|
5247
5308
|
200,
|
|
@@ -5250,7 +5311,7 @@ var Bc = [
|
|
|
5250
5311
|
], "One creation commits");
|
|
5251
5312
|
let n = await Promise.all(t.map((e) => e.json()));
|
|
5252
5313
|
for (let e of n) G(e, n[0], "Concurrent replay identity");
|
|
5253
|
-
G(await Y(await
|
|
5314
|
+
G(await Y(await Rc(e, "Concurrent Flow", "concurrent-create"), 200, "Retry lost creation response"), n[0], "Lost-response replay"), await X(await Rc(e, "Different Flow", "concurrent-create"), 409, "flow.conflict", "Reject changed retry");
|
|
5254
5315
|
}
|
|
5255
5316
|
},
|
|
5256
5317
|
{
|
|
@@ -5309,7 +5370,7 @@ var Bc = [
|
|
|
5309
5370
|
name: "creates, replays, lists, reads, renames, and retires a Flow",
|
|
5310
5371
|
async verify(e) {
|
|
5311
5372
|
let t = await Q(e, "Control flow", "flow-lifecycle"), n = J(t.flowId, "Created Flow flowId"), r = J(t.draftRevisionId, "Created Flow draftRevisionId");
|
|
5312
|
-
G(t.name, "Control flow", "Created Flow name"), G(t.status, "active", "Created Flow status"), G(await Y(await
|
|
5373
|
+
G(t.name, "Control flow", "Created Flow name"), G(t.status, "active", "Created Flow status"), G(await Y(await Rc(e, "Control flow", "flow-lifecycle"), 200, "Replay Flow"), t, "Replayed Flow"), await X(await Rc(e, "Different flow", "flow-lifecycle"), 409, "flow.conflict", "Conflicting Flow"), G(await Y(await Z(e, `/v1/flows/${n}`), 200, "Read Flow"), t, "Read Flow");
|
|
5313
5374
|
let i = await Y(await Z(e, "/v1/flows?includeTotal=true"), 200, "List Flows");
|
|
5314
5375
|
G(i.flows, [t], "Listed Flows"), G(i.total, 1, "Flow total");
|
|
5315
5376
|
let a = await Q(e, "Second control flow", "flow-lifecycle-second"), o = await Y(await Z(e, "/v1/flows?limit=1"), 200, "List first Flow page");
|
|
@@ -5327,8 +5388,8 @@ var Bc = [
|
|
|
5327
5388
|
{
|
|
5328
5389
|
name: "commits immutable Draft Revisions for one Flow",
|
|
5329
5390
|
async verify(e) {
|
|
5330
|
-
let t = await Q(e, "Draft flow", "draft-flow"), n = J(t.flowId, "Draft Flow flowId"), r = J(t.draftRevisionId, "Draft Flow revisionId"), i = await Y(await $(e, n, r, "marker", "draft-change"), 200, "Change Draft"), a =
|
|
5331
|
-
G(K(i.revision, "Changed Draft revision").parentRevisionId, r, "Changed Draft parent"), G(await Y(await $(e, n, r, "marker", "draft-change"), 200, "Replay Draft change"), i, "Replayed Draft change"), await X(await $(e, n, r, "another-marker", "draft-change"), 409, "flow.conflict", "Conflicting Draft change replay"), await X(await $(e, n, a, "marker"), 400, "flow.invalid", "Duplicate Draft Node", "A Node with this ID already exists"), await X(await
|
|
5391
|
+
let t = await Q(e, "Draft flow", "draft-flow"), n = J(t.flowId, "Draft Flow flowId"), r = J(t.draftRevisionId, "Draft Flow revisionId"), i = await Y(await $(e, n, r, "marker", "draft-change"), 200, "Change Draft"), a = Vc(i, "Changed Draft");
|
|
5392
|
+
G(K(i.revision, "Changed Draft revision").parentRevisionId, r, "Changed Draft parent"), G(await Y(await $(e, n, r, "marker", "draft-change"), 200, "Replay Draft change"), i, "Replayed Draft change"), await X(await $(e, n, r, "another-marker", "draft-change"), 409, "flow.conflict", "Conflicting Draft change replay"), await X(await $(e, n, a, "marker"), 400, "flow.invalid", "Duplicate Draft Node", "A Node with this ID already exists"), await X(await zc(e, n, a, [{
|
|
5332
5393
|
before: [{
|
|
5333
5394
|
handle: "ready",
|
|
5334
5395
|
jsonSchema: { type: "boolean" },
|
|
@@ -5363,7 +5424,7 @@ var Bc = [
|
|
|
5363
5424
|
version: 1
|
|
5364
5425
|
})
|
|
5365
5426
|
}), 200, "Update editor Presentation"), a = await Y(await Z(e, `/v1/flows/${n}/editor`), 200, "Read editor");
|
|
5366
|
-
G(a.version, 1, "Editor version"), G(K(a.flow, "Editor Flow").draftRevisionId,
|
|
5427
|
+
G(a.version, 1, "Editor version"), G(K(a.flow, "Editor Flow").draftRevisionId, Vc(r, "Editor change"), "Editor Draft head");
|
|
5367
5428
|
for (let t of [
|
|
5368
5429
|
"flow",
|
|
5369
5430
|
"draft",
|
|
@@ -5413,7 +5474,7 @@ var Bc = [
|
|
|
5413
5474
|
{
|
|
5414
5475
|
name: "admits a Draft entry while unrelated branches remain invalid",
|
|
5415
5476
|
async verify(e) {
|
|
5416
|
-
let t = await Q(e, "Partial Draft", "partial-draft"), n = J(t.flowId, "Partial Flow identity"), r =
|
|
5477
|
+
let t = await Q(e, "Partial Draft", "partial-draft"), n = J(t.flowId, "Partial Flow identity"), r = Vc(await Y(await zc(e, n, await Bc(e, n, J(t.draftRevisionId, "Partial Draft identity")), [
|
|
5417
5478
|
{
|
|
5418
5479
|
kind: "graph.node.create",
|
|
5419
5480
|
nodeId: "other",
|
|
@@ -5469,13 +5530,13 @@ var Bc = [
|
|
|
5469
5530
|
version: 1
|
|
5470
5531
|
})
|
|
5471
5532
|
});
|
|
5472
|
-
await Y(await a("start"), 202, "Run valid entry"), await X(await a("other"), 400, "flow.invalid", "Reject invalid entry branch"), await X(await
|
|
5533
|
+
await Y(await a("start"), 202, "Run valid entry"), await X(await a("other"), 400, "flow.invalid", "Reject invalid entry branch"), await X(await Hc(e, n, r, null, "partial-publish"), 400, "flow.invalid", "Reject incomplete publication");
|
|
5473
5534
|
}
|
|
5474
5535
|
},
|
|
5475
5536
|
{
|
|
5476
5537
|
name: "validates, admits, lists, and cancels one Draft Run",
|
|
5477
5538
|
async verify(e) {
|
|
5478
|
-
let t = await Q(e, "Run flow", "run-flow"), n = J(t.flowId, "Run Flow flowId"), r = await
|
|
5539
|
+
let t = await Q(e, "Run flow", "run-flow"), n = J(t.flowId, "Run Flow flowId"), r = await Bc(e, n, J(t.draftRevisionId, "Run Flow revisionId"));
|
|
5479
5540
|
G((await Y(await Z(e, `/v1/flows/${n}/revisions/${r}/check`, {
|
|
5480
5541
|
body: JSON.stringify({
|
|
5481
5542
|
engineContract: U,
|
|
@@ -5558,7 +5619,7 @@ var Bc = [
|
|
|
5558
5619
|
name: "pauses, resolves, resumes, and cancels waiting Draft Runs",
|
|
5559
5620
|
runtime: !0,
|
|
5560
5621
|
async verify(e) {
|
|
5561
|
-
let t = await Q(e, "Wait flow", "wait-flow"), n = J(t.flowId, "Wait Flow flowId"), r = `/v1/flows/${n}/revisions/${
|
|
5622
|
+
let t = await Q(e, "Wait flow", "wait-flow"), n = J(t.flowId, "Wait Flow flowId"), r = `/v1/flows/${n}/revisions/${Vc(await Y(await zc(e, n, await Bc(e, n, J(t.draftRevisionId, "Wait Flow revisionId")), [{
|
|
5562
5623
|
kind: "graph.node.create",
|
|
5563
5624
|
node: {
|
|
5564
5625
|
actions: ["approve", "reject"],
|
|
@@ -5605,7 +5666,7 @@ var Bc = [
|
|
|
5605
5666
|
let l = J(c.waitId, "Wait id");
|
|
5606
5667
|
G(q((await Y(await Z(e, `/v1/flows/${n}/runs?status=waiting`), 200, "List waiting Runs")).runs, "Waiting Runs").map((e) => K(e, "Waiting Run").runId), [o], "Waiting Run list");
|
|
5607
5668
|
let u = await Y(await Z(e, `/v1/runs/${o}/events`), 200, "Read waiting Run events");
|
|
5608
|
-
for (let e of q(u.events, "Run events"))
|
|
5669
|
+
for (let e of q(u.events, "Run events")) Ic(e);
|
|
5609
5670
|
G(u.done, !1, "Waiting events done"), q(u.events, "Waiting events").some((e) => K(e, "Waiting event").kind == "run.waiting") || W("Waiting Run must contain run.waiting."), await X(await Z(e, `/v1/runs/${o}/result`), 409, "run.not-terminal", "Read waiting Run result");
|
|
5610
5671
|
let d = `/v1/runs/${o}/waits/${l}/resolve`, f = (t) => Z(e, d, {
|
|
5611
5672
|
body: JSON.stringify({
|
|
@@ -5624,7 +5685,7 @@ var Bc = [
|
|
|
5624
5685
|
let ee = await Y(await f("approve"), 200, "Replay approved Wait");
|
|
5625
5686
|
G(ee.resolutionAccepted, !0, "Replayed resolution"), G(ee.status, "completed", "Replayed terminal status");
|
|
5626
5687
|
let te = await Y(await Z(e, `/v1/runs/${o}/events`), 200, "Read resumed Run events");
|
|
5627
|
-
for (let e of q(te.events, "Run events"))
|
|
5688
|
+
for (let e of q(te.events, "Run events")) Ic(e);
|
|
5628
5689
|
G(q(te.events, "Completed events").filter((e) => K(e, "Completed event").kind == "run.resolved").length, 1, "Resolved event count");
|
|
5629
5690
|
let ne = await i("wait-run-cancel", "Create cancelable Wait Run"), re = J(ne.runId, "Cancelable Wait Run id"), ie = ne;
|
|
5630
5691
|
for (let t = 0; ie.status != "waiting" && t < 200; t += 1) await new Promise((e) => setTimeout(e, 10)), ie = await Y(await Z(e, `/v1/runs/${re}`), 200, "Read cancelable Wait Run");
|
|
@@ -5679,11 +5740,11 @@ var Bc = [
|
|
|
5679
5740
|
await X(await c(o, "unsupported-engine/v1", "unsupported-run"), 409, "engine.unsupported", "Run unsupported Engine"), await X(await c(n, U, "missing-revision-run"), 404, "flow.not-found", "Run missing Revision");
|
|
5680
5741
|
}
|
|
5681
5742
|
}
|
|
5682
|
-
],
|
|
5743
|
+
], qc = [
|
|
5683
5744
|
{
|
|
5684
5745
|
name: "controls Live admission independently from publishing and Draft testing",
|
|
5685
5746
|
async verify(e) {
|
|
5686
|
-
let t = await Q(e, "Enabled flow", "enabled-flow"), n = J(t.flowId, "Flow id"), r = await
|
|
5747
|
+
let t = await Q(e, "Enabled flow", "enabled-flow"), n = J(t.flowId, "Flow id"), r = await Bc(e, n, J(t.draftRevisionId, "Draft id")), i = (t, r) => Z(e, `/v1/flows/${n}/enabled`, {
|
|
5687
5748
|
method: "PUT",
|
|
5688
5749
|
body: JSON.stringify({
|
|
5689
5750
|
enabled: t,
|
|
@@ -5692,12 +5753,12 @@ var Bc = [
|
|
|
5692
5753
|
})
|
|
5693
5754
|
});
|
|
5694
5755
|
await X(await i(!0, "missing"), 409, "flow.conflict", "Cannot enable unpublished Flow");
|
|
5695
|
-
let a = J((await
|
|
5756
|
+
let a = J((await Uc(e, await Hc(e, n, r, null, "enable-first"), 202, "Publish")).publication.publicationId, "Publication id"), o = await Y(await i(!1, a), 200, "Disable");
|
|
5696
5757
|
G(o.live, {
|
|
5697
5758
|
enabled: !1,
|
|
5698
5759
|
publicationId: a,
|
|
5699
5760
|
revisionId: r
|
|
5700
|
-
}, "Disabled summary"), G((await Y(await Z(e, "/v1/flows"), 200, "List disabled Flow")).flows, [o], "List includes Live state"), G((await Y(await Z(e, `/v1/flows/${n}/live`), 200, "Disabled Live")).status, "suspended", "Disabled Live status"), await X(await
|
|
5761
|
+
}, "Disabled summary"), G((await Y(await Z(e, "/v1/flows"), 200, "List disabled Flow")).flows, [o], "List includes Live state"), G((await Y(await Z(e, `/v1/flows/${n}/live`), 200, "Disabled Live")).status, "suspended", "Disabled Live status"), await X(await Gc(e, a, "disabled-run"), 412, "live.conflict", "Disabled Live rejects Run"), await Y(await Z(e, `/v1/flows/${n}/revisions/${r}/runs`, {
|
|
5701
5762
|
method: "POST",
|
|
5702
5763
|
headers: { "idempotency-key": "disabled-draft" },
|
|
5703
5764
|
body: JSON.stringify({
|
|
@@ -5710,17 +5771,17 @@ var Bc = [
|
|
|
5710
5771
|
version: 1
|
|
5711
5772
|
})
|
|
5712
5773
|
}), 202, "Disabled Flow permits Draft test");
|
|
5713
|
-
let s = J((await
|
|
5714
|
-
G(K((await Y(await Z(e, `/v1/flows/${n}`), 200, "Read Flow")).live, "Live").enabled, !1, "Publish preserves disabled state"), await X(await i(!0, a), 409, "flow.conflict", "Stale switch rejects"), await Y(await i(!0, s), 200, "Enable"), await Y(await
|
|
5774
|
+
let s = J((await Uc(e, await Hc(e, n, r, a, "enable-next"), 202, "Publish disabled Flow")).publication.publicationId, "Next Publication id");
|
|
5775
|
+
G(K((await Y(await Z(e, `/v1/flows/${n}`), 200, "Read Flow")).live, "Live").enabled, !1, "Publish preserves disabled state"), await X(await i(!0, a), 409, "flow.conflict", "Stale switch rejects"), await Y(await i(!0, s), 200, "Enable"), await Y(await Gc(e, s, "enabled-run"), 202, "Enabled Live accepts Run");
|
|
5715
5776
|
}
|
|
5716
5777
|
},
|
|
5717
5778
|
{
|
|
5718
5779
|
name: "publishes one immutable Flow with idempotent Live CAS",
|
|
5719
5780
|
async verify(e) {
|
|
5720
|
-
let t = await Q(e, "Publication flow", "publication-flow"), n = J(t.flowId, "Publication Flow flowId"), r = await
|
|
5781
|
+
let t = await Q(e, "Publication flow", "publication-flow"), n = J(t.flowId, "Publication Flow flowId"), r = await Bc(e, n, J(t.draftRevisionId, "Publication Flow revisionId"));
|
|
5721
5782
|
G((await Y(await Z(e, `/v1/flows/${n}/live`), 200, "Read Live")).status, "not-published", "Initial Live status");
|
|
5722
|
-
let i = () =>
|
|
5723
|
-
G(await Y(await i(), 202, "Replay Publish"), a.operation, "Replayed Publish operation"), await X(await
|
|
5783
|
+
let i = () => Hc(e, n, r, null, "publication-first"), a = await Uc(e, await i(), 202, "Publish Flow"), o = a.publication, s = J(o.publicationId, "Publication id");
|
|
5784
|
+
G(await Y(await i(), 202, "Replay Publish"), a.operation, "Replayed Publish operation"), await X(await Hc(e, n, r, s, "publication-first"), 409, "publication.conflict", "Conflicting replay");
|
|
5724
5785
|
let c = await Y(await Z(e, `/v1/flows/${n}/live`), 200, "Read published Live");
|
|
5725
5786
|
G(c.publication, o, "Live Publication"), G((await Y(await Z(e, `/v1/flows/${n}/editor`), 200, "Read published editor")).live, c, "Published editor Live projection");
|
|
5726
5787
|
let l = await Y(await Z(e, `/v1/flows/${n}/publications?includeTotal=true`), 200, "List Publications");
|
|
@@ -5732,21 +5793,21 @@ var Bc = [
|
|
|
5732
5793
|
}),
|
|
5733
5794
|
headers: { "idempotency-key": "unsupported-publication" },
|
|
5734
5795
|
method: "POST"
|
|
5735
|
-
}), 409, "engine.unsupported", "Publish unsupported Engine"), await X(await
|
|
5796
|
+
}), 409, "engine.unsupported", "Publish unsupported Engine"), await X(await Hc(e, n, "00000000-0000-7000-8000-000000000002", s, "missing-revision-publication"), 404, "flow.not-found", "Publish missing Revision"), await X(await Wc(e, n, "00000000-0000-7000-8000-000000000004", s, "missing-rollback"), 404, "publication.not-found", "Rollback missing Publication"), await X(await Gc(e, "00000000-0000-7000-8000-000000000004", "missing-publication-run"), 404, "publication.not-found", "Run missing Publication");
|
|
5736
5797
|
}
|
|
5737
5798
|
},
|
|
5738
5799
|
{
|
|
5739
5800
|
name: "rolls back immutable history and fixes a Live Run target",
|
|
5740
5801
|
async verify(e) {
|
|
5741
|
-
let t = await Q(e, "Rollback flow", "rollback-flow"), n = J(t.flowId, "Rollback Flow flowId"), r = await
|
|
5742
|
-
await X(await
|
|
5743
|
-
let c = () =>
|
|
5802
|
+
let t = await Q(e, "Rollback flow", "rollback-flow"), n = J(t.flowId, "Rollback Flow flowId"), r = await Bc(e, n, J(t.draftRevisionId, "Rollback Flow revisionId")), i = (await Uc(e, await Hc(e, n, r, null, "publish-first"), 202, "Publish first Revision")).publication, a = J(i.publicationId, "First Publication"), o = (await Uc(e, await Hc(e, n, Vc(await Y(await $(e, n, r), 200, "Change Draft"), "Second Revision"), a, "publish-second"), 202, "Publish second Revision")).publication, s = J(o.publicationId, "Second Publication");
|
|
5803
|
+
await X(await Gc(e, a, "stale-live-run"), 412, "live.conflict", "Run stale Publication");
|
|
5804
|
+
let c = () => Wc(e, n, a, s, "rollback-first"), l = await Y(await c(), 201, "Rollback Flow"), u = J(l.publicationId, "Rollback Publication");
|
|
5744
5805
|
G(l.operation, "rollback", "Rollback operation"), G(l.sourcePublicationId, a, "Rollback source"), G(await Y(await c(), 200, "Replay Rollback"), l, "Replayed Rollback");
|
|
5745
|
-
let d = await Y(await
|
|
5746
|
-
G(d.flowId, n, "Live Run flowId"), G(d.revisionId, r, "Live Run revisionId"), await Y(await Z(e, `/v1/flows/${n}`, { method: "DELETE" }), 202, "Retire Flow"), await X(await
|
|
5806
|
+
let d = await Y(await Gc(e, u, "rollback-run"), 202, "Create Live Run");
|
|
5807
|
+
G(d.flowId, n, "Live Run flowId"), G(d.revisionId, r, "Live Run revisionId"), await Y(await Z(e, `/v1/flows/${n}`, { method: "DELETE" }), 202, "Retire Flow"), await X(await Gc(e, u, "retired-run"), 409, "flow.busy", "Run retired Flow");
|
|
5747
5808
|
}
|
|
5748
5809
|
}
|
|
5749
|
-
],
|
|
5810
|
+
], Jc = [{
|
|
5750
5811
|
name: "exposes one deployment-scoped Trigger Key catalog",
|
|
5751
5812
|
async verify(e) {
|
|
5752
5813
|
let t = await Y(await Z(e, "/v1/trigger-keys"), 200, "List Trigger Keys"), n = await Y(await Z(e, "/v1/trigger-keys/catalog"), 200, "List Trigger definitions"), r = q(t.keys, "Trigger Keys").map((e) => K(e, "Trigger Key")), i = q(n.definitions, "Trigger definitions").map((e) => K(e, "Trigger definition"));
|
|
@@ -5760,7 +5821,7 @@ var Bc = [
|
|
|
5760
5821
|
}, {
|
|
5761
5822
|
name: "operates and retires one Live Trigger binding",
|
|
5762
5823
|
async verify(e) {
|
|
5763
|
-
let t = await Q(e, "Trigger flow", "trigger-flow"), n = J(t.flowId, "Trigger Flow flowId"), r =
|
|
5824
|
+
let t = await Q(e, "Trigger flow", "trigger-flow"), n = J(t.flowId, "Trigger Flow flowId"), r = Vc(await Y(await zc(e, n, J(t.draftRevisionId, "Trigger Flow revisionId"), [{
|
|
5764
5825
|
kind: "graph.node.create",
|
|
5765
5826
|
node: {
|
|
5766
5827
|
cronTimes: [{
|
|
@@ -5782,7 +5843,7 @@ var Bc = [
|
|
|
5782
5843
|
},
|
|
5783
5844
|
nodeId: "webhook",
|
|
5784
5845
|
target: { kind: "flow" }
|
|
5785
|
-
}]), 200, "Create Trigger nodes"), "Trigger Revision"), i = (await
|
|
5846
|
+
}]), 200, "Create Trigger nodes"), "Trigger Revision"), i = (await Uc(e, await Hc(e, n, r, null, "trigger-publication"), 202, "Publish Trigger Flow")).publication, a = J(i.publicationId, "Trigger Publication"), o = `/v1/flows/${n}/triggers`, s = q((await Y(await Z(e, o), 200, "List Trigger bindings")).bindings, "Trigger bindings").map((e) => K(e, "Trigger binding"));
|
|
5786
5847
|
G(s.map((e) => e.triggerNodeId), ["cron", "webhook"], "Trigger binding order");
|
|
5787
5848
|
for (let e of s) G(e.currentPublicationId, a, "Trigger Publication");
|
|
5788
5849
|
let c = `${o}/webhook`, l = J(K((await Y(await Z(e, c), 200, "Read Webhook")).binding, "Webhook").endpointUrl, "Webhook endpoint"), u = (t) => Z(e, `${c}/${t}`, {
|
|
@@ -5798,13 +5859,13 @@ var Bc = [
|
|
|
5798
5859
|
version: 1
|
|
5799
5860
|
})
|
|
5800
5861
|
});
|
|
5801
|
-
await Y(await d(!1), 200, "Disable Trigger Flow"), G((await e.request(new Request(l, { method: "POST" }))).status, 404, "Disabled Flow blocks callback"), await Y(await u("pause"), 200, "Pause binding while Flow disabled"), await Y(await d(!0), 200, "Enable Trigger Flow"), G((await e.request(new Request(l, { method: "POST" }))).status, 404, "Enabling preserves binding pause"), await Y(await u("resume"), 200, "Resume binding after enabling Flow"), G((await e.request(new Request(l, { method: "POST" }))).status, 200, "Enabled Flow permits callback"), await
|
|
5862
|
+
await Y(await d(!1), 200, "Disable Trigger Flow"), G((await e.request(new Request(l, { method: "POST" }))).status, 404, "Disabled Flow blocks callback"), await Y(await u("pause"), 200, "Pause binding while Flow disabled"), await Y(await d(!0), 200, "Enable Trigger Flow"), G((await e.request(new Request(l, { method: "POST" }))).status, 404, "Enabling preserves binding pause"), await Y(await u("resume"), 200, "Resume binding after enabling Flow"), G((await e.request(new Request(l, { method: "POST" }))).status, 200, "Enabled Flow permits callback"), await Uc(e, await Hc(e, n, Vc(await Y(await zc(e, n, r, [{
|
|
5802
5863
|
kind: "graph.node.delete",
|
|
5803
5864
|
nodeId: "webhook",
|
|
5804
5865
|
target: { kind: "flow" }
|
|
5805
5866
|
}]), 200, "Delete Webhook"), "Retired Trigger Revision"), a, "retire-trigger"), 202, "Publish retired Trigger"), G(K((await Y(await Z(e, c), 200, "Read retired Webhook")).binding, "Retired Webhook").currentPublicationId, void 0, "Retired Publication");
|
|
5806
5867
|
}
|
|
5807
|
-
}],
|
|
5868
|
+
}], Yc = [{
|
|
5808
5869
|
name: "projects the deployment Connector catalog and authorized Connections",
|
|
5809
5870
|
async verify(e) {
|
|
5810
5871
|
let t = q((await Y(await Z(e, "/v1/connector/providers"), 200, "List Connector Providers")).providers, "Connector Providers").map((e) => K(e, "Connector Provider")), n = q((await Y(await Z(e, "/v1/connector/actions"), 200, "List Connector Actions")).actions, "Connector Actions").map((e) => K(e, "Connector Action"));
|
|
@@ -5824,12 +5885,12 @@ var Bc = [
|
|
|
5824
5885
|
async verify(e) {
|
|
5825
5886
|
await X(await Z(e, "/v1/connector/actions?service=mail&q=send"), 400, "flow.invalid", "Conflicting Connector query"), await X(await Z(e, "/v1/connector/actions?q=%20%20"), 400, "flow.invalid", "Empty Connector query"), await X(await Z(e, `/v1/connector/connections/${"a".repeat(257)}`), 400, "flow.invalid", "Oversized Connector service"), await X(await Z(e, "/v1/connector/actions/conformance.missing"), 404, "connector.action-not-found", "Missing Connector Action");
|
|
5826
5887
|
}
|
|
5827
|
-
}],
|
|
5888
|
+
}], Xc = [{
|
|
5828
5889
|
name: "preserves committed mutations and idempotency receipts after restart",
|
|
5829
5890
|
async verify(e) {
|
|
5830
5891
|
let t = await Q(e, "Recovery", "recovery-create"), n = J(t.flowId, "Flow ID"), r = J(t.draftRevisionId, "Revision ID"), i = await Y(await $(e, n, r, "marker", "recovery-change"), 200, "Commit change");
|
|
5831
|
-
await e.restart(), G((await Y(await
|
|
5892
|
+
await e.restart(), G((await Y(await Rc(e, "Recovery", "recovery-create"), 200, "Replay creation after restart")).flowId, n, "Durable creation identity"), G(await Y(await $(e, n, r, "marker", "recovery-change"), 200, "Replay change after restart"), i, "Durable change receipt"), G((await Y(await Z(e, `/v1/flows/${n}/draft`), 200, "Recovered Draft")).revisionId, K(i.revision, "Revision").revisionId, "Recovered head");
|
|
5832
5893
|
}
|
|
5833
5894
|
}];
|
|
5834
5895
|
//#endregion
|
|
5835
|
-
export {
|
|
5896
|
+
export { Yc as connectorControlApiConformanceCases, Kc as controlApiConformanceCases, Xc as controlRecoveryConformanceCases, qc as publicationControlApiConformanceCases, Jc as triggerControlApiConformanceCases };
|