@socotra/ec-react-schemas 2.26.1-next.11 → 2.26.1-next.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +41 -26
- package/dist/index.es.js +297 -292
- 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;
|
|
@@ -214,7 +214,7 @@ const qp = (n) => {
|
|
|
214
214
|
throw new Error(`Unknown data type: ${r}`);
|
|
215
215
|
}
|
|
216
216
|
}, Sn = /* @__PURE__ */ new Set(["string", "number", "symbol"]), Ti = /* @__PURE__ */ new Set(["string", "number", "bigint", "boolean", "symbol", "undefined"]);
|
|
217
|
-
function
|
|
217
|
+
function Me(n) {
|
|
218
218
|
return n.replace(/[.*+?^${}()|[\]\\]/g, "\\$&");
|
|
219
219
|
}
|
|
220
220
|
function Se(n, r, c) {
|
|
@@ -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,
|
|
@@ -502,7 +502,7 @@ const Ui = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
502
502
|
createTransparentProxy: zp,
|
|
503
503
|
defineLazy: G,
|
|
504
504
|
esc: yo,
|
|
505
|
-
escapeRegex:
|
|
505
|
+
escapeRegex: Me,
|
|
506
506
|
extend: zi,
|
|
507
507
|
finalizeIssue: Te,
|
|
508
508
|
floatSafeRemainder: _i,
|
|
@@ -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,12 +1054,12 @@ 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
|
-
const c =
|
|
1062
|
+
const c = Me(r.includes), s = new RegExp(typeof r.position == "number" ? `^.{${r.position}}${c}` : c);
|
|
1063
1063
|
r.pattern = s, n._zod.onattach.push((o) => {
|
|
1064
1064
|
const i = o._zod.bag;
|
|
1065
1065
|
i.patterns ?? (i.patterns = /* @__PURE__ */ new Set()), i.patterns.add(s);
|
|
@@ -1076,7 +1076,7 @@ const tf = /^[0-9a-fA-F]{32}$/, nf = /* @__PURE__ */ Zt(22, "=="), of = /* @__PU
|
|
|
1076
1076
|
};
|
|
1077
1077
|
}), Pc = /* @__PURE__ */ S("$ZodCheckStartsWith", (n, r) => {
|
|
1078
1078
|
Y.init(n, r);
|
|
1079
|
-
const c = new RegExp(`^${
|
|
1079
|
+
const c = new RegExp(`^${Me(r.prefix)}.*`);
|
|
1080
1080
|
r.pattern ?? (r.pattern = c), n._zod.onattach.push((s) => {
|
|
1081
1081
|
const o = s._zod.bag;
|
|
1082
1082
|
o.patterns ?? (o.patterns = /* @__PURE__ */ new Set()), o.patterns.add(c);
|
|
@@ -1093,7 +1093,7 @@ const tf = /^[0-9a-fA-F]{32}$/, nf = /* @__PURE__ */ Zt(22, "=="), of = /* @__PU
|
|
|
1093
1093
|
};
|
|
1094
1094
|
}), Uc = /* @__PURE__ */ S("$ZodCheckEndsWith", (n, r) => {
|
|
1095
1095
|
Y.init(n, r);
|
|
1096
|
-
const c = new RegExp(`.*${
|
|
1096
|
+
const c = new RegExp(`.*${Me(r.suffix)}$`);
|
|
1097
1097
|
r.pattern ?? (r.pattern = c), n._zod.onattach.push((s) => {
|
|
1098
1098
|
const o = s._zod.bag;
|
|
1099
1099
|
o.patterns ?? (o.patterns = /* @__PURE__ */ new Set()), o.patterns.add(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) {
|
|
@@ -2046,7 +2046,7 @@ function Qr(n, r) {
|
|
|
2046
2046
|
const Es = /* @__PURE__ */ S("$ZodEnum", (n, r) => {
|
|
2047
2047
|
O.init(n, r);
|
|
2048
2048
|
const c = Lo(r.entries), s = new Set(c);
|
|
2049
|
-
n._zod.values = s, n._zod.pattern = new RegExp(`^(${c.filter((o) => Sn.has(typeof o)).map((o) => typeof o == "string" ?
|
|
2049
|
+
n._zod.values = s, n._zod.pattern = new RegExp(`^(${c.filter((o) => Sn.has(typeof o)).map((o) => typeof o == "string" ? Me(o) : o.toString()).join("|")})$`), n._zod.parse = (o, i) => {
|
|
2050
2050
|
const d = o.value;
|
|
2051
2051
|
return s.has(d) || o.issues.push({
|
|
2052
2052
|
code: "invalid_value",
|
|
@@ -2058,7 +2058,7 @@ const Es = /* @__PURE__ */ S("$ZodEnum", (n, r) => {
|
|
|
2058
2058
|
}), Ps = /* @__PURE__ */ S("$ZodLiteral", (n, r) => {
|
|
2059
2059
|
if (O.init(n, r), r.values.length === 0)
|
|
2060
2060
|
throw new Error("Cannot create literal schema with no valid values");
|
|
2061
|
-
n._zod.values = new Set(r.values), n._zod.pattern = new RegExp(`^(${r.values.map((c) => typeof c == "string" ?
|
|
2061
|
+
n._zod.values = new Set(r.values), n._zod.pattern = new RegExp(`^(${r.values.map((c) => typeof c == "string" ? Me(c) : c ? Me(c.toString()) : String(c)).join("|")})$`), n._zod.parse = (c, s) => {
|
|
2062
2062
|
const o = c.value;
|
|
2063
2063
|
return n._zod.values.has(o) || c.issues.push({
|
|
2064
2064
|
code: "invalid_value",
|
|
@@ -2235,7 +2235,7 @@ const Vs = /* @__PURE__ */ S("$ZodTemplateLiteral", (n, r) => {
|
|
|
2235
2235
|
const i = o.startsWith("^") ? 1 : 0, d = o.endsWith("$") ? o.length - 1 : o.length;
|
|
2236
2236
|
c.push(o.slice(i, d));
|
|
2237
2237
|
} else if (s === null || Ti.has(typeof s))
|
|
2238
|
-
c.push(
|
|
2238
|
+
c.push(Me(`${s}`));
|
|
2239
2239
|
else
|
|
2240
2240
|
throw new Error(`Invalid template literal part: ${s}`);
|
|
2241
2241
|
n._zod.pattern = new RegExp(`^${c.join("")}$`), n._zod.parse = (s, o) => typeof s.value != "string" ? (s.issues.push({
|
|
@@ -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)
|
|
@@ -10971,10 +10971,10 @@ a({
|
|
|
10971
10971
|
invoicingPlanName: t(e()),
|
|
10972
10972
|
paymentExecutionRetryPlanName: t(e())
|
|
10973
10973
|
});
|
|
10974
|
-
const
|
|
10974
|
+
const Ee = a({
|
|
10975
10975
|
action: e()
|
|
10976
10976
|
});
|
|
10977
|
-
|
|
10977
|
+
Ee.and(a({
|
|
10978
10978
|
action: ae("AddChangeInstructionResponse")
|
|
10979
10979
|
})).and(a({
|
|
10980
10980
|
locator: e(),
|
|
@@ -10989,7 +10989,7 @@ Ne.and(a({
|
|
|
10989
10989
|
a({
|
|
10990
10990
|
action: e()
|
|
10991
10991
|
});
|
|
10992
|
-
|
|
10992
|
+
Ee.and(a({
|
|
10993
10993
|
action: ae("DeleteChangeInstructionResponse")
|
|
10994
10994
|
})).and(a({
|
|
10995
10995
|
locator: e(),
|
|
@@ -11018,7 +11018,7 @@ a({
|
|
|
11018
11018
|
"policyLine"
|
|
11019
11019
|
]))
|
|
11020
11020
|
});
|
|
11021
|
-
|
|
11021
|
+
Ee.and(a({
|
|
11022
11022
|
action: ae("ModifyChangeInstructionResponse")
|
|
11023
11023
|
})).and(a({
|
|
11024
11024
|
locator: e(),
|
|
@@ -11034,7 +11034,7 @@ Ne.and(a({
|
|
|
11034
11034
|
setCoverageTerms: p(e(), p(e(), _())),
|
|
11035
11035
|
removeCoverageTerms: p(e(), p(e(), _()))
|
|
11036
11036
|
}));
|
|
11037
|
-
|
|
11037
|
+
Ee.and(a({
|
|
11038
11038
|
action: ae("ParamsChangeInstructionResponse")
|
|
11039
11039
|
})).and(a({
|
|
11040
11040
|
locator: e(),
|
|
@@ -11108,7 +11108,7 @@ const Xn = a({
|
|
|
11108
11108
|
contacts: t(m(ee)),
|
|
11109
11109
|
invoicingPlanName: t(e()),
|
|
11110
11110
|
paymentExecutionRetryPlanName: t(e())
|
|
11111
|
-
}),
|
|
11111
|
+
}), Pe = Ee.and(a({
|
|
11112
11112
|
action: ae("AddChangeInstructionCreateRequest")
|
|
11113
11113
|
})).and(a({
|
|
11114
11114
|
locator: e(),
|
|
@@ -11162,7 +11162,7 @@ const av = a({
|
|
|
11162
11162
|
renewalTransactionAcceptTime: t(h()),
|
|
11163
11163
|
renewalTransactionIssueTime: t(h()),
|
|
11164
11164
|
renewalTransactionLocator: t(e())
|
|
11165
|
-
}),
|
|
11165
|
+
}), Ue = Ee.and(a({
|
|
11166
11166
|
action: ae("DeleteChangeInstructionCreateRequest")
|
|
11167
11167
|
})).and(a({
|
|
11168
11168
|
locator: e(),
|
|
@@ -11173,7 +11173,7 @@ const av = a({
|
|
|
11173
11173
|
"delete"
|
|
11174
11174
|
]),
|
|
11175
11175
|
staticElementLocators: m(e())
|
|
11176
|
-
})),
|
|
11176
|
+
})), Oe = Ee.and(a({
|
|
11177
11177
|
action: ae("ModifyChangeInstructionCreateRequest")
|
|
11178
11178
|
})).and(a({
|
|
11179
11179
|
locator: e(),
|
|
@@ -11188,7 +11188,7 @@ const av = a({
|
|
|
11188
11188
|
removeData: p(e(), p(e(), _())),
|
|
11189
11189
|
setCoverageTerms: p(e(), p(e(), _())),
|
|
11190
11190
|
removeCoverageTerms: p(e(), p(e(), _()))
|
|
11191
|
-
})), Ae =
|
|
11191
|
+
})), Ae = Ee.and(a({
|
|
11192
11192
|
action: ae("ParamsChangeInstructionCreateRequest")
|
|
11193
11193
|
})).and(a({
|
|
11194
11194
|
locator: e(),
|
|
@@ -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() {
|
|
@@ -11476,9 +11476,9 @@ a({
|
|
|
11476
11476
|
m(at);
|
|
11477
11477
|
a({
|
|
11478
11478
|
body: W([
|
|
11479
|
-
Ee,
|
|
11480
11479
|
Pe,
|
|
11481
11480
|
Ue,
|
|
11481
|
+
Oe,
|
|
11482
11482
|
Ae
|
|
11483
11483
|
]),
|
|
11484
11484
|
path: a({
|
|
@@ -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()
|
|
@@ -12176,9 +12176,9 @@ a({
|
|
|
12176
12176
|
});
|
|
12177
12177
|
a({
|
|
12178
12178
|
body: W([
|
|
12179
|
-
Ee,
|
|
12180
12179
|
Pe,
|
|
12181
12180
|
Ue,
|
|
12181
|
+
Oe,
|
|
12182
12182
|
Ae
|
|
12183
12183
|
]),
|
|
12184
12184
|
path: a({
|
|
@@ -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()
|
|
@@ -12474,9 +12474,9 @@ a({
|
|
|
12474
12474
|
});
|
|
12475
12475
|
a({
|
|
12476
12476
|
body: m(W([
|
|
12477
|
-
Ee,
|
|
12478
12477
|
Pe,
|
|
12479
12478
|
Ue,
|
|
12479
|
+
Oe,
|
|
12480
12480
|
Ae
|
|
12481
12481
|
])),
|
|
12482
12482
|
path: a({
|
|
@@ -12490,9 +12490,9 @@ a({
|
|
|
12490
12490
|
});
|
|
12491
12491
|
a({
|
|
12492
12492
|
body: m(W([
|
|
12493
|
-
Ee,
|
|
12494
12493
|
Pe,
|
|
12495
12494
|
Ue,
|
|
12495
|
+
Oe,
|
|
12496
12496
|
Ae
|
|
12497
12497
|
])),
|
|
12498
12498
|
path: a({
|
|
@@ -12506,9 +12506,9 @@ a({
|
|
|
12506
12506
|
});
|
|
12507
12507
|
a({
|
|
12508
12508
|
body: m(W([
|
|
12509
|
-
Ee,
|
|
12510
12509
|
Pe,
|
|
12511
12510
|
Ue,
|
|
12511
|
+
Oe,
|
|
12512
12512
|
Ae
|
|
12513
12513
|
])),
|
|
12514
12514
|
path: a({
|
|
@@ -12522,9 +12522,9 @@ a({
|
|
|
12522
12522
|
});
|
|
12523
12523
|
a({
|
|
12524
12524
|
body: m(W([
|
|
12525
|
-
Ee,
|
|
12526
12525
|
Pe,
|
|
12527
12526
|
Ue,
|
|
12527
|
+
Oe,
|
|
12528
12528
|
Ae
|
|
12529
12529
|
])),
|
|
12530
12530
|
path: a({
|
|
@@ -12546,9 +12546,9 @@ a({
|
|
|
12546
12546
|
});
|
|
12547
12547
|
a({
|
|
12548
12548
|
body: m(W([
|
|
12549
|
-
Ee,
|
|
12550
12549
|
Pe,
|
|
12551
12550
|
Ue,
|
|
12551
|
+
Oe,
|
|
12552
12552
|
Ae
|
|
12553
12553
|
])),
|
|
12554
12554
|
path: a({
|
|
@@ -12561,9 +12561,9 @@ a({
|
|
|
12561
12561
|
});
|
|
12562
12562
|
a({
|
|
12563
12563
|
body: t(m(W([
|
|
12564
|
-
Ee,
|
|
12565
12564
|
Pe,
|
|
12566
12565
|
Ue,
|
|
12566
|
+
Oe,
|
|
12567
12567
|
Ae
|
|
12568
12568
|
]))),
|
|
12569
12569
|
path: a({
|
|
@@ -12592,9 +12592,9 @@ a({
|
|
|
12592
12592
|
});
|
|
12593
12593
|
a({
|
|
12594
12594
|
body: m(W([
|
|
12595
|
-
Ee,
|
|
12596
12595
|
Pe,
|
|
12597
12596
|
Ue,
|
|
12597
|
+
Oe,
|
|
12598
12598
|
Ae
|
|
12599
12599
|
])),
|
|
12600
12600
|
path: a({
|
|
@@ -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({
|
|
@@ -13304,7 +13304,7 @@ const ft = l(), E = We(), lv = sl(), A = h(), BT = h({
|
|
|
13304
13304
|
}), Ie = p(e(), e()), F = p(e(), C()), MT = p(
|
|
13305
13305
|
e(),
|
|
13306
13306
|
p(e(), _())
|
|
13307
|
-
), Ke = ft, Z = lv, le = E,
|
|
13307
|
+
), Ke = ft, Z = lv, le = E, Fe = E, qe = E, ut = E, gn = E, FT = E, yt = E, pr = E, Re = E, dv = E, fr = E, $d = E, _d = E, _o = E, Ld = E, mv = E;
|
|
13308
13308
|
function H(n) {
|
|
13309
13309
|
return a({
|
|
13310
13310
|
listCompleted: y(),
|
|
@@ -13316,7 +13316,7 @@ function pv(n) {
|
|
|
13316
13316
|
}
|
|
13317
13317
|
const fv = a({
|
|
13318
13318
|
...Kl.shape,
|
|
13319
|
-
locator:
|
|
13319
|
+
locator: Fe.optional(),
|
|
13320
13320
|
elementType: e().optional(),
|
|
13321
13321
|
errors: m(e()).optional()
|
|
13322
13322
|
}), X = 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(), _())),
|
|
@@ -16536,20 +16536,20 @@ a({
|
|
|
16536
16536
|
listCompleted: y(),
|
|
16537
16537
|
items: m(Sr)
|
|
16538
16538
|
});
|
|
16539
|
-
const
|
|
16539
|
+
const Ze = a({
|
|
16540
16540
|
locator: e()
|
|
16541
16541
|
}), Ub = a({
|
|
16542
16542
|
fnolLocator: e(),
|
|
16543
16543
|
claimLocator: e()
|
|
16544
16544
|
}), am = a({
|
|
16545
|
-
"claim.fnol.update": t(
|
|
16546
|
-
"claim.fnol.complete": t(
|
|
16547
|
-
"claim.fnol.validate": t(
|
|
16548
|
-
"claim.fnol.create": t(
|
|
16549
|
-
"claim.fnol.anonymize": t(
|
|
16550
|
-
"fnol.numberAssignmentFailed": t(
|
|
16551
|
-
"claim.fnol.reject": t(
|
|
16552
|
-
"claim.fnol.discard": t(
|
|
16545
|
+
"claim.fnol.update": t(Ze),
|
|
16546
|
+
"claim.fnol.complete": t(Ze),
|
|
16547
|
+
"claim.fnol.validate": t(Ze),
|
|
16548
|
+
"claim.fnol.create": t(Ze),
|
|
16549
|
+
"claim.fnol.anonymize": t(Ze),
|
|
16550
|
+
"fnol.numberAssignmentFailed": t(Ze),
|
|
16551
|
+
"claim.fnol.reject": t(Ze),
|
|
16552
|
+
"claim.fnol.discard": t(Ze),
|
|
16553
16553
|
"claim.fnol.onclaim": t(Ub)
|
|
16554
16554
|
});
|
|
16555
16555
|
a({
|
|
@@ -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",
|
|
@@ -17396,7 +17396,7 @@ const Mb = a({
|
|
|
17396
17396
|
}), wS = a({
|
|
17397
17397
|
attempts: g(),
|
|
17398
17398
|
hoursBetweenAttempts: m(b())
|
|
17399
|
-
}),
|
|
17399
|
+
}), je = a({
|
|
17400
17400
|
defaultTimeZone: e(),
|
|
17401
17401
|
defaultCurrency: e(),
|
|
17402
17402
|
defaultTermDuration: b(),
|
|
@@ -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()),
|
|
@@ -17578,7 +17578,7 @@ a({
|
|
|
17578
17578
|
plugins: p(e(), p(e(), e()))
|
|
17579
17579
|
});
|
|
17580
17580
|
a({
|
|
17581
|
-
body: t(
|
|
17581
|
+
body: t(je),
|
|
17582
17582
|
path: t(u()),
|
|
17583
17583
|
query: t(u())
|
|
17584
17584
|
});
|
|
@@ -17591,33 +17591,33 @@ a({
|
|
|
17591
17591
|
});
|
|
17592
17592
|
p(e(), dm);
|
|
17593
17593
|
a({
|
|
17594
|
-
body: t(
|
|
17594
|
+
body: t(je),
|
|
17595
17595
|
path: a({
|
|
17596
17596
|
tenantLocator: l()
|
|
17597
17597
|
}),
|
|
17598
17598
|
query: t(u())
|
|
17599
17599
|
});
|
|
17600
17600
|
a({
|
|
17601
|
-
body: t(
|
|
17601
|
+
body: t(je),
|
|
17602
17602
|
path: t(u()),
|
|
17603
17603
|
query: t(u())
|
|
17604
17604
|
});
|
|
17605
17605
|
a({
|
|
17606
|
-
body: t(
|
|
17606
|
+
body: t(je),
|
|
17607
17607
|
path: a({
|
|
17608
17608
|
tenantLocator: l()
|
|
17609
17609
|
}),
|
|
17610
17610
|
query: t(u())
|
|
17611
17611
|
});
|
|
17612
17612
|
a({
|
|
17613
|
-
body: t(
|
|
17613
|
+
body: t(je),
|
|
17614
17614
|
path: a({
|
|
17615
17615
|
tenantLocator: l()
|
|
17616
17616
|
}),
|
|
17617
17617
|
query: t(u())
|
|
17618
17618
|
});
|
|
17619
17619
|
a({
|
|
17620
|
-
body: t(
|
|
17620
|
+
body: t(je),
|
|
17621
17621
|
path: a({
|
|
17622
17622
|
tenantLocator: l()
|
|
17623
17623
|
}),
|
|
@@ -17646,7 +17646,7 @@ a({
|
|
|
17646
17646
|
}))
|
|
17647
17647
|
});
|
|
17648
17648
|
a({
|
|
17649
|
-
body: t(
|
|
17649
|
+
body: t(je),
|
|
17650
17650
|
path: t(u()),
|
|
17651
17651
|
query: t(a({
|
|
17652
17652
|
name: t(e()),
|
|
@@ -17654,7 +17654,7 @@ a({
|
|
|
17654
17654
|
}))
|
|
17655
17655
|
});
|
|
17656
17656
|
a({
|
|
17657
|
-
body: t(
|
|
17657
|
+
body: t(je),
|
|
17658
17658
|
path: t(u()),
|
|
17659
17659
|
query: t(u())
|
|
17660
17660
|
});
|
|
@@ -17698,7 +17698,7 @@ a({
|
|
|
17698
17698
|
tenantLocator: l()
|
|
17699
17699
|
}),
|
|
17700
17700
|
query: a({
|
|
17701
|
-
config:
|
|
17701
|
+
config: je
|
|
17702
17702
|
})
|
|
17703
17703
|
});
|
|
17704
17704
|
p(e(), xS);
|
|
@@ -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([
|
|
@@ -18547,17 +18547,17 @@ a({
|
|
|
18547
18547
|
listCompleted: y(),
|
|
18548
18548
|
items: m(a$)
|
|
18549
18549
|
});
|
|
18550
|
-
const
|
|
18550
|
+
const Be = a({
|
|
18551
18551
|
migrationLocator: e()
|
|
18552
18552
|
}), wm = a({
|
|
18553
|
-
"migration.start": t(
|
|
18554
|
-
"migration.error": t(
|
|
18555
|
-
"migration.resume": t(
|
|
18556
|
-
"migration.recover": t(
|
|
18557
|
-
"migration.patch": t(
|
|
18558
|
-
"migration.finish": t(
|
|
18559
|
-
"migration.pause": t(
|
|
18560
|
-
"migration.fail": t(
|
|
18553
|
+
"migration.start": t(Be),
|
|
18554
|
+
"migration.error": t(Be),
|
|
18555
|
+
"migration.resume": t(Be),
|
|
18556
|
+
"migration.recover": t(Be),
|
|
18557
|
+
"migration.patch": t(Be),
|
|
18558
|
+
"migration.finish": t(Be),
|
|
18559
|
+
"migration.pause": t(Be),
|
|
18560
|
+
"migration.fail": t(Be)
|
|
18561
18561
|
});
|
|
18562
18562
|
a({
|
|
18563
18563
|
migrationEvents: wm
|
|
@@ -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",
|
|
@@ -19488,7 +19488,7 @@ const B$ = [
|
|
|
19488
19488
|
createdTime: e().optional(),
|
|
19489
19489
|
level: Gm.optional(),
|
|
19490
19490
|
note: e().optional()
|
|
19491
|
-
}),
|
|
19491
|
+
}), Ne = a({
|
|
19492
19492
|
...De.shape,
|
|
19493
19493
|
locator: E,
|
|
19494
19494
|
level: Om,
|
|
@@ -19496,7 +19496,7 @@ const B$ = [
|
|
|
19496
19496
|
referenceLocator: E.optional(),
|
|
19497
19497
|
note: e().optional(),
|
|
19498
19498
|
tag: e().optional(),
|
|
19499
|
-
elementLocator:
|
|
19499
|
+
elementLocator: Fe.optional(),
|
|
19500
19500
|
createdBy: ft.optional(),
|
|
19501
19501
|
createdTime: A.optional(),
|
|
19502
19502
|
clearedBy: ft.optional(),
|
|
@@ -19511,7 +19511,7 @@ const B$ = [
|
|
|
19511
19511
|
clearFlags: e().array()
|
|
19512
19512
|
}), K$ = a({
|
|
19513
19513
|
...$e.shape,
|
|
19514
|
-
elementLocator:
|
|
19514
|
+
elementLocator: Fe.optional(),
|
|
19515
19515
|
level: Om,
|
|
19516
19516
|
note: e().optional(),
|
|
19517
19517
|
tag: e().optional(),
|
|
@@ -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,11 +19928,11 @@ 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
|
-
locator:
|
|
19933
|
+
locator: Fe,
|
|
19934
19934
|
staticLocator: E,
|
|
19935
|
-
parentLocator:
|
|
19935
|
+
parentLocator: Fe,
|
|
19936
19936
|
originalEffectiveTime: A.optional(),
|
|
19937
19937
|
category: v$.optional(),
|
|
19938
19938
|
data: F.optional(),
|
|
@@ -19943,14 +19943,14 @@ const B$ = [
|
|
|
19943
19943
|
}), eL = a({
|
|
19944
19944
|
type: e(),
|
|
19945
19945
|
staticLocator: E.optional(),
|
|
19946
|
-
parentLocator:
|
|
19946
|
+
parentLocator: Fe,
|
|
19947
19947
|
data: F,
|
|
19948
19948
|
coverageTerms: Ie
|
|
19949
19949
|
}), Pr = eL.extend({
|
|
19950
19950
|
elements: se(() => Pr.array().optional())
|
|
19951
19951
|
}), tL = Xn.extend(
|
|
19952
19952
|
a({
|
|
19953
|
-
locator:
|
|
19953
|
+
locator: Fe,
|
|
19954
19954
|
setData: F,
|
|
19955
19955
|
removeData: F,
|
|
19956
19956
|
setCoverageTerms: Ie,
|
|
@@ -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(
|
|
@@ -20182,20 +20182,20 @@ const B$ = [
|
|
|
20182
20182
|
}), Tk = jg.extend(
|
|
20183
20183
|
a({
|
|
20184
20184
|
quoteLocator: Re,
|
|
20185
|
-
flags: m(
|
|
20186
|
-
clearedFlags: m(
|
|
20185
|
+
flags: m(Ne).optional(),
|
|
20186
|
+
clearedFlags: m(Ne).optional()
|
|
20187
20187
|
}).shape
|
|
20188
20188
|
), kk = a({
|
|
20189
20189
|
...Gg.shape,
|
|
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(),
|
|
20197
20197
|
durationBasis: ve.optional(),
|
|
20198
|
-
underwritingFlags: m(
|
|
20198
|
+
underwritingFlags: m(Ne).optional(),
|
|
20199
20199
|
validationResult: X.optional()
|
|
20200
20200
|
}).partial(), sL = f(["clear", "delete"]), wk = a({
|
|
20201
20201
|
deleteAllAutomaticDocuments: y(),
|
|
@@ -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,8 +20499,8 @@ const B$ = [
|
|
|
20499
20499
|
transactionState: Dr,
|
|
20500
20500
|
effectiveTime: e(),
|
|
20501
20501
|
transactionCategory: xr,
|
|
20502
|
-
underwritingStatus:
|
|
20503
|
-
underwritingFlags:
|
|
20502
|
+
underwritingStatus: St.optional(),
|
|
20503
|
+
underwritingFlags: Ne.array().optional(),
|
|
20504
20504
|
validationResult: X.optional()
|
|
20505
20505
|
}), Vk = yi.extend({
|
|
20506
20506
|
aggregatedTransactions: m(yi).optional()
|
|
@@ -20509,9 +20509,14 @@ const B$ = [
|
|
|
20509
20509
|
}).omit({
|
|
20510
20510
|
aggregatedTransactions: !0,
|
|
20511
20511
|
validationResult: !0,
|
|
20512
|
-
underwritingStatus: !0
|
|
20512
|
+
underwritingStatus: !0,
|
|
20513
|
+
underwritingFlags: !0
|
|
20514
|
+
}).extend({
|
|
20515
|
+
validationResult: X.optional(),
|
|
20516
|
+
underwritingStatus: St.optional(),
|
|
20517
|
+
underwritingFlags: Ne.array().optional()
|
|
20513
20518
|
}), Qk = gi.extend({
|
|
20514
|
-
underwritingStatus:
|
|
20519
|
+
underwritingStatus: St.optional(),
|
|
20515
20520
|
aggregatedTransactions: m(gi).optional(),
|
|
20516
20521
|
validationResult: X.optional()
|
|
20517
20522
|
}), Hk = a({
|
|
@@ -20522,13 +20527,13 @@ const B$ = [
|
|
|
20522
20527
|
resetFlags: m(e()).optional()
|
|
20523
20528
|
}), Xk = a({
|
|
20524
20529
|
transactionLocator: e(),
|
|
20525
|
-
clearedFlags:
|
|
20526
|
-
flags:
|
|
20530
|
+
clearedFlags: Ne.array().optional(),
|
|
20531
|
+
flags: Ne.array().optional(),
|
|
20527
20532
|
validationResult: X.optional()
|
|
20528
20533
|
}), Yk = a({
|
|
20529
20534
|
transactionLocator: e(),
|
|
20530
|
-
clearedFlags:
|
|
20531
|
-
flags:
|
|
20535
|
+
clearedFlags: Ne.array().optional(),
|
|
20536
|
+
flags: Ne.array().optional(),
|
|
20532
20537
|
validationResult: X.optional()
|
|
20533
20538
|
}), _L = f([
|
|
20534
20539
|
"draft",
|
|
@@ -20570,7 +20575,7 @@ const B$ = [
|
|
|
20570
20575
|
graceStartedAt: e().optional(),
|
|
20571
20576
|
lapseTransactionEffectiveDate: e().optional(),
|
|
20572
20577
|
references: m(a({})).optional()
|
|
20573
|
-
}), wL = f(["invoice", "account"]),
|
|
20578
|
+
}), wL = f(["invoice", "account"]), Pt = a({
|
|
20574
20579
|
containerLocator: e(),
|
|
20575
20580
|
containerType: wL,
|
|
20576
20581
|
amount: b().optional()
|
|
@@ -20593,7 +20598,7 @@ const ow = a({
|
|
|
20593
20598
|
type: e(),
|
|
20594
20599
|
useDefaultFinancialInstrument: y(),
|
|
20595
20600
|
data: p(e(), C()),
|
|
20596
|
-
targets:
|
|
20601
|
+
targets: Pt.array(),
|
|
20597
20602
|
accountLocator: e().optional(),
|
|
20598
20603
|
financialInstrumentLocator: e().optional(),
|
|
20599
20604
|
currency: e().optional(),
|
|
@@ -20601,8 +20606,8 @@ const ow = a({
|
|
|
20601
20606
|
transactionNumber: e().optional()
|
|
20602
20607
|
}), aw = a({
|
|
20603
20608
|
amount: b(),
|
|
20604
|
-
sources: m(
|
|
20605
|
-
targets: m(
|
|
20609
|
+
sources: m(Pt),
|
|
20610
|
+
targets: m(Pt),
|
|
20606
20611
|
accountLocator: e().optional(),
|
|
20607
20612
|
currency: e().optional()
|
|
20608
20613
|
}), AL = f([
|
|
@@ -20613,13 +20618,13 @@ const ow = a({
|
|
|
20613
20618
|
"discarded"
|
|
20614
20619
|
]), rw = a({
|
|
20615
20620
|
locator: e(),
|
|
20616
|
-
currency:
|
|
20621
|
+
currency: Kt,
|
|
20617
20622
|
creditDistributionState: AL,
|
|
20618
20623
|
amount: b(),
|
|
20619
20624
|
createdAt: e(),
|
|
20620
20625
|
createdBy: e(),
|
|
20621
|
-
sources:
|
|
20622
|
-
targets:
|
|
20626
|
+
sources: Pt.array(),
|
|
20627
|
+
targets: Pt.array(),
|
|
20623
20628
|
shortfallCreditLocators: e().array().optional(),
|
|
20624
20629
|
accountLocator: e().optional(),
|
|
20625
20630
|
executedAt: e().optional(),
|
|
@@ -20650,14 +20655,14 @@ const ow = a({
|
|
|
20650
20655
|
faTransactionTime: e()
|
|
20651
20656
|
}), cw = a({
|
|
20652
20657
|
referenceLocator: e(),
|
|
20653
|
-
currency:
|
|
20658
|
+
currency: Kt.optional(),
|
|
20654
20659
|
balance: b(),
|
|
20655
20660
|
referenceType: qL,
|
|
20656
20661
|
lineItems: xL.array().optional()
|
|
20657
20662
|
});
|
|
20658
20663
|
a({
|
|
20659
20664
|
...Qd.shape,
|
|
20660
|
-
currency:
|
|
20665
|
+
currency: Kt.optional(),
|
|
20661
20666
|
lineItems: Vd.array().optional()
|
|
20662
20667
|
});
|
|
20663
20668
|
const sw = {
|
|
@@ -21346,7 +21351,7 @@ const dw = a({
|
|
|
21346
21351
|
permissions: m(e()),
|
|
21347
21352
|
roles: m(e()),
|
|
21348
21353
|
tenants: m(e())
|
|
21349
|
-
}), ww = H(nT), lp =
|
|
21354
|
+
}), ww = H(nT), lp = nn.extend(
|
|
21350
21355
|
a({
|
|
21351
21356
|
locator: gn,
|
|
21352
21357
|
referenceLocator: gn,
|
|
@@ -21452,15 +21457,15 @@ const dw = a({
|
|
|
21452
21457
|
contacts: m(ee).optional(),
|
|
21453
21458
|
// deprecated
|
|
21454
21459
|
state: di.optional()
|
|
21455
|
-
}), dp =
|
|
21460
|
+
}), dp = Qt.extend(
|
|
21456
21461
|
a({
|
|
21457
21462
|
locator: E,
|
|
21458
21463
|
reversalOfLocator: E.optional(),
|
|
21459
|
-
elementLocator:
|
|
21464
|
+
elementLocator: Fe,
|
|
21460
21465
|
elementStaticLocator: E,
|
|
21461
21466
|
chargeCategory: h$
|
|
21462
21467
|
}).shape
|
|
21463
|
-
), co =
|
|
21468
|
+
), co = Ee.extend(
|
|
21464
21469
|
a({ locator: E, action: f$ }).shape
|
|
21465
21470
|
), lT = co.extend(
|
|
21466
21471
|
a({ elements: m(Pr) }).shape
|
|
@@ -21476,7 +21481,7 @@ const dw = a({
|
|
|
21476
21481
|
a({
|
|
21477
21482
|
effectiveTime: A,
|
|
21478
21483
|
newPolicyEndTime: A.optional(),
|
|
21479
|
-
preferences:
|
|
21484
|
+
preferences: $t.optional(),
|
|
21480
21485
|
triggerBillingChange: y().optional(),
|
|
21481
21486
|
billingModeChange: y().optional()
|
|
21482
21487
|
}).shape
|
|
@@ -21501,11 +21506,11 @@ const dw = a({
|
|
|
21501
21506
|
baseTransactionLocator: ut.optional(),
|
|
21502
21507
|
issuedTime: A.optional(),
|
|
21503
21508
|
acceptedTime: A.optional(),
|
|
21504
|
-
preferences:
|
|
21509
|
+
preferences: $t.optional(),
|
|
21505
21510
|
underwritingStatus: e().optional(),
|
|
21506
21511
|
validationResult: X.optional(),
|
|
21507
21512
|
changeInstructions: m(so).optional(),
|
|
21508
|
-
billingTrigger:
|
|
21513
|
+
billingTrigger: on
|
|
21509
21514
|
}), pT = bi.extend(
|
|
21510
21515
|
a({
|
|
21511
21516
|
aggregatedTransactions: m(bi)
|
|
@@ -21545,13 +21550,13 @@ const dw = a({
|
|
|
21545
21550
|
lastAccessedTime: A
|
|
21546
21551
|
}), bT = H(vT), Bw = a({
|
|
21547
21552
|
...bT.shape,
|
|
21548
|
-
count:
|
|
21553
|
+
count: Rt().nonnegative().int(),
|
|
21549
21554
|
listCompleted: y().optional()
|
|
21550
21555
|
}), ST = a({
|
|
21551
21556
|
...Jn.shape,
|
|
21552
21557
|
locator: Re,
|
|
21553
21558
|
quickQuoteLocator: Re.optional(),
|
|
21554
|
-
quoteState:
|
|
21559
|
+
quoteState: an,
|
|
21555
21560
|
billingLevel: Ve.optional(),
|
|
21556
21561
|
element: rn.optional(),
|
|
21557
21562
|
type: e().optional(),
|
|
@@ -21562,13 +21567,13 @@ const dw = a({
|
|
|
21562
21567
|
contacts: m(ee).optional(),
|
|
21563
21568
|
policyNumber: e().optional(),
|
|
21564
21569
|
accountLocator: le,
|
|
21565
|
-
underwritingStatus:
|
|
21570
|
+
underwritingStatus: St.optional(),
|
|
21566
21571
|
// deprecated
|
|
21567
21572
|
boundTime: e().optional(),
|
|
21568
|
-
billingTrigger:
|
|
21573
|
+
billingTrigger: on.optional(),
|
|
21569
21574
|
durationBasis: ve.optional(),
|
|
21570
21575
|
policyLocator: qe.optional(),
|
|
21571
|
-
preferences:
|
|
21576
|
+
preferences: $t.optional(),
|
|
21572
21577
|
validationResult: X.optional(),
|
|
21573
21578
|
static: F.optional(),
|
|
21574
21579
|
issuedTime: A.optional(),
|
|
@@ -21586,11 +21591,11 @@ const dw = a({
|
|
|
21586
21591
|
expirationTime: A.optional(),
|
|
21587
21592
|
durationBasis: ve.optional(),
|
|
21588
21593
|
billingLevel: Ve.optional(),
|
|
21589
|
-
preferences:
|
|
21594
|
+
preferences: $t.optional(),
|
|
21590
21595
|
static: F.optional(),
|
|
21591
21596
|
coverageTerms: Ie.optional(),
|
|
21592
21597
|
// deprecated
|
|
21593
|
-
billingTrigger:
|
|
21598
|
+
billingTrigger: on.optional(),
|
|
21594
21599
|
elements: m(Pr)
|
|
21595
21600
|
}), Gw = hd.extend(
|
|
21596
21601
|
a({
|
|
@@ -21598,9 +21603,9 @@ const dw = a({
|
|
|
21598
21603
|
endTime: A,
|
|
21599
21604
|
expirationTime: A,
|
|
21600
21605
|
// deprecated
|
|
21601
|
-
billingTrigger:
|
|
21606
|
+
billingTrigger: on,
|
|
21602
21607
|
billingLevel: Ve,
|
|
21603
|
-
preferences:
|
|
21608
|
+
preferences: $t,
|
|
21604
21609
|
removeCoverageTerms: F,
|
|
21605
21610
|
removeData: F,
|
|
21606
21611
|
setCoverageTerms: F,
|
|
@@ -21612,14 +21617,14 @@ const dw = a({
|
|
|
21612
21617
|
tenantLocator: Ke,
|
|
21613
21618
|
accountLocator: le,
|
|
21614
21619
|
quoteLocator: Re,
|
|
21615
|
-
quoteState:
|
|
21620
|
+
quoteState: an,
|
|
21616
21621
|
startTime: A,
|
|
21617
21622
|
endTime: A,
|
|
21618
21623
|
expirationTime: A,
|
|
21619
21624
|
durationBasis: ve,
|
|
21620
21625
|
items: m(dp),
|
|
21621
21626
|
validationResult: X.optional()
|
|
21622
|
-
}), Ww =
|
|
21627
|
+
}), Ww = Vt.extend(
|
|
21623
21628
|
a({
|
|
21624
21629
|
groupLocator: E
|
|
21625
21630
|
}).shape
|
|
@@ -21630,7 +21635,7 @@ const dw = a({
|
|
|
21630
21635
|
deleteDocuments: m(E)
|
|
21631
21636
|
}).shape
|
|
21632
21637
|
), $T = a({
|
|
21633
|
-
quoteState:
|
|
21638
|
+
quoteState: an,
|
|
21634
21639
|
productName: e().optional(),
|
|
21635
21640
|
accountName: e().optional(),
|
|
21636
21641
|
accountType: e().optional(),
|
|
@@ -21644,7 +21649,7 @@ const dw = a({
|
|
|
21644
21649
|
lastAccessedTime: A
|
|
21645
21650
|
}), LT = H(_T), Vw = a({
|
|
21646
21651
|
...LT.shape,
|
|
21647
|
-
count:
|
|
21652
|
+
count: Rt().nonnegative().int(),
|
|
21648
21653
|
listCompleted: y().optional()
|
|
21649
21654
|
}), TT = a({
|
|
21650
21655
|
...yd.shape,
|
|
@@ -21730,7 +21735,7 @@ const dw = a({
|
|
|
21730
21735
|
transactionLocators: m(e()).optional()
|
|
21731
21736
|
}), aI = a({
|
|
21732
21737
|
...vr.shape,
|
|
21733
|
-
currency:
|
|
21738
|
+
currency: Kt,
|
|
21734
21739
|
accountLocator: le,
|
|
21735
21740
|
invoiceState: R$,
|
|
21736
21741
|
invoiceItems: m(wT).optional(),
|
|
@@ -21746,13 +21751,13 @@ const dw = a({
|
|
|
21746
21751
|
}), be = W([
|
|
21747
21752
|
up,
|
|
21748
21753
|
IT
|
|
21749
|
-
]),
|
|
21754
|
+
]), Ce = a({
|
|
21750
21755
|
tenantLocator: Ke
|
|
21751
|
-
}), rI =
|
|
21756
|
+
}), rI = Ce.extend(
|
|
21752
21757
|
a({
|
|
21753
21758
|
userLocator: Z
|
|
21754
21759
|
}).shape
|
|
21755
|
-
), AT =
|
|
21760
|
+
), AT = Ce.extend(
|
|
21756
21761
|
a({
|
|
21757
21762
|
userAssociationLocator: $d
|
|
21758
21763
|
}).shape
|
|
@@ -21760,16 +21765,16 @@ const dw = a({
|
|
|
21760
21765
|
a({
|
|
21761
21766
|
userLocator: Z
|
|
21762
21767
|
}).shape
|
|
21763
|
-
), cI =
|
|
21768
|
+
), cI = Ce.extend(
|
|
21764
21769
|
a({
|
|
21765
21770
|
userLocator: Z
|
|
21766
21771
|
}).shape
|
|
21767
|
-
), sI =
|
|
21772
|
+
), sI = Ce.extend(
|
|
21768
21773
|
a({
|
|
21769
21774
|
referenceType: e(),
|
|
21770
21775
|
referenceLocator: E
|
|
21771
21776
|
}).shape
|
|
21772
|
-
), qT =
|
|
21777
|
+
), qT = Ce.extend(
|
|
21773
21778
|
a({
|
|
21774
21779
|
taskLocator: fr
|
|
21775
21780
|
}).shape
|
|
@@ -21777,21 +21782,21 @@ const dw = a({
|
|
|
21777
21782
|
a({
|
|
21778
21783
|
userLocator: Z
|
|
21779
21784
|
}).shape
|
|
21780
|
-
), lI =
|
|
21785
|
+
), lI = Ce.extend(
|
|
21781
21786
|
a({
|
|
21782
21787
|
userLocator: Z
|
|
21783
21788
|
}).shape
|
|
21784
|
-
), dI =
|
|
21789
|
+
), dI = Ce.extend(
|
|
21785
21790
|
a({
|
|
21786
21791
|
referenceType: e(),
|
|
21787
21792
|
referenceLocator: E
|
|
21788
21793
|
}).shape
|
|
21789
|
-
), mI =
|
|
21794
|
+
), mI = Ce.extend(
|
|
21790
21795
|
a({
|
|
21791
21796
|
referenceType: e(),
|
|
21792
21797
|
referenceLocator: E
|
|
21793
21798
|
}).shape
|
|
21794
|
-
), pI =
|
|
21799
|
+
), pI = Ce.extend(
|
|
21795
21800
|
a({
|
|
21796
21801
|
diaryLocator: _d
|
|
21797
21802
|
}).shape
|
|
@@ -21815,7 +21820,7 @@ const dw = a({
|
|
|
21815
21820
|
), fp = a({
|
|
21816
21821
|
...wd.shape
|
|
21817
21822
|
}), yI = fp, Mr = a({
|
|
21818
|
-
...
|
|
21823
|
+
...Yt.shape,
|
|
21819
21824
|
locator: _d,
|
|
21820
21825
|
referenceType: x$,
|
|
21821
21826
|
diaryState: D$,
|
|
@@ -21831,7 +21836,7 @@ const dw = a({
|
|
|
21831
21836
|
referenceLocator: !0
|
|
21832
21837
|
}).optional()
|
|
21833
21838
|
}), DT = a({
|
|
21834
|
-
...
|
|
21839
|
+
...Et.shape,
|
|
21835
21840
|
entityNumber: e().optional(),
|
|
21836
21841
|
policyLocator: qe.optional(),
|
|
21837
21842
|
termLocator: pr.optional(),
|
|
@@ -21904,7 +21909,7 @@ const dw = a({
|
|
|
21904
21909
|
...Ad.shape
|
|
21905
21910
|
}), jT = a({
|
|
21906
21911
|
...vt.shape,
|
|
21907
|
-
currency:
|
|
21912
|
+
currency: Kt,
|
|
21908
21913
|
paymentState: P$,
|
|
21909
21914
|
data: p(e(), C()).optional(),
|
|
21910
21915
|
targets: cn.array().optional(),
|
|
@@ -21917,7 +21922,7 @@ const dw = a({
|
|
|
21917
21922
|
createdBy: Z,
|
|
21918
21923
|
reversedBy: Z.optional()
|
|
21919
21924
|
}), EI = H(jT), yp = a({
|
|
21920
|
-
...
|
|
21925
|
+
...en.shape
|
|
21921
21926
|
}), gp = a({
|
|
21922
21927
|
...bt.shape,
|
|
21923
21928
|
locator: Ld,
|
|
@@ -21988,7 +21993,7 @@ export {
|
|
|
21988
21993
|
up as BasicUserResponseSchema,
|
|
21989
21994
|
Ve as BillingLevelEnumSchema,
|
|
21990
21995
|
Qm as BillingPreferencesSchema,
|
|
21991
|
-
|
|
21996
|
+
on as BillingTriggerEnumSchema,
|
|
21992
21997
|
YL as BootstrapResultSchema,
|
|
21993
21998
|
XL as BootstrapResultStatusEnumSchema,
|
|
21994
21999
|
Pm as CadenceEnumSchema,
|
|
@@ -22070,7 +22075,7 @@ export {
|
|
|
22070
22075
|
ve as DurationBasisEnumSchema,
|
|
22071
22076
|
v$ as ElementCategoryEnumSchema,
|
|
22072
22077
|
Pr as ElementCreateRequestSchema,
|
|
22073
|
-
|
|
22078
|
+
Fe as ElementIdSchema,
|
|
22074
22079
|
rn as ElementResponseSchema,
|
|
22075
22080
|
tL as ElementUpdateRequestSchema,
|
|
22076
22081
|
VT as EventsEnumSchema,
|
|
@@ -22128,7 +22133,7 @@ export {
|
|
|
22128
22133
|
P$ as PaymentStateEnumSchema,
|
|
22129
22134
|
qe as PolicyIdSchema,
|
|
22130
22135
|
uk as PolicyListResponseSchema,
|
|
22131
|
-
|
|
22136
|
+
$t as PolicyPreferencesSchema,
|
|
22132
22137
|
fk as PolicyResponseArraySchema,
|
|
22133
22138
|
Km as PolicyResponseSchema,
|
|
22134
22139
|
dk as PolicySnapshotResponseSchema,
|
|
@@ -22152,7 +22157,7 @@ export {
|
|
|
22152
22157
|
Mw as QuoteListResponseSchema,
|
|
22153
22158
|
Jw as QuotePriceResponseSchema,
|
|
22154
22159
|
ST as QuoteResponseSchema,
|
|
22155
|
-
|
|
22160
|
+
an as QuoteStateEnumSchema,
|
|
22156
22161
|
Tk as QuoteUnderwritingFlagsResponseSchema,
|
|
22157
22162
|
kk as QuoteUnderwritingResponseSchema,
|
|
22158
22163
|
Gw as QuoteUpdateRequestSchema,
|
|
@@ -22195,7 +22200,7 @@ export {
|
|
|
22195
22200
|
qT as TaskParamsSchema,
|
|
22196
22201
|
DT as TaskReferenceBffSchema,
|
|
22197
22202
|
q$ as TaskReferenceEnumSchema,
|
|
22198
|
-
|
|
22203
|
+
Et as TaskReferenceSchema,
|
|
22199
22204
|
RT as TaskResponseBffSchema,
|
|
22200
22205
|
Jm as TaskResponseSchema,
|
|
22201
22206
|
io as TaskStateEnumSchema,
|
|
@@ -22208,7 +22213,7 @@ export {
|
|
|
22208
22213
|
bw as TenantDeploymentResultSchema,
|
|
22209
22214
|
Ke as TenantIdSchema,
|
|
22210
22215
|
iT as TenantLocatorSchema,
|
|
22211
|
-
|
|
22216
|
+
Ce as TenantQualificationsParamsSchema,
|
|
22212
22217
|
kI as TenantQualificationsResponseSchema,
|
|
22213
22218
|
HL as TenantResponseSchema,
|
|
22214
22219
|
Sw as TenantUpdateRequestSchema,
|
|
@@ -22223,11 +22228,11 @@ export {
|
|
|
22223
22228
|
E as ULIDZ,
|
|
22224
22229
|
ft as UUIDZ,
|
|
22225
22230
|
K$ as UnderwritingFlagCreateRequestSchema,
|
|
22226
|
-
|
|
22231
|
+
Ne as UnderwritingFlagResponseSchema,
|
|
22227
22232
|
Om as UnderwritingFlagsLevelEnumSchema,
|
|
22228
22233
|
_$ as UnderwritingFlagsReferenceTypeEnumSchema,
|
|
22229
22234
|
HT as UnderwritingFlagsUpdateRequestSchema,
|
|
22230
|
-
|
|
22235
|
+
St as UnderwritingStatusEnumSchema,
|
|
22231
22236
|
mk as UpdateBillingLevelRequestSchema,
|
|
22232
22237
|
t_ as UserAssociationCreateRequestSchema,
|
|
22233
22238
|
$d as UserAssociationIdSchema,
|
|
@@ -22291,8 +22296,8 @@ export {
|
|
|
22291
22296
|
iw as creditDistributionReverseRequestSchema,
|
|
22292
22297
|
AL as creditDistributionStateEnumSchema,
|
|
22293
22298
|
wL as creditItemContainerTypeEnumSchema,
|
|
22294
|
-
|
|
22295
|
-
|
|
22299
|
+
Pt as creditItemSchema,
|
|
22300
|
+
Kt as currencyEnumSchema,
|
|
22296
22301
|
rk as dataModelSchema,
|
|
22297
22302
|
H_ as dataTypeConfigSchema,
|
|
22298
22303
|
ik as dataTypesRecordSchema,
|
|
@@ -22313,7 +22318,7 @@ export {
|
|
|
22313
22318
|
cr as documentReferenceTypeEnumSchema,
|
|
22314
22319
|
sr as documentStateEnumSchema,
|
|
22315
22320
|
tp as documentSummarySchema,
|
|
22316
|
-
|
|
22321
|
+
It as elementConfigRecordSchema,
|
|
22317
22322
|
j_ as elementConfigSchema,
|
|
22318
22323
|
Sk as elementCreateRequestSchema,
|
|
22319
22324
|
Ur as elementRequestSchema,
|