@socotra/ec-react-schemas 2.26.1-next.11 → 2.26.1-next.12
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/index.d.ts +15 -0
- package/dist/index.es.js +208 -205
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +5 -5
- package/dist/index.umd.js.map +1 -1
- package/package.json +2 -2
package/dist/index.es.js
CHANGED
|
@@ -69,7 +69,7 @@ function w(n, r = "|") {
|
|
|
69
69
|
function bn(n, r) {
|
|
70
70
|
return typeof r == "bigint" ? r.toString() : r;
|
|
71
71
|
}
|
|
72
|
-
function
|
|
72
|
+
function Ut(n) {
|
|
73
73
|
return {
|
|
74
74
|
get value() {
|
|
75
75
|
{
|
|
@@ -162,7 +162,7 @@ const To = "captureStackTrace" in Error ? Error.captureStackTrace : (...n) => {
|
|
|
162
162
|
function lt(n) {
|
|
163
163
|
return typeof n == "object" && n !== null && !Array.isArray(n);
|
|
164
164
|
}
|
|
165
|
-
const Li =
|
|
165
|
+
const Li = Ut(() => {
|
|
166
166
|
var n;
|
|
167
167
|
if (typeof navigator < "u" && ((n = navigator == null ? void 0 : navigator.userAgent) != null && n.includes("Cloudflare")))
|
|
168
168
|
return !1;
|
|
@@ -413,14 +413,14 @@ function _e(n, r) {
|
|
|
413
413
|
return (s = c).path ?? (s.path = []), c.path.unshift(n), c;
|
|
414
414
|
});
|
|
415
415
|
}
|
|
416
|
-
function
|
|
416
|
+
function qt(n) {
|
|
417
417
|
return typeof n == "string" ? n : n == null ? void 0 : n.message;
|
|
418
418
|
}
|
|
419
419
|
function Te(n, r, c) {
|
|
420
420
|
var o, i, d, v, $, T;
|
|
421
421
|
const s = { ...n, path: n.path ?? [] };
|
|
422
422
|
if (!n.message) {
|
|
423
|
-
const z =
|
|
423
|
+
const z = qt((d = (i = (o = n.inst) == null ? void 0 : o._zod.def) == null ? void 0 : i.error) == null ? void 0 : d.call(i, n)) ?? qt((v = r == null ? void 0 : r.error) == null ? void 0 : v.call(r, n)) ?? qt(($ = c.customError) == null ? void 0 : $.call(c, n)) ?? qt((T = c.localeError) == null ? void 0 : T.call(c, n)) ?? "Invalid input";
|
|
424
424
|
s.message = z;
|
|
425
425
|
}
|
|
426
426
|
return delete s.inst, delete s.continue, r != null && r.reportInput || delete s.input, s;
|
|
@@ -493,7 +493,7 @@ const Ui = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
493
493
|
assignProp: ke,
|
|
494
494
|
base64ToUint8Array: Ei,
|
|
495
495
|
base64urlToUint8Array: Dp,
|
|
496
|
-
cached:
|
|
496
|
+
cached: Ut,
|
|
497
497
|
captureStackTrace: To,
|
|
498
498
|
cleanEnum: xp,
|
|
499
499
|
cleanRegex: zn,
|
|
@@ -539,7 +539,7 @@ const Ui = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
539
539
|
uint8ArrayToBase64: Pi,
|
|
540
540
|
uint8ArrayToBase64url: Rp,
|
|
541
541
|
uint8ArrayToHex: Ep,
|
|
542
|
-
unwrapMessage:
|
|
542
|
+
unwrapMessage: qt
|
|
543
543
|
}, Symbol.toStringTag, { value: "Module" })), Oi = (n, r) => {
|
|
544
544
|
n.name = "$ZodError", Object.defineProperty(n, "_zod", {
|
|
545
545
|
value: n._zod,
|
|
@@ -622,7 +622,7 @@ function Zi(n) {
|
|
|
622
622
|
return r.join(`
|
|
623
623
|
`);
|
|
624
624
|
}
|
|
625
|
-
const
|
|
625
|
+
const Ot = (n) => (r, c, s, o) => {
|
|
626
626
|
const i = s ? Object.assign(s, { async: !1 }) : { async: !1 }, d = r._zod.run({ value: c, issues: [] }, i);
|
|
627
627
|
if (d instanceof Promise)
|
|
628
628
|
throw new Xe();
|
|
@@ -631,7 +631,7 @@ const Ut = (n) => (r, c, s, o) => {
|
|
|
631
631
|
throw To(v, o == null ? void 0 : o.callee), v;
|
|
632
632
|
}
|
|
633
633
|
return d.value;
|
|
634
|
-
}, go = /* @__PURE__ */
|
|
634
|
+
}, go = /* @__PURE__ */ Ot(fe), jt = (n) => async (r, c, s, o) => {
|
|
635
635
|
const i = s ? Object.assign(s, { async: !0 }) : { async: !0 };
|
|
636
636
|
let d = r._zod.run({ value: c, issues: [] }, i);
|
|
637
637
|
if (d instanceof Promise && (d = await d), d.issues.length) {
|
|
@@ -639,7 +639,7 @@ const Ut = (n) => (r, c, s, o) => {
|
|
|
639
639
|
throw To(v, o == null ? void 0 : o.callee), v;
|
|
640
640
|
}
|
|
641
641
|
return d.value;
|
|
642
|
-
}, vo = /* @__PURE__ */
|
|
642
|
+
}, vo = /* @__PURE__ */ jt(fe), Ct = (n) => (r, c, s) => {
|
|
643
643
|
const o = s ? { ...s, async: !1 } : { async: !1 }, i = r._zod.run({ value: c, issues: [] }, o);
|
|
644
644
|
if (i instanceof Promise)
|
|
645
645
|
throw new Xe();
|
|
@@ -647,26 +647,26 @@ const Ut = (n) => (r, c, s, o) => {
|
|
|
647
647
|
success: !1,
|
|
648
648
|
error: new (n ?? ko)(i.issues.map((d) => Te(d, o, ce())))
|
|
649
649
|
} : { success: !0, data: i.value };
|
|
650
|
-
}, Bi = /* @__PURE__ */
|
|
650
|
+
}, Bi = /* @__PURE__ */ Ct(fe), Zt = (n) => async (r, c, s) => {
|
|
651
651
|
const o = s ? Object.assign(s, { async: !0 }) : { async: !0 };
|
|
652
652
|
let i = r._zod.run({ value: c, issues: [] }, o);
|
|
653
653
|
return i instanceof Promise && (i = await i), i.issues.length ? {
|
|
654
654
|
success: !1,
|
|
655
655
|
error: new n(i.issues.map((d) => Te(d, o, ce())))
|
|
656
656
|
} : { success: !0, data: i.value };
|
|
657
|
-
}, Mi = /* @__PURE__ */
|
|
658
|
-
const o = s ? Object.assign(s, { direction: "backward" }) : { direction: "backward" };
|
|
659
|
-
return Ut(n)(r, c, o);
|
|
660
|
-
}, Up = /* @__PURE__ */ Ao(fe), qo = (n) => (r, c, s) => Ut(n)(r, c, s), Op = /* @__PURE__ */ qo(fe), zo = (n) => async (r, c, s) => {
|
|
657
|
+
}, Mi = /* @__PURE__ */ Zt(fe), Ao = (n) => (r, c, s) => {
|
|
661
658
|
const o = s ? Object.assign(s, { direction: "backward" }) : { direction: "backward" };
|
|
662
659
|
return Ot(n)(r, c, o);
|
|
663
|
-
},
|
|
660
|
+
}, Up = /* @__PURE__ */ Ao(fe), qo = (n) => (r, c, s) => Ot(n)(r, c, s), Op = /* @__PURE__ */ qo(fe), zo = (n) => async (r, c, s) => {
|
|
664
661
|
const o = s ? Object.assign(s, { direction: "backward" }) : { direction: "backward" };
|
|
665
662
|
return jt(n)(r, c, o);
|
|
666
|
-
},
|
|
663
|
+
}, jp = /* @__PURE__ */ zo(fe), xo = (n) => async (r, c, s) => jt(n)(r, c, s), Cp = /* @__PURE__ */ xo(fe), Do = (n) => (r, c, s) => {
|
|
667
664
|
const o = s ? Object.assign(s, { direction: "backward" }) : { direction: "backward" };
|
|
668
665
|
return Ct(n)(r, c, o);
|
|
669
|
-
},
|
|
666
|
+
}, Zp = /* @__PURE__ */ Do(fe), Ro = (n) => (r, c, s) => Ct(n)(r, c, s), Bp = /* @__PURE__ */ Ro(fe), No = (n) => async (r, c, s) => {
|
|
667
|
+
const o = s ? Object.assign(s, { direction: "backward" }) : { direction: "backward" };
|
|
668
|
+
return Zt(n)(r, c, o);
|
|
669
|
+
}, Mp = /* @__PURE__ */ No(fe), Eo = (n) => async (r, c, s) => Zt(n)(r, c, s), Fp = /* @__PURE__ */ Eo(fe), Fi = /^[cC][^\s-]{8,}$/, Gi = /^[0-9a-z]+$/, Ji = /^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/, Wi = /^[0-9a-vA-V]{20}$/, Ki = /^[A-Za-z0-9]{27}$/, Vi = /^[a-zA-Z0-9_-]{21}$/, Qi = /^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/, Gp = /^[-+]?P(?!$)(?:(?:[-+]?\d+Y)|(?:[-+]?\d+[.,]\d+Y$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:(?:[-+]?\d+W)|(?:[-+]?\d+[.,]\d+W$))?(?:(?:[-+]?\d+D)|(?:[-+]?\d+[.,]\d+D$))?(?:T(?=[\d+-])(?:(?:[-+]?\d+H)|(?:[-+]?\d+[.,]\d+H$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:[-+]?\d+(?:[.,]\d+)?S)?)??$/, Hi = /^([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})$/, mt = (n) => n ? new RegExp(`^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-${n}[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)$/, Jp = /* @__PURE__ */ mt(4), Wp = /* @__PURE__ */ mt(6), Kp = /* @__PURE__ */ mt(7), Xi = /^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/, Vp = /^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/, Qp = /^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/, Hp = /^[^\s@"]{1,64}@[^\s@]{1,255}$/u, Xp = /^[^\s@"]{1,64}@[^\s@]{1,255}$/u, Yp = /^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/, ef = "^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";
|
|
670
670
|
function Yi() {
|
|
671
671
|
return new RegExp(ef, "u");
|
|
672
672
|
}
|
|
@@ -688,13 +688,13 @@ const mc = (n) => {
|
|
|
688
688
|
const r = n ? `[\\s\\S]{${(n == null ? void 0 : n.minimum) ?? 0},${(n == null ? void 0 : n.maximum) ?? ""}}` : "[\\s\\S]*";
|
|
689
689
|
return new RegExp(`^${r}$`);
|
|
690
690
|
}, pc = /^\d+n?$/, fc = /^\d+$/, hc = /^-?\d+(?:\.\d+)?/i, yc = /true|false/i, gc = /null/i, vc = /undefined/i, bc = /^[^A-Z]*$/, Sc = /^[^a-z]*$/, $c = /^[0-9a-fA-F]*$/;
|
|
691
|
-
function
|
|
691
|
+
function Bt(n, r) {
|
|
692
692
|
return new RegExp(`^[A-Za-z0-9+/]{${n}}${r}$`);
|
|
693
693
|
}
|
|
694
|
-
function
|
|
694
|
+
function Mt(n) {
|
|
695
695
|
return new RegExp(`^[A-Za-z0-9-_]{${n}}$`);
|
|
696
696
|
}
|
|
697
|
-
const tf = /^[0-9a-fA-F]{32}$/, nf = /* @__PURE__ */
|
|
697
|
+
const tf = /^[0-9a-fA-F]{32}$/, nf = /* @__PURE__ */ Bt(22, "=="), of = /* @__PURE__ */ Mt(22), af = /^[0-9a-fA-F]{40}$/, rf = /* @__PURE__ */ Bt(27, "="), cf = /* @__PURE__ */ Mt(27), sf = /^[0-9a-fA-F]{64}$/, uf = /* @__PURE__ */ Bt(43, "="), lf = /* @__PURE__ */ Mt(43), df = /^[0-9a-fA-F]{96}$/, mf = /* @__PURE__ */ Bt(64, ""), pf = /* @__PURE__ */ Mt(64), ff = /^[0-9a-fA-F]{128}$/, hf = /* @__PURE__ */ Bt(86, "=="), yf = /* @__PURE__ */ Mt(86), Oo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
698
698
|
__proto__: null,
|
|
699
699
|
base64: ac,
|
|
700
700
|
base64url: Po,
|
|
@@ -1024,7 +1024,7 @@ const tf = /^[0-9a-fA-F]{32}$/, nf = /* @__PURE__ */ Zt(22, "=="), of = /* @__PU
|
|
|
1024
1024
|
continue: !r.abort
|
|
1025
1025
|
});
|
|
1026
1026
|
};
|
|
1027
|
-
}),
|
|
1027
|
+
}), Ft = /* @__PURE__ */ S("$ZodCheckStringFormat", (n, r) => {
|
|
1028
1028
|
var c, s;
|
|
1029
1029
|
Y.init(n, r), n._zod.onattach.push((o) => {
|
|
1030
1030
|
const i = o._zod.bag;
|
|
@@ -1042,7 +1042,7 @@ const tf = /^[0-9a-fA-F]{32}$/, nf = /* @__PURE__ */ Zt(22, "=="), of = /* @__PU
|
|
|
1042
1042
|
}) : (s = n._zod).check ?? (s.check = () => {
|
|
1043
1043
|
});
|
|
1044
1044
|
}), Dc = /* @__PURE__ */ S("$ZodCheckRegex", (n, r) => {
|
|
1045
|
-
|
|
1045
|
+
Ft.init(n, r), n._zod.check = (c) => {
|
|
1046
1046
|
r.pattern.lastIndex = 0, !r.pattern.test(c.value) && c.issues.push({
|
|
1047
1047
|
origin: "string",
|
|
1048
1048
|
code: "invalid_format",
|
|
@@ -1054,9 +1054,9 @@ const tf = /^[0-9a-fA-F]{32}$/, nf = /* @__PURE__ */ Zt(22, "=="), of = /* @__PU
|
|
|
1054
1054
|
});
|
|
1055
1055
|
};
|
|
1056
1056
|
}), Rc = /* @__PURE__ */ S("$ZodCheckLowerCase", (n, r) => {
|
|
1057
|
-
r.pattern ?? (r.pattern = bc),
|
|
1057
|
+
r.pattern ?? (r.pattern = bc), Ft.init(n, r);
|
|
1058
1058
|
}), Nc = /* @__PURE__ */ S("$ZodCheckUpperCase", (n, r) => {
|
|
1059
|
-
r.pattern ?? (r.pattern = Sc),
|
|
1059
|
+
r.pattern ?? (r.pattern = Sc), Ft.init(n, r);
|
|
1060
1060
|
}), Ec = /* @__PURE__ */ S("$ZodCheckIncludes", (n, r) => {
|
|
1061
1061
|
Y.init(n, r);
|
|
1062
1062
|
const c = Be(r.includes), s = new RegExp(typeof r.position == "number" ? `^.{${r.position}}${c}` : c);
|
|
@@ -1247,7 +1247,7 @@ const Bc = {
|
|
|
1247
1247
|
vendor: "zod",
|
|
1248
1248
|
version: 1
|
|
1249
1249
|
};
|
|
1250
|
-
}),
|
|
1250
|
+
}), Gt = /* @__PURE__ */ S("$ZodString", (n, r) => {
|
|
1251
1251
|
var c;
|
|
1252
1252
|
O.init(n, r), n._zod.pattern = [...((c = n == null ? void 0 : n._zod.bag) == null ? void 0 : c.patterns) ?? []].pop() ?? mc(n._zod.bag), n._zod.parse = (s, o) => {
|
|
1253
1253
|
if (r.coerce)
|
|
@@ -1263,7 +1263,7 @@ const Bc = {
|
|
|
1263
1263
|
}), s;
|
|
1264
1264
|
};
|
|
1265
1265
|
}), K = /* @__PURE__ */ S("$ZodStringFormat", (n, r) => {
|
|
1266
|
-
|
|
1266
|
+
Ft.init(n, r), Gt.init(n, r);
|
|
1267
1267
|
}), Mc = /* @__PURE__ */ S("$ZodGUID", (n, r) => {
|
|
1268
1268
|
r.pattern ?? (r.pattern = Hi), K.init(n, r);
|
|
1269
1269
|
}), Fc = /* @__PURE__ */ S("$ZodUUID", (n, r) => {
|
|
@@ -1649,7 +1649,7 @@ function Is(n, r, c, s, o, i) {
|
|
|
1649
1649
|
}
|
|
1650
1650
|
const As = /* @__PURE__ */ S("$ZodObject", (n, r) => {
|
|
1651
1651
|
O.init(n, r);
|
|
1652
|
-
const c =
|
|
1652
|
+
const c = Ut(() => ws(r));
|
|
1653
1653
|
G(n._zod, "propValues", () => {
|
|
1654
1654
|
const d = r.shape, v = {};
|
|
1655
1655
|
for (const $ in d) {
|
|
@@ -1684,7 +1684,7 @@ const As = /* @__PURE__ */ S("$ZodObject", (n, r) => {
|
|
|
1684
1684
|
};
|
|
1685
1685
|
}), qs = /* @__PURE__ */ S("$ZodObjectJIT", (n, r) => {
|
|
1686
1686
|
As.init(n, r);
|
|
1687
|
-
const c = n._zod.parse, s =
|
|
1687
|
+
const c = n._zod.parse, s = Ut(() => ws(r)), o = (J) => {
|
|
1688
1688
|
const N = new Zc(["shape", "payload", "ctx"]), D = s.value, re = (I) => {
|
|
1689
1689
|
const j = yo(I);
|
|
1690
1690
|
return `shape[${j}]._zod.run({ value: input[${j}], issues: [] }, ctx)`;
|
|
@@ -1792,7 +1792,7 @@ const Go = /* @__PURE__ */ S("$ZodUnion", (n, r) => {
|
|
|
1792
1792
|
}
|
|
1793
1793
|
return o;
|
|
1794
1794
|
});
|
|
1795
|
-
const s =
|
|
1795
|
+
const s = Ut(() => {
|
|
1796
1796
|
var d;
|
|
1797
1797
|
const o = r.options, i = /* @__PURE__ */ new Map();
|
|
1798
1798
|
for (const v of o) {
|
|
@@ -6872,7 +6872,7 @@ function Pu(n) {
|
|
|
6872
6872
|
function Uu(n) {
|
|
6873
6873
|
return me(0, n);
|
|
6874
6874
|
}
|
|
6875
|
-
function
|
|
6875
|
+
function zt(n, r) {
|
|
6876
6876
|
return new Lc({
|
|
6877
6877
|
check: "multiple_of",
|
|
6878
6878
|
...k(r),
|
|
@@ -6886,7 +6886,7 @@ function Pn(n, r) {
|
|
|
6886
6886
|
maximum: n
|
|
6887
6887
|
});
|
|
6888
6888
|
}
|
|
6889
|
-
function
|
|
6889
|
+
function xt(n, r) {
|
|
6890
6890
|
return new Ic({
|
|
6891
6891
|
check: "min_size",
|
|
6892
6892
|
...k(r),
|
|
@@ -7210,7 +7210,7 @@ function Gu(n, r) {
|
|
|
7210
7210
|
const c = k(r);
|
|
7211
7211
|
let s = c.truthy ?? ["true", "1", "yes", "on", "y", "enabled"], o = c.falsy ?? ["false", "0", "no", "off", "n", "disabled"];
|
|
7212
7212
|
c.case !== "sensitive" && (s = s.map((N) => typeof N == "string" ? N.toLowerCase() : N), o = o.map((N) => typeof N == "string" ? N.toLowerCase() : N));
|
|
7213
|
-
const i = new Set(s), d = new Set(o), v = n.Codec ?? Wo, $ = n.Boolean ?? Mo, T = n.String ??
|
|
7213
|
+
const i = new Set(s), d = new Set(o), v = n.Codec ?? Wo, $ = n.Boolean ?? Mo, T = n.String ?? Gt, z = new T({ type: "string", error: c.error }), R = new $({ type: "boolean", error: c.error }), J = new v({
|
|
7214
7214
|
type: "pipe",
|
|
7215
7215
|
in: z,
|
|
7216
7216
|
out: R,
|
|
@@ -7230,7 +7230,7 @@ function Gu(n, r) {
|
|
|
7230
7230
|
});
|
|
7231
7231
|
return J;
|
|
7232
7232
|
}
|
|
7233
|
-
function
|
|
7233
|
+
function Jt(n, r, c, s = {}) {
|
|
7234
7234
|
const o = k(s), i = {
|
|
7235
7235
|
...k(s),
|
|
7236
7236
|
check: "string_format",
|
|
@@ -7282,9 +7282,9 @@ class So {
|
|
|
7282
7282
|
if (typeof q == "number" && (L.minLength = q), typeof I == "number" && (L.maxLength = I), j && (L.format = i[j] ?? j, L.format === "" && delete L.format), V && (L.contentEncoding = V), M && M.size > 0) {
|
|
7283
7283
|
const ie = [...M];
|
|
7284
7284
|
ie.length === 1 ? L.pattern = ie[0].source : ie.length > 1 && (v.schema.allOf = [
|
|
7285
|
-
...ie.map((
|
|
7285
|
+
...ie.map((_t) => ({
|
|
7286
7286
|
...this.target === "draft-7" || this.target === "draft-4" || this.target === "openapi-3.0" ? { type: "string" } : {},
|
|
7287
|
-
pattern:
|
|
7287
|
+
pattern: _t.source
|
|
7288
7288
|
}))
|
|
7289
7289
|
]);
|
|
7290
7290
|
}
|
|
@@ -7559,8 +7559,8 @@ class So {
|
|
|
7559
7559
|
const V = (M = s.external.registry.get(x[0])) == null ? void 0 : M.id, ie = s.external.uri ?? ((vp) => vp);
|
|
7560
7560
|
if (V)
|
|
7561
7561
|
return { ref: ie(V) };
|
|
7562
|
-
const
|
|
7563
|
-
return x[1].defId =
|
|
7562
|
+
const _t = x[1].defId ?? x[1].schema.id ?? `schema${this.counter++}`;
|
|
7563
|
+
return x[1].defId = _t, { defId: _t, ref: `${ie("__shared")}#/${L}/${_t}` };
|
|
7564
7564
|
}
|
|
7565
7565
|
if (x[1] === o)
|
|
7566
7566
|
return { ref: "#" };
|
|
@@ -7796,7 +7796,7 @@ const vy = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
7796
7796
|
$ZodCheckRegex: Dc,
|
|
7797
7797
|
$ZodCheckSizeEquals: Ac,
|
|
7798
7798
|
$ZodCheckStartsWith: Pc,
|
|
7799
|
-
$ZodCheckStringFormat:
|
|
7799
|
+
$ZodCheckStringFormat: Ft,
|
|
7800
7800
|
$ZodCheckUpperCase: Nc,
|
|
7801
7801
|
$ZodCodec: Wo,
|
|
7802
7802
|
$ZodCustom: Ys,
|
|
@@ -7844,7 +7844,7 @@ const vy = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
7844
7844
|
$ZodRecord: Ds,
|
|
7845
7845
|
$ZodRegistry: Ko,
|
|
7846
7846
|
$ZodSet: Ns,
|
|
7847
|
-
$ZodString:
|
|
7847
|
+
$ZodString: Gt,
|
|
7848
7848
|
$ZodStringFormat: K,
|
|
7849
7849
|
$ZodSuccess: Fs,
|
|
7850
7850
|
$ZodSymbol: gs,
|
|
@@ -7931,8 +7931,8 @@ const vy = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
7931
7931
|
_mime: La,
|
|
7932
7932
|
_min: me,
|
|
7933
7933
|
_minLength: pt,
|
|
7934
|
-
_minSize:
|
|
7935
|
-
_multipleOf:
|
|
7934
|
+
_minSize: xt,
|
|
7935
|
+
_multipleOf: zt,
|
|
7936
7936
|
_nan: Ru,
|
|
7937
7937
|
_nanoid: na,
|
|
7938
7938
|
_nativeEnum: ay,
|
|
@@ -7947,8 +7947,8 @@ const vy = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
7947
7947
|
_number: du,
|
|
7948
7948
|
_optional: cy,
|
|
7949
7949
|
_overwrite: ot,
|
|
7950
|
-
_parse:
|
|
7951
|
-
_parseAsync:
|
|
7950
|
+
_parse: Ot,
|
|
7951
|
+
_parseAsync: jt,
|
|
7952
7952
|
_pipe: py,
|
|
7953
7953
|
_positive: Nu,
|
|
7954
7954
|
_promise: gy,
|
|
@@ -7961,13 +7961,13 @@ const vy = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
7961
7961
|
_safeDecodeAsync: Eo,
|
|
7962
7962
|
_safeEncode: Do,
|
|
7963
7963
|
_safeEncodeAsync: No,
|
|
7964
|
-
_safeParse:
|
|
7965
|
-
_safeParseAsync:
|
|
7964
|
+
_safeParse: Ct,
|
|
7965
|
+
_safeParseAsync: Zt,
|
|
7966
7966
|
_set: ny,
|
|
7967
7967
|
_size: ya,
|
|
7968
7968
|
_startsWith: $a,
|
|
7969
7969
|
_string: au,
|
|
7970
|
-
_stringFormat:
|
|
7970
|
+
_stringFormat: Jt,
|
|
7971
7971
|
_stringbool: Gu,
|
|
7972
7972
|
_success: dy,
|
|
7973
7973
|
_superRefine: Mu,
|
|
@@ -8087,7 +8087,7 @@ const Sy = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
8087
8087
|
});
|
|
8088
8088
|
}, $y = S("ZodError", Vu), he = S("ZodError", Vu, {
|
|
8089
8089
|
Parent: Error
|
|
8090
|
-
}), Qu = /* @__PURE__ */
|
|
8090
|
+
}), Qu = /* @__PURE__ */ Ot(he), Hu = /* @__PURE__ */ jt(he), Xu = /* @__PURE__ */ Ct(he), Yu = /* @__PURE__ */ Zt(he), el = /* @__PURE__ */ Ao(he), tl = /* @__PURE__ */ qo(he), nl = /* @__PURE__ */ zo(he), ol = /* @__PURE__ */ xo(he), al = /* @__PURE__ */ Do(he), rl = /* @__PURE__ */ Ro(he), il = /* @__PURE__ */ No(he), cl = /* @__PURE__ */ Eo(he), B = /* @__PURE__ */ S("ZodType", (n, r) => (O.init(n, r), n.def = r, n.type = r.type, Object.defineProperty(n, "_def", { value: r }), n.check = (...c) => n.clone(
|
|
8091
8091
|
{
|
|
8092
8092
|
...r,
|
|
8093
8093
|
checks: [
|
|
@@ -8111,11 +8111,11 @@ const Sy = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
8111
8111
|
const s = n.clone();
|
|
8112
8112
|
return He.add(s, c[0]), s;
|
|
8113
8113
|
}, n.isOptional = () => n.safeParse(void 0).success, n.isNullable = () => n.safeParse(null).success, n)), Ra = /* @__PURE__ */ S("_ZodString", (n, r) => {
|
|
8114
|
-
|
|
8114
|
+
Gt.init(n, r), B.init(n, r);
|
|
8115
8115
|
const c = n._zod.bag;
|
|
8116
8116
|
n.format = c.format ?? null, n.minLength = c.minimum ?? null, n.maxLength = c.maximum ?? null, n.regex = (...s) => n.check(ga(...s)), n.includes = (...s) => n.check(Sa(...s)), n.startsWith = (...s) => n.check($a(...s)), n.endsWith = (...s) => n.check(_a(...s)), n.min = (...s) => n.check(pt(...s)), n.max = (...s) => n.check(Un(...s)), n.length = (...s) => n.check(On(...s)), n.nonempty = (...s) => n.check(pt(1, ...s)), n.lowercase = (s) => n.check(va(s)), n.uppercase = (s) => n.check(ba(s)), n.trim = () => n.check(ka()), n.normalize = (...s) => n.check(Ta(...s)), n.toLowerCase = () => n.check(wa()), n.toUpperCase = () => n.check(Ia());
|
|
8117
8117
|
}), jn = /* @__PURE__ */ S("ZodString", (n, r) => {
|
|
8118
|
-
|
|
8118
|
+
Gt.init(n, r), Ra.init(n, r), n.email = (c) => n.check(Qo(Na, c)), n.url = (c) => n.check(En(Cn, c)), n.jwt = (c) => n.check(ha(Va, c)), n.emoji = (c) => n.check(ta(Ea, c)), n.guid = (c) => n.check(_n(Tn, c)), n.uuid = (c) => n.check(Ho(xe, c)), n.uuidv4 = (c) => n.check(Xo(xe, c)), n.uuidv6 = (c) => n.check(Yo(xe, c)), n.uuidv7 = (c) => n.check(ea(xe, c)), n.nanoid = (c) => n.check(na(Pa, c)), n.guid = (c) => n.check(_n(Tn, c)), n.cuid = (c) => n.check(oa(Ua, c)), n.cuid2 = (c) => n.check(aa(Oa, c)), n.ulid = (c) => n.check(ra(ja, c)), n.base64 = (c) => n.check(ma(Ja, c)), n.base64url = (c) => n.check(pa(Wa, c)), n.xid = (c) => n.check(ia(Ca, c)), n.ksuid = (c) => n.check(ca(Za, c)), n.ipv4 = (c) => n.check(sa(Ba, c)), n.ipv6 = (c) => n.check(ua(Ma, c)), n.cidrv4 = (c) => n.check(la(Fa, c)), n.cidrv6 = (c) => n.check(da(Ga, c)), n.e164 = (c) => n.check(fa(Ka, c)), n.datetime = (c) => n.check(h(c)), n.date = (c) => n.check(za(c)), n.time = (c) => n.check(Wu(c)), n.duration = (c) => n.check(Ku(c));
|
|
8119
8119
|
});
|
|
8120
8120
|
function e(n) {
|
|
8121
8121
|
return au(jn, n);
|
|
@@ -8252,26 +8252,26 @@ const Va = /* @__PURE__ */ S("ZodJWT", (n, r) => {
|
|
|
8252
8252
|
function Cy(n) {
|
|
8253
8253
|
return ha(Va, n);
|
|
8254
8254
|
}
|
|
8255
|
-
const
|
|
8255
|
+
const Wt = /* @__PURE__ */ S("ZodCustomStringFormat", (n, r) => {
|
|
8256
8256
|
fs.init(n, r), Q.init(n, r);
|
|
8257
8257
|
});
|
|
8258
8258
|
function Zy(n, r, c = {}) {
|
|
8259
|
-
return
|
|
8259
|
+
return Jt(Wt, n, r, c);
|
|
8260
8260
|
}
|
|
8261
8261
|
function By(n) {
|
|
8262
|
-
return
|
|
8262
|
+
return Jt(Wt, "hostname", Uo, n);
|
|
8263
8263
|
}
|
|
8264
8264
|
function My(n) {
|
|
8265
|
-
return
|
|
8265
|
+
return Jt(Wt, "hex", $c, n);
|
|
8266
8266
|
}
|
|
8267
8267
|
function Fy(n, r) {
|
|
8268
8268
|
const c = (r == null ? void 0 : r.enc) ?? "hex", s = `${n}_${c}`, o = Oo[s];
|
|
8269
8269
|
if (!o)
|
|
8270
8270
|
throw new Error(`Unrecognized hash format: ${s}`);
|
|
8271
|
-
return
|
|
8271
|
+
return Jt(Wt, s, o, r);
|
|
8272
8272
|
}
|
|
8273
8273
|
const Zn = /* @__PURE__ */ S("ZodNumber", (n, r) => {
|
|
8274
|
-
Bo.init(n, r), B.init(n, r), n.gt = (s, o) => n.check(tt(s, o)), n.gte = (s, o) => n.check(me(s, o)), n.min = (s, o) => n.check(me(s, o)), n.lt = (s, o) => n.check(et(s, o)), n.lte = (s, o) => n.check(Le(s, o)), n.max = (s, o) => n.check(Le(s, o)), n.int = (s) => n.check(g(s)), n.safe = (s) => n.check(g(s)), n.positive = (s) => n.check(tt(0, s)), n.nonnegative = (s) => n.check(me(0, s)), n.negative = (s) => n.check(et(0, s)), n.nonpositive = (s) => n.check(Le(0, s)), n.multipleOf = (s, o) => n.check(
|
|
8274
|
+
Bo.init(n, r), B.init(n, r), n.gt = (s, o) => n.check(tt(s, o)), n.gte = (s, o) => n.check(me(s, o)), n.min = (s, o) => n.check(me(s, o)), n.lt = (s, o) => n.check(et(s, o)), n.lte = (s, o) => n.check(Le(s, o)), n.max = (s, o) => n.check(Le(s, o)), n.int = (s) => n.check(g(s)), n.safe = (s) => n.check(g(s)), n.positive = (s) => n.check(tt(0, s)), n.nonnegative = (s) => n.check(me(0, s)), n.negative = (s) => n.check(et(0, s)), n.nonpositive = (s) => n.check(Le(0, s)), n.multipleOf = (s, o) => n.check(zt(s, o)), n.step = (s, o) => n.check(zt(s, o)), n.finite = () => n;
|
|
8275
8275
|
const c = n._zod.bag;
|
|
8276
8276
|
n.minValue = Math.max(c.minimum ?? Number.NEGATIVE_INFINITY, c.exclusiveMinimum ?? Number.NEGATIVE_INFINITY) ?? null, n.maxValue = Math.min(c.maximum ?? Number.POSITIVE_INFINITY, c.exclusiveMaximum ?? Number.POSITIVE_INFINITY) ?? null, n.isInt = (c.format ?? "").includes("int") || Number.isSafeInteger(c.multipleOf ?? 0.5), n.isFinite = !0, n.format = c.format ?? null;
|
|
8277
8277
|
});
|
|
@@ -8303,7 +8303,7 @@ function y(n) {
|
|
|
8303
8303
|
return vu(Bn, n);
|
|
8304
8304
|
}
|
|
8305
8305
|
const Mn = /* @__PURE__ */ S("ZodBigInt", (n, r) => {
|
|
8306
|
-
Fo.init(n, r), B.init(n, r), n.gte = (s, o) => n.check(me(s, o)), n.min = (s, o) => n.check(me(s, o)), n.gt = (s, o) => n.check(tt(s, o)), n.gte = (s, o) => n.check(me(s, o)), n.min = (s, o) => n.check(me(s, o)), n.lt = (s, o) => n.check(et(s, o)), n.lte = (s, o) => n.check(Le(s, o)), n.max = (s, o) => n.check(Le(s, o)), n.positive = (s) => n.check(tt(BigInt(0), s)), n.negative = (s) => n.check(et(BigInt(0), s)), n.nonpositive = (s) => n.check(Le(BigInt(0), s)), n.nonnegative = (s) => n.check(me(BigInt(0), s)), n.multipleOf = (s, o) => n.check(
|
|
8306
|
+
Fo.init(n, r), B.init(n, r), n.gte = (s, o) => n.check(me(s, o)), n.min = (s, o) => n.check(me(s, o)), n.gt = (s, o) => n.check(tt(s, o)), n.gte = (s, o) => n.check(me(s, o)), n.min = (s, o) => n.check(me(s, o)), n.lt = (s, o) => n.check(et(s, o)), n.lte = (s, o) => n.check(Le(s, o)), n.max = (s, o) => n.check(Le(s, o)), n.positive = (s) => n.check(tt(BigInt(0), s)), n.negative = (s) => n.check(et(BigInt(0), s)), n.nonpositive = (s) => n.check(Le(BigInt(0), s)), n.nonnegative = (s) => n.check(me(BigInt(0), s)), n.multipleOf = (s, o) => n.check(zt(s, o));
|
|
8307
8307
|
const c = n._zod.bag;
|
|
8308
8308
|
n.minValue = c.minimum ?? null, n.maxValue = c.maximum ?? null, n.format = c.format ?? null;
|
|
8309
8309
|
});
|
|
@@ -8490,7 +8490,7 @@ function cg(n, r, c) {
|
|
|
8490
8490
|
});
|
|
8491
8491
|
}
|
|
8492
8492
|
const Ll = /* @__PURE__ */ S("ZodSet", (n, r) => {
|
|
8493
|
-
Ns.init(n, r), B.init(n, r), n.min = (...c) => n.check(
|
|
8493
|
+
Ns.init(n, r), B.init(n, r), n.min = (...c) => n.check(xt(...c)), n.nonempty = (c) => n.check(xt(1, c)), n.max = (...c) => n.check(Pn(...c)), n.size = (...c) => n.check(ya(...c));
|
|
8494
8494
|
});
|
|
8495
8495
|
function sg(n, r) {
|
|
8496
8496
|
return new Ll({
|
|
@@ -8499,7 +8499,7 @@ function sg(n, r) {
|
|
|
8499
8499
|
...k(r)
|
|
8500
8500
|
});
|
|
8501
8501
|
}
|
|
8502
|
-
const
|
|
8502
|
+
const Dt = /* @__PURE__ */ S("ZodEnum", (n, r) => {
|
|
8503
8503
|
Es.init(n, r), B.init(n, r), n.enum = r.entries, n.options = Object.values(r.entries);
|
|
8504
8504
|
const c = new Set(Object.keys(r.entries));
|
|
8505
8505
|
n.extract = (s, o) => {
|
|
@@ -8509,7 +8509,7 @@ const xt = /* @__PURE__ */ S("ZodEnum", (n, r) => {
|
|
|
8509
8509
|
i[d] = r.entries[d];
|
|
8510
8510
|
else
|
|
8511
8511
|
throw new Error(`Key ${d} not found in enum`);
|
|
8512
|
-
return new
|
|
8512
|
+
return new Dt({
|
|
8513
8513
|
...r,
|
|
8514
8514
|
checks: [],
|
|
8515
8515
|
...k(o),
|
|
@@ -8522,7 +8522,7 @@ const xt = /* @__PURE__ */ S("ZodEnum", (n, r) => {
|
|
|
8522
8522
|
delete i[d];
|
|
8523
8523
|
else
|
|
8524
8524
|
throw new Error(`Key ${d} not found in enum`);
|
|
8525
|
-
return new
|
|
8525
|
+
return new Dt({
|
|
8526
8526
|
...r,
|
|
8527
8527
|
checks: [],
|
|
8528
8528
|
...k(o),
|
|
@@ -8532,14 +8532,14 @@ const xt = /* @__PURE__ */ S("ZodEnum", (n, r) => {
|
|
|
8532
8532
|
});
|
|
8533
8533
|
function f(n, r) {
|
|
8534
8534
|
const c = Array.isArray(n) ? Object.fromEntries(n.map((s) => [s, s])) : n;
|
|
8535
|
-
return new
|
|
8535
|
+
return new Dt({
|
|
8536
8536
|
type: "enum",
|
|
8537
8537
|
entries: c,
|
|
8538
8538
|
...k(r)
|
|
8539
8539
|
});
|
|
8540
8540
|
}
|
|
8541
8541
|
function ug(n, r) {
|
|
8542
|
-
return new
|
|
8542
|
+
return new Dt({
|
|
8543
8543
|
type: "enum",
|
|
8544
8544
|
entries: n,
|
|
8545
8545
|
...k(r)
|
|
@@ -8562,7 +8562,7 @@ function ae(n, r) {
|
|
|
8562
8562
|
});
|
|
8563
8563
|
}
|
|
8564
8564
|
const kl = /* @__PURE__ */ S("ZodFile", (n, r) => {
|
|
8565
|
-
Us.init(n, r), B.init(n, r), n.min = (c, s) => n.check(
|
|
8565
|
+
Us.init(n, r), B.init(n, r), n.min = (c, s) => n.check(xt(c, s)), n.max = (c, s) => n.check(Pn(c, s)), n.mime = (c, s) => n.check(La(Array.isArray(c) ? c : [c], s));
|
|
8566
8566
|
});
|
|
8567
8567
|
function lg(n) {
|
|
8568
8568
|
return Cu(kl, n);
|
|
@@ -8808,7 +8808,7 @@ $o || ($o = {});
|
|
|
8808
8808
|
function kg(n) {
|
|
8809
8809
|
return ru(jn, n);
|
|
8810
8810
|
}
|
|
8811
|
-
function
|
|
8811
|
+
function Rt(n) {
|
|
8812
8812
|
return mu(Zn, n);
|
|
8813
8813
|
}
|
|
8814
8814
|
function wg(n) {
|
|
@@ -8825,7 +8825,7 @@ const Ag = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
8825
8825
|
bigint: Jl,
|
|
8826
8826
|
boolean: wg,
|
|
8827
8827
|
date: Ig,
|
|
8828
|
-
number:
|
|
8828
|
+
number: Rt,
|
|
8829
8829
|
string: kg
|
|
8830
8830
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
8831
8831
|
ce(eu());
|
|
@@ -8850,14 +8850,14 @@ const ri = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
8850
8850
|
ZodCatch: Nl,
|
|
8851
8851
|
ZodCodec: ar,
|
|
8852
8852
|
ZodCustom: Gn,
|
|
8853
|
-
ZodCustomStringFormat:
|
|
8853
|
+
ZodCustomStringFormat: Wt,
|
|
8854
8854
|
ZodDate: Ha,
|
|
8855
8855
|
ZodDefault: Al,
|
|
8856
8856
|
ZodDiscriminatedUnion: gl,
|
|
8857
8857
|
ZodE164: Ka,
|
|
8858
8858
|
ZodEmail: Na,
|
|
8859
8859
|
ZodEmoji: Ea,
|
|
8860
|
-
ZodEnum:
|
|
8860
|
+
ZodEnum: Dt,
|
|
8861
8861
|
ZodError: $y,
|
|
8862
8862
|
ZodFile: kl,
|
|
8863
8863
|
get ZodFirstPartyTypeKind() {
|
|
@@ -8984,8 +8984,8 @@ const ri = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
8984
8984
|
maxSize: Pn,
|
|
8985
8985
|
mime: La,
|
|
8986
8986
|
minLength: pt,
|
|
8987
|
-
minSize:
|
|
8988
|
-
multipleOf:
|
|
8987
|
+
minSize: xt,
|
|
8988
|
+
multipleOf: zt,
|
|
8989
8989
|
nan: pg,
|
|
8990
8990
|
nanoid: Ay,
|
|
8991
8991
|
nativeEnum: ug,
|
|
@@ -9065,7 +9065,7 @@ const ri = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
9065
9065
|
}), xg = a({
|
|
9066
9066
|
validationItems: m(zg).optional(),
|
|
9067
9067
|
success: y().optional()
|
|
9068
|
-
}),
|
|
9068
|
+
}), Kt = f([
|
|
9069
9069
|
"AED",
|
|
9070
9070
|
"AFN",
|
|
9071
9071
|
"ALL",
|
|
@@ -10316,9 +10316,9 @@ const Wn = a({
|
|
|
10316
10316
|
quoteLocator: e(),
|
|
10317
10317
|
flags: m(De),
|
|
10318
10318
|
clearedFlags: t(m(De))
|
|
10319
|
-
}), Kt = a({
|
|
10320
|
-
groupLocator: e()
|
|
10321
10319
|
}), Vt = a({
|
|
10320
|
+
groupLocator: e()
|
|
10321
|
+
}), Qt = a({
|
|
10322
10322
|
locator: e(),
|
|
10323
10323
|
elementLocator: e(),
|
|
10324
10324
|
chargeType: e(),
|
|
@@ -10387,7 +10387,7 @@ const Wn = a({
|
|
|
10387
10387
|
"days",
|
|
10388
10388
|
"hours"
|
|
10389
10389
|
]),
|
|
10390
|
-
items: m(
|
|
10390
|
+
items: m(Qt),
|
|
10391
10391
|
quoteNumber: t(e()),
|
|
10392
10392
|
validationResult: t(ue)
|
|
10393
10393
|
}), Kn = a({
|
|
@@ -10520,7 +10520,7 @@ const Wn = a({
|
|
|
10520
10520
|
"days",
|
|
10521
10521
|
"hours"
|
|
10522
10522
|
]),
|
|
10523
|
-
items: m(
|
|
10523
|
+
items: m(Qt),
|
|
10524
10524
|
validationResult: t(ue),
|
|
10525
10525
|
state: f([
|
|
10526
10526
|
"draft",
|
|
@@ -10589,7 +10589,7 @@ const nd = a({
|
|
|
10589
10589
|
"reversed"
|
|
10590
10590
|
]),
|
|
10591
10591
|
effectiveTime: h(),
|
|
10592
|
-
charges: m(
|
|
10592
|
+
charges: m(Qt),
|
|
10593
10593
|
get aggregatedTransactions() {
|
|
10594
10594
|
return t(m(se(() => Fg)));
|
|
10595
10595
|
},
|
|
@@ -10673,7 +10673,7 @@ const rd = a({
|
|
|
10673
10673
|
staticLocator: e(),
|
|
10674
10674
|
fieldName: e(),
|
|
10675
10675
|
values: m(e())
|
|
10676
|
-
}),
|
|
10676
|
+
}), Ht = a({
|
|
10677
10677
|
table: e(),
|
|
10678
10678
|
column: e(),
|
|
10679
10679
|
where: p(e(), rd)
|
|
@@ -10827,14 +10827,14 @@ const at = a({
|
|
|
10827
10827
|
moratoriumElections: p(e(), e()),
|
|
10828
10828
|
createdBy: l(),
|
|
10829
10829
|
createdAt: h()
|
|
10830
|
-
}),
|
|
10830
|
+
}), Lt = a({
|
|
10831
10831
|
accountLocator: e()
|
|
10832
10832
|
}), ld = a({
|
|
10833
|
-
"policy.account.anonymize": t(
|
|
10834
|
-
"policy.account.update": t(
|
|
10835
|
-
"policy.account.validate": t(
|
|
10836
|
-
"policy.account.discard": t(
|
|
10837
|
-
"policy.account.create": t(
|
|
10833
|
+
"policy.account.anonymize": t(Lt),
|
|
10834
|
+
"policy.account.update": t(Lt),
|
|
10835
|
+
"policy.account.validate": t(Lt),
|
|
10836
|
+
"policy.account.discard": t(Lt),
|
|
10837
|
+
"policy.account.create": t(Lt)
|
|
10838
10838
|
}), de = a({
|
|
10839
10839
|
quoteLocator: e()
|
|
10840
10840
|
}), Yg = a({
|
|
@@ -10887,11 +10887,11 @@ const at = a({
|
|
|
10887
10887
|
}), P = a({
|
|
10888
10888
|
policyLocator: e(),
|
|
10889
10889
|
transactionLocator: e()
|
|
10890
|
-
}),
|
|
10890
|
+
}), Tt = a({
|
|
10891
10891
|
policyLocator: e(),
|
|
10892
10892
|
transactionLocator: e(),
|
|
10893
10893
|
underwritingStatus: e()
|
|
10894
|
-
}),
|
|
10894
|
+
}), kt = a({
|
|
10895
10895
|
policyLocator: e(),
|
|
10896
10896
|
transactionLocator: e()
|
|
10897
10897
|
}), pd = a({
|
|
@@ -10903,7 +10903,7 @@ const at = a({
|
|
|
10903
10903
|
"policy.change.discard": t(P),
|
|
10904
10904
|
"policy.change.issue": t(P),
|
|
10905
10905
|
"policy.cancellation.validate": t(P),
|
|
10906
|
-
"policy.reversal.underwrite": t(
|
|
10906
|
+
"policy.reversal.underwrite": t(Tt),
|
|
10907
10907
|
"policy.cancellation.price": t(P),
|
|
10908
10908
|
"policy.reversal.update": t(P),
|
|
10909
10909
|
"policy.cancellation.refuse": t(P),
|
|
@@ -10911,23 +10911,23 @@ const at = a({
|
|
|
10911
10911
|
"policy.renewal.refuse": t(P),
|
|
10912
10912
|
"policy.reinstatement.create": t(P),
|
|
10913
10913
|
"policy.reinstatement.reset": t(P),
|
|
10914
|
-
"policy.renewal.underwrite": t(
|
|
10914
|
+
"policy.renewal.underwrite": t(Tt),
|
|
10915
10915
|
"policy.reversal.reset": t(P),
|
|
10916
10916
|
"policy.reversal.validate": t(P),
|
|
10917
10917
|
"policy.change.refuse": t(P),
|
|
10918
10918
|
"policy.reversal.issue": t(P),
|
|
10919
10919
|
"policy.cancellation.update": t(P),
|
|
10920
|
-
"policy.change.manualUnderwrite": t(
|
|
10920
|
+
"policy.change.manualUnderwrite": t(kt),
|
|
10921
10921
|
"policy.change.create": t(P),
|
|
10922
10922
|
"policy.reinstatement.update": t(P),
|
|
10923
|
-
"policy.renewal.manualUnderwrite": t(
|
|
10923
|
+
"policy.renewal.manualUnderwrite": t(kt),
|
|
10924
10924
|
"policy.reinstatement.discard": t(P),
|
|
10925
10925
|
"policy.renewal.price": t(P),
|
|
10926
10926
|
"policy.reversal.discard": t(P),
|
|
10927
10927
|
"policy.reinstatement.price": t(P),
|
|
10928
10928
|
"policy.change.validate": t(P),
|
|
10929
|
-
"policy.cancellation.underwrite": t(
|
|
10930
|
-
"policy.change.underwrite": t(
|
|
10929
|
+
"policy.cancellation.underwrite": t(Tt),
|
|
10930
|
+
"policy.change.underwrite": t(Tt),
|
|
10931
10931
|
"policy.renewal.validate": t(P),
|
|
10932
10932
|
"policy.reinstatement.accept": t(P),
|
|
10933
10933
|
"policy.reversal.price": t(P),
|
|
@@ -10935,17 +10935,17 @@ const at = a({
|
|
|
10935
10935
|
"policy.reinstatement.refuse": t(P),
|
|
10936
10936
|
"policy.renewal.create": t(P),
|
|
10937
10937
|
"policy.renewal.reset": t(P),
|
|
10938
|
-
"policy.cancellation.manualUnderwrite": t(
|
|
10938
|
+
"policy.cancellation.manualUnderwrite": t(kt),
|
|
10939
10939
|
"policy.change.price": t(P),
|
|
10940
10940
|
"policy.cancellation.discard": t(P),
|
|
10941
10941
|
"policy.renewal.update": t(P),
|
|
10942
10942
|
"policy.renewal.issue": t(P),
|
|
10943
10943
|
"policy.reinstatement.issue": t(P),
|
|
10944
10944
|
"policy.change.reset": t(P),
|
|
10945
|
-
"policy.reversal.manualUnderwrite": t(
|
|
10946
|
-
"policy.reinstatement.underwrite": t(
|
|
10945
|
+
"policy.reversal.manualUnderwrite": t(kt),
|
|
10946
|
+
"policy.reinstatement.underwrite": t(Tt),
|
|
10947
10947
|
"policy.reinstatement.validate": t(P),
|
|
10948
|
-
"policy.reinstatement.manualUnderwrite": t(
|
|
10948
|
+
"policy.reinstatement.manualUnderwrite": t(kt),
|
|
10949
10949
|
"policy.reversal.refuse": t(P),
|
|
10950
10950
|
"policy.renewal.discard": t(P),
|
|
10951
10951
|
"policy.reversal.create": t(P)
|
|
@@ -11284,7 +11284,7 @@ const av = a({
|
|
|
11284
11284
|
endTime: h(),
|
|
11285
11285
|
autoRenewalLocator: t(e()),
|
|
11286
11286
|
termNumber: t(e())
|
|
11287
|
-
}),
|
|
11287
|
+
}), Xt = a({
|
|
11288
11288
|
locator: e(),
|
|
11289
11289
|
transactionCategory: f([
|
|
11290
11290
|
"issuance",
|
|
@@ -11322,7 +11322,7 @@ const av = a({
|
|
|
11322
11322
|
changeInstructions: t(m(p(e(), _()))),
|
|
11323
11323
|
effectiveTime: h(),
|
|
11324
11324
|
get aggregatedTransactions() {
|
|
11325
|
-
return t(m(se(() =>
|
|
11325
|
+
return t(m(se(() => Xt)));
|
|
11326
11326
|
},
|
|
11327
11327
|
termLocator: e(),
|
|
11328
11328
|
get preferences() {
|
|
@@ -11849,7 +11849,7 @@ a({
|
|
|
11849
11849
|
query: t(u())
|
|
11850
11850
|
});
|
|
11851
11851
|
a({
|
|
11852
|
-
body: t(
|
|
11852
|
+
body: t(Vt),
|
|
11853
11853
|
path: a({
|
|
11854
11854
|
tenantLocator: l(),
|
|
11855
11855
|
locator: e()
|
|
@@ -11915,7 +11915,7 @@ a({
|
|
|
11915
11915
|
}))
|
|
11916
11916
|
});
|
|
11917
11917
|
a({
|
|
11918
|
-
body: t(
|
|
11918
|
+
body: t(Vt),
|
|
11919
11919
|
path: a({
|
|
11920
11920
|
tenantLocator: l(),
|
|
11921
11921
|
locator: e()
|
|
@@ -12357,7 +12357,7 @@ a({
|
|
|
12357
12357
|
query: t(u())
|
|
12358
12358
|
});
|
|
12359
12359
|
a({
|
|
12360
|
-
body:
|
|
12360
|
+
body: Vt,
|
|
12361
12361
|
path: a({
|
|
12362
12362
|
tenantLocator: l(),
|
|
12363
12363
|
locator: e()
|
|
@@ -12447,7 +12447,7 @@ a({
|
|
|
12447
12447
|
query: t(u())
|
|
12448
12448
|
});
|
|
12449
12449
|
a({
|
|
12450
|
-
body:
|
|
12450
|
+
body: Vt,
|
|
12451
12451
|
path: a({
|
|
12452
12452
|
tenantLocator: l(),
|
|
12453
12453
|
locator: e()
|
|
@@ -12804,7 +12804,7 @@ a({
|
|
|
12804
12804
|
}),
|
|
12805
12805
|
query: t(u())
|
|
12806
12806
|
});
|
|
12807
|
-
p(e(), p(e(),
|
|
12807
|
+
p(e(), p(e(), Ht));
|
|
12808
12808
|
a({
|
|
12809
12809
|
body: t(u()),
|
|
12810
12810
|
path: a({
|
|
@@ -12871,7 +12871,7 @@ a({
|
|
|
12871
12871
|
}),
|
|
12872
12872
|
query: t(u())
|
|
12873
12873
|
});
|
|
12874
|
-
p(e(), m(
|
|
12874
|
+
p(e(), m(Qt));
|
|
12875
12875
|
a({
|
|
12876
12876
|
body: t(u()),
|
|
12877
12877
|
path: a({
|
|
@@ -12926,7 +12926,7 @@ a({
|
|
|
12926
12926
|
}),
|
|
12927
12927
|
query: t(u())
|
|
12928
12928
|
});
|
|
12929
|
-
p(e(), p(e(),
|
|
12929
|
+
p(e(), p(e(), Ht));
|
|
12930
12930
|
a({
|
|
12931
12931
|
body: t(u()),
|
|
12932
12932
|
path: a({
|
|
@@ -12969,7 +12969,7 @@ a({
|
|
|
12969
12969
|
}),
|
|
12970
12970
|
query: t(u())
|
|
12971
12971
|
});
|
|
12972
|
-
p(e(), p(e(),
|
|
12972
|
+
p(e(), p(e(), Ht));
|
|
12973
12973
|
a({
|
|
12974
12974
|
body: t(u()),
|
|
12975
12975
|
path: a({
|
|
@@ -13098,7 +13098,7 @@ a({
|
|
|
13098
13098
|
}),
|
|
13099
13099
|
query: t(u())
|
|
13100
13100
|
});
|
|
13101
|
-
p(e(), m(
|
|
13101
|
+
p(e(), m(Xt));
|
|
13102
13102
|
a({
|
|
13103
13103
|
body: t(u()),
|
|
13104
13104
|
path: a({
|
|
@@ -13187,7 +13187,7 @@ a({
|
|
|
13187
13187
|
}),
|
|
13188
13188
|
query: t(u())
|
|
13189
13189
|
});
|
|
13190
|
-
p(e(), p(e(),
|
|
13190
|
+
p(e(), p(e(), Ht));
|
|
13191
13191
|
a({
|
|
13192
13192
|
body: t(u()),
|
|
13193
13193
|
path: a({
|
|
@@ -13324,8 +13324,8 @@ const fv = a({
|
|
|
13324
13324
|
validationItems: m(fv).optional(),
|
|
13325
13325
|
success: y().optional()
|
|
13326
13326
|
}), GT = a({
|
|
13327
|
-
offset:
|
|
13328
|
-
count:
|
|
13327
|
+
offset: Rt().nonnegative().int().optional(),
|
|
13328
|
+
count: Rt().nonnegative().int().optional()
|
|
13329
13329
|
}), Td = a({
|
|
13330
13330
|
uiType: f([
|
|
13331
13331
|
"normal",
|
|
@@ -13383,7 +13383,7 @@ const Id = a({
|
|
|
13383
13383
|
keys: m(Id)
|
|
13384
13384
|
}), gv = a({
|
|
13385
13385
|
dataSizeKb: g()
|
|
13386
|
-
}),
|
|
13386
|
+
}), Yt = a({
|
|
13387
13387
|
locator: e(),
|
|
13388
13388
|
referenceLocator: e(),
|
|
13389
13389
|
referenceType: f([
|
|
@@ -13466,7 +13466,7 @@ a({
|
|
|
13466
13466
|
includeDiscarded: t(y()).default(!1)
|
|
13467
13467
|
}))
|
|
13468
13468
|
});
|
|
13469
|
-
m(
|
|
13469
|
+
m(Yt);
|
|
13470
13470
|
a({
|
|
13471
13471
|
body: wd,
|
|
13472
13472
|
path: a({
|
|
@@ -13520,7 +13520,7 @@ a({
|
|
|
13520
13520
|
count: t(g())
|
|
13521
13521
|
}))
|
|
13522
13522
|
});
|
|
13523
|
-
m(
|
|
13523
|
+
m(Yt);
|
|
13524
13524
|
a({
|
|
13525
13525
|
body: hv,
|
|
13526
13526
|
path: a({
|
|
@@ -16464,7 +16464,7 @@ const Nb = a({
|
|
|
16464
16464
|
data: p(e(), p(e(), _())),
|
|
16465
16465
|
validationResult: t(tm),
|
|
16466
16466
|
anonymizedAt: t(h())
|
|
16467
|
-
}),
|
|
16467
|
+
}), en = a({
|
|
16468
16468
|
contactLocator: e(),
|
|
16469
16469
|
roles: m(e())
|
|
16470
16470
|
}), Sr = a({
|
|
@@ -16494,7 +16494,7 @@ const Nb = a({
|
|
|
16494
16494
|
updatedBy: t(l()),
|
|
16495
16495
|
validationResult: t(tm),
|
|
16496
16496
|
claims: m(e()),
|
|
16497
|
-
contacts: m(
|
|
16497
|
+
contacts: m(en),
|
|
16498
16498
|
anonymizedAt: t(h())
|
|
16499
16499
|
}), nm = a({
|
|
16500
16500
|
type: e(),
|
|
@@ -16506,7 +16506,7 @@ const Nb = a({
|
|
|
16506
16506
|
incidentTimezone: t(e()),
|
|
16507
16507
|
incidentSummary: t(e()),
|
|
16508
16508
|
region: t(e()),
|
|
16509
|
-
contacts: m(
|
|
16509
|
+
contacts: m(en),
|
|
16510
16510
|
autoValidate: y()
|
|
16511
16511
|
}), om = a({
|
|
16512
16512
|
setData: p(e(), p(e(), _())),
|
|
@@ -16613,9 +16613,9 @@ a({
|
|
|
16613
16613
|
}),
|
|
16614
16614
|
query: t(u())
|
|
16615
16615
|
});
|
|
16616
|
-
m(
|
|
16616
|
+
m(en);
|
|
16617
16617
|
a({
|
|
16618
|
-
body:
|
|
16618
|
+
body: en,
|
|
16619
16619
|
path: a({
|
|
16620
16620
|
tenantLocator: l(),
|
|
16621
16621
|
fnolLocator: e()
|
|
@@ -17127,7 +17127,7 @@ const Mb = a({
|
|
|
17127
17127
|
bottom: t(b()),
|
|
17128
17128
|
left: t(b()),
|
|
17129
17129
|
right: t(b())
|
|
17130
|
-
}),
|
|
17130
|
+
}), tn = a({
|
|
17131
17131
|
displayName: t(e()),
|
|
17132
17132
|
scope: f([
|
|
17133
17133
|
"transaction",
|
|
@@ -17465,7 +17465,7 @@ const Mb = a({
|
|
|
17465
17465
|
tables: p(e(), rS),
|
|
17466
17466
|
constraintTables: p(e(), cS),
|
|
17467
17467
|
secrets: p(e(), uS),
|
|
17468
|
-
documents: p(e(),
|
|
17468
|
+
documents: p(e(), tn),
|
|
17469
17469
|
consolidatedDocuments: p(e(), um),
|
|
17470
17470
|
templateSnippets: p(e(), lm),
|
|
17471
17471
|
customFonts: m(e()),
|
|
@@ -17915,7 +17915,7 @@ a({
|
|
|
17915
17915
|
segmentLocator: e(),
|
|
17916
17916
|
isConsolidation: y()
|
|
17917
17917
|
});
|
|
17918
|
-
const
|
|
17918
|
+
const nn = a({
|
|
17919
17919
|
locator: e(),
|
|
17920
17920
|
referenceLocator: e(),
|
|
17921
17921
|
referenceType: f([
|
|
@@ -17968,7 +17968,7 @@ const tn = a({
|
|
|
17968
17968
|
});
|
|
17969
17969
|
a({
|
|
17970
17970
|
listCompleted: y(),
|
|
17971
|
-
items: m(
|
|
17971
|
+
items: m(nn)
|
|
17972
17972
|
});
|
|
17973
17973
|
a({
|
|
17974
17974
|
body: t(u()),
|
|
@@ -18467,7 +18467,7 @@ const jS = a({
|
|
|
18467
18467
|
}), t$ = a({
|
|
18468
18468
|
validationItems: t(m(e$)),
|
|
18469
18469
|
success: y()
|
|
18470
|
-
}),
|
|
18470
|
+
}), wt = W([
|
|
18471
18471
|
a({
|
|
18472
18472
|
originalId: e(),
|
|
18473
18473
|
errors: t$
|
|
@@ -18476,21 +18476,21 @@ const jS = a({
|
|
|
18476
18476
|
]).optional(), n$ = a({
|
|
18477
18477
|
accountLocator: e(),
|
|
18478
18478
|
accountOriginalId: e(),
|
|
18479
|
-
accountError: t(
|
|
18479
|
+
accountError: t(wt),
|
|
18480
18480
|
policies: W([
|
|
18481
|
-
p(e(),
|
|
18481
|
+
p(e(), wt).default({}),
|
|
18482
18482
|
pe()
|
|
18483
18483
|
]).optional(),
|
|
18484
18484
|
invoices: W([
|
|
18485
|
-
p(e(),
|
|
18485
|
+
p(e(), wt).default({}),
|
|
18486
18486
|
pe()
|
|
18487
18487
|
]).optional(),
|
|
18488
18488
|
payments: W([
|
|
18489
|
-
p(e(),
|
|
18489
|
+
p(e(), wt).default({}),
|
|
18490
18490
|
pe()
|
|
18491
18491
|
]).optional(),
|
|
18492
18492
|
disbursements: W([
|
|
18493
|
-
p(e(),
|
|
18493
|
+
p(e(), wt).default({}),
|
|
18494
18494
|
pe()
|
|
18495
18495
|
]).optional()
|
|
18496
18496
|
}), hn = W([
|
|
@@ -18801,7 +18801,7 @@ a({
|
|
|
18801
18801
|
})
|
|
18802
18802
|
});
|
|
18803
18803
|
m(qm);
|
|
18804
|
-
const
|
|
18804
|
+
const Nt = a({
|
|
18805
18805
|
referenceType: f([
|
|
18806
18806
|
"account",
|
|
18807
18807
|
"quickQuote",
|
|
@@ -18815,7 +18815,7 @@ const Rt = a({
|
|
|
18815
18815
|
referenceLocator: e()
|
|
18816
18816
|
}), oo = a({
|
|
18817
18817
|
type: e(),
|
|
18818
|
-
references: m(
|
|
18818
|
+
references: m(Nt),
|
|
18819
18819
|
underwritingFlagLocators: m(e()),
|
|
18820
18820
|
deadlineTime: t(h()),
|
|
18821
18821
|
assignedTo: t(l()),
|
|
@@ -18954,7 +18954,7 @@ const xm = a({
|
|
|
18954
18954
|
"completed",
|
|
18955
18955
|
"cancelled"
|
|
18956
18956
|
]),
|
|
18957
|
-
references: m(
|
|
18957
|
+
references: m(Nt),
|
|
18958
18958
|
underwritingFlagLocators: m(e()),
|
|
18959
18959
|
deadlineTime: t(h()),
|
|
18960
18960
|
assignedTo: t(l()),
|
|
@@ -18983,8 +18983,8 @@ a({
|
|
|
18983
18983
|
});
|
|
18984
18984
|
const Rm = a({
|
|
18985
18985
|
deadlineTime: t(h()),
|
|
18986
|
-
addReferences: m(
|
|
18987
|
-
removeReferences: m(
|
|
18986
|
+
addReferences: m(Nt),
|
|
18987
|
+
removeReferences: m(Nt),
|
|
18988
18988
|
addUnderwritingFlags: m(e()),
|
|
18989
18989
|
removeUnderwritingFlags: m(e()),
|
|
18990
18990
|
description: t(e())
|
|
@@ -19354,7 +19354,7 @@ const d$ = f(["none", "required", "excluded"]), m$ = d$, Em = f([
|
|
|
19354
19354
|
"anchorTime",
|
|
19355
19355
|
"dayOfWeek",
|
|
19356
19356
|
"weekOfMonth"
|
|
19357
|
-
]),
|
|
19357
|
+
]), on = f(["accept", "issue"]), Ve = f(["account", "inherit", "policy"]), Pm = f([
|
|
19358
19358
|
"none",
|
|
19359
19359
|
"fullPay",
|
|
19360
19360
|
"weekly",
|
|
@@ -19386,7 +19386,7 @@ const d$ = f(["none", "required", "excluded"]), m$ = d$, Em = f([
|
|
|
19386
19386
|
"friday",
|
|
19387
19387
|
"saturday",
|
|
19388
19388
|
"sunday"
|
|
19389
|
-
]), g$ =
|
|
19389
|
+
]), g$ = nn.shape.documentInstanceState, v$ = f([
|
|
19390
19390
|
"product",
|
|
19391
19391
|
"coverage",
|
|
19392
19392
|
"exposure",
|
|
@@ -19408,12 +19408,12 @@ const d$ = f(["none", "required", "excluded"]), m$ = d$, Em = f([
|
|
|
19408
19408
|
"text/plain"
|
|
19409
19409
|
]);
|
|
19410
19410
|
var ze = /* @__PURE__ */ ((n) => (n.applicationJson = "application/json", n.applicationOctetStream = "application/octet-stream", n.applicationPdf = "application/pdf", n.applicationZip = "application/zip", n.applicationZipWindows = "application/x-zip-compressed", n.imageJpg = "image/jpeg", n.imagePng = "image/png", n.imageSvg = "image/svg+xml", n.javaSource = "text/x-java-source", n.multipartFormData = "multipart/form-data", n.textCsv = "text/csv", n.textHtml = "text/html", n.text = "text/plain", n))(ze || {});
|
|
19411
|
-
const Um = zr.shape.searchEntityType, $$ = at.shape.segmentType, xr =
|
|
19411
|
+
const Um = zr.shape.searchEntityType, $$ = at.shape.segmentType, xr = Xt.shape.transactionCategory, Dr = Xt.shape.transactionState, _$ = De.shape.referenceType, Om = De.shape.level, L$ = Ed.shape.weekOfMonth.unwrap(), WT = cd.shape.state, Rr = nn.shape.documentFormat.unwrap(), jm = nn.shape.referenceType, An = yd.shape.quickQuoteState, an = Jn.shape.quoteState, T$ = Vn.shape.resetFlagsAction, k$ = Yn.shape.disbursementState, w$ = te.shape.containerType, Nr = yr.shape.transactionMethod.unwrap(), I$ = tn.shape.scope, Cm = tn.shape.selectionTimeBasis, A$ = tn.shape.trigger, q$ = Yl.shape.referenceType, io = ro.shape.taskState, Zm = ao.shape.referenceType, Bm = Zm, z$ = ao.shape.userAssociationState, KT = f([
|
|
19412
19412
|
"active",
|
|
19413
19413
|
"completed",
|
|
19414
19414
|
"unassigned",
|
|
19415
19415
|
"discarded"
|
|
19416
|
-
]), x$ =
|
|
19416
|
+
]), x$ = Yt.shape.referenceType, D$ = Yt.shape.diaryState, R$ = vr.shape.invoiceState, di = dr.shape.accountState, N$ = f(["max", "min", "sum", "waive"]), St = f([
|
|
19417
19417
|
"none",
|
|
19418
19418
|
"blocked",
|
|
19419
19419
|
"declined",
|
|
@@ -19557,26 +19557,26 @@ const B$ = [
|
|
|
19557
19557
|
}), H$ = p(
|
|
19558
19558
|
e(),
|
|
19559
19559
|
Q$
|
|
19560
|
-
),
|
|
19561
|
-
...
|
|
19560
|
+
), Et = a({
|
|
19561
|
+
...Nt.shape,
|
|
19562
19562
|
referenceType: q$
|
|
19563
19563
|
}), X$ = a({
|
|
19564
19564
|
...oo.shape,
|
|
19565
19565
|
deadlineTime: A,
|
|
19566
|
-
references: m(
|
|
19566
|
+
references: m(Et),
|
|
19567
19567
|
assignedTo: Z.optional()
|
|
19568
19568
|
}), YT = a({
|
|
19569
19569
|
...Rm.shape,
|
|
19570
19570
|
deadlineTime: A.optional(),
|
|
19571
|
-
addReferences: m(
|
|
19572
|
-
removeReferences: m(
|
|
19571
|
+
addReferences: m(Et).optional(),
|
|
19572
|
+
removeReferences: m(Et).optional(),
|
|
19573
19573
|
addUnderwritingFlags: m(e()).optional(),
|
|
19574
19574
|
removeUnderwritingFlags: m(e()).optional()
|
|
19575
19575
|
}), Jm = a({
|
|
19576
19576
|
...ro.shape,
|
|
19577
19577
|
locator: fr,
|
|
19578
19578
|
taskState: io,
|
|
19579
|
-
references: m(
|
|
19579
|
+
references: m(Et).optional(),
|
|
19580
19580
|
underwritingFlagLocators: m(e()).optional(),
|
|
19581
19581
|
deadlineTime: A.optional(),
|
|
19582
19582
|
assignedTo: Z.optional(),
|
|
@@ -19640,7 +19640,7 @@ const B$ = [
|
|
|
19640
19640
|
...lm.shape,
|
|
19641
19641
|
selectionTimeBasis: Cm
|
|
19642
19642
|
}), r_ = a({
|
|
19643
|
-
...
|
|
19643
|
+
...tn.shape,
|
|
19644
19644
|
displayName: e().optional(),
|
|
19645
19645
|
scope: I$,
|
|
19646
19646
|
format: Rr.optional(),
|
|
@@ -19805,7 +19805,7 @@ const B$ = [
|
|
|
19805
19805
|
data: p(e(), Ge).optional(),
|
|
19806
19806
|
charges: m(e()).optional(),
|
|
19807
19807
|
defaultSearchable: y().optional()
|
|
19808
|
-
}),
|
|
19808
|
+
}), It = p(
|
|
19809
19809
|
e(),
|
|
19810
19810
|
j_
|
|
19811
19811
|
), C_ = a({
|
|
@@ -19868,7 +19868,7 @@ const B$ = [
|
|
|
19868
19868
|
V_
|
|
19869
19869
|
), rk = a({
|
|
19870
19870
|
// Root level
|
|
19871
|
-
dataTypes:
|
|
19871
|
+
dataTypes: It.optional(),
|
|
19872
19872
|
accounts: H$,
|
|
19873
19873
|
products: F_,
|
|
19874
19874
|
coverageTerms: N_.optional(),
|
|
@@ -19893,10 +19893,10 @@ const B$ = [
|
|
|
19893
19893
|
charges: $_.optional(),
|
|
19894
19894
|
consolidatedDocuments: L_.optional(),
|
|
19895
19895
|
// Elements
|
|
19896
|
-
policyLines:
|
|
19897
|
-
exposures:
|
|
19898
|
-
exposureGroups:
|
|
19899
|
-
coverages:
|
|
19896
|
+
policyLines: It.optional(),
|
|
19897
|
+
exposures: It.optional(),
|
|
19898
|
+
exposureGroups: It.optional(),
|
|
19899
|
+
coverages: It.optional(),
|
|
19900
19900
|
// Settings
|
|
19901
19901
|
defaultTimeZone: e().optional(),
|
|
19902
19902
|
defaultCurrency: e().optional(),
|
|
@@ -19928,7 +19928,7 @@ const B$ = [
|
|
|
19928
19928
|
extend: e().optional(),
|
|
19929
19929
|
displayName: e().optional(),
|
|
19930
19930
|
data: p(e(), Ge).optional()
|
|
19931
|
-
}), ik = p(e(), H_), X_ = W([
|
|
19931
|
+
}), ik = p(e(), H_), X_ = W([an, e()]), ck = f(["accept", "issue"]), sk = rr, Y_ = a({
|
|
19932
19932
|
type: e(),
|
|
19933
19933
|
locator: Me,
|
|
19934
19934
|
staticLocator: E,
|
|
@@ -19976,7 +19976,7 @@ const B$ = [
|
|
|
19976
19976
|
createdBy: Z.optional(),
|
|
19977
19977
|
startTime: A,
|
|
19978
19978
|
endTime: A,
|
|
19979
|
-
billingTrigger:
|
|
19979
|
+
billingTrigger: on,
|
|
19980
19980
|
billingLevel: Ve,
|
|
19981
19981
|
latestSegmentLocator: E.optional(),
|
|
19982
19982
|
static: F.optional(),
|
|
@@ -20003,7 +20003,7 @@ const B$ = [
|
|
|
20003
20003
|
}).shape
|
|
20004
20004
|
), Qm = Vl.extend(
|
|
20005
20005
|
a({ billingLevel: Ve }).shape
|
|
20006
|
-
),
|
|
20006
|
+
), $t = ge.extend(
|
|
20007
20007
|
a({
|
|
20008
20008
|
installmentPreferences: Vm.optional(),
|
|
20009
20009
|
billingPreferences: Qm.optional()
|
|
@@ -20012,7 +20012,7 @@ const B$ = [
|
|
|
20012
20012
|
a({
|
|
20013
20013
|
locator: E,
|
|
20014
20014
|
transactionCategory: xr,
|
|
20015
|
-
preferences:
|
|
20015
|
+
preferences: $t,
|
|
20016
20016
|
segment: nL
|
|
20017
20017
|
}).shape
|
|
20018
20018
|
), dk = ud.extend(
|
|
@@ -20035,7 +20035,7 @@ const B$ = [
|
|
|
20035
20035
|
values: m(e()).optional(),
|
|
20036
20036
|
fieldName: e().optional(),
|
|
20037
20037
|
staticLocator: e().optional()
|
|
20038
|
-
}), rL =
|
|
20038
|
+
}), rL = Ht.extend({
|
|
20039
20039
|
// TODO: remove this code once openapi is updated
|
|
20040
20040
|
where: p(e(), aL).optional()
|
|
20041
20041
|
}), yk = p(
|
|
@@ -20190,7 +20190,7 @@ const B$ = [
|
|
|
20190
20190
|
tenantLocator: Ke.optional(),
|
|
20191
20191
|
quoteLocator: Re,
|
|
20192
20192
|
accountLocator: le.optional(),
|
|
20193
|
-
quoteState:
|
|
20193
|
+
quoteState: an.optional(),
|
|
20194
20194
|
startTime: A.optional(),
|
|
20195
20195
|
endTime: A.optional(),
|
|
20196
20196
|
expirationTime: A.optional(),
|
|
@@ -20203,14 +20203,14 @@ const B$ = [
|
|
|
20203
20203
|
resetFlagsAction: sL,
|
|
20204
20204
|
deleteDocuments: e().array(),
|
|
20205
20205
|
resetFlags: e().array()
|
|
20206
|
-
}),
|
|
20207
|
-
locator:
|
|
20208
|
-
staticLocator:
|
|
20209
|
-
rootLocator:
|
|
20210
|
-
tenantLocator:
|
|
20206
|
+
}), At = We(), uL = a({
|
|
20207
|
+
locator: At,
|
|
20208
|
+
staticLocator: At,
|
|
20209
|
+
rootLocator: At.optional(),
|
|
20210
|
+
tenantLocator: At.optional(),
|
|
20211
20211
|
type: e(),
|
|
20212
20212
|
data: p(e(), C()).optional(),
|
|
20213
|
-
parentLocator:
|
|
20213
|
+
parentLocator: At.optional(),
|
|
20214
20214
|
coverageTerms: p(e(), C()).optional(),
|
|
20215
20215
|
originalEffectiveTime: e().optional()
|
|
20216
20216
|
}), Xm = uL.extend({
|
|
@@ -20390,16 +20390,16 @@ const B$ = [
|
|
|
20390
20390
|
issuedTime: h().optional(),
|
|
20391
20391
|
billingTrigger: f(["accept", "issue"]).optional(),
|
|
20392
20392
|
preferences: ir.optional(),
|
|
20393
|
-
underwritingStatus:
|
|
20393
|
+
underwritingStatus: St.optional(),
|
|
20394
20394
|
validationResult: X.optional()
|
|
20395
20395
|
}), jk = fi.extend({
|
|
20396
20396
|
aggregatedTransactions: se(
|
|
20397
20397
|
() => fi.array().optional()
|
|
20398
20398
|
)
|
|
20399
|
-
}), gL =
|
|
20399
|
+
}), gL = Xt.extend({
|
|
20400
20400
|
changeInstructions: m(C()).optional(),
|
|
20401
20401
|
preferences: ir.optional(),
|
|
20402
|
-
underwritingStatus:
|
|
20402
|
+
underwritingStatus: St.optional(),
|
|
20403
20403
|
validationResult: X.optional()
|
|
20404
20404
|
}), vL = se(
|
|
20405
20405
|
() => gL.extend({
|
|
@@ -20499,7 +20499,7 @@ const B$ = [
|
|
|
20499
20499
|
transactionState: Dr,
|
|
20500
20500
|
effectiveTime: e(),
|
|
20501
20501
|
transactionCategory: xr,
|
|
20502
|
-
underwritingStatus:
|
|
20502
|
+
underwritingStatus: St.optional(),
|
|
20503
20503
|
underwritingFlags: Fe.array().optional(),
|
|
20504
20504
|
validationResult: X.optional()
|
|
20505
20505
|
}), Vk = yi.extend({
|
|
@@ -20510,8 +20510,11 @@ const B$ = [
|
|
|
20510
20510
|
aggregatedTransactions: !0,
|
|
20511
20511
|
validationResult: !0,
|
|
20512
20512
|
underwritingStatus: !0
|
|
20513
|
+
}).extend({
|
|
20514
|
+
validationResult: X.optional(),
|
|
20515
|
+
underwritingStatus: St.optional()
|
|
20513
20516
|
}), Qk = gi.extend({
|
|
20514
|
-
underwritingStatus:
|
|
20517
|
+
underwritingStatus: St.optional(),
|
|
20515
20518
|
aggregatedTransactions: m(gi).optional(),
|
|
20516
20519
|
validationResult: X.optional()
|
|
20517
20520
|
}), Hk = a({
|
|
@@ -20570,7 +20573,7 @@ const B$ = [
|
|
|
20570
20573
|
graceStartedAt: e().optional(),
|
|
20571
20574
|
lapseTransactionEffectiveDate: e().optional(),
|
|
20572
20575
|
references: m(a({})).optional()
|
|
20573
|
-
}), wL = f(["invoice", "account"]),
|
|
20576
|
+
}), wL = f(["invoice", "account"]), Pt = a({
|
|
20574
20577
|
containerLocator: e(),
|
|
20575
20578
|
containerType: wL,
|
|
20576
20579
|
amount: b().optional()
|
|
@@ -20593,7 +20596,7 @@ const ow = a({
|
|
|
20593
20596
|
type: e(),
|
|
20594
20597
|
useDefaultFinancialInstrument: y(),
|
|
20595
20598
|
data: p(e(), C()),
|
|
20596
|
-
targets:
|
|
20599
|
+
targets: Pt.array(),
|
|
20597
20600
|
accountLocator: e().optional(),
|
|
20598
20601
|
financialInstrumentLocator: e().optional(),
|
|
20599
20602
|
currency: e().optional(),
|
|
@@ -20601,8 +20604,8 @@ const ow = a({
|
|
|
20601
20604
|
transactionNumber: e().optional()
|
|
20602
20605
|
}), aw = a({
|
|
20603
20606
|
amount: b(),
|
|
20604
|
-
sources: m(
|
|
20605
|
-
targets: m(
|
|
20607
|
+
sources: m(Pt),
|
|
20608
|
+
targets: m(Pt),
|
|
20606
20609
|
accountLocator: e().optional(),
|
|
20607
20610
|
currency: e().optional()
|
|
20608
20611
|
}), AL = f([
|
|
@@ -20613,13 +20616,13 @@ const ow = a({
|
|
|
20613
20616
|
"discarded"
|
|
20614
20617
|
]), rw = a({
|
|
20615
20618
|
locator: e(),
|
|
20616
|
-
currency:
|
|
20619
|
+
currency: Kt,
|
|
20617
20620
|
creditDistributionState: AL,
|
|
20618
20621
|
amount: b(),
|
|
20619
20622
|
createdAt: e(),
|
|
20620
20623
|
createdBy: e(),
|
|
20621
|
-
sources:
|
|
20622
|
-
targets:
|
|
20624
|
+
sources: Pt.array(),
|
|
20625
|
+
targets: Pt.array(),
|
|
20623
20626
|
shortfallCreditLocators: e().array().optional(),
|
|
20624
20627
|
accountLocator: e().optional(),
|
|
20625
20628
|
executedAt: e().optional(),
|
|
@@ -20650,14 +20653,14 @@ const ow = a({
|
|
|
20650
20653
|
faTransactionTime: e()
|
|
20651
20654
|
}), cw = a({
|
|
20652
20655
|
referenceLocator: e(),
|
|
20653
|
-
currency:
|
|
20656
|
+
currency: Kt.optional(),
|
|
20654
20657
|
balance: b(),
|
|
20655
20658
|
referenceType: qL,
|
|
20656
20659
|
lineItems: xL.array().optional()
|
|
20657
20660
|
});
|
|
20658
20661
|
a({
|
|
20659
20662
|
...Qd.shape,
|
|
20660
|
-
currency:
|
|
20663
|
+
currency: Kt.optional(),
|
|
20661
20664
|
lineItems: Vd.array().optional()
|
|
20662
20665
|
});
|
|
20663
20666
|
const sw = {
|
|
@@ -21346,7 +21349,7 @@ const dw = a({
|
|
|
21346
21349
|
permissions: m(e()),
|
|
21347
21350
|
roles: m(e()),
|
|
21348
21351
|
tenants: m(e())
|
|
21349
|
-
}), ww = H(nT), lp =
|
|
21352
|
+
}), ww = H(nT), lp = nn.extend(
|
|
21350
21353
|
a({
|
|
21351
21354
|
locator: gn,
|
|
21352
21355
|
referenceLocator: gn,
|
|
@@ -21452,7 +21455,7 @@ const dw = a({
|
|
|
21452
21455
|
contacts: m(ee).optional(),
|
|
21453
21456
|
// deprecated
|
|
21454
21457
|
state: di.optional()
|
|
21455
|
-
}), dp =
|
|
21458
|
+
}), dp = Qt.extend(
|
|
21456
21459
|
a({
|
|
21457
21460
|
locator: E,
|
|
21458
21461
|
reversalOfLocator: E.optional(),
|
|
@@ -21476,7 +21479,7 @@ const dw = a({
|
|
|
21476
21479
|
a({
|
|
21477
21480
|
effectiveTime: A,
|
|
21478
21481
|
newPolicyEndTime: A.optional(),
|
|
21479
|
-
preferences:
|
|
21482
|
+
preferences: $t.optional(),
|
|
21480
21483
|
triggerBillingChange: y().optional(),
|
|
21481
21484
|
billingModeChange: y().optional()
|
|
21482
21485
|
}).shape
|
|
@@ -21501,11 +21504,11 @@ const dw = a({
|
|
|
21501
21504
|
baseTransactionLocator: ut.optional(),
|
|
21502
21505
|
issuedTime: A.optional(),
|
|
21503
21506
|
acceptedTime: A.optional(),
|
|
21504
|
-
preferences:
|
|
21507
|
+
preferences: $t.optional(),
|
|
21505
21508
|
underwritingStatus: e().optional(),
|
|
21506
21509
|
validationResult: X.optional(),
|
|
21507
21510
|
changeInstructions: m(so).optional(),
|
|
21508
|
-
billingTrigger:
|
|
21511
|
+
billingTrigger: on
|
|
21509
21512
|
}), pT = bi.extend(
|
|
21510
21513
|
a({
|
|
21511
21514
|
aggregatedTransactions: m(bi)
|
|
@@ -21545,13 +21548,13 @@ const dw = a({
|
|
|
21545
21548
|
lastAccessedTime: A
|
|
21546
21549
|
}), bT = H(vT), Bw = a({
|
|
21547
21550
|
...bT.shape,
|
|
21548
|
-
count:
|
|
21551
|
+
count: Rt().nonnegative().int(),
|
|
21549
21552
|
listCompleted: y().optional()
|
|
21550
21553
|
}), ST = a({
|
|
21551
21554
|
...Jn.shape,
|
|
21552
21555
|
locator: Re,
|
|
21553
21556
|
quickQuoteLocator: Re.optional(),
|
|
21554
|
-
quoteState:
|
|
21557
|
+
quoteState: an,
|
|
21555
21558
|
billingLevel: Ve.optional(),
|
|
21556
21559
|
element: rn.optional(),
|
|
21557
21560
|
type: e().optional(),
|
|
@@ -21562,13 +21565,13 @@ const dw = a({
|
|
|
21562
21565
|
contacts: m(ee).optional(),
|
|
21563
21566
|
policyNumber: e().optional(),
|
|
21564
21567
|
accountLocator: le,
|
|
21565
|
-
underwritingStatus:
|
|
21568
|
+
underwritingStatus: St.optional(),
|
|
21566
21569
|
// deprecated
|
|
21567
21570
|
boundTime: e().optional(),
|
|
21568
|
-
billingTrigger:
|
|
21571
|
+
billingTrigger: on.optional(),
|
|
21569
21572
|
durationBasis: ve.optional(),
|
|
21570
21573
|
policyLocator: qe.optional(),
|
|
21571
|
-
preferences:
|
|
21574
|
+
preferences: $t.optional(),
|
|
21572
21575
|
validationResult: X.optional(),
|
|
21573
21576
|
static: F.optional(),
|
|
21574
21577
|
issuedTime: A.optional(),
|
|
@@ -21586,11 +21589,11 @@ const dw = a({
|
|
|
21586
21589
|
expirationTime: A.optional(),
|
|
21587
21590
|
durationBasis: ve.optional(),
|
|
21588
21591
|
billingLevel: Ve.optional(),
|
|
21589
|
-
preferences:
|
|
21592
|
+
preferences: $t.optional(),
|
|
21590
21593
|
static: F.optional(),
|
|
21591
21594
|
coverageTerms: Ie.optional(),
|
|
21592
21595
|
// deprecated
|
|
21593
|
-
billingTrigger:
|
|
21596
|
+
billingTrigger: on.optional(),
|
|
21594
21597
|
elements: m(Pr)
|
|
21595
21598
|
}), Gw = hd.extend(
|
|
21596
21599
|
a({
|
|
@@ -21598,9 +21601,9 @@ const dw = a({
|
|
|
21598
21601
|
endTime: A,
|
|
21599
21602
|
expirationTime: A,
|
|
21600
21603
|
// deprecated
|
|
21601
|
-
billingTrigger:
|
|
21604
|
+
billingTrigger: on,
|
|
21602
21605
|
billingLevel: Ve,
|
|
21603
|
-
preferences:
|
|
21606
|
+
preferences: $t,
|
|
21604
21607
|
removeCoverageTerms: F,
|
|
21605
21608
|
removeData: F,
|
|
21606
21609
|
setCoverageTerms: F,
|
|
@@ -21612,14 +21615,14 @@ const dw = a({
|
|
|
21612
21615
|
tenantLocator: Ke,
|
|
21613
21616
|
accountLocator: le,
|
|
21614
21617
|
quoteLocator: Re,
|
|
21615
|
-
quoteState:
|
|
21618
|
+
quoteState: an,
|
|
21616
21619
|
startTime: A,
|
|
21617
21620
|
endTime: A,
|
|
21618
21621
|
expirationTime: A,
|
|
21619
21622
|
durationBasis: ve,
|
|
21620
21623
|
items: m(dp),
|
|
21621
21624
|
validationResult: X.optional()
|
|
21622
|
-
}), Ww =
|
|
21625
|
+
}), Ww = Vt.extend(
|
|
21623
21626
|
a({
|
|
21624
21627
|
groupLocator: E
|
|
21625
21628
|
}).shape
|
|
@@ -21630,7 +21633,7 @@ const dw = a({
|
|
|
21630
21633
|
deleteDocuments: m(E)
|
|
21631
21634
|
}).shape
|
|
21632
21635
|
), $T = a({
|
|
21633
|
-
quoteState:
|
|
21636
|
+
quoteState: an,
|
|
21634
21637
|
productName: e().optional(),
|
|
21635
21638
|
accountName: e().optional(),
|
|
21636
21639
|
accountType: e().optional(),
|
|
@@ -21644,7 +21647,7 @@ const dw = a({
|
|
|
21644
21647
|
lastAccessedTime: A
|
|
21645
21648
|
}), LT = H(_T), Vw = a({
|
|
21646
21649
|
...LT.shape,
|
|
21647
|
-
count:
|
|
21650
|
+
count: Rt().nonnegative().int(),
|
|
21648
21651
|
listCompleted: y().optional()
|
|
21649
21652
|
}), TT = a({
|
|
21650
21653
|
...yd.shape,
|
|
@@ -21730,7 +21733,7 @@ const dw = a({
|
|
|
21730
21733
|
transactionLocators: m(e()).optional()
|
|
21731
21734
|
}), aI = a({
|
|
21732
21735
|
...vr.shape,
|
|
21733
|
-
currency:
|
|
21736
|
+
currency: Kt,
|
|
21734
21737
|
accountLocator: le,
|
|
21735
21738
|
invoiceState: R$,
|
|
21736
21739
|
invoiceItems: m(wT).optional(),
|
|
@@ -21815,7 +21818,7 @@ const dw = a({
|
|
|
21815
21818
|
), fp = a({
|
|
21816
21819
|
...wd.shape
|
|
21817
21820
|
}), yI = fp, Mr = a({
|
|
21818
|
-
...
|
|
21821
|
+
...Yt.shape,
|
|
21819
21822
|
locator: _d,
|
|
21820
21823
|
referenceType: x$,
|
|
21821
21824
|
diaryState: D$,
|
|
@@ -21831,7 +21834,7 @@ const dw = a({
|
|
|
21831
21834
|
referenceLocator: !0
|
|
21832
21835
|
}).optional()
|
|
21833
21836
|
}), DT = a({
|
|
21834
|
-
...
|
|
21837
|
+
...Et.shape,
|
|
21835
21838
|
entityNumber: e().optional(),
|
|
21836
21839
|
policyLocator: qe.optional(),
|
|
21837
21840
|
termLocator: pr.optional(),
|
|
@@ -21904,7 +21907,7 @@ const dw = a({
|
|
|
21904
21907
|
...Ad.shape
|
|
21905
21908
|
}), jT = a({
|
|
21906
21909
|
...vt.shape,
|
|
21907
|
-
currency:
|
|
21910
|
+
currency: Kt,
|
|
21908
21911
|
paymentState: P$,
|
|
21909
21912
|
data: p(e(), C()).optional(),
|
|
21910
21913
|
targets: cn.array().optional(),
|
|
@@ -21917,7 +21920,7 @@ const dw = a({
|
|
|
21917
21920
|
createdBy: Z,
|
|
21918
21921
|
reversedBy: Z.optional()
|
|
21919
21922
|
}), EI = H(jT), yp = a({
|
|
21920
|
-
...
|
|
21923
|
+
...en.shape
|
|
21921
21924
|
}), gp = a({
|
|
21922
21925
|
...bt.shape,
|
|
21923
21926
|
locator: Ld,
|
|
@@ -21988,7 +21991,7 @@ export {
|
|
|
21988
21991
|
up as BasicUserResponseSchema,
|
|
21989
21992
|
Ve as BillingLevelEnumSchema,
|
|
21990
21993
|
Qm as BillingPreferencesSchema,
|
|
21991
|
-
|
|
21994
|
+
on as BillingTriggerEnumSchema,
|
|
21992
21995
|
YL as BootstrapResultSchema,
|
|
21993
21996
|
XL as BootstrapResultStatusEnumSchema,
|
|
21994
21997
|
Pm as CadenceEnumSchema,
|
|
@@ -22128,7 +22131,7 @@ export {
|
|
|
22128
22131
|
P$ as PaymentStateEnumSchema,
|
|
22129
22132
|
qe as PolicyIdSchema,
|
|
22130
22133
|
uk as PolicyListResponseSchema,
|
|
22131
|
-
|
|
22134
|
+
$t as PolicyPreferencesSchema,
|
|
22132
22135
|
fk as PolicyResponseArraySchema,
|
|
22133
22136
|
Km as PolicyResponseSchema,
|
|
22134
22137
|
dk as PolicySnapshotResponseSchema,
|
|
@@ -22152,7 +22155,7 @@ export {
|
|
|
22152
22155
|
Mw as QuoteListResponseSchema,
|
|
22153
22156
|
Jw as QuotePriceResponseSchema,
|
|
22154
22157
|
ST as QuoteResponseSchema,
|
|
22155
|
-
|
|
22158
|
+
an as QuoteStateEnumSchema,
|
|
22156
22159
|
Tk as QuoteUnderwritingFlagsResponseSchema,
|
|
22157
22160
|
kk as QuoteUnderwritingResponseSchema,
|
|
22158
22161
|
Gw as QuoteUpdateRequestSchema,
|
|
@@ -22195,7 +22198,7 @@ export {
|
|
|
22195
22198
|
qT as TaskParamsSchema,
|
|
22196
22199
|
DT as TaskReferenceBffSchema,
|
|
22197
22200
|
q$ as TaskReferenceEnumSchema,
|
|
22198
|
-
|
|
22201
|
+
Et as TaskReferenceSchema,
|
|
22199
22202
|
RT as TaskResponseBffSchema,
|
|
22200
22203
|
Jm as TaskResponseSchema,
|
|
22201
22204
|
io as TaskStateEnumSchema,
|
|
@@ -22227,7 +22230,7 @@ export {
|
|
|
22227
22230
|
Om as UnderwritingFlagsLevelEnumSchema,
|
|
22228
22231
|
_$ as UnderwritingFlagsReferenceTypeEnumSchema,
|
|
22229
22232
|
HT as UnderwritingFlagsUpdateRequestSchema,
|
|
22230
|
-
|
|
22233
|
+
St as UnderwritingStatusEnumSchema,
|
|
22231
22234
|
mk as UpdateBillingLevelRequestSchema,
|
|
22232
22235
|
t_ as UserAssociationCreateRequestSchema,
|
|
22233
22236
|
$d as UserAssociationIdSchema,
|
|
@@ -22291,8 +22294,8 @@ export {
|
|
|
22291
22294
|
iw as creditDistributionReverseRequestSchema,
|
|
22292
22295
|
AL as creditDistributionStateEnumSchema,
|
|
22293
22296
|
wL as creditItemContainerTypeEnumSchema,
|
|
22294
|
-
|
|
22295
|
-
|
|
22297
|
+
Pt as creditItemSchema,
|
|
22298
|
+
Kt as currencyEnumSchema,
|
|
22296
22299
|
rk as dataModelSchema,
|
|
22297
22300
|
H_ as dataTypeConfigSchema,
|
|
22298
22301
|
ik as dataTypesRecordSchema,
|
|
@@ -22313,7 +22316,7 @@ export {
|
|
|
22313
22316
|
cr as documentReferenceTypeEnumSchema,
|
|
22314
22317
|
sr as documentStateEnumSchema,
|
|
22315
22318
|
tp as documentSummarySchema,
|
|
22316
|
-
|
|
22319
|
+
It as elementConfigRecordSchema,
|
|
22317
22320
|
j_ as elementConfigSchema,
|
|
22318
22321
|
Sk as elementCreateRequestSchema,
|
|
22319
22322
|
Ur as elementRequestSchema,
|