@socotra/ec-react-schemas 2.26.1-next.10 → 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 +16 -0
- package/dist/index.es.js +210 -206
- 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() {
|
|
@@ -11341,7 +11341,8 @@ const av = a({
|
|
|
11341
11341
|
"level1",
|
|
11342
11342
|
"level2"
|
|
11343
11343
|
])),
|
|
11344
|
-
anonymizedAt: t(h())
|
|
11344
|
+
anonymizedAt: t(h()),
|
|
11345
|
+
staticLocator: e()
|
|
11345
11346
|
}), gd = a({
|
|
11346
11347
|
locator: e(),
|
|
11347
11348
|
policyLocator: e(),
|
|
@@ -11848,7 +11849,7 @@ a({
|
|
|
11848
11849
|
query: t(u())
|
|
11849
11850
|
});
|
|
11850
11851
|
a({
|
|
11851
|
-
body: t(
|
|
11852
|
+
body: t(Vt),
|
|
11852
11853
|
path: a({
|
|
11853
11854
|
tenantLocator: l(),
|
|
11854
11855
|
locator: e()
|
|
@@ -11914,7 +11915,7 @@ a({
|
|
|
11914
11915
|
}))
|
|
11915
11916
|
});
|
|
11916
11917
|
a({
|
|
11917
|
-
body: t(
|
|
11918
|
+
body: t(Vt),
|
|
11918
11919
|
path: a({
|
|
11919
11920
|
tenantLocator: l(),
|
|
11920
11921
|
locator: e()
|
|
@@ -12356,7 +12357,7 @@ a({
|
|
|
12356
12357
|
query: t(u())
|
|
12357
12358
|
});
|
|
12358
12359
|
a({
|
|
12359
|
-
body:
|
|
12360
|
+
body: Vt,
|
|
12360
12361
|
path: a({
|
|
12361
12362
|
tenantLocator: l(),
|
|
12362
12363
|
locator: e()
|
|
@@ -12446,7 +12447,7 @@ a({
|
|
|
12446
12447
|
query: t(u())
|
|
12447
12448
|
});
|
|
12448
12449
|
a({
|
|
12449
|
-
body:
|
|
12450
|
+
body: Vt,
|
|
12450
12451
|
path: a({
|
|
12451
12452
|
tenantLocator: l(),
|
|
12452
12453
|
locator: e()
|
|
@@ -12803,7 +12804,7 @@ a({
|
|
|
12803
12804
|
}),
|
|
12804
12805
|
query: t(u())
|
|
12805
12806
|
});
|
|
12806
|
-
p(e(), p(e(),
|
|
12807
|
+
p(e(), p(e(), Ht));
|
|
12807
12808
|
a({
|
|
12808
12809
|
body: t(u()),
|
|
12809
12810
|
path: a({
|
|
@@ -12870,7 +12871,7 @@ a({
|
|
|
12870
12871
|
}),
|
|
12871
12872
|
query: t(u())
|
|
12872
12873
|
});
|
|
12873
|
-
p(e(), m(
|
|
12874
|
+
p(e(), m(Qt));
|
|
12874
12875
|
a({
|
|
12875
12876
|
body: t(u()),
|
|
12876
12877
|
path: a({
|
|
@@ -12925,7 +12926,7 @@ a({
|
|
|
12925
12926
|
}),
|
|
12926
12927
|
query: t(u())
|
|
12927
12928
|
});
|
|
12928
|
-
p(e(), p(e(),
|
|
12929
|
+
p(e(), p(e(), Ht));
|
|
12929
12930
|
a({
|
|
12930
12931
|
body: t(u()),
|
|
12931
12932
|
path: a({
|
|
@@ -12968,7 +12969,7 @@ a({
|
|
|
12968
12969
|
}),
|
|
12969
12970
|
query: t(u())
|
|
12970
12971
|
});
|
|
12971
|
-
p(e(), p(e(),
|
|
12972
|
+
p(e(), p(e(), Ht));
|
|
12972
12973
|
a({
|
|
12973
12974
|
body: t(u()),
|
|
12974
12975
|
path: a({
|
|
@@ -13097,7 +13098,7 @@ a({
|
|
|
13097
13098
|
}),
|
|
13098
13099
|
query: t(u())
|
|
13099
13100
|
});
|
|
13100
|
-
p(e(), m(
|
|
13101
|
+
p(e(), m(Xt));
|
|
13101
13102
|
a({
|
|
13102
13103
|
body: t(u()),
|
|
13103
13104
|
path: a({
|
|
@@ -13186,7 +13187,7 @@ a({
|
|
|
13186
13187
|
}),
|
|
13187
13188
|
query: t(u())
|
|
13188
13189
|
});
|
|
13189
|
-
p(e(), p(e(),
|
|
13190
|
+
p(e(), p(e(), Ht));
|
|
13190
13191
|
a({
|
|
13191
13192
|
body: t(u()),
|
|
13192
13193
|
path: a({
|
|
@@ -13323,8 +13324,8 @@ const fv = a({
|
|
|
13323
13324
|
validationItems: m(fv).optional(),
|
|
13324
13325
|
success: y().optional()
|
|
13325
13326
|
}), GT = a({
|
|
13326
|
-
offset:
|
|
13327
|
-
count:
|
|
13327
|
+
offset: Rt().nonnegative().int().optional(),
|
|
13328
|
+
count: Rt().nonnegative().int().optional()
|
|
13328
13329
|
}), Td = a({
|
|
13329
13330
|
uiType: f([
|
|
13330
13331
|
"normal",
|
|
@@ -13382,7 +13383,7 @@ const Id = a({
|
|
|
13382
13383
|
keys: m(Id)
|
|
13383
13384
|
}), gv = a({
|
|
13384
13385
|
dataSizeKb: g()
|
|
13385
|
-
}),
|
|
13386
|
+
}), Yt = a({
|
|
13386
13387
|
locator: e(),
|
|
13387
13388
|
referenceLocator: e(),
|
|
13388
13389
|
referenceType: f([
|
|
@@ -13465,7 +13466,7 @@ a({
|
|
|
13465
13466
|
includeDiscarded: t(y()).default(!1)
|
|
13466
13467
|
}))
|
|
13467
13468
|
});
|
|
13468
|
-
m(
|
|
13469
|
+
m(Yt);
|
|
13469
13470
|
a({
|
|
13470
13471
|
body: wd,
|
|
13471
13472
|
path: a({
|
|
@@ -13519,7 +13520,7 @@ a({
|
|
|
13519
13520
|
count: t(g())
|
|
13520
13521
|
}))
|
|
13521
13522
|
});
|
|
13522
|
-
m(
|
|
13523
|
+
m(Yt);
|
|
13523
13524
|
a({
|
|
13524
13525
|
body: hv,
|
|
13525
13526
|
path: a({
|
|
@@ -16463,7 +16464,7 @@ const Nb = a({
|
|
|
16463
16464
|
data: p(e(), p(e(), _())),
|
|
16464
16465
|
validationResult: t(tm),
|
|
16465
16466
|
anonymizedAt: t(h())
|
|
16466
|
-
}),
|
|
16467
|
+
}), en = a({
|
|
16467
16468
|
contactLocator: e(),
|
|
16468
16469
|
roles: m(e())
|
|
16469
16470
|
}), Sr = a({
|
|
@@ -16493,7 +16494,7 @@ const Nb = a({
|
|
|
16493
16494
|
updatedBy: t(l()),
|
|
16494
16495
|
validationResult: t(tm),
|
|
16495
16496
|
claims: m(e()),
|
|
16496
|
-
contacts: m(
|
|
16497
|
+
contacts: m(en),
|
|
16497
16498
|
anonymizedAt: t(h())
|
|
16498
16499
|
}), nm = a({
|
|
16499
16500
|
type: e(),
|
|
@@ -16505,7 +16506,7 @@ const Nb = a({
|
|
|
16505
16506
|
incidentTimezone: t(e()),
|
|
16506
16507
|
incidentSummary: t(e()),
|
|
16507
16508
|
region: t(e()),
|
|
16508
|
-
contacts: m(
|
|
16509
|
+
contacts: m(en),
|
|
16509
16510
|
autoValidate: y()
|
|
16510
16511
|
}), om = a({
|
|
16511
16512
|
setData: p(e(), p(e(), _())),
|
|
@@ -16612,9 +16613,9 @@ a({
|
|
|
16612
16613
|
}),
|
|
16613
16614
|
query: t(u())
|
|
16614
16615
|
});
|
|
16615
|
-
m(
|
|
16616
|
+
m(en);
|
|
16616
16617
|
a({
|
|
16617
|
-
body:
|
|
16618
|
+
body: en,
|
|
16618
16619
|
path: a({
|
|
16619
16620
|
tenantLocator: l(),
|
|
16620
16621
|
fnolLocator: e()
|
|
@@ -17126,7 +17127,7 @@ const Mb = a({
|
|
|
17126
17127
|
bottom: t(b()),
|
|
17127
17128
|
left: t(b()),
|
|
17128
17129
|
right: t(b())
|
|
17129
|
-
}),
|
|
17130
|
+
}), tn = a({
|
|
17130
17131
|
displayName: t(e()),
|
|
17131
17132
|
scope: f([
|
|
17132
17133
|
"transaction",
|
|
@@ -17464,7 +17465,7 @@ const Mb = a({
|
|
|
17464
17465
|
tables: p(e(), rS),
|
|
17465
17466
|
constraintTables: p(e(), cS),
|
|
17466
17467
|
secrets: p(e(), uS),
|
|
17467
|
-
documents: p(e(),
|
|
17468
|
+
documents: p(e(), tn),
|
|
17468
17469
|
consolidatedDocuments: p(e(), um),
|
|
17469
17470
|
templateSnippets: p(e(), lm),
|
|
17470
17471
|
customFonts: m(e()),
|
|
@@ -17914,7 +17915,7 @@ a({
|
|
|
17914
17915
|
segmentLocator: e(),
|
|
17915
17916
|
isConsolidation: y()
|
|
17916
17917
|
});
|
|
17917
|
-
const
|
|
17918
|
+
const nn = a({
|
|
17918
17919
|
locator: e(),
|
|
17919
17920
|
referenceLocator: e(),
|
|
17920
17921
|
referenceType: f([
|
|
@@ -17967,7 +17968,7 @@ const tn = a({
|
|
|
17967
17968
|
});
|
|
17968
17969
|
a({
|
|
17969
17970
|
listCompleted: y(),
|
|
17970
|
-
items: m(
|
|
17971
|
+
items: m(nn)
|
|
17971
17972
|
});
|
|
17972
17973
|
a({
|
|
17973
17974
|
body: t(u()),
|
|
@@ -18466,7 +18467,7 @@ const jS = a({
|
|
|
18466
18467
|
}), t$ = a({
|
|
18467
18468
|
validationItems: t(m(e$)),
|
|
18468
18469
|
success: y()
|
|
18469
|
-
}),
|
|
18470
|
+
}), wt = W([
|
|
18470
18471
|
a({
|
|
18471
18472
|
originalId: e(),
|
|
18472
18473
|
errors: t$
|
|
@@ -18475,21 +18476,21 @@ const jS = a({
|
|
|
18475
18476
|
]).optional(), n$ = a({
|
|
18476
18477
|
accountLocator: e(),
|
|
18477
18478
|
accountOriginalId: e(),
|
|
18478
|
-
accountError: t(
|
|
18479
|
+
accountError: t(wt),
|
|
18479
18480
|
policies: W([
|
|
18480
|
-
p(e(),
|
|
18481
|
+
p(e(), wt).default({}),
|
|
18481
18482
|
pe()
|
|
18482
18483
|
]).optional(),
|
|
18483
18484
|
invoices: W([
|
|
18484
|
-
p(e(),
|
|
18485
|
+
p(e(), wt).default({}),
|
|
18485
18486
|
pe()
|
|
18486
18487
|
]).optional(),
|
|
18487
18488
|
payments: W([
|
|
18488
|
-
p(e(),
|
|
18489
|
+
p(e(), wt).default({}),
|
|
18489
18490
|
pe()
|
|
18490
18491
|
]).optional(),
|
|
18491
18492
|
disbursements: W([
|
|
18492
|
-
p(e(),
|
|
18493
|
+
p(e(), wt).default({}),
|
|
18493
18494
|
pe()
|
|
18494
18495
|
]).optional()
|
|
18495
18496
|
}), hn = W([
|
|
@@ -18800,7 +18801,7 @@ a({
|
|
|
18800
18801
|
})
|
|
18801
18802
|
});
|
|
18802
18803
|
m(qm);
|
|
18803
|
-
const
|
|
18804
|
+
const Nt = a({
|
|
18804
18805
|
referenceType: f([
|
|
18805
18806
|
"account",
|
|
18806
18807
|
"quickQuote",
|
|
@@ -18814,7 +18815,7 @@ const Rt = a({
|
|
|
18814
18815
|
referenceLocator: e()
|
|
18815
18816
|
}), oo = a({
|
|
18816
18817
|
type: e(),
|
|
18817
|
-
references: m(
|
|
18818
|
+
references: m(Nt),
|
|
18818
18819
|
underwritingFlagLocators: m(e()),
|
|
18819
18820
|
deadlineTime: t(h()),
|
|
18820
18821
|
assignedTo: t(l()),
|
|
@@ -18953,7 +18954,7 @@ const xm = a({
|
|
|
18953
18954
|
"completed",
|
|
18954
18955
|
"cancelled"
|
|
18955
18956
|
]),
|
|
18956
|
-
references: m(
|
|
18957
|
+
references: m(Nt),
|
|
18957
18958
|
underwritingFlagLocators: m(e()),
|
|
18958
18959
|
deadlineTime: t(h()),
|
|
18959
18960
|
assignedTo: t(l()),
|
|
@@ -18982,8 +18983,8 @@ a({
|
|
|
18982
18983
|
});
|
|
18983
18984
|
const Rm = a({
|
|
18984
18985
|
deadlineTime: t(h()),
|
|
18985
|
-
addReferences: m(
|
|
18986
|
-
removeReferences: m(
|
|
18986
|
+
addReferences: m(Nt),
|
|
18987
|
+
removeReferences: m(Nt),
|
|
18987
18988
|
addUnderwritingFlags: m(e()),
|
|
18988
18989
|
removeUnderwritingFlags: m(e()),
|
|
18989
18990
|
description: t(e())
|
|
@@ -19353,7 +19354,7 @@ const d$ = f(["none", "required", "excluded"]), m$ = d$, Em = f([
|
|
|
19353
19354
|
"anchorTime",
|
|
19354
19355
|
"dayOfWeek",
|
|
19355
19356
|
"weekOfMonth"
|
|
19356
|
-
]),
|
|
19357
|
+
]), on = f(["accept", "issue"]), Ve = f(["account", "inherit", "policy"]), Pm = f([
|
|
19357
19358
|
"none",
|
|
19358
19359
|
"fullPay",
|
|
19359
19360
|
"weekly",
|
|
@@ -19385,7 +19386,7 @@ const d$ = f(["none", "required", "excluded"]), m$ = d$, Em = f([
|
|
|
19385
19386
|
"friday",
|
|
19386
19387
|
"saturday",
|
|
19387
19388
|
"sunday"
|
|
19388
|
-
]), g$ =
|
|
19389
|
+
]), g$ = nn.shape.documentInstanceState, v$ = f([
|
|
19389
19390
|
"product",
|
|
19390
19391
|
"coverage",
|
|
19391
19392
|
"exposure",
|
|
@@ -19407,12 +19408,12 @@ const d$ = f(["none", "required", "excluded"]), m$ = d$, Em = f([
|
|
|
19407
19408
|
"text/plain"
|
|
19408
19409
|
]);
|
|
19409
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 || {});
|
|
19410
|
-
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([
|
|
19411
19412
|
"active",
|
|
19412
19413
|
"completed",
|
|
19413
19414
|
"unassigned",
|
|
19414
19415
|
"discarded"
|
|
19415
|
-
]), 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([
|
|
19416
19417
|
"none",
|
|
19417
19418
|
"blocked",
|
|
19418
19419
|
"declined",
|
|
@@ -19556,26 +19557,26 @@ const B$ = [
|
|
|
19556
19557
|
}), H$ = p(
|
|
19557
19558
|
e(),
|
|
19558
19559
|
Q$
|
|
19559
|
-
),
|
|
19560
|
-
...
|
|
19560
|
+
), Et = a({
|
|
19561
|
+
...Nt.shape,
|
|
19561
19562
|
referenceType: q$
|
|
19562
19563
|
}), X$ = a({
|
|
19563
19564
|
...oo.shape,
|
|
19564
19565
|
deadlineTime: A,
|
|
19565
|
-
references: m(
|
|
19566
|
+
references: m(Et),
|
|
19566
19567
|
assignedTo: Z.optional()
|
|
19567
19568
|
}), YT = a({
|
|
19568
19569
|
...Rm.shape,
|
|
19569
19570
|
deadlineTime: A.optional(),
|
|
19570
|
-
addReferences: m(
|
|
19571
|
-
removeReferences: m(
|
|
19571
|
+
addReferences: m(Et).optional(),
|
|
19572
|
+
removeReferences: m(Et).optional(),
|
|
19572
19573
|
addUnderwritingFlags: m(e()).optional(),
|
|
19573
19574
|
removeUnderwritingFlags: m(e()).optional()
|
|
19574
19575
|
}), Jm = a({
|
|
19575
19576
|
...ro.shape,
|
|
19576
19577
|
locator: fr,
|
|
19577
19578
|
taskState: io,
|
|
19578
|
-
references: m(
|
|
19579
|
+
references: m(Et).optional(),
|
|
19579
19580
|
underwritingFlagLocators: m(e()).optional(),
|
|
19580
19581
|
deadlineTime: A.optional(),
|
|
19581
19582
|
assignedTo: Z.optional(),
|
|
@@ -19639,7 +19640,7 @@ const B$ = [
|
|
|
19639
19640
|
...lm.shape,
|
|
19640
19641
|
selectionTimeBasis: Cm
|
|
19641
19642
|
}), r_ = a({
|
|
19642
|
-
...
|
|
19643
|
+
...tn.shape,
|
|
19643
19644
|
displayName: e().optional(),
|
|
19644
19645
|
scope: I$,
|
|
19645
19646
|
format: Rr.optional(),
|
|
@@ -19804,7 +19805,7 @@ const B$ = [
|
|
|
19804
19805
|
data: p(e(), Ge).optional(),
|
|
19805
19806
|
charges: m(e()).optional(),
|
|
19806
19807
|
defaultSearchable: y().optional()
|
|
19807
|
-
}),
|
|
19808
|
+
}), It = p(
|
|
19808
19809
|
e(),
|
|
19809
19810
|
j_
|
|
19810
19811
|
), C_ = a({
|
|
@@ -19867,7 +19868,7 @@ const B$ = [
|
|
|
19867
19868
|
V_
|
|
19868
19869
|
), rk = a({
|
|
19869
19870
|
// Root level
|
|
19870
|
-
dataTypes:
|
|
19871
|
+
dataTypes: It.optional(),
|
|
19871
19872
|
accounts: H$,
|
|
19872
19873
|
products: F_,
|
|
19873
19874
|
coverageTerms: N_.optional(),
|
|
@@ -19892,10 +19893,10 @@ const B$ = [
|
|
|
19892
19893
|
charges: $_.optional(),
|
|
19893
19894
|
consolidatedDocuments: L_.optional(),
|
|
19894
19895
|
// Elements
|
|
19895
|
-
policyLines:
|
|
19896
|
-
exposures:
|
|
19897
|
-
exposureGroups:
|
|
19898
|
-
coverages:
|
|
19896
|
+
policyLines: It.optional(),
|
|
19897
|
+
exposures: It.optional(),
|
|
19898
|
+
exposureGroups: It.optional(),
|
|
19899
|
+
coverages: It.optional(),
|
|
19899
19900
|
// Settings
|
|
19900
19901
|
defaultTimeZone: e().optional(),
|
|
19901
19902
|
defaultCurrency: e().optional(),
|
|
@@ -19927,7 +19928,7 @@ const B$ = [
|
|
|
19927
19928
|
extend: e().optional(),
|
|
19928
19929
|
displayName: e().optional(),
|
|
19929
19930
|
data: p(e(), Ge).optional()
|
|
19930
|
-
}), ik = p(e(), H_), X_ = W([
|
|
19931
|
+
}), ik = p(e(), H_), X_ = W([an, e()]), ck = f(["accept", "issue"]), sk = rr, Y_ = a({
|
|
19931
19932
|
type: e(),
|
|
19932
19933
|
locator: Me,
|
|
19933
19934
|
staticLocator: E,
|
|
@@ -19975,7 +19976,7 @@ const B$ = [
|
|
|
19975
19976
|
createdBy: Z.optional(),
|
|
19976
19977
|
startTime: A,
|
|
19977
19978
|
endTime: A,
|
|
19978
|
-
billingTrigger:
|
|
19979
|
+
billingTrigger: on,
|
|
19979
19980
|
billingLevel: Ve,
|
|
19980
19981
|
latestSegmentLocator: E.optional(),
|
|
19981
19982
|
static: F.optional(),
|
|
@@ -20002,7 +20003,7 @@ const B$ = [
|
|
|
20002
20003
|
}).shape
|
|
20003
20004
|
), Qm = Vl.extend(
|
|
20004
20005
|
a({ billingLevel: Ve }).shape
|
|
20005
|
-
),
|
|
20006
|
+
), $t = ge.extend(
|
|
20006
20007
|
a({
|
|
20007
20008
|
installmentPreferences: Vm.optional(),
|
|
20008
20009
|
billingPreferences: Qm.optional()
|
|
@@ -20011,7 +20012,7 @@ const B$ = [
|
|
|
20011
20012
|
a({
|
|
20012
20013
|
locator: E,
|
|
20013
20014
|
transactionCategory: xr,
|
|
20014
|
-
preferences:
|
|
20015
|
+
preferences: $t,
|
|
20015
20016
|
segment: nL
|
|
20016
20017
|
}).shape
|
|
20017
20018
|
), dk = ud.extend(
|
|
@@ -20034,7 +20035,7 @@ const B$ = [
|
|
|
20034
20035
|
values: m(e()).optional(),
|
|
20035
20036
|
fieldName: e().optional(),
|
|
20036
20037
|
staticLocator: e().optional()
|
|
20037
|
-
}), rL =
|
|
20038
|
+
}), rL = Ht.extend({
|
|
20038
20039
|
// TODO: remove this code once openapi is updated
|
|
20039
20040
|
where: p(e(), aL).optional()
|
|
20040
20041
|
}), yk = p(
|
|
@@ -20189,7 +20190,7 @@ const B$ = [
|
|
|
20189
20190
|
tenantLocator: Ke.optional(),
|
|
20190
20191
|
quoteLocator: Re,
|
|
20191
20192
|
accountLocator: le.optional(),
|
|
20192
|
-
quoteState:
|
|
20193
|
+
quoteState: an.optional(),
|
|
20193
20194
|
startTime: A.optional(),
|
|
20194
20195
|
endTime: A.optional(),
|
|
20195
20196
|
expirationTime: A.optional(),
|
|
@@ -20202,14 +20203,14 @@ const B$ = [
|
|
|
20202
20203
|
resetFlagsAction: sL,
|
|
20203
20204
|
deleteDocuments: e().array(),
|
|
20204
20205
|
resetFlags: e().array()
|
|
20205
|
-
}),
|
|
20206
|
-
locator:
|
|
20207
|
-
staticLocator:
|
|
20208
|
-
rootLocator:
|
|
20209
|
-
tenantLocator:
|
|
20206
|
+
}), At = We(), uL = a({
|
|
20207
|
+
locator: At,
|
|
20208
|
+
staticLocator: At,
|
|
20209
|
+
rootLocator: At.optional(),
|
|
20210
|
+
tenantLocator: At.optional(),
|
|
20210
20211
|
type: e(),
|
|
20211
20212
|
data: p(e(), C()).optional(),
|
|
20212
|
-
parentLocator:
|
|
20213
|
+
parentLocator: At.optional(),
|
|
20213
20214
|
coverageTerms: p(e(), C()).optional(),
|
|
20214
20215
|
originalEffectiveTime: e().optional()
|
|
20215
20216
|
}), Xm = uL.extend({
|
|
@@ -20389,16 +20390,16 @@ const B$ = [
|
|
|
20389
20390
|
issuedTime: h().optional(),
|
|
20390
20391
|
billingTrigger: f(["accept", "issue"]).optional(),
|
|
20391
20392
|
preferences: ir.optional(),
|
|
20392
|
-
underwritingStatus:
|
|
20393
|
+
underwritingStatus: St.optional(),
|
|
20393
20394
|
validationResult: X.optional()
|
|
20394
20395
|
}), jk = fi.extend({
|
|
20395
20396
|
aggregatedTransactions: se(
|
|
20396
20397
|
() => fi.array().optional()
|
|
20397
20398
|
)
|
|
20398
|
-
}), gL =
|
|
20399
|
+
}), gL = Xt.extend({
|
|
20399
20400
|
changeInstructions: m(C()).optional(),
|
|
20400
20401
|
preferences: ir.optional(),
|
|
20401
|
-
underwritingStatus:
|
|
20402
|
+
underwritingStatus: St.optional(),
|
|
20402
20403
|
validationResult: X.optional()
|
|
20403
20404
|
}), vL = se(
|
|
20404
20405
|
() => gL.extend({
|
|
@@ -20498,7 +20499,7 @@ const B$ = [
|
|
|
20498
20499
|
transactionState: Dr,
|
|
20499
20500
|
effectiveTime: e(),
|
|
20500
20501
|
transactionCategory: xr,
|
|
20501
|
-
underwritingStatus:
|
|
20502
|
+
underwritingStatus: St.optional(),
|
|
20502
20503
|
underwritingFlags: Fe.array().optional(),
|
|
20503
20504
|
validationResult: X.optional()
|
|
20504
20505
|
}), Vk = yi.extend({
|
|
@@ -20509,8 +20510,11 @@ const B$ = [
|
|
|
20509
20510
|
aggregatedTransactions: !0,
|
|
20510
20511
|
validationResult: !0,
|
|
20511
20512
|
underwritingStatus: !0
|
|
20513
|
+
}).extend({
|
|
20514
|
+
validationResult: X.optional(),
|
|
20515
|
+
underwritingStatus: St.optional()
|
|
20512
20516
|
}), Qk = gi.extend({
|
|
20513
|
-
underwritingStatus:
|
|
20517
|
+
underwritingStatus: St.optional(),
|
|
20514
20518
|
aggregatedTransactions: m(gi).optional(),
|
|
20515
20519
|
validationResult: X.optional()
|
|
20516
20520
|
}), Hk = a({
|
|
@@ -20569,7 +20573,7 @@ const B$ = [
|
|
|
20569
20573
|
graceStartedAt: e().optional(),
|
|
20570
20574
|
lapseTransactionEffectiveDate: e().optional(),
|
|
20571
20575
|
references: m(a({})).optional()
|
|
20572
|
-
}), wL = f(["invoice", "account"]),
|
|
20576
|
+
}), wL = f(["invoice", "account"]), Pt = a({
|
|
20573
20577
|
containerLocator: e(),
|
|
20574
20578
|
containerType: wL,
|
|
20575
20579
|
amount: b().optional()
|
|
@@ -20592,7 +20596,7 @@ const ow = a({
|
|
|
20592
20596
|
type: e(),
|
|
20593
20597
|
useDefaultFinancialInstrument: y(),
|
|
20594
20598
|
data: p(e(), C()),
|
|
20595
|
-
targets:
|
|
20599
|
+
targets: Pt.array(),
|
|
20596
20600
|
accountLocator: e().optional(),
|
|
20597
20601
|
financialInstrumentLocator: e().optional(),
|
|
20598
20602
|
currency: e().optional(),
|
|
@@ -20600,8 +20604,8 @@ const ow = a({
|
|
|
20600
20604
|
transactionNumber: e().optional()
|
|
20601
20605
|
}), aw = a({
|
|
20602
20606
|
amount: b(),
|
|
20603
|
-
sources: m(
|
|
20604
|
-
targets: m(
|
|
20607
|
+
sources: m(Pt),
|
|
20608
|
+
targets: m(Pt),
|
|
20605
20609
|
accountLocator: e().optional(),
|
|
20606
20610
|
currency: e().optional()
|
|
20607
20611
|
}), AL = f([
|
|
@@ -20612,13 +20616,13 @@ const ow = a({
|
|
|
20612
20616
|
"discarded"
|
|
20613
20617
|
]), rw = a({
|
|
20614
20618
|
locator: e(),
|
|
20615
|
-
currency:
|
|
20619
|
+
currency: Kt,
|
|
20616
20620
|
creditDistributionState: AL,
|
|
20617
20621
|
amount: b(),
|
|
20618
20622
|
createdAt: e(),
|
|
20619
20623
|
createdBy: e(),
|
|
20620
|
-
sources:
|
|
20621
|
-
targets:
|
|
20624
|
+
sources: Pt.array(),
|
|
20625
|
+
targets: Pt.array(),
|
|
20622
20626
|
shortfallCreditLocators: e().array().optional(),
|
|
20623
20627
|
accountLocator: e().optional(),
|
|
20624
20628
|
executedAt: e().optional(),
|
|
@@ -20649,14 +20653,14 @@ const ow = a({
|
|
|
20649
20653
|
faTransactionTime: e()
|
|
20650
20654
|
}), cw = a({
|
|
20651
20655
|
referenceLocator: e(),
|
|
20652
|
-
currency:
|
|
20656
|
+
currency: Kt.optional(),
|
|
20653
20657
|
balance: b(),
|
|
20654
20658
|
referenceType: qL,
|
|
20655
20659
|
lineItems: xL.array().optional()
|
|
20656
20660
|
});
|
|
20657
20661
|
a({
|
|
20658
20662
|
...Qd.shape,
|
|
20659
|
-
currency:
|
|
20663
|
+
currency: Kt.optional(),
|
|
20660
20664
|
lineItems: Vd.array().optional()
|
|
20661
20665
|
});
|
|
20662
20666
|
const sw = {
|
|
@@ -21345,7 +21349,7 @@ const dw = a({
|
|
|
21345
21349
|
permissions: m(e()),
|
|
21346
21350
|
roles: m(e()),
|
|
21347
21351
|
tenants: m(e())
|
|
21348
|
-
}), ww = H(nT), lp =
|
|
21352
|
+
}), ww = H(nT), lp = nn.extend(
|
|
21349
21353
|
a({
|
|
21350
21354
|
locator: gn,
|
|
21351
21355
|
referenceLocator: gn,
|
|
@@ -21451,7 +21455,7 @@ const dw = a({
|
|
|
21451
21455
|
contacts: m(ee).optional(),
|
|
21452
21456
|
// deprecated
|
|
21453
21457
|
state: di.optional()
|
|
21454
|
-
}), dp =
|
|
21458
|
+
}), dp = Qt.extend(
|
|
21455
21459
|
a({
|
|
21456
21460
|
locator: E,
|
|
21457
21461
|
reversalOfLocator: E.optional(),
|
|
@@ -21475,7 +21479,7 @@ const dw = a({
|
|
|
21475
21479
|
a({
|
|
21476
21480
|
effectiveTime: A,
|
|
21477
21481
|
newPolicyEndTime: A.optional(),
|
|
21478
|
-
preferences:
|
|
21482
|
+
preferences: $t.optional(),
|
|
21479
21483
|
triggerBillingChange: y().optional(),
|
|
21480
21484
|
billingModeChange: y().optional()
|
|
21481
21485
|
}).shape
|
|
@@ -21500,11 +21504,11 @@ const dw = a({
|
|
|
21500
21504
|
baseTransactionLocator: ut.optional(),
|
|
21501
21505
|
issuedTime: A.optional(),
|
|
21502
21506
|
acceptedTime: A.optional(),
|
|
21503
|
-
preferences:
|
|
21507
|
+
preferences: $t.optional(),
|
|
21504
21508
|
underwritingStatus: e().optional(),
|
|
21505
21509
|
validationResult: X.optional(),
|
|
21506
21510
|
changeInstructions: m(so).optional(),
|
|
21507
|
-
billingTrigger:
|
|
21511
|
+
billingTrigger: on
|
|
21508
21512
|
}), pT = bi.extend(
|
|
21509
21513
|
a({
|
|
21510
21514
|
aggregatedTransactions: m(bi)
|
|
@@ -21544,13 +21548,13 @@ const dw = a({
|
|
|
21544
21548
|
lastAccessedTime: A
|
|
21545
21549
|
}), bT = H(vT), Bw = a({
|
|
21546
21550
|
...bT.shape,
|
|
21547
|
-
count:
|
|
21551
|
+
count: Rt().nonnegative().int(),
|
|
21548
21552
|
listCompleted: y().optional()
|
|
21549
21553
|
}), ST = a({
|
|
21550
21554
|
...Jn.shape,
|
|
21551
21555
|
locator: Re,
|
|
21552
21556
|
quickQuoteLocator: Re.optional(),
|
|
21553
|
-
quoteState:
|
|
21557
|
+
quoteState: an,
|
|
21554
21558
|
billingLevel: Ve.optional(),
|
|
21555
21559
|
element: rn.optional(),
|
|
21556
21560
|
type: e().optional(),
|
|
@@ -21561,13 +21565,13 @@ const dw = a({
|
|
|
21561
21565
|
contacts: m(ee).optional(),
|
|
21562
21566
|
policyNumber: e().optional(),
|
|
21563
21567
|
accountLocator: le,
|
|
21564
|
-
underwritingStatus:
|
|
21568
|
+
underwritingStatus: St.optional(),
|
|
21565
21569
|
// deprecated
|
|
21566
21570
|
boundTime: e().optional(),
|
|
21567
|
-
billingTrigger:
|
|
21571
|
+
billingTrigger: on.optional(),
|
|
21568
21572
|
durationBasis: ve.optional(),
|
|
21569
21573
|
policyLocator: qe.optional(),
|
|
21570
|
-
preferences:
|
|
21574
|
+
preferences: $t.optional(),
|
|
21571
21575
|
validationResult: X.optional(),
|
|
21572
21576
|
static: F.optional(),
|
|
21573
21577
|
issuedTime: A.optional(),
|
|
@@ -21585,11 +21589,11 @@ const dw = a({
|
|
|
21585
21589
|
expirationTime: A.optional(),
|
|
21586
21590
|
durationBasis: ve.optional(),
|
|
21587
21591
|
billingLevel: Ve.optional(),
|
|
21588
|
-
preferences:
|
|
21592
|
+
preferences: $t.optional(),
|
|
21589
21593
|
static: F.optional(),
|
|
21590
21594
|
coverageTerms: Ie.optional(),
|
|
21591
21595
|
// deprecated
|
|
21592
|
-
billingTrigger:
|
|
21596
|
+
billingTrigger: on.optional(),
|
|
21593
21597
|
elements: m(Pr)
|
|
21594
21598
|
}), Gw = hd.extend(
|
|
21595
21599
|
a({
|
|
@@ -21597,9 +21601,9 @@ const dw = a({
|
|
|
21597
21601
|
endTime: A,
|
|
21598
21602
|
expirationTime: A,
|
|
21599
21603
|
// deprecated
|
|
21600
|
-
billingTrigger:
|
|
21604
|
+
billingTrigger: on,
|
|
21601
21605
|
billingLevel: Ve,
|
|
21602
|
-
preferences:
|
|
21606
|
+
preferences: $t,
|
|
21603
21607
|
removeCoverageTerms: F,
|
|
21604
21608
|
removeData: F,
|
|
21605
21609
|
setCoverageTerms: F,
|
|
@@ -21611,14 +21615,14 @@ const dw = a({
|
|
|
21611
21615
|
tenantLocator: Ke,
|
|
21612
21616
|
accountLocator: le,
|
|
21613
21617
|
quoteLocator: Re,
|
|
21614
|
-
quoteState:
|
|
21618
|
+
quoteState: an,
|
|
21615
21619
|
startTime: A,
|
|
21616
21620
|
endTime: A,
|
|
21617
21621
|
expirationTime: A,
|
|
21618
21622
|
durationBasis: ve,
|
|
21619
21623
|
items: m(dp),
|
|
21620
21624
|
validationResult: X.optional()
|
|
21621
|
-
}), Ww =
|
|
21625
|
+
}), Ww = Vt.extend(
|
|
21622
21626
|
a({
|
|
21623
21627
|
groupLocator: E
|
|
21624
21628
|
}).shape
|
|
@@ -21629,7 +21633,7 @@ const dw = a({
|
|
|
21629
21633
|
deleteDocuments: m(E)
|
|
21630
21634
|
}).shape
|
|
21631
21635
|
), $T = a({
|
|
21632
|
-
quoteState:
|
|
21636
|
+
quoteState: an,
|
|
21633
21637
|
productName: e().optional(),
|
|
21634
21638
|
accountName: e().optional(),
|
|
21635
21639
|
accountType: e().optional(),
|
|
@@ -21643,7 +21647,7 @@ const dw = a({
|
|
|
21643
21647
|
lastAccessedTime: A
|
|
21644
21648
|
}), LT = H(_T), Vw = a({
|
|
21645
21649
|
...LT.shape,
|
|
21646
|
-
count:
|
|
21650
|
+
count: Rt().nonnegative().int(),
|
|
21647
21651
|
listCompleted: y().optional()
|
|
21648
21652
|
}), TT = a({
|
|
21649
21653
|
...yd.shape,
|
|
@@ -21729,7 +21733,7 @@ const dw = a({
|
|
|
21729
21733
|
transactionLocators: m(e()).optional()
|
|
21730
21734
|
}), aI = a({
|
|
21731
21735
|
...vr.shape,
|
|
21732
|
-
currency:
|
|
21736
|
+
currency: Kt,
|
|
21733
21737
|
accountLocator: le,
|
|
21734
21738
|
invoiceState: R$,
|
|
21735
21739
|
invoiceItems: m(wT).optional(),
|
|
@@ -21814,7 +21818,7 @@ const dw = a({
|
|
|
21814
21818
|
), fp = a({
|
|
21815
21819
|
...wd.shape
|
|
21816
21820
|
}), yI = fp, Mr = a({
|
|
21817
|
-
...
|
|
21821
|
+
...Yt.shape,
|
|
21818
21822
|
locator: _d,
|
|
21819
21823
|
referenceType: x$,
|
|
21820
21824
|
diaryState: D$,
|
|
@@ -21830,7 +21834,7 @@ const dw = a({
|
|
|
21830
21834
|
referenceLocator: !0
|
|
21831
21835
|
}).optional()
|
|
21832
21836
|
}), DT = a({
|
|
21833
|
-
...
|
|
21837
|
+
...Et.shape,
|
|
21834
21838
|
entityNumber: e().optional(),
|
|
21835
21839
|
policyLocator: qe.optional(),
|
|
21836
21840
|
termLocator: pr.optional(),
|
|
@@ -21903,7 +21907,7 @@ const dw = a({
|
|
|
21903
21907
|
...Ad.shape
|
|
21904
21908
|
}), jT = a({
|
|
21905
21909
|
...vt.shape,
|
|
21906
|
-
currency:
|
|
21910
|
+
currency: Kt,
|
|
21907
21911
|
paymentState: P$,
|
|
21908
21912
|
data: p(e(), C()).optional(),
|
|
21909
21913
|
targets: cn.array().optional(),
|
|
@@ -21916,7 +21920,7 @@ const dw = a({
|
|
|
21916
21920
|
createdBy: Z,
|
|
21917
21921
|
reversedBy: Z.optional()
|
|
21918
21922
|
}), EI = H(jT), yp = a({
|
|
21919
|
-
...
|
|
21923
|
+
...en.shape
|
|
21920
21924
|
}), gp = a({
|
|
21921
21925
|
...bt.shape,
|
|
21922
21926
|
locator: Ld,
|
|
@@ -21987,7 +21991,7 @@ export {
|
|
|
21987
21991
|
up as BasicUserResponseSchema,
|
|
21988
21992
|
Ve as BillingLevelEnumSchema,
|
|
21989
21993
|
Qm as BillingPreferencesSchema,
|
|
21990
|
-
|
|
21994
|
+
on as BillingTriggerEnumSchema,
|
|
21991
21995
|
YL as BootstrapResultSchema,
|
|
21992
21996
|
XL as BootstrapResultStatusEnumSchema,
|
|
21993
21997
|
Pm as CadenceEnumSchema,
|
|
@@ -22127,7 +22131,7 @@ export {
|
|
|
22127
22131
|
P$ as PaymentStateEnumSchema,
|
|
22128
22132
|
qe as PolicyIdSchema,
|
|
22129
22133
|
uk as PolicyListResponseSchema,
|
|
22130
|
-
|
|
22134
|
+
$t as PolicyPreferencesSchema,
|
|
22131
22135
|
fk as PolicyResponseArraySchema,
|
|
22132
22136
|
Km as PolicyResponseSchema,
|
|
22133
22137
|
dk as PolicySnapshotResponseSchema,
|
|
@@ -22151,7 +22155,7 @@ export {
|
|
|
22151
22155
|
Mw as QuoteListResponseSchema,
|
|
22152
22156
|
Jw as QuotePriceResponseSchema,
|
|
22153
22157
|
ST as QuoteResponseSchema,
|
|
22154
|
-
|
|
22158
|
+
an as QuoteStateEnumSchema,
|
|
22155
22159
|
Tk as QuoteUnderwritingFlagsResponseSchema,
|
|
22156
22160
|
kk as QuoteUnderwritingResponseSchema,
|
|
22157
22161
|
Gw as QuoteUpdateRequestSchema,
|
|
@@ -22194,7 +22198,7 @@ export {
|
|
|
22194
22198
|
qT as TaskParamsSchema,
|
|
22195
22199
|
DT as TaskReferenceBffSchema,
|
|
22196
22200
|
q$ as TaskReferenceEnumSchema,
|
|
22197
|
-
|
|
22201
|
+
Et as TaskReferenceSchema,
|
|
22198
22202
|
RT as TaskResponseBffSchema,
|
|
22199
22203
|
Jm as TaskResponseSchema,
|
|
22200
22204
|
io as TaskStateEnumSchema,
|
|
@@ -22226,7 +22230,7 @@ export {
|
|
|
22226
22230
|
Om as UnderwritingFlagsLevelEnumSchema,
|
|
22227
22231
|
_$ as UnderwritingFlagsReferenceTypeEnumSchema,
|
|
22228
22232
|
HT as UnderwritingFlagsUpdateRequestSchema,
|
|
22229
|
-
|
|
22233
|
+
St as UnderwritingStatusEnumSchema,
|
|
22230
22234
|
mk as UpdateBillingLevelRequestSchema,
|
|
22231
22235
|
t_ as UserAssociationCreateRequestSchema,
|
|
22232
22236
|
$d as UserAssociationIdSchema,
|
|
@@ -22290,8 +22294,8 @@ export {
|
|
|
22290
22294
|
iw as creditDistributionReverseRequestSchema,
|
|
22291
22295
|
AL as creditDistributionStateEnumSchema,
|
|
22292
22296
|
wL as creditItemContainerTypeEnumSchema,
|
|
22293
|
-
|
|
22294
|
-
|
|
22297
|
+
Pt as creditItemSchema,
|
|
22298
|
+
Kt as currencyEnumSchema,
|
|
22295
22299
|
rk as dataModelSchema,
|
|
22296
22300
|
H_ as dataTypeConfigSchema,
|
|
22297
22301
|
ik as dataTypesRecordSchema,
|
|
@@ -22312,7 +22316,7 @@ export {
|
|
|
22312
22316
|
cr as documentReferenceTypeEnumSchema,
|
|
22313
22317
|
sr as documentStateEnumSchema,
|
|
22314
22318
|
tp as documentSummarySchema,
|
|
22315
|
-
|
|
22319
|
+
It as elementConfigRecordSchema,
|
|
22316
22320
|
j_ as elementConfigSchema,
|
|
22317
22321
|
Sk as elementCreateRequestSchema,
|
|
22318
22322
|
Ur as elementRequestSchema,
|