@socotra/ec-react-schemas 2.15.3-next.0 → 2.15.3-next.1
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 +312 -374
- package/dist/index.es.js +1087 -1083
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +2 -2
package/dist/index.es.js
CHANGED
|
@@ -34,14 +34,14 @@ var A;
|
|
|
34
34
|
}
|
|
35
35
|
n.joinValues = r, n.jsonStringifyReplacer = (o, i) => typeof i == "bigint" ? i.toString() : i;
|
|
36
36
|
})(A || (A = {}));
|
|
37
|
-
var
|
|
37
|
+
var Mt;
|
|
38
38
|
(function(n) {
|
|
39
39
|
n.mergeShapes = (t, a) => ({
|
|
40
40
|
...t,
|
|
41
41
|
...a
|
|
42
42
|
// second overwrites first
|
|
43
43
|
});
|
|
44
|
-
})(
|
|
44
|
+
})(Mt || (Mt = {}));
|
|
45
45
|
const p = A.arrayToEnum([
|
|
46
46
|
"string",
|
|
47
47
|
"nan",
|
|
@@ -101,7 +101,7 @@ const p = A.arrayToEnum([
|
|
|
101
101
|
"invalid_intersection_types",
|
|
102
102
|
"not_multiple_of",
|
|
103
103
|
"not_finite"
|
|
104
|
-
]),
|
|
104
|
+
]), ur = (n) => JSON.stringify(n, null, 2).replace(/"([^"]+)":/g, "$1:");
|
|
105
105
|
class C extends Error {
|
|
106
106
|
get errors() {
|
|
107
107
|
return this.issues;
|
|
@@ -219,7 +219,7 @@ const ge = (n, t) => {
|
|
|
219
219
|
return { message: a };
|
|
220
220
|
};
|
|
221
221
|
let Ea = ge;
|
|
222
|
-
function
|
|
222
|
+
function mr(n) {
|
|
223
223
|
Ea = n;
|
|
224
224
|
}
|
|
225
225
|
function st() {
|
|
@@ -245,7 +245,7 @@ const ct = (n) => {
|
|
|
245
245
|
path: i,
|
|
246
246
|
message: s
|
|
247
247
|
};
|
|
248
|
-
},
|
|
248
|
+
}, pr = [];
|
|
249
249
|
function d(n, t) {
|
|
250
250
|
const a = st(), r = ct({
|
|
251
251
|
issueData: t,
|
|
@@ -307,7 +307,7 @@ class x {
|
|
|
307
307
|
}
|
|
308
308
|
const h = Object.freeze({
|
|
309
309
|
status: "aborted"
|
|
310
|
-
}), me = (n) => ({ status: "dirty", value: n }), L = (n) => ({ status: "valid", value: n }),
|
|
310
|
+
}), me = (n) => ({ status: "dirty", value: n }), L = (n) => ({ status: "valid", value: n }), Ot = (n) => n.status === "aborted", Zt = (n) => n.status === "dirty", re = (n) => n.status === "valid", Pe = (n) => typeof Promise < "u" && n instanceof Promise;
|
|
311
311
|
function dt(n, t, a, r) {
|
|
312
312
|
if (typeof t == "function" ? n !== t || !0 : !t.has(n)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
313
313
|
return t.get(n);
|
|
@@ -320,7 +320,7 @@ var g;
|
|
|
320
320
|
(function(n) {
|
|
321
321
|
n.errToObj = (t) => typeof t == "string" ? { message: t } : t || {}, n.toString = (t) => typeof t == "string" ? t : t == null ? void 0 : t.message;
|
|
322
322
|
})(g || (g = {}));
|
|
323
|
-
var
|
|
323
|
+
var Ce, De;
|
|
324
324
|
class U {
|
|
325
325
|
constructor(t, a, r, o) {
|
|
326
326
|
this._cachedPath = [], this.parent = t, this.data = a, this._path = r, this._key = o;
|
|
@@ -388,7 +388,7 @@ class T {
|
|
|
388
388
|
}
|
|
389
389
|
_parseSync(t) {
|
|
390
390
|
const a = this._parse(t);
|
|
391
|
-
if (
|
|
391
|
+
if (Pe(a))
|
|
392
392
|
throw new Error("Synchronous parse encountered promise.");
|
|
393
393
|
return a;
|
|
394
394
|
}
|
|
@@ -469,7 +469,7 @@ class T {
|
|
|
469
469
|
parent: null,
|
|
470
470
|
data: t,
|
|
471
471
|
parsedType: $(t)
|
|
472
|
-
}, o = this._parse({ data: t, path: r.path, parent: r }), i = await (
|
|
472
|
+
}, o = this._parse({ data: t, path: r.path, parent: r }), i = await (Pe(o) ? o : Promise.resolve(o));
|
|
473
473
|
return Sa(r, i);
|
|
474
474
|
}
|
|
475
475
|
refine(t, a) {
|
|
@@ -518,10 +518,10 @@ class T {
|
|
|
518
518
|
return fe.create(this, this._def);
|
|
519
519
|
}
|
|
520
520
|
or(t) {
|
|
521
|
-
return
|
|
521
|
+
return Me.create([this, t], this._def);
|
|
522
522
|
}
|
|
523
523
|
and(t) {
|
|
524
|
-
return
|
|
524
|
+
return Oe.create(this, t, this._def);
|
|
525
525
|
}
|
|
526
526
|
transform(t) {
|
|
527
527
|
return new I({
|
|
@@ -533,7 +533,7 @@ class T {
|
|
|
533
533
|
}
|
|
534
534
|
default(t) {
|
|
535
535
|
const a = typeof t == "function" ? t : () => t;
|
|
536
|
-
return new
|
|
536
|
+
return new Ge({
|
|
537
537
|
...j(this._def),
|
|
538
538
|
innerType: this,
|
|
539
539
|
defaultValue: a,
|
|
@@ -541,7 +541,7 @@ class T {
|
|
|
541
541
|
});
|
|
542
542
|
}
|
|
543
543
|
brand() {
|
|
544
|
-
return new
|
|
544
|
+
return new zt({
|
|
545
545
|
typeName: f.ZodBranded,
|
|
546
546
|
type: this,
|
|
547
547
|
...j(this._def)
|
|
@@ -549,7 +549,7 @@ class T {
|
|
|
549
549
|
}
|
|
550
550
|
catch(t) {
|
|
551
551
|
const a = typeof t == "function" ? t : () => t;
|
|
552
|
-
return new
|
|
552
|
+
return new Ve({
|
|
553
553
|
...j(this._def),
|
|
554
554
|
innerType: this,
|
|
555
555
|
catchValue: a,
|
|
@@ -564,10 +564,10 @@ class T {
|
|
|
564
564
|
});
|
|
565
565
|
}
|
|
566
566
|
pipe(t) {
|
|
567
|
-
return
|
|
567
|
+
return He.create(this, t);
|
|
568
568
|
}
|
|
569
569
|
readonly() {
|
|
570
|
-
return
|
|
570
|
+
return $e.create(this);
|
|
571
571
|
}
|
|
572
572
|
isOptional() {
|
|
573
573
|
return this.safeParse(void 0).success;
|
|
@@ -576,14 +576,14 @@ class T {
|
|
|
576
576
|
return this.safeParse(null).success;
|
|
577
577
|
}
|
|
578
578
|
}
|
|
579
|
-
const
|
|
580
|
-
let
|
|
581
|
-
const
|
|
579
|
+
const gr = /^c[^\s-]{8,}$/i, yr = /^[0-9a-z]+$/, fr = /^[0-9A-HJKMNP-TV-Z]{26}$/i, hr = /^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$/i, br = /^[a-z0-9_-]{21}$/i, vr = /^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/, Sr = /^[-+]?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)?)??$/, jr = /^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i, Tr = "^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";
|
|
580
|
+
let Dt;
|
|
581
|
+
const Ar = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/, _r = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/(3[0-2]|[12]?[0-9])$/, wr = /^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))$/, kr = /^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/, xr = /^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/, Lr = /^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/, Da = "((\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-((0[13578]|1[02])-(0[1-9]|[12]\\d|3[01])|(0[469]|11)-(0[1-9]|[12]\\d|30)|(02)-(0[1-9]|1\\d|2[0-8])))", Rr = new RegExp(`^${Da}$`);
|
|
582
582
|
function qa(n) {
|
|
583
583
|
let t = "([01]\\d|2[0-3]):[0-5]\\d:[0-5]\\d";
|
|
584
584
|
return n.precision ? t = `${t}\\.\\d{${n.precision}}` : n.precision == null && (t = `${t}(\\.\\d+)?`), t;
|
|
585
585
|
}
|
|
586
|
-
function
|
|
586
|
+
function Er(n) {
|
|
587
587
|
return new RegExp(`^${qa(n)}$`);
|
|
588
588
|
}
|
|
589
589
|
function Pa(n) {
|
|
@@ -591,11 +591,11 @@ function Pa(n) {
|
|
|
591
591
|
const a = [];
|
|
592
592
|
return a.push(n.local ? "Z?" : "Z"), n.offset && a.push("([+-]\\d{2}:?\\d{2})"), t = `${t}(${a.join("|")})`, new RegExp(`^${t}$`);
|
|
593
593
|
}
|
|
594
|
-
function
|
|
595
|
-
return !!((t === "v4" || !t) &&
|
|
594
|
+
function Cr(n, t) {
|
|
595
|
+
return !!((t === "v4" || !t) && Ar.test(n) || (t === "v6" || !t) && wr.test(n));
|
|
596
596
|
}
|
|
597
|
-
function
|
|
598
|
-
if (!
|
|
597
|
+
function Dr(n, t) {
|
|
598
|
+
if (!vr.test(n))
|
|
599
599
|
return !1;
|
|
600
600
|
try {
|
|
601
601
|
const [a] = n.split("."), r = a.replace(/-/g, "+").replace(/_/g, "/").padEnd(a.length + (4 - a.length % 4) % 4, "="), o = JSON.parse(atob(r));
|
|
@@ -604,8 +604,8 @@ function Er(n, t) {
|
|
|
604
604
|
return !1;
|
|
605
605
|
}
|
|
606
606
|
}
|
|
607
|
-
function
|
|
608
|
-
return !!((t === "v4" || !t) &&
|
|
607
|
+
function qr(n, t) {
|
|
608
|
+
return !!((t === "v4" || !t) && _r.test(n) || (t === "v6" || !t) && kr.test(n));
|
|
609
609
|
}
|
|
610
610
|
class B extends T {
|
|
611
611
|
_parse(t) {
|
|
@@ -656,43 +656,43 @@ class B extends T {
|
|
|
656
656
|
message: i.message
|
|
657
657
|
}), r.dirty());
|
|
658
658
|
} else if (i.kind === "email")
|
|
659
|
-
|
|
659
|
+
jr.test(t.data) || (o = this._getOrReturnCtx(t, o), d(o, {
|
|
660
660
|
validation: "email",
|
|
661
661
|
code: c.invalid_string,
|
|
662
662
|
message: i.message
|
|
663
663
|
}), r.dirty());
|
|
664
664
|
else if (i.kind === "emoji")
|
|
665
|
-
|
|
665
|
+
Dt || (Dt = new RegExp(Tr, "u")), Dt.test(t.data) || (o = this._getOrReturnCtx(t, o), d(o, {
|
|
666
666
|
validation: "emoji",
|
|
667
667
|
code: c.invalid_string,
|
|
668
668
|
message: i.message
|
|
669
669
|
}), r.dirty());
|
|
670
670
|
else if (i.kind === "uuid")
|
|
671
|
-
|
|
671
|
+
hr.test(t.data) || (o = this._getOrReturnCtx(t, o), d(o, {
|
|
672
672
|
validation: "uuid",
|
|
673
673
|
code: c.invalid_string,
|
|
674
674
|
message: i.message
|
|
675
675
|
}), r.dirty());
|
|
676
676
|
else if (i.kind === "nanoid")
|
|
677
|
-
|
|
677
|
+
br.test(t.data) || (o = this._getOrReturnCtx(t, o), d(o, {
|
|
678
678
|
validation: "nanoid",
|
|
679
679
|
code: c.invalid_string,
|
|
680
680
|
message: i.message
|
|
681
681
|
}), r.dirty());
|
|
682
682
|
else if (i.kind === "cuid")
|
|
683
|
-
|
|
683
|
+
gr.test(t.data) || (o = this._getOrReturnCtx(t, o), d(o, {
|
|
684
684
|
validation: "cuid",
|
|
685
685
|
code: c.invalid_string,
|
|
686
686
|
message: i.message
|
|
687
687
|
}), r.dirty());
|
|
688
688
|
else if (i.kind === "cuid2")
|
|
689
|
-
|
|
689
|
+
yr.test(t.data) || (o = this._getOrReturnCtx(t, o), d(o, {
|
|
690
690
|
validation: "cuid2",
|
|
691
691
|
code: c.invalid_string,
|
|
692
692
|
message: i.message
|
|
693
693
|
}), r.dirty());
|
|
694
694
|
else if (i.kind === "ulid")
|
|
695
|
-
|
|
695
|
+
fr.test(t.data) || (o = this._getOrReturnCtx(t, o), d(o, {
|
|
696
696
|
validation: "ulid",
|
|
697
697
|
code: c.invalid_string,
|
|
698
698
|
message: i.message
|
|
@@ -727,35 +727,35 @@ class B extends T {
|
|
|
727
727
|
code: c.invalid_string,
|
|
728
728
|
validation: "datetime",
|
|
729
729
|
message: i.message
|
|
730
|
-
}), r.dirty()) : i.kind === "date" ?
|
|
730
|
+
}), r.dirty()) : i.kind === "date" ? Rr.test(t.data) || (o = this._getOrReturnCtx(t, o), d(o, {
|
|
731
731
|
code: c.invalid_string,
|
|
732
732
|
validation: "date",
|
|
733
733
|
message: i.message
|
|
734
|
-
}), r.dirty()) : i.kind === "time" ?
|
|
734
|
+
}), r.dirty()) : i.kind === "time" ? Er(i).test(t.data) || (o = this._getOrReturnCtx(t, o), d(o, {
|
|
735
735
|
code: c.invalid_string,
|
|
736
736
|
validation: "time",
|
|
737
737
|
message: i.message
|
|
738
|
-
}), r.dirty()) : i.kind === "duration" ?
|
|
738
|
+
}), r.dirty()) : i.kind === "duration" ? Sr.test(t.data) || (o = this._getOrReturnCtx(t, o), d(o, {
|
|
739
739
|
validation: "duration",
|
|
740
740
|
code: c.invalid_string,
|
|
741
741
|
message: i.message
|
|
742
|
-
}), r.dirty()) : i.kind === "ip" ?
|
|
742
|
+
}), r.dirty()) : i.kind === "ip" ? Cr(t.data, i.version) || (o = this._getOrReturnCtx(t, o), d(o, {
|
|
743
743
|
validation: "ip",
|
|
744
744
|
code: c.invalid_string,
|
|
745
745
|
message: i.message
|
|
746
|
-
}), r.dirty()) : i.kind === "jwt" ?
|
|
746
|
+
}), r.dirty()) : i.kind === "jwt" ? Dr(t.data, i.alg) || (o = this._getOrReturnCtx(t, o), d(o, {
|
|
747
747
|
validation: "jwt",
|
|
748
748
|
code: c.invalid_string,
|
|
749
749
|
message: i.message
|
|
750
|
-
}), r.dirty()) : i.kind === "cidr" ?
|
|
750
|
+
}), r.dirty()) : i.kind === "cidr" ? qr(t.data, i.version) || (o = this._getOrReturnCtx(t, o), d(o, {
|
|
751
751
|
validation: "cidr",
|
|
752
752
|
code: c.invalid_string,
|
|
753
753
|
message: i.message
|
|
754
|
-
}), r.dirty()) : i.kind === "base64" ?
|
|
754
|
+
}), r.dirty()) : i.kind === "base64" ? xr.test(t.data) || (o = this._getOrReturnCtx(t, o), d(o, {
|
|
755
755
|
validation: "base64",
|
|
756
756
|
code: c.invalid_string,
|
|
757
757
|
message: i.message
|
|
758
|
-
}), r.dirty()) : i.kind === "base64url" ?
|
|
758
|
+
}), r.dirty()) : i.kind === "base64url" ? Lr.test(t.data) || (o = this._getOrReturnCtx(t, o), d(o, {
|
|
759
759
|
validation: "base64url",
|
|
760
760
|
code: c.invalid_string,
|
|
761
761
|
message: i.message
|
|
@@ -994,7 +994,7 @@ B.create = (n) => {
|
|
|
994
994
|
...j(n)
|
|
995
995
|
});
|
|
996
996
|
};
|
|
997
|
-
function
|
|
997
|
+
function Pr(n, t) {
|
|
998
998
|
const a = (n.toString().split(".")[1] || "").length, r = (t.toString().split(".")[1] || "").length, o = a > r ? a : r, i = parseInt(n.toFixed(o).replace(".", "")), l = parseInt(t.toFixed(o).replace(".", ""));
|
|
999
999
|
return i % l / Math.pow(10, o);
|
|
1000
1000
|
}
|
|
@@ -1033,7 +1033,7 @@ class J extends T {
|
|
|
1033
1033
|
inclusive: i.inclusive,
|
|
1034
1034
|
exact: !1,
|
|
1035
1035
|
message: i.message
|
|
1036
|
-
}), o.dirty()) : i.kind === "multipleOf" ?
|
|
1036
|
+
}), o.dirty()) : i.kind === "multipleOf" ? Pr(t.data, i.value) !== 0 && (r = this._getOrReturnCtx(t, r), d(r, {
|
|
1037
1037
|
code: c.not_multiple_of,
|
|
1038
1038
|
multipleOf: i.value,
|
|
1039
1039
|
message: i.message
|
|
@@ -1306,7 +1306,7 @@ Y.create = (n) => {
|
|
|
1306
1306
|
...j(n)
|
|
1307
1307
|
});
|
|
1308
1308
|
};
|
|
1309
|
-
class
|
|
1309
|
+
class Be extends T {
|
|
1310
1310
|
_parse(t) {
|
|
1311
1311
|
if (this._def.coerce && (t.data = !!t.data), this._getType(t) !== p.boolean) {
|
|
1312
1312
|
const r = this._getOrReturnCtx(t);
|
|
@@ -1319,7 +1319,7 @@ class Pe extends T {
|
|
|
1319
1319
|
return L(t.data);
|
|
1320
1320
|
}
|
|
1321
1321
|
}
|
|
1322
|
-
|
|
1322
|
+
Be.create = (n) => new Be({
|
|
1323
1323
|
typeName: f.ZodBoolean,
|
|
1324
1324
|
coerce: (n == null ? void 0 : n.coerce) || !1,
|
|
1325
1325
|
...j(n)
|
|
@@ -1419,7 +1419,7 @@ ut.create = (n) => new ut({
|
|
|
1419
1419
|
typeName: f.ZodSymbol,
|
|
1420
1420
|
...j(n)
|
|
1421
1421
|
});
|
|
1422
|
-
class
|
|
1422
|
+
class Ne extends T {
|
|
1423
1423
|
_parse(t) {
|
|
1424
1424
|
if (this._getType(t) !== p.undefined) {
|
|
1425
1425
|
const r = this._getOrReturnCtx(t);
|
|
@@ -1432,11 +1432,11 @@ class Be extends T {
|
|
|
1432
1432
|
return L(t.data);
|
|
1433
1433
|
}
|
|
1434
1434
|
}
|
|
1435
|
-
|
|
1435
|
+
Ne.create = (n) => new Ne({
|
|
1436
1436
|
typeName: f.ZodUndefined,
|
|
1437
1437
|
...j(n)
|
|
1438
1438
|
});
|
|
1439
|
-
class
|
|
1439
|
+
class Ie extends T {
|
|
1440
1440
|
_parse(t) {
|
|
1441
1441
|
if (this._getType(t) !== p.null) {
|
|
1442
1442
|
const r = this._getOrReturnCtx(t);
|
|
@@ -1449,7 +1449,7 @@ class Ne extends T {
|
|
|
1449
1449
|
return L(t.data);
|
|
1450
1450
|
}
|
|
1451
1451
|
}
|
|
1452
|
-
|
|
1452
|
+
Ie.create = (n) => new Ie({
|
|
1453
1453
|
typeName: f.ZodNull,
|
|
1454
1454
|
...j(n)
|
|
1455
1455
|
});
|
|
@@ -1884,7 +1884,7 @@ k.lazycreate = (n, t) => new k({
|
|
|
1884
1884
|
typeName: f.ZodObject,
|
|
1885
1885
|
...j(t)
|
|
1886
1886
|
});
|
|
1887
|
-
class
|
|
1887
|
+
class Me extends T {
|
|
1888
1888
|
_parse(t) {
|
|
1889
1889
|
const { ctx: a } = this._processInputParams(t), r = this._def.options;
|
|
1890
1890
|
function o(i) {
|
|
@@ -1952,12 +1952,12 @@ class Ie extends T {
|
|
|
1952
1952
|
return this._def.options;
|
|
1953
1953
|
}
|
|
1954
1954
|
}
|
|
1955
|
-
|
|
1955
|
+
Me.create = (n, t) => new Me({
|
|
1956
1956
|
options: n,
|
|
1957
1957
|
typeName: f.ZodUnion,
|
|
1958
1958
|
...j(t)
|
|
1959
1959
|
});
|
|
1960
|
-
const G = (n) => n instanceof
|
|
1960
|
+
const G = (n) => n instanceof Ue ? G(n.schema) : n instanceof I ? G(n.innerType()) : n instanceof ze ? [n.value] : n instanceof X ? n.options : n instanceof Fe ? A.objectValues(n.enum) : n instanceof Ge ? G(n._def.innerType) : n instanceof Ne ? [void 0] : n instanceof Ie ? [null] : n instanceof Z ? [void 0, ...G(n.unwrap())] : n instanceof ee ? [null, ...G(n.unwrap())] : n instanceof zt || n instanceof $e ? G(n.unwrap()) : n instanceof Ve ? G(n._def.innerType) : [];
|
|
1961
1961
|
class ft extends T {
|
|
1962
1962
|
_parse(t) {
|
|
1963
1963
|
const { ctx: a } = this._processInputParams(t);
|
|
@@ -2020,14 +2020,14 @@ class ft extends T {
|
|
|
2020
2020
|
});
|
|
2021
2021
|
}
|
|
2022
2022
|
}
|
|
2023
|
-
function
|
|
2023
|
+
function Ut(n, t) {
|
|
2024
2024
|
const a = $(n), r = $(t);
|
|
2025
2025
|
if (n === t)
|
|
2026
2026
|
return { valid: !0, data: n };
|
|
2027
2027
|
if (a === p.object && r === p.object) {
|
|
2028
2028
|
const o = A.objectKeys(t), i = A.objectKeys(n).filter((s) => o.indexOf(s) !== -1), l = { ...n, ...t };
|
|
2029
2029
|
for (const s of i) {
|
|
2030
|
-
const m =
|
|
2030
|
+
const m = Ut(n[s], t[s]);
|
|
2031
2031
|
if (!m.valid)
|
|
2032
2032
|
return { valid: !1 };
|
|
2033
2033
|
l[s] = m.data;
|
|
@@ -2038,7 +2038,7 @@ function Zt(n, t) {
|
|
|
2038
2038
|
return { valid: !1 };
|
|
2039
2039
|
const o = [];
|
|
2040
2040
|
for (let i = 0; i < n.length; i++) {
|
|
2041
|
-
const l = n[i], s = t[i], m =
|
|
2041
|
+
const l = n[i], s = t[i], m = Ut(l, s);
|
|
2042
2042
|
if (!m.valid)
|
|
2043
2043
|
return { valid: !1 };
|
|
2044
2044
|
o.push(m.data);
|
|
@@ -2046,13 +2046,13 @@ function Zt(n, t) {
|
|
|
2046
2046
|
return { valid: !0, data: o };
|
|
2047
2047
|
} else return a === p.date && r === p.date && +n == +t ? { valid: !0, data: n } : { valid: !1 };
|
|
2048
2048
|
}
|
|
2049
|
-
class
|
|
2049
|
+
class Oe extends T {
|
|
2050
2050
|
_parse(t) {
|
|
2051
2051
|
const { status: a, ctx: r } = this._processInputParams(t), o = (i, l) => {
|
|
2052
|
-
if (
|
|
2052
|
+
if (Ot(i) || Ot(l))
|
|
2053
2053
|
return h;
|
|
2054
|
-
const s =
|
|
2055
|
-
return s.valid ? ((
|
|
2054
|
+
const s = Ut(i.value, l.value);
|
|
2055
|
+
return s.valid ? ((Zt(i) || Zt(l)) && a.dirty(), { status: a.value, value: s.data }) : (d(r, {
|
|
2056
2056
|
code: c.invalid_intersection_types
|
|
2057
2057
|
}), h);
|
|
2058
2058
|
};
|
|
@@ -2078,7 +2078,7 @@ class Me extends T {
|
|
|
2078
2078
|
}));
|
|
2079
2079
|
}
|
|
2080
2080
|
}
|
|
2081
|
-
|
|
2081
|
+
Oe.create = (n, t, a) => new Oe({
|
|
2082
2082
|
left: n,
|
|
2083
2083
|
right: t,
|
|
2084
2084
|
typeName: f.ZodIntersection,
|
|
@@ -2134,7 +2134,7 @@ z.create = (n, t) => {
|
|
|
2134
2134
|
...j(t)
|
|
2135
2135
|
});
|
|
2136
2136
|
};
|
|
2137
|
-
class
|
|
2137
|
+
class Ze extends T {
|
|
2138
2138
|
get keySchema() {
|
|
2139
2139
|
return this._def.keyType;
|
|
2140
2140
|
}
|
|
@@ -2162,12 +2162,12 @@ class Oe extends T {
|
|
|
2162
2162
|
return this._def.valueType;
|
|
2163
2163
|
}
|
|
2164
2164
|
static create(t, a, r) {
|
|
2165
|
-
return a instanceof T ? new
|
|
2165
|
+
return a instanceof T ? new Ze({
|
|
2166
2166
|
keyType: t,
|
|
2167
2167
|
valueType: a,
|
|
2168
2168
|
typeName: f.ZodRecord,
|
|
2169
2169
|
...j(r)
|
|
2170
|
-
}) : new
|
|
2170
|
+
}) : new Ze({
|
|
2171
2171
|
keyType: B.create(),
|
|
2172
2172
|
valueType: t,
|
|
2173
2173
|
typeName: f.ZodRecord,
|
|
@@ -2335,11 +2335,11 @@ class pe extends T {
|
|
|
2335
2335
|
if (this._def.returns instanceof fe) {
|
|
2336
2336
|
const s = this;
|
|
2337
2337
|
return L(async function(...m) {
|
|
2338
|
-
const u = new C([]), b = await s._def.args.parseAsync(m, i).catch((
|
|
2339
|
-
throw u.addIssue(r(m,
|
|
2338
|
+
const u = new C([]), b = await s._def.args.parseAsync(m, i).catch((Ct) => {
|
|
2339
|
+
throw u.addIssue(r(m, Ct)), u;
|
|
2340
2340
|
}), D = await Reflect.apply(l, this, b);
|
|
2341
|
-
return await s._def.returns._def.type.parseAsync(D, i).catch((
|
|
2342
|
-
throw u.addIssue(o(D,
|
|
2341
|
+
return await s._def.returns._def.type.parseAsync(D, i).catch((Ct) => {
|
|
2342
|
+
throw u.addIssue(o(D, Ct)), u;
|
|
2343
2343
|
});
|
|
2344
2344
|
});
|
|
2345
2345
|
} else {
|
|
@@ -2388,7 +2388,7 @@ class pe extends T {
|
|
|
2388
2388
|
});
|
|
2389
2389
|
}
|
|
2390
2390
|
}
|
|
2391
|
-
class
|
|
2391
|
+
class Ue extends T {
|
|
2392
2392
|
get schema() {
|
|
2393
2393
|
return this._def.getter();
|
|
2394
2394
|
}
|
|
@@ -2397,12 +2397,12 @@ class Ze extends T {
|
|
|
2397
2397
|
return this._def.getter()._parse({ data: a.data, path: a.path, parent: a });
|
|
2398
2398
|
}
|
|
2399
2399
|
}
|
|
2400
|
-
|
|
2400
|
+
Ue.create = (n, t) => new Ue({
|
|
2401
2401
|
getter: n,
|
|
2402
2402
|
typeName: f.ZodLazy,
|
|
2403
2403
|
...j(t)
|
|
2404
2404
|
});
|
|
2405
|
-
class
|
|
2405
|
+
class ze extends T {
|
|
2406
2406
|
_parse(t) {
|
|
2407
2407
|
if (t.data !== this._def.value) {
|
|
2408
2408
|
const a = this._getOrReturnCtx(t);
|
|
@@ -2418,7 +2418,7 @@ class Ue extends T {
|
|
|
2418
2418
|
return this._def.value;
|
|
2419
2419
|
}
|
|
2420
2420
|
}
|
|
2421
|
-
|
|
2421
|
+
ze.create = (n, t) => new ze({
|
|
2422
2422
|
value: n,
|
|
2423
2423
|
typeName: f.ZodLiteral,
|
|
2424
2424
|
...j(t)
|
|
@@ -2432,7 +2432,7 @@ function Ba(n, t) {
|
|
|
2432
2432
|
}
|
|
2433
2433
|
class X extends T {
|
|
2434
2434
|
constructor() {
|
|
2435
|
-
super(...arguments),
|
|
2435
|
+
super(...arguments), Ce.set(this, void 0);
|
|
2436
2436
|
}
|
|
2437
2437
|
_parse(t) {
|
|
2438
2438
|
if (typeof t.data != "string") {
|
|
@@ -2443,7 +2443,7 @@ class X extends T {
|
|
|
2443
2443
|
code: c.invalid_type
|
|
2444
2444
|
}), h;
|
|
2445
2445
|
}
|
|
2446
|
-
if (dt(this,
|
|
2446
|
+
if (dt(this, Ce) || Ca(this, Ce, new Set(this._def.values)), !dt(this, Ce).has(t.data)) {
|
|
2447
2447
|
const a = this._getOrReturnCtx(t), r = this._def.values;
|
|
2448
2448
|
return d(a, {
|
|
2449
2449
|
received: a.data,
|
|
@@ -2487,11 +2487,11 @@ class X extends T {
|
|
|
2487
2487
|
});
|
|
2488
2488
|
}
|
|
2489
2489
|
}
|
|
2490
|
-
|
|
2490
|
+
Ce = /* @__PURE__ */ new WeakMap();
|
|
2491
2491
|
X.create = Ba;
|
|
2492
|
-
class
|
|
2492
|
+
class Fe extends T {
|
|
2493
2493
|
constructor() {
|
|
2494
|
-
super(...arguments),
|
|
2494
|
+
super(...arguments), De.set(this, void 0);
|
|
2495
2495
|
}
|
|
2496
2496
|
_parse(t) {
|
|
2497
2497
|
const a = A.getValidEnumValues(this._def.values), r = this._getOrReturnCtx(t);
|
|
@@ -2503,7 +2503,7 @@ class ze extends T {
|
|
|
2503
2503
|
code: c.invalid_type
|
|
2504
2504
|
}), h;
|
|
2505
2505
|
}
|
|
2506
|
-
if (dt(this,
|
|
2506
|
+
if (dt(this, De) || Ca(this, De, new Set(A.getValidEnumValues(this._def.values))), !dt(this, De).has(t.data)) {
|
|
2507
2507
|
const o = A.objectValues(a);
|
|
2508
2508
|
return d(r, {
|
|
2509
2509
|
received: r.data,
|
|
@@ -2517,8 +2517,8 @@ class ze extends T {
|
|
|
2517
2517
|
return this._def.values;
|
|
2518
2518
|
}
|
|
2519
2519
|
}
|
|
2520
|
-
|
|
2521
|
-
|
|
2520
|
+
De = /* @__PURE__ */ new WeakMap();
|
|
2521
|
+
Fe.create = (n, t) => new Fe({
|
|
2522
2522
|
values: n,
|
|
2523
2523
|
typeName: f.ZodNativeEnum,
|
|
2524
2524
|
...j(t)
|
|
@@ -2662,7 +2662,7 @@ ee.create = (n, t) => new ee({
|
|
|
2662
2662
|
typeName: f.ZodNullable,
|
|
2663
2663
|
...j(t)
|
|
2664
2664
|
});
|
|
2665
|
-
class
|
|
2665
|
+
class Ge extends T {
|
|
2666
2666
|
_parse(t) {
|
|
2667
2667
|
const { ctx: a } = this._processInputParams(t);
|
|
2668
2668
|
let r = a.data;
|
|
@@ -2676,13 +2676,13 @@ class Fe extends T {
|
|
|
2676
2676
|
return this._def.innerType;
|
|
2677
2677
|
}
|
|
2678
2678
|
}
|
|
2679
|
-
|
|
2679
|
+
Ge.create = (n, t) => new Ge({
|
|
2680
2680
|
innerType: n,
|
|
2681
2681
|
typeName: f.ZodDefault,
|
|
2682
2682
|
defaultValue: typeof t.default == "function" ? t.default : () => t.default,
|
|
2683
2683
|
...j(t)
|
|
2684
2684
|
});
|
|
2685
|
-
class
|
|
2685
|
+
class Ve extends T {
|
|
2686
2686
|
_parse(t) {
|
|
2687
2687
|
const { ctx: a } = this._processInputParams(t), r = {
|
|
2688
2688
|
...a,
|
|
@@ -2697,7 +2697,7 @@ class Ge extends T {
|
|
|
2697
2697
|
...r
|
|
2698
2698
|
}
|
|
2699
2699
|
});
|
|
2700
|
-
return
|
|
2700
|
+
return Pe(o) ? o.then((i) => ({
|
|
2701
2701
|
status: "valid",
|
|
2702
2702
|
value: i.status === "valid" ? i.value : this._def.catchValue({
|
|
2703
2703
|
get error() {
|
|
@@ -2719,7 +2719,7 @@ class Ge extends T {
|
|
|
2719
2719
|
return this._def.innerType;
|
|
2720
2720
|
}
|
|
2721
2721
|
}
|
|
2722
|
-
|
|
2722
|
+
Ve.create = (n, t) => new Ve({
|
|
2723
2723
|
innerType: n,
|
|
2724
2724
|
typeName: f.ZodCatch,
|
|
2725
2725
|
catchValue: typeof t.catch == "function" ? t.catch : () => t.catch,
|
|
@@ -2742,8 +2742,8 @@ gt.create = (n) => new gt({
|
|
|
2742
2742
|
typeName: f.ZodNaN,
|
|
2743
2743
|
...j(n)
|
|
2744
2744
|
});
|
|
2745
|
-
const
|
|
2746
|
-
class
|
|
2745
|
+
const Br = Symbol("zod_brand");
|
|
2746
|
+
class zt extends T {
|
|
2747
2747
|
_parse(t) {
|
|
2748
2748
|
const { ctx: a } = this._processInputParams(t), r = a.data;
|
|
2749
2749
|
return this._def.type._parse({
|
|
@@ -2756,7 +2756,7 @@ class Ut extends T {
|
|
|
2756
2756
|
return this._def.type;
|
|
2757
2757
|
}
|
|
2758
2758
|
}
|
|
2759
|
-
class
|
|
2759
|
+
class He extends T {
|
|
2760
2760
|
_parse(t) {
|
|
2761
2761
|
const { status: a, ctx: r } = this._processInputParams(t);
|
|
2762
2762
|
if (r.common.async)
|
|
@@ -2789,23 +2789,23 @@ class Qe extends T {
|
|
|
2789
2789
|
}
|
|
2790
2790
|
}
|
|
2791
2791
|
static create(t, a) {
|
|
2792
|
-
return new
|
|
2792
|
+
return new He({
|
|
2793
2793
|
in: t,
|
|
2794
2794
|
out: a,
|
|
2795
2795
|
typeName: f.ZodPipeline
|
|
2796
2796
|
});
|
|
2797
2797
|
}
|
|
2798
2798
|
}
|
|
2799
|
-
class
|
|
2799
|
+
class $e extends T {
|
|
2800
2800
|
_parse(t) {
|
|
2801
2801
|
const a = this._def.innerType._parse(t), r = (o) => (re(o) && (o.value = Object.freeze(o.value)), o);
|
|
2802
|
-
return
|
|
2802
|
+
return Pe(a) ? a.then((o) => r(o)) : r(a);
|
|
2803
2803
|
}
|
|
2804
2804
|
unwrap() {
|
|
2805
2805
|
return this._def.innerType;
|
|
2806
2806
|
}
|
|
2807
2807
|
}
|
|
2808
|
-
|
|
2808
|
+
$e.create = (n, t) => new $e({
|
|
2809
2809
|
innerType: n,
|
|
2810
2810
|
typeName: f.ZodReadonly,
|
|
2811
2811
|
...j(t)
|
|
@@ -2819,46 +2819,46 @@ function Na(n, t = {}, a) {
|
|
|
2819
2819
|
}
|
|
2820
2820
|
}) : ye.create();
|
|
2821
2821
|
}
|
|
2822
|
-
const
|
|
2822
|
+
const Nr = {
|
|
2823
2823
|
object: k.lazycreate
|
|
2824
2824
|
};
|
|
2825
2825
|
var f;
|
|
2826
2826
|
(function(n) {
|
|
2827
2827
|
n.ZodString = "ZodString", n.ZodNumber = "ZodNumber", n.ZodNaN = "ZodNaN", n.ZodBigInt = "ZodBigInt", n.ZodBoolean = "ZodBoolean", n.ZodDate = "ZodDate", n.ZodSymbol = "ZodSymbol", n.ZodUndefined = "ZodUndefined", n.ZodNull = "ZodNull", n.ZodAny = "ZodAny", n.ZodUnknown = "ZodUnknown", n.ZodNever = "ZodNever", n.ZodVoid = "ZodVoid", n.ZodArray = "ZodArray", n.ZodObject = "ZodObject", n.ZodUnion = "ZodUnion", n.ZodDiscriminatedUnion = "ZodDiscriminatedUnion", n.ZodIntersection = "ZodIntersection", n.ZodTuple = "ZodTuple", n.ZodRecord = "ZodRecord", n.ZodMap = "ZodMap", n.ZodSet = "ZodSet", n.ZodFunction = "ZodFunction", n.ZodLazy = "ZodLazy", n.ZodLiteral = "ZodLiteral", n.ZodEnum = "ZodEnum", n.ZodEffects = "ZodEffects", n.ZodNativeEnum = "ZodNativeEnum", n.ZodOptional = "ZodOptional", n.ZodNullable = "ZodNullable", n.ZodDefault = "ZodDefault", n.ZodCatch = "ZodCatch", n.ZodPromise = "ZodPromise", n.ZodBranded = "ZodBranded", n.ZodPipeline = "ZodPipeline", n.ZodReadonly = "ZodReadonly";
|
|
2828
2828
|
})(f || (f = {}));
|
|
2829
|
-
const
|
|
2829
|
+
const Ir = (n, t = {
|
|
2830
2830
|
message: `Input not instance of ${n.name}`
|
|
2831
|
-
}) => Na((a) => a instanceof n, t), Ia = B.create, Ma = J.create,
|
|
2831
|
+
}) => Na((a) => a instanceof n, t), Ia = B.create, Ma = J.create, Mr = gt.create, Or = Y.create, Oa = Be.create, Zr = oe.create, Ur = ut.create, zr = Ne.create, Fr = Ie.create, Gr = ye.create, Vr = ne.create, $r = K.create, Wr = mt.create, Kr = N.create, Qr = k.create, Hr = k.strictCreate, Jr = Me.create, Yr = ft.create, Xr = Oe.create, eo = z.create, to = Ze.create, ao = pt.create, no = ie.create, ro = pe.create, oo = Ue.create, io = ze.create, lo = X.create, so = Fe.create, co = fe.create, ja = I.create, uo = Z.create, mo = ee.create, po = I.createWithPreprocess, go = He.create, yo = () => Ia().optional(), fo = () => Ma().optional(), ho = () => Oa().optional(), bo = {
|
|
2832
2832
|
string: (n) => B.create({ ...n, coerce: !0 }),
|
|
2833
2833
|
number: (n) => J.create({ ...n, coerce: !0 }),
|
|
2834
|
-
boolean: (n) =>
|
|
2834
|
+
boolean: (n) => Be.create({
|
|
2835
2835
|
...n,
|
|
2836
2836
|
coerce: !0
|
|
2837
2837
|
}),
|
|
2838
2838
|
bigint: (n) => Y.create({ ...n, coerce: !0 }),
|
|
2839
2839
|
date: (n) => oe.create({ ...n, coerce: !0 })
|
|
2840
|
-
},
|
|
2840
|
+
}, vo = h;
|
|
2841
2841
|
var e = /* @__PURE__ */ Object.freeze({
|
|
2842
2842
|
__proto__: null,
|
|
2843
2843
|
defaultErrorMap: ge,
|
|
2844
|
-
setErrorMap:
|
|
2844
|
+
setErrorMap: mr,
|
|
2845
2845
|
getErrorMap: st,
|
|
2846
2846
|
makeIssue: ct,
|
|
2847
|
-
EMPTY_PATH:
|
|
2847
|
+
EMPTY_PATH: pr,
|
|
2848
2848
|
addIssueToContext: d,
|
|
2849
2849
|
ParseStatus: x,
|
|
2850
2850
|
INVALID: h,
|
|
2851
2851
|
DIRTY: me,
|
|
2852
2852
|
OK: L,
|
|
2853
|
-
isAborted:
|
|
2854
|
-
isDirty:
|
|
2853
|
+
isAborted: Ot,
|
|
2854
|
+
isDirty: Zt,
|
|
2855
2855
|
isValid: re,
|
|
2856
|
-
isAsync:
|
|
2856
|
+
isAsync: Pe,
|
|
2857
2857
|
get util() {
|
|
2858
2858
|
return A;
|
|
2859
2859
|
},
|
|
2860
2860
|
get objectUtil() {
|
|
2861
|
-
return
|
|
2861
|
+
return Mt;
|
|
2862
2862
|
},
|
|
2863
2863
|
ZodParsedType: p,
|
|
2864
2864
|
getParsedType: $,
|
|
@@ -2867,99 +2867,99 @@ var e = /* @__PURE__ */ Object.freeze({
|
|
|
2867
2867
|
ZodString: B,
|
|
2868
2868
|
ZodNumber: J,
|
|
2869
2869
|
ZodBigInt: Y,
|
|
2870
|
-
ZodBoolean:
|
|
2870
|
+
ZodBoolean: Be,
|
|
2871
2871
|
ZodDate: oe,
|
|
2872
2872
|
ZodSymbol: ut,
|
|
2873
|
-
ZodUndefined:
|
|
2874
|
-
ZodNull:
|
|
2873
|
+
ZodUndefined: Ne,
|
|
2874
|
+
ZodNull: Ie,
|
|
2875
2875
|
ZodAny: ye,
|
|
2876
2876
|
ZodUnknown: ne,
|
|
2877
2877
|
ZodNever: K,
|
|
2878
2878
|
ZodVoid: mt,
|
|
2879
2879
|
ZodArray: N,
|
|
2880
2880
|
ZodObject: k,
|
|
2881
|
-
ZodUnion:
|
|
2881
|
+
ZodUnion: Me,
|
|
2882
2882
|
ZodDiscriminatedUnion: ft,
|
|
2883
|
-
ZodIntersection:
|
|
2883
|
+
ZodIntersection: Oe,
|
|
2884
2884
|
ZodTuple: z,
|
|
2885
|
-
ZodRecord:
|
|
2885
|
+
ZodRecord: Ze,
|
|
2886
2886
|
ZodMap: pt,
|
|
2887
2887
|
ZodSet: ie,
|
|
2888
2888
|
ZodFunction: pe,
|
|
2889
|
-
ZodLazy:
|
|
2890
|
-
ZodLiteral:
|
|
2889
|
+
ZodLazy: Ue,
|
|
2890
|
+
ZodLiteral: ze,
|
|
2891
2891
|
ZodEnum: X,
|
|
2892
|
-
ZodNativeEnum:
|
|
2892
|
+
ZodNativeEnum: Fe,
|
|
2893
2893
|
ZodPromise: fe,
|
|
2894
2894
|
ZodEffects: I,
|
|
2895
2895
|
ZodTransformer: I,
|
|
2896
2896
|
ZodOptional: Z,
|
|
2897
2897
|
ZodNullable: ee,
|
|
2898
|
-
ZodDefault:
|
|
2899
|
-
ZodCatch:
|
|
2898
|
+
ZodDefault: Ge,
|
|
2899
|
+
ZodCatch: Ve,
|
|
2900
2900
|
ZodNaN: gt,
|
|
2901
|
-
BRAND:
|
|
2902
|
-
ZodBranded:
|
|
2903
|
-
ZodPipeline:
|
|
2904
|
-
ZodReadonly:
|
|
2901
|
+
BRAND: Br,
|
|
2902
|
+
ZodBranded: zt,
|
|
2903
|
+
ZodPipeline: He,
|
|
2904
|
+
ZodReadonly: $e,
|
|
2905
2905
|
custom: Na,
|
|
2906
2906
|
Schema: T,
|
|
2907
2907
|
ZodSchema: T,
|
|
2908
|
-
late:
|
|
2908
|
+
late: Nr,
|
|
2909
2909
|
get ZodFirstPartyTypeKind() {
|
|
2910
2910
|
return f;
|
|
2911
2911
|
},
|
|
2912
|
-
coerce:
|
|
2913
|
-
any:
|
|
2914
|
-
array:
|
|
2915
|
-
bigint:
|
|
2912
|
+
coerce: bo,
|
|
2913
|
+
any: Gr,
|
|
2914
|
+
array: Kr,
|
|
2915
|
+
bigint: Or,
|
|
2916
2916
|
boolean: Oa,
|
|
2917
|
-
date:
|
|
2918
|
-
discriminatedUnion:
|
|
2917
|
+
date: Zr,
|
|
2918
|
+
discriminatedUnion: Yr,
|
|
2919
2919
|
effect: ja,
|
|
2920
|
-
enum:
|
|
2921
|
-
function:
|
|
2922
|
-
instanceof:
|
|
2923
|
-
intersection:
|
|
2924
|
-
lazy:
|
|
2925
|
-
literal:
|
|
2926
|
-
map:
|
|
2927
|
-
nan:
|
|
2928
|
-
nativeEnum:
|
|
2929
|
-
never:
|
|
2930
|
-
null:
|
|
2931
|
-
nullable:
|
|
2920
|
+
enum: lo,
|
|
2921
|
+
function: ro,
|
|
2922
|
+
instanceof: Ir,
|
|
2923
|
+
intersection: Xr,
|
|
2924
|
+
lazy: oo,
|
|
2925
|
+
literal: io,
|
|
2926
|
+
map: ao,
|
|
2927
|
+
nan: Mr,
|
|
2928
|
+
nativeEnum: so,
|
|
2929
|
+
never: $r,
|
|
2930
|
+
null: Fr,
|
|
2931
|
+
nullable: mo,
|
|
2932
2932
|
number: Ma,
|
|
2933
|
-
object:
|
|
2934
|
-
oboolean:
|
|
2935
|
-
onumber:
|
|
2936
|
-
optional:
|
|
2937
|
-
ostring:
|
|
2938
|
-
pipeline:
|
|
2939
|
-
preprocess:
|
|
2940
|
-
promise:
|
|
2941
|
-
record:
|
|
2942
|
-
set:
|
|
2943
|
-
strictObject:
|
|
2933
|
+
object: Qr,
|
|
2934
|
+
oboolean: ho,
|
|
2935
|
+
onumber: fo,
|
|
2936
|
+
optional: uo,
|
|
2937
|
+
ostring: yo,
|
|
2938
|
+
pipeline: go,
|
|
2939
|
+
preprocess: po,
|
|
2940
|
+
promise: co,
|
|
2941
|
+
record: to,
|
|
2942
|
+
set: no,
|
|
2943
|
+
strictObject: Hr,
|
|
2944
2944
|
string: Ia,
|
|
2945
|
-
symbol:
|
|
2945
|
+
symbol: Ur,
|
|
2946
2946
|
transformer: ja,
|
|
2947
|
-
tuple:
|
|
2948
|
-
undefined:
|
|
2949
|
-
union:
|
|
2950
|
-
unknown:
|
|
2951
|
-
void:
|
|
2952
|
-
NEVER:
|
|
2947
|
+
tuple: eo,
|
|
2948
|
+
undefined: zr,
|
|
2949
|
+
union: Jr,
|
|
2950
|
+
unknown: Vr,
|
|
2951
|
+
void: Wr,
|
|
2952
|
+
NEVER: vo,
|
|
2953
2953
|
ZodIssueCode: c,
|
|
2954
|
-
quotelessJson:
|
|
2954
|
+
quotelessJson: ur,
|
|
2955
2955
|
ZodError: C
|
|
2956
2956
|
});
|
|
2957
|
-
const
|
|
2957
|
+
const qe = e.string(), So = e.object({
|
|
2958
2958
|
elementType: e.string().optional(),
|
|
2959
|
-
locator:
|
|
2959
|
+
locator: qe.optional(),
|
|
2960
2960
|
errors: e.array(e.string()).optional()
|
|
2961
2961
|
}), ve = e.object({
|
|
2962
|
-
validationItems: e.array(
|
|
2962
|
+
validationItems: e.array(So).optional(),
|
|
2963
2963
|
success: e.boolean().optional()
|
|
2964
2964
|
}), ht = e.enum([
|
|
2965
2965
|
"AED",
|
|
@@ -3739,17 +3739,17 @@ const De = e.string(), bo = e.object({
|
|
|
3739
3739
|
"W-SU",
|
|
3740
3740
|
"WET",
|
|
3741
3741
|
"Zulu"
|
|
3742
|
-
]),
|
|
3742
|
+
]), jo = e.enum([
|
|
3743
3743
|
"generateDay",
|
|
3744
3744
|
"termStartDay",
|
|
3745
3745
|
"dueDay"
|
|
3746
|
-
]),
|
|
3746
|
+
]), To = e.enum([
|
|
3747
3747
|
"none",
|
|
3748
3748
|
"dayOfMonth",
|
|
3749
3749
|
"anchorTime",
|
|
3750
3750
|
"dayOfWeek",
|
|
3751
3751
|
"weekOfMonth"
|
|
3752
|
-
]),
|
|
3752
|
+
]), bt = e.enum(["account", "inherit", "policy"]), Ao = e.enum([
|
|
3753
3753
|
"none",
|
|
3754
3754
|
"fullPay",
|
|
3755
3755
|
"weekly",
|
|
@@ -3760,7 +3760,7 @@ const De = e.string(), bo = e.object({
|
|
|
3760
3760
|
"annually",
|
|
3761
3761
|
"thirtyDays",
|
|
3762
3762
|
"everyNDays"
|
|
3763
|
-
]),
|
|
3763
|
+
]), _o = e.enum([
|
|
3764
3764
|
"monday",
|
|
3765
3765
|
"tuesday",
|
|
3766
3766
|
"wednesday",
|
|
@@ -3768,7 +3768,7 @@ const De = e.string(), bo = e.object({
|
|
|
3768
3768
|
"friday",
|
|
3769
3769
|
"saturday",
|
|
3770
3770
|
"sunday"
|
|
3771
|
-
]),
|
|
3771
|
+
]), wo = e.enum([
|
|
3772
3772
|
"none",
|
|
3773
3773
|
"first",
|
|
3774
3774
|
"second",
|
|
@@ -3778,20 +3778,20 @@ const De = e.string(), bo = e.object({
|
|
|
3778
3778
|
]), Za = e.object({
|
|
3779
3779
|
billingPreferences: e.object({
|
|
3780
3780
|
billingPlanName: e.string().optional(),
|
|
3781
|
-
billingLevel:
|
|
3781
|
+
billingLevel: bt.optional()
|
|
3782
3782
|
}).optional(),
|
|
3783
3783
|
installmentPreferences: e.object({
|
|
3784
3784
|
installmentPlanName: e.string().optional(),
|
|
3785
|
-
anchorMode:
|
|
3785
|
+
anchorMode: jo.optional(),
|
|
3786
3786
|
anchorTime: e.string().optional(),
|
|
3787
|
-
anchorType:
|
|
3788
|
-
cadence:
|
|
3787
|
+
anchorType: To.optional(),
|
|
3788
|
+
cadence: Ao.optional(),
|
|
3789
3789
|
dayOfMonth: e.number().optional(),
|
|
3790
|
-
dayOfWeek:
|
|
3790
|
+
dayOfWeek: _o.optional(),
|
|
3791
3791
|
dueLeadDays: e.number().optional(),
|
|
3792
3792
|
generateLeadDays: e.number().optional(),
|
|
3793
3793
|
maxInstallmentsPerTerm: e.number().optional(),
|
|
3794
|
-
weekOfMonth:
|
|
3794
|
+
weekOfMonth: wo.optional()
|
|
3795
3795
|
}).optional()
|
|
3796
3796
|
}), Ft = e.enum([
|
|
3797
3797
|
"quote",
|
|
@@ -3813,7 +3813,7 @@ const De = e.string(), bo = e.object({
|
|
|
3813
3813
|
"decline",
|
|
3814
3814
|
"reject",
|
|
3815
3815
|
"approve"
|
|
3816
|
-
]),
|
|
3816
|
+
]), We = e.object({
|
|
3817
3817
|
locator: e.string(),
|
|
3818
3818
|
elementLocator: e.string().optional(),
|
|
3819
3819
|
clearedBy: e.string().uuid().optional(),
|
|
@@ -3822,12 +3822,12 @@ const De = e.string(), bo = e.object({
|
|
|
3822
3822
|
createdTime: e.string().optional(),
|
|
3823
3823
|
level: Ua.optional(),
|
|
3824
3824
|
note: e.string().optional()
|
|
3825
|
-
}),
|
|
3825
|
+
}), ko = e.object({
|
|
3826
3826
|
elementLocator: e.string(),
|
|
3827
3827
|
level: Ua,
|
|
3828
3828
|
note: e.string().optional()
|
|
3829
3829
|
}), jd = e.object({
|
|
3830
|
-
addFlags:
|
|
3830
|
+
addFlags: ko.array(),
|
|
3831
3831
|
clearFlags: e.string().array()
|
|
3832
3832
|
}), za = e.enum([
|
|
3833
3833
|
"none",
|
|
@@ -3841,7 +3841,7 @@ const De = e.string(), bo = e.object({
|
|
|
3841
3841
|
"weeks",
|
|
3842
3842
|
"days",
|
|
3843
3843
|
"hours"
|
|
3844
|
-
]),
|
|
3844
|
+
]), xo = e.object({
|
|
3845
3845
|
column: e.string(),
|
|
3846
3846
|
table: e.string(),
|
|
3847
3847
|
where: e.record(
|
|
@@ -3867,15 +3867,15 @@ const De = e.string(), bo = e.object({
|
|
|
3867
3867
|
readOnly: e.boolean().optional(),
|
|
3868
3868
|
searchable: e.boolean().optional(),
|
|
3869
3869
|
roundingMode: e.string().optional(),
|
|
3870
|
-
constraint:
|
|
3870
|
+
constraint: xo,
|
|
3871
3871
|
tag: e.array(e.string()).optional()
|
|
3872
|
-
}), Td = e.record(le),
|
|
3872
|
+
}), Td = e.record(le), Lo = e.object({
|
|
3873
3873
|
displayName: e.string().optional(),
|
|
3874
3874
|
abstract: e.boolean().optional(),
|
|
3875
3875
|
extend: e.string().optional(),
|
|
3876
3876
|
data: e.record(le).optional(),
|
|
3877
3877
|
defaultSearchable: e.boolean().optional()
|
|
3878
|
-
}),
|
|
3878
|
+
}), Ro = e.record(Lo), Fa = e.object({
|
|
3879
3879
|
defaultDeadlineDays: e.number(),
|
|
3880
3880
|
blocksUnderwriting: e.boolean()
|
|
3881
3881
|
}), Ga = e.object({
|
|
@@ -3891,17 +3891,17 @@ const De = e.string(), bo = e.object({
|
|
|
3891
3891
|
),
|
|
3892
3892
|
exclusive: e.boolean(),
|
|
3893
3893
|
qualification: e.record(e.string())
|
|
3894
|
-
}),
|
|
3894
|
+
}), Eo = e.object({
|
|
3895
3895
|
generateAutoRenewals: e.boolean(),
|
|
3896
3896
|
renewalTransactionType: e.string().optional(),
|
|
3897
3897
|
renewalCreateLeadDays: e.number().optional(),
|
|
3898
3898
|
renewalAcceptLeadDays: e.number().optional(),
|
|
3899
3899
|
renewalIssueLeadDays: e.number().optional(),
|
|
3900
3900
|
newTermDuration: e.number().optional()
|
|
3901
|
-
}),
|
|
3901
|
+
}), Co = e.object({
|
|
3902
3902
|
displayName: e.string(),
|
|
3903
3903
|
expirationPeriod: e.number()
|
|
3904
|
-
}),
|
|
3904
|
+
}), vt = e.object({
|
|
3905
3905
|
availableAfter: e.string(),
|
|
3906
3906
|
availabilityTimeBasis: e.string(),
|
|
3907
3907
|
retireAfter: e.string(),
|
|
@@ -3909,7 +3909,7 @@ const De = e.string(), bo = e.object({
|
|
|
3909
3909
|
retirementTimeBasis: e.string(),
|
|
3910
3910
|
removeOnRenewalAfter: e.string(),
|
|
3911
3911
|
removeOnRenewal: e.boolean()
|
|
3912
|
-
}),
|
|
3912
|
+
}), Do = e.object({
|
|
3913
3913
|
displayName: e.string(),
|
|
3914
3914
|
billingTrigger: e.union([e.literal("accept"), e.literal("issue")]),
|
|
3915
3915
|
billingLevel: e.union([
|
|
@@ -3932,7 +3932,7 @@ const Va = e.object({
|
|
|
3932
3932
|
error: e.string()
|
|
3933
3933
|
});
|
|
3934
3934
|
e.union([e.literal("queued"), e.literal("failed")]);
|
|
3935
|
-
const
|
|
3935
|
+
const qo = e.object({
|
|
3936
3936
|
displayName: e.string(),
|
|
3937
3937
|
category: e.union([
|
|
3938
3938
|
e.literal("none"),
|
|
@@ -3979,14 +3979,14 @@ e.union([
|
|
|
3979
3979
|
e.literal("next"),
|
|
3980
3980
|
e.literal("immediate")
|
|
3981
3981
|
]);
|
|
3982
|
-
const
|
|
3982
|
+
const Po = e.object({
|
|
3983
3983
|
extend: e.string(),
|
|
3984
3984
|
claimCategory: e.string(),
|
|
3985
3985
|
abstract: e.boolean()
|
|
3986
|
-
}),
|
|
3986
|
+
}), Bo = e.object({
|
|
3987
3987
|
dataType: e.string(),
|
|
3988
3988
|
isKey: e.boolean()
|
|
3989
|
-
}),
|
|
3989
|
+
}), No = e.object({
|
|
3990
3990
|
key: e.string(),
|
|
3991
3991
|
values: e.array(e.string())
|
|
3992
3992
|
}), $t = e.object({
|
|
@@ -4026,11 +4026,11 @@ e.union([
|
|
|
4026
4026
|
e.literal("termStartDay"),
|
|
4027
4027
|
e.literal("dueDay")
|
|
4028
4028
|
]);
|
|
4029
|
-
const
|
|
4029
|
+
const Io = e.object({
|
|
4030
4030
|
dataType: e.string(),
|
|
4031
4031
|
makeDistinct: e.boolean()
|
|
4032
|
-
}),
|
|
4033
|
-
columns: e.record(
|
|
4032
|
+
}), Mo = e.object({
|
|
4033
|
+
columns: e.record(Io),
|
|
4034
4034
|
selectionTimeBasis: e.union([
|
|
4035
4035
|
e.literal("policyStartTime"),
|
|
4036
4036
|
e.literal("termStartTime"),
|
|
@@ -4044,7 +4044,7 @@ e.union([
|
|
|
4044
4044
|
e.literal("transactionEffectiveTime"),
|
|
4045
4045
|
e.literal("currentTime")
|
|
4046
4046
|
]);
|
|
4047
|
-
const
|
|
4047
|
+
const Oo = e.object({
|
|
4048
4048
|
displayName: e.string(),
|
|
4049
4049
|
value: e.number(),
|
|
4050
4050
|
tag: e.string()
|
|
@@ -4054,17 +4054,17 @@ e.union([
|
|
|
4054
4054
|
e.literal("deductible"),
|
|
4055
4055
|
e.literal("limit")
|
|
4056
4056
|
]);
|
|
4057
|
-
const
|
|
4057
|
+
const Zo = e.object({
|
|
4058
4058
|
type: e.string()
|
|
4059
4059
|
}), Ta = e.object({
|
|
4060
4060
|
fields: e.array(e.string())
|
|
4061
|
-
}),
|
|
4061
|
+
}), Uo = e.object({
|
|
4062
4062
|
enabled: e.boolean(),
|
|
4063
4063
|
account: Ta,
|
|
4064
4064
|
policy: Ta,
|
|
4065
4065
|
productIndex: e.record(e.number()),
|
|
4066
4066
|
regionIndex: e.record(e.number())
|
|
4067
|
-
}),
|
|
4067
|
+
}), zo = e.object({
|
|
4068
4068
|
offsetDays: e.number(),
|
|
4069
4069
|
offsetBasis: e.union([
|
|
4070
4070
|
e.literal("delinquencyCreation"),
|
|
@@ -4077,7 +4077,7 @@ e.union([
|
|
|
4077
4077
|
e.literal("gracePeriodStart"),
|
|
4078
4078
|
e.literal("gracePeriodEnd")
|
|
4079
4079
|
]);
|
|
4080
|
-
const
|
|
4080
|
+
const Fo = e.object({
|
|
4081
4081
|
displayName: e.string(),
|
|
4082
4082
|
gracePeriodDays: e.number(),
|
|
4083
4083
|
delinquencyLevel: e.union([e.literal("policy"), e.literal("invoice")]).optional(),
|
|
@@ -4090,7 +4090,7 @@ const Uo = e.object({
|
|
|
4090
4090
|
e.literal("accepted"),
|
|
4091
4091
|
e.literal("issued")
|
|
4092
4092
|
]).optional(),
|
|
4093
|
-
events: e.record(
|
|
4093
|
+
events: e.record(zo)
|
|
4094
4094
|
});
|
|
4095
4095
|
e.union([
|
|
4096
4096
|
e.literal("policy"),
|
|
@@ -4117,7 +4117,7 @@ e.union([
|
|
|
4117
4117
|
e.literal("queued"),
|
|
4118
4118
|
e.literal("failed")
|
|
4119
4119
|
]);
|
|
4120
|
-
const
|
|
4120
|
+
const Go = e.object({
|
|
4121
4121
|
top: e.number().optional(),
|
|
4122
4122
|
bottom: e.number().optional(),
|
|
4123
4123
|
left: e.number().optional(),
|
|
@@ -4167,7 +4167,7 @@ e.union([
|
|
|
4167
4167
|
e.literal("B4"),
|
|
4168
4168
|
e.literal("B5")
|
|
4169
4169
|
]);
|
|
4170
|
-
const
|
|
4170
|
+
const Vo = e.object({
|
|
4171
4171
|
disburseExcess: e.boolean(),
|
|
4172
4172
|
disbursementType: e.string(),
|
|
4173
4173
|
excludeDebits: e.string(),
|
|
@@ -4213,13 +4213,13 @@ e.union([
|
|
|
4213
4213
|
e.literal("termStartDay"),
|
|
4214
4214
|
e.literal("dueDay")
|
|
4215
4215
|
]);
|
|
4216
|
-
const
|
|
4216
|
+
const $o = e.object({
|
|
4217
4217
|
lossCategory: e.string()
|
|
4218
|
-
}),
|
|
4218
|
+
}), Wo = e.object({
|
|
4219
4219
|
added: e.record(e.record(e.unknown())),
|
|
4220
4220
|
modified: e.record(e.record(e.unknown())),
|
|
4221
4221
|
removed: e.record(e.record(e.unknown()))
|
|
4222
|
-
}),
|
|
4222
|
+
}), Ko = e.object({
|
|
4223
4223
|
displayName: e.string(),
|
|
4224
4224
|
initialCoreNumber: e.string(),
|
|
4225
4225
|
format: e.string(),
|
|
@@ -4227,12 +4227,12 @@ const Go = e.object({
|
|
|
4227
4227
|
termNumberFormat: e.string(),
|
|
4228
4228
|
quoteNumberFormat: e.string(),
|
|
4229
4229
|
initialQuoteCoreNumber: e.string()
|
|
4230
|
-
}),
|
|
4230
|
+
}), Qo = e.object({
|
|
4231
4231
|
dataType: e.string()
|
|
4232
|
-
}),
|
|
4232
|
+
}), Ho = e.object({
|
|
4233
4233
|
table: e.string(),
|
|
4234
4234
|
column: e.string(),
|
|
4235
|
-
where: e.record(
|
|
4235
|
+
where: e.record(No)
|
|
4236
4236
|
}), F = e.object({
|
|
4237
4237
|
displayName: e.string(),
|
|
4238
4238
|
type: e.string(),
|
|
@@ -4255,9 +4255,9 @@ const Go = e.object({
|
|
|
4255
4255
|
e.literal("up")
|
|
4256
4256
|
]),
|
|
4257
4257
|
tag: e.array(e.string()),
|
|
4258
|
-
constraint:
|
|
4258
|
+
constraint: Ho,
|
|
4259
4259
|
searchable: e.boolean(),
|
|
4260
|
-
availability:
|
|
4260
|
+
availability: vt.optional()
|
|
4261
4261
|
});
|
|
4262
4262
|
e.union([
|
|
4263
4263
|
e.literal("ceiling"),
|
|
@@ -4268,18 +4268,18 @@ e.union([
|
|
|
4268
4268
|
e.literal("halfUp"),
|
|
4269
4269
|
e.literal("up")
|
|
4270
4270
|
]);
|
|
4271
|
-
const
|
|
4271
|
+
const Jo = e.object({
|
|
4272
4272
|
displayName: e.string(),
|
|
4273
4273
|
numberingString: e.string()
|
|
4274
|
-
}),
|
|
4274
|
+
}), Yo = e.object({
|
|
4275
4275
|
selectionStartTime: e.string(),
|
|
4276
4276
|
resourceNames: e.array(e.string())
|
|
4277
|
-
}), Jo = e.object({
|
|
4278
|
-
staticName: e.string()
|
|
4279
|
-
}), Yo = e.object({
|
|
4280
|
-
resourceInstances: e.record(Jo),
|
|
4281
|
-
resourceGroups: e.record(Ho)
|
|
4282
4277
|
}), Xo = e.object({
|
|
4278
|
+
staticName: e.string()
|
|
4279
|
+
}), ei = e.object({
|
|
4280
|
+
resourceInstances: e.record(Xo),
|
|
4281
|
+
resourceGroups: e.record(Yo)
|
|
4282
|
+
}), ti = e.object({
|
|
4283
4283
|
creditType: e.union([
|
|
4284
4284
|
e.literal("any"),
|
|
4285
4285
|
e.literal("creditDistribution"),
|
|
@@ -4291,26 +4291,26 @@ e.union([
|
|
|
4291
4291
|
e.literal("creditDistribution"),
|
|
4292
4292
|
e.literal("payment")
|
|
4293
4293
|
]);
|
|
4294
|
-
const
|
|
4295
|
-
items: e.record(
|
|
4296
|
-
}),
|
|
4294
|
+
const ai = e.object({
|
|
4295
|
+
items: e.record(Qo)
|
|
4296
|
+
}), ni = e.object({
|
|
4297
4297
|
currencyTolerances: e.record(e.number())
|
|
4298
4298
|
});
|
|
4299
4299
|
e.record(e.unknown());
|
|
4300
|
-
const
|
|
4301
|
-
columns: e.record(
|
|
4300
|
+
const ri = e.object({
|
|
4301
|
+
columns: e.record(Bo),
|
|
4302
4302
|
selectionTimeBasis: e.union([
|
|
4303
4303
|
e.literal("policyStartTime"),
|
|
4304
4304
|
e.literal("termStartTime"),
|
|
4305
4305
|
e.literal("transactionEffectiveTime"),
|
|
4306
4306
|
e.literal("currentTime")
|
|
4307
4307
|
])
|
|
4308
|
-
}),
|
|
4308
|
+
}), oi = e.object({
|
|
4309
4309
|
locator: e.string(),
|
|
4310
4310
|
name: e.string(),
|
|
4311
4311
|
deploymentResult: Wt,
|
|
4312
4312
|
bootstrapResult: Va
|
|
4313
|
-
}),
|
|
4313
|
+
}), ii = e.object({
|
|
4314
4314
|
category: e.union([
|
|
4315
4315
|
e.literal("issuance"),
|
|
4316
4316
|
e.literal("change"),
|
|
@@ -4348,7 +4348,7 @@ e.object({
|
|
|
4348
4348
|
version: e.string()
|
|
4349
4349
|
});
|
|
4350
4350
|
e.record(
|
|
4351
|
-
|
|
4351
|
+
Wo
|
|
4352
4352
|
);
|
|
4353
4353
|
e.object({
|
|
4354
4354
|
resolve: e.boolean().optional(),
|
|
@@ -4357,7 +4357,7 @@ e.object({
|
|
|
4357
4357
|
e.object({
|
|
4358
4358
|
resolve: e.boolean().optional()
|
|
4359
4359
|
});
|
|
4360
|
-
const
|
|
4360
|
+
const li = e.object({
|
|
4361
4361
|
displayName: e.string(),
|
|
4362
4362
|
extend: e.string(),
|
|
4363
4363
|
defaultSearchable: e.boolean(),
|
|
@@ -4367,25 +4367,25 @@ const oi = e.object({
|
|
|
4367
4367
|
invoiceNumberingPlan: e.string(),
|
|
4368
4368
|
contacts: e.record(e.array(e.string())),
|
|
4369
4369
|
abstract: e.boolean()
|
|
4370
|
-
}),
|
|
4371
|
-
resources:
|
|
4372
|
-
}),
|
|
4370
|
+
}), si = e.object({
|
|
4371
|
+
resources: ei
|
|
4372
|
+
}), ci = e.object({
|
|
4373
4373
|
displayName: e.string(),
|
|
4374
4374
|
extend: e.string(),
|
|
4375
4375
|
defaultSearchable: e.boolean(),
|
|
4376
4376
|
data: e.record(F),
|
|
4377
4377
|
abstract: e.boolean()
|
|
4378
|
-
}),
|
|
4378
|
+
}), di = e.object({
|
|
4379
4379
|
type: e.union([
|
|
4380
4380
|
e.literal("splitLimit"),
|
|
4381
4381
|
e.literal("deductible"),
|
|
4382
4382
|
e.literal("limit")
|
|
4383
4383
|
]),
|
|
4384
4384
|
displayName: e.string(),
|
|
4385
|
-
options: e.record(
|
|
4385
|
+
options: e.record(Oo),
|
|
4386
4386
|
value: F,
|
|
4387
|
-
availability:
|
|
4388
|
-
}),
|
|
4387
|
+
availability: vt.optional()
|
|
4388
|
+
}), ui = e.object({
|
|
4389
4389
|
displayName: e.string(),
|
|
4390
4390
|
extend: e.string(),
|
|
4391
4391
|
data: e.record(F),
|
|
@@ -4447,7 +4447,7 @@ const oi = e.object({
|
|
|
4447
4447
|
e.literal("B4"),
|
|
4448
4448
|
e.literal("B5")
|
|
4449
4449
|
]).optional(),
|
|
4450
|
-
margin:
|
|
4450
|
+
margin: Go.optional()
|
|
4451
4451
|
}), ot = e.object({
|
|
4452
4452
|
extend: e.string(),
|
|
4453
4453
|
pluralType: e.string(),
|
|
@@ -4457,9 +4457,9 @@ const oi = e.object({
|
|
|
4457
4457
|
charges: e.array(e.string()),
|
|
4458
4458
|
defaultSearchable: e.boolean(),
|
|
4459
4459
|
data: e.record(F),
|
|
4460
|
-
availability:
|
|
4460
|
+
availability: vt.optional(),
|
|
4461
4461
|
abstract: e.boolean()
|
|
4462
|
-
}),
|
|
4462
|
+
}), mi = e.object({
|
|
4463
4463
|
extend: e.string(),
|
|
4464
4464
|
lossType: e.string(),
|
|
4465
4465
|
defaultSearchable: e.boolean(),
|
|
@@ -4467,12 +4467,12 @@ const oi = e.object({
|
|
|
4467
4467
|
numberingPlan: e.string(),
|
|
4468
4468
|
contacts: e.record(e.array(e.string())),
|
|
4469
4469
|
abstract: e.boolean()
|
|
4470
|
-
}),
|
|
4470
|
+
}), pi = e.object({
|
|
4471
4471
|
displayName: e.string(),
|
|
4472
4472
|
extend: e.string(),
|
|
4473
4473
|
data: e.record(F),
|
|
4474
4474
|
abstract: e.boolean()
|
|
4475
|
-
}),
|
|
4475
|
+
}), gi = e.object({
|
|
4476
4476
|
extend: e.string(),
|
|
4477
4477
|
defaultInstallmentPlan: e.string(),
|
|
4478
4478
|
defaultBillingPlan: e.string(),
|
|
@@ -4502,7 +4502,7 @@ const oi = e.object({
|
|
|
4502
4502
|
defaultBillingTrigger: e.union([e.literal("accept"), e.literal("issue")]),
|
|
4503
4503
|
numberingPlan: e.string().optional(),
|
|
4504
4504
|
numberingString: e.string().optional(),
|
|
4505
|
-
availability:
|
|
4505
|
+
availability: vt.optional(),
|
|
4506
4506
|
withPrecommitReapplication: e.boolean().optional(),
|
|
4507
4507
|
abstract: e.boolean()
|
|
4508
4508
|
}), ce = e.object({
|
|
@@ -4543,43 +4543,43 @@ const oi = e.object({
|
|
|
4543
4543
|
defaultDueLeadDays: e.number(),
|
|
4544
4544
|
defaultAuxDataSettings: e.string(),
|
|
4545
4545
|
defaultShortfallTolerancePlan: e.string(),
|
|
4546
|
-
regions: e.record(
|
|
4546
|
+
regions: e.record(Jo),
|
|
4547
4547
|
defaultRegion: e.string(),
|
|
4548
4548
|
defaultSearchable: e.boolean(),
|
|
4549
|
-
dataTypes: e.record(
|
|
4550
|
-
accounts: e.record(
|
|
4549
|
+
dataTypes: e.record(ui),
|
|
4550
|
+
accounts: e.record(li),
|
|
4551
4551
|
policyLines: e.record(ot),
|
|
4552
4552
|
exposureGroups: e.record(ot),
|
|
4553
4553
|
exposures: e.record(ot),
|
|
4554
4554
|
coverages: e.record(ot),
|
|
4555
|
-
products: e.record(
|
|
4556
|
-
coverageTerms: e.record(
|
|
4557
|
-
charges: e.record(
|
|
4558
|
-
transactionTypes: e.record(
|
|
4555
|
+
products: e.record(gi),
|
|
4556
|
+
coverageTerms: e.record(di),
|
|
4557
|
+
charges: e.record(qo),
|
|
4558
|
+
transactionTypes: e.record(ii),
|
|
4559
4559
|
installmentPlans: e.record(Wa),
|
|
4560
|
-
billingPlans: e.record(
|
|
4561
|
-
payments: e.record(
|
|
4560
|
+
billingPlans: e.record(Do),
|
|
4561
|
+
payments: e.record(pi),
|
|
4562
4562
|
disbursements: e.record(Ka),
|
|
4563
|
-
tables: e.record(
|
|
4564
|
-
constraintTables: e.record(
|
|
4565
|
-
secrets: e.record(
|
|
4563
|
+
tables: e.record(ri),
|
|
4564
|
+
constraintTables: e.record(Mo),
|
|
4565
|
+
secrets: e.record(ai),
|
|
4566
4566
|
documents: e.record(Qa),
|
|
4567
|
-
auxDataSettings: e.record(
|
|
4568
|
-
customEvents: e.record(
|
|
4569
|
-
delinquencyPlans: e.record(
|
|
4570
|
-
shortfallTolerancePlans: e.record(
|
|
4571
|
-
autoRenewalPlans: e.record(
|
|
4572
|
-
excessCreditPlans: e.record(
|
|
4573
|
-
reversalTypes: e.record(
|
|
4574
|
-
numberingPlans: e.record(
|
|
4575
|
-
fnol: e.record(
|
|
4576
|
-
claims: e.record(
|
|
4577
|
-
losses: e.record(
|
|
4578
|
-
contacts: e.record(
|
|
4567
|
+
auxDataSettings: e.record(Co),
|
|
4568
|
+
customEvents: e.record(Zo),
|
|
4569
|
+
delinquencyPlans: e.record(Fo),
|
|
4570
|
+
shortfallTolerancePlans: e.record(ni),
|
|
4571
|
+
autoRenewalPlans: e.record(Eo),
|
|
4572
|
+
excessCreditPlans: e.record(Vo),
|
|
4573
|
+
reversalTypes: e.record(ti),
|
|
4574
|
+
numberingPlans: e.record(Ko),
|
|
4575
|
+
fnol: e.record(mi),
|
|
4576
|
+
claims: e.record(Po),
|
|
4577
|
+
losses: e.record($o),
|
|
4578
|
+
contacts: e.record(ci),
|
|
4579
4579
|
contactRoles: e.array(e.string()),
|
|
4580
4580
|
workManagement: $a,
|
|
4581
|
-
dataAccessControl:
|
|
4582
|
-
bootstrap:
|
|
4581
|
+
dataAccessControl: Uo,
|
|
4582
|
+
bootstrap: si,
|
|
4583
4583
|
defaultInvoiceDocument: e.string()
|
|
4584
4584
|
});
|
|
4585
4585
|
e.object({
|
|
@@ -4606,17 +4606,17 @@ e.object({
|
|
|
4606
4606
|
e.object({
|
|
4607
4607
|
formData: ce.optional()
|
|
4608
4608
|
});
|
|
4609
|
-
const
|
|
4609
|
+
const yi = e.enum(["none", "required", "excluded"]), Ha = e.enum([
|
|
4610
4610
|
"generateDay",
|
|
4611
4611
|
"termStartDay",
|
|
4612
4612
|
"dueDay"
|
|
4613
|
-
]),
|
|
4613
|
+
]), fi = e.enum([
|
|
4614
4614
|
"none",
|
|
4615
4615
|
"dayOfMonth",
|
|
4616
4616
|
"anchorTime",
|
|
4617
4617
|
"dayOfWeek",
|
|
4618
4618
|
"weekOfMonth"
|
|
4619
|
-
]),
|
|
4619
|
+
]), Je = e.enum(["accept", "issue"]), Se = e.enum(["account", "inherit", "policy"]), Ja = e.enum([
|
|
4620
4620
|
"none",
|
|
4621
4621
|
"fullPay",
|
|
4622
4622
|
"weekly",
|
|
@@ -4627,12 +4627,12 @@ const pi = e.enum(["none", "required", "excluded"]), Ha = e.enum([
|
|
|
4627
4627
|
"annually",
|
|
4628
4628
|
"thirtyDays",
|
|
4629
4629
|
"everyNDays"
|
|
4630
|
-
]),
|
|
4630
|
+
]), hi = e.enum([
|
|
4631
4631
|
"add",
|
|
4632
4632
|
"delete",
|
|
4633
4633
|
"modify",
|
|
4634
4634
|
"params"
|
|
4635
|
-
]),
|
|
4635
|
+
]), bi = e.enum([
|
|
4636
4636
|
"none",
|
|
4637
4637
|
"premium",
|
|
4638
4638
|
"tax",
|
|
@@ -4647,7 +4647,7 @@ const pi = e.enum(["none", "required", "excluded"]), Ha = e.enum([
|
|
|
4647
4647
|
"flatCededPremium",
|
|
4648
4648
|
"nonFinancial",
|
|
4649
4649
|
"surcharge"
|
|
4650
|
-
]),
|
|
4650
|
+
]), Ye = e.enum([
|
|
4651
4651
|
"none",
|
|
4652
4652
|
"years",
|
|
4653
4653
|
"months",
|
|
@@ -4655,7 +4655,7 @@ const pi = e.enum(["none", "required", "excluded"]), Ha = e.enum([
|
|
|
4655
4655
|
"weeks",
|
|
4656
4656
|
"days",
|
|
4657
4657
|
"hours"
|
|
4658
|
-
]),
|
|
4658
|
+
]), vi = e.enum([
|
|
4659
4659
|
"monday",
|
|
4660
4660
|
"tuesday",
|
|
4661
4661
|
"wednesday",
|
|
@@ -4663,20 +4663,20 @@ const pi = e.enum(["none", "required", "excluded"]), Ha = e.enum([
|
|
|
4663
4663
|
"friday",
|
|
4664
4664
|
"saturday",
|
|
4665
4665
|
"sunday"
|
|
4666
|
-
]),
|
|
4666
|
+
]), Si = e.enum([
|
|
4667
4667
|
"draft",
|
|
4668
4668
|
"dataReady",
|
|
4669
4669
|
"ready",
|
|
4670
4670
|
"dataError",
|
|
4671
4671
|
"renderError",
|
|
4672
4672
|
"conversionError"
|
|
4673
|
-
]),
|
|
4673
|
+
]), ji = e.enum([
|
|
4674
4674
|
"product",
|
|
4675
4675
|
"coverage",
|
|
4676
4676
|
"exposure",
|
|
4677
4677
|
"exposureGroup",
|
|
4678
4678
|
"policyLine"
|
|
4679
|
-
]),
|
|
4679
|
+
]), Ti = e.enum(["fuzzy", "exact", "startsWith"]), Ad = e.enum([
|
|
4680
4680
|
"application/json",
|
|
4681
4681
|
"application/octet-stream",
|
|
4682
4682
|
"application/pdf",
|
|
@@ -4704,7 +4704,7 @@ const Kt = e.enum([
|
|
|
4704
4704
|
"account",
|
|
4705
4705
|
"quote",
|
|
4706
4706
|
"policy"
|
|
4707
|
-
]),
|
|
4707
|
+
]), Ai = e.enum(["coverage", "gap"]), Qt = e.enum([
|
|
4708
4708
|
"issuance",
|
|
4709
4709
|
"change",
|
|
4710
4710
|
"renewal",
|
|
@@ -4728,7 +4728,7 @@ const Kt = e.enum([
|
|
|
4728
4728
|
"discarded",
|
|
4729
4729
|
"invalidated",
|
|
4730
4730
|
"reversed"
|
|
4731
|
-
]),
|
|
4731
|
+
]), _i = e.enum([
|
|
4732
4732
|
"quote",
|
|
4733
4733
|
"transaction"
|
|
4734
4734
|
]), Xa = e.enum([
|
|
@@ -4738,7 +4738,7 @@ const Kt = e.enum([
|
|
|
4738
4738
|
"decline",
|
|
4739
4739
|
"reject",
|
|
4740
4740
|
"approve"
|
|
4741
|
-
]),
|
|
4741
|
+
]), wi = e.enum([
|
|
4742
4742
|
"none",
|
|
4743
4743
|
"first",
|
|
4744
4744
|
"second",
|
|
@@ -4778,7 +4778,7 @@ const Kt = e.enum([
|
|
|
4778
4778
|
"rejected",
|
|
4779
4779
|
"refused",
|
|
4780
4780
|
"discarded"
|
|
4781
|
-
]),
|
|
4781
|
+
]), ki = e.enum(["clear", "delete"]), xi = e.enum([
|
|
4782
4782
|
"draft",
|
|
4783
4783
|
"validated",
|
|
4784
4784
|
"approved",
|
|
@@ -4786,13 +4786,13 @@ const Kt = e.enum([
|
|
|
4786
4786
|
"reversed",
|
|
4787
4787
|
"rejected",
|
|
4788
4788
|
"discarded"
|
|
4789
|
-
]),
|
|
4789
|
+
]), Li = e.enum(["invoice", "account"]), Xt = e.enum([
|
|
4790
4790
|
"ach",
|
|
4791
4791
|
"cash",
|
|
4792
4792
|
"eft",
|
|
4793
4793
|
"standard",
|
|
4794
4794
|
"wire"
|
|
4795
|
-
]),
|
|
4795
|
+
]), Ri = e.enum([
|
|
4796
4796
|
"transaction",
|
|
4797
4797
|
"policy",
|
|
4798
4798
|
"term",
|
|
@@ -4800,26 +4800,26 @@ const Kt = e.enum([
|
|
|
4800
4800
|
"policyUnique",
|
|
4801
4801
|
"termUnique",
|
|
4802
4802
|
"invoice"
|
|
4803
|
-
]),
|
|
4803
|
+
]), Ei = e.enum([
|
|
4804
4804
|
"policyStartTime",
|
|
4805
4805
|
"termStartTime",
|
|
4806
4806
|
"transactionEffectiveTime",
|
|
4807
4807
|
"currentTime"
|
|
4808
|
-
]),
|
|
4808
|
+
]), Ci = e.enum([
|
|
4809
4809
|
"validated",
|
|
4810
4810
|
"priced",
|
|
4811
4811
|
"accepted",
|
|
4812
4812
|
"issued",
|
|
4813
4813
|
"underwritten",
|
|
4814
4814
|
"generated"
|
|
4815
|
-
]),
|
|
4815
|
+
]), Di = e.enum([
|
|
4816
4816
|
"account",
|
|
4817
4817
|
"quickQuote",
|
|
4818
4818
|
"quote",
|
|
4819
4819
|
"policy",
|
|
4820
4820
|
"transaction",
|
|
4821
4821
|
"invoice"
|
|
4822
|
-
]),
|
|
4822
|
+
]), St = e.enum([
|
|
4823
4823
|
"active",
|
|
4824
4824
|
"pastDeadline",
|
|
4825
4825
|
"completed",
|
|
@@ -4831,18 +4831,18 @@ const Kt = e.enum([
|
|
|
4831
4831
|
"policy",
|
|
4832
4832
|
"transaction",
|
|
4833
4833
|
"invoice"
|
|
4834
|
-
]),
|
|
4834
|
+
]), qi = e.enum([
|
|
4835
4835
|
"active",
|
|
4836
4836
|
"completed",
|
|
4837
4837
|
"unassigned",
|
|
4838
4838
|
"discarded"
|
|
4839
|
-
]),
|
|
4839
|
+
]), Pi = e.enum([
|
|
4840
4840
|
"quote",
|
|
4841
4841
|
"policy",
|
|
4842
4842
|
"transaction",
|
|
4843
4843
|
"activity",
|
|
4844
4844
|
"fnol"
|
|
4845
|
-
]),
|
|
4845
|
+
]), Bi = e.enum(["active", "discarded", "locked"]), kd = e.enum(["open", "settled"]), Ke = e.object({
|
|
4846
4846
|
referenceType: e.union([
|
|
4847
4847
|
e.literal("account"),
|
|
4848
4848
|
e.literal("quickQuote"),
|
|
@@ -4862,7 +4862,7 @@ e.union([
|
|
|
4862
4862
|
const en = e.object({
|
|
4863
4863
|
type: e.string(),
|
|
4864
4864
|
deadlineTime: e.string().optional(),
|
|
4865
|
-
references: e.array(
|
|
4865
|
+
references: e.array(Ke),
|
|
4866
4866
|
underwritingFlagLocators: e.array(e.string()),
|
|
4867
4867
|
assignedTo: e.string().optional()
|
|
4868
4868
|
});
|
|
@@ -4876,8 +4876,8 @@ e.union([
|
|
|
4876
4876
|
]);
|
|
4877
4877
|
const tn = e.object({
|
|
4878
4878
|
deadlineTime: e.string().optional(),
|
|
4879
|
-
addReferences: e.array(
|
|
4880
|
-
removeReferences: e.array(
|
|
4879
|
+
addReferences: e.array(Ke),
|
|
4880
|
+
removeReferences: e.array(Ke),
|
|
4881
4881
|
addUnderwritingFlags: e.array(e.string()),
|
|
4882
4882
|
removeUnderwritingFlags: e.array(e.string())
|
|
4883
4883
|
}), an = e.object({
|
|
@@ -4932,7 +4932,7 @@ const nn = e.object({
|
|
|
4932
4932
|
e.literal("completed"),
|
|
4933
4933
|
e.literal("cancelled")
|
|
4934
4934
|
]),
|
|
4935
|
-
references: e.array(
|
|
4935
|
+
references: e.array(Ke),
|
|
4936
4936
|
underwritingFlagLocators: e.array(e.string()),
|
|
4937
4937
|
deadlineTime: e.string().optional(),
|
|
4938
4938
|
assignedTo: e.string().optional(),
|
|
@@ -5096,7 +5096,7 @@ e.object({
|
|
|
5096
5096
|
count: e.number().optional(),
|
|
5097
5097
|
offset: e.number().optional()
|
|
5098
5098
|
});
|
|
5099
|
-
const
|
|
5099
|
+
const qt = e.object({
|
|
5100
5100
|
accountLocator: e.string()
|
|
5101
5101
|
});
|
|
5102
5102
|
e.union([
|
|
@@ -5104,7 +5104,7 @@ e.union([
|
|
|
5104
5104
|
e.literal("inherit"),
|
|
5105
5105
|
e.literal("policy")
|
|
5106
5106
|
]);
|
|
5107
|
-
const
|
|
5107
|
+
const jt = e.object({
|
|
5108
5108
|
contactLocator: e.string(),
|
|
5109
5109
|
roles: e.array(e.string())
|
|
5110
5110
|
});
|
|
@@ -5118,7 +5118,7 @@ e.union([
|
|
|
5118
5118
|
e.literal("validated"),
|
|
5119
5119
|
e.literal("discarded")
|
|
5120
5120
|
]);
|
|
5121
|
-
const
|
|
5121
|
+
const Xe = e.object({
|
|
5122
5122
|
action: e.string()
|
|
5123
5123
|
}), P = e.lazy(
|
|
5124
5124
|
() => e.object({
|
|
@@ -5170,7 +5170,7 @@ e.union([
|
|
|
5170
5170
|
const sn = e.object({
|
|
5171
5171
|
billingPlanName: e.string().optional(),
|
|
5172
5172
|
billingLevel: e.union([e.literal("account"), e.literal("inherit"), e.literal("policy")]).optional()
|
|
5173
|
-
}),
|
|
5173
|
+
}), Tt = e.object({
|
|
5174
5174
|
locator: e.string(),
|
|
5175
5175
|
elementLocator: e.string(),
|
|
5176
5176
|
chargeType: e.string(),
|
|
@@ -5226,18 +5226,18 @@ e.union([
|
|
|
5226
5226
|
e.literal("next"),
|
|
5227
5227
|
e.literal("immediate")
|
|
5228
5228
|
]);
|
|
5229
|
-
const
|
|
5229
|
+
const Ni = e.object({
|
|
5230
5230
|
staticLocator: e.string(),
|
|
5231
5231
|
fieldName: e.string(),
|
|
5232
5232
|
values: e.array(e.string())
|
|
5233
5233
|
}), ta = e.object({
|
|
5234
5234
|
table: e.string(),
|
|
5235
5235
|
column: e.string(),
|
|
5236
|
-
where: e.record(
|
|
5237
|
-
}),
|
|
5236
|
+
where: e.record(Ni)
|
|
5237
|
+
}), Ii = e.object({
|
|
5238
5238
|
addRoles: e.array(e.string()),
|
|
5239
5239
|
removeRoles: e.array(e.string())
|
|
5240
|
-
}),
|
|
5240
|
+
}), Mi = e.object({
|
|
5241
5241
|
termLocator: e.string(),
|
|
5242
5242
|
policyLocator: e.string(),
|
|
5243
5243
|
autoRenewalState: e.union([
|
|
@@ -5255,7 +5255,7 @@ const Pi = e.object({
|
|
|
5255
5255
|
renewalTransactionAcceptTime: e.string().optional(),
|
|
5256
5256
|
renewalTransactionIssueTime: e.string().optional(),
|
|
5257
5257
|
renewalTransactionLocator: e.string().optional()
|
|
5258
|
-
}),
|
|
5258
|
+
}), et = Xe.and(
|
|
5259
5259
|
e.object({
|
|
5260
5260
|
locator: e.string().optional(),
|
|
5261
5261
|
action: e.union([
|
|
@@ -5277,7 +5277,7 @@ const Pi = e.object({
|
|
|
5277
5277
|
]),
|
|
5278
5278
|
staticElementLocators: e.array(e.string())
|
|
5279
5279
|
})
|
|
5280
|
-
),
|
|
5280
|
+
), Oi = e.object({
|
|
5281
5281
|
locator: e.string(),
|
|
5282
5282
|
name: e.string(),
|
|
5283
5283
|
staticName: e.string(),
|
|
@@ -5337,7 +5337,7 @@ e.union([
|
|
|
5337
5337
|
e.literal("exposureGroup"),
|
|
5338
5338
|
e.literal("policyLine")
|
|
5339
5339
|
]);
|
|
5340
|
-
const
|
|
5340
|
+
const Zi = e.object({
|
|
5341
5341
|
locator: e.string(),
|
|
5342
5342
|
staticLocator: e.string(),
|
|
5343
5343
|
type: e.string(),
|
|
@@ -5434,12 +5434,12 @@ e.union([
|
|
|
5434
5434
|
e.literal("fourth"),
|
|
5435
5435
|
e.literal("fifth")
|
|
5436
5436
|
]);
|
|
5437
|
-
const
|
|
5437
|
+
const Ui = e.object({
|
|
5438
5438
|
historyLocator: e.string(),
|
|
5439
5439
|
staticData: e.record(e.record(e.unknown())),
|
|
5440
5440
|
updatedBy: e.string(),
|
|
5441
5441
|
updatedAt: e.string()
|
|
5442
|
-
}),
|
|
5442
|
+
}), tt = Xe.and(
|
|
5443
5443
|
e.object({
|
|
5444
5444
|
locator: e.string().optional(),
|
|
5445
5445
|
action: e.union([
|
|
@@ -5472,20 +5472,20 @@ const Oi = e.object({
|
|
|
5472
5472
|
), O = e.object({
|
|
5473
5473
|
installmentPreferences: cn.optional(),
|
|
5474
5474
|
billingPreferences: sn.optional()
|
|
5475
|
-
}),
|
|
5475
|
+
}), zi = e.object({
|
|
5476
5476
|
renewalTransactionType: e.string().optional(),
|
|
5477
5477
|
newTermDuration: e.number().optional(),
|
|
5478
5478
|
renewalTransactionCreateTime: e.string().optional(),
|
|
5479
5479
|
renewalTransactionAcceptTime: e.string().optional(),
|
|
5480
5480
|
renewalTransactionIssueTime: e.string().optional(),
|
|
5481
5481
|
renewalTransactionLocator: e.string().optional()
|
|
5482
|
-
}),
|
|
5482
|
+
}), At = e.object({
|
|
5483
5483
|
locator: e.string(),
|
|
5484
5484
|
setData: e.record(e.record(e.unknown())),
|
|
5485
5485
|
removeData: e.record(e.record(e.unknown())),
|
|
5486
5486
|
setCoverageTerms: e.record(e.string()),
|
|
5487
5487
|
removeCoverageTerms: e.record(e.record(e.unknown()))
|
|
5488
|
-
}),
|
|
5488
|
+
}), Fi = e.object({
|
|
5489
5489
|
setData: e.record(e.record(e.unknown())),
|
|
5490
5490
|
removeData: e.record(e.record(e.unknown())),
|
|
5491
5491
|
setCoverageTerms: e.record(e.string()),
|
|
@@ -5494,7 +5494,7 @@ const Oi = e.object({
|
|
|
5494
5494
|
startTime: e.string(),
|
|
5495
5495
|
endTime: e.string(),
|
|
5496
5496
|
expirationTime: e.string(),
|
|
5497
|
-
elements: e.array(
|
|
5497
|
+
elements: e.array(At)
|
|
5498
5498
|
}), dn = e.object({
|
|
5499
5499
|
setData: e.record(e.record(e.unknown())),
|
|
5500
5500
|
removeData: e.record(e.record(e.unknown())),
|
|
@@ -5505,7 +5505,7 @@ const Oi = e.object({
|
|
|
5505
5505
|
startTime: e.string(),
|
|
5506
5506
|
endTime: e.string(),
|
|
5507
5507
|
expirationTime: e.string(),
|
|
5508
|
-
elements: e.array(
|
|
5508
|
+
elements: e.array(At),
|
|
5509
5509
|
preferences: O,
|
|
5510
5510
|
billingTrigger: e.union([e.literal("accept"), e.literal("issue")]),
|
|
5511
5511
|
delinquencyPlanName: e.string(),
|
|
@@ -5545,7 +5545,7 @@ e.union([
|
|
|
5545
5545
|
e.literal("quoted"),
|
|
5546
5546
|
e.literal("discarded")
|
|
5547
5547
|
]);
|
|
5548
|
-
const
|
|
5548
|
+
const Gi = e.object({
|
|
5549
5549
|
productName: e.string(),
|
|
5550
5550
|
startTime: e.string(),
|
|
5551
5551
|
endTime: e.string(),
|
|
@@ -5589,7 +5589,7 @@ e.object({
|
|
|
5589
5589
|
e.literal("days"),
|
|
5590
5590
|
e.literal("hours")
|
|
5591
5591
|
]),
|
|
5592
|
-
items: e.array(
|
|
5592
|
+
items: e.array(Tt),
|
|
5593
5593
|
state: e.union([
|
|
5594
5594
|
e.literal("draft"),
|
|
5595
5595
|
e.literal("validated"),
|
|
@@ -5652,7 +5652,7 @@ const mn = e.object({
|
|
|
5652
5652
|
static: e.record(e.record(e.unknown()))
|
|
5653
5653
|
}), q = e.object({
|
|
5654
5654
|
quoteLocator: e.string()
|
|
5655
|
-
}),
|
|
5655
|
+
}), Vi = e.object({
|
|
5656
5656
|
quoteLocator: e.string(),
|
|
5657
5657
|
underwritingStatus: e.union([
|
|
5658
5658
|
e.literal("none"),
|
|
@@ -5662,11 +5662,11 @@ const mn = e.object({
|
|
|
5662
5662
|
e.literal("reject"),
|
|
5663
5663
|
e.literal("approve")
|
|
5664
5664
|
])
|
|
5665
|
-
}),
|
|
5665
|
+
}), $i = e.object({
|
|
5666
5666
|
quoteLocator: e.string()
|
|
5667
|
-
}),
|
|
5667
|
+
}), at = e.object({
|
|
5668
5668
|
groupLocator: e.string()
|
|
5669
|
-
}),
|
|
5669
|
+
}), Wi = e.object({
|
|
5670
5670
|
tenantLocator: e.string(),
|
|
5671
5671
|
quoteLocator: e.string(),
|
|
5672
5672
|
accountLocator: e.string(),
|
|
@@ -5697,7 +5697,7 @@ const mn = e.object({
|
|
|
5697
5697
|
e.literal("days"),
|
|
5698
5698
|
e.literal("hours")
|
|
5699
5699
|
]),
|
|
5700
|
-
items: e.array(
|
|
5700
|
+
items: e.array(Tt),
|
|
5701
5701
|
quoteNumber: e.string()
|
|
5702
5702
|
});
|
|
5703
5703
|
e.union([
|
|
@@ -5727,7 +5727,7 @@ const se = e.object({
|
|
|
5727
5727
|
createdTime: e.string(),
|
|
5728
5728
|
clearedBy: e.string(),
|
|
5729
5729
|
clearedTime: e.string()
|
|
5730
|
-
}),
|
|
5730
|
+
}), Ki = e.object({
|
|
5731
5731
|
tenantLocator: e.string(),
|
|
5732
5732
|
quoteLocator: e.string(),
|
|
5733
5733
|
accountLocator: e.string(),
|
|
@@ -5785,18 +5785,18 @@ e.union([
|
|
|
5785
5785
|
e.literal("coverage"),
|
|
5786
5786
|
e.literal("gap")
|
|
5787
5787
|
]);
|
|
5788
|
-
const
|
|
5788
|
+
const Qi = e.object({
|
|
5789
5789
|
locator: e.string(),
|
|
5790
5790
|
type: e.union([e.literal("coverage"), e.literal("gap")]),
|
|
5791
5791
|
basedOn: e.string(),
|
|
5792
5792
|
startTime: e.string(),
|
|
5793
5793
|
endTime: e.string(),
|
|
5794
5794
|
duration: e.number(),
|
|
5795
|
-
elements: e.array(
|
|
5796
|
-
documentSummary: e.array(
|
|
5795
|
+
elements: e.array(Zi),
|
|
5796
|
+
documentSummary: e.array(Oi)
|
|
5797
5797
|
});
|
|
5798
5798
|
e.union([e.literal("coverage"), e.literal("gap")]);
|
|
5799
|
-
const
|
|
5799
|
+
const Hi = e.object({
|
|
5800
5800
|
locator: e.string(),
|
|
5801
5801
|
staticLocator: e.string(),
|
|
5802
5802
|
policyLocator: e.string(),
|
|
@@ -5834,7 +5834,7 @@ e.object({
|
|
|
5834
5834
|
e.literal("days"),
|
|
5835
5835
|
e.literal("hours")
|
|
5836
5836
|
]),
|
|
5837
|
-
subsegments: e.array(
|
|
5837
|
+
subsegments: e.array(Qi)
|
|
5838
5838
|
});
|
|
5839
5839
|
e.union([
|
|
5840
5840
|
e.literal("issuance"),
|
|
@@ -5865,14 +5865,14 @@ e.union([
|
|
|
5865
5865
|
const S = e.object({
|
|
5866
5866
|
policyLocator: e.string(),
|
|
5867
5867
|
transactionLocator: e.string()
|
|
5868
|
-
}),
|
|
5868
|
+
}), ke = e.object({
|
|
5869
5869
|
policyLocator: e.string(),
|
|
5870
5870
|
transactionLocator: e.string(),
|
|
5871
5871
|
underwritingStatus: e.string()
|
|
5872
|
-
}),
|
|
5872
|
+
}), xe = e.object({
|
|
5873
5873
|
policyLocator: e.string(),
|
|
5874
5874
|
transactionLocator: e.string()
|
|
5875
|
-
}),
|
|
5875
|
+
}), Ji = e.lazy(
|
|
5876
5876
|
() => e.object({
|
|
5877
5877
|
locator: e.string(),
|
|
5878
5878
|
policyLocator: e.string(),
|
|
@@ -5903,8 +5903,8 @@ const S = e.object({
|
|
|
5903
5903
|
e.literal("reversed")
|
|
5904
5904
|
]),
|
|
5905
5905
|
effectiveTime: e.string(),
|
|
5906
|
-
charges: e.array(
|
|
5907
|
-
aggregatedTransactions: e.array(
|
|
5906
|
+
charges: e.array(Tt),
|
|
5907
|
+
aggregatedTransactions: e.array(Ji)
|
|
5908
5908
|
})
|
|
5909
5909
|
), pn = e.object({
|
|
5910
5910
|
locator: e.string(),
|
|
@@ -5922,7 +5922,7 @@ const S = e.object({
|
|
|
5922
5922
|
issuedTime: e.string(),
|
|
5923
5923
|
preferences: O,
|
|
5924
5924
|
segment: je
|
|
5925
|
-
}),
|
|
5925
|
+
}), Yi = e.lazy(
|
|
5926
5926
|
() => e.object({
|
|
5927
5927
|
locator: e.string(),
|
|
5928
5928
|
policyLocator: e.string(),
|
|
@@ -5955,9 +5955,9 @@ const S = e.object({
|
|
|
5955
5955
|
effectiveTime: e.string(),
|
|
5956
5956
|
underwritingStatus: e.string(),
|
|
5957
5957
|
underwritingFlags: e.array(se),
|
|
5958
|
-
aggregatedTransactions: e.array(
|
|
5958
|
+
aggregatedTransactions: e.array(Yi)
|
|
5959
5959
|
})
|
|
5960
|
-
),
|
|
5960
|
+
), Xi = e.object({
|
|
5961
5961
|
transactionLocator: e.string(),
|
|
5962
5962
|
flags: e.array(se),
|
|
5963
5963
|
clearedFlags: e.array(se)
|
|
@@ -5991,20 +5991,20 @@ const ra = e.object({
|
|
|
5991
5991
|
clearFlags: e.array(e.string())
|
|
5992
5992
|
}), yn = e.object({
|
|
5993
5993
|
autoRenewalPlanName: e.string()
|
|
5994
|
-
}),
|
|
5994
|
+
}), el = e.object({
|
|
5995
5995
|
renewalTransactionType: e.string().optional(),
|
|
5996
5996
|
newTermDuration: e.number().optional(),
|
|
5997
5997
|
renewalTransactionCreateTime: e.string(),
|
|
5998
5998
|
renewalTransactionAcceptTime: e.string().optional(),
|
|
5999
5999
|
renewalTransactionIssueTime: e.string().optional(),
|
|
6000
6000
|
renewalTransactionLocator: e.string().optional()
|
|
6001
|
-
}),
|
|
6001
|
+
}), _t = e.object({
|
|
6002
6002
|
billingLevel: e.union([
|
|
6003
6003
|
e.literal("account"),
|
|
6004
6004
|
e.literal("inherit"),
|
|
6005
6005
|
e.literal("policy")
|
|
6006
6006
|
])
|
|
6007
|
-
}),
|
|
6007
|
+
}), tl = e.object({
|
|
6008
6008
|
billingTrigger: e.union([e.literal("accept"), e.literal("issue")])
|
|
6009
6009
|
}), oa = e.object({
|
|
6010
6010
|
delinquencyPlanName: e.string()
|
|
@@ -6028,10 +6028,10 @@ e.object({
|
|
|
6028
6028
|
e.array(je);
|
|
6029
6029
|
e.object({
|
|
6030
6030
|
locator: e.string(),
|
|
6031
|
-
requestBody:
|
|
6031
|
+
requestBody: At
|
|
6032
6032
|
});
|
|
6033
6033
|
e.array(je);
|
|
6034
|
-
const
|
|
6034
|
+
const nt = Xe.and(
|
|
6035
6035
|
e.object({
|
|
6036
6036
|
locator: e.string().optional(),
|
|
6037
6037
|
action: e.union([
|
|
@@ -6053,7 +6053,7 @@ const at = Ye.and(
|
|
|
6053
6053
|
]),
|
|
6054
6054
|
elements: e.array(P)
|
|
6055
6055
|
})
|
|
6056
|
-
), de =
|
|
6056
|
+
), de = Xe.and(
|
|
6057
6057
|
e.object({
|
|
6058
6058
|
locator: e.string().optional(),
|
|
6059
6059
|
action: e.union([
|
|
@@ -6080,7 +6080,7 @@ const at = Ye.and(
|
|
|
6080
6080
|
]),
|
|
6081
6081
|
effectiveTime: e.string()
|
|
6082
6082
|
})
|
|
6083
|
-
),
|
|
6083
|
+
), al = e.lazy(
|
|
6084
6084
|
() => e.object({
|
|
6085
6085
|
locator: e.string(),
|
|
6086
6086
|
transactionCategory: e.union([
|
|
@@ -6118,7 +6118,7 @@ const at = Ye.and(
|
|
|
6118
6118
|
validationResult: ae.optional(),
|
|
6119
6119
|
changeInstructions: e.array(e.record(e.unknown())),
|
|
6120
6120
|
effectiveTime: e.string(),
|
|
6121
|
-
aggregatedTransactions: e.array(
|
|
6121
|
+
aggregatedTransactions: e.array(al),
|
|
6122
6122
|
termLocator: e.string(),
|
|
6123
6123
|
preferences: O.optional(),
|
|
6124
6124
|
transactionType: e.string(),
|
|
@@ -6326,16 +6326,16 @@ e.object({
|
|
|
6326
6326
|
});
|
|
6327
6327
|
e.object({
|
|
6328
6328
|
locator: e.string(),
|
|
6329
|
-
requestBody:
|
|
6329
|
+
requestBody: el
|
|
6330
6330
|
});
|
|
6331
6331
|
e.object({
|
|
6332
6332
|
locator: e.string(),
|
|
6333
|
-
requestBody:
|
|
6333
|
+
requestBody: zi
|
|
6334
6334
|
});
|
|
6335
6335
|
e.object({
|
|
6336
6336
|
locator: e.string()
|
|
6337
6337
|
});
|
|
6338
|
-
const
|
|
6338
|
+
const vn = e.object({
|
|
6339
6339
|
locator: e.string(),
|
|
6340
6340
|
type: e.string(),
|
|
6341
6341
|
accountState: e.union([
|
|
@@ -6358,13 +6358,13 @@ const tl = e.object({
|
|
|
6358
6358
|
region: e.string(),
|
|
6359
6359
|
invoiceDocument: e.string(),
|
|
6360
6360
|
accountNumber: e.string(),
|
|
6361
|
-
contacts: e.array(
|
|
6361
|
+
contacts: e.array(jt),
|
|
6362
6362
|
state: e.union([
|
|
6363
6363
|
e.literal("draft"),
|
|
6364
6364
|
e.literal("validated"),
|
|
6365
6365
|
e.literal("discarded")
|
|
6366
6366
|
])
|
|
6367
|
-
}),
|
|
6367
|
+
}), Sn = e.object({
|
|
6368
6368
|
type: e.string(),
|
|
6369
6369
|
autoValidate: e.boolean(),
|
|
6370
6370
|
data: e.record(e.record(e.unknown())),
|
|
@@ -6380,8 +6380,8 @@ const tl = e.object({
|
|
|
6380
6380
|
]),
|
|
6381
6381
|
region: e.string(),
|
|
6382
6382
|
invoiceDocument: e.string(),
|
|
6383
|
-
contacts: e.array(
|
|
6384
|
-
}),
|
|
6383
|
+
contacts: e.array(jt)
|
|
6384
|
+
}), nl = e.object({
|
|
6385
6385
|
type: e.string(),
|
|
6386
6386
|
delinquencyPlanName: e.string(),
|
|
6387
6387
|
shortfallTolerancePlanName: e.string(),
|
|
@@ -6420,7 +6420,7 @@ e.object({
|
|
|
6420
6420
|
});
|
|
6421
6421
|
e.object({
|
|
6422
6422
|
locator: e.string(),
|
|
6423
|
-
requestBody:
|
|
6423
|
+
requestBody: at.optional()
|
|
6424
6424
|
});
|
|
6425
6425
|
e.object({
|
|
6426
6426
|
locator: e.string(),
|
|
@@ -6430,7 +6430,7 @@ e.record(
|
|
|
6430
6430
|
e.record(e.array(e.string()))
|
|
6431
6431
|
);
|
|
6432
6432
|
e.object({
|
|
6433
|
-
requestBody:
|
|
6433
|
+
requestBody: Gi
|
|
6434
6434
|
});
|
|
6435
6435
|
e.object({
|
|
6436
6436
|
accountLocator: e.string(),
|
|
@@ -6492,7 +6492,7 @@ e.object({
|
|
|
6492
6492
|
});
|
|
6493
6493
|
e.object({
|
|
6494
6494
|
locator: e.string(),
|
|
6495
|
-
requestBody:
|
|
6495
|
+
requestBody: at.optional()
|
|
6496
6496
|
});
|
|
6497
6497
|
e.object({
|
|
6498
6498
|
locator: e.string(),
|
|
@@ -6509,10 +6509,10 @@ e.object({
|
|
|
6509
6509
|
locator: e.string()
|
|
6510
6510
|
});
|
|
6511
6511
|
e.object({
|
|
6512
|
-
requestBody:
|
|
6512
|
+
requestBody: Mi
|
|
6513
6513
|
});
|
|
6514
6514
|
e.object({
|
|
6515
|
-
requestBody:
|
|
6515
|
+
requestBody: Sn
|
|
6516
6516
|
});
|
|
6517
6517
|
e.object({
|
|
6518
6518
|
accountNumber: e.string(),
|
|
@@ -6524,10 +6524,10 @@ e.object({
|
|
|
6524
6524
|
e.object({
|
|
6525
6525
|
accountLocator: e.string()
|
|
6526
6526
|
});
|
|
6527
|
-
e.array(
|
|
6527
|
+
e.array(jt);
|
|
6528
6528
|
e.object({
|
|
6529
6529
|
accountLocator: e.string(),
|
|
6530
|
-
requestBody:
|
|
6530
|
+
requestBody: jt
|
|
6531
6531
|
});
|
|
6532
6532
|
e.object({
|
|
6533
6533
|
locator: e.string(),
|
|
@@ -6577,9 +6577,9 @@ e.object({
|
|
|
6577
6577
|
instructionLocator: e.string(),
|
|
6578
6578
|
locator: e.string(),
|
|
6579
6579
|
requestBody: e.union([
|
|
6580
|
-
|
|
6581
|
-
Xe,
|
|
6580
|
+
nt,
|
|
6582
6581
|
et,
|
|
6582
|
+
tt,
|
|
6583
6583
|
de
|
|
6584
6584
|
])
|
|
6585
6585
|
});
|
|
@@ -6600,7 +6600,7 @@ e.object({
|
|
|
6600
6600
|
e.object({
|
|
6601
6601
|
locator: e.string()
|
|
6602
6602
|
});
|
|
6603
|
-
const
|
|
6603
|
+
const rl = e.object({
|
|
6604
6604
|
quoteLocator: e.string(),
|
|
6605
6605
|
flags: e.array(se),
|
|
6606
6606
|
clearedFlags: e.array(se)
|
|
@@ -6639,7 +6639,7 @@ e.object({
|
|
|
6639
6639
|
});
|
|
6640
6640
|
e.object({
|
|
6641
6641
|
locator: e.string(),
|
|
6642
|
-
requestBody:
|
|
6642
|
+
requestBody: _t
|
|
6643
6643
|
});
|
|
6644
6644
|
e.object({
|
|
6645
6645
|
locator: e.string(),
|
|
@@ -6647,7 +6647,7 @@ e.object({
|
|
|
6647
6647
|
});
|
|
6648
6648
|
e.object({
|
|
6649
6649
|
locator: e.string(),
|
|
6650
|
-
requestBody:
|
|
6650
|
+
requestBody: at
|
|
6651
6651
|
});
|
|
6652
6652
|
e.object({
|
|
6653
6653
|
locator: e.string()
|
|
@@ -6657,7 +6657,7 @@ e.object({
|
|
|
6657
6657
|
});
|
|
6658
6658
|
e.object({
|
|
6659
6659
|
locator: e.string(),
|
|
6660
|
-
requestBody:
|
|
6660
|
+
requestBody: Fi
|
|
6661
6661
|
});
|
|
6662
6662
|
e.object({
|
|
6663
6663
|
locator: e.string()
|
|
@@ -6676,16 +6676,16 @@ e.object({
|
|
|
6676
6676
|
});
|
|
6677
6677
|
e.object({
|
|
6678
6678
|
locator: e.string(),
|
|
6679
|
-
requestBody:
|
|
6679
|
+
requestBody: at
|
|
6680
6680
|
});
|
|
6681
6681
|
e.object({
|
|
6682
6682
|
baseLocator: e.string().optional(),
|
|
6683
6683
|
locator: e.string(),
|
|
6684
6684
|
requestBody: e.array(
|
|
6685
6685
|
e.union([
|
|
6686
|
-
|
|
6687
|
-
Xe,
|
|
6686
|
+
nt,
|
|
6688
6687
|
et,
|
|
6688
|
+
tt,
|
|
6689
6689
|
de
|
|
6690
6690
|
])
|
|
6691
6691
|
),
|
|
@@ -6700,9 +6700,9 @@ e.object({
|
|
|
6700
6700
|
locator: e.string(),
|
|
6701
6701
|
requestBody: e.array(
|
|
6702
6702
|
e.union([
|
|
6703
|
-
|
|
6704
|
-
Xe,
|
|
6703
|
+
nt,
|
|
6705
6704
|
et,
|
|
6705
|
+
tt,
|
|
6706
6706
|
de
|
|
6707
6707
|
])
|
|
6708
6708
|
)
|
|
@@ -6721,9 +6721,9 @@ e.object({
|
|
|
6721
6721
|
locator: e.string(),
|
|
6722
6722
|
requestBody: e.array(
|
|
6723
6723
|
e.union([
|
|
6724
|
-
|
|
6725
|
-
Xe,
|
|
6724
|
+
nt,
|
|
6726
6725
|
et,
|
|
6726
|
+
tt,
|
|
6727
6727
|
de
|
|
6728
6728
|
])
|
|
6729
6729
|
)
|
|
@@ -6735,11 +6735,11 @@ e.object({
|
|
|
6735
6735
|
});
|
|
6736
6736
|
e.object({
|
|
6737
6737
|
locator: e.string(),
|
|
6738
|
-
requestBody:
|
|
6738
|
+
requestBody: tl
|
|
6739
6739
|
});
|
|
6740
6740
|
e.object({
|
|
6741
6741
|
locator: e.string(),
|
|
6742
|
-
requestBody:
|
|
6742
|
+
requestBody: _t
|
|
6743
6743
|
});
|
|
6744
6744
|
e.object({
|
|
6745
6745
|
locator: e.string(),
|
|
@@ -6759,7 +6759,7 @@ e.object({
|
|
|
6759
6759
|
});
|
|
6760
6760
|
e.object({
|
|
6761
6761
|
locator: e.string(),
|
|
6762
|
-
requestBody:
|
|
6762
|
+
requestBody: _t
|
|
6763
6763
|
});
|
|
6764
6764
|
e.object({
|
|
6765
6765
|
accountLocator: e.string(),
|
|
@@ -6768,7 +6768,7 @@ e.object({
|
|
|
6768
6768
|
e.object({
|
|
6769
6769
|
accountLocator: e.string(),
|
|
6770
6770
|
contactLocator: e.string(),
|
|
6771
|
-
requestBody:
|
|
6771
|
+
requestBody: Ii
|
|
6772
6772
|
});
|
|
6773
6773
|
e.object({
|
|
6774
6774
|
locator: e.string()
|
|
@@ -6823,7 +6823,7 @@ e.object({
|
|
|
6823
6823
|
e.object({
|
|
6824
6824
|
termNumber: e.string()
|
|
6825
6825
|
});
|
|
6826
|
-
e.array(
|
|
6826
|
+
e.array(Hi);
|
|
6827
6827
|
e.object({
|
|
6828
6828
|
count: e.number().optional(),
|
|
6829
6829
|
locator: e.string(),
|
|
@@ -6831,7 +6831,7 @@ e.object({
|
|
|
6831
6831
|
});
|
|
6832
6832
|
e.object({
|
|
6833
6833
|
listCompleted: e.boolean(),
|
|
6834
|
-
items: e.array(
|
|
6834
|
+
items: e.array(Ui)
|
|
6835
6835
|
});
|
|
6836
6836
|
e.object({
|
|
6837
6837
|
locator: e.string()
|
|
@@ -6899,7 +6899,7 @@ e.object({
|
|
|
6899
6899
|
date: e.string(),
|
|
6900
6900
|
locator: e.string()
|
|
6901
6901
|
});
|
|
6902
|
-
const
|
|
6902
|
+
const jn = e.object({
|
|
6903
6903
|
locator: e.string(),
|
|
6904
6904
|
accountLocator: e.string(),
|
|
6905
6905
|
productName: e.string(),
|
|
@@ -6922,17 +6922,17 @@ e.object({
|
|
|
6922
6922
|
offset: e.number().optional()
|
|
6923
6923
|
});
|
|
6924
6924
|
e.array(
|
|
6925
|
-
|
|
6925
|
+
jn
|
|
6926
6926
|
);
|
|
6927
6927
|
e.object({
|
|
6928
6928
|
policyNumber: e.string()
|
|
6929
6929
|
});
|
|
6930
6930
|
e.array(bn);
|
|
6931
|
-
const
|
|
6932
|
-
"policy.account.update":
|
|
6933
|
-
"policy.account.validate":
|
|
6934
|
-
"policy.account.create":
|
|
6935
|
-
}),
|
|
6931
|
+
const ol = e.object({
|
|
6932
|
+
"policy.account.update": qt.optional(),
|
|
6933
|
+
"policy.account.validate": qt.optional(),
|
|
6934
|
+
"policy.account.create": qt.optional()
|
|
6935
|
+
}), il = e.object({
|
|
6936
6936
|
"policy.quote.issue": q.optional(),
|
|
6937
6937
|
"policy.quote.staticdata.replace": q.optional(),
|
|
6938
6938
|
"policy.quote.create": q.optional(),
|
|
@@ -6940,14 +6940,14 @@ const rl = e.object({
|
|
|
6940
6940
|
"policy.quote.staticdata.update": q.optional(),
|
|
6941
6941
|
"policy.quote.refuse": q.optional(),
|
|
6942
6942
|
"policy.quote.staticdata.add": q.optional(),
|
|
6943
|
-
"policy.quote.underwrite":
|
|
6944
|
-
"policy.quote.manualunderwrite":
|
|
6943
|
+
"policy.quote.underwrite": Vi.optional(),
|
|
6944
|
+
"policy.quote.manualunderwrite": $i.optional(),
|
|
6945
6945
|
"policy.quote.update": q.optional(),
|
|
6946
6946
|
"policy.quote.price": q.optional(),
|
|
6947
6947
|
"policy.quote.validate": q.optional(),
|
|
6948
6948
|
"policy.quote.discard": q.optional(),
|
|
6949
6949
|
"policy.quote.accept": q.optional()
|
|
6950
|
-
}),
|
|
6950
|
+
}), ll = e.object({
|
|
6951
6951
|
"policy.renewal.accept": S.optional(),
|
|
6952
6952
|
"policy.cancellation.reset": S.optional(),
|
|
6953
6953
|
"policy.cancellation.issue": S.optional(),
|
|
@@ -6956,7 +6956,7 @@ const rl = e.object({
|
|
|
6956
6956
|
"policy.change.discard": S.optional(),
|
|
6957
6957
|
"policy.change.issue": S.optional(),
|
|
6958
6958
|
"policy.cancellation.validate": S.optional(),
|
|
6959
|
-
"policy.reversal.underwrite":
|
|
6959
|
+
"policy.reversal.underwrite": ke.optional(),
|
|
6960
6960
|
"policy.cancellation.price": S.optional(),
|
|
6961
6961
|
"policy.reversal.update": S.optional(),
|
|
6962
6962
|
"policy.cancellation.refuse": S.optional(),
|
|
@@ -6964,24 +6964,24 @@ const rl = e.object({
|
|
|
6964
6964
|
"policy.renewal.refuse": S.optional(),
|
|
6965
6965
|
"policy.reinstatement.create": S.optional(),
|
|
6966
6966
|
"policy.reinstatement.reset": S.optional(),
|
|
6967
|
-
"policy.renewal.underwrite":
|
|
6967
|
+
"policy.renewal.underwrite": ke.optional(),
|
|
6968
6968
|
"policy.reversal.reset": S.optional(),
|
|
6969
6969
|
"policy.change.update": S.optional(),
|
|
6970
6970
|
"policy.reversal.validate": S.optional(),
|
|
6971
6971
|
"policy.change.refuse": S.optional(),
|
|
6972
6972
|
"policy.reversal.issue": S.optional(),
|
|
6973
6973
|
"policy.cancellation.update": S.optional(),
|
|
6974
|
-
"policy.change.manualUnderwrite":
|
|
6974
|
+
"policy.change.manualUnderwrite": xe.optional(),
|
|
6975
6975
|
"policy.change.create": S.optional(),
|
|
6976
6976
|
"policy.reinstatement.update": S.optional(),
|
|
6977
|
-
"policy.renewal.manualUnderwrite":
|
|
6977
|
+
"policy.renewal.manualUnderwrite": xe.optional(),
|
|
6978
6978
|
"policy.reinstatement.discard": S.optional(),
|
|
6979
6979
|
"policy.renewal.price": S.optional(),
|
|
6980
6980
|
"policy.reversal.discard": S.optional(),
|
|
6981
6981
|
"policy.reinstatement.price": S.optional(),
|
|
6982
6982
|
"policy.change.validate": S.optional(),
|
|
6983
|
-
"policy.cancellation.underwrite":
|
|
6984
|
-
"policy.change.underwrite":
|
|
6983
|
+
"policy.cancellation.underwrite": ke.optional(),
|
|
6984
|
+
"policy.change.underwrite": ke.optional(),
|
|
6985
6985
|
"policy.renewal.validate": S.optional(),
|
|
6986
6986
|
"policy.reinstatement.accept": S.optional(),
|
|
6987
6987
|
"policy.reversal.price": S.optional(),
|
|
@@ -6989,17 +6989,17 @@ const rl = e.object({
|
|
|
6989
6989
|
"policy.reinstatement.refuse": S.optional(),
|
|
6990
6990
|
"policy.renewal.create": S.optional(),
|
|
6991
6991
|
"policy.renewal.reset": S.optional(),
|
|
6992
|
-
"policy.cancellation.manualUnderwrite":
|
|
6992
|
+
"policy.cancellation.manualUnderwrite": xe.optional(),
|
|
6993
6993
|
"policy.change.price": S.optional(),
|
|
6994
6994
|
"policy.cancellation.discard": S.optional(),
|
|
6995
6995
|
"policy.renewal.update": S.optional(),
|
|
6996
6996
|
"policy.renewal.issue": S.optional(),
|
|
6997
6997
|
"policy.reinstatement.issue": S.optional(),
|
|
6998
6998
|
"policy.change.reset": S.optional(),
|
|
6999
|
-
"policy.reversal.manualUnderwrite":
|
|
7000
|
-
"policy.reinstatement.underwrite":
|
|
6999
|
+
"policy.reversal.manualUnderwrite": xe.optional(),
|
|
7000
|
+
"policy.reinstatement.underwrite": ke.optional(),
|
|
7001
7001
|
"policy.reinstatement.validate": S.optional(),
|
|
7002
|
-
"policy.reinstatement.manualUnderwrite":
|
|
7002
|
+
"policy.reinstatement.manualUnderwrite": xe.optional(),
|
|
7003
7003
|
"policy.reversal.refuse": S.optional(),
|
|
7004
7004
|
"policy.renewal.discard": S.optional(),
|
|
7005
7005
|
"policy.reversal.create": S.optional()
|
|
@@ -7031,7 +7031,7 @@ e.object({
|
|
|
7031
7031
|
accountNumber: e.string()
|
|
7032
7032
|
});
|
|
7033
7033
|
e.array(
|
|
7034
|
-
|
|
7034
|
+
vn
|
|
7035
7035
|
);
|
|
7036
7036
|
e.object({
|
|
7037
7037
|
count: e.number().optional(),
|
|
@@ -7042,63 +7042,63 @@ e.record(e.unknown());
|
|
|
7042
7042
|
e.object({
|
|
7043
7043
|
locator: e.string(),
|
|
7044
7044
|
requestBody: e.union([
|
|
7045
|
-
|
|
7046
|
-
Xe,
|
|
7045
|
+
nt,
|
|
7047
7046
|
et,
|
|
7047
|
+
tt,
|
|
7048
7048
|
de
|
|
7049
7049
|
])
|
|
7050
7050
|
});
|
|
7051
7051
|
e.object({
|
|
7052
7052
|
locator: e.string(),
|
|
7053
|
-
requestBody:
|
|
7053
|
+
requestBody: Sn
|
|
7054
7054
|
});
|
|
7055
7055
|
e.object({
|
|
7056
7056
|
locator: e.string(),
|
|
7057
|
-
requestBody:
|
|
7057
|
+
requestBody: nl
|
|
7058
7058
|
});
|
|
7059
7059
|
e.object({
|
|
7060
|
-
accountEvents:
|
|
7061
|
-
quoteEvents:
|
|
7062
|
-
transactionEvents:
|
|
7060
|
+
accountEvents: ol.optional(),
|
|
7061
|
+
quoteEvents: il.optional(),
|
|
7062
|
+
transactionEvents: ll.optional()
|
|
7063
7063
|
});
|
|
7064
|
-
const
|
|
7064
|
+
const wt = e.string().uuid(), v = e.string().ulid(), y = e.string().datetime(), xd = e.string().datetime({ offset: !0 }), M = e.record(e.string(), e.string()), w = e.record(e.string(), e.any()), Te = wt, _ = wt, Ae = v, te = v, _e = v, W = v, lt = v, Ld = v, ia = v, Tn = v, Qe = v, sl = v, la = v, An = v, _n = v;
|
|
7065
7065
|
function E(n) {
|
|
7066
7066
|
return e.object({
|
|
7067
7067
|
listCompleted: e.boolean(),
|
|
7068
7068
|
items: e.array(n)
|
|
7069
7069
|
});
|
|
7070
7070
|
}
|
|
7071
|
-
function
|
|
7071
|
+
function cl(n) {
|
|
7072
7072
|
return e.array(n);
|
|
7073
7073
|
}
|
|
7074
|
-
const
|
|
7074
|
+
const dl = fn.merge(
|
|
7075
7075
|
e.object({ locator: te })
|
|
7076
7076
|
), sa = ae.merge(
|
|
7077
7077
|
e.object({
|
|
7078
|
-
validationItems: e.array(
|
|
7078
|
+
validationItems: e.array(dl).optional()
|
|
7079
7079
|
})
|
|
7080
|
-
),
|
|
7080
|
+
), Rd = e.object({
|
|
7081
7081
|
offset: e.coerce.number().nonnegative().int().optional(),
|
|
7082
7082
|
count: e.coerce.number().nonnegative().int().optional()
|
|
7083
7083
|
}), yt = e.object({
|
|
7084
|
-
...
|
|
7085
|
-
referenceType:
|
|
7086
|
-
}),
|
|
7084
|
+
...Ke.shape,
|
|
7085
|
+
referenceType: Di
|
|
7086
|
+
}), ul = e.object({
|
|
7087
7087
|
...en.shape,
|
|
7088
7088
|
deadlineTime: y,
|
|
7089
7089
|
references: e.array(yt),
|
|
7090
7090
|
assignedTo: _.optional()
|
|
7091
|
-
}),
|
|
7091
|
+
}), Ed = e.object({
|
|
7092
7092
|
...tn.shape,
|
|
7093
7093
|
deadlineTime: y.optional(),
|
|
7094
7094
|
addReferences: e.array(yt).optional(),
|
|
7095
7095
|
removeReferences: e.array(yt).optional(),
|
|
7096
7096
|
addUnderwritingFlags: e.array(e.string()).optional(),
|
|
7097
7097
|
removeUnderwritingFlags: e.array(e.string()).optional()
|
|
7098
|
-
}),
|
|
7098
|
+
}), wn = e.object({
|
|
7099
7099
|
...rn.shape,
|
|
7100
7100
|
locator: la,
|
|
7101
|
-
activityState:
|
|
7101
|
+
activityState: St,
|
|
7102
7102
|
references: e.array(yt).optional(),
|
|
7103
7103
|
underwritingFlagLocators: e.array(e.string()).optional(),
|
|
7104
7104
|
deadlineTime: y.optional(),
|
|
@@ -7107,64 +7107,64 @@ const cl = fn.merge(
|
|
|
7107
7107
|
updatedBy: _.optional(),
|
|
7108
7108
|
createdAt: y,
|
|
7109
7109
|
updatedAt: y.optional()
|
|
7110
|
-
}),
|
|
7110
|
+
}), Cd = E(wn), ml = e.object({
|
|
7111
7111
|
...Fa.shape,
|
|
7112
7112
|
defaultDeadlineDays: e.number().optional()
|
|
7113
|
-
}),
|
|
7113
|
+
}), kn = e.object({
|
|
7114
7114
|
locator: e.string(),
|
|
7115
7115
|
category: e.string(),
|
|
7116
7116
|
type: e.string(),
|
|
7117
|
-
activityState:
|
|
7117
|
+
activityState: St,
|
|
7118
7118
|
underwritingFlagLocators: e.array(e.string()),
|
|
7119
7119
|
deadlineTime: e.string(),
|
|
7120
7120
|
assignedTo: _.optional(),
|
|
7121
7121
|
createdBy: _,
|
|
7122
7122
|
createdAt: e.string()
|
|
7123
|
-
}),
|
|
7123
|
+
}), pl = kn.extend({
|
|
7124
7124
|
updatedBy: _.optional(),
|
|
7125
7125
|
updatedAt: e.string()
|
|
7126
|
-
}),
|
|
7126
|
+
}), Dd = e.object({
|
|
7127
7127
|
listCompleted: e.boolean(),
|
|
7128
7128
|
items: e.array(
|
|
7129
7129
|
e.union([
|
|
7130
|
-
|
|
7131
|
-
|
|
7130
|
+
pl,
|
|
7131
|
+
kn
|
|
7132
7132
|
])
|
|
7133
7133
|
)
|
|
7134
|
-
}),
|
|
7134
|
+
}), gl = e.object({
|
|
7135
7135
|
...nn.shape,
|
|
7136
7136
|
userLocator: _,
|
|
7137
7137
|
referenceType: ea
|
|
7138
|
-
}),
|
|
7138
|
+
}), yl = e.object({
|
|
7139
7139
|
...an.shape,
|
|
7140
|
-
locator:
|
|
7140
|
+
locator: An,
|
|
7141
7141
|
userLocator: _,
|
|
7142
7142
|
referenceType: ea,
|
|
7143
|
-
assignmentState:
|
|
7143
|
+
assignmentState: qi,
|
|
7144
7144
|
createdBy: _,
|
|
7145
7145
|
createdAt: y,
|
|
7146
7146
|
updatedBy: _.optional(),
|
|
7147
7147
|
updatedAt: y.optional()
|
|
7148
|
-
}),
|
|
7148
|
+
}), qd = E(yl), fl = e.object({
|
|
7149
7149
|
...Ga.shape,
|
|
7150
7150
|
appliesTo: e.array(ea),
|
|
7151
7151
|
qualification: e.record(e.string()).optional()
|
|
7152
|
-
}),
|
|
7152
|
+
}), hl = Ka.merge(
|
|
7153
7153
|
e.object({
|
|
7154
7154
|
displayName: e.string().optional(),
|
|
7155
7155
|
numberingPlan: e.string().optional(),
|
|
7156
7156
|
data: e.record(e.any()).optional(),
|
|
7157
7157
|
extend: e.string().optional()
|
|
7158
7158
|
})
|
|
7159
|
-
),
|
|
7159
|
+
), bl = e.record(hl), vl = Qa.merge(
|
|
7160
7160
|
e.object({
|
|
7161
7161
|
displayName: e.string().optional(),
|
|
7162
|
-
scope:
|
|
7162
|
+
scope: Ri,
|
|
7163
7163
|
format: Jt.optional(),
|
|
7164
|
-
selectionTimeBasis:
|
|
7165
|
-
trigger:
|
|
7164
|
+
selectionTimeBasis: Ei.optional(),
|
|
7165
|
+
trigger: Ci.optional()
|
|
7166
7166
|
})
|
|
7167
|
-
),
|
|
7167
|
+
), Sl = e.record(vl), jl = Wa.merge(
|
|
7168
7168
|
e.object({
|
|
7169
7169
|
displayName: e.string().optional(),
|
|
7170
7170
|
cadence: Ja,
|
|
@@ -7174,64 +7174,64 @@ const cl = fn.merge(
|
|
|
7174
7174
|
installmentWeights: e.array(e.number()).optional(),
|
|
7175
7175
|
maxInstallmentsPerTerm: e.number().optional()
|
|
7176
7176
|
})
|
|
7177
|
-
),
|
|
7177
|
+
), Tl = e.record(jl), Al = e.object({
|
|
7178
7178
|
...$a.shape,
|
|
7179
|
-
activities: e.record(e.record(
|
|
7180
|
-
assignmentRoles: e.record(
|
|
7179
|
+
activities: e.record(e.record(ml)).optional(),
|
|
7180
|
+
assignmentRoles: e.record(fl).optional(),
|
|
7181
7181
|
qualifications: e.record(e.array(e.string())).optional()
|
|
7182
|
-
}),
|
|
7182
|
+
}), _l = e.object({
|
|
7183
7183
|
// TODO: fully support propertyRefSchema
|
|
7184
7184
|
// ...propertyRefSchema.shape,
|
|
7185
7185
|
type: e.string(),
|
|
7186
7186
|
defaultValue: e.string().optional(),
|
|
7187
7187
|
min: e.number().or(e.coerce.number()).optional(),
|
|
7188
7188
|
max: e.number().or(e.coerce.number()).optional()
|
|
7189
|
-
}),
|
|
7189
|
+
}), wl = e.object({
|
|
7190
7190
|
generateAutoRenewals: e.boolean(),
|
|
7191
7191
|
newTermDuration: e.number().optional(),
|
|
7192
7192
|
renewalAcceptLeadDays: e.number().optional(),
|
|
7193
7193
|
renewalCreateLeadDays: e.number().optional(),
|
|
7194
7194
|
renewalIssueLeadDays: e.number().optional(),
|
|
7195
7195
|
renewalTransactionType: e.string().optional()
|
|
7196
|
-
}),
|
|
7196
|
+
}), kl = e.record(wl), xl = e.object({
|
|
7197
7197
|
selectionStartTime: e.string().optional(),
|
|
7198
7198
|
resourceNames: e.array(e.string()).optional()
|
|
7199
|
-
}), xl = e.object({
|
|
7200
|
-
staticName: e.string().optional()
|
|
7201
7199
|
}), Ll = e.object({
|
|
7202
|
-
|
|
7203
|
-
resourceInstances: e.record(xl).optional()
|
|
7200
|
+
staticName: e.string().optional()
|
|
7204
7201
|
}), Rl = e.object({
|
|
7205
|
-
|
|
7206
|
-
|
|
7202
|
+
resourceGroups: e.record(xl).optional(),
|
|
7203
|
+
resourceInstances: e.record(Ll).optional()
|
|
7204
|
+
}), El = e.object({
|
|
7205
|
+
resources: Rl.optional()
|
|
7206
|
+
}), Cl = e.record(
|
|
7207
7207
|
e.object({
|
|
7208
7208
|
columns: e.record(e.object({ dataType: e.string() })).optional(),
|
|
7209
7209
|
selectionTimeBasis: e.string().optional()
|
|
7210
7210
|
})
|
|
7211
|
-
),
|
|
7211
|
+
), Dl = e.object({
|
|
7212
7212
|
displayName: e.string().optional(),
|
|
7213
7213
|
value: e.number().optional(),
|
|
7214
7214
|
tag: e.string().optional()
|
|
7215
|
-
}),
|
|
7215
|
+
}), ql = e.object({
|
|
7216
7216
|
type: e.string(),
|
|
7217
7217
|
displayName: e.string().optional(),
|
|
7218
|
-
options: e.record(
|
|
7219
|
-
value:
|
|
7220
|
-
}),
|
|
7218
|
+
options: e.record(Dl).optional(),
|
|
7219
|
+
value: _l.optional()
|
|
7220
|
+
}), Pl = e.record(ql), Bl = e.enum(["policy", "invoice"]), Nl = e.enum([
|
|
7221
7221
|
"draft",
|
|
7222
7222
|
"validated",
|
|
7223
7223
|
"priced",
|
|
7224
7224
|
"underwritten",
|
|
7225
7225
|
"accepted",
|
|
7226
7226
|
"issued"
|
|
7227
|
-
]),
|
|
7227
|
+
]), Il = e.object({
|
|
7228
7228
|
displayName: e.string().optional(),
|
|
7229
7229
|
gracePeriodDays: e.number(),
|
|
7230
|
-
advanceLapseTo:
|
|
7231
|
-
delinquencyLevel:
|
|
7230
|
+
advanceLapseTo: Nl.optional(),
|
|
7231
|
+
delinquencyLevel: Bl.optional(),
|
|
7232
7232
|
lapseTransactionType: e.string().optional(),
|
|
7233
7233
|
events: e.record(e.any()).optional()
|
|
7234
|
-
}),
|
|
7234
|
+
}), Ml = e.record(Il), Ol = e.object({
|
|
7235
7235
|
displayName: e.string().optional(),
|
|
7236
7236
|
contents: e.array(e.string()).optional(),
|
|
7237
7237
|
abstract: e.boolean().optional(),
|
|
@@ -7240,12 +7240,12 @@ const cl = fn.merge(
|
|
|
7240
7240
|
data: e.record(le).optional(),
|
|
7241
7241
|
charges: e.array(e.string()).optional(),
|
|
7242
7242
|
defaultSearchable: e.boolean().optional()
|
|
7243
|
-
}),
|
|
7243
|
+
}), Le = e.record(Ol), Zl = e.object({
|
|
7244
7244
|
abstract: e.boolean(),
|
|
7245
7245
|
extend: e.string().optional(),
|
|
7246
7246
|
data: e.record(le).optional(),
|
|
7247
7247
|
displayName: e.string().optional()
|
|
7248
|
-
}),
|
|
7248
|
+
}), Ul = e.record(Zl), zl = e.object({
|
|
7249
7249
|
defaultTimeZone: e.string().optional(),
|
|
7250
7250
|
defaultCurrency: e.string().optional(),
|
|
7251
7251
|
defaultTermDuration: e.number().optional(),
|
|
@@ -7257,7 +7257,7 @@ const cl = fn.merge(
|
|
|
7257
7257
|
defaultAutoRenewalPlan: e.string().optional(),
|
|
7258
7258
|
defaultBillingTrigger: e.string().optional(),
|
|
7259
7259
|
defaultBillingLevel: e.string().optional()
|
|
7260
|
-
}),
|
|
7260
|
+
}), Fl = e.object({
|
|
7261
7261
|
abstract: e.boolean().optional(),
|
|
7262
7262
|
extend: e.string().optional(),
|
|
7263
7263
|
displayName: e.string().optional(),
|
|
@@ -7271,13 +7271,13 @@ const cl = fn.merge(
|
|
|
7271
7271
|
data: e.record(le).optional(),
|
|
7272
7272
|
staticData: e.record(le).optional(),
|
|
7273
7273
|
defaultSearchable: e.boolean().optional()
|
|
7274
|
-
}).merge(
|
|
7274
|
+
}).merge(zl), Gl = e.record(Fl), Vl = e.enum([
|
|
7275
7275
|
"any",
|
|
7276
7276
|
"creditDistribution",
|
|
7277
7277
|
"payment"
|
|
7278
|
-
]),
|
|
7279
|
-
creditType:
|
|
7280
|
-
}),
|
|
7278
|
+
]), $l = e.object({
|
|
7279
|
+
creditType: Vl.optional()
|
|
7280
|
+
}), Wl = e.record($l), Kl = e.enum([
|
|
7281
7281
|
"issuance",
|
|
7282
7282
|
"change",
|
|
7283
7283
|
"renewal",
|
|
@@ -7285,32 +7285,32 @@ const cl = fn.merge(
|
|
|
7285
7285
|
"reinstatement",
|
|
7286
7286
|
"reversal",
|
|
7287
7287
|
"aggregate"
|
|
7288
|
-
]),
|
|
7289
|
-
category:
|
|
7288
|
+
]), Ql = e.object({
|
|
7289
|
+
category: Kl,
|
|
7290
7290
|
costBearing: e.boolean()
|
|
7291
|
-
}),
|
|
7291
|
+
}), Hl = e.record(Ql), Pd = e.object({
|
|
7292
7292
|
// Root level
|
|
7293
|
-
dataTypes:
|
|
7294
|
-
accounts:
|
|
7295
|
-
products:
|
|
7296
|
-
coverageTerms:
|
|
7297
|
-
delinquencyPlans:
|
|
7298
|
-
autoRenewalPlans:
|
|
7299
|
-
transactionTypes:
|
|
7300
|
-
reversalTypes:
|
|
7293
|
+
dataTypes: Le.optional(),
|
|
7294
|
+
accounts: Ro,
|
|
7295
|
+
products: Gl,
|
|
7296
|
+
coverageTerms: Pl.optional(),
|
|
7297
|
+
delinquencyPlans: Ml,
|
|
7298
|
+
autoRenewalPlans: kl,
|
|
7299
|
+
transactionTypes: Hl.optional(),
|
|
7300
|
+
reversalTypes: Wl.optional(),
|
|
7301
7301
|
dataAccessControl: e.any().optional(),
|
|
7302
|
-
bootstrap:
|
|
7303
|
-
constraintTables:
|
|
7304
|
-
payments:
|
|
7305
|
-
documents:
|
|
7306
|
-
disbursements:
|
|
7307
|
-
installmentPlans:
|
|
7308
|
-
workManagement:
|
|
7302
|
+
bootstrap: El.optional(),
|
|
7303
|
+
constraintTables: Cl.optional(),
|
|
7304
|
+
payments: Ul.optional(),
|
|
7305
|
+
documents: Sl.optional(),
|
|
7306
|
+
disbursements: bl.optional(),
|
|
7307
|
+
installmentPlans: Tl.optional(),
|
|
7308
|
+
workManagement: Al.optional(),
|
|
7309
7309
|
// Elements
|
|
7310
|
-
policyLines:
|
|
7311
|
-
exposures:
|
|
7312
|
-
exposureGroups:
|
|
7313
|
-
coverages:
|
|
7310
|
+
policyLines: Le.optional(),
|
|
7311
|
+
exposures: Le.optional(),
|
|
7312
|
+
exposureGroups: Le.optional(),
|
|
7313
|
+
coverages: Le.optional(),
|
|
7314
7314
|
// Settings
|
|
7315
7315
|
defaultTimeZone: e.string().optional(),
|
|
7316
7316
|
defaultCurrency: e.string().optional(),
|
|
@@ -7338,12 +7338,12 @@ const cl = fn.merge(
|
|
|
7338
7338
|
customEvents: e.any(),
|
|
7339
7339
|
shortfallTolerancePlans: e.any(),
|
|
7340
7340
|
excessCreditPlans: e.any()
|
|
7341
|
-
}),
|
|
7341
|
+
}), Jl = e.object({
|
|
7342
7342
|
abstract: e.boolean().optional(),
|
|
7343
7343
|
extend: e.string().optional(),
|
|
7344
7344
|
displayName: e.string().optional(),
|
|
7345
7345
|
data: e.record(le).optional()
|
|
7346
|
-
}),
|
|
7346
|
+
}), Bd = e.record(Jl), Yl = e.enum([
|
|
7347
7347
|
"draft",
|
|
7348
7348
|
"validated",
|
|
7349
7349
|
"earlyUnderwritten",
|
|
@@ -7356,7 +7356,7 @@ const cl = fn.merge(
|
|
|
7356
7356
|
"rejected",
|
|
7357
7357
|
"refused",
|
|
7358
7358
|
"discarded"
|
|
7359
|
-
]),
|
|
7359
|
+
]), xn = e.union([Yl, e.string()]), Ln = Vt, Xl = e.enum(["accept", "issue"]), es = bt, Nd = e.record(
|
|
7360
7360
|
e.string().ulid(),
|
|
7361
7361
|
e.record(
|
|
7362
7362
|
e.object({
|
|
@@ -7371,10 +7371,10 @@ const cl = fn.merge(
|
|
|
7371
7371
|
).optional()
|
|
7372
7372
|
})
|
|
7373
7373
|
)
|
|
7374
|
-
),
|
|
7374
|
+
), Id = e.record(
|
|
7375
7375
|
e.string().ulid(),
|
|
7376
7376
|
e.record(e.record(e.union([e.string(), e.record(e.string())])))
|
|
7377
|
-
),
|
|
7377
|
+
), Md = e.record(
|
|
7378
7378
|
e.string().ulid(),
|
|
7379
7379
|
e.record(e.array(e.string()))
|
|
7380
7380
|
), Aa = e.object({
|
|
@@ -7383,7 +7383,7 @@ const cl = fn.merge(
|
|
|
7383
7383
|
parentLocator: e.string().optional(),
|
|
7384
7384
|
coverageTerms: e.record(e.string()).optional(),
|
|
7385
7385
|
data: e.record(e.any()).optional()
|
|
7386
|
-
}),
|
|
7386
|
+
}), Od = Aa.extend({
|
|
7387
7387
|
elements: e.array(Aa).optional()
|
|
7388
7388
|
}), ca = e.object({
|
|
7389
7389
|
locator: e.string().ulid(),
|
|
@@ -7391,7 +7391,7 @@ const cl = fn.merge(
|
|
|
7391
7391
|
removeData: e.record(e.unknown()).optional(),
|
|
7392
7392
|
setCoverageTerms: e.record(e.unknown()).optional(),
|
|
7393
7393
|
setData: e.record(e.unknown()).optional()
|
|
7394
|
-
}),
|
|
7394
|
+
}), Zd = e.object({
|
|
7395
7395
|
productName: e.string().optional(),
|
|
7396
7396
|
delinquencyPlanName: e.string().optional(),
|
|
7397
7397
|
startTime: e.string().optional(),
|
|
@@ -7464,23 +7464,23 @@ const cl = fn.merge(
|
|
|
7464
7464
|
// removeCoverageTerms map<string,object>?
|
|
7465
7465
|
// removeData map<string,object>?
|
|
7466
7466
|
// setCoverageTerms map<string,string>?
|
|
7467
|
-
}),
|
|
7468
|
-
locator:
|
|
7469
|
-
staticLocator:
|
|
7470
|
-
rootLocator:
|
|
7471
|
-
tenantLocator:
|
|
7467
|
+
}), Re = e.string().ulid(), ts = e.object({
|
|
7468
|
+
locator: Re,
|
|
7469
|
+
staticLocator: Re,
|
|
7470
|
+
rootLocator: Re.optional(),
|
|
7471
|
+
tenantLocator: Re.optional(),
|
|
7472
7472
|
type: e.string(),
|
|
7473
7473
|
data: e.record(e.any()).optional(),
|
|
7474
|
-
parentLocator:
|
|
7474
|
+
parentLocator: Re.optional(),
|
|
7475
7475
|
coverageTerms: e.record(e.string()).optional(),
|
|
7476
7476
|
originalEffectiveTime: e.string().optional()
|
|
7477
|
-
}), da =
|
|
7477
|
+
}), da = ts.extend({
|
|
7478
7478
|
elements: e.lazy(() => da.array().optional())
|
|
7479
|
-
}),
|
|
7480
|
-
locator:
|
|
7481
|
-
quoteState:
|
|
7479
|
+
}), Ud = e.object({
|
|
7480
|
+
locator: qe,
|
|
7481
|
+
quoteState: xn,
|
|
7482
7482
|
productName: e.string(),
|
|
7483
|
-
accountLocator:
|
|
7483
|
+
accountLocator: qe,
|
|
7484
7484
|
startTime: e.string().optional(),
|
|
7485
7485
|
endTime: e.string().optional(),
|
|
7486
7486
|
timezone: e.string().optional(),
|
|
@@ -7490,19 +7490,19 @@ const cl = fn.merge(
|
|
|
7490
7490
|
element: da.optional(),
|
|
7491
7491
|
type: e.string().optional(),
|
|
7492
7492
|
duration: e.number().optional(),
|
|
7493
|
-
durationBasis:
|
|
7493
|
+
durationBasis: Ln.optional(),
|
|
7494
7494
|
boundTime: e.string().optional(),
|
|
7495
7495
|
issuedTime: e.string().optional(),
|
|
7496
|
-
policyLocator:
|
|
7496
|
+
policyLocator: qe.optional(),
|
|
7497
7497
|
validationResult: ve.optional(),
|
|
7498
7498
|
preferences: e.any().optional(),
|
|
7499
7499
|
delinquencyPlanName: e.string().optional(),
|
|
7500
7500
|
autoRenewalPlanName: e.string().optional(),
|
|
7501
|
-
billingLevel:
|
|
7502
|
-
billingTrigger:
|
|
7501
|
+
billingLevel: es.optional(),
|
|
7502
|
+
billingTrigger: Xl.optional(),
|
|
7503
7503
|
coverageTerms: e.record(e.string()).optional(),
|
|
7504
|
-
groupLocator:
|
|
7505
|
-
}),
|
|
7504
|
+
groupLocator: qe.optional()
|
|
7505
|
+
}), as = e.enum([
|
|
7506
7506
|
"premium",
|
|
7507
7507
|
"tax",
|
|
7508
7508
|
"fee",
|
|
@@ -7510,11 +7510,11 @@ const cl = fn.merge(
|
|
|
7510
7510
|
"cededPremium",
|
|
7511
7511
|
"nonFinancial",
|
|
7512
7512
|
"surcharge"
|
|
7513
|
-
]),
|
|
7513
|
+
]), ns = e.object({
|
|
7514
7514
|
locator: e.string(),
|
|
7515
7515
|
elementLocator: e.string(),
|
|
7516
7516
|
chargeType: e.string(),
|
|
7517
|
-
chargeCategory:
|
|
7517
|
+
chargeCategory: as,
|
|
7518
7518
|
amount: e.number(),
|
|
7519
7519
|
rate: e.number(),
|
|
7520
7520
|
referenceRate: e.number(),
|
|
@@ -7522,47 +7522,47 @@ const cl = fn.merge(
|
|
|
7522
7522
|
tag: e.string().optional(),
|
|
7523
7523
|
rateDifference: e.number().optional(),
|
|
7524
7524
|
reversalOfLocator: e.string().optional()
|
|
7525
|
-
}),
|
|
7525
|
+
}), zd = e.object({
|
|
7526
7526
|
quoteLocator: e.string(),
|
|
7527
7527
|
accountLocator: e.string(),
|
|
7528
|
-
quoteState:
|
|
7528
|
+
quoteState: xn,
|
|
7529
7529
|
productName: e.string(),
|
|
7530
7530
|
startTime: e.string(),
|
|
7531
7531
|
endTime: e.string(),
|
|
7532
7532
|
duration: e.number().optional(),
|
|
7533
|
-
durationBasis:
|
|
7534
|
-
items: e.array(
|
|
7535
|
-
}),
|
|
7533
|
+
durationBasis: Ln.optional(),
|
|
7534
|
+
items: e.array(ns).optional()
|
|
7535
|
+
}), Fd = e.object({
|
|
7536
7536
|
quoteLocator: e.string(),
|
|
7537
|
-
clearedFlags:
|
|
7538
|
-
flags:
|
|
7539
|
-
}),
|
|
7537
|
+
clearedFlags: We.array().optional(),
|
|
7538
|
+
flags: We.array().optional()
|
|
7539
|
+
}), rs = e.enum(["clear", "delete"]), Gd = e.object({
|
|
7540
7540
|
deleteAllAutomaticDocuments: e.boolean(),
|
|
7541
7541
|
resetAllUnderwritingFlags: e.boolean(),
|
|
7542
|
-
resetFlagsAction:
|
|
7542
|
+
resetFlagsAction: rs,
|
|
7543
7543
|
deleteDocuments: e.string().array(),
|
|
7544
7544
|
resetFlags: e.string().array()
|
|
7545
|
-
}),
|
|
7545
|
+
}), os = e.object({
|
|
7546
7546
|
type: e.string(),
|
|
7547
7547
|
locator: te,
|
|
7548
7548
|
staticLocator: v,
|
|
7549
7549
|
parentLocator: te,
|
|
7550
7550
|
originalEffectiveTime: y.optional(),
|
|
7551
|
-
category:
|
|
7551
|
+
category: ji.optional(),
|
|
7552
7552
|
data: w.optional(),
|
|
7553
7553
|
coverageTerms: M.optional()
|
|
7554
7554
|
// elements: recursive so we add it via .extend() and .lazy()
|
|
7555
|
-
}),
|
|
7556
|
-
elements: e.lazy(() =>
|
|
7557
|
-
}),
|
|
7555
|
+
}), Rn = os.extend({
|
|
7556
|
+
elements: e.lazy(() => Rn.array().optional())
|
|
7557
|
+
}), is = e.object({
|
|
7558
7558
|
type: e.string(),
|
|
7559
7559
|
staticLocator: v.optional(),
|
|
7560
7560
|
parentLocator: te,
|
|
7561
7561
|
data: w,
|
|
7562
7562
|
coverageTerms: M
|
|
7563
|
-
}), ua =
|
|
7563
|
+
}), ua = is.extend({
|
|
7564
7564
|
elements: e.lazy(() => ua.array().optional())
|
|
7565
|
-
}),
|
|
7565
|
+
}), ls = At.merge(
|
|
7566
7566
|
e.object({
|
|
7567
7567
|
locator: te,
|
|
7568
7568
|
setData: w,
|
|
@@ -7570,107 +7570,106 @@ const cl = fn.merge(
|
|
|
7570
7570
|
setCoverageTerms: M,
|
|
7571
7571
|
removeCoverageTerms: w
|
|
7572
7572
|
})
|
|
7573
|
-
),
|
|
7573
|
+
), ss = je.merge(
|
|
7574
7574
|
e.object({
|
|
7575
7575
|
locator: ia,
|
|
7576
|
-
segmentType:
|
|
7576
|
+
segmentType: Ai,
|
|
7577
7577
|
startTime: y,
|
|
7578
7578
|
endTime: y,
|
|
7579
|
-
element:
|
|
7579
|
+
element: Rn,
|
|
7580
7580
|
basedOn: v.optional()
|
|
7581
7581
|
})
|
|
7582
|
-
),
|
|
7583
|
-
|
|
7584
|
-
|
|
7585
|
-
|
|
7586
|
-
|
|
7587
|
-
|
|
7588
|
-
|
|
7589
|
-
|
|
7590
|
-
|
|
7591
|
-
|
|
7592
|
-
|
|
7593
|
-
|
|
7594
|
-
|
|
7595
|
-
|
|
7596
|
-
|
|
7597
|
-
|
|
7598
|
-
), Gd = E(Rn), Vd = aa.merge(
|
|
7582
|
+
), En = e.object({
|
|
7583
|
+
...bn.shape,
|
|
7584
|
+
locator: v,
|
|
7585
|
+
accountLocator: v,
|
|
7586
|
+
branchHeadTransactionLocators: e.array(v),
|
|
7587
|
+
issuedTransactionLocator: v,
|
|
7588
|
+
durationBasis: Ye,
|
|
7589
|
+
createdAt: y,
|
|
7590
|
+
createdBy: _,
|
|
7591
|
+
startTime: y,
|
|
7592
|
+
endTime: y,
|
|
7593
|
+
billingTrigger: Je,
|
|
7594
|
+
billingLevel: Se,
|
|
7595
|
+
latestSegmentLocator: v,
|
|
7596
|
+
static: w
|
|
7597
|
+
}), Vd = E(En), $d = aa.merge(
|
|
7599
7598
|
e.object({
|
|
7600
7599
|
setData: w,
|
|
7601
7600
|
removeData: w
|
|
7602
7601
|
})
|
|
7603
|
-
),
|
|
7602
|
+
), Cn = cn.merge(
|
|
7604
7603
|
e.object({
|
|
7605
7604
|
cadence: Ja.optional(),
|
|
7606
7605
|
anchorMode: Ha.optional(),
|
|
7607
|
-
anchorType:
|
|
7608
|
-
dayOfWeek:
|
|
7609
|
-
weekOfMonth:
|
|
7606
|
+
anchorType: fi.optional(),
|
|
7607
|
+
dayOfWeek: vi.optional(),
|
|
7608
|
+
weekOfMonth: wi.optional(),
|
|
7610
7609
|
installmentWeights: e.array(e.number()).optional()
|
|
7611
7610
|
})
|
|
7612
|
-
),
|
|
7611
|
+
), Dn = sn.merge(
|
|
7613
7612
|
e.object({ billingLevel: Se })
|
|
7614
|
-
),
|
|
7613
|
+
), we = O.merge(
|
|
7615
7614
|
e.object({
|
|
7616
|
-
installmentPreferences:
|
|
7617
|
-
billingPreferences:
|
|
7615
|
+
installmentPreferences: Cn.optional(),
|
|
7616
|
+
billingPreferences: Dn.optional()
|
|
7618
7617
|
})
|
|
7619
|
-
),
|
|
7618
|
+
), cs = pn.merge(
|
|
7620
7619
|
e.object({
|
|
7621
7620
|
locator: v,
|
|
7622
7621
|
transactionCategory: Qt,
|
|
7623
|
-
preferences:
|
|
7624
|
-
segment:
|
|
7622
|
+
preferences: we,
|
|
7623
|
+
segment: ss
|
|
7625
7624
|
})
|
|
7626
|
-
),
|
|
7625
|
+
), Wd = jn.merge(
|
|
7627
7626
|
e.object({
|
|
7628
7627
|
locator: v,
|
|
7629
7628
|
accountLocator: v,
|
|
7630
7629
|
static: w,
|
|
7631
|
-
transaction:
|
|
7630
|
+
transaction: cs
|
|
7632
7631
|
})
|
|
7633
|
-
),
|
|
7632
|
+
), Kd = _t.merge(
|
|
7634
7633
|
e.object({ billing: Se })
|
|
7635
|
-
),
|
|
7636
|
-
installmentPreferences:
|
|
7637
|
-
billingPreferences:
|
|
7638
|
-
}),
|
|
7634
|
+
), Qd = oa.merge(e.object({})), Hd = cl(En), qn = e.object({
|
|
7635
|
+
installmentPreferences: Cn.optional(),
|
|
7636
|
+
billingPreferences: Dn.optional()
|
|
7637
|
+
}), Jd = e.object({
|
|
7639
7638
|
tenantLocator: Te,
|
|
7640
|
-
policyLocator:
|
|
7641
|
-
}),
|
|
7639
|
+
policyLocator: _e
|
|
7640
|
+
}), Pn = e.enum([
|
|
7642
7641
|
"draft",
|
|
7643
7642
|
"validated",
|
|
7644
7643
|
"discarded"
|
|
7645
|
-
]),
|
|
7644
|
+
]), Bn = e.enum(["account", "policy"]), Nn = e.object({
|
|
7646
7645
|
type: e.string().optional(),
|
|
7647
7646
|
autoValidate: e.boolean().optional(),
|
|
7648
7647
|
autoRenewalPlanName: e.string().optional(),
|
|
7649
7648
|
delinquencyPlanName: e.string().optional(),
|
|
7650
7649
|
excessCreditPlanName: e.string().optional(),
|
|
7651
7650
|
shortfallTolerancePlanName: e.string().optional(),
|
|
7652
|
-
billingLevel:
|
|
7651
|
+
billingLevel: Bn.optional(),
|
|
7653
7652
|
invoiceDocument: e.string().optional(),
|
|
7654
|
-
preferences:
|
|
7655
|
-
}),
|
|
7653
|
+
preferences: qn.optional()
|
|
7654
|
+
}), Yd = Nn.extend({
|
|
7656
7655
|
data: e.record(e.any()).optional()
|
|
7657
|
-
}),
|
|
7656
|
+
}), Xd = Nn.extend({
|
|
7658
7657
|
setData: e.record(e.any()).optional(),
|
|
7659
7658
|
removeData: e.record(e.any()).optional()
|
|
7660
|
-
}),
|
|
7659
|
+
}), eu = e.object({
|
|
7661
7660
|
locator: e.string().ulid(),
|
|
7662
7661
|
type: e.string(),
|
|
7663
|
-
accountState:
|
|
7662
|
+
accountState: Pn,
|
|
7664
7663
|
data: e.record(e.any()).optional(),
|
|
7665
7664
|
autoRenewalPlanName: e.string().optional(),
|
|
7666
7665
|
delinquencyPlanName: e.string().optional(),
|
|
7667
7666
|
excessCreditPlanName: e.string().optional(),
|
|
7668
7667
|
shortfallTolerancePlanName: e.string().optional(),
|
|
7669
|
-
billingLevel:
|
|
7668
|
+
billingLevel: Bn.optional(),
|
|
7670
7669
|
invoiceDocument: e.string().optional(),
|
|
7671
7670
|
validationResult: ve.optional(),
|
|
7672
|
-
preferences:
|
|
7673
|
-
}),
|
|
7671
|
+
preferences: qn.optional()
|
|
7672
|
+
}), tu = e.enum(["", "?", "+", "*", "!"]), au = e.enum(["?", "*"]), ma = Vt, ds = bt, us = e.enum(["accept", "issue"]), nu = e.object({
|
|
7674
7673
|
locator: e.string(),
|
|
7675
7674
|
accountLocator: e.string(),
|
|
7676
7675
|
issuedTransactionLocator: e.string(),
|
|
@@ -7706,7 +7705,7 @@ const cl = fn.merge(
|
|
|
7706
7705
|
"discarded",
|
|
7707
7706
|
"invalidated",
|
|
7708
7707
|
"reversed"
|
|
7709
|
-
]),
|
|
7708
|
+
]), kt = e.enum([
|
|
7710
7709
|
"issuance",
|
|
7711
7710
|
"change",
|
|
7712
7711
|
"renewal",
|
|
@@ -7728,9 +7727,9 @@ const cl = fn.merge(
|
|
|
7728
7727
|
effectiveTime: e.string(),
|
|
7729
7728
|
preferences: Za.optional(),
|
|
7730
7729
|
segment: ms,
|
|
7731
|
-
transactionCategory:
|
|
7730
|
+
transactionCategory: kt,
|
|
7732
7731
|
transactionType: e.string()
|
|
7733
|
-
}),
|
|
7732
|
+
}), In = e.object({
|
|
7734
7733
|
locator: e.string(),
|
|
7735
7734
|
staticName: e.string().optional(),
|
|
7736
7735
|
name: e.string().optional(),
|
|
@@ -7749,9 +7748,9 @@ const cl = fn.merge(
|
|
|
7749
7748
|
duration: e.number(),
|
|
7750
7749
|
basedOn: e.string().optional(),
|
|
7751
7750
|
type: e.enum(["coverage", "gap"]),
|
|
7752
|
-
documentSummary:
|
|
7751
|
+
documentSummary: In.array().optional(),
|
|
7753
7752
|
elements: gs.array()
|
|
7754
|
-
}),
|
|
7753
|
+
}), ru = e.object({
|
|
7755
7754
|
locator: e.string(),
|
|
7756
7755
|
staticLocator: e.string(),
|
|
7757
7756
|
policyLocator: e.string(),
|
|
@@ -7761,7 +7760,7 @@ const cl = fn.merge(
|
|
|
7761
7760
|
durationBasis: ma,
|
|
7762
7761
|
termNumber: e.number().int(),
|
|
7763
7762
|
subsegments: ys.array().optional(),
|
|
7764
|
-
documentSummary:
|
|
7763
|
+
documentSummary: In.array().optional()
|
|
7765
7764
|
}), fs = e.object({
|
|
7766
7765
|
locator: e.string(),
|
|
7767
7766
|
staticLocator: e.string(),
|
|
@@ -7783,23 +7782,23 @@ const cl = fn.merge(
|
|
|
7783
7782
|
type: e.enum(["coverage", "gap"]),
|
|
7784
7783
|
documentSummary: fs.array(),
|
|
7785
7784
|
elements: hs.array()
|
|
7786
|
-
}),
|
|
7785
|
+
}), Mn = e.object({
|
|
7787
7786
|
locator: e.string(),
|
|
7788
7787
|
staticLocator: e.string(),
|
|
7789
7788
|
policyLocator: e.string(),
|
|
7790
7789
|
startTime: e.string(),
|
|
7791
7790
|
endTime: e.string()
|
|
7792
|
-
}),
|
|
7791
|
+
}), ou = Mn.extend({
|
|
7793
7792
|
number: e.number().int(),
|
|
7794
7793
|
autoRenewalLocator: e.string().optional(),
|
|
7795
7794
|
previousTermLocator: e.string().optional(),
|
|
7796
7795
|
supersedesTermLocator: e.string().optional()
|
|
7797
|
-
}),
|
|
7796
|
+
}), iu = Mn.extend({
|
|
7798
7797
|
duration: e.number(),
|
|
7799
7798
|
durationBasis: ma,
|
|
7800
7799
|
termNumber: e.number().int(),
|
|
7801
7800
|
subsegments: bs.array()
|
|
7802
|
-
}),
|
|
7801
|
+
}), lu = e.object({
|
|
7803
7802
|
locator: e.string(),
|
|
7804
7803
|
accountLocator: e.string(),
|
|
7805
7804
|
productName: e.string(),
|
|
@@ -7808,7 +7807,7 @@ const cl = fn.merge(
|
|
|
7808
7807
|
transaction: ps,
|
|
7809
7808
|
static: e.record(e.any()).optional(),
|
|
7810
7809
|
delinquencyPlanName: e.string().optional()
|
|
7811
|
-
}),
|
|
7810
|
+
}), su = e.object({
|
|
7812
7811
|
locator: e.string(),
|
|
7813
7812
|
referenceLocator: e.string(),
|
|
7814
7813
|
documentInstanceState: Gt,
|
|
@@ -7835,7 +7834,7 @@ const cl = fn.merge(
|
|
|
7835
7834
|
createdAt: e.string().datetime(),
|
|
7836
7835
|
createdBy: e.string().uuid(),
|
|
7837
7836
|
effectiveTime: e.string().datetime(),
|
|
7838
|
-
transactionCategory:
|
|
7837
|
+
transactionCategory: kt,
|
|
7839
7838
|
transactionType: e.string(),
|
|
7840
7839
|
// technically changeInstructions is
|
|
7841
7840
|
// oneOf<AddChangeInstructionResponse, ModifyChangeInstructionResponse, ParamsChangeInstructionResponse, DeleteChangeInstructionResponse>[]?
|
|
@@ -7848,32 +7847,32 @@ const cl = fn.merge(
|
|
|
7848
7847
|
preferences: Za.optional(),
|
|
7849
7848
|
underwritingStatus: za.optional(),
|
|
7850
7849
|
validationResult: ve.optional()
|
|
7851
|
-
}),
|
|
7850
|
+
}), cu = _a.extend({
|
|
7852
7851
|
aggregatedTransactions: e.lazy(
|
|
7853
7852
|
() => _a.array().optional()
|
|
7854
7853
|
)
|
|
7855
|
-
}),
|
|
7854
|
+
}), du = e.object({
|
|
7856
7855
|
action: e.literal("add"),
|
|
7857
7856
|
elements: e.array(ca).optional()
|
|
7858
|
-
}),
|
|
7857
|
+
}), uu = e.object({
|
|
7859
7858
|
locator: e.string(),
|
|
7860
7859
|
action: e.literal("add"),
|
|
7861
7860
|
elements: e.array(ca).optional()
|
|
7862
|
-
}),
|
|
7861
|
+
}), mu = e.object({
|
|
7863
7862
|
action: e.literal("delete"),
|
|
7864
7863
|
staticElementLocators: e.array(e.string())
|
|
7865
|
-
}),
|
|
7864
|
+
}), pu = e.object({
|
|
7866
7865
|
locator: e.string(),
|
|
7867
7866
|
action: e.literal("delete"),
|
|
7868
7867
|
staticElementLocators: e.array(e.string())
|
|
7869
|
-
}),
|
|
7868
|
+
}), gu = e.object({
|
|
7870
7869
|
staticLocator: e.string(),
|
|
7871
7870
|
action: e.literal("modify"),
|
|
7872
7871
|
removeCoverageTerms: e.record(e.string(), e.any()).optional(),
|
|
7873
7872
|
removeData: e.record(e.string(), e.any()).optional(),
|
|
7874
7873
|
setCoverageTerms: e.record(e.string(), e.string()).optional(),
|
|
7875
7874
|
setData: e.record(e.string(), e.any()).optional()
|
|
7876
|
-
}),
|
|
7875
|
+
}), yu = e.object({
|
|
7877
7876
|
staticLocator: e.string(),
|
|
7878
7877
|
action: e.literal("modify"),
|
|
7879
7878
|
locator: e.string(),
|
|
@@ -7881,7 +7880,7 @@ const cl = fn.merge(
|
|
|
7881
7880
|
removeData: e.record(e.string(), e.any()).optional(),
|
|
7882
7881
|
setCoverageTerms: e.record(e.string(), e.string()).optional(),
|
|
7883
7882
|
setData: e.record(e.string(), e.any()).optional()
|
|
7884
|
-
}),
|
|
7883
|
+
}), fu = e.object({
|
|
7885
7884
|
action: e.literal("params"),
|
|
7886
7885
|
effectiveTime: e.string().datetime(),
|
|
7887
7886
|
billingModeChange: e.boolean().optional(),
|
|
@@ -7893,7 +7892,7 @@ const cl = fn.merge(
|
|
|
7893
7892
|
/* define PreferencesResponse schema here */
|
|
7894
7893
|
}).optional(),
|
|
7895
7894
|
triggerBillingChange: e.boolean().optional()
|
|
7896
|
-
}),
|
|
7895
|
+
}), hu = e.object({
|
|
7897
7896
|
locator: e.string(),
|
|
7898
7897
|
action: e.literal("params"),
|
|
7899
7898
|
effectiveTime: e.string().datetime(),
|
|
@@ -7930,35 +7929,35 @@ const cl = fn.merge(
|
|
|
7930
7929
|
}), wa = e.object({
|
|
7931
7930
|
locator: e.string(),
|
|
7932
7931
|
policyLocator: e.string(),
|
|
7933
|
-
transactionCategory:
|
|
7932
|
+
transactionCategory: kt,
|
|
7934
7933
|
transactionState: pa,
|
|
7935
7934
|
effectiveTime: e.string(),
|
|
7936
7935
|
termLocator: e.string().optional(),
|
|
7937
7936
|
createdAt: e.string().optional(),
|
|
7938
7937
|
createdBy: e.string().uuid().optional(),
|
|
7939
7938
|
charges: e.array(js).optional()
|
|
7940
|
-
}),
|
|
7939
|
+
}), bu = wa.extend({
|
|
7941
7940
|
aggregatedTransactions: e.array(wa).optional()
|
|
7942
7941
|
}), ka = e.object({
|
|
7943
7942
|
locator: e.string(),
|
|
7944
7943
|
policyLocator: e.string(),
|
|
7945
7944
|
transactionState: pa,
|
|
7946
7945
|
effectiveTime: e.string(),
|
|
7947
|
-
transactionCategory:
|
|
7946
|
+
transactionCategory: kt,
|
|
7948
7947
|
underwritingStatus: e.string().optional(),
|
|
7949
|
-
underwritingFlags:
|
|
7950
|
-
}),
|
|
7948
|
+
underwritingFlags: We.array().optional()
|
|
7949
|
+
}), vu = ka.extend({
|
|
7951
7950
|
aggregatedTransactions: e.array(ka).optional()
|
|
7952
|
-
}),
|
|
7951
|
+
}), Su = e.object({
|
|
7953
7952
|
deleteAllAutomaticDocuments: e.boolean().optional(),
|
|
7954
7953
|
resetAllUnderwritingFlags: e.boolean().optional(),
|
|
7955
7954
|
resetFlagsAction: e.enum(["clear", "delete"]).optional(),
|
|
7956
7955
|
deleteDocuments: e.array(e.string()).optional(),
|
|
7957
7956
|
resetFlags: e.array(e.string()).optional()
|
|
7958
|
-
}),
|
|
7957
|
+
}), ju = e.object({
|
|
7959
7958
|
transactionLocator: e.string(),
|
|
7960
|
-
clearedFlags:
|
|
7961
|
-
flags:
|
|
7959
|
+
clearedFlags: We.array().optional(),
|
|
7960
|
+
flags: We.array().optional()
|
|
7962
7961
|
}), Ts = e.enum(["open", "settled"]), As = e.object({
|
|
7963
7962
|
locator: e.string(),
|
|
7964
7963
|
elementStaticLocator: e.string(),
|
|
@@ -7975,7 +7974,7 @@ const cl = fn.merge(
|
|
|
7975
7974
|
remainingAmount: e.number().optional(),
|
|
7976
7975
|
settlementTime: e.string().optional(),
|
|
7977
7976
|
transactionLocators: e.array(e.string()).optional()
|
|
7978
|
-
}),
|
|
7977
|
+
}), Tu = e.object({
|
|
7979
7978
|
locator: e.string(),
|
|
7980
7979
|
accountLocator: e.string(),
|
|
7981
7980
|
startTime: e.string(),
|
|
@@ -8002,7 +8001,7 @@ const cl = fn.merge(
|
|
|
8002
8001
|
"inGrace",
|
|
8003
8002
|
"lapseTriggered",
|
|
8004
8003
|
"settled"
|
|
8005
|
-
]),
|
|
8004
|
+
]), Au = e.enum([
|
|
8006
8005
|
"policy",
|
|
8007
8006
|
"quote",
|
|
8008
8007
|
"invoice"
|
|
@@ -8011,14 +8010,14 @@ const cl = fn.merge(
|
|
|
8011
8010
|
gracePeriodDays: e.number(),
|
|
8012
8011
|
lapseTransactionType: e.string(),
|
|
8013
8012
|
delinquencyLevel: ws.optional()
|
|
8014
|
-
}),
|
|
8013
|
+
}), _u = e.object({
|
|
8015
8014
|
locator: e.string(),
|
|
8016
8015
|
delinquencyLocator: e.string(),
|
|
8017
8016
|
referenceLocator: e.string(),
|
|
8018
8017
|
referenceType: e.enum(["policy", "quote", "invoice"]),
|
|
8019
8018
|
preemptingLapseTransactionLocator: e.string().optional(),
|
|
8020
8019
|
transactionLocator: e.string().optional()
|
|
8021
|
-
}),
|
|
8020
|
+
}), wu = e.object({
|
|
8022
8021
|
locator: e.string(),
|
|
8023
8022
|
accountLocator: e.string(),
|
|
8024
8023
|
delinquencyState: ks,
|
|
@@ -8046,7 +8045,7 @@ const cl = fn.merge(
|
|
|
8046
8045
|
"posted",
|
|
8047
8046
|
"reversed",
|
|
8048
8047
|
"discarded"
|
|
8049
|
-
]),
|
|
8048
|
+
]), ku = e.object({
|
|
8050
8049
|
amount: e.number(),
|
|
8051
8050
|
type: e.string(),
|
|
8052
8051
|
useDefaultFinancialInstrument: e.boolean(),
|
|
@@ -8057,7 +8056,7 @@ const cl = fn.merge(
|
|
|
8057
8056
|
currency: e.string().optional(),
|
|
8058
8057
|
transactionMethod: Rs.optional(),
|
|
8059
8058
|
transactionNumber: e.string().optional()
|
|
8060
|
-
}),
|
|
8059
|
+
}), xu = e.object({
|
|
8061
8060
|
locator: e.string(),
|
|
8062
8061
|
currency: ht,
|
|
8063
8062
|
paymentState: Es,
|
|
@@ -8075,7 +8074,7 @@ const cl = fn.merge(
|
|
|
8075
8074
|
reversalReason: e.string().optional(),
|
|
8076
8075
|
reversedAt: e.string().optional(),
|
|
8077
8076
|
validationResult: ve.optional()
|
|
8078
|
-
}),
|
|
8077
|
+
}), Lu = e.object({
|
|
8079
8078
|
amount: e.number(),
|
|
8080
8079
|
sources: e.array(he),
|
|
8081
8080
|
targets: e.array(he),
|
|
@@ -8087,7 +8086,7 @@ const cl = fn.merge(
|
|
|
8087
8086
|
"executed",
|
|
8088
8087
|
"reversed",
|
|
8089
8088
|
"discarded"
|
|
8090
|
-
]),
|
|
8089
|
+
]), Ru = e.object({
|
|
8091
8090
|
locator: e.string(),
|
|
8092
8091
|
currency: ht,
|
|
8093
8092
|
creditDistributionState: Cs,
|
|
@@ -8102,7 +8101,7 @@ const cl = fn.merge(
|
|
|
8102
8101
|
reversalReason: e.string().optional(),
|
|
8103
8102
|
reversedAt: e.string().optional(),
|
|
8104
8103
|
validationResult: ve.optional()
|
|
8105
|
-
}),
|
|
8104
|
+
}), Eu = e.object({
|
|
8106
8105
|
reversalType: e.string()
|
|
8107
8106
|
}), Ds = e.enum([
|
|
8108
8107
|
"accountCreditBalance",
|
|
@@ -8124,13 +8123,13 @@ const cl = fn.merge(
|
|
|
8124
8123
|
amount: e.number(),
|
|
8125
8124
|
faTransactionNote: e.string(),
|
|
8126
8125
|
faTransactionTime: e.string()
|
|
8127
|
-
}),
|
|
8126
|
+
}), Cu = e.object({
|
|
8128
8127
|
referenceLocator: e.string(),
|
|
8129
8128
|
currency: ht,
|
|
8130
8129
|
balance: e.number(),
|
|
8131
8130
|
referenceType: Ds,
|
|
8132
8131
|
lineItems: Ps.array()
|
|
8133
|
-
}),
|
|
8132
|
+
}), Du = {
|
|
8134
8133
|
".aac": "audio/aac",
|
|
8135
8134
|
".abw": "application/x-abiword",
|
|
8136
8135
|
".apng": "image/apng",
|
|
@@ -8200,7 +8199,7 @@ const cl = fn.merge(
|
|
|
8200
8199
|
".xlsx": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
|
|
8201
8200
|
".xul": "application/vnd.mozilla.xul+xml",
|
|
8202
8201
|
".7z": "application/x-7z-compressed"
|
|
8203
|
-
},
|
|
8202
|
+
}, qu = [
|
|
8204
8203
|
"application/zip",
|
|
8205
8204
|
"application/x-zip-compressed"
|
|
8206
8205
|
], Bs = {
|
|
@@ -8221,7 +8220,7 @@ const cl = fn.merge(
|
|
|
8221
8220
|
}, Os = {
|
|
8222
8221
|
"video/3gpp2": [".3g2"],
|
|
8223
8222
|
"audio/3gpp2": [".3g2"]
|
|
8224
|
-
},
|
|
8223
|
+
}, Pu = {
|
|
8225
8224
|
".zip": Bs,
|
|
8226
8225
|
".gz": Ns,
|
|
8227
8226
|
".midi": xa,
|
|
@@ -8229,7 +8228,7 @@ const cl = fn.merge(
|
|
|
8229
8228
|
".xml": Is,
|
|
8230
8229
|
".3gp": Ms,
|
|
8231
8230
|
".3g2": Os
|
|
8232
|
-
},
|
|
8231
|
+
}, On = e.object({
|
|
8233
8232
|
name: e.string(),
|
|
8234
8233
|
tenants: e.array(e.string()),
|
|
8235
8234
|
permissions: e.array(e.string()),
|
|
@@ -8246,7 +8245,7 @@ const cl = fn.merge(
|
|
|
8246
8245
|
importConfigUrl: e.string(),
|
|
8247
8246
|
clientId: e.string(),
|
|
8248
8247
|
clientSecret: e.string()
|
|
8249
|
-
}),
|
|
8248
|
+
}), Zn = e.object({
|
|
8250
8249
|
name: e.string(),
|
|
8251
8250
|
permissions: e.array(e.string()),
|
|
8252
8251
|
description: e.string()
|
|
@@ -8254,7 +8253,7 @@ const cl = fn.merge(
|
|
|
8254
8253
|
id: e.string(),
|
|
8255
8254
|
displayName: e.string(),
|
|
8256
8255
|
singleSignOnServiceUrl: e.string()
|
|
8257
|
-
}),
|
|
8256
|
+
}), Un = e.object({
|
|
8258
8257
|
userName: e.string(),
|
|
8259
8258
|
firstName: e.string(),
|
|
8260
8259
|
lastName: e.string(),
|
|
@@ -8263,7 +8262,7 @@ const cl = fn.merge(
|
|
|
8263
8262
|
email: e.string(),
|
|
8264
8263
|
tenants: e.array(e.string()),
|
|
8265
8264
|
roles: e.array(e.string())
|
|
8266
|
-
}),
|
|
8265
|
+
}), zn = e.object({
|
|
8267
8266
|
id: e.string(),
|
|
8268
8267
|
displayName: e.string(),
|
|
8269
8268
|
type: e.string(),
|
|
@@ -8273,19 +8272,19 @@ const cl = fn.merge(
|
|
|
8273
8272
|
singleSignOnServiceUrl: e.string()
|
|
8274
8273
|
}), Us = e.object({
|
|
8275
8274
|
passwordPolicies: e.record(e.number())
|
|
8276
|
-
}),
|
|
8275
|
+
}), Fn = e.object({
|
|
8277
8276
|
version: e.number(),
|
|
8278
8277
|
name: e.string(),
|
|
8279
8278
|
addPermissions: e.array(e.string()),
|
|
8280
8279
|
removePermissions: e.array(e.string()),
|
|
8281
8280
|
description: e.string()
|
|
8282
|
-
}),
|
|
8281
|
+
}), Gn = e.object({
|
|
8283
8282
|
name: e.string(),
|
|
8284
8283
|
description: e.string()
|
|
8285
|
-
}),
|
|
8284
|
+
}), Vn = e.object({
|
|
8286
8285
|
addRoles: e.array(e.string()),
|
|
8287
8286
|
removeRoles: e.array(e.string())
|
|
8288
|
-
}),
|
|
8287
|
+
}), $n = e.object({
|
|
8289
8288
|
addTenants: e.array(e.string()),
|
|
8290
8289
|
removeTenants: e.array(e.string())
|
|
8291
8290
|
}), zs = e.object({
|
|
@@ -8325,7 +8324,7 @@ const fa = e.object({
|
|
|
8325
8324
|
roles: e.array(e.string()),
|
|
8326
8325
|
tenants: e.array(e.string()),
|
|
8327
8326
|
permissions: e.array(e.string())
|
|
8328
|
-
}),
|
|
8327
|
+
}), Wn = e.object({
|
|
8329
8328
|
userLocator: e.string(),
|
|
8330
8329
|
tenantLocator: e.string(),
|
|
8331
8330
|
maskType: e.union([e.literal("account"), e.literal("policy")]),
|
|
@@ -8346,15 +8345,15 @@ e.object({
|
|
|
8346
8345
|
});
|
|
8347
8346
|
e.unknown();
|
|
8348
8347
|
e.object({
|
|
8349
|
-
requestBody:
|
|
8348
|
+
requestBody: Un
|
|
8350
8349
|
});
|
|
8351
8350
|
e.array(ga);
|
|
8352
8351
|
e.object({
|
|
8353
|
-
requestBody:
|
|
8352
|
+
requestBody: On
|
|
8354
8353
|
});
|
|
8355
8354
|
e.string();
|
|
8356
8355
|
e.object({
|
|
8357
|
-
requestBody:
|
|
8356
|
+
requestBody: Zn
|
|
8358
8357
|
});
|
|
8359
8358
|
e.object({
|
|
8360
8359
|
requestBody: ya
|
|
@@ -8378,11 +8377,11 @@ e.object({
|
|
|
8378
8377
|
});
|
|
8379
8378
|
e.object({
|
|
8380
8379
|
locator: e.string(),
|
|
8381
|
-
requestBody:
|
|
8380
|
+
requestBody: $n
|
|
8382
8381
|
});
|
|
8383
8382
|
e.object({
|
|
8384
8383
|
locator: e.string(),
|
|
8385
|
-
requestBody:
|
|
8384
|
+
requestBody: Vn
|
|
8386
8385
|
});
|
|
8387
8386
|
e.object({
|
|
8388
8387
|
locator: e.string(),
|
|
@@ -8393,7 +8392,7 @@ e.object({
|
|
|
8393
8392
|
locator: e.string()
|
|
8394
8393
|
});
|
|
8395
8394
|
e.array(
|
|
8396
|
-
|
|
8395
|
+
Wn
|
|
8397
8396
|
);
|
|
8398
8397
|
e.object({
|
|
8399
8398
|
locator: e.string(),
|
|
@@ -8404,7 +8403,7 @@ e.object({
|
|
|
8404
8403
|
});
|
|
8405
8404
|
e.object({
|
|
8406
8405
|
locator: e.string(),
|
|
8407
|
-
requestBody:
|
|
8406
|
+
requestBody: Gn
|
|
8408
8407
|
});
|
|
8409
8408
|
e.object({
|
|
8410
8409
|
locator: e.string()
|
|
@@ -8418,7 +8417,7 @@ e.object({
|
|
|
8418
8417
|
e.unknown();
|
|
8419
8418
|
e.object({
|
|
8420
8419
|
locator: e.string(),
|
|
8421
|
-
requestBody:
|
|
8420
|
+
requestBody: Fn
|
|
8422
8421
|
});
|
|
8423
8422
|
e.object({
|
|
8424
8423
|
locator: e.string()
|
|
@@ -8429,7 +8428,7 @@ e.object({
|
|
|
8429
8428
|
tenantLocator: e.string()
|
|
8430
8429
|
});
|
|
8431
8430
|
e.array(
|
|
8432
|
-
|
|
8431
|
+
Wn
|
|
8433
8432
|
);
|
|
8434
8433
|
e.object({
|
|
8435
8434
|
locator: e.string(),
|
|
@@ -8481,7 +8480,7 @@ e.object({
|
|
|
8481
8480
|
offset: e.number().optional()
|
|
8482
8481
|
});
|
|
8483
8482
|
e.record(e.unknown());
|
|
8484
|
-
e.array(
|
|
8483
|
+
e.array(zn);
|
|
8485
8484
|
e.object({
|
|
8486
8485
|
name: e.string()
|
|
8487
8486
|
});
|
|
@@ -8498,23 +8497,23 @@ e.object({
|
|
|
8498
8497
|
tokenOrName: e.string()
|
|
8499
8498
|
});
|
|
8500
8499
|
e.unknown();
|
|
8501
|
-
const
|
|
8500
|
+
const Bu = e.object({
|
|
8502
8501
|
...ya.shape
|
|
8503
|
-
}), Bu = e.object({
|
|
8504
|
-
...Zn.shape
|
|
8505
8502
|
}), Nu = e.object({
|
|
8506
|
-
...
|
|
8503
|
+
...zn.shape
|
|
8504
|
+
}), Iu = e.object({
|
|
8505
|
+
...Zn.shape
|
|
8507
8506
|
}), Vs = e.object({
|
|
8508
8507
|
...zs.shape,
|
|
8509
8508
|
locator: v,
|
|
8510
8509
|
createdAt: y,
|
|
8511
8510
|
createdBy: _
|
|
8512
|
-
}),
|
|
8513
|
-
...Un.shape
|
|
8514
|
-
}), Mu = E(Vs), Ou = e.object({
|
|
8511
|
+
}), Mu = e.object({
|
|
8515
8512
|
...Fn.shape
|
|
8516
|
-
}), Zu = e.object({
|
|
8517
|
-
...
|
|
8513
|
+
}), Ou = E(Vs), Zu = e.object({
|
|
8514
|
+
...Vn.shape
|
|
8515
|
+
}), Uu = e.object({
|
|
8516
|
+
...$n.shape
|
|
8518
8517
|
}), $s = e.enum([
|
|
8519
8518
|
"test",
|
|
8520
8519
|
"production",
|
|
@@ -8522,13 +8521,13 @@ const Pu = e.object({
|
|
|
8522
8521
|
"deleted"
|
|
8523
8522
|
]), Ws = e.object({
|
|
8524
8523
|
...Fs.shape,
|
|
8525
|
-
locator:
|
|
8524
|
+
locator: wt,
|
|
8526
8525
|
type: $s,
|
|
8527
8526
|
createdAt: y,
|
|
8528
8527
|
updatedAt: y,
|
|
8529
8528
|
createdBy: _,
|
|
8530
8529
|
description: e.string().optional()
|
|
8531
|
-
}),
|
|
8530
|
+
}), zu = e.object({
|
|
8532
8531
|
listCompleted: e.boolean(),
|
|
8533
8532
|
items: e.array(Ws)
|
|
8534
8533
|
}), Ks = e.enum(["queued", "failed"]), Qs = e.object({
|
|
@@ -8543,49 +8542,47 @@ const Pu = e.object({
|
|
|
8543
8542
|
}), Js = e.object({
|
|
8544
8543
|
...Wt.shape,
|
|
8545
8544
|
metadata: Hs
|
|
8546
|
-
}),
|
|
8547
|
-
...
|
|
8548
|
-
locator:
|
|
8545
|
+
}), Fu = e.object({
|
|
8546
|
+
...oi.shape,
|
|
8547
|
+
locator: wt,
|
|
8549
8548
|
bootstrapResult: Qs,
|
|
8550
8549
|
deploymentResult: Js
|
|
8551
|
-
}), Fu = e.object({
|
|
8552
|
-
...zn.shape
|
|
8553
8550
|
}), Gu = e.object({
|
|
8554
|
-
...
|
|
8555
|
-
expiresAt: y
|
|
8551
|
+
...Gn.shape
|
|
8556
8552
|
}), Vu = e.object({
|
|
8553
|
+
...On.shape,
|
|
8554
|
+
expiresAt: y
|
|
8555
|
+
}), $u = e.object({
|
|
8557
8556
|
...ga.shape,
|
|
8558
8557
|
createdAt: y
|
|
8559
|
-
}),
|
|
8560
|
-
...
|
|
8558
|
+
}), Wu = e.object({
|
|
8559
|
+
...Un.shape,
|
|
8561
8560
|
userName: e.string().email(),
|
|
8562
8561
|
roles: e.array(e.string()).optional(),
|
|
8563
8562
|
tenants: e.array(e.string()).optional()
|
|
8564
|
-
}),
|
|
8563
|
+
}), Kn = e.object({
|
|
8565
8564
|
...fa.shape,
|
|
8566
8565
|
locator: _,
|
|
8567
8566
|
tenants: e.array(e.string()).optional(),
|
|
8568
8567
|
permissions: e.array(e.string()).optional()
|
|
8569
|
-
}),
|
|
8568
|
+
}), Qn = e.object({
|
|
8570
8569
|
locator: _,
|
|
8571
8570
|
userName: e.string(),
|
|
8572
8571
|
firstName: e.string().optional(),
|
|
8573
8572
|
lastName: e.string().optional()
|
|
8574
|
-
}), Wu = e.object({
|
|
8575
|
-
listCompleted: e.boolean(),
|
|
8576
|
-
items: e.array(Wn)
|
|
8577
8573
|
}), Ku = e.object({
|
|
8574
|
+
listCompleted: e.boolean(),
|
|
8575
|
+
items: e.array(Qn)
|
|
8576
|
+
}), Qu = e.object({
|
|
8578
8577
|
firstName: e.string(),
|
|
8579
8578
|
lastName: e.string(),
|
|
8580
8579
|
permissions: e.array(e.string()),
|
|
8581
8580
|
roles: e.array(e.string()),
|
|
8582
8581
|
tenants: e.array(e.string())
|
|
8583
|
-
}),
|
|
8584
|
-
|
|
8585
|
-
), Ys = e.object({
|
|
8586
|
-
...$n.shape,
|
|
8582
|
+
}), Hu = E(Kn), Ys = e.object({
|
|
8583
|
+
...Kn.shape,
|
|
8587
8584
|
qualifications: M.optional()
|
|
8588
|
-
}),
|
|
8585
|
+
}), Ju = e.object({
|
|
8589
8586
|
...E(
|
|
8590
8587
|
Ys
|
|
8591
8588
|
).shape,
|
|
@@ -8830,7 +8827,7 @@ e.object({
|
|
|
8830
8827
|
jobLocator: e.string(),
|
|
8831
8828
|
locator: e.string()
|
|
8832
8829
|
});
|
|
8833
|
-
const
|
|
8830
|
+
const Hn = Xs.merge(
|
|
8834
8831
|
e.object({
|
|
8835
8832
|
locator: lt,
|
|
8836
8833
|
referenceLocator: lt,
|
|
@@ -8838,9 +8835,9 @@ const Kn = Xs.merge(
|
|
|
8838
8835
|
referenceDocumentLocator: lt.optional(),
|
|
8839
8836
|
transactionLocator: W.optional(),
|
|
8840
8837
|
segmentLocator: ia.optional(),
|
|
8841
|
-
termLocator:
|
|
8842
|
-
policyLocator:
|
|
8843
|
-
documentInstanceState:
|
|
8838
|
+
termLocator: Tn.optional(),
|
|
8839
|
+
policyLocator: _e.optional(),
|
|
8840
|
+
documentInstanceState: Si,
|
|
8844
8841
|
documentFormat: Jt.optional(),
|
|
8845
8842
|
metadata: w.optional(),
|
|
8846
8843
|
createdAt: y,
|
|
@@ -8848,7 +8845,7 @@ const Kn = Xs.merge(
|
|
|
8848
8845
|
readyAt: y.optional(),
|
|
8849
8846
|
renderingData: w.optional()
|
|
8850
8847
|
})
|
|
8851
|
-
),
|
|
8848
|
+
), Yu = E(Hn), Xu = e.object({
|
|
8852
8849
|
tenantLocator: Te
|
|
8853
8850
|
}), tc = e.object({
|
|
8854
8851
|
category: e.string().optional(),
|
|
@@ -8876,13 +8873,13 @@ const Kn = Xs.merge(
|
|
|
8876
8873
|
V.applicationZipWindows,
|
|
8877
8874
|
V.applicationOctetStream
|
|
8878
8875
|
])
|
|
8879
|
-
}).merge(ac),
|
|
8876
|
+
}).merge(ac), em = e.object({
|
|
8880
8877
|
document: nc
|
|
8881
|
-
}),
|
|
8878
|
+
}), tm = e.object({
|
|
8882
8879
|
tenantLocator: Te
|
|
8883
8880
|
// NOTE: why do we want to merge them into one object - tenantLocator is in Path and all other params are in query
|
|
8884
8881
|
// see https://docs.socotra.com/api/documents/documentsApi.html#attachDocument
|
|
8885
|
-
}).merge(tc),
|
|
8882
|
+
}).merge(tc), am = Hn, rc = e.object({
|
|
8886
8883
|
name: e.string(),
|
|
8887
8884
|
type: e.string(),
|
|
8888
8885
|
searchable: e.boolean().optional()
|
|
@@ -8895,7 +8892,7 @@ const Kn = Xs.merge(
|
|
|
8895
8892
|
}), ic = e.object({
|
|
8896
8893
|
defaultSearchable: e.boolean().optional(),
|
|
8897
8894
|
objects: e.array(oc)
|
|
8898
|
-
}),
|
|
8895
|
+
}), Jn = e.object({
|
|
8899
8896
|
searchTerm: e.string(),
|
|
8900
8897
|
fieldName: e.string(),
|
|
8901
8898
|
match: e.union([
|
|
@@ -8917,7 +8914,7 @@ e.union([
|
|
|
8917
8914
|
e.literal("fnol"),
|
|
8918
8915
|
e.literal("contact")
|
|
8919
8916
|
]);
|
|
8920
|
-
const
|
|
8917
|
+
const Yn = e.object({
|
|
8921
8918
|
score: e.number(),
|
|
8922
8919
|
searchEntityType: e.union([
|
|
8923
8920
|
e.literal("unspecified"),
|
|
@@ -8937,7 +8934,7 @@ e.object({
|
|
|
8937
8934
|
searchToken: e.string(),
|
|
8938
8935
|
offset: e.number(),
|
|
8939
8936
|
count: e.number(),
|
|
8940
|
-
results: e.array(
|
|
8937
|
+
results: e.array(Yn)
|
|
8941
8938
|
});
|
|
8942
8939
|
e.union([
|
|
8943
8940
|
e.literal("fuzzy"),
|
|
@@ -8964,7 +8961,7 @@ const lc = e.object({
|
|
|
8964
8961
|
e.literal("fnol"),
|
|
8965
8962
|
e.literal("contact")
|
|
8966
8963
|
]),
|
|
8967
|
-
searchTerms: e.array(
|
|
8964
|
+
searchTerms: e.array(Jn)
|
|
8968
8965
|
});
|
|
8969
8966
|
e.object({
|
|
8970
8967
|
deploymentVersion: e.string(),
|
|
@@ -8975,23 +8972,23 @@ e.object({
|
|
|
8975
8972
|
offset: e.number().optional(),
|
|
8976
8973
|
requestBody: lc
|
|
8977
8974
|
});
|
|
8978
|
-
const sc = e.string().uuid(),
|
|
8975
|
+
const sc = e.string().uuid(), nm = e.object({
|
|
8979
8976
|
tenantLocator: sc
|
|
8980
8977
|
}), cc = e.object({
|
|
8981
8978
|
offset: e.string().optional(),
|
|
8982
8979
|
count: e.string().optional()
|
|
8983
|
-
}),
|
|
8980
|
+
}), rm = e.object({
|
|
8984
8981
|
searchToken: e.string()
|
|
8985
8982
|
}).merge(cc), dc = e.object({
|
|
8986
8983
|
fieldName: e.string().optional(),
|
|
8987
|
-
absolute:
|
|
8988
|
-
match:
|
|
8984
|
+
absolute: yi.optional(),
|
|
8985
|
+
match: Ti.optional(),
|
|
8989
8986
|
searchTerm: e.string().optional()
|
|
8990
|
-
}).merge(
|
|
8987
|
+
}).merge(Jn), om = e.object({
|
|
8991
8988
|
searchEntityType: Ya.optional(),
|
|
8992
8989
|
searchString: e.string().optional(),
|
|
8993
8990
|
searchTerms: e.array(dc).optional()
|
|
8994
|
-
}), uc =
|
|
8991
|
+
}), uc = Yn.merge(
|
|
8995
8992
|
e.object({
|
|
8996
8993
|
accountLocator: e.string().optional(),
|
|
8997
8994
|
searchEntityLocator: e.string().ulid(),
|
|
@@ -9001,24 +8998,30 @@ const sc = e.string().uuid(), am = e.object({
|
|
|
9001
8998
|
highlights: e.array(e.string()),
|
|
9002
8999
|
searchSummary: e.record(e.string(), e.unknown()).optional()
|
|
9003
9000
|
})
|
|
9004
|
-
),
|
|
9001
|
+
), im = e.object({
|
|
9005
9002
|
count: e.number().int(),
|
|
9006
9003
|
offset: e.number().int(),
|
|
9007
9004
|
searchToken: e.string().optional(),
|
|
9008
9005
|
results: e.array(uc)
|
|
9009
|
-
}),
|
|
9006
|
+
}), lm = e.object({
|
|
9007
|
+
...vn.shape,
|
|
9008
|
+
locator: Ae,
|
|
9009
|
+
accountState: Pn,
|
|
9010
|
+
data: w,
|
|
9011
|
+
billingLevel: bt
|
|
9012
|
+
}), Xn = Tt.merge(
|
|
9010
9013
|
e.object({
|
|
9011
9014
|
locator: v,
|
|
9012
9015
|
reversalOfLocator: v.optional(),
|
|
9013
9016
|
elementLocator: te,
|
|
9014
9017
|
elementStaticLocator: v,
|
|
9015
|
-
chargeCategory:
|
|
9018
|
+
chargeCategory: bi
|
|
9016
9019
|
})
|
|
9017
|
-
),
|
|
9018
|
-
e.object({ locator: v, action:
|
|
9019
|
-
), mc =
|
|
9020
|
+
), xt = Xe.merge(
|
|
9021
|
+
e.object({ locator: v, action: hi })
|
|
9022
|
+
), mc = xt.merge(
|
|
9020
9023
|
e.object({ elements: e.array(ua) })
|
|
9021
|
-
), pc =
|
|
9024
|
+
), pc = xt.merge(
|
|
9022
9025
|
e.object({
|
|
9023
9026
|
staticLocator: v,
|
|
9024
9027
|
setData: w,
|
|
@@ -9026,25 +9029,25 @@ const sc = e.string().uuid(), am = e.object({
|
|
|
9026
9029
|
setCoverageTerms: M,
|
|
9027
9030
|
removeCoverageTerms: w
|
|
9028
9031
|
})
|
|
9029
|
-
),
|
|
9032
|
+
), er = xt.merge(
|
|
9030
9033
|
e.object({
|
|
9031
9034
|
effectiveTime: y,
|
|
9032
9035
|
newPolicyEndTime: y.optional(),
|
|
9033
|
-
preferences:
|
|
9036
|
+
preferences: we.optional(),
|
|
9034
9037
|
triggerBillingChange: e.boolean().optional(),
|
|
9035
9038
|
billingModeChange: e.boolean().optional()
|
|
9036
9039
|
})
|
|
9037
|
-
), gc =
|
|
9040
|
+
), gc = xt.merge(
|
|
9038
9041
|
e.object({ staticElementLocators: e.array(v) })
|
|
9039
|
-
),
|
|
9042
|
+
), Lt = e.union([
|
|
9040
9043
|
mc,
|
|
9041
9044
|
pc,
|
|
9042
|
-
|
|
9045
|
+
er,
|
|
9043
9046
|
gc
|
|
9044
9047
|
]), La = e.object({
|
|
9045
9048
|
locator: W,
|
|
9046
|
-
policyLocator:
|
|
9047
|
-
termLocator:
|
|
9049
|
+
policyLocator: _e,
|
|
9050
|
+
termLocator: Tn,
|
|
9048
9051
|
effectiveTime: y,
|
|
9049
9052
|
transactionState: Ht,
|
|
9050
9053
|
transactionCategory: Qt,
|
|
@@ -9055,24 +9058,24 @@ const sc = e.string().uuid(), am = e.object({
|
|
|
9055
9058
|
baseTransactionLocator: W.optional(),
|
|
9056
9059
|
issuedTime: y.optional(),
|
|
9057
9060
|
acceptedTime: y.optional(),
|
|
9058
|
-
preferences:
|
|
9061
|
+
preferences: we.optional(),
|
|
9059
9062
|
underwritingStatus: e.string().optional(),
|
|
9060
9063
|
validationResult: sa.optional(),
|
|
9061
|
-
changeInstructions: e.array(
|
|
9062
|
-
billingTrigger:
|
|
9064
|
+
changeInstructions: e.array(Lt).optional(),
|
|
9065
|
+
billingTrigger: Je
|
|
9063
9066
|
}), yc = La.merge(
|
|
9064
9067
|
e.object({
|
|
9065
9068
|
aggregatedTransactions: e.array(La)
|
|
9066
9069
|
})
|
|
9067
|
-
),
|
|
9068
|
-
|
|
9069
|
-
),
|
|
9070
|
-
|
|
9071
|
-
),
|
|
9072
|
-
|
|
9073
|
-
), fc =
|
|
9070
|
+
), sm = E(yc), cm = e.array(
|
|
9071
|
+
Lt
|
|
9072
|
+
), dm = e.array(
|
|
9073
|
+
Lt
|
|
9074
|
+
), um = e.array(
|
|
9075
|
+
Lt
|
|
9076
|
+
), fc = er.omit({ locator: !0 }), mm = e.array(
|
|
9074
9077
|
fc
|
|
9075
|
-
),
|
|
9078
|
+
), pm = un.merge(
|
|
9076
9079
|
e.object({
|
|
9077
9080
|
toTransaction: W,
|
|
9078
9081
|
reverseTransactions: e.array(W),
|
|
@@ -9080,10 +9083,10 @@ const sc = e.string().uuid(), am = e.object({
|
|
|
9080
9083
|
})
|
|
9081
9084
|
), hc = e.object({
|
|
9082
9085
|
locator: v,
|
|
9083
|
-
policyLocator:
|
|
9086
|
+
policyLocator: _e,
|
|
9084
9087
|
effectiveTime: y,
|
|
9085
9088
|
transactionState: Ht,
|
|
9086
|
-
charges: e.array(
|
|
9089
|
+
charges: e.array(Xn)
|
|
9087
9090
|
}), bc = hc.extend({
|
|
9088
9091
|
aggregatedTransactions: e.lazy(
|
|
9089
9092
|
() => bc.array().optional()
|
|
@@ -9092,7 +9095,7 @@ const sc = e.string().uuid(), am = e.object({
|
|
|
9092
9095
|
e.object({
|
|
9093
9096
|
locator: v,
|
|
9094
9097
|
referenceLocator: v,
|
|
9095
|
-
referenceType:
|
|
9098
|
+
referenceType: _i,
|
|
9096
9099
|
level: Xa,
|
|
9097
9100
|
createdBy: _,
|
|
9098
9101
|
createdTime: y,
|
|
@@ -9102,7 +9105,7 @@ const sc = e.string().uuid(), am = e.object({
|
|
|
9102
9105
|
})
|
|
9103
9106
|
), vc = e.object({
|
|
9104
9107
|
locator: v,
|
|
9105
|
-
policyLocator:
|
|
9108
|
+
policyLocator: _e,
|
|
9106
9109
|
transactionCategory: Qt,
|
|
9107
9110
|
transactionState: Ht,
|
|
9108
9111
|
effectiveTime: y,
|
|
@@ -9118,105 +9121,104 @@ const sc = e.string().uuid(), am = e.object({
|
|
|
9118
9121
|
elementLocator: te,
|
|
9119
9122
|
level: Xa
|
|
9120
9123
|
})
|
|
9121
|
-
),
|
|
9124
|
+
), gm = ra.merge(
|
|
9122
9125
|
e.object({
|
|
9123
9126
|
addFlags: e.array(jc),
|
|
9124
9127
|
clearFlags: e.array(v)
|
|
9125
9128
|
})
|
|
9126
|
-
),
|
|
9129
|
+
), ym = Xi.merge(
|
|
9127
9130
|
e.object({
|
|
9128
9131
|
transactionLocator: W,
|
|
9129
9132
|
clearedFlags: e.array(be),
|
|
9130
9133
|
flags: e.array(be)
|
|
9131
9134
|
})
|
|
9132
|
-
), Tc =
|
|
9133
|
-
|
|
9134
|
-
|
|
9135
|
-
|
|
9136
|
-
|
|
9137
|
-
|
|
9138
|
-
|
|
9139
|
-
|
|
9140
|
-
|
|
9141
|
-
|
|
9142
|
-
|
|
9143
|
-
|
|
9144
|
-
|
|
9145
|
-
|
|
9146
|
-
|
|
9147
|
-
|
|
9148
|
-
|
|
9149
|
-
|
|
9150
|
-
|
|
9151
|
-
), gm = E(Tc), ym = mn.merge(
|
|
9135
|
+
), Tc = e.object({
|
|
9136
|
+
...hn.shape,
|
|
9137
|
+
locator: Qe,
|
|
9138
|
+
quickQuoteLocator: Qe,
|
|
9139
|
+
quoteState: Yt,
|
|
9140
|
+
billingLevel: Se,
|
|
9141
|
+
// deprecated
|
|
9142
|
+
billingTrigger: Je.optional(),
|
|
9143
|
+
durationBasis: Ye.optional(),
|
|
9144
|
+
policyLocator: _e,
|
|
9145
|
+
preferences: we.optional(),
|
|
9146
|
+
validationResult: sa.optional(),
|
|
9147
|
+
static: w,
|
|
9148
|
+
issuedTime: y.optional(),
|
|
9149
|
+
startTime: y.optional(),
|
|
9150
|
+
endTime: y.optional(),
|
|
9151
|
+
acceptedTime: y.optional(),
|
|
9152
|
+
expirationTime: y.optional()
|
|
9153
|
+
}), fm = E(Tc), hm = mn.merge(
|
|
9152
9154
|
e.object({
|
|
9153
|
-
accountLocator:
|
|
9155
|
+
accountLocator: Ae,
|
|
9154
9156
|
data: w,
|
|
9155
9157
|
startTime: y.optional(),
|
|
9156
9158
|
endTime: y.optional(),
|
|
9157
9159
|
expirationTime: y.optional(),
|
|
9158
|
-
durationBasis:
|
|
9160
|
+
durationBasis: Ye.optional(),
|
|
9159
9161
|
billingLevel: Se.optional(),
|
|
9160
|
-
preferences:
|
|
9162
|
+
preferences: we.optional(),
|
|
9161
9163
|
static: w.optional(),
|
|
9162
9164
|
coverageTerms: M.optional(),
|
|
9163
9165
|
// deprecated
|
|
9164
|
-
billingTrigger:
|
|
9166
|
+
billingTrigger: Je.optional(),
|
|
9165
9167
|
elements: e.array(ua)
|
|
9166
9168
|
})
|
|
9167
|
-
),
|
|
9169
|
+
), bm = dn.merge(
|
|
9168
9170
|
e.object({
|
|
9169
9171
|
startTime: y,
|
|
9170
9172
|
endTime: y,
|
|
9171
9173
|
expirationTime: y,
|
|
9172
9174
|
// deprecated
|
|
9173
|
-
billingTrigger:
|
|
9175
|
+
billingTrigger: Je,
|
|
9174
9176
|
billingLevel: Se,
|
|
9175
|
-
preferences:
|
|
9177
|
+
preferences: we,
|
|
9176
9178
|
removeCoverageTerms: w,
|
|
9177
9179
|
removeData: w,
|
|
9178
9180
|
// NOTE: this looks sus, every other property is map<string,object> not <string,string>
|
|
9179
9181
|
setCoverageTerms: M,
|
|
9180
9182
|
setData: w,
|
|
9181
|
-
elements: e.array(
|
|
9183
|
+
elements: e.array(ls)
|
|
9182
9184
|
})
|
|
9183
|
-
),
|
|
9185
|
+
), vm = Wi.merge(
|
|
9184
9186
|
e.object({
|
|
9185
9187
|
tenantLocator: Te,
|
|
9186
|
-
accountLocator:
|
|
9187
|
-
quoteLocator:
|
|
9188
|
+
accountLocator: Ae,
|
|
9189
|
+
quoteLocator: Qe,
|
|
9188
9190
|
quoteState: Yt,
|
|
9189
9191
|
startTime: y,
|
|
9190
9192
|
endTime: y,
|
|
9191
9193
|
expirationTime: y,
|
|
9192
|
-
durationBasis:
|
|
9193
|
-
items: e.array(
|
|
9194
|
+
durationBasis: Ye,
|
|
9195
|
+
items: e.array(Xn)
|
|
9194
9196
|
})
|
|
9195
|
-
),
|
|
9197
|
+
), Sm = Ki.merge(
|
|
9196
9198
|
e.object({
|
|
9197
9199
|
tenantLocator: Te,
|
|
9198
|
-
accountLocator:
|
|
9199
|
-
quoteLocator:
|
|
9200
|
+
accountLocator: Ae,
|
|
9201
|
+
quoteLocator: Qe,
|
|
9200
9202
|
quoteState: Yt,
|
|
9201
9203
|
startTime: y,
|
|
9202
9204
|
endTime: y,
|
|
9203
9205
|
expirationTime: y,
|
|
9204
|
-
durationBasis:
|
|
9206
|
+
durationBasis: Ye,
|
|
9205
9207
|
underwritingFlags: e.array(be)
|
|
9206
9208
|
})
|
|
9207
|
-
),
|
|
9209
|
+
), jm = rl.merge(
|
|
9208
9210
|
e.object({
|
|
9209
|
-
quoteLocator:
|
|
9211
|
+
quoteLocator: Qe,
|
|
9210
9212
|
flags: e.array(be),
|
|
9211
9213
|
clearedFlags: e.array(be).optional()
|
|
9212
9214
|
})
|
|
9213
|
-
),
|
|
9215
|
+
), Tm = at.merge(
|
|
9214
9216
|
e.object({
|
|
9215
9217
|
groupLocator: v
|
|
9216
9218
|
})
|
|
9217
|
-
),
|
|
9219
|
+
), Am = na.merge(
|
|
9218
9220
|
e.object({
|
|
9219
|
-
resetFlagsAction:
|
|
9221
|
+
resetFlagsAction: ki,
|
|
9220
9222
|
resetFlags: e.array(v),
|
|
9221
9223
|
deleteDocuments: e.array(v)
|
|
9222
9224
|
})
|
|
@@ -9287,12 +9289,12 @@ const R = e.object({
|
|
|
9287
9289
|
e.literal("subpayment")
|
|
9288
9290
|
]),
|
|
9289
9291
|
amount: e.number().optional()
|
|
9290
|
-
}),
|
|
9292
|
+
}), Pt = e.object({
|
|
9291
9293
|
creditLocator: e.string()
|
|
9292
9294
|
}), kc = e.object({
|
|
9293
|
-
"billing.creditdistribution.reverse":
|
|
9294
|
-
"billing.creditdistribution.create":
|
|
9295
|
-
"billing.creditdistribution.distribute":
|
|
9295
|
+
"billing.creditdistribution.reverse": Pt.optional(),
|
|
9296
|
+
"billing.creditdistribution.create": Pt.optional(),
|
|
9297
|
+
"billing.creditdistribution.distribute": Pt.optional()
|
|
9296
9298
|
});
|
|
9297
9299
|
e.union([
|
|
9298
9300
|
e.literal("draft"),
|
|
@@ -9357,7 +9359,7 @@ e.union([
|
|
|
9357
9359
|
e.literal("triggered"),
|
|
9358
9360
|
e.literal("cancelled")
|
|
9359
9361
|
]);
|
|
9360
|
-
const
|
|
9362
|
+
const Bt = e.object({
|
|
9361
9363
|
delinquencyLocator: e.string()
|
|
9362
9364
|
}), Ec = e.object({
|
|
9363
9365
|
locator: e.string(),
|
|
@@ -9396,9 +9398,9 @@ e.union([
|
|
|
9396
9398
|
e.literal("delinquencyHeld")
|
|
9397
9399
|
]);
|
|
9398
9400
|
const Cc = e.object({
|
|
9399
|
-
"billing.delinquency.create":
|
|
9400
|
-
"billing.delinquency.settle":
|
|
9401
|
-
"billing.delinquency.lapse":
|
|
9401
|
+
"billing.delinquency.create": Bt.optional(),
|
|
9402
|
+
"billing.delinquency.settle": Bt.optional(),
|
|
9403
|
+
"billing.delinquency.lapse": Bt.optional()
|
|
9402
9404
|
});
|
|
9403
9405
|
e.object({
|
|
9404
9406
|
accountLocator: e.string(),
|
|
@@ -9423,7 +9425,7 @@ e.union([
|
|
|
9423
9425
|
e.literal("policy"),
|
|
9424
9426
|
e.literal("invoice")
|
|
9425
9427
|
]);
|
|
9426
|
-
const
|
|
9428
|
+
const Rt = e.object({
|
|
9427
9429
|
accountLocator: e.string().optional(),
|
|
9428
9430
|
type: e.string(),
|
|
9429
9431
|
amount: e.number(),
|
|
@@ -9448,14 +9450,14 @@ e.union([
|
|
|
9448
9450
|
e.literal("standard"),
|
|
9449
9451
|
e.literal("wire")
|
|
9450
9452
|
]);
|
|
9451
|
-
const
|
|
9453
|
+
const Ee = e.object({
|
|
9452
9454
|
disbursementLocator: e.string()
|
|
9453
9455
|
}), Dc = e.object({
|
|
9454
|
-
"billing.disbursement.create":
|
|
9455
|
-
"billing.disbursement.reject":
|
|
9456
|
-
"billing.disbursement.execute":
|
|
9457
|
-
"billing.disbursement.reverse":
|
|
9458
|
-
"billing.disbursement.approve":
|
|
9456
|
+
"billing.disbursement.create": Ee.optional(),
|
|
9457
|
+
"billing.disbursement.reject": Ee.optional(),
|
|
9458
|
+
"billing.disbursement.execute": Ee.optional(),
|
|
9459
|
+
"billing.disbursement.reverse": Ee.optional(),
|
|
9460
|
+
"billing.disbursement.approve": Ee.optional()
|
|
9459
9461
|
});
|
|
9460
9462
|
e.union([
|
|
9461
9463
|
e.literal("draft"),
|
|
@@ -9567,7 +9569,7 @@ e.union([
|
|
|
9567
9569
|
e.literal("standard"),
|
|
9568
9570
|
e.literal("wire")
|
|
9569
9571
|
]);
|
|
9570
|
-
const
|
|
9572
|
+
const tr = e.object({
|
|
9571
9573
|
externalIdentifier: e.string().optional(),
|
|
9572
9574
|
institutionName: e.string().optional(),
|
|
9573
9575
|
instrumentType: e.union([
|
|
@@ -9758,7 +9760,7 @@ const Vc = e.object({
|
|
|
9758
9760
|
completedAt: e.string(),
|
|
9759
9761
|
invoiceLocator: e.string(),
|
|
9760
9762
|
processingErrors: e.string()
|
|
9761
|
-
}),
|
|
9763
|
+
}), ar = e.object({
|
|
9762
9764
|
locator: e.string(),
|
|
9763
9765
|
invoiceGenerationScheduleLocator: e.string(),
|
|
9764
9766
|
jobStatus: e.union([
|
|
@@ -9791,7 +9793,7 @@ const Vc = e.object({
|
|
|
9791
9793
|
remainingAmount: e.number(),
|
|
9792
9794
|
settlementTime: e.string().optional(),
|
|
9793
9795
|
installmentItemSummaries: e.array(Uc)
|
|
9794
|
-
}),
|
|
9796
|
+
}), nr = e.object({
|
|
9795
9797
|
generateTime: e.string(),
|
|
9796
9798
|
dueTime: e.string(),
|
|
9797
9799
|
startTime: e.string(),
|
|
@@ -9830,7 +9832,7 @@ const Hc = e.object({
|
|
|
9830
9832
|
e.literal("triggered"),
|
|
9831
9833
|
e.literal("cancelled")
|
|
9832
9834
|
]).optional()
|
|
9833
|
-
}),
|
|
9835
|
+
}), rr = e.object({
|
|
9834
9836
|
accountLocator: e.string().optional(),
|
|
9835
9837
|
type: e.string().optional(),
|
|
9836
9838
|
amount: e.number().optional(),
|
|
@@ -9868,7 +9870,7 @@ const Hc = e.object({
|
|
|
9868
9870
|
]).optional(),
|
|
9869
9871
|
transactionNumber: e.string().optional(),
|
|
9870
9872
|
currency: e.string().optional()
|
|
9871
|
-
}),
|
|
9873
|
+
}), or = e.object({
|
|
9872
9874
|
accountLocator: e.string().optional(),
|
|
9873
9875
|
type: e.string(),
|
|
9874
9876
|
amount: e.number(),
|
|
@@ -9905,7 +9907,7 @@ const td = e.object({
|
|
|
9905
9907
|
quoteLocator: e.string().optional(),
|
|
9906
9908
|
productName: e.string(),
|
|
9907
9909
|
invoiceItemSummaries: e.array(Kc)
|
|
9908
|
-
}),
|
|
9910
|
+
}), ir = e.object({
|
|
9909
9911
|
reversalType: e.string()
|
|
9910
9912
|
});
|
|
9911
9913
|
e.object({
|
|
@@ -9913,7 +9915,7 @@ e.object({
|
|
|
9913
9915
|
installmentSettings: Fc,
|
|
9914
9916
|
billingSettings: _c
|
|
9915
9917
|
});
|
|
9916
|
-
const
|
|
9918
|
+
const Nt = e.object({
|
|
9917
9919
|
shortfallCreditLocator: e.string()
|
|
9918
9920
|
});
|
|
9919
9921
|
e.object({
|
|
@@ -9966,12 +9968,12 @@ const ad = e.object({
|
|
|
9966
9968
|
}), rt = e.object({
|
|
9967
9969
|
validationItems: e.array(ad),
|
|
9968
9970
|
success: e.boolean()
|
|
9969
|
-
}),
|
|
9971
|
+
}), It = e.object({
|
|
9970
9972
|
writeOffLocator: e.string()
|
|
9971
9973
|
}), nd = e.object({
|
|
9972
|
-
"billing.writeoff.reverse":
|
|
9973
|
-
"billing.writeoff.create":
|
|
9974
|
-
"billing.writeoff.distribute":
|
|
9974
|
+
"billing.writeoff.reverse": It.optional(),
|
|
9975
|
+
"billing.writeoff.create": It.optional(),
|
|
9976
|
+
"billing.writeoff.distribute": It.optional()
|
|
9975
9977
|
});
|
|
9976
9978
|
e.object({
|
|
9977
9979
|
locator: e.string(),
|
|
@@ -10032,7 +10034,7 @@ e.object({
|
|
|
10032
10034
|
});
|
|
10033
10035
|
e.object({
|
|
10034
10036
|
locator: e.string(),
|
|
10035
|
-
requestBody:
|
|
10037
|
+
requestBody: or
|
|
10036
10038
|
});
|
|
10037
10039
|
e.object({
|
|
10038
10040
|
locator: e.string(),
|
|
@@ -10041,7 +10043,7 @@ e.object({
|
|
|
10041
10043
|
e.object({
|
|
10042
10044
|
locator: e.string()
|
|
10043
10045
|
});
|
|
10044
|
-
const
|
|
10046
|
+
const lr = e.object({
|
|
10045
10047
|
locator: e.string(),
|
|
10046
10048
|
disbursementState: e.union([
|
|
10047
10049
|
e.literal("draft"),
|
|
@@ -10066,11 +10068,11 @@ const or = e.object({
|
|
|
10066
10068
|
});
|
|
10067
10069
|
e.object({
|
|
10068
10070
|
locator: e.string(),
|
|
10069
|
-
requestBody:
|
|
10071
|
+
requestBody: Rt
|
|
10070
10072
|
});
|
|
10071
10073
|
e.object({
|
|
10072
10074
|
locator: e.string(),
|
|
10073
|
-
requestBody:
|
|
10075
|
+
requestBody: rr
|
|
10074
10076
|
});
|
|
10075
10077
|
e.object({
|
|
10076
10078
|
locator: e.string()
|
|
@@ -10097,7 +10099,7 @@ e.object({
|
|
|
10097
10099
|
reversedAt: e.string().optional(),
|
|
10098
10100
|
shortfallCreditLocators: e.array(e.string())
|
|
10099
10101
|
});
|
|
10100
|
-
const
|
|
10102
|
+
const sr = e.object({
|
|
10101
10103
|
accountLocator: e.string().optional(),
|
|
10102
10104
|
amount: e.number(),
|
|
10103
10105
|
currency: e.string().optional(),
|
|
@@ -10109,7 +10111,7 @@ e.object({
|
|
|
10109
10111
|
requestBody: Hc
|
|
10110
10112
|
});
|
|
10111
10113
|
e.object({
|
|
10112
|
-
requestBody:
|
|
10114
|
+
requestBody: or
|
|
10113
10115
|
});
|
|
10114
10116
|
e.object({
|
|
10115
10117
|
invoiceNumber: e.string(),
|
|
@@ -10164,14 +10166,14 @@ e.object({
|
|
|
10164
10166
|
validationResult: rt.optional()
|
|
10165
10167
|
});
|
|
10166
10168
|
e.object({
|
|
10167
|
-
requestBody:
|
|
10169
|
+
requestBody: tr
|
|
10168
10170
|
});
|
|
10169
10171
|
e.object({
|
|
10170
10172
|
locator: e.string(),
|
|
10171
10173
|
value: e.boolean().optional()
|
|
10172
10174
|
});
|
|
10173
10175
|
e.object({
|
|
10174
|
-
requestBody:
|
|
10176
|
+
requestBody: Rt
|
|
10175
10177
|
});
|
|
10176
10178
|
e.object({
|
|
10177
10179
|
disbursementNumber: e.string(),
|
|
@@ -10181,7 +10183,7 @@ e.object({
|
|
|
10181
10183
|
locator: e.string()
|
|
10182
10184
|
});
|
|
10183
10185
|
e.object({
|
|
10184
|
-
requestBody:
|
|
10186
|
+
requestBody: sr
|
|
10185
10187
|
});
|
|
10186
10188
|
e.object({
|
|
10187
10189
|
locator: e.string()
|
|
@@ -10191,7 +10193,7 @@ e.object({
|
|
|
10191
10193
|
});
|
|
10192
10194
|
e.object({
|
|
10193
10195
|
locator: e.string(),
|
|
10194
|
-
requestBody:
|
|
10196
|
+
requestBody: ir
|
|
10195
10197
|
});
|
|
10196
10198
|
e.object({
|
|
10197
10199
|
locator: e.string()
|
|
@@ -10232,7 +10234,7 @@ e.object({
|
|
|
10232
10234
|
});
|
|
10233
10235
|
e.object({
|
|
10234
10236
|
locator: e.string(),
|
|
10235
|
-
requestBody:
|
|
10237
|
+
requestBody: tr
|
|
10236
10238
|
});
|
|
10237
10239
|
e.object({
|
|
10238
10240
|
locator: e.string()
|
|
@@ -10293,7 +10295,7 @@ e.object({
|
|
|
10293
10295
|
});
|
|
10294
10296
|
e.object({
|
|
10295
10297
|
locator: e.string(),
|
|
10296
|
-
requestBody:
|
|
10298
|
+
requestBody: ir
|
|
10297
10299
|
});
|
|
10298
10300
|
e.object({
|
|
10299
10301
|
locator: e.string()
|
|
@@ -10351,7 +10353,7 @@ e.object({
|
|
|
10351
10353
|
offset: e.number().optional()
|
|
10352
10354
|
});
|
|
10353
10355
|
e.array(
|
|
10354
|
-
|
|
10356
|
+
ar
|
|
10355
10357
|
);
|
|
10356
10358
|
e.object({
|
|
10357
10359
|
count: e.number().optional(),
|
|
@@ -10359,7 +10361,7 @@ e.object({
|
|
|
10359
10361
|
offset: e.number().optional()
|
|
10360
10362
|
});
|
|
10361
10363
|
e.array(
|
|
10362
|
-
|
|
10364
|
+
ar
|
|
10363
10365
|
);
|
|
10364
10366
|
e.object({
|
|
10365
10367
|
count: e.number().optional(),
|
|
@@ -10466,7 +10468,7 @@ e.object({
|
|
|
10466
10468
|
includeZeroAmountInvoices: e.boolean().optional(),
|
|
10467
10469
|
locator: e.string()
|
|
10468
10470
|
});
|
|
10469
|
-
e.array(
|
|
10471
|
+
e.array(nr);
|
|
10470
10472
|
e.object({
|
|
10471
10473
|
count: e.number().optional(),
|
|
10472
10474
|
extended: e.boolean().optional(),
|
|
@@ -10479,7 +10481,7 @@ e.object({
|
|
|
10479
10481
|
includeZeroAmountInvoices: e.boolean().optional(),
|
|
10480
10482
|
locator: e.string()
|
|
10481
10483
|
});
|
|
10482
|
-
e.array(
|
|
10484
|
+
e.array(nr);
|
|
10483
10485
|
e.object({
|
|
10484
10486
|
count: e.number().optional(),
|
|
10485
10487
|
extended: e.boolean().optional(),
|
|
@@ -10581,15 +10583,15 @@ const od = e.object({
|
|
|
10581
10583
|
"billing.invoice.settle": Ra.optional(),
|
|
10582
10584
|
"billing.invoice.unsettle": Ra.optional()
|
|
10583
10585
|
}), ld = e.object({
|
|
10584
|
-
"billing.shortfallcredit.reverse":
|
|
10585
|
-
"billing.shortfallcredit.distribute":
|
|
10586
|
-
"billing.shortfallcredit.create":
|
|
10586
|
+
"billing.shortfallcredit.reverse": Nt.optional(),
|
|
10587
|
+
"billing.shortfallcredit.distribute": Nt.optional(),
|
|
10588
|
+
"billing.shortfallcredit.create": Nt.optional()
|
|
10587
10589
|
});
|
|
10588
10590
|
e.object({
|
|
10589
10591
|
disbursementNumber: e.string()
|
|
10590
10592
|
});
|
|
10591
10593
|
e.array(
|
|
10592
|
-
|
|
10594
|
+
lr
|
|
10593
10595
|
);
|
|
10594
10596
|
e.object({
|
|
10595
10597
|
accountLocator: e.string().optional(),
|
|
@@ -10731,7 +10733,7 @@ const sd = e.object({
|
|
|
10731
10733
|
});
|
|
10732
10734
|
e.object({
|
|
10733
10735
|
locator: e.string(),
|
|
10734
|
-
requestBody:
|
|
10736
|
+
requestBody: sr
|
|
10735
10737
|
});
|
|
10736
10738
|
e.object({
|
|
10737
10739
|
accountLocator: e.string(),
|
|
@@ -10752,68 +10754,68 @@ e.object({
|
|
|
10752
10754
|
shortfallCreditEvents: ld.optional(),
|
|
10753
10755
|
writeOffEvents: nd.optional()
|
|
10754
10756
|
});
|
|
10755
|
-
const
|
|
10757
|
+
const Et = R.merge(
|
|
10756
10758
|
e.object({
|
|
10757
|
-
containerType:
|
|
10759
|
+
containerType: Li
|
|
10758
10760
|
})
|
|
10759
|
-
), cd =
|
|
10761
|
+
), cd = lr.merge(
|
|
10760
10762
|
e.object({
|
|
10761
|
-
locator:
|
|
10762
|
-
disbursementState:
|
|
10763
|
+
locator: sl,
|
|
10764
|
+
disbursementState: xi,
|
|
10763
10765
|
data: w,
|
|
10764
10766
|
createdAt: y,
|
|
10765
10767
|
createdBy: _,
|
|
10766
|
-
sources: e.array(
|
|
10767
|
-
accountLocator:
|
|
10768
|
+
sources: e.array(Et),
|
|
10769
|
+
accountLocator: Ae.optional(),
|
|
10768
10770
|
validationResult: sa.optional()
|
|
10769
10771
|
})
|
|
10770
|
-
),
|
|
10772
|
+
), _m = E(cd), wm = Rt.merge(
|
|
10771
10773
|
e.object({
|
|
10772
10774
|
data: w,
|
|
10773
|
-
sources: e.array(
|
|
10775
|
+
sources: e.array(Et),
|
|
10774
10776
|
accountLocator: v.optional(),
|
|
10775
10777
|
transactionMethod: Xt.optional()
|
|
10776
10778
|
})
|
|
10777
|
-
),
|
|
10779
|
+
), km = rr.merge(
|
|
10778
10780
|
e.object({
|
|
10779
10781
|
setData: w,
|
|
10780
10782
|
removeData: w,
|
|
10781
|
-
addSources: e.array(
|
|
10783
|
+
addSources: e.array(Et),
|
|
10782
10784
|
removeSources: e.array(e.string()),
|
|
10783
|
-
accountLocator:
|
|
10785
|
+
accountLocator: Ae.optional(),
|
|
10784
10786
|
transactionMethod: Xt
|
|
10785
10787
|
})
|
|
10786
|
-
),
|
|
10788
|
+
), xm = Rt.merge(
|
|
10787
10789
|
e.object({
|
|
10788
10790
|
data: w,
|
|
10789
|
-
sources: e.array(
|
|
10791
|
+
sources: e.array(Et),
|
|
10790
10792
|
transactionMethod: Xt
|
|
10791
10793
|
})
|
|
10792
10794
|
), dd = e.object({
|
|
10793
10795
|
locator: _,
|
|
10794
10796
|
isDeleted: e.boolean()
|
|
10795
10797
|
}), H = e.union([
|
|
10796
|
-
|
|
10798
|
+
Qn,
|
|
10797
10799
|
dd
|
|
10798
10800
|
]), Q = e.object({
|
|
10799
10801
|
tenantLocator: Te
|
|
10800
|
-
}),
|
|
10802
|
+
}), Lm = Q.merge(
|
|
10801
10803
|
e.object({
|
|
10802
10804
|
userLocator: _
|
|
10803
10805
|
})
|
|
10804
10806
|
), ud = Q.merge(
|
|
10805
10807
|
e.object({
|
|
10806
|
-
assignmentLocator:
|
|
10808
|
+
assignmentLocator: An
|
|
10807
10809
|
})
|
|
10808
|
-
),
|
|
10810
|
+
), Rm = ud.merge(
|
|
10809
10811
|
e.object({
|
|
10810
10812
|
userLocator: _
|
|
10811
10813
|
})
|
|
10812
|
-
),
|
|
10814
|
+
), Em = Q.merge(
|
|
10813
10815
|
e.object({
|
|
10814
10816
|
userLocator: _
|
|
10815
10817
|
})
|
|
10816
|
-
),
|
|
10818
|
+
), Cm = Q.merge(
|
|
10817
10819
|
e.object({
|
|
10818
10820
|
referenceType: e.string(),
|
|
10819
10821
|
referenceLocator: v
|
|
@@ -10822,27 +10824,27 @@ const Rt = R.merge(
|
|
|
10822
10824
|
e.object({
|
|
10823
10825
|
activityLocator: la
|
|
10824
10826
|
})
|
|
10825
|
-
),
|
|
10827
|
+
), Dm = md.merge(
|
|
10826
10828
|
e.object({
|
|
10827
10829
|
userLocator: _
|
|
10828
10830
|
})
|
|
10829
|
-
),
|
|
10831
|
+
), qm = Q.merge(
|
|
10830
10832
|
e.object({
|
|
10831
10833
|
userLocator: _
|
|
10832
10834
|
})
|
|
10833
|
-
),
|
|
10835
|
+
), Pm = Q.merge(
|
|
10834
10836
|
e.object({
|
|
10835
10837
|
referenceType: e.string(),
|
|
10836
10838
|
referenceLocator: v
|
|
10837
10839
|
})
|
|
10838
|
-
),
|
|
10840
|
+
), Bm = Q.merge(
|
|
10839
10841
|
e.object({
|
|
10840
10842
|
referenceType: e.string(),
|
|
10841
10843
|
referenceLocator: v
|
|
10842
10844
|
})
|
|
10843
|
-
),
|
|
10845
|
+
), Nm = Q.merge(
|
|
10844
10846
|
e.object({
|
|
10845
|
-
diaryLocator:
|
|
10847
|
+
diaryLocator: _n
|
|
10846
10848
|
})
|
|
10847
10849
|
);
|
|
10848
10850
|
e.object({
|
|
@@ -10926,7 +10928,7 @@ e.union([
|
|
|
10926
10928
|
e.literal("discarded"),
|
|
10927
10929
|
e.literal("locked")
|
|
10928
10930
|
]);
|
|
10929
|
-
const
|
|
10931
|
+
const cr = e.object({
|
|
10930
10932
|
category: e.string().optional(),
|
|
10931
10933
|
contents: e.string()
|
|
10932
10934
|
}), fd = e.object({
|
|
@@ -10952,7 +10954,7 @@ e.array(ha);
|
|
|
10952
10954
|
e.object({
|
|
10953
10955
|
referenceLocator: e.string(),
|
|
10954
10956
|
referenceType: e.string(),
|
|
10955
|
-
requestBody:
|
|
10957
|
+
requestBody: cr
|
|
10956
10958
|
});
|
|
10957
10959
|
e.object({
|
|
10958
10960
|
count: e.number().optional(),
|
|
@@ -10979,38 +10981,38 @@ e.object({
|
|
|
10979
10981
|
locator: e.string()
|
|
10980
10982
|
});
|
|
10981
10983
|
e.unknown();
|
|
10982
|
-
const
|
|
10983
|
-
...
|
|
10984
|
-
}),
|
|
10984
|
+
const dr = e.object({
|
|
10985
|
+
...cr.shape
|
|
10986
|
+
}), Im = dr, ba = e.object({
|
|
10985
10987
|
...ha.shape,
|
|
10986
|
-
locator:
|
|
10987
|
-
referenceType:
|
|
10988
|
-
diaryState:
|
|
10988
|
+
locator: _n,
|
|
10989
|
+
referenceType: Pi,
|
|
10990
|
+
diaryState: Bi,
|
|
10989
10991
|
createdAt: y,
|
|
10990
10992
|
createdBy: _,
|
|
10991
10993
|
updatedAt: y,
|
|
10992
10994
|
updatedBy: _.optional()
|
|
10993
|
-
}),
|
|
10994
|
-
...
|
|
10995
|
-
diaryNote:
|
|
10996
|
-
userAssignment:
|
|
10995
|
+
}), Mm = E(ba), Om = E(ba), Zm = e.object({
|
|
10996
|
+
...ul.shape,
|
|
10997
|
+
diaryNote: dr.optional(),
|
|
10998
|
+
userAssignment: gl.omit({
|
|
10997
10999
|
referenceType: !0,
|
|
10998
11000
|
referenceLocator: !0
|
|
10999
11001
|
}).optional()
|
|
11000
11002
|
}), hd = e.object({
|
|
11001
|
-
...
|
|
11003
|
+
...wn.shape,
|
|
11002
11004
|
assignedTo: H.optional(),
|
|
11003
11005
|
createdBy: H.optional(),
|
|
11004
11006
|
updatedBy: H.optional()
|
|
11005
|
-
}),
|
|
11006
|
-
status:
|
|
11007
|
-
}),
|
|
11007
|
+
}), Um = E(hd), zm = e.object({
|
|
11008
|
+
status: St
|
|
11009
|
+
}), Fm = e.object({
|
|
11008
11010
|
assignedTo: _.optional()
|
|
11009
11011
|
}), bd = e.object({
|
|
11010
11012
|
locator: la,
|
|
11011
11013
|
category: e.string(),
|
|
11012
11014
|
type: e.string(),
|
|
11013
|
-
activityState:
|
|
11015
|
+
activityState: St,
|
|
11014
11016
|
underwritingFlagLocators: e.array(e.string()).optional(),
|
|
11015
11017
|
deadlineTime: y.optional(),
|
|
11016
11018
|
assignedTo: H.optional(),
|
|
@@ -11018,370 +11020,372 @@ const sr = e.object({
|
|
|
11018
11020
|
createdAt: y,
|
|
11019
11021
|
updatedBy: H.optional(),
|
|
11020
11022
|
updatedAt: y.optional()
|
|
11021
|
-
}),
|
|
11023
|
+
}), Gm = E(bd), vd = e.object({
|
|
11022
11024
|
...ba.shape,
|
|
11023
11025
|
createdBy: H,
|
|
11024
11026
|
updatedBy: H.optional()
|
|
11025
|
-
}),
|
|
11027
|
+
}), Vm = E(vd), $m = e.record(
|
|
11026
11028
|
e.string(),
|
|
11027
11029
|
e.array(e.string())
|
|
11028
|
-
),
|
|
11030
|
+
), Wm = M, Km = e.object({
|
|
11029
11031
|
...on.shape,
|
|
11030
11032
|
addQualifications: M,
|
|
11031
11033
|
removeQualifications: M
|
|
11032
11034
|
});
|
|
11033
11035
|
export {
|
|
11034
|
-
|
|
11035
|
-
|
|
11036
|
-
|
|
11037
|
-
|
|
11038
|
-
|
|
11039
|
-
|
|
11040
|
-
|
|
11036
|
+
yi as AbsoluteEnum,
|
|
11037
|
+
Ae as AccountIdSchema,
|
|
11038
|
+
lm as AccountResponseSchema,
|
|
11039
|
+
Pm as ActivitiesByRefParamsSchema,
|
|
11040
|
+
ul as ActivityCreateRequestSchema,
|
|
11041
|
+
kn as ActivityHistoryInitialResponseSchema,
|
|
11042
|
+
Gm as ActivityHistoryListResponseBffSchema,
|
|
11043
|
+
Dd as ActivityHistoryListResponseSchema,
|
|
11041
11044
|
bd as ActivityHistoryResponseBffSchema,
|
|
11042
|
-
|
|
11045
|
+
pl as ActivityHistoryResponseSchema,
|
|
11043
11046
|
la as ActivityIdSchema,
|
|
11044
|
-
|
|
11045
|
-
|
|
11047
|
+
Um as ActivityListResponseBffSchema,
|
|
11048
|
+
Cd as ActivityListResponseSchema,
|
|
11046
11049
|
md as ActivityParamsSchema,
|
|
11047
|
-
|
|
11050
|
+
Di as ActivityReferenceEnumSchema,
|
|
11048
11051
|
yt as ActivityReferenceSchema,
|
|
11049
11052
|
hd as ActivityResponseBffSchema,
|
|
11050
|
-
|
|
11051
|
-
|
|
11052
|
-
|
|
11053
|
-
|
|
11054
|
-
|
|
11055
|
-
|
|
11056
|
-
|
|
11053
|
+
wn as ActivityResponseSchema,
|
|
11054
|
+
St as ActivityStateEnumSchema,
|
|
11055
|
+
ml as ActivityTypeRefSchema,
|
|
11056
|
+
Fm as ActivityUpdateAssigneeRequestBffSchema,
|
|
11057
|
+
Ed as ActivityUpdateRequestSchema,
|
|
11058
|
+
zm as ActivityUpdateStatusRequestBffSchema,
|
|
11059
|
+
Zm as AddActivityRequestBffSchema,
|
|
11057
11060
|
mc as AddChangeInstructionResponseSchema,
|
|
11058
11061
|
Ha as AnchorModeEnumSchema,
|
|
11059
|
-
|
|
11060
|
-
|
|
11061
|
-
|
|
11062
|
-
|
|
11063
|
-
|
|
11064
|
-
|
|
11062
|
+
fi as AnchorTypeEnumSchema,
|
|
11063
|
+
Dm as AssignActivityParamsSchema,
|
|
11064
|
+
Rm as AssignAssignmentParamsSchema,
|
|
11065
|
+
gl as AssignmentCreateRequestSchema,
|
|
11066
|
+
An as AssignmentIdSchema,
|
|
11067
|
+
qd as AssignmentListResponseSchema,
|
|
11065
11068
|
ud as AssignmentParamsSchema,
|
|
11066
|
-
|
|
11067
|
-
|
|
11068
|
-
|
|
11069
|
-
|
|
11070
|
-
|
|
11069
|
+
yl as AssignmentResponseSchema,
|
|
11070
|
+
fl as AssignmentRoleRefSchema,
|
|
11071
|
+
qi as AssignmentStateEnumSchema,
|
|
11072
|
+
Cm as AssignmentsByRefParamsSchema,
|
|
11073
|
+
Xu as AttachDocumentParamsSchema,
|
|
11071
11074
|
tc as AttachDocumentQuerySchema,
|
|
11072
|
-
|
|
11073
|
-
|
|
11074
|
-
|
|
11075
|
-
|
|
11076
|
-
|
|
11075
|
+
em as AttachDocumentRequestBodySchema,
|
|
11076
|
+
tm as AttachDocumentRequestParamsSchema,
|
|
11077
|
+
Vu as AuthTokenCreateRequestSchema,
|
|
11078
|
+
$u as AuthTokenResponseSchema,
|
|
11079
|
+
Rd as BaseListPaginationSchema,
|
|
11077
11080
|
La as BasePolicyTransactionResponseSchema,
|
|
11078
11081
|
H as BasicAndFormerUserBffSchema,
|
|
11079
|
-
|
|
11082
|
+
Qn as BasicUserResponseSchema,
|
|
11080
11083
|
Se as BillingLevelEnumSchema,
|
|
11081
|
-
|
|
11082
|
-
|
|
11084
|
+
Dn as BillingPreferencesSchema,
|
|
11085
|
+
Je as BillingTriggerEnumSchema,
|
|
11083
11086
|
Qs as BootstrapResultSchema,
|
|
11084
11087
|
Ks as BootstrapResultStatusEnumSchema,
|
|
11085
11088
|
Ja as CadenceEnumSchema,
|
|
11086
|
-
|
|
11087
|
-
|
|
11088
|
-
|
|
11089
|
+
hi as ChangeActionEnumSchema,
|
|
11090
|
+
bi as ChargeCategoryEnumSchema,
|
|
11091
|
+
Xn as ChargeResponseSchema,
|
|
11089
11092
|
Js as ConfigBuilderResultSchema,
|
|
11090
|
-
|
|
11091
|
-
|
|
11092
|
-
|
|
11093
|
-
|
|
11094
|
-
|
|
11095
|
-
|
|
11093
|
+
mm as CreateCancellationTransactionRequestBodySchema,
|
|
11094
|
+
dm as CreatePolicyChangeTransactionRequestBodySchema,
|
|
11095
|
+
um as CreateRenewalTransactionRequestBodySchema,
|
|
11096
|
+
cm as CreateTransactionRequestBodySchema,
|
|
11097
|
+
Li as CreditItemContainerTypeEnumSchema,
|
|
11098
|
+
Et as CreditItemSchema,
|
|
11096
11099
|
Os as DROPZONE_3G2_ACCEPTED_FILE_TYPES,
|
|
11097
11100
|
Ms as DROPZONE_3GP_ACCEPTED_FILE_TYPES,
|
|
11098
11101
|
Ns as DROPZONE_GZIP_ACCEPTED_FILE_TYPES,
|
|
11099
11102
|
xa as DROPZONE_MIDI_ACCEPTED_FILE_TYPES,
|
|
11100
11103
|
Is as DROPZONE_XML_ACCEPTED_FILE_TYPES,
|
|
11101
11104
|
Bs as DROPZONE_ZIP_ACCEPTED_FILE_TYPES,
|
|
11102
|
-
|
|
11105
|
+
xd as DatetimeWithOffsetZ,
|
|
11103
11106
|
y as DatetimeZ,
|
|
11104
|
-
|
|
11107
|
+
vi as DayOfWeekEnumSchema,
|
|
11105
11108
|
gc as DeleteChangeInstructionResponseSchema,
|
|
11106
|
-
|
|
11109
|
+
Qd as DelinquencyPlanUpdateRequestSchema,
|
|
11107
11110
|
Hs as DeploymentMetadataSchema,
|
|
11108
|
-
|
|
11109
|
-
|
|
11111
|
+
Om as DiariesListResponseSchema,
|
|
11112
|
+
Bm as DiaryByRefParamsSchema,
|
|
11110
11113
|
vd as DiaryEntryBffSchema,
|
|
11111
|
-
|
|
11112
|
-
|
|
11113
|
-
|
|
11114
|
+
dr as DiaryEntryCreateRequestSchema,
|
|
11115
|
+
Vm as DiaryEntryListResponseBffSchema,
|
|
11116
|
+
Mm as DiaryEntryListResponseSchema,
|
|
11114
11117
|
ba as DiaryEntrySchema,
|
|
11115
|
-
|
|
11116
|
-
|
|
11117
|
-
|
|
11118
|
-
|
|
11119
|
-
|
|
11120
|
-
|
|
11121
|
-
|
|
11122
|
-
|
|
11123
|
-
|
|
11124
|
-
|
|
11118
|
+
Im as DiaryEntryUpdateRequestSchema,
|
|
11119
|
+
Nm as DiaryIdParamsSchema,
|
|
11120
|
+
_n as DiaryIdSchema,
|
|
11121
|
+
Pi as DiaryReferenceTypeEnumSchema,
|
|
11122
|
+
Bi as DiaryStateEnumSchema,
|
|
11123
|
+
wm as DisbursementCreateRequestSchema,
|
|
11124
|
+
sl as DisbursementIdSchema,
|
|
11125
|
+
_m as DisbursementListResponseSchema,
|
|
11126
|
+
bl as DisbursementRefRecordSchema,
|
|
11127
|
+
hl as DisbursementRefSchema,
|
|
11125
11128
|
cd as DisbursementResponseSchema,
|
|
11126
|
-
|
|
11127
|
-
|
|
11128
|
-
|
|
11129
|
+
xi as DisbursementStateEnumSchema,
|
|
11130
|
+
xm as DisbursementUpdateReplaceDataRequestSchema,
|
|
11131
|
+
km as DisbursementUpdateRequestSchema,
|
|
11129
11132
|
Jt as DocumentFormatEnumSchema,
|
|
11130
11133
|
lt as DocumentIdSchema,
|
|
11131
|
-
|
|
11132
|
-
|
|
11133
|
-
|
|
11134
|
-
|
|
11135
|
-
|
|
11136
|
-
|
|
11134
|
+
Hn as DocumentInstanceResponseSchema,
|
|
11135
|
+
am as DocumentInstanceSchema,
|
|
11136
|
+
Si as DocumentInstanceStateEnumSchema,
|
|
11137
|
+
Yu as DocumentListResponseSchema,
|
|
11138
|
+
Sl as DocumentRefRecordSchema,
|
|
11139
|
+
vl as DocumentRefSchema,
|
|
11137
11140
|
wd as DocumentReferenceTypeEnumSchema,
|
|
11138
|
-
|
|
11141
|
+
Ri as DocumentScopeEnumSchema,
|
|
11139
11142
|
_d as DocumentStateEnumSchema,
|
|
11140
|
-
|
|
11141
|
-
|
|
11142
|
-
|
|
11143
|
+
Ci as DocumentTriggerEnumSchema,
|
|
11144
|
+
Ye as DurationBasisEnumSchema,
|
|
11145
|
+
ji as ElementCategoryEnumSchema,
|
|
11143
11146
|
ua as ElementCreateRequestSchema,
|
|
11144
11147
|
te as ElementIdSchema,
|
|
11145
|
-
|
|
11146
|
-
|
|
11147
|
-
|
|
11148
|
-
|
|
11148
|
+
Rn as ElementResponseSchema,
|
|
11149
|
+
ls as ElementUpdateRequestSchema,
|
|
11150
|
+
Du as FILE_EXTENSIONS_TO_MIME_TYPES,
|
|
11151
|
+
Em as FetchUserAssignmentsParamsSchema,
|
|
11149
11152
|
dd as FormerUserResponseBffSchema,
|
|
11150
|
-
|
|
11151
|
-
|
|
11152
|
-
|
|
11153
|
-
|
|
11154
|
-
|
|
11155
|
-
|
|
11156
|
-
|
|
11157
|
-
|
|
11153
|
+
Bu as IdentityProviderCreateRequestSchema,
|
|
11154
|
+
Nu as IdentityProviderResponseSchema,
|
|
11155
|
+
Tl as InstallmentPlanRecordSchema,
|
|
11156
|
+
jl as InstallmentPlanRefSchema,
|
|
11157
|
+
Cn as InstallmentPreferencesSchema,
|
|
11158
|
+
kd as InvoiceStateEnumSchema,
|
|
11159
|
+
Ku as ListBasicUserResponseSchema,
|
|
11160
|
+
Ou as ListRoleResponseSchema,
|
|
11161
|
+
zu as ListTenantResponseSchema,
|
|
11158
11162
|
w as MapStringAnyZ,
|
|
11159
11163
|
M as MapStringStringZ,
|
|
11160
|
-
|
|
11164
|
+
Ti as MatchEnum,
|
|
11161
11165
|
V as MimeType,
|
|
11162
11166
|
Ad as MimeTypeEnumSchema,
|
|
11163
11167
|
pc as ModifyChangeInstructionResponseSchema,
|
|
11164
11168
|
fc as ParamsChangeInstructionCreateRequestSchema,
|
|
11165
|
-
|
|
11166
|
-
|
|
11167
|
-
|
|
11168
|
-
|
|
11169
|
-
|
|
11170
|
-
|
|
11171
|
-
|
|
11172
|
-
|
|
11173
|
-
|
|
11169
|
+
er as ParamsChangeInstructionResponseSchema,
|
|
11170
|
+
Jd as ParamsPolicyIdSchema,
|
|
11171
|
+
ku as PaymentRequestSchema,
|
|
11172
|
+
_e as PolicyIdSchema,
|
|
11173
|
+
Vd as PolicyListResponseSchema,
|
|
11174
|
+
we as PolicyPreferencesSchema,
|
|
11175
|
+
Hd as PolicyResponseArraySchema,
|
|
11176
|
+
En as PolicyResponseSchema,
|
|
11177
|
+
Wd as PolicySnapshotResponseSchema,
|
|
11174
11178
|
W as PolicyTransactionIdSchema,
|
|
11175
|
-
|
|
11179
|
+
sm as PolicyTransactionListResponseSchema,
|
|
11176
11180
|
yc as PolicyTransactionResponseSchema,
|
|
11177
|
-
|
|
11178
|
-
|
|
11179
|
-
|
|
11180
|
-
|
|
11181
|
-
|
|
11182
|
-
|
|
11183
|
-
|
|
11184
|
-
|
|
11181
|
+
pm as PolicyTransactionReversalRequestSchema,
|
|
11182
|
+
qn as PreferencesSchema,
|
|
11183
|
+
_l as PropertyRefSchema,
|
|
11184
|
+
hm as QuoteCreateRequestSchema,
|
|
11185
|
+
Tm as QuoteGroupAssignmentRequestSchema,
|
|
11186
|
+
Qe as QuoteIdSchema,
|
|
11187
|
+
fm as QuoteListResponseSchema,
|
|
11188
|
+
vm as QuotePriceResponseSchema,
|
|
11185
11189
|
Tc as QuoteResponseSchema,
|
|
11186
11190
|
Yt as QuoteStateEnumSchema,
|
|
11187
|
-
|
|
11188
|
-
|
|
11189
|
-
|
|
11191
|
+
jm as QuoteUnderwritingFlagsResponseSchema,
|
|
11192
|
+
Sm as QuoteUnderwritingResponseSchema,
|
|
11193
|
+
bm as QuoteUpdateRequestSchema,
|
|
11190
11194
|
Kt as ReferenceTypeEnumSchema,
|
|
11191
|
-
|
|
11192
|
-
|
|
11193
|
-
|
|
11194
|
-
|
|
11195
|
+
ki as ResetFlagsActionEnumSchema,
|
|
11196
|
+
Am as ResetOptionsSchema,
|
|
11197
|
+
Iu as RoleCreateRequestSchema,
|
|
11198
|
+
Ld as RoleIdSchema,
|
|
11195
11199
|
Vs as RoleResponseSchema,
|
|
11196
|
-
|
|
11197
|
-
|
|
11198
|
-
|
|
11200
|
+
Mu as RoleUpdateRequestSchema,
|
|
11201
|
+
Pu as SPECIAL_FILE_EXTENSIONS,
|
|
11202
|
+
rm as SearchByTokenQueryParamsSchema,
|
|
11199
11203
|
Ya as SearchEntityTypeEnum,
|
|
11200
|
-
|
|
11204
|
+
nm as SearchParamSchema,
|
|
11201
11205
|
cc as SearchQueryParamsSchema,
|
|
11202
|
-
|
|
11203
|
-
|
|
11206
|
+
om as SearchRequestSchema,
|
|
11207
|
+
im as SearchResponseSchema,
|
|
11204
11208
|
uc as SearchResultSchema,
|
|
11205
11209
|
dc as SearchTermRequestSchema,
|
|
11206
11210
|
ia as SegmentIdSchema,
|
|
11207
|
-
|
|
11208
|
-
|
|
11209
|
-
|
|
11210
|
-
|
|
11211
|
-
|
|
11211
|
+
ss as SegmentSchema,
|
|
11212
|
+
Ai as SegmentTypeEnumSchema,
|
|
11213
|
+
Ei as SelectionTimeBasisEnum,
|
|
11214
|
+
$d as StaticDataUpdateRequestSchema,
|
|
11215
|
+
Fu as TenantDeploymentResultSchema,
|
|
11212
11216
|
Te as TenantIdSchema,
|
|
11213
11217
|
sc as TenantLocatorSchema,
|
|
11214
11218
|
Q as TenantQualificationsParamsSchema,
|
|
11215
|
-
|
|
11219
|
+
$m as TenantQualificationsResponseSchema,
|
|
11216
11220
|
Ws as TenantResponseSchema,
|
|
11217
|
-
|
|
11218
|
-
|
|
11221
|
+
Gu as TenantUpdateRequestSchema,
|
|
11222
|
+
Tn as TermIdSchema,
|
|
11219
11223
|
Qt as TransactionCategoryEnumSchema,
|
|
11220
11224
|
Xt as TransactionMethodEnumSchema,
|
|
11221
11225
|
bc as TransactionPriceResponseSchema,
|
|
11222
|
-
|
|
11226
|
+
cs as TransactionSnapshotResponseSchema,
|
|
11223
11227
|
Ht as TransactionStateEnumSchema,
|
|
11224
|
-
|
|
11228
|
+
ym as TransactionUnderwritingFlagsResponseSchema,
|
|
11225
11229
|
Sc as TransactionUnderwritingResponseSchema,
|
|
11226
11230
|
v as ULIDZ,
|
|
11227
|
-
|
|
11231
|
+
wt as UUIDZ,
|
|
11228
11232
|
jc as UnderwritingFlagCreateRequestSchema,
|
|
11229
11233
|
be as UnderwritingFlagResponseSchema,
|
|
11230
11234
|
Xa as UnderwritingFlagsLevelEnumSchema,
|
|
11231
|
-
|
|
11232
|
-
|
|
11233
|
-
|
|
11234
|
-
|
|
11235
|
-
|
|
11235
|
+
_i as UnderwritingFlagsReferenceTypeEnumSchema,
|
|
11236
|
+
gm as UnderwritingFlagsUpdateRequestSchema,
|
|
11237
|
+
Kd as UpdateBillingLevelRequestSchema,
|
|
11238
|
+
qm as UserActivitiesParamsSchema,
|
|
11239
|
+
Wu as UserCreateRequestSchema,
|
|
11236
11240
|
_ as UserIdSchema,
|
|
11237
|
-
|
|
11238
|
-
|
|
11239
|
-
|
|
11240
|
-
|
|
11241
|
-
|
|
11242
|
-
|
|
11243
|
-
|
|
11244
|
-
|
|
11241
|
+
Hu as UserListResponseSchema,
|
|
11242
|
+
Lm as UserQualificationsParamsSchema,
|
|
11243
|
+
Wm as UserQualificationsResponseSchema,
|
|
11244
|
+
Km as UserQualificationsUpdateRequestSchema,
|
|
11245
|
+
Kn as UserResponseSchema,
|
|
11246
|
+
Zu as UserRolesUpdateRequestSchema,
|
|
11247
|
+
Uu as UserTenantsAssignmentsUpdateRequestSchema,
|
|
11248
|
+
Qu as UserUpdateRequestSchema,
|
|
11245
11249
|
Ys as UserWithQualsBffSchema,
|
|
11246
|
-
|
|
11247
|
-
|
|
11250
|
+
Ju as UserWithQualsListResponseBffSchema,
|
|
11251
|
+
dl as ValidationItemSchema,
|
|
11248
11252
|
sa as ValidationResultSchema,
|
|
11249
|
-
|
|
11250
|
-
|
|
11253
|
+
wi as WeekOfMonthEnumSchema,
|
|
11254
|
+
Al as WorkManagementRefSchema,
|
|
11251
11255
|
ea as WorkManagementReferenceTypeEnumSchema,
|
|
11252
|
-
|
|
11253
|
-
|
|
11254
|
-
|
|
11255
|
-
|
|
11256
|
-
|
|
11257
|
-
|
|
11258
|
-
|
|
11259
|
-
|
|
11260
|
-
|
|
11261
|
-
|
|
11256
|
+
qu as ZIP_ACCEPTED_FILE_TYPES,
|
|
11257
|
+
Bn as accountBillingLevelEnumSchema,
|
|
11258
|
+
Ro as accountConfigRecordSchema,
|
|
11259
|
+
Lo as accountConfigSchema,
|
|
11260
|
+
Yd as accountCreateSchema,
|
|
11261
|
+
eu as accountResponseSchema,
|
|
11262
|
+
Pn as accountStateEnumSchema,
|
|
11263
|
+
Xd as accountUpdateSchema,
|
|
11264
|
+
du as addChangeInstructionCreateRequestSchema,
|
|
11265
|
+
uu as addChangeInstructionResponseSchema,
|
|
11262
11266
|
_s as advanceLapseToEnumSchema,
|
|
11263
|
-
|
|
11264
|
-
|
|
11265
|
-
|
|
11266
|
-
|
|
11267
|
-
|
|
11268
|
-
|
|
11269
|
-
|
|
11270
|
-
|
|
11271
|
-
|
|
11272
|
-
|
|
11267
|
+
Nl as advanceLapseToSchema,
|
|
11268
|
+
jo as anchorModeEnumSchema,
|
|
11269
|
+
To as anchorTypeEnumSchema,
|
|
11270
|
+
wl as autoRenewalPlanSchema,
|
|
11271
|
+
bt as billingLevelEnumSchema,
|
|
11272
|
+
xl as bootstrapResourceGroupSchema,
|
|
11273
|
+
Ll as bootstrapResourceInstance,
|
|
11274
|
+
Rl as bootstrapResourcesSchema,
|
|
11275
|
+
El as bootstrapSchema,
|
|
11276
|
+
Ao as cadenceEnumSchema,
|
|
11273
11277
|
vs as chargeCategoryEnumSchema,
|
|
11274
11278
|
Ss as chargeCategorySchema,
|
|
11275
11279
|
js as chargeResponseSchema,
|
|
11276
|
-
|
|
11277
|
-
|
|
11278
|
-
|
|
11279
|
-
|
|
11280
|
-
|
|
11281
|
-
|
|
11282
|
-
|
|
11283
|
-
|
|
11280
|
+
xo as constraintConfigSchema,
|
|
11281
|
+
Md as constraintEvaluationResponseSchema,
|
|
11282
|
+
Dl as coverageTermOptionSchema,
|
|
11283
|
+
ql as coverageTermSchema,
|
|
11284
|
+
Pl as coverageTermsRecordSchema,
|
|
11285
|
+
Lu as creditDistributionRequestSchema,
|
|
11286
|
+
Ru as creditDistributionResponseSchema,
|
|
11287
|
+
Eu as creditDistributionReverseRequestSchema,
|
|
11284
11288
|
Cs as creditDistributionStateEnumSchema,
|
|
11285
11289
|
Ls as creditItemContainerTypeEnumSchema,
|
|
11286
11290
|
he as creditItemSchema,
|
|
11287
11291
|
ht as currencyEnumSchema,
|
|
11288
|
-
|
|
11289
|
-
|
|
11290
|
-
|
|
11291
|
-
|
|
11292
|
-
|
|
11293
|
-
|
|
11292
|
+
Pd as dataModelSchema,
|
|
11293
|
+
Jl as dataTypeConfigSchema,
|
|
11294
|
+
Bd as dataTypesRecordSchema,
|
|
11295
|
+
_o as dayOfWeekEnumSchema,
|
|
11296
|
+
mu as deleteChangeInstructionCreateRequestSchema,
|
|
11297
|
+
pu as deleteChangeInstructionResponseSchema,
|
|
11294
11298
|
ws as delinquencyLevelEnumSchema,
|
|
11295
|
-
|
|
11296
|
-
|
|
11297
|
-
|
|
11298
|
-
|
|
11299
|
-
|
|
11300
|
-
|
|
11299
|
+
Bl as delinquencyLevelSchema,
|
|
11300
|
+
Ml as delinquencyPlanRecordsSchema,
|
|
11301
|
+
Il as delinquencyPlanSchema,
|
|
11302
|
+
_u as delinquencyReferenceSchema,
|
|
11303
|
+
Au as delinquencyReferenceTypeEnumSchema,
|
|
11304
|
+
wu as delinquencyResponseSchema,
|
|
11301
11305
|
xs as delinquencySettingsSchema,
|
|
11302
11306
|
ks as delinquencyStateEnumSchema,
|
|
11303
|
-
|
|
11307
|
+
su as documentInstanceResponseSchema,
|
|
11304
11308
|
Ft as documentReferenceTypeEnumSchema,
|
|
11305
11309
|
Gt as documentStateEnumSchema,
|
|
11306
|
-
|
|
11310
|
+
In as documentSummarySchema,
|
|
11307
11311
|
Vt as durationBasisSchema,
|
|
11308
|
-
|
|
11309
|
-
|
|
11310
|
-
|
|
11312
|
+
Le as elementConfigRecordSchema,
|
|
11313
|
+
Ol as elementConfigSchema,
|
|
11314
|
+
Od as elementCreateRequestSchema,
|
|
11311
11315
|
ca as elementRequestSchema,
|
|
11312
11316
|
da as elementResponseSchema,
|
|
11313
11317
|
gs as elementSummarySchema,
|
|
11314
|
-
|
|
11318
|
+
Id as evaluateConstraintsRequestSchema,
|
|
11315
11319
|
Td as fieldConfigRecordSchema,
|
|
11316
11320
|
le as fieldConfigSchema,
|
|
11317
|
-
|
|
11321
|
+
cl as genericArray,
|
|
11318
11322
|
E as genericListResponseSchema,
|
|
11319
11323
|
As as invoiceItemResponseSchema,
|
|
11320
|
-
|
|
11324
|
+
Tu as invoiceResponseSchema,
|
|
11321
11325
|
Ts as invoiceStateEnumSchema,
|
|
11322
11326
|
qs as ledgerAccountAccountingTypeEnumSchema,
|
|
11323
11327
|
Ps as ledgerAccountLineItemSchema,
|
|
11324
11328
|
Ds as ledgerAccountReferenceTypeEnumSchema,
|
|
11325
|
-
|
|
11326
|
-
|
|
11327
|
-
|
|
11328
|
-
|
|
11329
|
-
|
|
11330
|
-
|
|
11331
|
-
|
|
11332
|
-
|
|
11333
|
-
|
|
11329
|
+
Cu as ledgerAccountResponseSchema,
|
|
11330
|
+
gu as modifyChangeInstructionCreateRequestSchema,
|
|
11331
|
+
yu as modifyChangeInstructionResponseSchema,
|
|
11332
|
+
au as optionalQuantifiersSchema,
|
|
11333
|
+
fu as paramsChangeInstructionCreateRequestSchema,
|
|
11334
|
+
hu as paramsChangeInstructionResponseSchema,
|
|
11335
|
+
Ul as paymentConfigRecordSchema,
|
|
11336
|
+
Zl as paymentConfigSchema,
|
|
11337
|
+
xu as paymentResponseSchema,
|
|
11334
11338
|
ds as policyBillingLevelEnumSchema,
|
|
11335
11339
|
us as policyBillingTriggerEnumSchema,
|
|
11336
11340
|
ma as policyDurationBasisEnumSchema,
|
|
11337
|
-
|
|
11338
|
-
|
|
11339
|
-
|
|
11340
|
-
|
|
11341
|
-
|
|
11341
|
+
nu as policyResponseSchema,
|
|
11342
|
+
lu as policySnapshotResponseSchema,
|
|
11343
|
+
ou as policyTermResponseSchema,
|
|
11344
|
+
iu as policyTermSummaryResponse,
|
|
11345
|
+
cu as policyTransactionResponseSchema,
|
|
11342
11346
|
Za as preferencesResponseSchema,
|
|
11343
|
-
|
|
11344
|
-
|
|
11345
|
-
|
|
11346
|
-
|
|
11347
|
-
|
|
11348
|
-
|
|
11349
|
-
|
|
11350
|
-
|
|
11351
|
-
|
|
11352
|
-
|
|
11353
|
-
|
|
11354
|
-
|
|
11355
|
-
|
|
11356
|
-
|
|
11357
|
-
|
|
11358
|
-
|
|
11359
|
-
|
|
11360
|
-
|
|
11361
|
-
|
|
11362
|
-
|
|
11363
|
-
|
|
11347
|
+
Gl as productConfigRecordSchema,
|
|
11348
|
+
Fl as productConfigSchema,
|
|
11349
|
+
tu as quantifiersSchema,
|
|
11350
|
+
es as quoteBillingLevelEnumSchema,
|
|
11351
|
+
Xl as quoteBillingTriggerEnumSchema,
|
|
11352
|
+
Nd as quoteDependencyMapResponseSchema,
|
|
11353
|
+
Ln as quoteDurationBasisEnumSchema,
|
|
11354
|
+
as as quotePriceChargeCategoryEnum,
|
|
11355
|
+
ns as quotePriceChargeResponseSchema,
|
|
11356
|
+
zd as quotePriceResponseSchema,
|
|
11357
|
+
Zd as quoteRequestSchema,
|
|
11358
|
+
Ud as quoteResponseSchema,
|
|
11359
|
+
Yl as quoteStateEnumSchema,
|
|
11360
|
+
xn as quoteStateSchema,
|
|
11361
|
+
Fd as quoteUnderwritingFlagsResponse,
|
|
11362
|
+
rs as resetQuoteFlagsActionEnumSchema,
|
|
11363
|
+
Gd as resetQuoteRequestSchema,
|
|
11364
|
+
Su as resetTransactionOptionsRequestSchema,
|
|
11365
|
+
Vl as reversalCreditTypeEnumSchema,
|
|
11366
|
+
$l as reversalTypeSchema,
|
|
11367
|
+
Wl as reversalTypesRecordsSchema,
|
|
11364
11368
|
ms as segmentResponseSchema,
|
|
11365
11369
|
ys as subsegmentSummarySchema,
|
|
11366
11370
|
$s as tenantTypeEnumSchema,
|
|
11367
|
-
|
|
11371
|
+
ru as termSummarySchema,
|
|
11368
11372
|
Sd as timezoneEnumSchema,
|
|
11369
|
-
|
|
11373
|
+
kt as transactionCategoryEnumSchema,
|
|
11370
11374
|
Rs as transactionMethodEnumSchema,
|
|
11371
|
-
|
|
11375
|
+
bu as transactionPriceResponseSchema,
|
|
11372
11376
|
ps as transactionSnapshotResponseSchema,
|
|
11373
11377
|
pa as transactionStateEnumSchema,
|
|
11374
|
-
|
|
11375
|
-
|
|
11376
|
-
|
|
11377
|
-
|
|
11378
|
-
|
|
11379
|
-
|
|
11378
|
+
Kl as transactionTypeCategorySchema,
|
|
11379
|
+
Ql as transactionTypeSchema,
|
|
11380
|
+
Hl as transactionTypesRecordsSchema,
|
|
11381
|
+
ju as transactionUnderwritingFlagsResponse,
|
|
11382
|
+
vu as transactionUnderwritingResponseSchema,
|
|
11383
|
+
ko as underwritingFlagCreateRequestSchema,
|
|
11380
11384
|
Ua as underwritingFlagEnumSchema,
|
|
11381
|
-
|
|
11385
|
+
We as underwritingFlagResponseSchema,
|
|
11382
11386
|
jd as underwritingFlagsUpdateRequestSchema,
|
|
11383
11387
|
za as underwritingStatusEnumSchema,
|
|
11384
11388
|
ve as validationResultSchema,
|
|
11385
|
-
|
|
11389
|
+
wo as weekOfMonthEnumSchema
|
|
11386
11390
|
};
|
|
11387
11391
|
//# sourceMappingURL=index.es.js.map
|