@socotra/ec-react-schemas 2.15.0-next.5 → 2.15.0-next.7
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 +401 -0
- package/dist/index.es.js +889 -873
- 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 It;
|
|
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
|
+
})(It || (It = {}));
|
|
45
45
|
const p = A.arrayToEnum([
|
|
46
46
|
"string",
|
|
47
47
|
"nan",
|
|
@@ -162,7 +162,7 @@ class E extends Error {
|
|
|
162
162
|
}
|
|
163
163
|
}
|
|
164
164
|
E.create = (n) => new E(n);
|
|
165
|
-
const
|
|
165
|
+
const ge = (n, t) => {
|
|
166
166
|
let a;
|
|
167
167
|
switch (n.code) {
|
|
168
168
|
case c.invalid_type:
|
|
@@ -218,12 +218,12 @@ const pe = (n, t) => {
|
|
|
218
218
|
}
|
|
219
219
|
return { message: a };
|
|
220
220
|
};
|
|
221
|
-
let
|
|
221
|
+
let Ea = ge;
|
|
222
222
|
function cr(n) {
|
|
223
|
-
|
|
223
|
+
Ea = n;
|
|
224
224
|
}
|
|
225
225
|
function st() {
|
|
226
|
-
return
|
|
226
|
+
return Ea;
|
|
227
227
|
}
|
|
228
228
|
const ct = (n) => {
|
|
229
229
|
const { data: t, path: a, errorMaps: r, issueData: o } = n, i = [...a, ...o.path || []], l = {
|
|
@@ -258,7 +258,7 @@ function d(n, t) {
|
|
|
258
258
|
// then schema-bound map if available
|
|
259
259
|
a,
|
|
260
260
|
// then global override map
|
|
261
|
-
a ===
|
|
261
|
+
a === ge ? void 0 : ge
|
|
262
262
|
// then global default map
|
|
263
263
|
].filter((o) => !!o)
|
|
264
264
|
});
|
|
@@ -307,12 +307,12 @@ class x {
|
|
|
307
307
|
}
|
|
308
308
|
const h = Object.freeze({
|
|
309
309
|
status: "aborted"
|
|
310
|
-
}),
|
|
310
|
+
}), me = (n) => ({ status: "dirty", value: n }), L = (n) => ({ status: "valid", value: n }), Mt = (n) => n.status === "aborted", Ot = (n) => n.status === "dirty", re = (n) => n.status === "valid", qe = (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);
|
|
314
314
|
}
|
|
315
|
-
function
|
|
315
|
+
function Ca(n, t, a, r, o) {
|
|
316
316
|
if (typeof t == "function" ? n !== t || !0 : !t.has(n)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
|
317
317
|
return t.set(n, a), a;
|
|
318
318
|
}
|
|
@@ -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 Ee, Ce;
|
|
324
324
|
class Z {
|
|
325
325
|
constructor(t, a, r, o) {
|
|
326
326
|
this._cachedPath = [], this.parent = t, this.data = a, this._path = r, this._key = o;
|
|
@@ -329,8 +329,8 @@ class Z {
|
|
|
329
329
|
return this._cachedPath.length || (this._key instanceof Array ? this._cachedPath.push(...this._path, ...this._key) : this._cachedPath.push(...this._path, this._key)), this._cachedPath;
|
|
330
330
|
}
|
|
331
331
|
}
|
|
332
|
-
const
|
|
333
|
-
if (
|
|
332
|
+
const Sa = (n, t) => {
|
|
333
|
+
if (re(t))
|
|
334
334
|
return { success: !0, data: t.value };
|
|
335
335
|
if (!n.common.issues.length)
|
|
336
336
|
throw new Error("Validation failed but no issues detected.");
|
|
@@ -416,7 +416,7 @@ class T {
|
|
|
416
416
|
data: t,
|
|
417
417
|
parsedType: $(t)
|
|
418
418
|
}, i = this._parseSync({ data: t, path: o.path, parent: o });
|
|
419
|
-
return
|
|
419
|
+
return Sa(o, i);
|
|
420
420
|
}
|
|
421
421
|
"~validate"(t) {
|
|
422
422
|
var a, r;
|
|
@@ -434,7 +434,7 @@ class T {
|
|
|
434
434
|
if (!this["~standard"].async)
|
|
435
435
|
try {
|
|
436
436
|
const i = this._parseSync({ data: t, path: [], parent: o });
|
|
437
|
-
return
|
|
437
|
+
return re(i) ? {
|
|
438
438
|
value: i.value
|
|
439
439
|
} : {
|
|
440
440
|
issues: o.common.issues
|
|
@@ -445,7 +445,7 @@ class T {
|
|
|
445
445
|
async: !0
|
|
446
446
|
};
|
|
447
447
|
}
|
|
448
|
-
return this._parseAsync({ data: t, path: [], parent: o }).then((i) =>
|
|
448
|
+
return this._parseAsync({ data: t, path: [], parent: o }).then((i) => re(i) ? {
|
|
449
449
|
value: i.value
|
|
450
450
|
} : {
|
|
451
451
|
issues: o.common.issues
|
|
@@ -470,7 +470,7 @@ class T {
|
|
|
470
470
|
data: t,
|
|
471
471
|
parsedType: $(t)
|
|
472
472
|
}, o = this._parse({ data: t, path: r.path, parent: r }), i = await (qe(o) ? o : Promise.resolve(o));
|
|
473
|
-
return
|
|
473
|
+
return Sa(r, i);
|
|
474
474
|
}
|
|
475
475
|
refine(t, a) {
|
|
476
476
|
const r = (o) => typeof a == "string" || typeof a > "u" ? { message: a } : typeof a == "function" ? a(o) : a;
|
|
@@ -506,7 +506,7 @@ class T {
|
|
|
506
506
|
return O.create(this, this._def);
|
|
507
507
|
}
|
|
508
508
|
nullable() {
|
|
509
|
-
return
|
|
509
|
+
return ee.create(this, this._def);
|
|
510
510
|
}
|
|
511
511
|
nullish() {
|
|
512
512
|
return this.nullable().optional();
|
|
@@ -515,7 +515,7 @@ class T {
|
|
|
515
515
|
return N.create(this);
|
|
516
516
|
}
|
|
517
517
|
promise() {
|
|
518
|
-
return
|
|
518
|
+
return fe.create(this, this._def);
|
|
519
519
|
}
|
|
520
520
|
or(t) {
|
|
521
521
|
return Ie.create([this, t], this._def);
|
|
@@ -541,7 +541,7 @@ class T {
|
|
|
541
541
|
});
|
|
542
542
|
}
|
|
543
543
|
brand() {
|
|
544
|
-
return new
|
|
544
|
+
return new Ut({
|
|
545
545
|
typeName: f.ZodBranded,
|
|
546
546
|
type: this,
|
|
547
547
|
...j(this._def)
|
|
@@ -577,17 +577,17 @@ class T {
|
|
|
577
577
|
}
|
|
578
578
|
}
|
|
579
579
|
const ur = /^c[^\s-]{8,}$/i, mr = /^[0-9a-z]+$/, pr = /^[0-9A-HJKMNP-TV-Z]{26}$/i, gr = /^[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, yr = /^[a-z0-9_-]{21}$/i, fr = /^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/, hr = /^[-+]?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)?)??$/, br = /^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i, vr = "^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";
|
|
580
|
-
let
|
|
581
|
-
const Sr = /^(?:(?: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])$/, jr = /^(?:(?: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])$/, Tr = /^(([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]))$/, Ar = /^(([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])$/, _r = /^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/, wr = /^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,
|
|
582
|
-
function
|
|
580
|
+
let Ct;
|
|
581
|
+
const Sr = /^(?:(?: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])$/, jr = /^(?:(?: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])$/, Tr = /^(([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]))$/, Ar = /^(([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])$/, _r = /^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/, wr = /^([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])))", kr = new RegExp(`^${Da}$`);
|
|
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
586
|
function xr(n) {
|
|
587
|
-
return new RegExp(`^${
|
|
587
|
+
return new RegExp(`^${qa(n)}$`);
|
|
588
588
|
}
|
|
589
|
-
function
|
|
590
|
-
let t = `${
|
|
589
|
+
function Pa(n) {
|
|
590
|
+
let t = `${Da}T${qa(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
|
}
|
|
@@ -662,7 +662,7 @@ class B extends T {
|
|
|
662
662
|
message: i.message
|
|
663
663
|
}), r.dirty());
|
|
664
664
|
else if (i.kind === "emoji")
|
|
665
|
-
|
|
665
|
+
Ct || (Ct = new RegExp(vr, "u")), Ct.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
|
|
@@ -723,7 +723,7 @@ class B extends T {
|
|
|
723
723
|
code: c.invalid_string,
|
|
724
724
|
validation: { endsWith: i.value },
|
|
725
725
|
message: i.message
|
|
726
|
-
}), r.dirty()) : i.kind === "datetime" ?
|
|
726
|
+
}), r.dirty()) : i.kind === "datetime" ? Pa(i).test(t.data) || (o = this._getOrReturnCtx(t, o), d(o, {
|
|
727
727
|
code: c.invalid_string,
|
|
728
728
|
validation: "datetime",
|
|
729
729
|
message: i.message
|
|
@@ -998,7 +998,7 @@ function Cr(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
|
}
|
|
1001
|
-
class
|
|
1001
|
+
class J extends T {
|
|
1002
1002
|
constructor() {
|
|
1003
1003
|
super(...arguments), this.min = this.gte, this.max = this.lte, this.step = this.multipleOf;
|
|
1004
1004
|
}
|
|
@@ -1056,7 +1056,7 @@ class H extends T {
|
|
|
1056
1056
|
return this.setLimit("max", t, !1, g.toString(a));
|
|
1057
1057
|
}
|
|
1058
1058
|
setLimit(t, a, r, o) {
|
|
1059
|
-
return new
|
|
1059
|
+
return new J({
|
|
1060
1060
|
...this._def,
|
|
1061
1061
|
checks: [
|
|
1062
1062
|
...this._def.checks,
|
|
@@ -1070,7 +1070,7 @@ class H extends T {
|
|
|
1070
1070
|
});
|
|
1071
1071
|
}
|
|
1072
1072
|
_addCheck(t) {
|
|
1073
|
-
return new
|
|
1073
|
+
return new J({
|
|
1074
1074
|
...this._def,
|
|
1075
1075
|
checks: [...this._def.checks, t]
|
|
1076
1076
|
});
|
|
@@ -1164,13 +1164,13 @@ class H extends T {
|
|
|
1164
1164
|
return Number.isFinite(a) && Number.isFinite(t);
|
|
1165
1165
|
}
|
|
1166
1166
|
}
|
|
1167
|
-
|
|
1167
|
+
J.create = (n) => new J({
|
|
1168
1168
|
checks: [],
|
|
1169
1169
|
typeName: f.ZodNumber,
|
|
1170
1170
|
coerce: (n == null ? void 0 : n.coerce) || !1,
|
|
1171
1171
|
...j(n)
|
|
1172
1172
|
});
|
|
1173
|
-
class
|
|
1173
|
+
class Y extends T {
|
|
1174
1174
|
constructor() {
|
|
1175
1175
|
super(...arguments), this.min = this.gte, this.max = this.lte;
|
|
1176
1176
|
}
|
|
@@ -1226,7 +1226,7 @@ class J extends T {
|
|
|
1226
1226
|
return this.setLimit("max", t, !1, g.toString(a));
|
|
1227
1227
|
}
|
|
1228
1228
|
setLimit(t, a, r, o) {
|
|
1229
|
-
return new
|
|
1229
|
+
return new Y({
|
|
1230
1230
|
...this._def,
|
|
1231
1231
|
checks: [
|
|
1232
1232
|
...this._def.checks,
|
|
@@ -1240,7 +1240,7 @@ class J extends T {
|
|
|
1240
1240
|
});
|
|
1241
1241
|
}
|
|
1242
1242
|
_addCheck(t) {
|
|
1243
|
-
return new
|
|
1243
|
+
return new Y({
|
|
1244
1244
|
...this._def,
|
|
1245
1245
|
checks: [...this._def.checks, t]
|
|
1246
1246
|
});
|
|
@@ -1297,9 +1297,9 @@ class J extends T {
|
|
|
1297
1297
|
return t;
|
|
1298
1298
|
}
|
|
1299
1299
|
}
|
|
1300
|
-
|
|
1300
|
+
Y.create = (n) => {
|
|
1301
1301
|
var t;
|
|
1302
|
-
return new
|
|
1302
|
+
return new Y({
|
|
1303
1303
|
checks: [],
|
|
1304
1304
|
typeName: f.ZodBigInt,
|
|
1305
1305
|
coerce: (t = n == null ? void 0 : n.coerce) !== null && t !== void 0 ? t : !1,
|
|
@@ -1324,7 +1324,7 @@ Pe.create = (n) => new Pe({
|
|
|
1324
1324
|
coerce: (n == null ? void 0 : n.coerce) || !1,
|
|
1325
1325
|
...j(n)
|
|
1326
1326
|
});
|
|
1327
|
-
class
|
|
1327
|
+
class oe extends T {
|
|
1328
1328
|
_parse(t) {
|
|
1329
1329
|
if (this._def.coerce && (t.data = new Date(t.data)), this._getType(t) !== p.date) {
|
|
1330
1330
|
const i = this._getOrReturnCtx(t);
|
|
@@ -1364,7 +1364,7 @@ class re extends T {
|
|
|
1364
1364
|
};
|
|
1365
1365
|
}
|
|
1366
1366
|
_addCheck(t) {
|
|
1367
|
-
return new
|
|
1367
|
+
return new oe({
|
|
1368
1368
|
...this._def,
|
|
1369
1369
|
checks: [...this._def.checks, t]
|
|
1370
1370
|
});
|
|
@@ -1396,7 +1396,7 @@ class re extends T {
|
|
|
1396
1396
|
return t != null ? new Date(t) : null;
|
|
1397
1397
|
}
|
|
1398
1398
|
}
|
|
1399
|
-
|
|
1399
|
+
oe.create = (n) => new oe({
|
|
1400
1400
|
checks: [],
|
|
1401
1401
|
coerce: (n == null ? void 0 : n.coerce) || !1,
|
|
1402
1402
|
typeName: f.ZodDate,
|
|
@@ -1453,7 +1453,7 @@ Ne.create = (n) => new Ne({
|
|
|
1453
1453
|
typeName: f.ZodNull,
|
|
1454
1454
|
...j(n)
|
|
1455
1455
|
});
|
|
1456
|
-
class
|
|
1456
|
+
class ye extends T {
|
|
1457
1457
|
constructor() {
|
|
1458
1458
|
super(...arguments), this._any = !0;
|
|
1459
1459
|
}
|
|
@@ -1461,11 +1461,11 @@ class ge extends T {
|
|
|
1461
1461
|
return L(t.data);
|
|
1462
1462
|
}
|
|
1463
1463
|
}
|
|
1464
|
-
|
|
1464
|
+
ye.create = (n) => new ye({
|
|
1465
1465
|
typeName: f.ZodAny,
|
|
1466
1466
|
...j(n)
|
|
1467
1467
|
});
|
|
1468
|
-
class
|
|
1468
|
+
class ne extends T {
|
|
1469
1469
|
constructor() {
|
|
1470
1470
|
super(...arguments), this._unknown = !0;
|
|
1471
1471
|
}
|
|
@@ -1473,7 +1473,7 @@ class ae extends T {
|
|
|
1473
1473
|
return L(t.data);
|
|
1474
1474
|
}
|
|
1475
1475
|
}
|
|
1476
|
-
|
|
1476
|
+
ne.create = (n) => new ne({
|
|
1477
1477
|
typeName: f.ZodUnknown,
|
|
1478
1478
|
...j(n)
|
|
1479
1479
|
});
|
|
@@ -1581,12 +1581,12 @@ N.create = (n, t) => new N({
|
|
|
1581
1581
|
typeName: f.ZodArray,
|
|
1582
1582
|
...j(t)
|
|
1583
1583
|
});
|
|
1584
|
-
function
|
|
1584
|
+
function ue(n) {
|
|
1585
1585
|
if (n instanceof k) {
|
|
1586
1586
|
const t = {};
|
|
1587
1587
|
for (const a in n.shape) {
|
|
1588
1588
|
const r = n.shape[a];
|
|
1589
|
-
t[a] = O.create(
|
|
1589
|
+
t[a] = O.create(ue(r));
|
|
1590
1590
|
}
|
|
1591
1591
|
return new k({
|
|
1592
1592
|
...n._def,
|
|
@@ -1594,8 +1594,8 @@ function de(n) {
|
|
|
1594
1594
|
});
|
|
1595
1595
|
} else return n instanceof N ? new N({
|
|
1596
1596
|
...n._def,
|
|
1597
|
-
type:
|
|
1598
|
-
}) : n instanceof O ? O.create(
|
|
1597
|
+
type: ue(n.element)
|
|
1598
|
+
}) : n instanceof O ? O.create(ue(n.unwrap())) : n instanceof ee ? ee.create(ue(n.unwrap())) : n instanceof U ? U.create(n.items.map((t) => ue(t))) : n;
|
|
1599
1599
|
}
|
|
1600
1600
|
class k extends T {
|
|
1601
1601
|
constructor() {
|
|
@@ -1622,10 +1622,10 @@ class k extends T {
|
|
|
1622
1622
|
l.includes(u) || s.push(u);
|
|
1623
1623
|
const m = [];
|
|
1624
1624
|
for (const u of l) {
|
|
1625
|
-
const b = i[u],
|
|
1625
|
+
const b = i[u], D = o.data[u];
|
|
1626
1626
|
m.push({
|
|
1627
1627
|
key: { status: "valid", value: u },
|
|
1628
|
-
value: b._parse(new Z(o,
|
|
1628
|
+
value: b._parse(new Z(o, D, o.path, u)),
|
|
1629
1629
|
alwaysSet: u in o.data
|
|
1630
1630
|
});
|
|
1631
1631
|
}
|
|
@@ -1646,11 +1646,11 @@ class k extends T {
|
|
|
1646
1646
|
} else {
|
|
1647
1647
|
const u = this._def.catchall;
|
|
1648
1648
|
for (const b of s) {
|
|
1649
|
-
const
|
|
1649
|
+
const D = o.data[b];
|
|
1650
1650
|
m.push({
|
|
1651
1651
|
key: { status: "valid", value: b },
|
|
1652
1652
|
value: u._parse(
|
|
1653
|
-
new Z(o,
|
|
1653
|
+
new Z(o, D, o.path, b)
|
|
1654
1654
|
//, ctx.child(key), value, getParsedType(value)
|
|
1655
1655
|
),
|
|
1656
1656
|
alwaysSet: b in o.data
|
|
@@ -1660,10 +1660,10 @@ class k extends T {
|
|
|
1660
1660
|
return o.common.async ? Promise.resolve().then(async () => {
|
|
1661
1661
|
const u = [];
|
|
1662
1662
|
for (const b of m) {
|
|
1663
|
-
const
|
|
1663
|
+
const D = await b.key, va = await b.value;
|
|
1664
1664
|
u.push({
|
|
1665
|
-
key:
|
|
1666
|
-
value:
|
|
1665
|
+
key: D,
|
|
1666
|
+
value: va,
|
|
1667
1667
|
alwaysSet: b.alwaysSet
|
|
1668
1668
|
});
|
|
1669
1669
|
}
|
|
@@ -1831,7 +1831,7 @@ class k extends T {
|
|
|
1831
1831
|
* @deprecated
|
|
1832
1832
|
*/
|
|
1833
1833
|
deepPartial() {
|
|
1834
|
-
return
|
|
1834
|
+
return ue(this);
|
|
1835
1835
|
}
|
|
1836
1836
|
partial(t) {
|
|
1837
1837
|
const a = {};
|
|
@@ -1860,7 +1860,7 @@ class k extends T {
|
|
|
1860
1860
|
});
|
|
1861
1861
|
}
|
|
1862
1862
|
keyof() {
|
|
1863
|
-
return
|
|
1863
|
+
return Ba(A.objectKeys(this.shape));
|
|
1864
1864
|
}
|
|
1865
1865
|
}
|
|
1866
1866
|
k.create = (n, t) => new k({
|
|
@@ -1957,7 +1957,7 @@ Ie.create = (n, t) => new Ie({
|
|
|
1957
1957
|
typeName: f.ZodUnion,
|
|
1958
1958
|
...j(t)
|
|
1959
1959
|
});
|
|
1960
|
-
const G = (n) => n instanceof Ze ? G(n.schema) : n instanceof I ? G(n.innerType()) : n instanceof Ue ? [n.value] : n instanceof
|
|
1960
|
+
const G = (n) => n instanceof Ze ? G(n.schema) : n instanceof I ? G(n.innerType()) : n instanceof Ue ? [n.value] : n instanceof X ? n.options : n instanceof ze ? A.objectValues(n.enum) : n instanceof Fe ? G(n._def.innerType) : n instanceof Be ? [void 0] : n instanceof Ne ? [null] : n instanceof O ? [void 0, ...G(n.unwrap())] : n instanceof ee ? [null, ...G(n.unwrap())] : n instanceof Ut || n instanceof Ve ? G(n.unwrap()) : n instanceof Ge ? 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 Zt(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 = Zt(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 Ot(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 = Zt(l, s);
|
|
2042
2042
|
if (!m.valid)
|
|
2043
2043
|
return { valid: !1 };
|
|
2044
2044
|
o.push(m.data);
|
|
@@ -2049,10 +2049,10 @@ function Ot(n, t) {
|
|
|
2049
2049
|
class Me extends T {
|
|
2050
2050
|
_parse(t) {
|
|
2051
2051
|
const { status: a, ctx: r } = this._processInputParams(t), o = (i, l) => {
|
|
2052
|
-
if (
|
|
2052
|
+
if (Mt(i) || Mt(l))
|
|
2053
2053
|
return h;
|
|
2054
|
-
const s =
|
|
2055
|
-
return s.valid ? ((
|
|
2054
|
+
const s = Zt(i.value, l.value);
|
|
2055
|
+
return s.valid ? ((Ot(i) || Ot(l)) && a.dirty(), { status: a.value, value: s.data }) : (d(r, {
|
|
2056
2056
|
code: c.invalid_intersection_types
|
|
2057
2057
|
}), h);
|
|
2058
2058
|
};
|
|
@@ -2223,7 +2223,7 @@ pt.create = (n, t, a) => new pt({
|
|
|
2223
2223
|
typeName: f.ZodMap,
|
|
2224
2224
|
...j(a)
|
|
2225
2225
|
});
|
|
2226
|
-
class
|
|
2226
|
+
class ie extends T {
|
|
2227
2227
|
_parse(t) {
|
|
2228
2228
|
const { status: a, ctx: r } = this._processInputParams(t);
|
|
2229
2229
|
if (r.parsedType !== p.set)
|
|
@@ -2262,13 +2262,13 @@ class oe extends T {
|
|
|
2262
2262
|
return r.common.async ? Promise.all(s).then((m) => l(m)) : l(s);
|
|
2263
2263
|
}
|
|
2264
2264
|
min(t, a) {
|
|
2265
|
-
return new
|
|
2265
|
+
return new ie({
|
|
2266
2266
|
...this._def,
|
|
2267
2267
|
minSize: { value: t, message: g.toString(a) }
|
|
2268
2268
|
});
|
|
2269
2269
|
}
|
|
2270
2270
|
max(t, a) {
|
|
2271
|
-
return new
|
|
2271
|
+
return new ie({
|
|
2272
2272
|
...this._def,
|
|
2273
2273
|
maxSize: { value: t, message: g.toString(a) }
|
|
2274
2274
|
});
|
|
@@ -2280,14 +2280,14 @@ class oe extends T {
|
|
|
2280
2280
|
return this.min(1, t);
|
|
2281
2281
|
}
|
|
2282
2282
|
}
|
|
2283
|
-
|
|
2283
|
+
ie.create = (n, t) => new ie({
|
|
2284
2284
|
valueType: n,
|
|
2285
2285
|
minSize: null,
|
|
2286
2286
|
maxSize: null,
|
|
2287
2287
|
typeName: f.ZodSet,
|
|
2288
2288
|
...j(t)
|
|
2289
2289
|
});
|
|
2290
|
-
class
|
|
2290
|
+
class pe extends T {
|
|
2291
2291
|
constructor() {
|
|
2292
2292
|
super(...arguments), this.validate = this.implement;
|
|
2293
2293
|
}
|
|
@@ -2307,7 +2307,7 @@ class me extends T {
|
|
|
2307
2307
|
a.common.contextualErrorMap,
|
|
2308
2308
|
a.schemaErrorMap,
|
|
2309
2309
|
st(),
|
|
2310
|
-
|
|
2310
|
+
ge
|
|
2311
2311
|
].filter((u) => !!u),
|
|
2312
2312
|
issueData: {
|
|
2313
2313
|
code: c.invalid_arguments,
|
|
@@ -2323,7 +2323,7 @@ class me extends T {
|
|
|
2323
2323
|
a.common.contextualErrorMap,
|
|
2324
2324
|
a.schemaErrorMap,
|
|
2325
2325
|
st(),
|
|
2326
|
-
|
|
2326
|
+
ge
|
|
2327
2327
|
].filter((u) => !!u),
|
|
2328
2328
|
issueData: {
|
|
2329
2329
|
code: c.invalid_return_type,
|
|
@@ -2332,14 +2332,14 @@ class me extends T {
|
|
|
2332
2332
|
});
|
|
2333
2333
|
}
|
|
2334
2334
|
const i = { errorMap: a.common.contextualErrorMap }, l = a.data;
|
|
2335
|
-
if (this._def.returns instanceof
|
|
2335
|
+
if (this._def.returns instanceof fe) {
|
|
2336
2336
|
const s = this;
|
|
2337
2337
|
return L(async function(...m) {
|
|
2338
|
-
const u = new E([]), b = await s._def.args.parseAsync(m, i).catch((
|
|
2339
|
-
throw u.addIssue(r(m,
|
|
2340
|
-
}),
|
|
2341
|
-
return await s._def.returns._def.type.parseAsync(
|
|
2342
|
-
throw u.addIssue(o(
|
|
2338
|
+
const u = new E([]), b = await s._def.args.parseAsync(m, i).catch((Et) => {
|
|
2339
|
+
throw u.addIssue(r(m, Et)), u;
|
|
2340
|
+
}), D = await Reflect.apply(l, this, b);
|
|
2341
|
+
return await s._def.returns._def.type.parseAsync(D, i).catch((Et) => {
|
|
2342
|
+
throw u.addIssue(o(D, Et)), u;
|
|
2343
2343
|
});
|
|
2344
2344
|
});
|
|
2345
2345
|
} else {
|
|
@@ -2348,10 +2348,10 @@ class me extends T {
|
|
|
2348
2348
|
const u = s._def.args.safeParse(m, i);
|
|
2349
2349
|
if (!u.success)
|
|
2350
2350
|
throw new E([r(m, u.error)]);
|
|
2351
|
-
const b = Reflect.apply(l, this, u.data),
|
|
2352
|
-
if (!
|
|
2353
|
-
throw new E([o(b,
|
|
2354
|
-
return
|
|
2351
|
+
const b = Reflect.apply(l, this, u.data), D = s._def.returns.safeParse(b, i);
|
|
2352
|
+
if (!D.success)
|
|
2353
|
+
throw new E([o(b, D.error)]);
|
|
2354
|
+
return D.data;
|
|
2355
2355
|
});
|
|
2356
2356
|
}
|
|
2357
2357
|
}
|
|
@@ -2362,13 +2362,13 @@ class me extends T {
|
|
|
2362
2362
|
return this._def.returns;
|
|
2363
2363
|
}
|
|
2364
2364
|
args(...t) {
|
|
2365
|
-
return new
|
|
2365
|
+
return new pe({
|
|
2366
2366
|
...this._def,
|
|
2367
|
-
args: U.create(t).rest(
|
|
2367
|
+
args: U.create(t).rest(ne.create())
|
|
2368
2368
|
});
|
|
2369
2369
|
}
|
|
2370
2370
|
returns(t) {
|
|
2371
|
-
return new
|
|
2371
|
+
return new pe({
|
|
2372
2372
|
...this._def,
|
|
2373
2373
|
returns: t
|
|
2374
2374
|
});
|
|
@@ -2380,9 +2380,9 @@ class me extends T {
|
|
|
2380
2380
|
return this.parse(t);
|
|
2381
2381
|
}
|
|
2382
2382
|
static create(t, a, r) {
|
|
2383
|
-
return new
|
|
2384
|
-
args: t || U.create([]).rest(
|
|
2385
|
-
returns: a ||
|
|
2383
|
+
return new pe({
|
|
2384
|
+
args: t || U.create([]).rest(ne.create()),
|
|
2385
|
+
returns: a || ne.create(),
|
|
2386
2386
|
typeName: f.ZodFunction,
|
|
2387
2387
|
...j(r)
|
|
2388
2388
|
});
|
|
@@ -2423,16 +2423,16 @@ Ue.create = (n, t) => new Ue({
|
|
|
2423
2423
|
typeName: f.ZodLiteral,
|
|
2424
2424
|
...j(t)
|
|
2425
2425
|
});
|
|
2426
|
-
function
|
|
2427
|
-
return new
|
|
2426
|
+
function Ba(n, t) {
|
|
2427
|
+
return new X({
|
|
2428
2428
|
values: n,
|
|
2429
2429
|
typeName: f.ZodEnum,
|
|
2430
2430
|
...j(t)
|
|
2431
2431
|
});
|
|
2432
2432
|
}
|
|
2433
|
-
class
|
|
2433
|
+
class X extends T {
|
|
2434
2434
|
constructor() {
|
|
2435
|
-
super(...arguments),
|
|
2435
|
+
super(...arguments), Ee.set(this, void 0);
|
|
2436
2436
|
}
|
|
2437
2437
|
_parse(t) {
|
|
2438
2438
|
if (typeof t.data != "string") {
|
|
@@ -2443,7 +2443,7 @@ class Y extends T {
|
|
|
2443
2443
|
code: c.invalid_type
|
|
2444
2444
|
}), h;
|
|
2445
2445
|
}
|
|
2446
|
-
if (dt(this,
|
|
2446
|
+
if (dt(this, Ee) || Ca(this, Ee, new Set(this._def.values)), !dt(this, Ee).has(t.data)) {
|
|
2447
2447
|
const a = this._getOrReturnCtx(t), r = this._def.values;
|
|
2448
2448
|
return d(a, {
|
|
2449
2449
|
received: a.data,
|
|
@@ -2475,23 +2475,23 @@ class Y extends T {
|
|
|
2475
2475
|
return t;
|
|
2476
2476
|
}
|
|
2477
2477
|
extract(t, a = this._def) {
|
|
2478
|
-
return
|
|
2478
|
+
return X.create(t, {
|
|
2479
2479
|
...this._def,
|
|
2480
2480
|
...a
|
|
2481
2481
|
});
|
|
2482
2482
|
}
|
|
2483
2483
|
exclude(t, a = this._def) {
|
|
2484
|
-
return
|
|
2484
|
+
return X.create(this.options.filter((r) => !t.includes(r)), {
|
|
2485
2485
|
...this._def,
|
|
2486
2486
|
...a
|
|
2487
2487
|
});
|
|
2488
2488
|
}
|
|
2489
2489
|
}
|
|
2490
|
-
|
|
2491
|
-
|
|
2490
|
+
Ee = /* @__PURE__ */ new WeakMap();
|
|
2491
|
+
X.create = Ba;
|
|
2492
2492
|
class ze extends T {
|
|
2493
2493
|
constructor() {
|
|
2494
|
-
super(...arguments),
|
|
2494
|
+
super(...arguments), Ce.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, Ce) || Ca(this, Ce, new Set(A.getValidEnumValues(this._def.values))), !dt(this, Ce).has(t.data)) {
|
|
2507
2507
|
const o = A.objectValues(a);
|
|
2508
2508
|
return d(r, {
|
|
2509
2509
|
received: r.data,
|
|
@@ -2517,13 +2517,13 @@ class ze extends T {
|
|
|
2517
2517
|
return this._def.values;
|
|
2518
2518
|
}
|
|
2519
2519
|
}
|
|
2520
|
-
|
|
2520
|
+
Ce = /* @__PURE__ */ new WeakMap();
|
|
2521
2521
|
ze.create = (n, t) => new ze({
|
|
2522
2522
|
values: n,
|
|
2523
2523
|
typeName: f.ZodNativeEnum,
|
|
2524
2524
|
...j(t)
|
|
2525
2525
|
});
|
|
2526
|
-
class
|
|
2526
|
+
class fe extends T {
|
|
2527
2527
|
unwrap() {
|
|
2528
2528
|
return this._def.type;
|
|
2529
2529
|
}
|
|
@@ -2542,7 +2542,7 @@ class ye extends T {
|
|
|
2542
2542
|
})));
|
|
2543
2543
|
}
|
|
2544
2544
|
}
|
|
2545
|
-
|
|
2545
|
+
fe.create = (n, t) => new fe({
|
|
2546
2546
|
type: n,
|
|
2547
2547
|
typeName: f.ZodPromise,
|
|
2548
2548
|
...j(t)
|
|
@@ -2574,7 +2574,7 @@ class I extends T {
|
|
|
2574
2574
|
path: r.path,
|
|
2575
2575
|
parent: r
|
|
2576
2576
|
});
|
|
2577
|
-
return m.status === "aborted" ? h : m.status === "dirty" || a.value === "dirty" ?
|
|
2577
|
+
return m.status === "aborted" ? h : m.status === "dirty" || a.value === "dirty" ? me(m.value) : m;
|
|
2578
2578
|
});
|
|
2579
2579
|
{
|
|
2580
2580
|
if (a.value === "aborted")
|
|
@@ -2584,7 +2584,7 @@ class I extends T {
|
|
|
2584
2584
|
path: r.path,
|
|
2585
2585
|
parent: r
|
|
2586
2586
|
});
|
|
2587
|
-
return s.status === "aborted" ? h : s.status === "dirty" || a.value === "dirty" ?
|
|
2587
|
+
return s.status === "aborted" ? h : s.status === "dirty" || a.value === "dirty" ? me(s.value) : s;
|
|
2588
2588
|
}
|
|
2589
2589
|
}
|
|
2590
2590
|
if (o.type === "refinement") {
|
|
@@ -2613,14 +2613,14 @@ class I extends T {
|
|
|
2613
2613
|
path: r.path,
|
|
2614
2614
|
parent: r
|
|
2615
2615
|
});
|
|
2616
|
-
if (!
|
|
2616
|
+
if (!re(l))
|
|
2617
2617
|
return l;
|
|
2618
2618
|
const s = o.transform(l.value, i);
|
|
2619
2619
|
if (s instanceof Promise)
|
|
2620
2620
|
throw new Error("Asynchronous transform encountered during synchronous parse operation. Use .parseAsync instead.");
|
|
2621
2621
|
return { status: a.value, value: s };
|
|
2622
2622
|
} else
|
|
2623
|
-
return this._def.schema._parseAsync({ data: r.data, path: r.path, parent: r }).then((l) =>
|
|
2623
|
+
return this._def.schema._parseAsync({ data: r.data, path: r.path, parent: r }).then((l) => re(l) ? Promise.resolve(o.transform(l.value, i)).then((s) => ({ status: a.value, value: s })) : l);
|
|
2624
2624
|
A.assertNever(o);
|
|
2625
2625
|
}
|
|
2626
2626
|
}
|
|
@@ -2649,7 +2649,7 @@ O.create = (n, t) => new O({
|
|
|
2649
2649
|
typeName: f.ZodOptional,
|
|
2650
2650
|
...j(t)
|
|
2651
2651
|
});
|
|
2652
|
-
class
|
|
2652
|
+
class ee extends T {
|
|
2653
2653
|
_parse(t) {
|
|
2654
2654
|
return this._getType(t) === p.null ? L(null) : this._def.innerType._parse(t);
|
|
2655
2655
|
}
|
|
@@ -2657,7 +2657,7 @@ class X extends T {
|
|
|
2657
2657
|
return this._def.innerType;
|
|
2658
2658
|
}
|
|
2659
2659
|
}
|
|
2660
|
-
|
|
2660
|
+
ee.create = (n, t) => new ee({
|
|
2661
2661
|
innerType: n,
|
|
2662
2662
|
typeName: f.ZodNullable,
|
|
2663
2663
|
...j(t)
|
|
@@ -2743,7 +2743,7 @@ gt.create = (n) => new gt({
|
|
|
2743
2743
|
...j(n)
|
|
2744
2744
|
});
|
|
2745
2745
|
const Dr = Symbol("zod_brand");
|
|
2746
|
-
class
|
|
2746
|
+
class Ut extends T {
|
|
2747
2747
|
_parse(t) {
|
|
2748
2748
|
const { ctx: a } = this._processInputParams(t), r = a.data;
|
|
2749
2749
|
return this._def.type._parse({
|
|
@@ -2766,7 +2766,7 @@ class Qe extends T {
|
|
|
2766
2766
|
path: r.path,
|
|
2767
2767
|
parent: r
|
|
2768
2768
|
});
|
|
2769
|
-
return i.status === "aborted" ? h : i.status === "dirty" ? (a.dirty(),
|
|
2769
|
+
return i.status === "aborted" ? h : i.status === "dirty" ? (a.dirty(), me(i.value)) : this._def.out._parseAsync({
|
|
2770
2770
|
data: i.value,
|
|
2771
2771
|
path: r.path,
|
|
2772
2772
|
parent: r
|
|
@@ -2798,7 +2798,7 @@ class Qe extends T {
|
|
|
2798
2798
|
}
|
|
2799
2799
|
class Ve extends T {
|
|
2800
2800
|
_parse(t) {
|
|
2801
|
-
const a = this._def.innerType._parse(t), r = (o) => (
|
|
2801
|
+
const a = this._def.innerType._parse(t), r = (o) => (re(o) && (o.value = Object.freeze(o.value)), o);
|
|
2802
2802
|
return qe(a) ? a.then((o) => r(o)) : r(a);
|
|
2803
2803
|
}
|
|
2804
2804
|
unwrap() {
|
|
@@ -2810,14 +2810,14 @@ Ve.create = (n, t) => new Ve({
|
|
|
2810
2810
|
typeName: f.ZodReadonly,
|
|
2811
2811
|
...j(t)
|
|
2812
2812
|
});
|
|
2813
|
-
function
|
|
2814
|
-
return n ?
|
|
2813
|
+
function Na(n, t = {}, a) {
|
|
2814
|
+
return n ? ye.create().superRefine((r, o) => {
|
|
2815
2815
|
var i, l;
|
|
2816
2816
|
if (!n(r)) {
|
|
2817
2817
|
const s = typeof t == "function" ? t(r) : typeof t == "string" ? { message: t } : t, m = (l = (i = s.fatal) !== null && i !== void 0 ? i : a) !== null && l !== void 0 ? l : !0, u = typeof s == "string" ? { message: s } : s;
|
|
2818
2818
|
o.addIssue({ code: "custom", ...u, fatal: m });
|
|
2819
2819
|
}
|
|
2820
|
-
}) :
|
|
2820
|
+
}) : ye.create();
|
|
2821
2821
|
}
|
|
2822
2822
|
const qr = {
|
|
2823
2823
|
object: k.lazycreate
|
|
@@ -2828,19 +2828,19 @@ var f;
|
|
|
2828
2828
|
})(f || (f = {}));
|
|
2829
2829
|
const Pr = (n, t = {
|
|
2830
2830
|
message: `Input not instance of ${n.name}`
|
|
2831
|
-
}) =>
|
|
2831
|
+
}) => Na((a) => a instanceof n, t), Ia = B.create, Ma = J.create, Br = gt.create, Nr = Y.create, Oa = Pe.create, Ir = oe.create, Mr = ut.create, Or = Be.create, Zr = Ne.create, Ur = ye.create, zr = ne.create, Fr = K.create, Gr = mt.create, Vr = N.create, $r = k.create, Wr = k.strictCreate, Kr = Ie.create, Qr = ft.create, Hr = Me.create, Jr = U.create, Yr = Oe.create, Xr = pt.create, eo = ie.create, to = pe.create, ao = Ze.create, no = Ue.create, ro = X.create, oo = ze.create, io = fe.create, ja = I.create, lo = O.create, so = ee.create, co = I.createWithPreprocess, uo = Qe.create, mo = () => Ia().optional(), po = () => Ma().optional(), go = () => Oa().optional(), yo = {
|
|
2832
2832
|
string: (n) => B.create({ ...n, coerce: !0 }),
|
|
2833
|
-
number: (n) =>
|
|
2833
|
+
number: (n) => J.create({ ...n, coerce: !0 }),
|
|
2834
2834
|
boolean: (n) => Pe.create({
|
|
2835
2835
|
...n,
|
|
2836
2836
|
coerce: !0
|
|
2837
2837
|
}),
|
|
2838
|
-
bigint: (n) =>
|
|
2839
|
-
date: (n) =>
|
|
2838
|
+
bigint: (n) => Y.create({ ...n, coerce: !0 }),
|
|
2839
|
+
date: (n) => oe.create({ ...n, coerce: !0 })
|
|
2840
2840
|
}, fo = h;
|
|
2841
2841
|
var e = /* @__PURE__ */ Object.freeze({
|
|
2842
2842
|
__proto__: null,
|
|
2843
|
-
defaultErrorMap:
|
|
2843
|
+
defaultErrorMap: ge,
|
|
2844
2844
|
setErrorMap: cr,
|
|
2845
2845
|
getErrorMap: st,
|
|
2846
2846
|
makeIssue: ct,
|
|
@@ -2848,32 +2848,32 @@ var e = /* @__PURE__ */ Object.freeze({
|
|
|
2848
2848
|
addIssueToContext: d,
|
|
2849
2849
|
ParseStatus: x,
|
|
2850
2850
|
INVALID: h,
|
|
2851
|
-
DIRTY:
|
|
2851
|
+
DIRTY: me,
|
|
2852
2852
|
OK: L,
|
|
2853
|
-
isAborted:
|
|
2854
|
-
isDirty:
|
|
2855
|
-
isValid:
|
|
2853
|
+
isAborted: Mt,
|
|
2854
|
+
isDirty: Ot,
|
|
2855
|
+
isValid: re,
|
|
2856
2856
|
isAsync: qe,
|
|
2857
2857
|
get util() {
|
|
2858
2858
|
return A;
|
|
2859
2859
|
},
|
|
2860
2860
|
get objectUtil() {
|
|
2861
|
-
return
|
|
2861
|
+
return It;
|
|
2862
2862
|
},
|
|
2863
2863
|
ZodParsedType: p,
|
|
2864
2864
|
getParsedType: $,
|
|
2865
2865
|
ZodType: T,
|
|
2866
|
-
datetimeRegex:
|
|
2866
|
+
datetimeRegex: Pa,
|
|
2867
2867
|
ZodString: B,
|
|
2868
|
-
ZodNumber:
|
|
2869
|
-
ZodBigInt:
|
|
2868
|
+
ZodNumber: J,
|
|
2869
|
+
ZodBigInt: Y,
|
|
2870
2870
|
ZodBoolean: Pe,
|
|
2871
|
-
ZodDate:
|
|
2871
|
+
ZodDate: oe,
|
|
2872
2872
|
ZodSymbol: ut,
|
|
2873
2873
|
ZodUndefined: Be,
|
|
2874
2874
|
ZodNull: Ne,
|
|
2875
|
-
ZodAny:
|
|
2876
|
-
ZodUnknown:
|
|
2875
|
+
ZodAny: ye,
|
|
2876
|
+
ZodUnknown: ne,
|
|
2877
2877
|
ZodNever: K,
|
|
2878
2878
|
ZodVoid: mt,
|
|
2879
2879
|
ZodArray: N,
|
|
@@ -2884,25 +2884,25 @@ var e = /* @__PURE__ */ Object.freeze({
|
|
|
2884
2884
|
ZodTuple: U,
|
|
2885
2885
|
ZodRecord: Oe,
|
|
2886
2886
|
ZodMap: pt,
|
|
2887
|
-
ZodSet:
|
|
2888
|
-
ZodFunction:
|
|
2887
|
+
ZodSet: ie,
|
|
2888
|
+
ZodFunction: pe,
|
|
2889
2889
|
ZodLazy: Ze,
|
|
2890
2890
|
ZodLiteral: Ue,
|
|
2891
|
-
ZodEnum:
|
|
2891
|
+
ZodEnum: X,
|
|
2892
2892
|
ZodNativeEnum: ze,
|
|
2893
|
-
ZodPromise:
|
|
2893
|
+
ZodPromise: fe,
|
|
2894
2894
|
ZodEffects: I,
|
|
2895
2895
|
ZodTransformer: I,
|
|
2896
2896
|
ZodOptional: O,
|
|
2897
|
-
ZodNullable:
|
|
2897
|
+
ZodNullable: ee,
|
|
2898
2898
|
ZodDefault: Fe,
|
|
2899
2899
|
ZodCatch: Ge,
|
|
2900
2900
|
ZodNaN: gt,
|
|
2901
2901
|
BRAND: Dr,
|
|
2902
|
-
ZodBranded:
|
|
2902
|
+
ZodBranded: Ut,
|
|
2903
2903
|
ZodPipeline: Qe,
|
|
2904
2904
|
ZodReadonly: Ve,
|
|
2905
|
-
custom:
|
|
2905
|
+
custom: Na,
|
|
2906
2906
|
Schema: T,
|
|
2907
2907
|
ZodSchema: T,
|
|
2908
2908
|
late: qr,
|
|
@@ -2913,10 +2913,10 @@ var e = /* @__PURE__ */ Object.freeze({
|
|
|
2913
2913
|
any: Ur,
|
|
2914
2914
|
array: Vr,
|
|
2915
2915
|
bigint: Nr,
|
|
2916
|
-
boolean:
|
|
2916
|
+
boolean: Oa,
|
|
2917
2917
|
date: Ir,
|
|
2918
2918
|
discriminatedUnion: Qr,
|
|
2919
|
-
effect:
|
|
2919
|
+
effect: ja,
|
|
2920
2920
|
enum: ro,
|
|
2921
2921
|
function: to,
|
|
2922
2922
|
instanceof: Pr,
|
|
@@ -2929,7 +2929,7 @@ var e = /* @__PURE__ */ Object.freeze({
|
|
|
2929
2929
|
never: Fr,
|
|
2930
2930
|
null: Zr,
|
|
2931
2931
|
nullable: so,
|
|
2932
|
-
number:
|
|
2932
|
+
number: Ma,
|
|
2933
2933
|
object: $r,
|
|
2934
2934
|
oboolean: go,
|
|
2935
2935
|
onumber: po,
|
|
@@ -2941,9 +2941,9 @@ var e = /* @__PURE__ */ Object.freeze({
|
|
|
2941
2941
|
record: Yr,
|
|
2942
2942
|
set: eo,
|
|
2943
2943
|
strictObject: Wr,
|
|
2944
|
-
string:
|
|
2944
|
+
string: Ia,
|
|
2945
2945
|
symbol: Mr,
|
|
2946
|
-
transformer:
|
|
2946
|
+
transformer: ja,
|
|
2947
2947
|
tuple: Jr,
|
|
2948
2948
|
undefined: Or,
|
|
2949
2949
|
union: Kr,
|
|
@@ -2954,11 +2954,11 @@ var e = /* @__PURE__ */ Object.freeze({
|
|
|
2954
2954
|
quotelessJson: sr,
|
|
2955
2955
|
ZodError: E
|
|
2956
2956
|
});
|
|
2957
|
-
const
|
|
2957
|
+
const De = e.string(), ho = e.object({
|
|
2958
2958
|
elementType: e.string().optional(),
|
|
2959
|
-
locator:
|
|
2959
|
+
locator: De.optional(),
|
|
2960
2960
|
errors: e.array(e.string()).optional()
|
|
2961
|
-
}),
|
|
2961
|
+
}), ve = e.object({
|
|
2962
2962
|
validationItems: e.array(ho).optional(),
|
|
2963
2963
|
success: e.boolean().optional()
|
|
2964
2964
|
}), ht = e.enum([
|
|
@@ -3141,7 +3141,7 @@ const Ce = e.string(), ho = e.object({
|
|
|
3141
3141
|
"ZAR",
|
|
3142
3142
|
"ZMW",
|
|
3143
3143
|
"ZWL"
|
|
3144
|
-
]),
|
|
3144
|
+
]), hd = e.enum([
|
|
3145
3145
|
"Africa/Abidjan",
|
|
3146
3146
|
"Africa/Accra",
|
|
3147
3147
|
"Africa/Addis_Ababa",
|
|
@@ -3749,7 +3749,7 @@ const Ce = e.string(), ho = e.object({
|
|
|
3749
3749
|
"anchorTime",
|
|
3750
3750
|
"dayOfWeek",
|
|
3751
3751
|
"weekOfMonth"
|
|
3752
|
-
]),
|
|
3752
|
+
]), zt = e.enum(["account", "inherit", "policy"]), So = e.enum([
|
|
3753
3753
|
"none",
|
|
3754
3754
|
"fullPay",
|
|
3755
3755
|
"weekly",
|
|
@@ -3775,10 +3775,10 @@ const Ce = e.string(), ho = e.object({
|
|
|
3775
3775
|
"third",
|
|
3776
3776
|
"fourth",
|
|
3777
3777
|
"fifth"
|
|
3778
|
-
]),
|
|
3778
|
+
]), Za = e.object({
|
|
3779
3779
|
billingPreferences: e.object({
|
|
3780
3780
|
billingPlanName: e.string().optional(),
|
|
3781
|
-
billingLevel:
|
|
3781
|
+
billingLevel: zt.optional()
|
|
3782
3782
|
}).optional(),
|
|
3783
3783
|
installmentPreferences: e.object({
|
|
3784
3784
|
installmentPlanName: e.string().optional(),
|
|
@@ -3793,21 +3793,21 @@ const Ce = e.string(), ho = e.object({
|
|
|
3793
3793
|
maxInstallmentsPerTerm: e.number().optional(),
|
|
3794
3794
|
weekOfMonth: To.optional()
|
|
3795
3795
|
}).optional()
|
|
3796
|
-
}),
|
|
3796
|
+
}), Ft = e.enum([
|
|
3797
3797
|
"quote",
|
|
3798
3798
|
"policy",
|
|
3799
3799
|
"invoice",
|
|
3800
3800
|
"transaction",
|
|
3801
3801
|
"segment",
|
|
3802
3802
|
"term"
|
|
3803
|
-
]),
|
|
3803
|
+
]), Gt = e.enum([
|
|
3804
3804
|
"draft",
|
|
3805
3805
|
"dataReady",
|
|
3806
3806
|
"ready",
|
|
3807
3807
|
"dataError",
|
|
3808
3808
|
"renderError",
|
|
3809
3809
|
"conversionError"
|
|
3810
|
-
]),
|
|
3810
|
+
]), Ua = e.enum([
|
|
3811
3811
|
"info",
|
|
3812
3812
|
"block",
|
|
3813
3813
|
"decline",
|
|
@@ -3820,22 +3820,22 @@ const Ce = e.string(), ho = e.object({
|
|
|
3820
3820
|
clearedTime: e.string().optional(),
|
|
3821
3821
|
createdBy: e.string().uuid().optional(),
|
|
3822
3822
|
createdTime: e.string().optional(),
|
|
3823
|
-
level:
|
|
3823
|
+
level: Ua.optional(),
|
|
3824
3824
|
note: e.string().optional()
|
|
3825
3825
|
}), Ao = e.object({
|
|
3826
3826
|
elementLocator: e.string(),
|
|
3827
|
-
level:
|
|
3827
|
+
level: Ua,
|
|
3828
3828
|
note: e.string().optional()
|
|
3829
|
-
}),
|
|
3829
|
+
}), bd = e.object({
|
|
3830
3830
|
addFlags: Ao.array(),
|
|
3831
3831
|
clearFlags: e.string().array()
|
|
3832
|
-
}),
|
|
3832
|
+
}), za = e.enum([
|
|
3833
3833
|
"none",
|
|
3834
3834
|
"blocked",
|
|
3835
3835
|
"declined",
|
|
3836
3836
|
"rejected",
|
|
3837
3837
|
"approved"
|
|
3838
|
-
]),
|
|
3838
|
+
]), Vt = e.enum([
|
|
3839
3839
|
"years",
|
|
3840
3840
|
"months",
|
|
3841
3841
|
"weeks",
|
|
@@ -3849,7 +3849,7 @@ const Ce = e.string(), ho = e.object({
|
|
|
3849
3849
|
key: e.string().optional()
|
|
3850
3850
|
})
|
|
3851
3851
|
).optional()
|
|
3852
|
-
}).optional(),
|
|
3852
|
+
}).optional(), le = e.object({
|
|
3853
3853
|
displayName: e.string().optional(),
|
|
3854
3854
|
defaultValue: e.string().optional(),
|
|
3855
3855
|
type: e.string().optional(),
|
|
@@ -3869,16 +3869,16 @@ const Ce = e.string(), ho = e.object({
|
|
|
3869
3869
|
roundingMode: e.string().optional(),
|
|
3870
3870
|
constraint: _o,
|
|
3871
3871
|
tag: e.array(e.string()).optional()
|
|
3872
|
-
}),
|
|
3872
|
+
}), vd = e.record(le), wo = e.object({
|
|
3873
3873
|
displayName: e.string().optional(),
|
|
3874
3874
|
abstract: e.boolean().optional(),
|
|
3875
3875
|
extend: e.string().optional(),
|
|
3876
|
-
data: e.record(
|
|
3876
|
+
data: e.record(le).optional(),
|
|
3877
3877
|
defaultSearchable: e.boolean().optional()
|
|
3878
|
-
}), ko = e.record(wo),
|
|
3878
|
+
}), ko = e.record(wo), Fa = e.object({
|
|
3879
3879
|
defaultDeadlineDays: e.number(),
|
|
3880
3880
|
blocksUnderwriting: e.boolean()
|
|
3881
|
-
}),
|
|
3881
|
+
}), Ga = e.object({
|
|
3882
3882
|
appliesTo: e.array(
|
|
3883
3883
|
e.union([
|
|
3884
3884
|
e.literal("account"),
|
|
@@ -3927,7 +3927,7 @@ e.union([
|
|
|
3927
3927
|
e.literal("inherit"),
|
|
3928
3928
|
e.literal("policy")
|
|
3929
3929
|
]);
|
|
3930
|
-
const
|
|
3930
|
+
const Va = e.object({
|
|
3931
3931
|
status: e.union([e.literal("queued"), e.literal("failed")]),
|
|
3932
3932
|
error: e.string()
|
|
3933
3933
|
});
|
|
@@ -3989,14 +3989,14 @@ const Co = e.object({
|
|
|
3989
3989
|
}), qo = e.object({
|
|
3990
3990
|
key: e.string(),
|
|
3991
3991
|
values: e.array(e.string())
|
|
3992
|
-
}),
|
|
3992
|
+
}), $t = e.object({
|
|
3993
3993
|
version1: e.string(),
|
|
3994
3994
|
version2: e.string(),
|
|
3995
3995
|
plugins: e.record(e.record(e.string())),
|
|
3996
3996
|
latestVersion: e.string()
|
|
3997
|
-
}),
|
|
3998
|
-
activities: e.record(e.record(
|
|
3999
|
-
assignmentRoles: e.record(
|
|
3997
|
+
}), $a = e.object({
|
|
3998
|
+
activities: e.record(e.record(Fa)),
|
|
3999
|
+
assignmentRoles: e.record(Ga),
|
|
4000
4000
|
qualifications: e.record(e.array(e.string()))
|
|
4001
4001
|
});
|
|
4002
4002
|
e.union([
|
|
@@ -4056,12 +4056,12 @@ e.union([
|
|
|
4056
4056
|
]);
|
|
4057
4057
|
const Io = e.object({
|
|
4058
4058
|
type: e.string()
|
|
4059
|
-
}),
|
|
4059
|
+
}), Ta = e.object({
|
|
4060
4060
|
fields: e.array(e.string())
|
|
4061
4061
|
}), Mo = e.object({
|
|
4062
4062
|
enabled: e.boolean(),
|
|
4063
|
-
account:
|
|
4064
|
-
policy:
|
|
4063
|
+
account: Ta,
|
|
4064
|
+
policy: Ta,
|
|
4065
4065
|
productIndex: e.record(e.number()),
|
|
4066
4066
|
regionIndex: e.record(e.number())
|
|
4067
4067
|
}), Oo = e.object({
|
|
@@ -4105,13 +4105,13 @@ e.union([
|
|
|
4105
4105
|
e.literal("issued")
|
|
4106
4106
|
]);
|
|
4107
4107
|
e.object({
|
|
4108
|
-
metadata:
|
|
4108
|
+
metadata: $t,
|
|
4109
4109
|
pluginVersionStatus: e.record(e.record(e.string()))
|
|
4110
4110
|
});
|
|
4111
|
-
const
|
|
4111
|
+
const Wt = e.object({
|
|
4112
4112
|
isSuccess: e.boolean(),
|
|
4113
4113
|
errors: e.array(e.string()),
|
|
4114
|
-
metadata:
|
|
4114
|
+
metadata: $t
|
|
4115
4115
|
});
|
|
4116
4116
|
e.union([
|
|
4117
4117
|
e.literal("queued"),
|
|
@@ -4172,7 +4172,7 @@ const zo = e.object({
|
|
|
4172
4172
|
disbursementType: e.string(),
|
|
4173
4173
|
excludeDebits: e.string(),
|
|
4174
4174
|
disbursementThresholds: e.record(e.number())
|
|
4175
|
-
}),
|
|
4175
|
+
}), Wa = e.object({
|
|
4176
4176
|
displayName: e.string(),
|
|
4177
4177
|
cadence: e.union([
|
|
4178
4178
|
e.literal("none"),
|
|
@@ -4308,8 +4308,8 @@ const ti = e.object({
|
|
|
4308
4308
|
}), ai = e.object({
|
|
4309
4309
|
locator: e.string(),
|
|
4310
4310
|
name: e.string(),
|
|
4311
|
-
deploymentResult:
|
|
4312
|
-
bootstrapResult:
|
|
4311
|
+
deploymentResult: Wt,
|
|
4312
|
+
bootstrapResult: Va
|
|
4313
4313
|
}), ni = e.object({
|
|
4314
4314
|
category: e.union([
|
|
4315
4315
|
e.literal("issuance"),
|
|
@@ -4337,7 +4337,7 @@ e.object({
|
|
|
4337
4337
|
});
|
|
4338
4338
|
e.object({
|
|
4339
4339
|
locator: e.string(),
|
|
4340
|
-
deploymentResult:
|
|
4340
|
+
deploymentResult: Wt,
|
|
4341
4341
|
resourceCloneStatus: e.union([e.literal("queued"), e.literal("failed")])
|
|
4342
4342
|
});
|
|
4343
4343
|
e.object({
|
|
@@ -4391,13 +4391,13 @@ const ri = e.object({
|
|
|
4391
4391
|
data: e.record(z),
|
|
4392
4392
|
defaultSearchable: e.boolean(),
|
|
4393
4393
|
abstract: e.boolean()
|
|
4394
|
-
}),
|
|
4394
|
+
}), Ka = e.object({
|
|
4395
4395
|
displayName: e.string(),
|
|
4396
4396
|
extend: e.string(),
|
|
4397
4397
|
data: e.record(z),
|
|
4398
4398
|
numberingPlan: e.string(),
|
|
4399
4399
|
abstract: e.boolean()
|
|
4400
|
-
}),
|
|
4400
|
+
}), Qa = e.object({
|
|
4401
4401
|
displayName: e.string(),
|
|
4402
4402
|
scope: e.union([
|
|
4403
4403
|
e.literal("transaction"),
|
|
@@ -4505,7 +4505,7 @@ const ri = e.object({
|
|
|
4505
4505
|
availability: bt.optional(),
|
|
4506
4506
|
withPrecommitReapplication: e.boolean().optional(),
|
|
4507
4507
|
abstract: e.boolean()
|
|
4508
|
-
}),
|
|
4508
|
+
}), ce = e.object({
|
|
4509
4509
|
defaultTimeZone: e.string(),
|
|
4510
4510
|
defaultCurrency: e.string(),
|
|
4511
4511
|
defaultTermDuration: e.number(),
|
|
@@ -4556,14 +4556,14 @@ const ri = e.object({
|
|
|
4556
4556
|
coverageTerms: e.record(li),
|
|
4557
4557
|
charges: e.record(Eo),
|
|
4558
4558
|
transactionTypes: e.record(ni),
|
|
4559
|
-
installmentPlans: e.record(
|
|
4559
|
+
installmentPlans: e.record(Wa),
|
|
4560
4560
|
billingPlans: e.record(Ro),
|
|
4561
4561
|
payments: e.record(di),
|
|
4562
|
-
disbursements: e.record(
|
|
4562
|
+
disbursements: e.record(Ka),
|
|
4563
4563
|
tables: e.record(ti),
|
|
4564
4564
|
constraintTables: e.record(Bo),
|
|
4565
4565
|
secrets: e.record(Xo),
|
|
4566
|
-
documents: e.record(
|
|
4566
|
+
documents: e.record(Qa),
|
|
4567
4567
|
auxDataSettings: e.record(Lo),
|
|
4568
4568
|
customEvents: e.record(Io),
|
|
4569
4569
|
delinquencyPlans: e.record(Zo),
|
|
@@ -4577,36 +4577,36 @@ const ri = e.object({
|
|
|
4577
4577
|
losses: e.record(Fo),
|
|
4578
4578
|
contacts: e.record(ii),
|
|
4579
4579
|
contactRoles: e.array(e.string()),
|
|
4580
|
-
workManagement:
|
|
4580
|
+
workManagement: $a,
|
|
4581
4581
|
dataAccessControl: Mo,
|
|
4582
4582
|
bootstrap: oi,
|
|
4583
4583
|
defaultInvoiceDocument: e.string()
|
|
4584
4584
|
});
|
|
4585
4585
|
e.object({
|
|
4586
|
-
formData:
|
|
4586
|
+
formData: ce.optional()
|
|
4587
4587
|
});
|
|
4588
4588
|
e.object({
|
|
4589
|
-
formData:
|
|
4589
|
+
formData: ce.optional()
|
|
4590
4590
|
});
|
|
4591
4591
|
e.object({
|
|
4592
|
-
formData:
|
|
4592
|
+
formData: ce.optional()
|
|
4593
4593
|
});
|
|
4594
4594
|
e.object({
|
|
4595
|
-
formData:
|
|
4595
|
+
formData: ce.optional(),
|
|
4596
4596
|
overwrite: e.boolean().optional()
|
|
4597
4597
|
});
|
|
4598
4598
|
e.object({
|
|
4599
4599
|
description: e.string().optional(),
|
|
4600
|
-
formData:
|
|
4600
|
+
formData: ce.optional(),
|
|
4601
4601
|
name: e.string().optional()
|
|
4602
4602
|
});
|
|
4603
4603
|
e.object({
|
|
4604
|
-
config:
|
|
4604
|
+
config: ce
|
|
4605
4605
|
});
|
|
4606
4606
|
e.object({
|
|
4607
|
-
formData:
|
|
4607
|
+
formData: ce.optional()
|
|
4608
4608
|
});
|
|
4609
|
-
const mi = e.enum(["none", "required", "excluded"]),
|
|
4609
|
+
const mi = e.enum(["none", "required", "excluded"]), Ha = e.enum([
|
|
4610
4610
|
"generateDay",
|
|
4611
4611
|
"termStartDay",
|
|
4612
4612
|
"dueDay"
|
|
@@ -4616,7 +4616,7 @@ const mi = e.enum(["none", "required", "excluded"]), Qa = e.enum([
|
|
|
4616
4616
|
"anchorTime",
|
|
4617
4617
|
"dayOfWeek",
|
|
4618
4618
|
"weekOfMonth"
|
|
4619
|
-
]), He = e.enum(["accept", "issue"]),
|
|
4619
|
+
]), He = e.enum(["accept", "issue"]), Se = e.enum(["account", "inherit", "policy"]), Ja = e.enum([
|
|
4620
4620
|
"none",
|
|
4621
4621
|
"fullPay",
|
|
4622
4622
|
"weekly",
|
|
@@ -4676,7 +4676,7 @@ const mi = e.enum(["none", "required", "excluded"]), Qa = e.enum([
|
|
|
4676
4676
|
"exposure",
|
|
4677
4677
|
"exposureGroup",
|
|
4678
4678
|
"policyLine"
|
|
4679
|
-
]), vi = e.enum(["fuzzy", "exact", "startsWith"]),
|
|
4679
|
+
]), vi = e.enum(["fuzzy", "exact", "startsWith"]), Sd = e.enum([
|
|
4680
4680
|
"application/json",
|
|
4681
4681
|
"application/octet-stream",
|
|
4682
4682
|
"application/pdf",
|
|
@@ -4692,19 +4692,19 @@ const mi = e.enum(["none", "required", "excluded"]), Qa = e.enum([
|
|
|
4692
4692
|
"text/plain"
|
|
4693
4693
|
]);
|
|
4694
4694
|
var V = /* @__PURE__ */ ((n) => (n.applicationJson = "application/json", n.applicationOctetStream = "application/octet-stream", n.applicationPdf = "application/pdf", n.applicationZip = "application/zip", n.applicationZipWindows = "application/x-zip-compressed", n.imageJpg = "image/jpeg", n.imagePng = "image/png", n.imageSvg = "image/svg+xml", n.javaSource = "text/x-java-source", n.multipartFormData = "multipart/form-data", n.textCsv = "text/csv", n.textHtml = "text/html", n.text = "text/plain", n))(V || {});
|
|
4695
|
-
const
|
|
4695
|
+
const Kt = e.enum([
|
|
4696
4696
|
"quote",
|
|
4697
4697
|
"policy",
|
|
4698
4698
|
"invoice",
|
|
4699
4699
|
"transaction",
|
|
4700
4700
|
"segment",
|
|
4701
4701
|
"term"
|
|
4702
|
-
]),
|
|
4702
|
+
]), Ya = e.enum([
|
|
4703
4703
|
"unspecified",
|
|
4704
4704
|
"account",
|
|
4705
4705
|
"quote",
|
|
4706
4706
|
"policy"
|
|
4707
|
-
]), Si = e.enum(["coverage", "gap"]),
|
|
4707
|
+
]), Si = e.enum(["coverage", "gap"]), Qt = e.enum([
|
|
4708
4708
|
"issuance",
|
|
4709
4709
|
"change",
|
|
4710
4710
|
"renewal",
|
|
@@ -4712,7 +4712,7 @@ const Wt = e.enum([
|
|
|
4712
4712
|
"reinstatement",
|
|
4713
4713
|
"reversal",
|
|
4714
4714
|
"aggregate"
|
|
4715
|
-
]),
|
|
4715
|
+
]), Ht = e.enum([
|
|
4716
4716
|
"draft",
|
|
4717
4717
|
"initialized",
|
|
4718
4718
|
"validated",
|
|
@@ -4731,7 +4731,7 @@ const Wt = e.enum([
|
|
|
4731
4731
|
]), ji = e.enum([
|
|
4732
4732
|
"quote",
|
|
4733
4733
|
"transaction"
|
|
4734
|
-
]),
|
|
4734
|
+
]), Xa = e.enum([
|
|
4735
4735
|
"none",
|
|
4736
4736
|
"info",
|
|
4737
4737
|
"block",
|
|
@@ -4745,14 +4745,14 @@ const Wt = e.enum([
|
|
|
4745
4745
|
"third",
|
|
4746
4746
|
"fourth",
|
|
4747
4747
|
"fifth"
|
|
4748
|
-
]),
|
|
4748
|
+
]), jd = e.enum([
|
|
4749
4749
|
"draft",
|
|
4750
4750
|
"dataReady",
|
|
4751
4751
|
"ready",
|
|
4752
4752
|
"dataError",
|
|
4753
4753
|
"renderError",
|
|
4754
4754
|
"conversionError"
|
|
4755
|
-
]),
|
|
4755
|
+
]), Jt = e.enum([
|
|
4756
4756
|
"text",
|
|
4757
4757
|
"html",
|
|
4758
4758
|
"pdf",
|
|
@@ -4765,7 +4765,7 @@ const Wt = e.enum([
|
|
|
4765
4765
|
"csv",
|
|
4766
4766
|
"txt",
|
|
4767
4767
|
"zip"
|
|
4768
|
-
]),
|
|
4768
|
+
]), Td = Kt, Yt = e.enum([
|
|
4769
4769
|
"draft",
|
|
4770
4770
|
"validated",
|
|
4771
4771
|
"earlyUnderwritten",
|
|
@@ -4786,7 +4786,7 @@ const Wt = e.enum([
|
|
|
4786
4786
|
"reversed",
|
|
4787
4787
|
"rejected",
|
|
4788
4788
|
"discarded"
|
|
4789
|
-
]), wi = e.enum(["invoice", "account"]),
|
|
4789
|
+
]), wi = e.enum(["invoice", "account"]), Xt = e.enum([
|
|
4790
4790
|
"ach",
|
|
4791
4791
|
"cash",
|
|
4792
4792
|
"eft",
|
|
@@ -4819,7 +4819,7 @@ const Wt = e.enum([
|
|
|
4819
4819
|
"policy",
|
|
4820
4820
|
"transaction",
|
|
4821
4821
|
"invoice"
|
|
4822
|
-
]),
|
|
4822
|
+
]), vt = e.enum([
|
|
4823
4823
|
"active",
|
|
4824
4824
|
"pastDeadline",
|
|
4825
4825
|
"completed",
|
|
@@ -4859,7 +4859,7 @@ e.union([
|
|
|
4859
4859
|
e.literal("completed"),
|
|
4860
4860
|
e.literal("cancelled")
|
|
4861
4861
|
]);
|
|
4862
|
-
const
|
|
4862
|
+
const en = e.object({
|
|
4863
4863
|
type: e.string(),
|
|
4864
4864
|
deadlineTime: e.string().optional(),
|
|
4865
4865
|
references: e.array(We),
|
|
@@ -4874,13 +4874,13 @@ e.union([
|
|
|
4874
4874
|
e.literal("transaction"),
|
|
4875
4875
|
e.literal("invoice")
|
|
4876
4876
|
]);
|
|
4877
|
-
const
|
|
4877
|
+
const tn = e.object({
|
|
4878
4878
|
deadlineTime: e.string().optional(),
|
|
4879
4879
|
addReferences: e.array(We),
|
|
4880
4880
|
removeReferences: e.array(We),
|
|
4881
4881
|
addUnderwritingFlags: e.array(e.string()),
|
|
4882
4882
|
removeUnderwritingFlags: e.array(e.string())
|
|
4883
|
-
}),
|
|
4883
|
+
}), an = e.object({
|
|
4884
4884
|
locator: e.string(),
|
|
4885
4885
|
userLocator: e.string(),
|
|
4886
4886
|
assignmentRole: e.string(),
|
|
@@ -4910,7 +4910,7 @@ e.union([
|
|
|
4910
4910
|
e.literal("unassigned"),
|
|
4911
4911
|
e.literal("discarded")
|
|
4912
4912
|
]);
|
|
4913
|
-
const
|
|
4913
|
+
const nn = e.object({
|
|
4914
4914
|
userLocator: e.string(),
|
|
4915
4915
|
assignmentRole: e.string(),
|
|
4916
4916
|
referenceType: e.union([
|
|
@@ -4922,7 +4922,7 @@ const an = e.object({
|
|
|
4922
4922
|
e.literal("invoice")
|
|
4923
4923
|
]),
|
|
4924
4924
|
referenceLocator: e.string()
|
|
4925
|
-
}),
|
|
4925
|
+
}), rn = e.object({
|
|
4926
4926
|
locator: e.string(),
|
|
4927
4927
|
category: e.string(),
|
|
4928
4928
|
type: e.string(),
|
|
@@ -4943,24 +4943,24 @@ const an = e.object({
|
|
|
4943
4943
|
});
|
|
4944
4944
|
e.object({
|
|
4945
4945
|
listCompleted: e.boolean(),
|
|
4946
|
-
items: e.array(
|
|
4946
|
+
items: e.array(an)
|
|
4947
4947
|
});
|
|
4948
|
-
const
|
|
4948
|
+
const on = e.object({
|
|
4949
4949
|
removeQualifications: e.record(e.string()),
|
|
4950
4950
|
addQualifications: e.record(e.string())
|
|
4951
4951
|
});
|
|
4952
4952
|
e.object({
|
|
4953
|
-
requestBody:
|
|
4953
|
+
requestBody: nn
|
|
4954
4954
|
});
|
|
4955
4955
|
e.object({
|
|
4956
|
-
requestBody:
|
|
4956
|
+
requestBody: en
|
|
4957
4957
|
});
|
|
4958
4958
|
e.object({
|
|
4959
4959
|
userLocator: e.string()
|
|
4960
4960
|
});
|
|
4961
4961
|
e.record(e.string());
|
|
4962
4962
|
e.object({
|
|
4963
|
-
requestBody:
|
|
4963
|
+
requestBody: on,
|
|
4964
4964
|
userLocator: e.string()
|
|
4965
4965
|
});
|
|
4966
4966
|
e.record(e.string());
|
|
@@ -4982,7 +4982,7 @@ e.object({
|
|
|
4982
4982
|
});
|
|
4983
4983
|
e.object({
|
|
4984
4984
|
locator: e.string(),
|
|
4985
|
-
requestBody:
|
|
4985
|
+
requestBody: tn
|
|
4986
4986
|
});
|
|
4987
4987
|
e.object({
|
|
4988
4988
|
locator: e.string()
|
|
@@ -5080,7 +5080,7 @@ e.object({
|
|
|
5080
5080
|
});
|
|
5081
5081
|
e.object({
|
|
5082
5082
|
listCompleted: e.boolean(),
|
|
5083
|
-
items: e.array(
|
|
5083
|
+
items: e.array(rn)
|
|
5084
5084
|
});
|
|
5085
5085
|
e.object({
|
|
5086
5086
|
count: e.number().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 Dt = 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 St = e.object({
|
|
5108
5108
|
contactLocator: e.string(),
|
|
5109
5109
|
roles: e.array(e.string())
|
|
5110
5110
|
});
|
|
@@ -5120,12 +5120,12 @@ e.union([
|
|
|
5120
5120
|
]);
|
|
5121
5121
|
const Ye = e.object({
|
|
5122
5122
|
action: e.string()
|
|
5123
|
-
}),
|
|
5123
|
+
}), P = e.lazy(
|
|
5124
5124
|
() => e.object({
|
|
5125
5125
|
type: e.string(),
|
|
5126
5126
|
locator: e.string(),
|
|
5127
5127
|
parentLocator: e.string(),
|
|
5128
|
-
elements: e.array(
|
|
5128
|
+
elements: e.array(P),
|
|
5129
5129
|
coverageTerms: e.record(e.string()),
|
|
5130
5130
|
data: e.record(e.record(e.unknown())),
|
|
5131
5131
|
staticLocator: e.string(),
|
|
@@ -5145,7 +5145,7 @@ e.union([
|
|
|
5145
5145
|
e.literal("add"),
|
|
5146
5146
|
e.literal("delete")
|
|
5147
5147
|
]);
|
|
5148
|
-
const
|
|
5148
|
+
const ln = e.object({
|
|
5149
5149
|
locator: e.string(),
|
|
5150
5150
|
action: e.union([
|
|
5151
5151
|
e.literal("reversed"),
|
|
@@ -5167,10 +5167,10 @@ e.union([
|
|
|
5167
5167
|
e.literal("terminated"),
|
|
5168
5168
|
e.literal("invalidated")
|
|
5169
5169
|
]);
|
|
5170
|
-
const
|
|
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
|
+
}), jt = e.object({
|
|
5174
5174
|
locator: e.string(),
|
|
5175
5175
|
elementLocator: e.string(),
|
|
5176
5176
|
chargeType: e.string(),
|
|
@@ -5343,7 +5343,7 @@ const Ii = e.object({
|
|
|
5343
5343
|
type: e.string(),
|
|
5344
5344
|
data: e.record(e.record(e.unknown())),
|
|
5345
5345
|
chargeSummaries: e.record(e.number())
|
|
5346
|
-
}),
|
|
5346
|
+
}), cn = e.object({
|
|
5347
5347
|
cadence: e.union([
|
|
5348
5348
|
e.literal("none"),
|
|
5349
5349
|
e.literal("fullPay"),
|
|
@@ -5470,8 +5470,8 @@ const Mi = e.object({
|
|
|
5470
5470
|
removeCoverageTerms: e.record(e.record(e.unknown()))
|
|
5471
5471
|
})
|
|
5472
5472
|
), M = e.object({
|
|
5473
|
-
installmentPreferences:
|
|
5474
|
-
billingPreferences:
|
|
5473
|
+
installmentPreferences: cn.optional(),
|
|
5474
|
+
billingPreferences: sn.optional()
|
|
5475
5475
|
}), Oi = e.object({
|
|
5476
5476
|
renewalTransactionType: e.string().optional(),
|
|
5477
5477
|
newTermDuration: e.number().optional(),
|
|
@@ -5479,7 +5479,7 @@ const Mi = e.object({
|
|
|
5479
5479
|
renewalTransactionAcceptTime: e.string().optional(),
|
|
5480
5480
|
renewalTransactionIssueTime: e.string().optional(),
|
|
5481
5481
|
renewalTransactionLocator: e.string().optional()
|
|
5482
|
-
}),
|
|
5482
|
+
}), Tt = 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())),
|
|
@@ -5494,8 +5494,8 @@ const Mi = e.object({
|
|
|
5494
5494
|
startTime: e.string(),
|
|
5495
5495
|
endTime: e.string(),
|
|
5496
5496
|
expirationTime: e.string(),
|
|
5497
|
-
elements: e.array(
|
|
5498
|
-
}),
|
|
5497
|
+
elements: e.array(Tt)
|
|
5498
|
+
}), dn = e.object({
|
|
5499
5499
|
setData: e.record(e.record(e.unknown())),
|
|
5500
5500
|
removeData: e.record(e.record(e.unknown())),
|
|
5501
5501
|
setCoverageTerms: e.record(e.string()),
|
|
@@ -5505,7 +5505,7 @@ const Mi = 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(Tt),
|
|
5509
5509
|
preferences: M,
|
|
5510
5510
|
billingTrigger: e.union([e.literal("accept"), e.literal("issue")]),
|
|
5511
5511
|
delinquencyPlanName: e.string(),
|
|
@@ -5533,7 +5533,7 @@ e.union([
|
|
|
5533
5533
|
e.literal("days"),
|
|
5534
5534
|
e.literal("hours")
|
|
5535
5535
|
]);
|
|
5536
|
-
const
|
|
5536
|
+
const un = e.object({
|
|
5537
5537
|
toTransaction: e.string(),
|
|
5538
5538
|
reverseTransactions: e.array(e.string()),
|
|
5539
5539
|
baseLocator: e.string()
|
|
@@ -5554,7 +5554,7 @@ const Ui = e.object({
|
|
|
5554
5554
|
timezone: e.string(),
|
|
5555
5555
|
coverageTerms: e.record(e.string()),
|
|
5556
5556
|
data: e.record(e.record(e.unknown())),
|
|
5557
|
-
elements: e.array(
|
|
5557
|
+
elements: e.array(P),
|
|
5558
5558
|
durationBasis: e.union([
|
|
5559
5559
|
e.literal("none"),
|
|
5560
5560
|
e.literal("years"),
|
|
@@ -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(jt),
|
|
5593
5593
|
state: e.union([
|
|
5594
5594
|
e.literal("draft"),
|
|
5595
5595
|
e.literal("validated"),
|
|
@@ -5619,7 +5619,7 @@ e.union([
|
|
|
5619
5619
|
e.literal("refused"),
|
|
5620
5620
|
e.literal("discarded")
|
|
5621
5621
|
]);
|
|
5622
|
-
const
|
|
5622
|
+
const mn = e.object({
|
|
5623
5623
|
productName: e.string(),
|
|
5624
5624
|
accountLocator: e.string(),
|
|
5625
5625
|
startTime: e.string(),
|
|
@@ -5629,7 +5629,7 @@ const un = e.object({
|
|
|
5629
5629
|
timezone: e.string(),
|
|
5630
5630
|
coverageTerms: e.record(e.string()),
|
|
5631
5631
|
data: e.record(e.record(e.unknown())),
|
|
5632
|
-
elements: e.array(
|
|
5632
|
+
elements: e.array(P),
|
|
5633
5633
|
durationBasis: e.union([
|
|
5634
5634
|
e.literal("none"),
|
|
5635
5635
|
e.literal("years"),
|
|
@@ -5650,7 +5650,7 @@ const un = e.object({
|
|
|
5650
5650
|
]),
|
|
5651
5651
|
region: e.string(),
|
|
5652
5652
|
static: e.record(e.record(e.unknown()))
|
|
5653
|
-
}),
|
|
5653
|
+
}), q = e.object({
|
|
5654
5654
|
quoteLocator: e.string()
|
|
5655
5655
|
}), zi = e.object({
|
|
5656
5656
|
quoteLocator: e.string(),
|
|
@@ -5697,7 +5697,7 @@ const un = e.object({
|
|
|
5697
5697
|
e.literal("days"),
|
|
5698
5698
|
e.literal("hours")
|
|
5699
5699
|
]),
|
|
5700
|
-
items: e.array(
|
|
5700
|
+
items: e.array(jt),
|
|
5701
5701
|
quoteNumber: e.string()
|
|
5702
5702
|
});
|
|
5703
5703
|
e.union([
|
|
@@ -5708,7 +5708,7 @@ e.union([
|
|
|
5708
5708
|
e.literal("reject"),
|
|
5709
5709
|
e.literal("approve")
|
|
5710
5710
|
]);
|
|
5711
|
-
const
|
|
5711
|
+
const se = e.object({
|
|
5712
5712
|
locator: e.string(),
|
|
5713
5713
|
level: e.union([
|
|
5714
5714
|
e.literal("none"),
|
|
@@ -5759,7 +5759,7 @@ const le = e.object({
|
|
|
5759
5759
|
e.literal("hours")
|
|
5760
5760
|
]),
|
|
5761
5761
|
underwritingStatus: e.string(),
|
|
5762
|
-
underwritingFlags: e.array(
|
|
5762
|
+
underwritingFlags: e.array(se)
|
|
5763
5763
|
}), na = e.object({
|
|
5764
5764
|
resetAllUnderwritingFlags: e.boolean(),
|
|
5765
5765
|
resetFlags: e.array(e.string()),
|
|
@@ -5771,13 +5771,13 @@ e.union([
|
|
|
5771
5771
|
e.literal("clear"),
|
|
5772
5772
|
e.literal("delete")
|
|
5773
5773
|
]);
|
|
5774
|
-
const
|
|
5774
|
+
const je = e.object({
|
|
5775
5775
|
locator: e.string(),
|
|
5776
5776
|
transactionLocator: e.string(),
|
|
5777
5777
|
segmentType: e.union([e.literal("coverage"), e.literal("gap")]),
|
|
5778
5778
|
startTime: e.string(),
|
|
5779
5779
|
endTime: e.string(),
|
|
5780
|
-
element:
|
|
5780
|
+
element: P,
|
|
5781
5781
|
duration: e.number(),
|
|
5782
5782
|
basedOn: e.string().optional()
|
|
5783
5783
|
});
|
|
@@ -5865,11 +5865,11 @@ e.union([
|
|
|
5865
5865
|
const S = e.object({
|
|
5866
5866
|
policyLocator: e.string(),
|
|
5867
5867
|
transactionLocator: e.string()
|
|
5868
|
-
}),
|
|
5868
|
+
}), we = e.object({
|
|
5869
5869
|
policyLocator: e.string(),
|
|
5870
5870
|
transactionLocator: e.string(),
|
|
5871
5871
|
underwritingStatus: e.string()
|
|
5872
|
-
}),
|
|
5872
|
+
}), ke = e.object({
|
|
5873
5873
|
policyLocator: e.string(),
|
|
5874
5874
|
transactionLocator: e.string()
|
|
5875
5875
|
}), Ki = e.lazy(
|
|
@@ -5903,10 +5903,10 @@ const S = e.object({
|
|
|
5903
5903
|
e.literal("reversed")
|
|
5904
5904
|
]),
|
|
5905
5905
|
effectiveTime: e.string(),
|
|
5906
|
-
charges: e.array(
|
|
5906
|
+
charges: e.array(jt),
|
|
5907
5907
|
aggregatedTransactions: e.array(Ki)
|
|
5908
5908
|
})
|
|
5909
|
-
),
|
|
5909
|
+
), pn = e.object({
|
|
5910
5910
|
locator: e.string(),
|
|
5911
5911
|
transactionCategory: e.union([
|
|
5912
5912
|
e.literal("issuance"),
|
|
@@ -5921,7 +5921,7 @@ const S = e.object({
|
|
|
5921
5921
|
effectiveTime: e.string(),
|
|
5922
5922
|
issuedTime: e.string(),
|
|
5923
5923
|
preferences: M,
|
|
5924
|
-
segment:
|
|
5924
|
+
segment: je
|
|
5925
5925
|
}), Qi = e.lazy(
|
|
5926
5926
|
() => e.object({
|
|
5927
5927
|
locator: e.string(),
|
|
@@ -5954,14 +5954,14 @@ const S = e.object({
|
|
|
5954
5954
|
]),
|
|
5955
5955
|
effectiveTime: e.string(),
|
|
5956
5956
|
underwritingStatus: e.string(),
|
|
5957
|
-
underwritingFlags: e.array(
|
|
5957
|
+
underwritingFlags: e.array(se),
|
|
5958
5958
|
aggregatedTransactions: e.array(Qi)
|
|
5959
5959
|
})
|
|
5960
5960
|
), Hi = e.object({
|
|
5961
5961
|
transactionLocator: e.string(),
|
|
5962
|
-
flags: e.array(
|
|
5963
|
-
clearedFlags: e.array(
|
|
5964
|
-
}),
|
|
5962
|
+
flags: e.array(se),
|
|
5963
|
+
clearedFlags: e.array(se)
|
|
5964
|
+
}), gn = e.object({
|
|
5965
5965
|
level: e.union([
|
|
5966
5966
|
e.literal("none"),
|
|
5967
5967
|
e.literal("info"),
|
|
@@ -5987,9 +5987,9 @@ e.union([
|
|
|
5987
5987
|
e.literal("transaction")
|
|
5988
5988
|
]);
|
|
5989
5989
|
const ra = e.object({
|
|
5990
|
-
addFlags: e.array(
|
|
5990
|
+
addFlags: e.array(gn),
|
|
5991
5991
|
clearFlags: e.array(e.string())
|
|
5992
|
-
}),
|
|
5992
|
+
}), yn = e.object({
|
|
5993
5993
|
autoRenewalPlanName: e.string()
|
|
5994
5994
|
}), Ji = e.object({
|
|
5995
5995
|
renewalTransactionType: e.string().optional(),
|
|
@@ -5998,7 +5998,7 @@ const ra = e.object({
|
|
|
5998
5998
|
renewalTransactionAcceptTime: e.string().optional(),
|
|
5999
5999
|
renewalTransactionIssueTime: e.string().optional(),
|
|
6000
6000
|
renewalTransactionLocator: e.string().optional()
|
|
6001
|
-
}),
|
|
6001
|
+
}), At = e.object({
|
|
6002
6002
|
billingLevel: e.union([
|
|
6003
6003
|
e.literal("account"),
|
|
6004
6004
|
e.literal("inherit"),
|
|
@@ -6008,29 +6008,29 @@ const ra = e.object({
|
|
|
6008
6008
|
billingTrigger: e.union([e.literal("accept"), e.literal("issue")])
|
|
6009
6009
|
}), oa = e.object({
|
|
6010
6010
|
delinquencyPlanName: e.string()
|
|
6011
|
-
}),
|
|
6011
|
+
}), fn = e.object({
|
|
6012
6012
|
elementType: e.string(),
|
|
6013
6013
|
locator: e.string().optional(),
|
|
6014
6014
|
errors: e.array(e.string())
|
|
6015
|
-
}),
|
|
6016
|
-
validationItems: e.array(
|
|
6015
|
+
}), ae = e.object({
|
|
6016
|
+
validationItems: e.array(fn),
|
|
6017
6017
|
success: e.boolean()
|
|
6018
6018
|
});
|
|
6019
6019
|
e.object({
|
|
6020
6020
|
locator: e.string(),
|
|
6021
|
-
requestBody: e.array(
|
|
6021
|
+
requestBody: e.array(P)
|
|
6022
6022
|
});
|
|
6023
|
-
e.array(
|
|
6023
|
+
e.array(je);
|
|
6024
6024
|
e.object({
|
|
6025
6025
|
locator: e.string(),
|
|
6026
6026
|
requestBody: e.array(e.string())
|
|
6027
6027
|
});
|
|
6028
|
-
e.array(
|
|
6028
|
+
e.array(je);
|
|
6029
6029
|
e.object({
|
|
6030
6030
|
locator: e.string(),
|
|
6031
|
-
requestBody:
|
|
6031
|
+
requestBody: Tt
|
|
6032
6032
|
});
|
|
6033
|
-
e.array(
|
|
6033
|
+
e.array(je);
|
|
6034
6034
|
const at = Ye.and(
|
|
6035
6035
|
e.object({
|
|
6036
6036
|
locator: e.string().optional(),
|
|
@@ -6040,7 +6040,7 @@ const at = Ye.and(
|
|
|
6040
6040
|
e.literal("add"),
|
|
6041
6041
|
e.literal("delete")
|
|
6042
6042
|
]).optional(),
|
|
6043
|
-
elements: e.array(
|
|
6043
|
+
elements: e.array(P).optional()
|
|
6044
6044
|
})
|
|
6045
6045
|
).and(
|
|
6046
6046
|
e.object({
|
|
@@ -6051,9 +6051,9 @@ const at = Ye.and(
|
|
|
6051
6051
|
e.literal("add"),
|
|
6052
6052
|
e.literal("delete")
|
|
6053
6053
|
]),
|
|
6054
|
-
elements: e.array(
|
|
6054
|
+
elements: e.array(P)
|
|
6055
6055
|
})
|
|
6056
|
-
),
|
|
6056
|
+
), de = Ye.and(
|
|
6057
6057
|
e.object({
|
|
6058
6058
|
locator: e.string().optional(),
|
|
6059
6059
|
action: e.union([
|
|
@@ -6115,7 +6115,7 @@ const at = Ye.and(
|
|
|
6115
6115
|
aggregateTransactionLocator: e.string().optional(),
|
|
6116
6116
|
createdAt: e.string(),
|
|
6117
6117
|
createdBy: e.string(),
|
|
6118
|
-
validationResult:
|
|
6118
|
+
validationResult: ae.optional(),
|
|
6119
6119
|
changeInstructions: e.array(e.record(e.unknown())),
|
|
6120
6120
|
effectiveTime: e.string(),
|
|
6121
6121
|
aggregatedTransactions: e.array(Xi),
|
|
@@ -6136,7 +6136,7 @@ e.object({
|
|
|
6136
6136
|
locator: e.string(),
|
|
6137
6137
|
requestBody: e.record(e.record(e.unknown()))
|
|
6138
6138
|
});
|
|
6139
|
-
const
|
|
6139
|
+
const hn = e.object({
|
|
6140
6140
|
locator: e.string(),
|
|
6141
6141
|
quoteState: e.union([
|
|
6142
6142
|
e.literal("draft"),
|
|
@@ -6160,7 +6160,7 @@ const fn = e.object({
|
|
|
6160
6160
|
currency: e.string().optional(),
|
|
6161
6161
|
underwritingStatus: e.string().optional(),
|
|
6162
6162
|
expirationTime: e.string().optional(),
|
|
6163
|
-
element:
|
|
6163
|
+
element: P,
|
|
6164
6164
|
preferences: M.optional(),
|
|
6165
6165
|
policyLocator: e.string().optional(),
|
|
6166
6166
|
delinquencyPlanName: e.string().optional(),
|
|
@@ -6186,7 +6186,7 @@ const fn = e.object({
|
|
|
6186
6186
|
duration: e.number().optional(),
|
|
6187
6187
|
acceptedTime: e.string().optional(),
|
|
6188
6188
|
issuedTime: e.string().optional(),
|
|
6189
|
-
validationResult:
|
|
6189
|
+
validationResult: ae.optional(),
|
|
6190
6190
|
quickQuoteLocator: e.string().optional(),
|
|
6191
6191
|
policyNumber: e.string(),
|
|
6192
6192
|
static: e.record(e.record(e.unknown()))
|
|
@@ -6201,7 +6201,7 @@ e.object({
|
|
|
6201
6201
|
});
|
|
6202
6202
|
e.object({
|
|
6203
6203
|
locator: e.string(),
|
|
6204
|
-
requestBody: e.array(
|
|
6204
|
+
requestBody: e.array(P)
|
|
6205
6205
|
});
|
|
6206
6206
|
e.object({
|
|
6207
6207
|
locator: e.string(),
|
|
@@ -6209,7 +6209,7 @@ e.object({
|
|
|
6209
6209
|
});
|
|
6210
6210
|
e.object({
|
|
6211
6211
|
locator: e.string(),
|
|
6212
|
-
requestBody: e.array(
|
|
6212
|
+
requestBody: e.array(P)
|
|
6213
6213
|
});
|
|
6214
6214
|
e.object({
|
|
6215
6215
|
locator: e.string(),
|
|
@@ -6238,8 +6238,8 @@ e.object({
|
|
|
6238
6238
|
e.literal("hours")
|
|
6239
6239
|
]).optional(),
|
|
6240
6240
|
groupLocator: e.string(),
|
|
6241
|
-
element:
|
|
6242
|
-
validationResult:
|
|
6241
|
+
element: P,
|
|
6242
|
+
validationResult: ae.optional()
|
|
6243
6243
|
});
|
|
6244
6244
|
e.object({
|
|
6245
6245
|
locator: e.string(),
|
|
@@ -6253,7 +6253,7 @@ e.object({
|
|
|
6253
6253
|
locator: e.string(),
|
|
6254
6254
|
requestBody: e.record(e.record(e.unknown()))
|
|
6255
6255
|
});
|
|
6256
|
-
const
|
|
6256
|
+
const bn = e.object({
|
|
6257
6257
|
locator: e.string(),
|
|
6258
6258
|
accountLocator: e.string(),
|
|
6259
6259
|
branchHeadTransactionLocators: e.array(e.string()),
|
|
@@ -6286,7 +6286,7 @@ const hn = e.object({
|
|
|
6286
6286
|
region: e.string().optional(),
|
|
6287
6287
|
policyNumber: e.string().optional(),
|
|
6288
6288
|
latestSegmentLocator: e.string(),
|
|
6289
|
-
validationResult:
|
|
6289
|
+
validationResult: ae.optional(),
|
|
6290
6290
|
static: e.record(e.record(e.unknown()))
|
|
6291
6291
|
});
|
|
6292
6292
|
e.object({
|
|
@@ -6322,7 +6322,7 @@ e.object({
|
|
|
6322
6322
|
renewalTransactionIssueTime: e.string().optional(),
|
|
6323
6323
|
renewalTransactionIssuedTime: e.string().optional(),
|
|
6324
6324
|
newTermDuration: e.number().optional(),
|
|
6325
|
-
validationResult:
|
|
6325
|
+
validationResult: ae.optional()
|
|
6326
6326
|
});
|
|
6327
6327
|
e.object({
|
|
6328
6328
|
locator: e.string(),
|
|
@@ -6349,7 +6349,7 @@ const el = e.object({
|
|
|
6349
6349
|
autoRenewalPlanName: e.string(),
|
|
6350
6350
|
excessCreditPlanName: e.string(),
|
|
6351
6351
|
preferences: M,
|
|
6352
|
-
validationResult:
|
|
6352
|
+
validationResult: ae.optional(),
|
|
6353
6353
|
billingLevel: e.union([
|
|
6354
6354
|
e.literal("account"),
|
|
6355
6355
|
e.literal("inherit"),
|
|
@@ -6358,13 +6358,13 @@ const el = 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(St),
|
|
6362
6362
|
state: e.union([
|
|
6363
6363
|
e.literal("draft"),
|
|
6364
6364
|
e.literal("validated"),
|
|
6365
6365
|
e.literal("discarded")
|
|
6366
6366
|
])
|
|
6367
|
-
}),
|
|
6367
|
+
}), vn = e.object({
|
|
6368
6368
|
type: e.string(),
|
|
6369
6369
|
autoValidate: e.boolean(),
|
|
6370
6370
|
data: e.record(e.record(e.unknown())),
|
|
@@ -6380,7 +6380,7 @@ const el = e.object({
|
|
|
6380
6380
|
]),
|
|
6381
6381
|
region: e.string(),
|
|
6382
6382
|
invoiceDocument: e.string(),
|
|
6383
|
-
contacts: e.array(
|
|
6383
|
+
contacts: e.array(St)
|
|
6384
6384
|
}), tl = e.object({
|
|
6385
6385
|
type: e.string(),
|
|
6386
6386
|
delinquencyPlanName: e.string(),
|
|
@@ -6409,7 +6409,7 @@ e.object({
|
|
|
6409
6409
|
locator: e.string()
|
|
6410
6410
|
});
|
|
6411
6411
|
e.object({
|
|
6412
|
-
requestBody:
|
|
6412
|
+
requestBody: mn
|
|
6413
6413
|
});
|
|
6414
6414
|
e.object({
|
|
6415
6415
|
locator: e.string(),
|
|
@@ -6461,7 +6461,7 @@ e.object({
|
|
|
6461
6461
|
currency: e.string().optional(),
|
|
6462
6462
|
underwritingStatus: e.string().optional(),
|
|
6463
6463
|
expirationTime: e.string().optional(),
|
|
6464
|
-
element:
|
|
6464
|
+
element: P,
|
|
6465
6465
|
preferences: M.optional(),
|
|
6466
6466
|
policyLocator: e.string().optional(),
|
|
6467
6467
|
delinquencyPlanName: e.string().optional(),
|
|
@@ -6487,7 +6487,7 @@ e.object({
|
|
|
6487
6487
|
duration: e.number().optional(),
|
|
6488
6488
|
acceptedTime: e.string().optional(),
|
|
6489
6489
|
issuedTime: e.string().optional(),
|
|
6490
|
-
validationResult:
|
|
6490
|
+
validationResult: ae.optional(),
|
|
6491
6491
|
quickQuoteLocator: e.string().optional()
|
|
6492
6492
|
});
|
|
6493
6493
|
e.object({
|
|
@@ -6512,7 +6512,7 @@ e.object({
|
|
|
6512
6512
|
requestBody: Bi
|
|
6513
6513
|
});
|
|
6514
6514
|
e.object({
|
|
6515
|
-
requestBody:
|
|
6515
|
+
requestBody: vn
|
|
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(St);
|
|
6528
6528
|
e.object({
|
|
6529
6529
|
accountLocator: e.string(),
|
|
6530
|
-
requestBody:
|
|
6530
|
+
requestBody: St
|
|
6531
6531
|
});
|
|
6532
6532
|
e.object({
|
|
6533
6533
|
locator: e.string(),
|
|
@@ -6580,7 +6580,7 @@ e.object({
|
|
|
6580
6580
|
at,
|
|
6581
6581
|
Xe,
|
|
6582
6582
|
et,
|
|
6583
|
-
|
|
6583
|
+
de
|
|
6584
6584
|
])
|
|
6585
6585
|
});
|
|
6586
6586
|
e.object({
|
|
@@ -6591,7 +6591,7 @@ e.object({
|
|
|
6591
6591
|
});
|
|
6592
6592
|
e.object({
|
|
6593
6593
|
locator: e.string(),
|
|
6594
|
-
requestBody:
|
|
6594
|
+
requestBody: dn
|
|
6595
6595
|
});
|
|
6596
6596
|
e.object({
|
|
6597
6597
|
locator: e.string(),
|
|
@@ -6602,8 +6602,8 @@ e.object({
|
|
|
6602
6602
|
});
|
|
6603
6603
|
const al = e.object({
|
|
6604
6604
|
quoteLocator: e.string(),
|
|
6605
|
-
flags: e.array(
|
|
6606
|
-
clearedFlags: e.array(
|
|
6605
|
+
flags: e.array(se),
|
|
6606
|
+
clearedFlags: e.array(se)
|
|
6607
6607
|
});
|
|
6608
6608
|
e.object({
|
|
6609
6609
|
locator: e.string(),
|
|
@@ -6639,11 +6639,11 @@ e.object({
|
|
|
6639
6639
|
});
|
|
6640
6640
|
e.object({
|
|
6641
6641
|
locator: e.string(),
|
|
6642
|
-
requestBody:
|
|
6642
|
+
requestBody: At
|
|
6643
6643
|
});
|
|
6644
6644
|
e.object({
|
|
6645
6645
|
locator: e.string(),
|
|
6646
|
-
requestBody:
|
|
6646
|
+
requestBody: yn
|
|
6647
6647
|
});
|
|
6648
6648
|
e.object({
|
|
6649
6649
|
locator: e.string(),
|
|
@@ -6686,14 +6686,14 @@ e.object({
|
|
|
6686
6686
|
at,
|
|
6687
6687
|
Xe,
|
|
6688
6688
|
et,
|
|
6689
|
-
|
|
6689
|
+
de
|
|
6690
6690
|
])
|
|
6691
6691
|
),
|
|
6692
6692
|
transactionType: e.string()
|
|
6693
6693
|
});
|
|
6694
6694
|
e.object({
|
|
6695
6695
|
locator: e.string(),
|
|
6696
|
-
requestBody:
|
|
6696
|
+
requestBody: un
|
|
6697
6697
|
});
|
|
6698
6698
|
e.object({
|
|
6699
6699
|
baseLocator: e.string().optional(),
|
|
@@ -6703,14 +6703,14 @@ e.object({
|
|
|
6703
6703
|
at,
|
|
6704
6704
|
Xe,
|
|
6705
6705
|
et,
|
|
6706
|
-
|
|
6706
|
+
de
|
|
6707
6707
|
])
|
|
6708
6708
|
)
|
|
6709
6709
|
});
|
|
6710
6710
|
e.object({
|
|
6711
6711
|
baseLocator: e.string().optional(),
|
|
6712
6712
|
locator: e.string(),
|
|
6713
|
-
requestBody:
|
|
6713
|
+
requestBody: de.optional()
|
|
6714
6714
|
});
|
|
6715
6715
|
e.object({
|
|
6716
6716
|
locator: e.string(),
|
|
@@ -6724,14 +6724,14 @@ e.object({
|
|
|
6724
6724
|
at,
|
|
6725
6725
|
Xe,
|
|
6726
6726
|
et,
|
|
6727
|
-
|
|
6727
|
+
de
|
|
6728
6728
|
])
|
|
6729
6729
|
)
|
|
6730
6730
|
});
|
|
6731
6731
|
e.object({
|
|
6732
6732
|
baseLocator: e.string().optional(),
|
|
6733
6733
|
locator: e.string(),
|
|
6734
|
-
requestBody:
|
|
6734
|
+
requestBody: de
|
|
6735
6735
|
});
|
|
6736
6736
|
e.object({
|
|
6737
6737
|
locator: e.string(),
|
|
@@ -6739,11 +6739,11 @@ e.object({
|
|
|
6739
6739
|
});
|
|
6740
6740
|
e.object({
|
|
6741
6741
|
locator: e.string(),
|
|
6742
|
-
requestBody:
|
|
6742
|
+
requestBody: At
|
|
6743
6743
|
});
|
|
6744
6744
|
e.object({
|
|
6745
6745
|
locator: e.string(),
|
|
6746
|
-
requestBody:
|
|
6746
|
+
requestBody: yn
|
|
6747
6747
|
});
|
|
6748
6748
|
e.object({
|
|
6749
6749
|
locator: e.string()
|
|
@@ -6759,7 +6759,7 @@ e.object({
|
|
|
6759
6759
|
});
|
|
6760
6760
|
e.object({
|
|
6761
6761
|
locator: e.string(),
|
|
6762
|
-
requestBody:
|
|
6762
|
+
requestBody: At
|
|
6763
6763
|
});
|
|
6764
6764
|
e.object({
|
|
6765
6765
|
accountLocator: e.string(),
|
|
@@ -6780,7 +6780,7 @@ e.object({
|
|
|
6780
6780
|
e.object({
|
|
6781
6781
|
locator: e.string()
|
|
6782
6782
|
});
|
|
6783
|
-
e.array(
|
|
6783
|
+
e.array(je);
|
|
6784
6784
|
e.object({
|
|
6785
6785
|
locator: e.string()
|
|
6786
6786
|
});
|
|
@@ -6800,13 +6800,13 @@ e.object({
|
|
|
6800
6800
|
locator: e.string()
|
|
6801
6801
|
});
|
|
6802
6802
|
e.array(
|
|
6803
|
-
|
|
6803
|
+
ln
|
|
6804
6804
|
);
|
|
6805
6805
|
e.object({
|
|
6806
6806
|
locator: e.string()
|
|
6807
6807
|
});
|
|
6808
6808
|
e.array(
|
|
6809
|
-
|
|
6809
|
+
ln
|
|
6810
6810
|
);
|
|
6811
6811
|
e.object({
|
|
6812
6812
|
segmentLocator: e.string()
|
|
@@ -6842,7 +6842,7 @@ e.record(
|
|
|
6842
6842
|
e.object({
|
|
6843
6843
|
quoteNumber: e.string()
|
|
6844
6844
|
});
|
|
6845
|
-
e.array(
|
|
6845
|
+
e.array(hn);
|
|
6846
6846
|
e.object({
|
|
6847
6847
|
count: e.number().optional(),
|
|
6848
6848
|
extended: e.boolean().optional(),
|
|
@@ -6899,14 +6899,14 @@ e.object({
|
|
|
6899
6899
|
date: e.string(),
|
|
6900
6900
|
locator: e.string()
|
|
6901
6901
|
});
|
|
6902
|
-
const
|
|
6902
|
+
const Sn = e.object({
|
|
6903
6903
|
locator: e.string(),
|
|
6904
6904
|
accountLocator: e.string(),
|
|
6905
6905
|
productName: e.string(),
|
|
6906
6906
|
timezone: e.string(),
|
|
6907
6907
|
currency: e.string(),
|
|
6908
6908
|
region: e.string(),
|
|
6909
|
-
transaction:
|
|
6909
|
+
transaction: pn,
|
|
6910
6910
|
delinquencyPlanName: e.string().optional(),
|
|
6911
6911
|
static: e.record(e.record(e.unknown()))
|
|
6912
6912
|
});
|
|
@@ -6922,31 +6922,31 @@ e.object({
|
|
|
6922
6922
|
offset: e.number().optional()
|
|
6923
6923
|
});
|
|
6924
6924
|
e.array(
|
|
6925
|
-
|
|
6925
|
+
Sn
|
|
6926
6926
|
);
|
|
6927
6927
|
e.object({
|
|
6928
6928
|
policyNumber: e.string()
|
|
6929
6929
|
});
|
|
6930
|
-
e.array(
|
|
6930
|
+
e.array(bn);
|
|
6931
6931
|
const nl = e.object({
|
|
6932
|
-
"policy.account.update":
|
|
6933
|
-
"policy.account.validate":
|
|
6934
|
-
"policy.account.create":
|
|
6932
|
+
"policy.account.update": Dt.optional(),
|
|
6933
|
+
"policy.account.validate": Dt.optional(),
|
|
6934
|
+
"policy.account.create": Dt.optional()
|
|
6935
6935
|
}), rl = e.object({
|
|
6936
|
-
"policy.quote.issue":
|
|
6937
|
-
"policy.quote.staticdata.replace":
|
|
6938
|
-
"policy.quote.create":
|
|
6939
|
-
"policy.quote.reset":
|
|
6940
|
-
"policy.quote.staticdata.update":
|
|
6941
|
-
"policy.quote.refuse":
|
|
6942
|
-
"policy.quote.staticdata.add":
|
|
6936
|
+
"policy.quote.issue": q.optional(),
|
|
6937
|
+
"policy.quote.staticdata.replace": q.optional(),
|
|
6938
|
+
"policy.quote.create": q.optional(),
|
|
6939
|
+
"policy.quote.reset": q.optional(),
|
|
6940
|
+
"policy.quote.staticdata.update": q.optional(),
|
|
6941
|
+
"policy.quote.refuse": q.optional(),
|
|
6942
|
+
"policy.quote.staticdata.add": q.optional(),
|
|
6943
6943
|
"policy.quote.underwrite": zi.optional(),
|
|
6944
6944
|
"policy.quote.manualunderwrite": Fi.optional(),
|
|
6945
|
-
"policy.quote.update":
|
|
6946
|
-
"policy.quote.price":
|
|
6947
|
-
"policy.quote.validate":
|
|
6948
|
-
"policy.quote.discard":
|
|
6949
|
-
"policy.quote.accept":
|
|
6945
|
+
"policy.quote.update": q.optional(),
|
|
6946
|
+
"policy.quote.price": q.optional(),
|
|
6947
|
+
"policy.quote.validate": q.optional(),
|
|
6948
|
+
"policy.quote.discard": q.optional(),
|
|
6949
|
+
"policy.quote.accept": q.optional()
|
|
6950
6950
|
}), ol = e.object({
|
|
6951
6951
|
"policy.renewal.accept": S.optional(),
|
|
6952
6952
|
"policy.cancellation.reset": S.optional(),
|
|
@@ -6956,7 +6956,7 @@ const nl = 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": we.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 nl = 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": we.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": ke.optional(),
|
|
6975
6975
|
"policy.change.create": S.optional(),
|
|
6976
6976
|
"policy.reinstatement.update": S.optional(),
|
|
6977
|
-
"policy.renewal.manualUnderwrite":
|
|
6977
|
+
"policy.renewal.manualUnderwrite": ke.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": we.optional(),
|
|
6984
|
+
"policy.change.underwrite": we.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 nl = 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": ke.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": ke.optional(),
|
|
7000
|
+
"policy.reinstatement.underwrite": we.optional(),
|
|
7001
7001
|
"policy.reinstatement.validate": S.optional(),
|
|
7002
|
-
"policy.reinstatement.manualUnderwrite":
|
|
7002
|
+
"policy.reinstatement.manualUnderwrite": ke.optional(),
|
|
7003
7003
|
"policy.reversal.refuse": S.optional(),
|
|
7004
7004
|
"policy.renewal.discard": S.optional(),
|
|
7005
7005
|
"policy.reversal.create": S.optional()
|
|
@@ -7045,12 +7045,12 @@ e.object({
|
|
|
7045
7045
|
at,
|
|
7046
7046
|
Xe,
|
|
7047
7047
|
et,
|
|
7048
|
-
|
|
7048
|
+
de
|
|
7049
7049
|
])
|
|
7050
7050
|
});
|
|
7051
7051
|
e.object({
|
|
7052
7052
|
locator: e.string(),
|
|
7053
|
-
requestBody:
|
|
7053
|
+
requestBody: vn
|
|
7054
7054
|
});
|
|
7055
7055
|
e.object({
|
|
7056
7056
|
locator: e.string(),
|
|
@@ -7061,8 +7061,8 @@ e.object({
|
|
|
7061
7061
|
quoteEvents: rl.optional(),
|
|
7062
7062
|
transactionEvents: ol.optional()
|
|
7063
7063
|
});
|
|
7064
|
-
const
|
|
7065
|
-
function
|
|
7064
|
+
const _t = e.string().uuid(), v = e.string().ulid(), y = e.string().datetime(), Ad = e.string().datetime({ offset: !0 }), F = e.record(e.string(), e.string()), w = e.record(e.string(), e.any()), Te = _t, _ = _t, nt = v, te = v, Ae = v, W = v, lt = v, _d = v, ia = v, jn = v, Ke = v, il = v, la = v, Tn = v, An = v;
|
|
7065
|
+
function C(n) {
|
|
7066
7066
|
return e.object({
|
|
7067
7067
|
listCompleted: e.boolean(),
|
|
7068
7068
|
items: e.array(n)
|
|
@@ -7071,34 +7071,34 @@ function P(n) {
|
|
|
7071
7071
|
function ll(n) {
|
|
7072
7072
|
return e.array(n);
|
|
7073
7073
|
}
|
|
7074
|
-
const sl =
|
|
7075
|
-
e.object({ locator:
|
|
7076
|
-
),
|
|
7074
|
+
const sl = fn.merge(
|
|
7075
|
+
e.object({ locator: te })
|
|
7076
|
+
), sa = ae.merge(
|
|
7077
7077
|
e.object({
|
|
7078
7078
|
validationItems: e.array(sl).optional()
|
|
7079
7079
|
})
|
|
7080
|
-
),
|
|
7080
|
+
), wd = 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
7084
|
...We.shape,
|
|
7085
7085
|
referenceType: Ri
|
|
7086
7086
|
}), cl = e.object({
|
|
7087
|
-
...
|
|
7087
|
+
...en.shape,
|
|
7088
7088
|
deadlineTime: y,
|
|
7089
7089
|
references: e.array(yt),
|
|
7090
7090
|
assignedTo: _.optional()
|
|
7091
|
-
}),
|
|
7092
|
-
...
|
|
7091
|
+
}), kd = e.object({
|
|
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
|
}), _n = e.object({
|
|
7099
|
-
...
|
|
7100
|
-
locator:
|
|
7101
|
-
activityState:
|
|
7099
|
+
...rn.shape,
|
|
7100
|
+
locator: la,
|
|
7101
|
+
activityState: vt,
|
|
7102
7102
|
references: e.array(yt).optional(),
|
|
7103
7103
|
underwritingFlagLocators: e.array(e.string()).optional(),
|
|
7104
7104
|
deadlineTime: y.optional(),
|
|
@@ -7107,13 +7107,13 @@ const sl = yn.merge(
|
|
|
7107
7107
|
updatedBy: _.optional(),
|
|
7108
7108
|
createdAt: y,
|
|
7109
7109
|
updatedAt: y.optional()
|
|
7110
|
-
}),
|
|
7111
|
-
...
|
|
7110
|
+
}), xd = C(_n), dl = e.object({
|
|
7111
|
+
...Fa.shape
|
|
7112
7112
|
}), wn = e.object({
|
|
7113
7113
|
locator: e.string(),
|
|
7114
7114
|
category: e.string(),
|
|
7115
7115
|
type: e.string(),
|
|
7116
|
-
activityState:
|
|
7116
|
+
activityState: vt,
|
|
7117
7117
|
underwritingFlagLocators: e.array(e.string()),
|
|
7118
7118
|
deadlineTime: e.string(),
|
|
7119
7119
|
assignedTo: _.optional(),
|
|
@@ -7122,7 +7122,7 @@ const sl = yn.merge(
|
|
|
7122
7122
|
}), ul = wn.extend({
|
|
7123
7123
|
updatedBy: _.optional(),
|
|
7124
7124
|
updatedAt: e.string()
|
|
7125
|
-
}),
|
|
7125
|
+
}), Ld = e.object({
|
|
7126
7126
|
listCompleted: e.boolean(),
|
|
7127
7127
|
items: e.array(
|
|
7128
7128
|
e.union([
|
|
@@ -7131,11 +7131,11 @@ const sl = yn.merge(
|
|
|
7131
7131
|
])
|
|
7132
7132
|
)
|
|
7133
7133
|
}), ml = e.object({
|
|
7134
|
-
...
|
|
7134
|
+
...nn.shape,
|
|
7135
7135
|
userLocator: _,
|
|
7136
7136
|
referenceType: ea
|
|
7137
7137
|
}), pl = e.object({
|
|
7138
|
-
...
|
|
7138
|
+
...an.shape,
|
|
7139
7139
|
locator: Tn,
|
|
7140
7140
|
userLocator: _,
|
|
7141
7141
|
referenceType: ea,
|
|
@@ -7144,39 +7144,41 @@ const sl = yn.merge(
|
|
|
7144
7144
|
createdAt: y,
|
|
7145
7145
|
updatedBy: _.optional(),
|
|
7146
7146
|
updatedAt: y.optional()
|
|
7147
|
-
}),
|
|
7148
|
-
...
|
|
7147
|
+
}), Rd = C(pl), gl = e.object({
|
|
7148
|
+
...Ga.shape,
|
|
7149
7149
|
appliesTo: e.array(ea),
|
|
7150
7150
|
qualification: e.record(e.string()).optional()
|
|
7151
|
-
}), yl =
|
|
7151
|
+
}), yl = Ka.merge(
|
|
7152
7152
|
e.object({
|
|
7153
7153
|
displayName: e.string().optional(),
|
|
7154
7154
|
numberingPlan: e.string().optional(),
|
|
7155
7155
|
data: e.record(e.any()).optional(),
|
|
7156
7156
|
extend: e.string().optional()
|
|
7157
7157
|
})
|
|
7158
|
-
), fl = e.record(yl), hl =
|
|
7158
|
+
), fl = e.record(yl), hl = Qa.merge(
|
|
7159
7159
|
e.object({
|
|
7160
7160
|
displayName: e.string().optional(),
|
|
7161
7161
|
scope: ki,
|
|
7162
|
-
format:
|
|
7162
|
+
format: Jt.optional(),
|
|
7163
7163
|
selectionTimeBasis: xi.optional(),
|
|
7164
7164
|
trigger: Li.optional()
|
|
7165
7165
|
})
|
|
7166
|
-
), bl = e.record(hl), vl =
|
|
7166
|
+
), bl = e.record(hl), vl = Wa.merge(
|
|
7167
7167
|
e.object({
|
|
7168
7168
|
displayName: e.string().optional(),
|
|
7169
|
-
cadence:
|
|
7170
|
-
anchorMode:
|
|
7169
|
+
cadence: Ja,
|
|
7170
|
+
anchorMode: Ha.optional(),
|
|
7171
7171
|
generateLeadDays: e.number().optional(),
|
|
7172
7172
|
dueLeadDays: e.number().optional(),
|
|
7173
7173
|
installmentWeights: e.array(e.number()).optional(),
|
|
7174
7174
|
maxInstallmentsPerTerm: e.number().optional()
|
|
7175
7175
|
})
|
|
7176
|
-
), Sl = e.record(vl), jl =
|
|
7177
|
-
|
|
7178
|
-
|
|
7179
|
-
|
|
7176
|
+
), Sl = e.record(vl), jl = $a.merge(
|
|
7177
|
+
e.object({
|
|
7178
|
+
activities: e.record(e.record(dl)),
|
|
7179
|
+
assignmentRoles: e.record(gl)
|
|
7180
|
+
})
|
|
7181
|
+
), Tl = e.object({
|
|
7180
7182
|
generateAutoRenewals: e.boolean(),
|
|
7181
7183
|
newTermDuration: e.number().optional(),
|
|
7182
7184
|
renewalAcceptLeadDays: e.number().optional(),
|
|
@@ -7226,13 +7228,13 @@ const sl = yn.merge(
|
|
|
7226
7228
|
abstract: e.boolean().optional(),
|
|
7227
7229
|
extend: e.string().optional(),
|
|
7228
7230
|
coverageTerms: e.array(e.string()).optional(),
|
|
7229
|
-
data: e.record(
|
|
7231
|
+
data: e.record(le).optional(),
|
|
7230
7232
|
charges: e.array(e.string()).optional(),
|
|
7231
7233
|
defaultSearchable: e.boolean().optional()
|
|
7232
|
-
}),
|
|
7234
|
+
}), xe = e.record(Nl), Il = e.object({
|
|
7233
7235
|
abstract: e.boolean(),
|
|
7234
7236
|
extend: e.string().optional(),
|
|
7235
|
-
data: e.record(
|
|
7237
|
+
data: e.record(le).optional(),
|
|
7236
7238
|
displayName: e.string().optional()
|
|
7237
7239
|
}), Ml = e.record(Il), Ol = e.object({
|
|
7238
7240
|
defaultTimeZone: e.string().optional(),
|
|
@@ -7257,8 +7259,8 @@ const sl = yn.merge(
|
|
|
7257
7259
|
charges: e.array(e.string()).optional(),
|
|
7258
7260
|
plugins: e.any(),
|
|
7259
7261
|
tables: e.any(),
|
|
7260
|
-
data: e.record(
|
|
7261
|
-
staticData: e.record(
|
|
7262
|
+
data: e.record(le).optional(),
|
|
7263
|
+
staticData: e.record(le).optional(),
|
|
7262
7264
|
defaultSearchable: e.boolean().optional()
|
|
7263
7265
|
}).merge(Ol), Ul = e.record(Zl), zl = e.enum([
|
|
7264
7266
|
"any",
|
|
@@ -7277,9 +7279,9 @@ const sl = yn.merge(
|
|
|
7277
7279
|
]), $l = e.object({
|
|
7278
7280
|
category: Vl,
|
|
7279
7281
|
costBearing: e.boolean()
|
|
7280
|
-
}), Wl = e.record($l),
|
|
7282
|
+
}), Wl = e.record($l), Ed = e.object({
|
|
7281
7283
|
// Root level
|
|
7282
|
-
dataTypes:
|
|
7284
|
+
dataTypes: xe.optional(),
|
|
7283
7285
|
accounts: ko,
|
|
7284
7286
|
products: Ul,
|
|
7285
7287
|
coverageTerms: Cl.optional(),
|
|
@@ -7296,10 +7298,10 @@ const sl = yn.merge(
|
|
|
7296
7298
|
installmentPlans: Sl.optional(),
|
|
7297
7299
|
workManagement: jl.optional(),
|
|
7298
7300
|
// Elements
|
|
7299
|
-
policyLines:
|
|
7300
|
-
exposures:
|
|
7301
|
-
exposureGroups:
|
|
7302
|
-
coverages:
|
|
7301
|
+
policyLines: xe.optional(),
|
|
7302
|
+
exposures: xe.optional(),
|
|
7303
|
+
exposureGroups: xe.optional(),
|
|
7304
|
+
coverages: xe.optional(),
|
|
7303
7305
|
// Settings
|
|
7304
7306
|
defaultTimeZone: e.string().optional(),
|
|
7305
7307
|
defaultCurrency: e.string().optional(),
|
|
@@ -7311,7 +7313,7 @@ const sl = yn.merge(
|
|
|
7311
7313
|
defaultExcessCreditPlan: e.string().optional(),
|
|
7312
7314
|
defaultBillingPlan: e.string().optional(),
|
|
7313
7315
|
// to be deprecated
|
|
7314
|
-
defaultDurationBasis:
|
|
7316
|
+
defaultDurationBasis: Vt.optional(),
|
|
7315
7317
|
defaultDelinquencyPlan: e.string().optional(),
|
|
7316
7318
|
defaultAuxDataSettings: e.string().optional(),
|
|
7317
7319
|
defaultBillingLevel: e.string().optional(),
|
|
@@ -7331,8 +7333,8 @@ const sl = yn.merge(
|
|
|
7331
7333
|
abstract: e.boolean().optional(),
|
|
7332
7334
|
extend: e.string().optional(),
|
|
7333
7335
|
displayName: e.string().optional(),
|
|
7334
|
-
data: e.record(
|
|
7335
|
-
}),
|
|
7336
|
+
data: e.record(le).optional()
|
|
7337
|
+
}), Cd = e.record(Kl), Ql = e.enum([
|
|
7336
7338
|
"draft",
|
|
7337
7339
|
"validated",
|
|
7338
7340
|
"earlyUnderwritten",
|
|
@@ -7345,7 +7347,7 @@ const sl = yn.merge(
|
|
|
7345
7347
|
"rejected",
|
|
7346
7348
|
"refused",
|
|
7347
7349
|
"discarded"
|
|
7348
|
-
]), kn = e.union([Ql, e.string()]), xn =
|
|
7350
|
+
]), kn = e.union([Ql, e.string()]), xn = Vt, Hl = e.enum(["accept", "issue"]), Jl = zt, Dd = e.record(
|
|
7349
7351
|
e.string().ulid(),
|
|
7350
7352
|
e.record(
|
|
7351
7353
|
e.object({
|
|
@@ -7360,27 +7362,27 @@ const sl = yn.merge(
|
|
|
7360
7362
|
).optional()
|
|
7361
7363
|
})
|
|
7362
7364
|
)
|
|
7363
|
-
),
|
|
7365
|
+
), qd = e.record(
|
|
7364
7366
|
e.string().ulid(),
|
|
7365
7367
|
e.record(e.record(e.union([e.string(), e.record(e.string())])))
|
|
7366
|
-
),
|
|
7368
|
+
), Pd = e.record(
|
|
7367
7369
|
e.string().ulid(),
|
|
7368
7370
|
e.record(e.array(e.string()))
|
|
7369
|
-
),
|
|
7371
|
+
), Aa = e.object({
|
|
7370
7372
|
type: e.string(),
|
|
7371
7373
|
staticLocator: e.string().optional(),
|
|
7372
7374
|
parentLocator: e.string().optional(),
|
|
7373
7375
|
coverageTerms: e.record(e.string()).optional(),
|
|
7374
7376
|
data: e.record(e.any()).optional()
|
|
7375
|
-
}),
|
|
7376
|
-
elements: e.array(
|
|
7377
|
-
}),
|
|
7377
|
+
}), Bd = Aa.extend({
|
|
7378
|
+
elements: e.array(Aa).optional()
|
|
7379
|
+
}), ca = e.object({
|
|
7378
7380
|
locator: e.string().ulid(),
|
|
7379
7381
|
removeCoverageTerms: e.record(e.unknown()).optional(),
|
|
7380
7382
|
removeData: e.record(e.unknown()).optional(),
|
|
7381
7383
|
setCoverageTerms: e.record(e.unknown()).optional(),
|
|
7382
7384
|
setData: e.record(e.unknown()).optional()
|
|
7383
|
-
}),
|
|
7385
|
+
}), Nd = e.object({
|
|
7384
7386
|
productName: e.string().optional(),
|
|
7385
7387
|
delinquencyPlanName: e.string().optional(),
|
|
7386
7388
|
startTime: e.string().optional(),
|
|
@@ -7389,7 +7391,7 @@ const sl = yn.merge(
|
|
|
7389
7391
|
expirationTime: e.string().optional(),
|
|
7390
7392
|
setData: e.record(e.any()).optional(),
|
|
7391
7393
|
removeData: e.record(e.any()).optional(),
|
|
7392
|
-
elements: e.array(
|
|
7394
|
+
elements: e.array(ca).optional(),
|
|
7393
7395
|
timezone: e.string().optional(),
|
|
7394
7396
|
billingPlan: e.string().optional(),
|
|
7395
7397
|
defaultTermDuration: e.string().optional(),
|
|
@@ -7453,44 +7455,44 @@ const sl = yn.merge(
|
|
|
7453
7455
|
// removeCoverageTerms map<string,object>?
|
|
7454
7456
|
// removeData map<string,object>?
|
|
7455
7457
|
// setCoverageTerms map<string,string>?
|
|
7456
|
-
}),
|
|
7457
|
-
locator:
|
|
7458
|
-
staticLocator:
|
|
7459
|
-
rootLocator:
|
|
7460
|
-
tenantLocator:
|
|
7458
|
+
}), Le = e.string().ulid(), Yl = e.object({
|
|
7459
|
+
locator: Le,
|
|
7460
|
+
staticLocator: Le,
|
|
7461
|
+
rootLocator: Le.optional(),
|
|
7462
|
+
tenantLocator: Le.optional(),
|
|
7461
7463
|
type: e.string(),
|
|
7462
7464
|
data: e.record(e.any()).optional(),
|
|
7463
|
-
parentLocator:
|
|
7465
|
+
parentLocator: Le.optional(),
|
|
7464
7466
|
coverageTerms: e.record(e.string()).optional(),
|
|
7465
7467
|
originalEffectiveTime: e.string().optional()
|
|
7466
|
-
}),
|
|
7467
|
-
elements: e.lazy(() =>
|
|
7468
|
-
}),
|
|
7469
|
-
locator:
|
|
7468
|
+
}), da = Yl.extend({
|
|
7469
|
+
elements: e.lazy(() => da.array().optional())
|
|
7470
|
+
}), Id = e.object({
|
|
7471
|
+
locator: De,
|
|
7470
7472
|
quoteState: kn,
|
|
7471
7473
|
productName: e.string(),
|
|
7472
|
-
accountLocator:
|
|
7474
|
+
accountLocator: De,
|
|
7473
7475
|
startTime: e.string().optional(),
|
|
7474
7476
|
endTime: e.string().optional(),
|
|
7475
7477
|
timezone: e.string().optional(),
|
|
7476
7478
|
currency: e.string().optional(),
|
|
7477
|
-
underwritingStatus:
|
|
7479
|
+
underwritingStatus: za.optional(),
|
|
7478
7480
|
expirationTime: e.string().optional(),
|
|
7479
|
-
element:
|
|
7481
|
+
element: da.optional(),
|
|
7480
7482
|
type: e.string().optional(),
|
|
7481
7483
|
duration: e.number().optional(),
|
|
7482
7484
|
durationBasis: xn.optional(),
|
|
7483
7485
|
boundTime: e.string().optional(),
|
|
7484
7486
|
issuedTime: e.string().optional(),
|
|
7485
|
-
policyLocator:
|
|
7486
|
-
validationResult:
|
|
7487
|
+
policyLocator: De.optional(),
|
|
7488
|
+
validationResult: ve.optional(),
|
|
7487
7489
|
preferences: e.any().optional(),
|
|
7488
7490
|
delinquencyPlanName: e.string().optional(),
|
|
7489
7491
|
autoRenewalPlanName: e.string().optional(),
|
|
7490
7492
|
billingLevel: Jl.optional(),
|
|
7491
7493
|
billingTrigger: Hl.optional(),
|
|
7492
7494
|
coverageTerms: e.record(e.string()).optional(),
|
|
7493
|
-
groupLocator:
|
|
7495
|
+
groupLocator: De.optional()
|
|
7494
7496
|
}), Xl = e.enum([
|
|
7495
7497
|
"premium",
|
|
7496
7498
|
"tax",
|
|
@@ -7511,7 +7513,7 @@ const sl = yn.merge(
|
|
|
7511
7513
|
tag: e.string().optional(),
|
|
7512
7514
|
rateDifference: e.number().optional(),
|
|
7513
7515
|
reversalOfLocator: e.string().optional()
|
|
7514
|
-
}),
|
|
7516
|
+
}), Md = e.object({
|
|
7515
7517
|
quoteLocator: e.string(),
|
|
7516
7518
|
accountLocator: e.string(),
|
|
7517
7519
|
quoteState: kn,
|
|
@@ -7521,11 +7523,11 @@ const sl = yn.merge(
|
|
|
7521
7523
|
duration: e.number().optional(),
|
|
7522
7524
|
durationBasis: xn.optional(),
|
|
7523
7525
|
items: e.array(es).optional()
|
|
7524
|
-
}),
|
|
7526
|
+
}), Od = e.object({
|
|
7525
7527
|
quoteLocator: e.string(),
|
|
7526
7528
|
clearedFlags: $e.array().optional(),
|
|
7527
7529
|
flags: $e.array().optional()
|
|
7528
|
-
}), ts = e.enum(["clear", "delete"]),
|
|
7530
|
+
}), ts = e.enum(["clear", "delete"]), Zd = e.object({
|
|
7529
7531
|
deleteAllAutomaticDocuments: e.boolean(),
|
|
7530
7532
|
resetAllUnderwritingFlags: e.boolean(),
|
|
7531
7533
|
resetFlagsAction: ts,
|
|
@@ -7533,9 +7535,9 @@ const sl = yn.merge(
|
|
|
7533
7535
|
resetFlags: e.string().array()
|
|
7534
7536
|
}), as = e.object({
|
|
7535
7537
|
type: e.string(),
|
|
7536
|
-
locator:
|
|
7538
|
+
locator: te,
|
|
7537
7539
|
staticLocator: v,
|
|
7538
|
-
parentLocator:
|
|
7540
|
+
parentLocator: te,
|
|
7539
7541
|
originalEffectiveTime: y.optional(),
|
|
7540
7542
|
category: bi.optional(),
|
|
7541
7543
|
data: w.optional(),
|
|
@@ -7546,20 +7548,20 @@ const sl = yn.merge(
|
|
|
7546
7548
|
}), ns = e.object({
|
|
7547
7549
|
type: e.string(),
|
|
7548
7550
|
staticLocator: v.optional(),
|
|
7549
|
-
parentLocator:
|
|
7551
|
+
parentLocator: te,
|
|
7550
7552
|
data: w,
|
|
7551
7553
|
coverageTerms: F
|
|
7552
|
-
}),
|
|
7553
|
-
elements: e.lazy(() =>
|
|
7554
|
-
}), rs =
|
|
7554
|
+
}), ua = ns.extend({
|
|
7555
|
+
elements: e.lazy(() => ua.array().optional())
|
|
7556
|
+
}), rs = Tt.merge(
|
|
7555
7557
|
e.object({
|
|
7556
|
-
locator:
|
|
7558
|
+
locator: te,
|
|
7557
7559
|
setData: w,
|
|
7558
7560
|
removeData: w,
|
|
7559
7561
|
setCoverageTerms: F,
|
|
7560
7562
|
removeCoverageTerms: w
|
|
7561
7563
|
})
|
|
7562
|
-
), os =
|
|
7564
|
+
), os = je.merge(
|
|
7563
7565
|
e.object({
|
|
7564
7566
|
locator: ia,
|
|
7565
7567
|
segmentType: Si,
|
|
@@ -7568,7 +7570,7 @@ const sl = yn.merge(
|
|
|
7568
7570
|
element: Ln,
|
|
7569
7571
|
basedOn: v.optional()
|
|
7570
7572
|
})
|
|
7571
|
-
), Rn =
|
|
7573
|
+
), Rn = bn.merge(
|
|
7572
7574
|
e.object({
|
|
7573
7575
|
locator: v,
|
|
7574
7576
|
accountLocator: v,
|
|
@@ -7580,53 +7582,53 @@ const sl = yn.merge(
|
|
|
7580
7582
|
startTime: y,
|
|
7581
7583
|
endTime: y,
|
|
7582
7584
|
billingTrigger: He,
|
|
7583
|
-
billingLevel:
|
|
7585
|
+
billingLevel: Se,
|
|
7584
7586
|
latestSegmentLocator: v,
|
|
7585
7587
|
static: w
|
|
7586
7588
|
})
|
|
7587
|
-
),
|
|
7589
|
+
), Ud = C(Rn), zd = aa.merge(
|
|
7588
7590
|
e.object({
|
|
7589
7591
|
setData: w,
|
|
7590
7592
|
removeData: w
|
|
7591
7593
|
})
|
|
7592
|
-
), En =
|
|
7594
|
+
), En = cn.merge(
|
|
7593
7595
|
e.object({
|
|
7594
|
-
cadence:
|
|
7595
|
-
anchorMode:
|
|
7596
|
+
cadence: Ja.optional(),
|
|
7597
|
+
anchorMode: Ha.optional(),
|
|
7596
7598
|
anchorType: pi.optional(),
|
|
7597
7599
|
dayOfWeek: fi.optional(),
|
|
7598
7600
|
weekOfMonth: Ti.optional(),
|
|
7599
7601
|
installmentWeights: e.array(e.number()).optional()
|
|
7600
7602
|
})
|
|
7601
|
-
), Cn =
|
|
7602
|
-
e.object({ billingLevel:
|
|
7603
|
-
),
|
|
7603
|
+
), Cn = sn.merge(
|
|
7604
|
+
e.object({ billingLevel: Se })
|
|
7605
|
+
), _e = M.merge(
|
|
7604
7606
|
e.object({
|
|
7605
7607
|
installmentPreferences: En.optional(),
|
|
7606
7608
|
billingPreferences: Cn.optional()
|
|
7607
7609
|
})
|
|
7608
|
-
), is =
|
|
7610
|
+
), is = pn.merge(
|
|
7609
7611
|
e.object({
|
|
7610
7612
|
locator: v,
|
|
7611
|
-
transactionCategory:
|
|
7612
|
-
preferences:
|
|
7613
|
+
transactionCategory: Qt,
|
|
7614
|
+
preferences: _e,
|
|
7613
7615
|
segment: os
|
|
7614
7616
|
})
|
|
7615
|
-
),
|
|
7617
|
+
), Fd = Sn.merge(
|
|
7616
7618
|
e.object({
|
|
7617
7619
|
locator: v,
|
|
7618
7620
|
accountLocator: v,
|
|
7619
7621
|
static: w,
|
|
7620
7622
|
transaction: is
|
|
7621
7623
|
})
|
|
7622
|
-
),
|
|
7623
|
-
e.object({ billing:
|
|
7624
|
-
),
|
|
7624
|
+
), Gd = At.merge(
|
|
7625
|
+
e.object({ billing: Se })
|
|
7626
|
+
), Vd = oa.merge(e.object({})), $d = ll(Rn), Dn = e.object({
|
|
7625
7627
|
installmentPreferences: En.optional(),
|
|
7626
7628
|
billingPreferences: Cn.optional()
|
|
7627
|
-
}),
|
|
7628
|
-
tenantLocator:
|
|
7629
|
-
policyLocator:
|
|
7629
|
+
}), Wd = e.object({
|
|
7630
|
+
tenantLocator: Te,
|
|
7631
|
+
policyLocator: Ae
|
|
7630
7632
|
}), ls = e.enum([
|
|
7631
7633
|
"draft",
|
|
7632
7634
|
"validated",
|
|
@@ -7641,12 +7643,12 @@ const sl = yn.merge(
|
|
|
7641
7643
|
billingLevel: qn.optional(),
|
|
7642
7644
|
invoiceDocument: e.string().optional(),
|
|
7643
7645
|
preferences: Dn.optional()
|
|
7644
|
-
}), Wd = Pn.extend({
|
|
7645
|
-
data: e.record(e.any()).optional()
|
|
7646
7646
|
}), Kd = Pn.extend({
|
|
7647
|
+
data: e.record(e.any()).optional()
|
|
7648
|
+
}), Qd = Pn.extend({
|
|
7647
7649
|
setData: e.record(e.any()).optional(),
|
|
7648
7650
|
removeData: e.record(e.any()).optional()
|
|
7649
|
-
}),
|
|
7651
|
+
}), Hd = e.object({
|
|
7650
7652
|
locator: e.string().ulid(),
|
|
7651
7653
|
type: e.string(),
|
|
7652
7654
|
accountState: ls,
|
|
@@ -7657,9 +7659,9 @@ const sl = yn.merge(
|
|
|
7657
7659
|
shortfallTolerancePlanName: e.string().optional(),
|
|
7658
7660
|
billingLevel: qn.optional(),
|
|
7659
7661
|
invoiceDocument: e.string().optional(),
|
|
7660
|
-
validationResult:
|
|
7662
|
+
validationResult: ve.optional(),
|
|
7661
7663
|
preferences: Dn.optional()
|
|
7662
|
-
}),
|
|
7664
|
+
}), Jd = e.enum(["", "?", "+", "*", "!"]), Yd = e.enum(["?", "*"]), ma = Vt, ss = zt, cs = e.enum(["accept", "issue"]), Xd = e.object({
|
|
7663
7665
|
locator: e.string(),
|
|
7664
7666
|
accountLocator: e.string(),
|
|
7665
7667
|
issuedTransactionLocator: e.string(),
|
|
@@ -7667,7 +7669,7 @@ const sl = yn.merge(
|
|
|
7667
7669
|
productName: e.string(),
|
|
7668
7670
|
startTime: e.string(),
|
|
7669
7671
|
endTime: e.string(),
|
|
7670
|
-
durationBasis:
|
|
7672
|
+
durationBasis: ma,
|
|
7671
7673
|
billingLevel: ss,
|
|
7672
7674
|
billingTrigger: cs,
|
|
7673
7675
|
createdAt: e.string().optional(),
|
|
@@ -7678,8 +7680,8 @@ const sl = yn.merge(
|
|
|
7678
7680
|
static: e.record(e.any()).optional(),
|
|
7679
7681
|
autoRenewalPlanName: e.string().optional(),
|
|
7680
7682
|
delinquencyPlanName: e.string().optional(),
|
|
7681
|
-
validationResult:
|
|
7682
|
-
}),
|
|
7683
|
+
validationResult: ve.optional()
|
|
7684
|
+
}), pa = e.enum([
|
|
7683
7685
|
"draft",
|
|
7684
7686
|
"initialized",
|
|
7685
7687
|
"validated",
|
|
@@ -7695,7 +7697,7 @@ const sl = yn.merge(
|
|
|
7695
7697
|
"discarded",
|
|
7696
7698
|
"invalidated",
|
|
7697
7699
|
"reversed"
|
|
7698
|
-
]),
|
|
7700
|
+
]), wt = e.enum([
|
|
7699
7701
|
"issuance",
|
|
7700
7702
|
"change",
|
|
7701
7703
|
"renewal",
|
|
@@ -7708,23 +7710,23 @@ const sl = yn.merge(
|
|
|
7708
7710
|
startTime: e.string(),
|
|
7709
7711
|
endTime: e.string(),
|
|
7710
7712
|
duration: e.number(),
|
|
7711
|
-
element:
|
|
7713
|
+
element: da,
|
|
7712
7714
|
segmentType: e.enum(["coverage", "gap"]),
|
|
7713
7715
|
basedOn: e.string().optional()
|
|
7714
7716
|
}), us = e.object({
|
|
7715
7717
|
locator: e.string(),
|
|
7716
7718
|
issuedTime: e.string(),
|
|
7717
7719
|
effectiveTime: e.string(),
|
|
7718
|
-
preferences:
|
|
7720
|
+
preferences: Za.optional(),
|
|
7719
7721
|
segment: ds,
|
|
7720
|
-
transactionCategory:
|
|
7722
|
+
transactionCategory: wt,
|
|
7721
7723
|
transactionType: e.string()
|
|
7722
7724
|
}), Bn = e.object({
|
|
7723
7725
|
locator: e.string(),
|
|
7724
7726
|
staticName: e.string().optional(),
|
|
7725
7727
|
name: e.string().optional(),
|
|
7726
|
-
documentInstanceState:
|
|
7727
|
-
referenceType:
|
|
7728
|
+
documentInstanceState: Gt,
|
|
7729
|
+
referenceType: Ft
|
|
7728
7730
|
}), ms = e.object({
|
|
7729
7731
|
locator: e.string(),
|
|
7730
7732
|
staticLocator: e.string(),
|
|
@@ -7740,14 +7742,14 @@ const sl = yn.merge(
|
|
|
7740
7742
|
type: e.enum(["coverage", "gap"]),
|
|
7741
7743
|
documentSummary: Bn.array().optional(),
|
|
7742
7744
|
elements: ms.array()
|
|
7743
|
-
}),
|
|
7745
|
+
}), eu = e.object({
|
|
7744
7746
|
locator: e.string(),
|
|
7745
7747
|
staticLocator: e.string(),
|
|
7746
7748
|
policyLocator: e.string(),
|
|
7747
7749
|
startTime: e.string(),
|
|
7748
7750
|
endTime: e.string(),
|
|
7749
7751
|
duration: e.number(),
|
|
7750
|
-
durationBasis:
|
|
7752
|
+
durationBasis: ma,
|
|
7751
7753
|
termNumber: e.number().int(),
|
|
7752
7754
|
subsegments: ps.array().optional(),
|
|
7753
7755
|
documentSummary: Bn.array().optional()
|
|
@@ -7755,8 +7757,8 @@ const sl = yn.merge(
|
|
|
7755
7757
|
locator: e.string(),
|
|
7756
7758
|
staticLocator: e.string(),
|
|
7757
7759
|
name: e.string(),
|
|
7758
|
-
state:
|
|
7759
|
-
referenceType:
|
|
7760
|
+
state: Gt,
|
|
7761
|
+
referenceType: Ft
|
|
7760
7762
|
}), ys = e.object({
|
|
7761
7763
|
locator: e.string(),
|
|
7762
7764
|
staticLocator: e.string(),
|
|
@@ -7778,17 +7780,17 @@ const sl = yn.merge(
|
|
|
7778
7780
|
policyLocator: e.string(),
|
|
7779
7781
|
startTime: e.string(),
|
|
7780
7782
|
endTime: e.string()
|
|
7781
|
-
}),
|
|
7783
|
+
}), tu = Nn.extend({
|
|
7782
7784
|
number: e.number().int(),
|
|
7783
7785
|
autoRenewalLocator: e.string().optional(),
|
|
7784
7786
|
previousTermLocator: e.string().optional(),
|
|
7785
7787
|
supersedesTermLocator: e.string().optional()
|
|
7786
|
-
}),
|
|
7788
|
+
}), au = Nn.extend({
|
|
7787
7789
|
duration: e.number(),
|
|
7788
|
-
durationBasis:
|
|
7790
|
+
durationBasis: ma,
|
|
7789
7791
|
termNumber: e.number().int(),
|
|
7790
7792
|
subsegments: fs.array()
|
|
7791
|
-
}),
|
|
7793
|
+
}), nu = e.object({
|
|
7792
7794
|
locator: e.string(),
|
|
7793
7795
|
accountLocator: e.string(),
|
|
7794
7796
|
productName: e.string(),
|
|
@@ -7797,12 +7799,12 @@ const sl = yn.merge(
|
|
|
7797
7799
|
transaction: us,
|
|
7798
7800
|
static: e.record(e.any()).optional(),
|
|
7799
7801
|
delinquencyPlanName: e.string().optional()
|
|
7800
|
-
}),
|
|
7802
|
+
}), ru = e.object({
|
|
7801
7803
|
locator: e.string(),
|
|
7802
7804
|
referenceLocator: e.string(),
|
|
7803
|
-
documentInstanceState:
|
|
7805
|
+
documentInstanceState: Gt,
|
|
7804
7806
|
createdAt: e.string(),
|
|
7805
|
-
referenceType:
|
|
7807
|
+
referenceType: Ft.optional(),
|
|
7806
7808
|
metadata: e.record(e.any()).optional(),
|
|
7807
7809
|
renderingData: e.record(e.any()).optional(),
|
|
7808
7810
|
policyLocator: e.string().optional(),
|
|
@@ -7816,15 +7818,15 @@ const sl = yn.merge(
|
|
|
7816
7818
|
documentFormat: e.enum(["text", "html", "pdf"]).optional(),
|
|
7817
7819
|
processingErrors: e.string().optional(),
|
|
7818
7820
|
readyAt: e.string().optional()
|
|
7819
|
-
}),
|
|
7821
|
+
}), _a = e.object({
|
|
7820
7822
|
locator: e.string(),
|
|
7821
7823
|
policyLocator: e.string(),
|
|
7822
7824
|
termLocator: e.string(),
|
|
7823
|
-
transactionState:
|
|
7825
|
+
transactionState: pa,
|
|
7824
7826
|
createdAt: e.string().datetime(),
|
|
7825
7827
|
createdBy: e.string().uuid(),
|
|
7826
7828
|
effectiveTime: e.string().datetime(),
|
|
7827
|
-
transactionCategory:
|
|
7829
|
+
transactionCategory: wt,
|
|
7828
7830
|
transactionType: e.string(),
|
|
7829
7831
|
// technically changeInstructions is
|
|
7830
7832
|
// oneOf<AddChangeInstructionResponse, ModifyChangeInstructionResponse, ParamsChangeInstructionResponse, DeleteChangeInstructionResponse>[]?
|
|
@@ -7834,35 +7836,35 @@ const sl = yn.merge(
|
|
|
7834
7836
|
baseTransactionLocator: e.string().optional(),
|
|
7835
7837
|
issuedTime: e.string().datetime().optional(),
|
|
7836
7838
|
billingTrigger: e.enum(["accept", "issue"]).optional(),
|
|
7837
|
-
preferences:
|
|
7838
|
-
underwritingStatus:
|
|
7839
|
-
validationResult:
|
|
7840
|
-
}),
|
|
7839
|
+
preferences: Za.optional(),
|
|
7840
|
+
underwritingStatus: za.optional(),
|
|
7841
|
+
validationResult: ve.optional()
|
|
7842
|
+
}), ou = _a.extend({
|
|
7841
7843
|
aggregatedTransactions: e.lazy(
|
|
7842
|
-
() =>
|
|
7844
|
+
() => _a.array().optional()
|
|
7843
7845
|
)
|
|
7844
|
-
}), ou = e.object({
|
|
7845
|
-
action: e.literal("add"),
|
|
7846
|
-
elements: e.array(sa).optional()
|
|
7847
7846
|
}), iu = e.object({
|
|
7848
|
-
locator: e.string(),
|
|
7849
7847
|
action: e.literal("add"),
|
|
7850
|
-
elements: e.array(
|
|
7848
|
+
elements: e.array(ca).optional()
|
|
7851
7849
|
}), lu = e.object({
|
|
7850
|
+
locator: e.string(),
|
|
7851
|
+
action: e.literal("add"),
|
|
7852
|
+
elements: e.array(ca).optional()
|
|
7853
|
+
}), su = e.object({
|
|
7852
7854
|
action: e.literal("delete"),
|
|
7853
7855
|
staticElementLocators: e.array(e.string())
|
|
7854
|
-
}),
|
|
7856
|
+
}), cu = e.object({
|
|
7855
7857
|
locator: e.string(),
|
|
7856
7858
|
action: e.literal("delete"),
|
|
7857
7859
|
staticElementLocators: e.array(e.string())
|
|
7858
|
-
}),
|
|
7860
|
+
}), du = e.object({
|
|
7859
7861
|
staticLocator: e.string(),
|
|
7860
7862
|
action: e.literal("modify"),
|
|
7861
7863
|
removeCoverageTerms: e.record(e.string(), e.any()).optional(),
|
|
7862
7864
|
removeData: e.record(e.string(), e.any()).optional(),
|
|
7863
7865
|
setCoverageTerms: e.record(e.string(), e.string()).optional(),
|
|
7864
7866
|
setData: e.record(e.string(), e.any()).optional()
|
|
7865
|
-
}),
|
|
7867
|
+
}), uu = e.object({
|
|
7866
7868
|
staticLocator: e.string(),
|
|
7867
7869
|
action: e.literal("modify"),
|
|
7868
7870
|
locator: e.string(),
|
|
@@ -7870,7 +7872,7 @@ const sl = yn.merge(
|
|
|
7870
7872
|
removeData: e.record(e.string(), e.any()).optional(),
|
|
7871
7873
|
setCoverageTerms: e.record(e.string(), e.string()).optional(),
|
|
7872
7874
|
setData: e.record(e.string(), e.any()).optional()
|
|
7873
|
-
}),
|
|
7875
|
+
}), mu = e.object({
|
|
7874
7876
|
action: e.literal("params"),
|
|
7875
7877
|
effectiveTime: e.string().datetime(),
|
|
7876
7878
|
billingModeChange: e.boolean().optional(),
|
|
@@ -7882,7 +7884,7 @@ const sl = yn.merge(
|
|
|
7882
7884
|
/* define PreferencesResponse schema here */
|
|
7883
7885
|
}).optional(),
|
|
7884
7886
|
triggerBillingChange: e.boolean().optional()
|
|
7885
|
-
}),
|
|
7887
|
+
}), pu = e.object({
|
|
7886
7888
|
locator: e.string(),
|
|
7887
7889
|
action: e.literal("params"),
|
|
7888
7890
|
effectiveTime: e.string().datetime(),
|
|
@@ -7916,35 +7918,35 @@ const sl = yn.merge(
|
|
|
7916
7918
|
reversalOfLocator: e.string().optional(),
|
|
7917
7919
|
rateDifference: e.number().optional(),
|
|
7918
7920
|
tag: e.string().optional()
|
|
7919
|
-
}),
|
|
7921
|
+
}), wa = e.object({
|
|
7920
7922
|
locator: e.string(),
|
|
7921
7923
|
policyLocator: e.string(),
|
|
7922
|
-
transactionCategory:
|
|
7923
|
-
transactionState:
|
|
7924
|
+
transactionCategory: wt,
|
|
7925
|
+
transactionState: pa,
|
|
7924
7926
|
effectiveTime: e.string(),
|
|
7925
7927
|
termLocator: e.string().optional(),
|
|
7926
7928
|
createdAt: e.string().optional(),
|
|
7927
7929
|
createdBy: e.string().uuid().optional(),
|
|
7928
7930
|
charges: e.array(vs).optional()
|
|
7929
|
-
}),
|
|
7930
|
-
aggregatedTransactions: e.array(
|
|
7931
|
-
}),
|
|
7931
|
+
}), gu = wa.extend({
|
|
7932
|
+
aggregatedTransactions: e.array(wa).optional()
|
|
7933
|
+
}), ka = e.object({
|
|
7932
7934
|
locator: e.string(),
|
|
7933
7935
|
policyLocator: e.string(),
|
|
7934
|
-
transactionState:
|
|
7936
|
+
transactionState: pa,
|
|
7935
7937
|
effectiveTime: e.string(),
|
|
7936
|
-
transactionCategory:
|
|
7938
|
+
transactionCategory: wt,
|
|
7937
7939
|
underwritingStatus: e.string().optional(),
|
|
7938
7940
|
underwritingFlags: $e.array().optional()
|
|
7939
|
-
}),
|
|
7940
|
-
aggregatedTransactions: e.array(
|
|
7941
|
-
}),
|
|
7941
|
+
}), yu = ka.extend({
|
|
7942
|
+
aggregatedTransactions: e.array(ka).optional()
|
|
7943
|
+
}), fu = e.object({
|
|
7942
7944
|
deleteAllAutomaticDocuments: e.boolean().optional(),
|
|
7943
7945
|
resetAllUnderwritingFlags: e.boolean().optional(),
|
|
7944
7946
|
resetFlagsAction: e.enum(["clear", "delete"]).optional(),
|
|
7945
7947
|
deleteDocuments: e.array(e.string()).optional(),
|
|
7946
7948
|
resetFlags: e.array(e.string()).optional()
|
|
7947
|
-
}),
|
|
7949
|
+
}), hu = e.object({
|
|
7948
7950
|
transactionLocator: e.string(),
|
|
7949
7951
|
clearedFlags: $e.array().optional(),
|
|
7950
7952
|
flags: $e.array().optional()
|
|
@@ -7964,7 +7966,7 @@ const sl = yn.merge(
|
|
|
7964
7966
|
remainingAmount: e.number().optional(),
|
|
7965
7967
|
settlementTime: e.string().optional(),
|
|
7966
7968
|
transactionLocators: e.array(e.string()).optional()
|
|
7967
|
-
}),
|
|
7969
|
+
}), bu = e.object({
|
|
7968
7970
|
locator: e.string(),
|
|
7969
7971
|
accountLocator: e.string(),
|
|
7970
7972
|
startTime: e.string(),
|
|
@@ -7991,7 +7993,7 @@ const sl = yn.merge(
|
|
|
7991
7993
|
"inGrace",
|
|
7992
7994
|
"lapseTriggered",
|
|
7993
7995
|
"settled"
|
|
7994
|
-
]),
|
|
7996
|
+
]), vu = e.enum([
|
|
7995
7997
|
"policy",
|
|
7996
7998
|
"quote",
|
|
7997
7999
|
"invoice"
|
|
@@ -8000,14 +8002,14 @@ const sl = yn.merge(
|
|
|
8000
8002
|
gracePeriodDays: e.number(),
|
|
8001
8003
|
lapseTransactionType: e.string(),
|
|
8002
8004
|
delinquencyLevel: As.optional()
|
|
8003
|
-
}),
|
|
8005
|
+
}), Su = e.object({
|
|
8004
8006
|
locator: e.string(),
|
|
8005
8007
|
delinquencyLocator: e.string(),
|
|
8006
8008
|
referenceLocator: e.string(),
|
|
8007
8009
|
referenceType: e.enum(["policy", "quote", "invoice"]),
|
|
8008
8010
|
preemptingLapseTransactionLocator: e.string().optional(),
|
|
8009
8011
|
transactionLocator: e.string().optional()
|
|
8010
|
-
}),
|
|
8012
|
+
}), ju = e.object({
|
|
8011
8013
|
locator: e.string(),
|
|
8012
8014
|
accountLocator: e.string(),
|
|
8013
8015
|
delinquencyState: _s,
|
|
@@ -8019,7 +8021,7 @@ const sl = yn.merge(
|
|
|
8019
8021
|
graceStartedAt: e.string().optional(),
|
|
8020
8022
|
lapseTransactionEffectiveDate: e.string().optional(),
|
|
8021
8023
|
references: e.array(e.object({})).optional()
|
|
8022
|
-
}), ks = e.enum(["invoice", "account"]),
|
|
8024
|
+
}), ks = e.enum(["invoice", "account"]), he = e.object({
|
|
8023
8025
|
containerLocator: e.string(),
|
|
8024
8026
|
containerType: ks,
|
|
8025
8027
|
amount: e.number().optional()
|
|
@@ -8035,18 +8037,18 @@ const sl = yn.merge(
|
|
|
8035
8037
|
"posted",
|
|
8036
8038
|
"reversed",
|
|
8037
8039
|
"discarded"
|
|
8038
|
-
]),
|
|
8040
|
+
]), Tu = e.object({
|
|
8039
8041
|
amount: e.number(),
|
|
8040
8042
|
type: e.string(),
|
|
8041
8043
|
useDefaultFinancialInstrument: e.boolean(),
|
|
8042
8044
|
data: e.record(e.any()),
|
|
8043
|
-
targets:
|
|
8045
|
+
targets: he.array(),
|
|
8044
8046
|
accountLocator: e.string().optional(),
|
|
8045
8047
|
financialInstrumentLocator: e.string().optional(),
|
|
8046
8048
|
currency: e.string().optional(),
|
|
8047
8049
|
transactionMethod: xs.optional(),
|
|
8048
8050
|
transactionNumber: e.string().optional()
|
|
8049
|
-
}),
|
|
8051
|
+
}), Au = e.object({
|
|
8050
8052
|
locator: e.string(),
|
|
8051
8053
|
currency: ht,
|
|
8052
8054
|
paymentState: Ls,
|
|
@@ -8055,7 +8057,7 @@ const sl = yn.merge(
|
|
|
8055
8057
|
data: e.record(e.any()).optional(),
|
|
8056
8058
|
createdAt: e.string(),
|
|
8057
8059
|
createdBy: e.string(),
|
|
8058
|
-
targets:
|
|
8060
|
+
targets: he.array(),
|
|
8059
8061
|
shortfallCreditLocators: e.string().array().optional(),
|
|
8060
8062
|
accountLocator: e.string().optional(),
|
|
8061
8063
|
externalCashTransactionLocator: e.string().optional(),
|
|
@@ -8063,11 +8065,11 @@ const sl = yn.merge(
|
|
|
8063
8065
|
remainingAmount: e.number().optional(),
|
|
8064
8066
|
reversalReason: e.string().optional(),
|
|
8065
8067
|
reversedAt: e.string().optional(),
|
|
8066
|
-
validationResult:
|
|
8067
|
-
}),
|
|
8068
|
+
validationResult: ve.optional()
|
|
8069
|
+
}), _u = e.object({
|
|
8068
8070
|
amount: e.number(),
|
|
8069
|
-
sources: e.array(
|
|
8070
|
-
targets: e.array(
|
|
8071
|
+
sources: e.array(he),
|
|
8072
|
+
targets: e.array(he),
|
|
8071
8073
|
accountLocator: e.string().optional(),
|
|
8072
8074
|
currency: e.string().optional()
|
|
8073
8075
|
}), Rs = e.enum([
|
|
@@ -8076,22 +8078,22 @@ const sl = yn.merge(
|
|
|
8076
8078
|
"executed",
|
|
8077
8079
|
"reversed",
|
|
8078
8080
|
"discarded"
|
|
8079
|
-
]),
|
|
8081
|
+
]), wu = e.object({
|
|
8080
8082
|
locator: e.string(),
|
|
8081
8083
|
currency: ht,
|
|
8082
8084
|
creditDistributionState: Rs,
|
|
8083
8085
|
amount: e.number(),
|
|
8084
8086
|
createdAt: e.string(),
|
|
8085
8087
|
createdBy: e.string(),
|
|
8086
|
-
sources:
|
|
8087
|
-
targets:
|
|
8088
|
+
sources: he.array(),
|
|
8089
|
+
targets: he.array(),
|
|
8088
8090
|
shortfallCreditLocators: e.string().array().optional(),
|
|
8089
8091
|
accountLocator: e.string().optional(),
|
|
8090
8092
|
executedAt: e.string().optional(),
|
|
8091
8093
|
reversalReason: e.string().optional(),
|
|
8092
8094
|
reversedAt: e.string().optional(),
|
|
8093
|
-
validationResult:
|
|
8094
|
-
}),
|
|
8095
|
+
validationResult: ve.optional()
|
|
8096
|
+
}), ku = e.object({
|
|
8095
8097
|
reversalType: e.string()
|
|
8096
8098
|
}), Es = e.enum([
|
|
8097
8099
|
"accountCreditBalance",
|
|
@@ -8113,13 +8115,13 @@ const sl = yn.merge(
|
|
|
8113
8115
|
amount: e.number(),
|
|
8114
8116
|
faTransactionNote: e.string(),
|
|
8115
8117
|
faTransactionTime: e.string()
|
|
8116
|
-
}),
|
|
8118
|
+
}), xu = e.object({
|
|
8117
8119
|
referenceLocator: e.string(),
|
|
8118
8120
|
currency: ht,
|
|
8119
8121
|
balance: e.number(),
|
|
8120
8122
|
referenceType: Es,
|
|
8121
8123
|
lineItems: Ds.array()
|
|
8122
|
-
}),
|
|
8124
|
+
}), Lu = {
|
|
8123
8125
|
".aac": "audio/aac",
|
|
8124
8126
|
".abw": "application/x-abiword",
|
|
8125
8127
|
".apng": "image/apng",
|
|
@@ -8189,7 +8191,7 @@ const sl = yn.merge(
|
|
|
8189
8191
|
".xlsx": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
|
|
8190
8192
|
".xul": "application/vnd.mozilla.xul+xml",
|
|
8191
8193
|
".7z": "application/x-7z-compressed"
|
|
8192
|
-
},
|
|
8194
|
+
}, Ru = [
|
|
8193
8195
|
"application/zip",
|
|
8194
8196
|
"application/x-zip-compressed"
|
|
8195
8197
|
], qs = {
|
|
@@ -8198,7 +8200,7 @@ const sl = yn.merge(
|
|
|
8198
8200
|
}, Ps = {
|
|
8199
8201
|
"application/gzip": [".gz"],
|
|
8200
8202
|
"application/x-gzip.": [".gz"]
|
|
8201
|
-
},
|
|
8203
|
+
}, xa = {
|
|
8202
8204
|
"audio/midi": [".midi", ".mid"],
|
|
8203
8205
|
"audio/x-midi": [".midi", ".mid"]
|
|
8204
8206
|
}, Bs = {
|
|
@@ -8210,11 +8212,11 @@ const sl = yn.merge(
|
|
|
8210
8212
|
}, Is = {
|
|
8211
8213
|
"video/3gpp2": [".3g2"],
|
|
8212
8214
|
"audio/3gpp2": [".3g2"]
|
|
8213
|
-
},
|
|
8215
|
+
}, Eu = {
|
|
8214
8216
|
".zip": qs,
|
|
8215
8217
|
".gz": Ps,
|
|
8216
|
-
".midi":
|
|
8217
|
-
".mid":
|
|
8218
|
+
".midi": xa,
|
|
8219
|
+
".mid": xa,
|
|
8218
8220
|
".xml": Bs,
|
|
8219
8221
|
".3gp": Ns,
|
|
8220
8222
|
".3g2": Is
|
|
@@ -8223,7 +8225,7 @@ const sl = yn.merge(
|
|
|
8223
8225
|
tenants: e.array(e.string()),
|
|
8224
8226
|
permissions: e.array(e.string()),
|
|
8225
8227
|
expiresAt: e.string()
|
|
8226
|
-
}),
|
|
8228
|
+
}), ga = e.object({
|
|
8227
8229
|
name: e.string(),
|
|
8228
8230
|
tenants: e.array(e.string()),
|
|
8229
8231
|
permissions: e.array(e.string()),
|
|
@@ -8239,7 +8241,7 @@ const sl = yn.merge(
|
|
|
8239
8241
|
name: e.string(),
|
|
8240
8242
|
permissions: e.array(e.string()),
|
|
8241
8243
|
description: e.string()
|
|
8242
|
-
}),
|
|
8244
|
+
}), ya = e.object({
|
|
8243
8245
|
id: e.string(),
|
|
8244
8246
|
displayName: e.string(),
|
|
8245
8247
|
singleSignOnServiceUrl: e.string()
|
|
@@ -8305,7 +8307,7 @@ e.union([
|
|
|
8305
8307
|
e.literal("retired"),
|
|
8306
8308
|
e.literal("deleted")
|
|
8307
8309
|
]);
|
|
8308
|
-
const
|
|
8310
|
+
const fa = e.object({
|
|
8309
8311
|
locator: e.string(),
|
|
8310
8312
|
userName: e.string(),
|
|
8311
8313
|
firstName: e.string(),
|
|
@@ -8337,7 +8339,7 @@ e.unknown();
|
|
|
8337
8339
|
e.object({
|
|
8338
8340
|
requestBody: On
|
|
8339
8341
|
});
|
|
8340
|
-
e.array(
|
|
8342
|
+
e.array(ga);
|
|
8341
8343
|
e.object({
|
|
8342
8344
|
requestBody: In
|
|
8343
8345
|
});
|
|
@@ -8346,10 +8348,10 @@ e.object({
|
|
|
8346
8348
|
requestBody: Mn
|
|
8347
8349
|
});
|
|
8348
8350
|
e.object({
|
|
8349
|
-
requestBody:
|
|
8351
|
+
requestBody: ya
|
|
8350
8352
|
});
|
|
8351
8353
|
e.object({
|
|
8352
|
-
requestBody:
|
|
8354
|
+
requestBody: ya
|
|
8353
8355
|
});
|
|
8354
8356
|
e.object({
|
|
8355
8357
|
requestBody: Ms
|
|
@@ -8363,7 +8365,7 @@ e.object({
|
|
|
8363
8365
|
e.unknown();
|
|
8364
8366
|
e.object({
|
|
8365
8367
|
locator: e.string(),
|
|
8366
|
-
requestBody:
|
|
8368
|
+
requestBody: fa
|
|
8367
8369
|
});
|
|
8368
8370
|
e.object({
|
|
8369
8371
|
locator: e.string(),
|
|
@@ -8433,11 +8435,11 @@ e.object({
|
|
|
8433
8435
|
e.object({
|
|
8434
8436
|
username: e.string()
|
|
8435
8437
|
});
|
|
8436
|
-
e.array(
|
|
8438
|
+
e.array(fa);
|
|
8437
8439
|
e.object({
|
|
8438
8440
|
locator: e.string()
|
|
8439
8441
|
});
|
|
8440
|
-
e.array(
|
|
8442
|
+
e.array(ga);
|
|
8441
8443
|
e.object({
|
|
8442
8444
|
count: e.number().optional(),
|
|
8443
8445
|
extended: e.boolean().optional(),
|
|
@@ -8487,63 +8489,63 @@ e.object({
|
|
|
8487
8489
|
tokenOrName: e.string()
|
|
8488
8490
|
});
|
|
8489
8491
|
e.unknown();
|
|
8490
|
-
const
|
|
8492
|
+
const Cu = ya.merge(e.object({})), Du = Zn.merge(
|
|
8491
8493
|
e.object({})
|
|
8492
|
-
),
|
|
8494
|
+
), qu = Mn.merge(e.object({})), Fs = Zs.merge(
|
|
8493
8495
|
e.object({
|
|
8494
8496
|
locator: v,
|
|
8495
8497
|
createdAt: y,
|
|
8496
8498
|
createdBy: _
|
|
8497
8499
|
})
|
|
8498
|
-
),
|
|
8500
|
+
), Pu = Un.merge(e.object({})), Bu = C(Fs), Nu = Fn.merge(
|
|
8499
8501
|
e.object({})
|
|
8500
|
-
),
|
|
8502
|
+
), Iu = Gn.merge(e.object({})), Gs = e.enum([
|
|
8501
8503
|
"test",
|
|
8502
8504
|
"production",
|
|
8503
8505
|
"retired",
|
|
8504
8506
|
"deleted"
|
|
8505
8507
|
]), Vs = Us.merge(
|
|
8506
8508
|
e.object({
|
|
8507
|
-
locator:
|
|
8509
|
+
locator: _t,
|
|
8508
8510
|
type: Gs,
|
|
8509
8511
|
createdAt: y,
|
|
8510
8512
|
updatedAt: y,
|
|
8511
8513
|
createdBy: _,
|
|
8512
8514
|
description: e.string().optional()
|
|
8513
8515
|
})
|
|
8514
|
-
),
|
|
8516
|
+
), Mu = e.object({
|
|
8515
8517
|
listCompleted: e.boolean(),
|
|
8516
8518
|
items: e.array(Vs)
|
|
8517
|
-
}), $s = e.enum(["queued", "failed"]), Ws =
|
|
8519
|
+
}), $s = e.enum(["queued", "failed"]), Ws = Va.merge(
|
|
8518
8520
|
e.object({ status: $s })
|
|
8519
|
-
), Ks =
|
|
8521
|
+
), Ks = $t.merge(
|
|
8520
8522
|
e.object({
|
|
8521
8523
|
version1: v,
|
|
8522
8524
|
version2: v,
|
|
8523
8525
|
latestVersion: v,
|
|
8524
8526
|
plugins: e.record(e.string(), F)
|
|
8525
8527
|
})
|
|
8526
|
-
), Qs =
|
|
8528
|
+
), Qs = Wt.merge(
|
|
8527
8529
|
e.object({ metadata: Ks })
|
|
8528
|
-
),
|
|
8530
|
+
), Ou = ai.merge(
|
|
8529
8531
|
e.object({
|
|
8530
|
-
locator:
|
|
8532
|
+
locator: _t,
|
|
8531
8533
|
bootstrapResult: Ws,
|
|
8532
8534
|
deploymentResult: Qs
|
|
8533
8535
|
})
|
|
8534
|
-
),
|
|
8536
|
+
), Zu = zn.merge(
|
|
8535
8537
|
e.object({})
|
|
8536
|
-
),
|
|
8538
|
+
), Uu = In.merge(
|
|
8537
8539
|
e.object({ expiresAt: y })
|
|
8538
|
-
),
|
|
8540
|
+
), zu = ga.merge(
|
|
8539
8541
|
e.object({ createdAt: y })
|
|
8540
|
-
),
|
|
8542
|
+
), Fu = On.merge(
|
|
8541
8543
|
e.object({
|
|
8542
8544
|
userName: e.string().email(),
|
|
8543
8545
|
roles: e.array(e.string()).optional(),
|
|
8544
8546
|
tenants: e.array(e.string()).optional()
|
|
8545
8547
|
})
|
|
8546
|
-
),
|
|
8548
|
+
), Gu = fa.merge(
|
|
8547
8549
|
e.object({
|
|
8548
8550
|
locator: _,
|
|
8549
8551
|
tenants: e.array(e.string()).optional(),
|
|
@@ -8554,10 +8556,10 @@ const Eu = ga.merge(e.object({})), Cu = Zn.merge(
|
|
|
8554
8556
|
userName: e.string(),
|
|
8555
8557
|
firstName: e.string().optional(),
|
|
8556
8558
|
lastName: e.string().optional()
|
|
8557
|
-
}),
|
|
8559
|
+
}), Vu = e.object({
|
|
8558
8560
|
listCompleted: e.boolean(),
|
|
8559
8561
|
items: e.array($n)
|
|
8560
|
-
}),
|
|
8562
|
+
}), $u = e.object({
|
|
8561
8563
|
firstName: e.string(),
|
|
8562
8564
|
lastName: e.string(),
|
|
8563
8565
|
permissions: e.array(e.string()),
|
|
@@ -8807,29 +8809,29 @@ const Wn = Hs.merge(
|
|
|
8807
8809
|
e.object({
|
|
8808
8810
|
locator: lt,
|
|
8809
8811
|
referenceLocator: lt,
|
|
8810
|
-
referenceType:
|
|
8812
|
+
referenceType: Kt,
|
|
8811
8813
|
referenceDocumentLocator: lt.optional(),
|
|
8812
8814
|
transactionLocator: W.optional(),
|
|
8813
8815
|
segmentLocator: ia.optional(),
|
|
8814
|
-
termLocator:
|
|
8815
|
-
policyLocator:
|
|
8816
|
+
termLocator: jn.optional(),
|
|
8817
|
+
policyLocator: Ae.optional(),
|
|
8816
8818
|
documentInstanceState: hi,
|
|
8817
|
-
documentFormat:
|
|
8819
|
+
documentFormat: Jt.optional(),
|
|
8818
8820
|
metadata: w.optional(),
|
|
8819
8821
|
createdAt: y,
|
|
8820
8822
|
createdBy: _,
|
|
8821
8823
|
readyAt: y.optional(),
|
|
8822
8824
|
renderingData: w.optional()
|
|
8823
8825
|
})
|
|
8824
|
-
),
|
|
8825
|
-
tenantLocator:
|
|
8826
|
+
), Wu = C(Wn), Ku = e.object({
|
|
8827
|
+
tenantLocator: Te
|
|
8826
8828
|
}), Ys = e.object({
|
|
8827
8829
|
category: e.string().optional(),
|
|
8828
|
-
documentFormat:
|
|
8830
|
+
documentFormat: Jt,
|
|
8829
8831
|
metadata: e.string().optional(),
|
|
8830
8832
|
name: e.string(),
|
|
8831
8833
|
referenceLocator: lt,
|
|
8832
|
-
referenceType:
|
|
8834
|
+
referenceType: Kt,
|
|
8833
8835
|
segmentLocator: ia.optional(),
|
|
8834
8836
|
staticName: e.string().optional(),
|
|
8835
8837
|
transactionLocator: W.optional()
|
|
@@ -8849,13 +8851,13 @@ const Wn = Hs.merge(
|
|
|
8849
8851
|
V.applicationZipWindows,
|
|
8850
8852
|
V.applicationOctetStream
|
|
8851
8853
|
])
|
|
8852
|
-
}).merge(Xs),
|
|
8854
|
+
}).merge(Xs), Qu = e.object({
|
|
8853
8855
|
document: ec
|
|
8854
|
-
}),
|
|
8855
|
-
tenantLocator:
|
|
8856
|
+
}), Hu = e.object({
|
|
8857
|
+
tenantLocator: Te
|
|
8856
8858
|
// NOTE: why do we want to merge them into one object - tenantLocator is in Path and all other params are in query
|
|
8857
8859
|
// see https://docs.socotra.com/api/documents/documentsApi.html#attachDocument
|
|
8858
|
-
}).merge(Ys),
|
|
8860
|
+
}).merge(Ys), Ju = Wn, tc = e.object({
|
|
8859
8861
|
name: e.string(),
|
|
8860
8862
|
type: e.string(),
|
|
8861
8863
|
searchable: e.boolean().optional()
|
|
@@ -8948,20 +8950,20 @@ e.object({
|
|
|
8948
8950
|
offset: e.number().optional(),
|
|
8949
8951
|
requestBody: rc
|
|
8950
8952
|
});
|
|
8951
|
-
const oc = e.string().uuid(),
|
|
8953
|
+
const oc = e.string().uuid(), Yu = e.object({
|
|
8952
8954
|
tenantLocator: oc
|
|
8953
8955
|
}), ic = e.object({
|
|
8954
8956
|
offset: e.string().optional(),
|
|
8955
8957
|
count: e.string().optional()
|
|
8956
|
-
}),
|
|
8958
|
+
}), Xu = e.object({
|
|
8957
8959
|
searchToken: e.string()
|
|
8958
8960
|
}).merge(ic), lc = e.object({
|
|
8959
8961
|
fieldName: e.string().optional(),
|
|
8960
8962
|
absolute: mi.optional(),
|
|
8961
8963
|
match: vi.optional(),
|
|
8962
8964
|
searchTerm: e.string().optional()
|
|
8963
|
-
}).merge(Kn),
|
|
8964
|
-
searchEntityType:
|
|
8965
|
+
}).merge(Kn), em = e.object({
|
|
8966
|
+
searchEntityType: Ya.optional(),
|
|
8965
8967
|
searchString: e.string().optional(),
|
|
8966
8968
|
searchTerms: e.array(lc).optional()
|
|
8967
8969
|
}), sc = Qn.merge(
|
|
@@ -8970,28 +8972,28 @@ const oc = e.string().uuid(), Ju = e.object({
|
|
|
8970
8972
|
searchEntityLocator: e.string().ulid(),
|
|
8971
8973
|
productName: e.string().optional(),
|
|
8972
8974
|
score: e.number(),
|
|
8973
|
-
searchEntityType:
|
|
8975
|
+
searchEntityType: Ya,
|
|
8974
8976
|
highlights: e.array(e.string()),
|
|
8975
8977
|
searchSummary: e.record(e.string(), e.unknown()).optional()
|
|
8976
8978
|
})
|
|
8977
|
-
),
|
|
8979
|
+
), tm = e.object({
|
|
8978
8980
|
count: e.number().int(),
|
|
8979
8981
|
offset: e.number().int(),
|
|
8980
8982
|
searchToken: e.string().optional(),
|
|
8981
8983
|
results: e.array(sc)
|
|
8982
|
-
}), Hn =
|
|
8984
|
+
}), Hn = jt.merge(
|
|
8983
8985
|
e.object({
|
|
8984
8986
|
locator: v,
|
|
8985
8987
|
reversalOfLocator: v.optional(),
|
|
8986
|
-
elementLocator:
|
|
8988
|
+
elementLocator: te,
|
|
8987
8989
|
elementStaticLocator: v,
|
|
8988
8990
|
chargeCategory: yi
|
|
8989
8991
|
})
|
|
8990
|
-
),
|
|
8992
|
+
), kt = Ye.merge(
|
|
8991
8993
|
e.object({ locator: v, action: gi })
|
|
8992
|
-
), cc =
|
|
8993
|
-
e.object({ elements: e.array(
|
|
8994
|
-
), dc =
|
|
8994
|
+
), cc = kt.merge(
|
|
8995
|
+
e.object({ elements: e.array(ua) })
|
|
8996
|
+
), dc = kt.merge(
|
|
8995
8997
|
e.object({
|
|
8996
8998
|
staticLocator: v,
|
|
8997
8999
|
setData: w,
|
|
@@ -8999,28 +9001,28 @@ const oc = e.string().uuid(), Ju = e.object({
|
|
|
8999
9001
|
setCoverageTerms: F,
|
|
9000
9002
|
removeCoverageTerms: w
|
|
9001
9003
|
})
|
|
9002
|
-
), Jn =
|
|
9004
|
+
), Jn = kt.merge(
|
|
9003
9005
|
e.object({
|
|
9004
9006
|
effectiveTime: y,
|
|
9005
9007
|
newPolicyEndTime: y.optional(),
|
|
9006
|
-
preferences:
|
|
9008
|
+
preferences: _e.optional(),
|
|
9007
9009
|
triggerBillingChange: e.boolean().optional(),
|
|
9008
9010
|
billingModeChange: e.boolean().optional()
|
|
9009
9011
|
})
|
|
9010
|
-
), uc =
|
|
9012
|
+
), uc = kt.merge(
|
|
9011
9013
|
e.object({ staticElementLocators: e.array(v) })
|
|
9012
|
-
),
|
|
9014
|
+
), xt = e.union([
|
|
9013
9015
|
cc,
|
|
9014
9016
|
dc,
|
|
9015
9017
|
Jn,
|
|
9016
9018
|
uc
|
|
9017
|
-
]),
|
|
9019
|
+
]), La = e.object({
|
|
9018
9020
|
locator: W,
|
|
9019
|
-
policyLocator:
|
|
9020
|
-
termLocator:
|
|
9021
|
+
policyLocator: Ae,
|
|
9022
|
+
termLocator: jn,
|
|
9021
9023
|
effectiveTime: y,
|
|
9022
|
-
transactionState:
|
|
9023
|
-
transactionCategory:
|
|
9024
|
+
transactionState: Ht,
|
|
9025
|
+
transactionCategory: Qt,
|
|
9024
9026
|
transactionType: e.string(),
|
|
9025
9027
|
createdAt: y,
|
|
9026
9028
|
createdBy: _,
|
|
@@ -9028,24 +9030,24 @@ const oc = e.string().uuid(), Ju = e.object({
|
|
|
9028
9030
|
baseTransactionLocator: W.optional(),
|
|
9029
9031
|
issuedTime: y.optional(),
|
|
9030
9032
|
acceptedTime: y.optional(),
|
|
9031
|
-
preferences:
|
|
9033
|
+
preferences: _e.optional(),
|
|
9032
9034
|
underwritingStatus: e.string().optional(),
|
|
9033
|
-
validationResult:
|
|
9034
|
-
changeInstructions: e.array(
|
|
9035
|
+
validationResult: sa.optional(),
|
|
9036
|
+
changeInstructions: e.array(xt).optional(),
|
|
9035
9037
|
billingTrigger: He
|
|
9036
|
-
}), mc =
|
|
9038
|
+
}), mc = La.merge(
|
|
9037
9039
|
e.object({
|
|
9038
|
-
aggregatedTransactions: e.array(
|
|
9040
|
+
aggregatedTransactions: e.array(La)
|
|
9039
9041
|
})
|
|
9040
|
-
),
|
|
9041
|
-
|
|
9042
|
-
), nm = e.array(
|
|
9043
|
-
kt
|
|
9042
|
+
), am = C(mc), nm = e.array(
|
|
9043
|
+
xt
|
|
9044
9044
|
), rm = e.array(
|
|
9045
|
-
|
|
9046
|
-
),
|
|
9045
|
+
xt
|
|
9046
|
+
), om = e.array(
|
|
9047
|
+
xt
|
|
9048
|
+
), pc = Jn.omit({ locator: !0 }), im = e.array(
|
|
9047
9049
|
pc
|
|
9048
|
-
),
|
|
9050
|
+
), lm = un.merge(
|
|
9049
9051
|
e.object({
|
|
9050
9052
|
toTransaction: W,
|
|
9051
9053
|
reverseTransactions: e.array(W),
|
|
@@ -9053,67 +9055,67 @@ const oc = e.string().uuid(), Ju = e.object({
|
|
|
9053
9055
|
})
|
|
9054
9056
|
), gc = e.object({
|
|
9055
9057
|
locator: v,
|
|
9056
|
-
policyLocator:
|
|
9058
|
+
policyLocator: Ae,
|
|
9057
9059
|
effectiveTime: y,
|
|
9058
|
-
transactionState:
|
|
9060
|
+
transactionState: Ht,
|
|
9059
9061
|
charges: e.array(Hn)
|
|
9060
9062
|
}), yc = gc.extend({
|
|
9061
9063
|
aggregatedTransactions: e.lazy(
|
|
9062
9064
|
() => yc.array().optional()
|
|
9063
9065
|
)
|
|
9064
|
-
}),
|
|
9066
|
+
}), be = se.merge(
|
|
9065
9067
|
e.object({
|
|
9066
9068
|
locator: v,
|
|
9067
9069
|
referenceLocator: v,
|
|
9068
9070
|
referenceType: ji,
|
|
9069
|
-
level:
|
|
9071
|
+
level: Xa,
|
|
9070
9072
|
createdBy: _,
|
|
9071
9073
|
createdTime: y,
|
|
9072
9074
|
clearedBy: _,
|
|
9073
9075
|
clearedTime: y,
|
|
9074
|
-
elementLocator:
|
|
9076
|
+
elementLocator: te.optional()
|
|
9075
9077
|
})
|
|
9076
9078
|
), fc = e.object({
|
|
9077
9079
|
locator: v,
|
|
9078
|
-
policyLocator:
|
|
9079
|
-
transactionCategory:
|
|
9080
|
-
transactionState:
|
|
9080
|
+
policyLocator: Ae,
|
|
9081
|
+
transactionCategory: Qt,
|
|
9082
|
+
transactionState: Ht,
|
|
9081
9083
|
effectiveTime: y,
|
|
9082
9084
|
underwritingStatus: e.string(),
|
|
9083
|
-
underwritingFlags: e.array(
|
|
9085
|
+
underwritingFlags: e.array(be)
|
|
9084
9086
|
//aggregatedTransactions: z.array()
|
|
9085
9087
|
}), hc = fc.extend({
|
|
9086
9088
|
aggregatedTransactions: e.lazy(
|
|
9087
9089
|
() => hc.array().optional()
|
|
9088
9090
|
)
|
|
9089
|
-
}), bc =
|
|
9091
|
+
}), bc = gn.merge(
|
|
9090
9092
|
e.object({
|
|
9091
|
-
elementLocator:
|
|
9092
|
-
level:
|
|
9093
|
+
elementLocator: te,
|
|
9094
|
+
level: Xa
|
|
9093
9095
|
})
|
|
9094
|
-
),
|
|
9096
|
+
), sm = ra.merge(
|
|
9095
9097
|
e.object({
|
|
9096
9098
|
addFlags: e.array(bc),
|
|
9097
9099
|
clearFlags: e.array(v)
|
|
9098
9100
|
})
|
|
9099
|
-
),
|
|
9101
|
+
), cm = Hi.merge(
|
|
9100
9102
|
e.object({
|
|
9101
9103
|
transactionLocator: W,
|
|
9102
|
-
clearedFlags: e.array(
|
|
9103
|
-
flags: e.array(
|
|
9104
|
+
clearedFlags: e.array(be),
|
|
9105
|
+
flags: e.array(be)
|
|
9104
9106
|
})
|
|
9105
|
-
), vc =
|
|
9107
|
+
), vc = hn.merge(
|
|
9106
9108
|
e.object({
|
|
9107
9109
|
locator: Ke,
|
|
9108
9110
|
quickQuoteLocator: Ke,
|
|
9109
|
-
quoteState:
|
|
9110
|
-
billingLevel:
|
|
9111
|
+
quoteState: Yt,
|
|
9112
|
+
billingLevel: Se,
|
|
9111
9113
|
// deprecated
|
|
9112
9114
|
billingTrigger: He.optional(),
|
|
9113
9115
|
durationBasis: Je.optional(),
|
|
9114
|
-
policyLocator:
|
|
9115
|
-
preferences:
|
|
9116
|
-
validationResult:
|
|
9116
|
+
policyLocator: Ae,
|
|
9117
|
+
preferences: _e.optional(),
|
|
9118
|
+
validationResult: sa.optional(),
|
|
9117
9119
|
static: w,
|
|
9118
9120
|
issuedTime: y.optional(),
|
|
9119
9121
|
startTime: y.optional(),
|
|
@@ -9121,7 +9123,7 @@ const oc = e.string().uuid(), Ju = e.object({
|
|
|
9121
9123
|
acceptedTime: y.optional(),
|
|
9122
9124
|
expirationTime: y.optional()
|
|
9123
9125
|
})
|
|
9124
|
-
),
|
|
9126
|
+
), dm = C(vc), um = mn.merge(
|
|
9125
9127
|
e.object({
|
|
9126
9128
|
accountLocator: nt,
|
|
9127
9129
|
data: w,
|
|
@@ -9129,23 +9131,23 @@ const oc = e.string().uuid(), Ju = e.object({
|
|
|
9129
9131
|
endTime: y.optional(),
|
|
9130
9132
|
expirationTime: y.optional(),
|
|
9131
9133
|
durationBasis: Je.optional(),
|
|
9132
|
-
billingLevel:
|
|
9133
|
-
preferences:
|
|
9134
|
+
billingLevel: Se.optional(),
|
|
9135
|
+
preferences: _e.optional(),
|
|
9134
9136
|
static: w.optional(),
|
|
9135
9137
|
coverageTerms: F.optional(),
|
|
9136
9138
|
// deprecated
|
|
9137
9139
|
billingTrigger: He.optional(),
|
|
9138
|
-
elements: e.array(
|
|
9140
|
+
elements: e.array(ua)
|
|
9139
9141
|
})
|
|
9140
|
-
),
|
|
9142
|
+
), mm = dn.merge(
|
|
9141
9143
|
e.object({
|
|
9142
9144
|
startTime: y,
|
|
9143
9145
|
endTime: y,
|
|
9144
9146
|
expirationTime: y,
|
|
9145
9147
|
// deprecated
|
|
9146
9148
|
billingTrigger: He,
|
|
9147
|
-
billingLevel:
|
|
9148
|
-
preferences:
|
|
9149
|
+
billingLevel: Se,
|
|
9150
|
+
preferences: _e,
|
|
9149
9151
|
removeCoverageTerms: w,
|
|
9150
9152
|
removeData: w,
|
|
9151
9153
|
// NOTE: this looks sus, every other property is map<string,object> not <string,string>
|
|
@@ -9153,41 +9155,41 @@ const oc = e.string().uuid(), Ju = e.object({
|
|
|
9153
9155
|
setData: w,
|
|
9154
9156
|
elements: e.array(rs)
|
|
9155
9157
|
})
|
|
9156
|
-
),
|
|
9158
|
+
), pm = Gi.merge(
|
|
9157
9159
|
e.object({
|
|
9158
|
-
tenantLocator:
|
|
9160
|
+
tenantLocator: Te,
|
|
9159
9161
|
accountLocator: nt,
|
|
9160
9162
|
quoteLocator: Ke,
|
|
9161
|
-
quoteState:
|
|
9163
|
+
quoteState: Yt,
|
|
9162
9164
|
startTime: y,
|
|
9163
9165
|
endTime: y,
|
|
9164
9166
|
expirationTime: y,
|
|
9165
9167
|
durationBasis: Je,
|
|
9166
9168
|
items: e.array(Hn)
|
|
9167
9169
|
})
|
|
9168
|
-
),
|
|
9170
|
+
), gm = Vi.merge(
|
|
9169
9171
|
e.object({
|
|
9170
|
-
tenantLocator:
|
|
9172
|
+
tenantLocator: Te,
|
|
9171
9173
|
accountLocator: nt,
|
|
9172
9174
|
quoteLocator: Ke,
|
|
9173
|
-
quoteState:
|
|
9175
|
+
quoteState: Yt,
|
|
9174
9176
|
startTime: y,
|
|
9175
9177
|
endTime: y,
|
|
9176
9178
|
expirationTime: y,
|
|
9177
9179
|
durationBasis: Je,
|
|
9178
|
-
underwritingFlags: e.array(
|
|
9180
|
+
underwritingFlags: e.array(be)
|
|
9179
9181
|
})
|
|
9180
|
-
),
|
|
9182
|
+
), ym = al.merge(
|
|
9181
9183
|
e.object({
|
|
9182
9184
|
quoteLocator: Ke,
|
|
9183
|
-
flags: e.array(
|
|
9184
|
-
clearedFlags: e.array(
|
|
9185
|
+
flags: e.array(be),
|
|
9186
|
+
clearedFlags: e.array(be).optional()
|
|
9185
9187
|
})
|
|
9186
|
-
),
|
|
9188
|
+
), fm = tt.merge(
|
|
9187
9189
|
e.object({
|
|
9188
9190
|
groupLocator: v
|
|
9189
9191
|
})
|
|
9190
|
-
),
|
|
9192
|
+
), hm = na.merge(
|
|
9191
9193
|
e.object({
|
|
9192
9194
|
resetFlagsAction: Ai,
|
|
9193
9195
|
resetFlags: e.array(v),
|
|
@@ -9260,12 +9262,12 @@ const R = e.object({
|
|
|
9260
9262
|
e.literal("subpayment")
|
|
9261
9263
|
]),
|
|
9262
9264
|
amount: e.number().optional()
|
|
9263
|
-
}),
|
|
9265
|
+
}), qt = e.object({
|
|
9264
9266
|
creditLocator: e.string()
|
|
9265
9267
|
}), Ac = e.object({
|
|
9266
|
-
"billing.creditdistribution.reverse":
|
|
9267
|
-
"billing.creditdistribution.create":
|
|
9268
|
-
"billing.creditdistribution.distribute":
|
|
9268
|
+
"billing.creditdistribution.reverse": qt.optional(),
|
|
9269
|
+
"billing.creditdistribution.create": qt.optional(),
|
|
9270
|
+
"billing.creditdistribution.distribute": qt.optional()
|
|
9269
9271
|
});
|
|
9270
9272
|
e.union([
|
|
9271
9273
|
e.literal("draft"),
|
|
@@ -9330,7 +9332,7 @@ e.union([
|
|
|
9330
9332
|
e.literal("triggered"),
|
|
9331
9333
|
e.literal("cancelled")
|
|
9332
9334
|
]);
|
|
9333
|
-
const
|
|
9335
|
+
const Pt = e.object({
|
|
9334
9336
|
delinquencyLocator: e.string()
|
|
9335
9337
|
}), xc = e.object({
|
|
9336
9338
|
locator: e.string(),
|
|
@@ -9369,9 +9371,9 @@ e.union([
|
|
|
9369
9371
|
e.literal("delinquencyHeld")
|
|
9370
9372
|
]);
|
|
9371
9373
|
const Lc = e.object({
|
|
9372
|
-
"billing.delinquency.create":
|
|
9373
|
-
"billing.delinquency.settle":
|
|
9374
|
-
"billing.delinquency.lapse":
|
|
9374
|
+
"billing.delinquency.create": Pt.optional(),
|
|
9375
|
+
"billing.delinquency.settle": Pt.optional(),
|
|
9376
|
+
"billing.delinquency.lapse": Pt.optional()
|
|
9375
9377
|
});
|
|
9376
9378
|
e.object({
|
|
9377
9379
|
accountLocator: e.string(),
|
|
@@ -9396,7 +9398,7 @@ e.union([
|
|
|
9396
9398
|
e.literal("policy"),
|
|
9397
9399
|
e.literal("invoice")
|
|
9398
9400
|
]);
|
|
9399
|
-
const
|
|
9401
|
+
const Lt = e.object({
|
|
9400
9402
|
accountLocator: e.string().optional(),
|
|
9401
9403
|
type: e.string(),
|
|
9402
9404
|
amount: e.number(),
|
|
@@ -9421,14 +9423,14 @@ e.union([
|
|
|
9421
9423
|
e.literal("standard"),
|
|
9422
9424
|
e.literal("wire")
|
|
9423
9425
|
]);
|
|
9424
|
-
const
|
|
9426
|
+
const Re = e.object({
|
|
9425
9427
|
disbursementLocator: e.string()
|
|
9426
9428
|
}), Rc = e.object({
|
|
9427
|
-
"billing.disbursement.create":
|
|
9428
|
-
"billing.disbursement.reject":
|
|
9429
|
-
"billing.disbursement.execute":
|
|
9430
|
-
"billing.disbursement.reverse":
|
|
9431
|
-
"billing.disbursement.approve":
|
|
9429
|
+
"billing.disbursement.create": Re.optional(),
|
|
9430
|
+
"billing.disbursement.reject": Re.optional(),
|
|
9431
|
+
"billing.disbursement.execute": Re.optional(),
|
|
9432
|
+
"billing.disbursement.reverse": Re.optional(),
|
|
9433
|
+
"billing.disbursement.approve": Re.optional()
|
|
9432
9434
|
});
|
|
9433
9435
|
e.union([
|
|
9434
9436
|
e.literal("draft"),
|
|
@@ -9714,7 +9716,7 @@ const zc = e.object({
|
|
|
9714
9716
|
invoiceLocator: e.string(),
|
|
9715
9717
|
accountLocator: e.string(),
|
|
9716
9718
|
generateTime: e.string()
|
|
9717
|
-
}),
|
|
9719
|
+
}), Ra = e.object({
|
|
9718
9720
|
invoiceLocator: e.string(),
|
|
9719
9721
|
accountLocator: e.string()
|
|
9720
9722
|
}), Fc = e.object({
|
|
@@ -9886,7 +9888,7 @@ e.object({
|
|
|
9886
9888
|
installmentSettings: Zc,
|
|
9887
9889
|
billingSettings: jc
|
|
9888
9890
|
});
|
|
9889
|
-
const
|
|
9891
|
+
const Bt = e.object({
|
|
9890
9892
|
shortfallCreditLocator: e.string()
|
|
9891
9893
|
});
|
|
9892
9894
|
e.object({
|
|
@@ -9939,12 +9941,12 @@ const Xc = e.object({
|
|
|
9939
9941
|
}), rt = e.object({
|
|
9940
9942
|
validationItems: e.array(Xc),
|
|
9941
9943
|
success: e.boolean()
|
|
9942
|
-
}),
|
|
9944
|
+
}), Nt = e.object({
|
|
9943
9945
|
writeOffLocator: e.string()
|
|
9944
9946
|
}), ed = e.object({
|
|
9945
|
-
"billing.writeoff.reverse":
|
|
9946
|
-
"billing.writeoff.create":
|
|
9947
|
-
"billing.writeoff.distribute":
|
|
9947
|
+
"billing.writeoff.reverse": Nt.optional(),
|
|
9948
|
+
"billing.writeoff.create": Nt.optional(),
|
|
9949
|
+
"billing.writeoff.distribute": Nt.optional()
|
|
9948
9950
|
});
|
|
9949
9951
|
e.object({
|
|
9950
9952
|
locator: e.string(),
|
|
@@ -10039,7 +10041,7 @@ const rr = e.object({
|
|
|
10039
10041
|
});
|
|
10040
10042
|
e.object({
|
|
10041
10043
|
locator: e.string(),
|
|
10042
|
-
requestBody:
|
|
10044
|
+
requestBody: Lt
|
|
10043
10045
|
});
|
|
10044
10046
|
e.object({
|
|
10045
10047
|
locator: e.string(),
|
|
@@ -10144,7 +10146,7 @@ e.object({
|
|
|
10144
10146
|
value: e.boolean().optional()
|
|
10145
10147
|
});
|
|
10146
10148
|
e.object({
|
|
10147
|
-
requestBody:
|
|
10149
|
+
requestBody: Lt
|
|
10148
10150
|
});
|
|
10149
10151
|
e.object({
|
|
10150
10152
|
disbursementNumber: e.string(),
|
|
@@ -10551,12 +10553,12 @@ const ad = e.object({
|
|
|
10551
10553
|
"billing.installmentlattice.create": Ic.optional()
|
|
10552
10554
|
}), nd = e.object({
|
|
10553
10555
|
"billing.invoice.generate": zc.optional(),
|
|
10554
|
-
"billing.invoice.settle":
|
|
10555
|
-
"billing.invoice.unsettle":
|
|
10556
|
+
"billing.invoice.settle": Ra.optional(),
|
|
10557
|
+
"billing.invoice.unsettle": Ra.optional()
|
|
10556
10558
|
}), rd = e.object({
|
|
10557
|
-
"billing.shortfallcredit.reverse":
|
|
10558
|
-
"billing.shortfallcredit.distribute":
|
|
10559
|
-
"billing.shortfallcredit.create":
|
|
10559
|
+
"billing.shortfallcredit.reverse": Bt.optional(),
|
|
10560
|
+
"billing.shortfallcredit.distribute": Bt.optional(),
|
|
10561
|
+
"billing.shortfallcredit.create": Bt.optional()
|
|
10560
10562
|
});
|
|
10561
10563
|
e.object({
|
|
10562
10564
|
disbursementNumber: e.string()
|
|
@@ -10725,7 +10727,7 @@ e.object({
|
|
|
10725
10727
|
shortfallCreditEvents: rd.optional(),
|
|
10726
10728
|
writeOffEvents: ed.optional()
|
|
10727
10729
|
});
|
|
10728
|
-
const
|
|
10730
|
+
const Rt = R.merge(
|
|
10729
10731
|
e.object({
|
|
10730
10732
|
containerType: wi
|
|
10731
10733
|
})
|
|
@@ -10736,41 +10738,41 @@ const Lt = R.merge(
|
|
|
10736
10738
|
data: w,
|
|
10737
10739
|
createdAt: y,
|
|
10738
10740
|
createdBy: _,
|
|
10739
|
-
sources: e.array(
|
|
10741
|
+
sources: e.array(Rt),
|
|
10740
10742
|
accountLocator: nt.optional(),
|
|
10741
|
-
validationResult:
|
|
10743
|
+
validationResult: sa.optional()
|
|
10742
10744
|
})
|
|
10743
|
-
),
|
|
10745
|
+
), bm = C(id), vm = Lt.merge(
|
|
10744
10746
|
e.object({
|
|
10745
10747
|
data: w,
|
|
10746
|
-
sources: e.array(
|
|
10748
|
+
sources: e.array(Rt),
|
|
10747
10749
|
accountLocator: v.optional(),
|
|
10748
|
-
transactionMethod:
|
|
10750
|
+
transactionMethod: Xt.optional()
|
|
10749
10751
|
})
|
|
10750
|
-
),
|
|
10752
|
+
), Sm = tr.merge(
|
|
10751
10753
|
e.object({
|
|
10752
10754
|
setData: w,
|
|
10753
10755
|
removeData: w,
|
|
10754
|
-
addSources: e.array(
|
|
10756
|
+
addSources: e.array(Rt),
|
|
10755
10757
|
removeSources: e.array(e.string()),
|
|
10756
10758
|
accountLocator: nt.optional(),
|
|
10757
|
-
transactionMethod:
|
|
10759
|
+
transactionMethod: Xt
|
|
10758
10760
|
})
|
|
10759
|
-
),
|
|
10761
|
+
), jm = Lt.merge(
|
|
10760
10762
|
e.object({
|
|
10761
10763
|
data: w,
|
|
10762
|
-
sources: e.array(
|
|
10763
|
-
transactionMethod:
|
|
10764
|
+
sources: e.array(Rt),
|
|
10765
|
+
transactionMethod: Xt
|
|
10764
10766
|
})
|
|
10765
10767
|
), ld = e.object({
|
|
10766
10768
|
locator: _,
|
|
10767
10769
|
isDeleted: e.boolean()
|
|
10768
|
-
}),
|
|
10770
|
+
}), H = e.union([
|
|
10769
10771
|
$n,
|
|
10770
10772
|
ld
|
|
10771
10773
|
]), Q = e.object({
|
|
10772
|
-
tenantLocator:
|
|
10773
|
-
}),
|
|
10774
|
+
tenantLocator: Te
|
|
10775
|
+
}), Tm = Q.merge(
|
|
10774
10776
|
e.object({
|
|
10775
10777
|
userLocator: _
|
|
10776
10778
|
})
|
|
@@ -10778,42 +10780,42 @@ const Lt = R.merge(
|
|
|
10778
10780
|
e.object({
|
|
10779
10781
|
assignmentLocator: Tn
|
|
10780
10782
|
})
|
|
10781
|
-
),
|
|
10783
|
+
), Am = sd.merge(
|
|
10782
10784
|
e.object({
|
|
10783
10785
|
userLocator: _
|
|
10784
10786
|
})
|
|
10785
|
-
),
|
|
10787
|
+
), _m = Q.merge(
|
|
10786
10788
|
e.object({
|
|
10787
10789
|
userLocator: _
|
|
10788
10790
|
})
|
|
10789
|
-
),
|
|
10791
|
+
), wm = Q.merge(
|
|
10790
10792
|
e.object({
|
|
10791
10793
|
referenceType: e.string(),
|
|
10792
10794
|
referenceLocator: v
|
|
10793
10795
|
})
|
|
10794
10796
|
), cd = Q.merge(
|
|
10795
10797
|
e.object({
|
|
10796
|
-
activityLocator:
|
|
10798
|
+
activityLocator: la
|
|
10797
10799
|
})
|
|
10798
|
-
),
|
|
10800
|
+
), km = cd.merge(
|
|
10799
10801
|
e.object({
|
|
10800
10802
|
userLocator: _
|
|
10801
10803
|
})
|
|
10802
|
-
),
|
|
10804
|
+
), xm = Q.merge(
|
|
10803
10805
|
e.object({
|
|
10804
10806
|
userLocator: _
|
|
10805
10807
|
})
|
|
10806
|
-
),
|
|
10808
|
+
), Lm = Q.merge(
|
|
10807
10809
|
e.object({
|
|
10808
10810
|
referenceType: e.string(),
|
|
10809
10811
|
referenceLocator: v
|
|
10810
10812
|
})
|
|
10811
|
-
),
|
|
10813
|
+
), Rm = Q.merge(
|
|
10812
10814
|
e.object({
|
|
10813
10815
|
referenceType: e.string(),
|
|
10814
10816
|
referenceLocator: v
|
|
10815
10817
|
})
|
|
10816
|
-
),
|
|
10818
|
+
), Em = Q.merge(
|
|
10817
10819
|
e.object({
|
|
10818
10820
|
diaryLocator: An
|
|
10819
10821
|
})
|
|
@@ -10865,7 +10867,7 @@ const ud = e.object({
|
|
|
10865
10867
|
e.object({
|
|
10866
10868
|
dataSizeKb: e.number()
|
|
10867
10869
|
});
|
|
10868
|
-
const
|
|
10870
|
+
const ha = e.object({
|
|
10869
10871
|
locator: e.string(),
|
|
10870
10872
|
referenceLocator: e.string(),
|
|
10871
10873
|
referenceType: e.union([
|
|
@@ -10921,7 +10923,7 @@ e.object({
|
|
|
10921
10923
|
referenceLocator: e.string(),
|
|
10922
10924
|
referenceType: e.string()
|
|
10923
10925
|
});
|
|
10924
|
-
e.array(
|
|
10926
|
+
e.array(ha);
|
|
10925
10927
|
e.object({
|
|
10926
10928
|
referenceLocator: e.string(),
|
|
10927
10929
|
referenceType: e.string(),
|
|
@@ -10932,7 +10934,7 @@ e.object({
|
|
|
10932
10934
|
locator: e.string(),
|
|
10933
10935
|
offset: e.number().optional()
|
|
10934
10936
|
});
|
|
10935
|
-
e.array(
|
|
10937
|
+
e.array(ha);
|
|
10936
10938
|
e.object({
|
|
10937
10939
|
locator: e.string(),
|
|
10938
10940
|
requestBody: pd
|
|
@@ -10954,8 +10956,8 @@ e.object({
|
|
|
10954
10956
|
e.unknown();
|
|
10955
10957
|
const lr = e.object({
|
|
10956
10958
|
...ir.shape
|
|
10957
|
-
}),
|
|
10958
|
-
...
|
|
10959
|
+
}), Cm = lr, ba = e.object({
|
|
10960
|
+
...ha.shape,
|
|
10959
10961
|
locator: An,
|
|
10960
10962
|
referenceType: Ci,
|
|
10961
10963
|
diaryState: Di,
|
|
@@ -10963,7 +10965,7 @@ const lr = e.object({
|
|
|
10963
10965
|
createdBy: _,
|
|
10964
10966
|
updatedAt: y,
|
|
10965
10967
|
updatedBy: _.optional()
|
|
10966
|
-
}),
|
|
10968
|
+
}), Dm = C(ba), qm = C(ba), Pm = e.object({
|
|
10967
10969
|
...cl.shape,
|
|
10968
10970
|
diaryNote: lr.optional(),
|
|
10969
10971
|
userAssignment: ml.omit({
|
|
@@ -10972,254 +10974,268 @@ const lr = e.object({
|
|
|
10972
10974
|
}).optional()
|
|
10973
10975
|
}), gd = e.object({
|
|
10974
10976
|
..._n.shape,
|
|
10975
|
-
assignedTo:
|
|
10976
|
-
createdBy:
|
|
10977
|
-
updatedBy:
|
|
10978
|
-
}),
|
|
10979
|
-
status:
|
|
10980
|
-
}),
|
|
10977
|
+
assignedTo: H.optional(),
|
|
10978
|
+
createdBy: H.optional(),
|
|
10979
|
+
updatedBy: H.optional()
|
|
10980
|
+
}), Bm = C(gd), Nm = e.object({
|
|
10981
|
+
status: vt
|
|
10982
|
+
}), Im = e.object({
|
|
10981
10983
|
assignedTo: _.optional()
|
|
10982
10984
|
}), yd = e.object({
|
|
10983
|
-
|
|
10984
|
-
|
|
10985
|
-
|
|
10986
|
-
|
|
10985
|
+
locator: la,
|
|
10986
|
+
category: e.string(),
|
|
10987
|
+
type: e.string(),
|
|
10988
|
+
activityState: vt,
|
|
10989
|
+
underwritingFlagLocators: e.array(e.string()).optional(),
|
|
10990
|
+
deadlineTime: y.optional(),
|
|
10991
|
+
assignedTo: H.optional(),
|
|
10992
|
+
createdBy: H,
|
|
10993
|
+
createdAt: y,
|
|
10994
|
+
updatedBy: H.optional(),
|
|
10995
|
+
updatedAt: y.optional()
|
|
10996
|
+
}), Mm = C(yd), fd = e.object({
|
|
10997
|
+
...ba.shape,
|
|
10998
|
+
createdBy: H,
|
|
10999
|
+
updatedBy: H.optional()
|
|
11000
|
+
}), Om = C(fd), Zm = e.record(
|
|
10987
11001
|
e.string(),
|
|
10988
11002
|
e.array(e.string())
|
|
10989
|
-
),
|
|
10990
|
-
...
|
|
11003
|
+
), Um = F, zm = e.object({
|
|
11004
|
+
...on.shape,
|
|
10991
11005
|
addQualifications: F,
|
|
10992
11006
|
removeQualifications: F
|
|
10993
11007
|
});
|
|
10994
11008
|
export {
|
|
10995
11009
|
mi as AbsoluteEnum,
|
|
10996
11010
|
nt as AccountIdSchema,
|
|
10997
|
-
|
|
11011
|
+
Lm as ActivitiesByRefParamsSchema,
|
|
10998
11012
|
cl as ActivityCreateRequestSchema,
|
|
10999
11013
|
wn as ActivityHistoryInitialResponseSchema,
|
|
11000
|
-
|
|
11014
|
+
Mm as ActivityHistoryListResponseBffSchema,
|
|
11015
|
+
Ld as ActivityHistoryListResponseSchema,
|
|
11016
|
+
yd as ActivityHistoryResponseBffSchema,
|
|
11001
11017
|
ul as ActivityHistoryResponseSchema,
|
|
11002
|
-
|
|
11003
|
-
|
|
11004
|
-
|
|
11018
|
+
la as ActivityIdSchema,
|
|
11019
|
+
Bm as ActivityListResponseBffSchema,
|
|
11020
|
+
xd as ActivityListResponseSchema,
|
|
11005
11021
|
cd as ActivityParamsSchema,
|
|
11006
11022
|
Ri as ActivityReferenceEnumSchema,
|
|
11007
11023
|
yt as ActivityReferenceSchema,
|
|
11008
11024
|
gd as ActivityResponseBffSchema,
|
|
11009
11025
|
_n as ActivityResponseSchema,
|
|
11010
|
-
|
|
11026
|
+
vt as ActivityStateEnumSchema,
|
|
11011
11027
|
dl as ActivityTypeRefSchema,
|
|
11012
|
-
|
|
11013
|
-
|
|
11014
|
-
|
|
11015
|
-
|
|
11028
|
+
Im as ActivityUpdateAssigneeRequestBffSchema,
|
|
11029
|
+
kd as ActivityUpdateRequestSchema,
|
|
11030
|
+
Nm as ActivityUpdateStatusRequestBffSchema,
|
|
11031
|
+
Pm as AddActivityRequestBffSchema,
|
|
11016
11032
|
cc as AddChangeInstructionResponseSchema,
|
|
11017
|
-
|
|
11033
|
+
Ha as AnchorModeEnumSchema,
|
|
11018
11034
|
pi as AnchorTypeEnumSchema,
|
|
11019
|
-
|
|
11020
|
-
|
|
11035
|
+
km as AssignActivityParamsSchema,
|
|
11036
|
+
Am as AssignAssignmentParamsSchema,
|
|
11021
11037
|
ml as AssignmentCreateRequestSchema,
|
|
11022
11038
|
Tn as AssignmentIdSchema,
|
|
11023
|
-
|
|
11039
|
+
Rd as AssignmentListResponseSchema,
|
|
11024
11040
|
sd as AssignmentParamsSchema,
|
|
11025
11041
|
pl as AssignmentResponseSchema,
|
|
11026
11042
|
gl as AssignmentRoleRefSchema,
|
|
11027
11043
|
Ei as AssignmentStateEnumSchema,
|
|
11028
|
-
|
|
11029
|
-
|
|
11044
|
+
wm as AssignmentsByRefParamsSchema,
|
|
11045
|
+
Ku as AttachDocumentParamsSchema,
|
|
11030
11046
|
Ys as AttachDocumentQuerySchema,
|
|
11031
|
-
|
|
11032
|
-
|
|
11033
|
-
|
|
11034
|
-
|
|
11035
|
-
|
|
11036
|
-
|
|
11037
|
-
|
|
11047
|
+
Qu as AttachDocumentRequestBodySchema,
|
|
11048
|
+
Hu as AttachDocumentRequestParamsSchema,
|
|
11049
|
+
Uu as AuthTokenCreateRequestSchema,
|
|
11050
|
+
zu as AuthTokenResponseSchema,
|
|
11051
|
+
wd as BaseListPaginationSchema,
|
|
11052
|
+
La as BasePolicyTransactionResponseSchema,
|
|
11053
|
+
H as BasicAndFormerUserBffSchema,
|
|
11038
11054
|
$n as BasicUserResponseSchema,
|
|
11039
|
-
|
|
11055
|
+
Se as BillingLevelEnumSchema,
|
|
11040
11056
|
Cn as BillingPreferencesSchema,
|
|
11041
11057
|
He as BillingTriggerEnumSchema,
|
|
11042
11058
|
Ws as BootstrapResultSchema,
|
|
11043
11059
|
$s as BootstrapResultStatusEnumSchema,
|
|
11044
|
-
|
|
11060
|
+
Ja as CadenceEnumSchema,
|
|
11045
11061
|
gi as ChangeActionEnumSchema,
|
|
11046
11062
|
yi as ChargeCategoryEnumSchema,
|
|
11047
11063
|
Hn as ChargeResponseSchema,
|
|
11048
11064
|
Qs as ConfigBuilderResultSchema,
|
|
11049
|
-
|
|
11050
|
-
|
|
11051
|
-
|
|
11052
|
-
|
|
11065
|
+
im as CreateCancellationTransactionRequestBodySchema,
|
|
11066
|
+
rm as CreatePolicyChangeTransactionRequestBodySchema,
|
|
11067
|
+
om as CreateRenewalTransactionRequestBodySchema,
|
|
11068
|
+
nm as CreateTransactionRequestBodySchema,
|
|
11053
11069
|
wi as CreditItemContainerTypeEnumSchema,
|
|
11054
|
-
|
|
11070
|
+
Rt as CreditItemSchema,
|
|
11055
11071
|
Is as DROPZONE_3G2_ACCEPTED_FILE_TYPES,
|
|
11056
11072
|
Ns as DROPZONE_3GP_ACCEPTED_FILE_TYPES,
|
|
11057
11073
|
Ps as DROPZONE_GZIP_ACCEPTED_FILE_TYPES,
|
|
11058
|
-
|
|
11074
|
+
xa as DROPZONE_MIDI_ACCEPTED_FILE_TYPES,
|
|
11059
11075
|
Bs as DROPZONE_XML_ACCEPTED_FILE_TYPES,
|
|
11060
11076
|
qs as DROPZONE_ZIP_ACCEPTED_FILE_TYPES,
|
|
11061
|
-
|
|
11077
|
+
Ad as DatetimeWithOffsetZ,
|
|
11062
11078
|
y as DatetimeZ,
|
|
11063
11079
|
fi as DayOfWeekEnumSchema,
|
|
11064
11080
|
uc as DeleteChangeInstructionResponseSchema,
|
|
11065
|
-
|
|
11081
|
+
Vd as DelinquencyPlanUpdateRequestSchema,
|
|
11066
11082
|
Ks as DeploymentMetadataSchema,
|
|
11067
|
-
|
|
11068
|
-
|
|
11069
|
-
|
|
11083
|
+
qm as DiariesListResponseSchema,
|
|
11084
|
+
Rm as DiaryByRefParamsSchema,
|
|
11085
|
+
fd as DiaryEntryBffSchema,
|
|
11070
11086
|
lr as DiaryEntryCreateRequestSchema,
|
|
11071
|
-
|
|
11072
|
-
|
|
11073
|
-
|
|
11074
|
-
|
|
11075
|
-
|
|
11087
|
+
Om as DiaryEntryListResponseBffSchema,
|
|
11088
|
+
Dm as DiaryEntryListResponseSchema,
|
|
11089
|
+
ba as DiaryEntrySchema,
|
|
11090
|
+
Cm as DiaryEntryUpdateRequestSchema,
|
|
11091
|
+
Em as DiaryIdParamsSchema,
|
|
11076
11092
|
An as DiaryIdSchema,
|
|
11077
11093
|
Ci as DiaryReferenceTypeEnumSchema,
|
|
11078
11094
|
Di as DiaryStateEnumSchema,
|
|
11079
|
-
|
|
11095
|
+
vm as DisbursementCreateRequestSchema,
|
|
11080
11096
|
il as DisbursementIdSchema,
|
|
11081
|
-
|
|
11097
|
+
bm as DisbursementListResponseSchema,
|
|
11082
11098
|
fl as DisbursementRefRecordSchema,
|
|
11083
11099
|
yl as DisbursementRefSchema,
|
|
11084
11100
|
id as DisbursementResponseSchema,
|
|
11085
11101
|
_i as DisbursementStateEnumSchema,
|
|
11086
|
-
|
|
11087
|
-
|
|
11088
|
-
|
|
11102
|
+
jm as DisbursementUpdateReplaceDataRequestSchema,
|
|
11103
|
+
Sm as DisbursementUpdateRequestSchema,
|
|
11104
|
+
Jt as DocumentFormatEnumSchema,
|
|
11089
11105
|
lt as DocumentIdSchema,
|
|
11090
11106
|
Wn as DocumentInstanceResponseSchema,
|
|
11091
|
-
|
|
11107
|
+
Ju as DocumentInstanceSchema,
|
|
11092
11108
|
hi as DocumentInstanceStateEnumSchema,
|
|
11093
|
-
|
|
11109
|
+
Wu as DocumentListResponseSchema,
|
|
11094
11110
|
bl as DocumentRefRecordSchema,
|
|
11095
11111
|
hl as DocumentRefSchema,
|
|
11096
|
-
|
|
11112
|
+
Td as DocumentReferenceTypeEnumSchema,
|
|
11097
11113
|
ki as DocumentScopeEnumSchema,
|
|
11098
|
-
|
|
11114
|
+
jd as DocumentStateEnumSchema,
|
|
11099
11115
|
Li as DocumentTriggerEnumSchema,
|
|
11100
11116
|
Je as DurationBasisEnumSchema,
|
|
11101
11117
|
bi as ElementCategoryEnumSchema,
|
|
11102
|
-
|
|
11103
|
-
|
|
11118
|
+
ua as ElementCreateRequestSchema,
|
|
11119
|
+
te as ElementIdSchema,
|
|
11104
11120
|
Ln as ElementResponseSchema,
|
|
11105
11121
|
rs as ElementUpdateRequestSchema,
|
|
11106
|
-
|
|
11107
|
-
|
|
11122
|
+
Lu as FILE_EXTENSIONS_TO_MIME_TYPES,
|
|
11123
|
+
_m as FetchUserAssignmentsParamsSchema,
|
|
11108
11124
|
ld as FormerUserResponseBffSchema,
|
|
11109
|
-
|
|
11110
|
-
|
|
11125
|
+
Cu as IdentityProviderCreateRequestSchema,
|
|
11126
|
+
Du as IdentityProviderResponseSchema,
|
|
11111
11127
|
Sl as InstallmentPlanRecordSchema,
|
|
11112
11128
|
vl as InstallmentPlanRefSchema,
|
|
11113
11129
|
En as InstallmentPreferencesSchema,
|
|
11114
|
-
|
|
11115
|
-
|
|
11116
|
-
|
|
11130
|
+
Vu as ListBasicUserResponseSchema,
|
|
11131
|
+
Bu as ListRoleResponseSchema,
|
|
11132
|
+
Mu as ListTenantResponseSchema,
|
|
11117
11133
|
w as MapStringAnyZ,
|
|
11118
11134
|
F as MapStringStringZ,
|
|
11119
11135
|
vi as MatchEnum,
|
|
11120
11136
|
V as MimeType,
|
|
11121
|
-
|
|
11137
|
+
Sd as MimeTypeEnumSchema,
|
|
11122
11138
|
dc as ModifyChangeInstructionResponseSchema,
|
|
11123
11139
|
pc as ParamsChangeInstructionCreateRequestSchema,
|
|
11124
11140
|
Jn as ParamsChangeInstructionResponseSchema,
|
|
11125
|
-
|
|
11126
|
-
|
|
11127
|
-
|
|
11128
|
-
|
|
11129
|
-
|
|
11130
|
-
|
|
11141
|
+
Wd as ParamsPolicyIdSchema,
|
|
11142
|
+
Tu as PaymentRequestSchema,
|
|
11143
|
+
Ae as PolicyIdSchema,
|
|
11144
|
+
Ud as PolicyListResponseSchema,
|
|
11145
|
+
_e as PolicyPreferencesSchema,
|
|
11146
|
+
$d as PolicyResponseArraySchema,
|
|
11131
11147
|
Rn as PolicyResponseSchema,
|
|
11132
|
-
|
|
11148
|
+
Fd as PolicySnapshotResponseSchema,
|
|
11133
11149
|
W as PolicyTransactionIdSchema,
|
|
11134
|
-
|
|
11150
|
+
am as PolicyTransactionListResponseSchema,
|
|
11135
11151
|
mc as PolicyTransactionResponseSchema,
|
|
11136
|
-
|
|
11152
|
+
lm as PolicyTransactionReversalRequestSchema,
|
|
11137
11153
|
Dn as PreferencesSchema,
|
|
11138
|
-
|
|
11139
|
-
|
|
11154
|
+
um as QuoteCreateRequestSchema,
|
|
11155
|
+
fm as QuoteGroupAssignmentRequestSchema,
|
|
11140
11156
|
Ke as QuoteIdSchema,
|
|
11141
|
-
|
|
11142
|
-
|
|
11157
|
+
dm as QuoteListResponseSchema,
|
|
11158
|
+
pm as QuotePriceResponseSchema,
|
|
11143
11159
|
vc as QuoteResponseSchema,
|
|
11144
|
-
|
|
11145
|
-
|
|
11146
|
-
|
|
11147
|
-
|
|
11148
|
-
|
|
11160
|
+
Yt as QuoteStateEnumSchema,
|
|
11161
|
+
ym as QuoteUnderwritingFlagsResponseSchema,
|
|
11162
|
+
gm as QuoteUnderwritingResponseSchema,
|
|
11163
|
+
mm as QuoteUpdateRequestSchema,
|
|
11164
|
+
Kt as ReferenceTypeEnumSchema,
|
|
11149
11165
|
Ai as ResetFlagsActionEnumSchema,
|
|
11150
|
-
|
|
11151
|
-
|
|
11152
|
-
|
|
11166
|
+
hm as ResetOptionsSchema,
|
|
11167
|
+
qu as RoleCreateRequestSchema,
|
|
11168
|
+
_d as RoleIdSchema,
|
|
11153
11169
|
Fs as RoleResponseSchema,
|
|
11154
|
-
|
|
11155
|
-
|
|
11156
|
-
|
|
11157
|
-
|
|
11158
|
-
|
|
11170
|
+
Pu as RoleUpdateRequestSchema,
|
|
11171
|
+
Eu as SPECIAL_FILE_EXTENSIONS,
|
|
11172
|
+
Xu as SearchByTokenQueryParamsSchema,
|
|
11173
|
+
Ya as SearchEntityTypeEnum,
|
|
11174
|
+
Yu as SearchParamSchema,
|
|
11159
11175
|
ic as SearchQueryParamsSchema,
|
|
11160
|
-
|
|
11161
|
-
|
|
11176
|
+
em as SearchRequestSchema,
|
|
11177
|
+
tm as SearchResponseSchema,
|
|
11162
11178
|
sc as SearchResultSchema,
|
|
11163
11179
|
lc as SearchTermRequestSchema,
|
|
11164
11180
|
ia as SegmentIdSchema,
|
|
11165
11181
|
os as SegmentSchema,
|
|
11166
11182
|
Si as SegmentTypeEnumSchema,
|
|
11167
11183
|
xi as SelectionTimeBasisEnum,
|
|
11168
|
-
|
|
11169
|
-
|
|
11170
|
-
|
|
11184
|
+
zd as StaticDataUpdateRequestSchema,
|
|
11185
|
+
Ou as TenantDeploymentResultSchema,
|
|
11186
|
+
Te as TenantIdSchema,
|
|
11171
11187
|
oc as TenantLocatorSchema,
|
|
11172
11188
|
Q as TenantQualificationsParamsSchema,
|
|
11173
|
-
|
|
11189
|
+
Zm as TenantQualificationsResponseSchema,
|
|
11174
11190
|
Vs as TenantResponseSchema,
|
|
11175
|
-
|
|
11176
|
-
|
|
11177
|
-
|
|
11178
|
-
|
|
11191
|
+
Zu as TenantUpdateRequestSchema,
|
|
11192
|
+
jn as TermIdSchema,
|
|
11193
|
+
Qt as TransactionCategoryEnumSchema,
|
|
11194
|
+
Xt as TransactionMethodEnumSchema,
|
|
11179
11195
|
yc as TransactionPriceResponseSchema,
|
|
11180
11196
|
is as TransactionSnapshotResponseSchema,
|
|
11181
|
-
|
|
11182
|
-
|
|
11197
|
+
Ht as TransactionStateEnumSchema,
|
|
11198
|
+
cm as TransactionUnderwritingFlagsResponseSchema,
|
|
11183
11199
|
hc as TransactionUnderwritingResponseSchema,
|
|
11184
11200
|
v as ULIDZ,
|
|
11185
|
-
|
|
11201
|
+
_t as UUIDZ,
|
|
11186
11202
|
bc as UnderwritingFlagCreateRequestSchema,
|
|
11187
|
-
|
|
11188
|
-
|
|
11203
|
+
be as UnderwritingFlagResponseSchema,
|
|
11204
|
+
Xa as UnderwritingFlagsLevelEnumSchema,
|
|
11189
11205
|
ji as UnderwritingFlagsReferenceTypeEnumSchema,
|
|
11190
|
-
|
|
11191
|
-
|
|
11192
|
-
|
|
11193
|
-
|
|
11206
|
+
sm as UnderwritingFlagsUpdateRequestSchema,
|
|
11207
|
+
Gd as UpdateBillingLevelRequestSchema,
|
|
11208
|
+
xm as UserActivitiesParamsSchema,
|
|
11209
|
+
Fu as UserCreateRequestSchema,
|
|
11194
11210
|
_ as UserIdSchema,
|
|
11195
|
-
|
|
11196
|
-
|
|
11197
|
-
|
|
11198
|
-
|
|
11199
|
-
|
|
11200
|
-
|
|
11201
|
-
|
|
11211
|
+
Tm as UserQualificationsParamsSchema,
|
|
11212
|
+
Um as UserQualificationsResponseSchema,
|
|
11213
|
+
zm as UserQualificationsUpdateRequestSchema,
|
|
11214
|
+
Gu as UserResponseSchema,
|
|
11215
|
+
Nu as UserRolesUpdateRequestSchema,
|
|
11216
|
+
Iu as UserTenantsAssignmentsUpdateRequestSchema,
|
|
11217
|
+
$u as UserUpdateRequestSchema,
|
|
11202
11218
|
sl as ValidationItemSchema,
|
|
11203
|
-
|
|
11219
|
+
sa as ValidationResultSchema,
|
|
11204
11220
|
Ti as WeekOfMonthEnumSchema,
|
|
11205
11221
|
jl as WorkManagementRefSchema,
|
|
11206
11222
|
ea as WorkManagementReferenceTypeEnumSchema,
|
|
11207
|
-
|
|
11223
|
+
Ru as ZIP_ACCEPTED_FILE_TYPES,
|
|
11208
11224
|
qn as accountBillingLevelEnumSchema,
|
|
11209
11225
|
ko as accountConfigRecordSchema,
|
|
11210
11226
|
wo as accountConfigSchema,
|
|
11211
|
-
|
|
11212
|
-
|
|
11227
|
+
Kd as accountCreateSchema,
|
|
11228
|
+
Hd as accountResponseSchema,
|
|
11213
11229
|
ls as accountStateEnumSchema,
|
|
11214
|
-
|
|
11215
|
-
|
|
11216
|
-
|
|
11230
|
+
Qd as accountUpdateSchema,
|
|
11231
|
+
iu as addChangeInstructionCreateRequestSchema,
|
|
11232
|
+
lu as addChangeInstructionResponseSchema,
|
|
11217
11233
|
Ts as advanceLapseToEnumSchema,
|
|
11218
11234
|
ql as advanceLapseToSchema,
|
|
11219
11235
|
bo as anchorModeEnumSchema,
|
|
11220
11236
|
vo as anchorTypeEnumSchema,
|
|
11221
11237
|
Tl as autoRenewalPlanSchema,
|
|
11222
|
-
|
|
11238
|
+
zt as billingLevelEnumSchema,
|
|
11223
11239
|
_l as bootstrapResourceGroupSchema,
|
|
11224
11240
|
wl as bootstrapResourceInstance,
|
|
11225
11241
|
kl as bootstrapResourcesSchema,
|
|
@@ -11229,114 +11245,114 @@ export {
|
|
|
11229
11245
|
bs as chargeCategorySchema,
|
|
11230
11246
|
vs as chargeResponseSchema,
|
|
11231
11247
|
_o as constraintConfigSchema,
|
|
11232
|
-
|
|
11248
|
+
Pd as constraintEvaluationResponseSchema,
|
|
11233
11249
|
Rl as coverageTermOptionSchema,
|
|
11234
11250
|
El as coverageTermSchema,
|
|
11235
11251
|
Cl as coverageTermsRecordSchema,
|
|
11236
|
-
|
|
11237
|
-
|
|
11238
|
-
|
|
11252
|
+
_u as creditDistributionRequestSchema,
|
|
11253
|
+
wu as creditDistributionResponseSchema,
|
|
11254
|
+
ku as creditDistributionReverseRequestSchema,
|
|
11239
11255
|
Rs as creditDistributionStateEnumSchema,
|
|
11240
11256
|
ks as creditItemContainerTypeEnumSchema,
|
|
11241
|
-
|
|
11257
|
+
he as creditItemSchema,
|
|
11242
11258
|
ht as currencyEnumSchema,
|
|
11243
|
-
|
|
11259
|
+
Ed as dataModelSchema,
|
|
11244
11260
|
Kl as dataTypeConfigSchema,
|
|
11245
|
-
|
|
11261
|
+
Cd as dataTypesRecordSchema,
|
|
11246
11262
|
jo as dayOfWeekEnumSchema,
|
|
11247
|
-
|
|
11248
|
-
|
|
11263
|
+
su as deleteChangeInstructionCreateRequestSchema,
|
|
11264
|
+
cu as deleteChangeInstructionResponseSchema,
|
|
11249
11265
|
As as delinquencyLevelEnumSchema,
|
|
11250
11266
|
Dl as delinquencyLevelSchema,
|
|
11251
11267
|
Bl as delinquencyPlanRecordsSchema,
|
|
11252
11268
|
Pl as delinquencyPlanSchema,
|
|
11253
|
-
|
|
11254
|
-
|
|
11255
|
-
|
|
11269
|
+
Su as delinquencyReferenceSchema,
|
|
11270
|
+
vu as delinquencyReferenceTypeEnumSchema,
|
|
11271
|
+
ju as delinquencyResponseSchema,
|
|
11256
11272
|
ws as delinquencySettingsSchema,
|
|
11257
11273
|
_s as delinquencyStateEnumSchema,
|
|
11258
|
-
|
|
11259
|
-
|
|
11260
|
-
|
|
11274
|
+
ru as documentInstanceResponseSchema,
|
|
11275
|
+
Ft as documentReferenceTypeEnumSchema,
|
|
11276
|
+
Gt as documentStateEnumSchema,
|
|
11261
11277
|
Bn as documentSummarySchema,
|
|
11262
|
-
|
|
11263
|
-
|
|
11278
|
+
Vt as durationBasisSchema,
|
|
11279
|
+
xe as elementConfigRecordSchema,
|
|
11264
11280
|
Nl as elementConfigSchema,
|
|
11265
|
-
|
|
11266
|
-
|
|
11267
|
-
|
|
11281
|
+
Bd as elementCreateRequestSchema,
|
|
11282
|
+
ca as elementRequestSchema,
|
|
11283
|
+
da as elementResponseSchema,
|
|
11268
11284
|
ms as elementSummarySchema,
|
|
11269
|
-
|
|
11270
|
-
|
|
11271
|
-
|
|
11285
|
+
qd as evaluateConstraintsRequestSchema,
|
|
11286
|
+
vd as fieldConfigRecordSchema,
|
|
11287
|
+
le as fieldConfigSchema,
|
|
11272
11288
|
ll as genericArray,
|
|
11273
|
-
|
|
11289
|
+
C as genericListResponseSchema,
|
|
11274
11290
|
js as invoiceItemResponseSchema,
|
|
11275
|
-
|
|
11291
|
+
bu as invoiceResponseSchema,
|
|
11276
11292
|
Ss as invoiceStateEnumSchema,
|
|
11277
11293
|
Cs as ledgerAccountAccountingTypeEnumSchema,
|
|
11278
11294
|
Ds as ledgerAccountLineItemSchema,
|
|
11279
11295
|
Es as ledgerAccountReferenceTypeEnumSchema,
|
|
11280
|
-
|
|
11281
|
-
|
|
11282
|
-
|
|
11283
|
-
|
|
11284
|
-
|
|
11285
|
-
|
|
11296
|
+
xu as ledgerAccountResponseSchema,
|
|
11297
|
+
du as modifyChangeInstructionCreateRequestSchema,
|
|
11298
|
+
uu as modifyChangeInstructionResponseSchema,
|
|
11299
|
+
Yd as optionalQuantifiersSchema,
|
|
11300
|
+
mu as paramsChangeInstructionCreateRequestSchema,
|
|
11301
|
+
pu as paramsChangeInstructionResponseSchema,
|
|
11286
11302
|
Ml as paymentConfigRecordSchema,
|
|
11287
11303
|
Il as paymentConfigSchema,
|
|
11288
|
-
|
|
11304
|
+
Au as paymentResponseSchema,
|
|
11289
11305
|
ss as policyBillingLevelEnumSchema,
|
|
11290
11306
|
cs as policyBillingTriggerEnumSchema,
|
|
11291
|
-
|
|
11292
|
-
|
|
11293
|
-
|
|
11294
|
-
|
|
11295
|
-
|
|
11296
|
-
|
|
11297
|
-
|
|
11307
|
+
ma as policyDurationBasisEnumSchema,
|
|
11308
|
+
Xd as policyResponseSchema,
|
|
11309
|
+
nu as policySnapshotResponseSchema,
|
|
11310
|
+
tu as policyTermResponseSchema,
|
|
11311
|
+
au as policyTermSummaryResponse,
|
|
11312
|
+
ou as policyTransactionResponseSchema,
|
|
11313
|
+
Za as preferencesResponseSchema,
|
|
11298
11314
|
Ul as productConfigRecordSchema,
|
|
11299
11315
|
Zl as productConfigSchema,
|
|
11300
|
-
|
|
11316
|
+
Jd as quantifiersSchema,
|
|
11301
11317
|
Jl as quoteBillingLevelEnumSchema,
|
|
11302
11318
|
Hl as quoteBillingTriggerEnumSchema,
|
|
11303
|
-
|
|
11319
|
+
Dd as quoteDependencyMapResponseSchema,
|
|
11304
11320
|
xn as quoteDurationBasisEnumSchema,
|
|
11305
11321
|
Xl as quotePriceChargeCategoryEnum,
|
|
11306
11322
|
es as quotePriceChargeResponseSchema,
|
|
11307
|
-
|
|
11308
|
-
|
|
11309
|
-
|
|
11323
|
+
Md as quotePriceResponseSchema,
|
|
11324
|
+
Nd as quoteRequestSchema,
|
|
11325
|
+
Id as quoteResponseSchema,
|
|
11310
11326
|
Ql as quoteStateEnumSchema,
|
|
11311
11327
|
kn as quoteStateSchema,
|
|
11312
|
-
|
|
11328
|
+
Od as quoteUnderwritingFlagsResponse,
|
|
11313
11329
|
ts as resetQuoteFlagsActionEnumSchema,
|
|
11314
|
-
|
|
11315
|
-
|
|
11330
|
+
Zd as resetQuoteRequestSchema,
|
|
11331
|
+
fu as resetTransactionOptionsRequestSchema,
|
|
11316
11332
|
zl as reversalCreditTypeEnumSchema,
|
|
11317
11333
|
Fl as reversalTypeSchema,
|
|
11318
11334
|
Gl as reversalTypesRecordsSchema,
|
|
11319
11335
|
ds as segmentResponseSchema,
|
|
11320
11336
|
ps as subsegmentSummarySchema,
|
|
11321
11337
|
Gs as tenantTypeEnumSchema,
|
|
11322
|
-
|
|
11323
|
-
|
|
11324
|
-
|
|
11338
|
+
eu as termSummarySchema,
|
|
11339
|
+
hd as timezoneEnumSchema,
|
|
11340
|
+
wt as transactionCategoryEnumSchema,
|
|
11325
11341
|
xs as transactionMethodEnumSchema,
|
|
11326
|
-
|
|
11342
|
+
gu as transactionPriceResponseSchema,
|
|
11327
11343
|
us as transactionSnapshotResponseSchema,
|
|
11328
|
-
|
|
11344
|
+
pa as transactionStateEnumSchema,
|
|
11329
11345
|
Vl as transactionTypeCategorySchema,
|
|
11330
11346
|
$l as transactionTypeSchema,
|
|
11331
11347
|
Wl as transactionTypesRecordsSchema,
|
|
11332
|
-
|
|
11333
|
-
|
|
11348
|
+
hu as transactionUnderwritingFlagsResponse,
|
|
11349
|
+
yu as transactionUnderwritingResponseSchema,
|
|
11334
11350
|
Ao as underwritingFlagCreateRequestSchema,
|
|
11335
|
-
|
|
11351
|
+
Ua as underwritingFlagEnumSchema,
|
|
11336
11352
|
$e as underwritingFlagResponseSchema,
|
|
11337
|
-
|
|
11338
|
-
|
|
11339
|
-
|
|
11353
|
+
bd as underwritingFlagsUpdateRequestSchema,
|
|
11354
|
+
za as underwritingStatusEnumSchema,
|
|
11355
|
+
ve as validationResultSchema,
|
|
11340
11356
|
To as weekOfMonthEnumSchema
|
|
11341
11357
|
};
|
|
11342
11358
|
//# sourceMappingURL=index.es.js.map
|