@socotra/ec-react-schemas 2.15.0-next.5 → 2.15.0-next.6
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 +399 -0
- package/dist/index.es.js +884 -870
- 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,36 +7144,36 @@ 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 =
|
|
7176
|
+
), Sl = e.record(vl), jl = $a.merge(e.object({
|
|
7177
7177
|
activities: e.record(e.record(dl)),
|
|
7178
7178
|
assignmentRoles: e.record(gl)
|
|
7179
7179
|
})), Tl = e.object({
|
|
@@ -7226,13 +7226,13 @@ const sl = yn.merge(
|
|
|
7226
7226
|
abstract: e.boolean().optional(),
|
|
7227
7227
|
extend: e.string().optional(),
|
|
7228
7228
|
coverageTerms: e.array(e.string()).optional(),
|
|
7229
|
-
data: e.record(
|
|
7229
|
+
data: e.record(le).optional(),
|
|
7230
7230
|
charges: e.array(e.string()).optional(),
|
|
7231
7231
|
defaultSearchable: e.boolean().optional()
|
|
7232
|
-
}),
|
|
7232
|
+
}), xe = e.record(Nl), Il = e.object({
|
|
7233
7233
|
abstract: e.boolean(),
|
|
7234
7234
|
extend: e.string().optional(),
|
|
7235
|
-
data: e.record(
|
|
7235
|
+
data: e.record(le).optional(),
|
|
7236
7236
|
displayName: e.string().optional()
|
|
7237
7237
|
}), Ml = e.record(Il), Ol = e.object({
|
|
7238
7238
|
defaultTimeZone: e.string().optional(),
|
|
@@ -7257,8 +7257,8 @@ const sl = yn.merge(
|
|
|
7257
7257
|
charges: e.array(e.string()).optional(),
|
|
7258
7258
|
plugins: e.any(),
|
|
7259
7259
|
tables: e.any(),
|
|
7260
|
-
data: e.record(
|
|
7261
|
-
staticData: e.record(
|
|
7260
|
+
data: e.record(le).optional(),
|
|
7261
|
+
staticData: e.record(le).optional(),
|
|
7262
7262
|
defaultSearchable: e.boolean().optional()
|
|
7263
7263
|
}).merge(Ol), Ul = e.record(Zl), zl = e.enum([
|
|
7264
7264
|
"any",
|
|
@@ -7277,9 +7277,9 @@ const sl = yn.merge(
|
|
|
7277
7277
|
]), $l = e.object({
|
|
7278
7278
|
category: Vl,
|
|
7279
7279
|
costBearing: e.boolean()
|
|
7280
|
-
}), Wl = e.record($l),
|
|
7280
|
+
}), Wl = e.record($l), Ed = e.object({
|
|
7281
7281
|
// Root level
|
|
7282
|
-
dataTypes:
|
|
7282
|
+
dataTypes: xe.optional(),
|
|
7283
7283
|
accounts: ko,
|
|
7284
7284
|
products: Ul,
|
|
7285
7285
|
coverageTerms: Cl.optional(),
|
|
@@ -7296,10 +7296,10 @@ const sl = yn.merge(
|
|
|
7296
7296
|
installmentPlans: Sl.optional(),
|
|
7297
7297
|
workManagement: jl.optional(),
|
|
7298
7298
|
// Elements
|
|
7299
|
-
policyLines:
|
|
7300
|
-
exposures:
|
|
7301
|
-
exposureGroups:
|
|
7302
|
-
coverages:
|
|
7299
|
+
policyLines: xe.optional(),
|
|
7300
|
+
exposures: xe.optional(),
|
|
7301
|
+
exposureGroups: xe.optional(),
|
|
7302
|
+
coverages: xe.optional(),
|
|
7303
7303
|
// Settings
|
|
7304
7304
|
defaultTimeZone: e.string().optional(),
|
|
7305
7305
|
defaultCurrency: e.string().optional(),
|
|
@@ -7311,7 +7311,7 @@ const sl = yn.merge(
|
|
|
7311
7311
|
defaultExcessCreditPlan: e.string().optional(),
|
|
7312
7312
|
defaultBillingPlan: e.string().optional(),
|
|
7313
7313
|
// to be deprecated
|
|
7314
|
-
defaultDurationBasis:
|
|
7314
|
+
defaultDurationBasis: Vt.optional(),
|
|
7315
7315
|
defaultDelinquencyPlan: e.string().optional(),
|
|
7316
7316
|
defaultAuxDataSettings: e.string().optional(),
|
|
7317
7317
|
defaultBillingLevel: e.string().optional(),
|
|
@@ -7331,8 +7331,8 @@ const sl = yn.merge(
|
|
|
7331
7331
|
abstract: e.boolean().optional(),
|
|
7332
7332
|
extend: e.string().optional(),
|
|
7333
7333
|
displayName: e.string().optional(),
|
|
7334
|
-
data: e.record(
|
|
7335
|
-
}),
|
|
7334
|
+
data: e.record(le).optional()
|
|
7335
|
+
}), Cd = e.record(Kl), Ql = e.enum([
|
|
7336
7336
|
"draft",
|
|
7337
7337
|
"validated",
|
|
7338
7338
|
"earlyUnderwritten",
|
|
@@ -7345,7 +7345,7 @@ const sl = yn.merge(
|
|
|
7345
7345
|
"rejected",
|
|
7346
7346
|
"refused",
|
|
7347
7347
|
"discarded"
|
|
7348
|
-
]), kn = e.union([Ql, e.string()]), xn =
|
|
7348
|
+
]), kn = e.union([Ql, e.string()]), xn = Vt, Hl = e.enum(["accept", "issue"]), Jl = zt, Dd = e.record(
|
|
7349
7349
|
e.string().ulid(),
|
|
7350
7350
|
e.record(
|
|
7351
7351
|
e.object({
|
|
@@ -7360,27 +7360,27 @@ const sl = yn.merge(
|
|
|
7360
7360
|
).optional()
|
|
7361
7361
|
})
|
|
7362
7362
|
)
|
|
7363
|
-
),
|
|
7363
|
+
), qd = e.record(
|
|
7364
7364
|
e.string().ulid(),
|
|
7365
7365
|
e.record(e.record(e.union([e.string(), e.record(e.string())])))
|
|
7366
|
-
),
|
|
7366
|
+
), Pd = e.record(
|
|
7367
7367
|
e.string().ulid(),
|
|
7368
7368
|
e.record(e.array(e.string()))
|
|
7369
|
-
),
|
|
7369
|
+
), Aa = e.object({
|
|
7370
7370
|
type: e.string(),
|
|
7371
7371
|
staticLocator: e.string().optional(),
|
|
7372
7372
|
parentLocator: e.string().optional(),
|
|
7373
7373
|
coverageTerms: e.record(e.string()).optional(),
|
|
7374
7374
|
data: e.record(e.any()).optional()
|
|
7375
|
-
}),
|
|
7376
|
-
elements: e.array(
|
|
7377
|
-
}),
|
|
7375
|
+
}), Bd = Aa.extend({
|
|
7376
|
+
elements: e.array(Aa).optional()
|
|
7377
|
+
}), ca = e.object({
|
|
7378
7378
|
locator: e.string().ulid(),
|
|
7379
7379
|
removeCoverageTerms: e.record(e.unknown()).optional(),
|
|
7380
7380
|
removeData: e.record(e.unknown()).optional(),
|
|
7381
7381
|
setCoverageTerms: e.record(e.unknown()).optional(),
|
|
7382
7382
|
setData: e.record(e.unknown()).optional()
|
|
7383
|
-
}),
|
|
7383
|
+
}), Nd = e.object({
|
|
7384
7384
|
productName: e.string().optional(),
|
|
7385
7385
|
delinquencyPlanName: e.string().optional(),
|
|
7386
7386
|
startTime: e.string().optional(),
|
|
@@ -7389,7 +7389,7 @@ const sl = yn.merge(
|
|
|
7389
7389
|
expirationTime: e.string().optional(),
|
|
7390
7390
|
setData: e.record(e.any()).optional(),
|
|
7391
7391
|
removeData: e.record(e.any()).optional(),
|
|
7392
|
-
elements: e.array(
|
|
7392
|
+
elements: e.array(ca).optional(),
|
|
7393
7393
|
timezone: e.string().optional(),
|
|
7394
7394
|
billingPlan: e.string().optional(),
|
|
7395
7395
|
defaultTermDuration: e.string().optional(),
|
|
@@ -7453,44 +7453,44 @@ const sl = yn.merge(
|
|
|
7453
7453
|
// removeCoverageTerms map<string,object>?
|
|
7454
7454
|
// removeData map<string,object>?
|
|
7455
7455
|
// setCoverageTerms map<string,string>?
|
|
7456
|
-
}),
|
|
7457
|
-
locator:
|
|
7458
|
-
staticLocator:
|
|
7459
|
-
rootLocator:
|
|
7460
|
-
tenantLocator:
|
|
7456
|
+
}), Le = e.string().ulid(), Yl = e.object({
|
|
7457
|
+
locator: Le,
|
|
7458
|
+
staticLocator: Le,
|
|
7459
|
+
rootLocator: Le.optional(),
|
|
7460
|
+
tenantLocator: Le.optional(),
|
|
7461
7461
|
type: e.string(),
|
|
7462
7462
|
data: e.record(e.any()).optional(),
|
|
7463
|
-
parentLocator:
|
|
7463
|
+
parentLocator: Le.optional(),
|
|
7464
7464
|
coverageTerms: e.record(e.string()).optional(),
|
|
7465
7465
|
originalEffectiveTime: e.string().optional()
|
|
7466
|
-
}),
|
|
7467
|
-
elements: e.lazy(() =>
|
|
7468
|
-
}),
|
|
7469
|
-
locator:
|
|
7466
|
+
}), da = Yl.extend({
|
|
7467
|
+
elements: e.lazy(() => da.array().optional())
|
|
7468
|
+
}), Id = e.object({
|
|
7469
|
+
locator: De,
|
|
7470
7470
|
quoteState: kn,
|
|
7471
7471
|
productName: e.string(),
|
|
7472
|
-
accountLocator:
|
|
7472
|
+
accountLocator: De,
|
|
7473
7473
|
startTime: e.string().optional(),
|
|
7474
7474
|
endTime: e.string().optional(),
|
|
7475
7475
|
timezone: e.string().optional(),
|
|
7476
7476
|
currency: e.string().optional(),
|
|
7477
|
-
underwritingStatus:
|
|
7477
|
+
underwritingStatus: za.optional(),
|
|
7478
7478
|
expirationTime: e.string().optional(),
|
|
7479
|
-
element:
|
|
7479
|
+
element: da.optional(),
|
|
7480
7480
|
type: e.string().optional(),
|
|
7481
7481
|
duration: e.number().optional(),
|
|
7482
7482
|
durationBasis: xn.optional(),
|
|
7483
7483
|
boundTime: e.string().optional(),
|
|
7484
7484
|
issuedTime: e.string().optional(),
|
|
7485
|
-
policyLocator:
|
|
7486
|
-
validationResult:
|
|
7485
|
+
policyLocator: De.optional(),
|
|
7486
|
+
validationResult: ve.optional(),
|
|
7487
7487
|
preferences: e.any().optional(),
|
|
7488
7488
|
delinquencyPlanName: e.string().optional(),
|
|
7489
7489
|
autoRenewalPlanName: e.string().optional(),
|
|
7490
7490
|
billingLevel: Jl.optional(),
|
|
7491
7491
|
billingTrigger: Hl.optional(),
|
|
7492
7492
|
coverageTerms: e.record(e.string()).optional(),
|
|
7493
|
-
groupLocator:
|
|
7493
|
+
groupLocator: De.optional()
|
|
7494
7494
|
}), Xl = e.enum([
|
|
7495
7495
|
"premium",
|
|
7496
7496
|
"tax",
|
|
@@ -7511,7 +7511,7 @@ const sl = yn.merge(
|
|
|
7511
7511
|
tag: e.string().optional(),
|
|
7512
7512
|
rateDifference: e.number().optional(),
|
|
7513
7513
|
reversalOfLocator: e.string().optional()
|
|
7514
|
-
}),
|
|
7514
|
+
}), Md = e.object({
|
|
7515
7515
|
quoteLocator: e.string(),
|
|
7516
7516
|
accountLocator: e.string(),
|
|
7517
7517
|
quoteState: kn,
|
|
@@ -7521,11 +7521,11 @@ const sl = yn.merge(
|
|
|
7521
7521
|
duration: e.number().optional(),
|
|
7522
7522
|
durationBasis: xn.optional(),
|
|
7523
7523
|
items: e.array(es).optional()
|
|
7524
|
-
}),
|
|
7524
|
+
}), Od = e.object({
|
|
7525
7525
|
quoteLocator: e.string(),
|
|
7526
7526
|
clearedFlags: $e.array().optional(),
|
|
7527
7527
|
flags: $e.array().optional()
|
|
7528
|
-
}), ts = e.enum(["clear", "delete"]),
|
|
7528
|
+
}), ts = e.enum(["clear", "delete"]), Zd = e.object({
|
|
7529
7529
|
deleteAllAutomaticDocuments: e.boolean(),
|
|
7530
7530
|
resetAllUnderwritingFlags: e.boolean(),
|
|
7531
7531
|
resetFlagsAction: ts,
|
|
@@ -7533,9 +7533,9 @@ const sl = yn.merge(
|
|
|
7533
7533
|
resetFlags: e.string().array()
|
|
7534
7534
|
}), as = e.object({
|
|
7535
7535
|
type: e.string(),
|
|
7536
|
-
locator:
|
|
7536
|
+
locator: te,
|
|
7537
7537
|
staticLocator: v,
|
|
7538
|
-
parentLocator:
|
|
7538
|
+
parentLocator: te,
|
|
7539
7539
|
originalEffectiveTime: y.optional(),
|
|
7540
7540
|
category: bi.optional(),
|
|
7541
7541
|
data: w.optional(),
|
|
@@ -7546,20 +7546,20 @@ const sl = yn.merge(
|
|
|
7546
7546
|
}), ns = e.object({
|
|
7547
7547
|
type: e.string(),
|
|
7548
7548
|
staticLocator: v.optional(),
|
|
7549
|
-
parentLocator:
|
|
7549
|
+
parentLocator: te,
|
|
7550
7550
|
data: w,
|
|
7551
7551
|
coverageTerms: F
|
|
7552
|
-
}),
|
|
7553
|
-
elements: e.lazy(() =>
|
|
7554
|
-
}), rs =
|
|
7552
|
+
}), ua = ns.extend({
|
|
7553
|
+
elements: e.lazy(() => ua.array().optional())
|
|
7554
|
+
}), rs = Tt.merge(
|
|
7555
7555
|
e.object({
|
|
7556
|
-
locator:
|
|
7556
|
+
locator: te,
|
|
7557
7557
|
setData: w,
|
|
7558
7558
|
removeData: w,
|
|
7559
7559
|
setCoverageTerms: F,
|
|
7560
7560
|
removeCoverageTerms: w
|
|
7561
7561
|
})
|
|
7562
|
-
), os =
|
|
7562
|
+
), os = je.merge(
|
|
7563
7563
|
e.object({
|
|
7564
7564
|
locator: ia,
|
|
7565
7565
|
segmentType: Si,
|
|
@@ -7568,7 +7568,7 @@ const sl = yn.merge(
|
|
|
7568
7568
|
element: Ln,
|
|
7569
7569
|
basedOn: v.optional()
|
|
7570
7570
|
})
|
|
7571
|
-
), Rn =
|
|
7571
|
+
), Rn = bn.merge(
|
|
7572
7572
|
e.object({
|
|
7573
7573
|
locator: v,
|
|
7574
7574
|
accountLocator: v,
|
|
@@ -7580,53 +7580,53 @@ const sl = yn.merge(
|
|
|
7580
7580
|
startTime: y,
|
|
7581
7581
|
endTime: y,
|
|
7582
7582
|
billingTrigger: He,
|
|
7583
|
-
billingLevel:
|
|
7583
|
+
billingLevel: Se,
|
|
7584
7584
|
latestSegmentLocator: v,
|
|
7585
7585
|
static: w
|
|
7586
7586
|
})
|
|
7587
|
-
),
|
|
7587
|
+
), Ud = C(Rn), zd = aa.merge(
|
|
7588
7588
|
e.object({
|
|
7589
7589
|
setData: w,
|
|
7590
7590
|
removeData: w
|
|
7591
7591
|
})
|
|
7592
|
-
), En =
|
|
7592
|
+
), En = cn.merge(
|
|
7593
7593
|
e.object({
|
|
7594
|
-
cadence:
|
|
7595
|
-
anchorMode:
|
|
7594
|
+
cadence: Ja.optional(),
|
|
7595
|
+
anchorMode: Ha.optional(),
|
|
7596
7596
|
anchorType: pi.optional(),
|
|
7597
7597
|
dayOfWeek: fi.optional(),
|
|
7598
7598
|
weekOfMonth: Ti.optional(),
|
|
7599
7599
|
installmentWeights: e.array(e.number()).optional()
|
|
7600
7600
|
})
|
|
7601
|
-
), Cn =
|
|
7602
|
-
e.object({ billingLevel:
|
|
7603
|
-
),
|
|
7601
|
+
), Cn = sn.merge(
|
|
7602
|
+
e.object({ billingLevel: Se })
|
|
7603
|
+
), _e = M.merge(
|
|
7604
7604
|
e.object({
|
|
7605
7605
|
installmentPreferences: En.optional(),
|
|
7606
7606
|
billingPreferences: Cn.optional()
|
|
7607
7607
|
})
|
|
7608
|
-
), is =
|
|
7608
|
+
), is = pn.merge(
|
|
7609
7609
|
e.object({
|
|
7610
7610
|
locator: v,
|
|
7611
|
-
transactionCategory:
|
|
7612
|
-
preferences:
|
|
7611
|
+
transactionCategory: Qt,
|
|
7612
|
+
preferences: _e,
|
|
7613
7613
|
segment: os
|
|
7614
7614
|
})
|
|
7615
|
-
),
|
|
7615
|
+
), Fd = Sn.merge(
|
|
7616
7616
|
e.object({
|
|
7617
7617
|
locator: v,
|
|
7618
7618
|
accountLocator: v,
|
|
7619
7619
|
static: w,
|
|
7620
7620
|
transaction: is
|
|
7621
7621
|
})
|
|
7622
|
-
),
|
|
7623
|
-
e.object({ billing:
|
|
7624
|
-
),
|
|
7622
|
+
), Gd = At.merge(
|
|
7623
|
+
e.object({ billing: Se })
|
|
7624
|
+
), Vd = oa.merge(e.object({})), $d = ll(Rn), Dn = e.object({
|
|
7625
7625
|
installmentPreferences: En.optional(),
|
|
7626
7626
|
billingPreferences: Cn.optional()
|
|
7627
|
-
}),
|
|
7628
|
-
tenantLocator:
|
|
7629
|
-
policyLocator:
|
|
7627
|
+
}), Wd = e.object({
|
|
7628
|
+
tenantLocator: Te,
|
|
7629
|
+
policyLocator: Ae
|
|
7630
7630
|
}), ls = e.enum([
|
|
7631
7631
|
"draft",
|
|
7632
7632
|
"validated",
|
|
@@ -7641,12 +7641,12 @@ const sl = yn.merge(
|
|
|
7641
7641
|
billingLevel: qn.optional(),
|
|
7642
7642
|
invoiceDocument: e.string().optional(),
|
|
7643
7643
|
preferences: Dn.optional()
|
|
7644
|
-
}), Wd = Pn.extend({
|
|
7645
|
-
data: e.record(e.any()).optional()
|
|
7646
7644
|
}), Kd = Pn.extend({
|
|
7645
|
+
data: e.record(e.any()).optional()
|
|
7646
|
+
}), Qd = Pn.extend({
|
|
7647
7647
|
setData: e.record(e.any()).optional(),
|
|
7648
7648
|
removeData: e.record(e.any()).optional()
|
|
7649
|
-
}),
|
|
7649
|
+
}), Hd = e.object({
|
|
7650
7650
|
locator: e.string().ulid(),
|
|
7651
7651
|
type: e.string(),
|
|
7652
7652
|
accountState: ls,
|
|
@@ -7657,9 +7657,9 @@ const sl = yn.merge(
|
|
|
7657
7657
|
shortfallTolerancePlanName: e.string().optional(),
|
|
7658
7658
|
billingLevel: qn.optional(),
|
|
7659
7659
|
invoiceDocument: e.string().optional(),
|
|
7660
|
-
validationResult:
|
|
7660
|
+
validationResult: ve.optional(),
|
|
7661
7661
|
preferences: Dn.optional()
|
|
7662
|
-
}),
|
|
7662
|
+
}), Jd = e.enum(["", "?", "+", "*", "!"]), Yd = e.enum(["?", "*"]), ma = Vt, ss = zt, cs = e.enum(["accept", "issue"]), Xd = e.object({
|
|
7663
7663
|
locator: e.string(),
|
|
7664
7664
|
accountLocator: e.string(),
|
|
7665
7665
|
issuedTransactionLocator: e.string(),
|
|
@@ -7667,7 +7667,7 @@ const sl = yn.merge(
|
|
|
7667
7667
|
productName: e.string(),
|
|
7668
7668
|
startTime: e.string(),
|
|
7669
7669
|
endTime: e.string(),
|
|
7670
|
-
durationBasis:
|
|
7670
|
+
durationBasis: ma,
|
|
7671
7671
|
billingLevel: ss,
|
|
7672
7672
|
billingTrigger: cs,
|
|
7673
7673
|
createdAt: e.string().optional(),
|
|
@@ -7678,8 +7678,8 @@ const sl = yn.merge(
|
|
|
7678
7678
|
static: e.record(e.any()).optional(),
|
|
7679
7679
|
autoRenewalPlanName: e.string().optional(),
|
|
7680
7680
|
delinquencyPlanName: e.string().optional(),
|
|
7681
|
-
validationResult:
|
|
7682
|
-
}),
|
|
7681
|
+
validationResult: ve.optional()
|
|
7682
|
+
}), pa = e.enum([
|
|
7683
7683
|
"draft",
|
|
7684
7684
|
"initialized",
|
|
7685
7685
|
"validated",
|
|
@@ -7695,7 +7695,7 @@ const sl = yn.merge(
|
|
|
7695
7695
|
"discarded",
|
|
7696
7696
|
"invalidated",
|
|
7697
7697
|
"reversed"
|
|
7698
|
-
]),
|
|
7698
|
+
]), wt = e.enum([
|
|
7699
7699
|
"issuance",
|
|
7700
7700
|
"change",
|
|
7701
7701
|
"renewal",
|
|
@@ -7708,23 +7708,23 @@ const sl = yn.merge(
|
|
|
7708
7708
|
startTime: e.string(),
|
|
7709
7709
|
endTime: e.string(),
|
|
7710
7710
|
duration: e.number(),
|
|
7711
|
-
element:
|
|
7711
|
+
element: da,
|
|
7712
7712
|
segmentType: e.enum(["coverage", "gap"]),
|
|
7713
7713
|
basedOn: e.string().optional()
|
|
7714
7714
|
}), us = e.object({
|
|
7715
7715
|
locator: e.string(),
|
|
7716
7716
|
issuedTime: e.string(),
|
|
7717
7717
|
effectiveTime: e.string(),
|
|
7718
|
-
preferences:
|
|
7718
|
+
preferences: Za.optional(),
|
|
7719
7719
|
segment: ds,
|
|
7720
|
-
transactionCategory:
|
|
7720
|
+
transactionCategory: wt,
|
|
7721
7721
|
transactionType: e.string()
|
|
7722
7722
|
}), Bn = e.object({
|
|
7723
7723
|
locator: e.string(),
|
|
7724
7724
|
staticName: e.string().optional(),
|
|
7725
7725
|
name: e.string().optional(),
|
|
7726
|
-
documentInstanceState:
|
|
7727
|
-
referenceType:
|
|
7726
|
+
documentInstanceState: Gt,
|
|
7727
|
+
referenceType: Ft
|
|
7728
7728
|
}), ms = e.object({
|
|
7729
7729
|
locator: e.string(),
|
|
7730
7730
|
staticLocator: e.string(),
|
|
@@ -7740,14 +7740,14 @@ const sl = yn.merge(
|
|
|
7740
7740
|
type: e.enum(["coverage", "gap"]),
|
|
7741
7741
|
documentSummary: Bn.array().optional(),
|
|
7742
7742
|
elements: ms.array()
|
|
7743
|
-
}),
|
|
7743
|
+
}), eu = e.object({
|
|
7744
7744
|
locator: e.string(),
|
|
7745
7745
|
staticLocator: e.string(),
|
|
7746
7746
|
policyLocator: e.string(),
|
|
7747
7747
|
startTime: e.string(),
|
|
7748
7748
|
endTime: e.string(),
|
|
7749
7749
|
duration: e.number(),
|
|
7750
|
-
durationBasis:
|
|
7750
|
+
durationBasis: ma,
|
|
7751
7751
|
termNumber: e.number().int(),
|
|
7752
7752
|
subsegments: ps.array().optional(),
|
|
7753
7753
|
documentSummary: Bn.array().optional()
|
|
@@ -7755,8 +7755,8 @@ const sl = yn.merge(
|
|
|
7755
7755
|
locator: e.string(),
|
|
7756
7756
|
staticLocator: e.string(),
|
|
7757
7757
|
name: e.string(),
|
|
7758
|
-
state:
|
|
7759
|
-
referenceType:
|
|
7758
|
+
state: Gt,
|
|
7759
|
+
referenceType: Ft
|
|
7760
7760
|
}), ys = e.object({
|
|
7761
7761
|
locator: e.string(),
|
|
7762
7762
|
staticLocator: e.string(),
|
|
@@ -7778,17 +7778,17 @@ const sl = yn.merge(
|
|
|
7778
7778
|
policyLocator: e.string(),
|
|
7779
7779
|
startTime: e.string(),
|
|
7780
7780
|
endTime: e.string()
|
|
7781
|
-
}),
|
|
7781
|
+
}), tu = Nn.extend({
|
|
7782
7782
|
number: e.number().int(),
|
|
7783
7783
|
autoRenewalLocator: e.string().optional(),
|
|
7784
7784
|
previousTermLocator: e.string().optional(),
|
|
7785
7785
|
supersedesTermLocator: e.string().optional()
|
|
7786
|
-
}),
|
|
7786
|
+
}), au = Nn.extend({
|
|
7787
7787
|
duration: e.number(),
|
|
7788
|
-
durationBasis:
|
|
7788
|
+
durationBasis: ma,
|
|
7789
7789
|
termNumber: e.number().int(),
|
|
7790
7790
|
subsegments: fs.array()
|
|
7791
|
-
}),
|
|
7791
|
+
}), nu = e.object({
|
|
7792
7792
|
locator: e.string(),
|
|
7793
7793
|
accountLocator: e.string(),
|
|
7794
7794
|
productName: e.string(),
|
|
@@ -7797,12 +7797,12 @@ const sl = yn.merge(
|
|
|
7797
7797
|
transaction: us,
|
|
7798
7798
|
static: e.record(e.any()).optional(),
|
|
7799
7799
|
delinquencyPlanName: e.string().optional()
|
|
7800
|
-
}),
|
|
7800
|
+
}), ru = e.object({
|
|
7801
7801
|
locator: e.string(),
|
|
7802
7802
|
referenceLocator: e.string(),
|
|
7803
|
-
documentInstanceState:
|
|
7803
|
+
documentInstanceState: Gt,
|
|
7804
7804
|
createdAt: e.string(),
|
|
7805
|
-
referenceType:
|
|
7805
|
+
referenceType: Ft.optional(),
|
|
7806
7806
|
metadata: e.record(e.any()).optional(),
|
|
7807
7807
|
renderingData: e.record(e.any()).optional(),
|
|
7808
7808
|
policyLocator: e.string().optional(),
|
|
@@ -7816,15 +7816,15 @@ const sl = yn.merge(
|
|
|
7816
7816
|
documentFormat: e.enum(["text", "html", "pdf"]).optional(),
|
|
7817
7817
|
processingErrors: e.string().optional(),
|
|
7818
7818
|
readyAt: e.string().optional()
|
|
7819
|
-
}),
|
|
7819
|
+
}), _a = e.object({
|
|
7820
7820
|
locator: e.string(),
|
|
7821
7821
|
policyLocator: e.string(),
|
|
7822
7822
|
termLocator: e.string(),
|
|
7823
|
-
transactionState:
|
|
7823
|
+
transactionState: pa,
|
|
7824
7824
|
createdAt: e.string().datetime(),
|
|
7825
7825
|
createdBy: e.string().uuid(),
|
|
7826
7826
|
effectiveTime: e.string().datetime(),
|
|
7827
|
-
transactionCategory:
|
|
7827
|
+
transactionCategory: wt,
|
|
7828
7828
|
transactionType: e.string(),
|
|
7829
7829
|
// technically changeInstructions is
|
|
7830
7830
|
// oneOf<AddChangeInstructionResponse, ModifyChangeInstructionResponse, ParamsChangeInstructionResponse, DeleteChangeInstructionResponse>[]?
|
|
@@ -7834,35 +7834,35 @@ const sl = yn.merge(
|
|
|
7834
7834
|
baseTransactionLocator: e.string().optional(),
|
|
7835
7835
|
issuedTime: e.string().datetime().optional(),
|
|
7836
7836
|
billingTrigger: e.enum(["accept", "issue"]).optional(),
|
|
7837
|
-
preferences:
|
|
7838
|
-
underwritingStatus:
|
|
7839
|
-
validationResult:
|
|
7840
|
-
}),
|
|
7837
|
+
preferences: Za.optional(),
|
|
7838
|
+
underwritingStatus: za.optional(),
|
|
7839
|
+
validationResult: ve.optional()
|
|
7840
|
+
}), ou = _a.extend({
|
|
7841
7841
|
aggregatedTransactions: e.lazy(
|
|
7842
|
-
() =>
|
|
7842
|
+
() => _a.array().optional()
|
|
7843
7843
|
)
|
|
7844
|
-
}), ou = e.object({
|
|
7845
|
-
action: e.literal("add"),
|
|
7846
|
-
elements: e.array(sa).optional()
|
|
7847
7844
|
}), iu = e.object({
|
|
7848
|
-
locator: e.string(),
|
|
7849
7845
|
action: e.literal("add"),
|
|
7850
|
-
elements: e.array(
|
|
7846
|
+
elements: e.array(ca).optional()
|
|
7851
7847
|
}), lu = e.object({
|
|
7848
|
+
locator: e.string(),
|
|
7849
|
+
action: e.literal("add"),
|
|
7850
|
+
elements: e.array(ca).optional()
|
|
7851
|
+
}), su = e.object({
|
|
7852
7852
|
action: e.literal("delete"),
|
|
7853
7853
|
staticElementLocators: e.array(e.string())
|
|
7854
|
-
}),
|
|
7854
|
+
}), cu = e.object({
|
|
7855
7855
|
locator: e.string(),
|
|
7856
7856
|
action: e.literal("delete"),
|
|
7857
7857
|
staticElementLocators: e.array(e.string())
|
|
7858
|
-
}),
|
|
7858
|
+
}), du = e.object({
|
|
7859
7859
|
staticLocator: e.string(),
|
|
7860
7860
|
action: e.literal("modify"),
|
|
7861
7861
|
removeCoverageTerms: e.record(e.string(), e.any()).optional(),
|
|
7862
7862
|
removeData: e.record(e.string(), e.any()).optional(),
|
|
7863
7863
|
setCoverageTerms: e.record(e.string(), e.string()).optional(),
|
|
7864
7864
|
setData: e.record(e.string(), e.any()).optional()
|
|
7865
|
-
}),
|
|
7865
|
+
}), uu = e.object({
|
|
7866
7866
|
staticLocator: e.string(),
|
|
7867
7867
|
action: e.literal("modify"),
|
|
7868
7868
|
locator: e.string(),
|
|
@@ -7870,7 +7870,7 @@ const sl = yn.merge(
|
|
|
7870
7870
|
removeData: e.record(e.string(), e.any()).optional(),
|
|
7871
7871
|
setCoverageTerms: e.record(e.string(), e.string()).optional(),
|
|
7872
7872
|
setData: e.record(e.string(), e.any()).optional()
|
|
7873
|
-
}),
|
|
7873
|
+
}), mu = e.object({
|
|
7874
7874
|
action: e.literal("params"),
|
|
7875
7875
|
effectiveTime: e.string().datetime(),
|
|
7876
7876
|
billingModeChange: e.boolean().optional(),
|
|
@@ -7882,7 +7882,7 @@ const sl = yn.merge(
|
|
|
7882
7882
|
/* define PreferencesResponse schema here */
|
|
7883
7883
|
}).optional(),
|
|
7884
7884
|
triggerBillingChange: e.boolean().optional()
|
|
7885
|
-
}),
|
|
7885
|
+
}), pu = e.object({
|
|
7886
7886
|
locator: e.string(),
|
|
7887
7887
|
action: e.literal("params"),
|
|
7888
7888
|
effectiveTime: e.string().datetime(),
|
|
@@ -7916,35 +7916,35 @@ const sl = yn.merge(
|
|
|
7916
7916
|
reversalOfLocator: e.string().optional(),
|
|
7917
7917
|
rateDifference: e.number().optional(),
|
|
7918
7918
|
tag: e.string().optional()
|
|
7919
|
-
}),
|
|
7919
|
+
}), wa = e.object({
|
|
7920
7920
|
locator: e.string(),
|
|
7921
7921
|
policyLocator: e.string(),
|
|
7922
|
-
transactionCategory:
|
|
7923
|
-
transactionState:
|
|
7922
|
+
transactionCategory: wt,
|
|
7923
|
+
transactionState: pa,
|
|
7924
7924
|
effectiveTime: e.string(),
|
|
7925
7925
|
termLocator: e.string().optional(),
|
|
7926
7926
|
createdAt: e.string().optional(),
|
|
7927
7927
|
createdBy: e.string().uuid().optional(),
|
|
7928
7928
|
charges: e.array(vs).optional()
|
|
7929
|
-
}),
|
|
7930
|
-
aggregatedTransactions: e.array(
|
|
7931
|
-
}),
|
|
7929
|
+
}), gu = wa.extend({
|
|
7930
|
+
aggregatedTransactions: e.array(wa).optional()
|
|
7931
|
+
}), ka = e.object({
|
|
7932
7932
|
locator: e.string(),
|
|
7933
7933
|
policyLocator: e.string(),
|
|
7934
|
-
transactionState:
|
|
7934
|
+
transactionState: pa,
|
|
7935
7935
|
effectiveTime: e.string(),
|
|
7936
|
-
transactionCategory:
|
|
7936
|
+
transactionCategory: wt,
|
|
7937
7937
|
underwritingStatus: e.string().optional(),
|
|
7938
7938
|
underwritingFlags: $e.array().optional()
|
|
7939
|
-
}),
|
|
7940
|
-
aggregatedTransactions: e.array(
|
|
7941
|
-
}),
|
|
7939
|
+
}), yu = ka.extend({
|
|
7940
|
+
aggregatedTransactions: e.array(ka).optional()
|
|
7941
|
+
}), fu = e.object({
|
|
7942
7942
|
deleteAllAutomaticDocuments: e.boolean().optional(),
|
|
7943
7943
|
resetAllUnderwritingFlags: e.boolean().optional(),
|
|
7944
7944
|
resetFlagsAction: e.enum(["clear", "delete"]).optional(),
|
|
7945
7945
|
deleteDocuments: e.array(e.string()).optional(),
|
|
7946
7946
|
resetFlags: e.array(e.string()).optional()
|
|
7947
|
-
}),
|
|
7947
|
+
}), hu = e.object({
|
|
7948
7948
|
transactionLocator: e.string(),
|
|
7949
7949
|
clearedFlags: $e.array().optional(),
|
|
7950
7950
|
flags: $e.array().optional()
|
|
@@ -7964,7 +7964,7 @@ const sl = yn.merge(
|
|
|
7964
7964
|
remainingAmount: e.number().optional(),
|
|
7965
7965
|
settlementTime: e.string().optional(),
|
|
7966
7966
|
transactionLocators: e.array(e.string()).optional()
|
|
7967
|
-
}),
|
|
7967
|
+
}), bu = e.object({
|
|
7968
7968
|
locator: e.string(),
|
|
7969
7969
|
accountLocator: e.string(),
|
|
7970
7970
|
startTime: e.string(),
|
|
@@ -7991,7 +7991,7 @@ const sl = yn.merge(
|
|
|
7991
7991
|
"inGrace",
|
|
7992
7992
|
"lapseTriggered",
|
|
7993
7993
|
"settled"
|
|
7994
|
-
]),
|
|
7994
|
+
]), vu = e.enum([
|
|
7995
7995
|
"policy",
|
|
7996
7996
|
"quote",
|
|
7997
7997
|
"invoice"
|
|
@@ -8000,14 +8000,14 @@ const sl = yn.merge(
|
|
|
8000
8000
|
gracePeriodDays: e.number(),
|
|
8001
8001
|
lapseTransactionType: e.string(),
|
|
8002
8002
|
delinquencyLevel: As.optional()
|
|
8003
|
-
}),
|
|
8003
|
+
}), Su = e.object({
|
|
8004
8004
|
locator: e.string(),
|
|
8005
8005
|
delinquencyLocator: e.string(),
|
|
8006
8006
|
referenceLocator: e.string(),
|
|
8007
8007
|
referenceType: e.enum(["policy", "quote", "invoice"]),
|
|
8008
8008
|
preemptingLapseTransactionLocator: e.string().optional(),
|
|
8009
8009
|
transactionLocator: e.string().optional()
|
|
8010
|
-
}),
|
|
8010
|
+
}), ju = e.object({
|
|
8011
8011
|
locator: e.string(),
|
|
8012
8012
|
accountLocator: e.string(),
|
|
8013
8013
|
delinquencyState: _s,
|
|
@@ -8019,7 +8019,7 @@ const sl = yn.merge(
|
|
|
8019
8019
|
graceStartedAt: e.string().optional(),
|
|
8020
8020
|
lapseTransactionEffectiveDate: e.string().optional(),
|
|
8021
8021
|
references: e.array(e.object({})).optional()
|
|
8022
|
-
}), ks = e.enum(["invoice", "account"]),
|
|
8022
|
+
}), ks = e.enum(["invoice", "account"]), he = e.object({
|
|
8023
8023
|
containerLocator: e.string(),
|
|
8024
8024
|
containerType: ks,
|
|
8025
8025
|
amount: e.number().optional()
|
|
@@ -8035,18 +8035,18 @@ const sl = yn.merge(
|
|
|
8035
8035
|
"posted",
|
|
8036
8036
|
"reversed",
|
|
8037
8037
|
"discarded"
|
|
8038
|
-
]),
|
|
8038
|
+
]), Tu = e.object({
|
|
8039
8039
|
amount: e.number(),
|
|
8040
8040
|
type: e.string(),
|
|
8041
8041
|
useDefaultFinancialInstrument: e.boolean(),
|
|
8042
8042
|
data: e.record(e.any()),
|
|
8043
|
-
targets:
|
|
8043
|
+
targets: he.array(),
|
|
8044
8044
|
accountLocator: e.string().optional(),
|
|
8045
8045
|
financialInstrumentLocator: e.string().optional(),
|
|
8046
8046
|
currency: e.string().optional(),
|
|
8047
8047
|
transactionMethod: xs.optional(),
|
|
8048
8048
|
transactionNumber: e.string().optional()
|
|
8049
|
-
}),
|
|
8049
|
+
}), Au = e.object({
|
|
8050
8050
|
locator: e.string(),
|
|
8051
8051
|
currency: ht,
|
|
8052
8052
|
paymentState: Ls,
|
|
@@ -8055,7 +8055,7 @@ const sl = yn.merge(
|
|
|
8055
8055
|
data: e.record(e.any()).optional(),
|
|
8056
8056
|
createdAt: e.string(),
|
|
8057
8057
|
createdBy: e.string(),
|
|
8058
|
-
targets:
|
|
8058
|
+
targets: he.array(),
|
|
8059
8059
|
shortfallCreditLocators: e.string().array().optional(),
|
|
8060
8060
|
accountLocator: e.string().optional(),
|
|
8061
8061
|
externalCashTransactionLocator: e.string().optional(),
|
|
@@ -8063,11 +8063,11 @@ const sl = yn.merge(
|
|
|
8063
8063
|
remainingAmount: e.number().optional(),
|
|
8064
8064
|
reversalReason: e.string().optional(),
|
|
8065
8065
|
reversedAt: e.string().optional(),
|
|
8066
|
-
validationResult:
|
|
8067
|
-
}),
|
|
8066
|
+
validationResult: ve.optional()
|
|
8067
|
+
}), _u = e.object({
|
|
8068
8068
|
amount: e.number(),
|
|
8069
|
-
sources: e.array(
|
|
8070
|
-
targets: e.array(
|
|
8069
|
+
sources: e.array(he),
|
|
8070
|
+
targets: e.array(he),
|
|
8071
8071
|
accountLocator: e.string().optional(),
|
|
8072
8072
|
currency: e.string().optional()
|
|
8073
8073
|
}), Rs = e.enum([
|
|
@@ -8076,22 +8076,22 @@ const sl = yn.merge(
|
|
|
8076
8076
|
"executed",
|
|
8077
8077
|
"reversed",
|
|
8078
8078
|
"discarded"
|
|
8079
|
-
]),
|
|
8079
|
+
]), wu = e.object({
|
|
8080
8080
|
locator: e.string(),
|
|
8081
8081
|
currency: ht,
|
|
8082
8082
|
creditDistributionState: Rs,
|
|
8083
8083
|
amount: e.number(),
|
|
8084
8084
|
createdAt: e.string(),
|
|
8085
8085
|
createdBy: e.string(),
|
|
8086
|
-
sources:
|
|
8087
|
-
targets:
|
|
8086
|
+
sources: he.array(),
|
|
8087
|
+
targets: he.array(),
|
|
8088
8088
|
shortfallCreditLocators: e.string().array().optional(),
|
|
8089
8089
|
accountLocator: e.string().optional(),
|
|
8090
8090
|
executedAt: e.string().optional(),
|
|
8091
8091
|
reversalReason: e.string().optional(),
|
|
8092
8092
|
reversedAt: e.string().optional(),
|
|
8093
|
-
validationResult:
|
|
8094
|
-
}),
|
|
8093
|
+
validationResult: ve.optional()
|
|
8094
|
+
}), ku = e.object({
|
|
8095
8095
|
reversalType: e.string()
|
|
8096
8096
|
}), Es = e.enum([
|
|
8097
8097
|
"accountCreditBalance",
|
|
@@ -8113,13 +8113,13 @@ const sl = yn.merge(
|
|
|
8113
8113
|
amount: e.number(),
|
|
8114
8114
|
faTransactionNote: e.string(),
|
|
8115
8115
|
faTransactionTime: e.string()
|
|
8116
|
-
}),
|
|
8116
|
+
}), xu = e.object({
|
|
8117
8117
|
referenceLocator: e.string(),
|
|
8118
8118
|
currency: ht,
|
|
8119
8119
|
balance: e.number(),
|
|
8120
8120
|
referenceType: Es,
|
|
8121
8121
|
lineItems: Ds.array()
|
|
8122
|
-
}),
|
|
8122
|
+
}), Lu = {
|
|
8123
8123
|
".aac": "audio/aac",
|
|
8124
8124
|
".abw": "application/x-abiword",
|
|
8125
8125
|
".apng": "image/apng",
|
|
@@ -8189,7 +8189,7 @@ const sl = yn.merge(
|
|
|
8189
8189
|
".xlsx": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
|
|
8190
8190
|
".xul": "application/vnd.mozilla.xul+xml",
|
|
8191
8191
|
".7z": "application/x-7z-compressed"
|
|
8192
|
-
},
|
|
8192
|
+
}, Ru = [
|
|
8193
8193
|
"application/zip",
|
|
8194
8194
|
"application/x-zip-compressed"
|
|
8195
8195
|
], qs = {
|
|
@@ -8198,7 +8198,7 @@ const sl = yn.merge(
|
|
|
8198
8198
|
}, Ps = {
|
|
8199
8199
|
"application/gzip": [".gz"],
|
|
8200
8200
|
"application/x-gzip.": [".gz"]
|
|
8201
|
-
},
|
|
8201
|
+
}, xa = {
|
|
8202
8202
|
"audio/midi": [".midi", ".mid"],
|
|
8203
8203
|
"audio/x-midi": [".midi", ".mid"]
|
|
8204
8204
|
}, Bs = {
|
|
@@ -8210,11 +8210,11 @@ const sl = yn.merge(
|
|
|
8210
8210
|
}, Is = {
|
|
8211
8211
|
"video/3gpp2": [".3g2"],
|
|
8212
8212
|
"audio/3gpp2": [".3g2"]
|
|
8213
|
-
},
|
|
8213
|
+
}, Eu = {
|
|
8214
8214
|
".zip": qs,
|
|
8215
8215
|
".gz": Ps,
|
|
8216
|
-
".midi":
|
|
8217
|
-
".mid":
|
|
8216
|
+
".midi": xa,
|
|
8217
|
+
".mid": xa,
|
|
8218
8218
|
".xml": Bs,
|
|
8219
8219
|
".3gp": Ns,
|
|
8220
8220
|
".3g2": Is
|
|
@@ -8223,7 +8223,7 @@ const sl = yn.merge(
|
|
|
8223
8223
|
tenants: e.array(e.string()),
|
|
8224
8224
|
permissions: e.array(e.string()),
|
|
8225
8225
|
expiresAt: e.string()
|
|
8226
|
-
}),
|
|
8226
|
+
}), ga = e.object({
|
|
8227
8227
|
name: e.string(),
|
|
8228
8228
|
tenants: e.array(e.string()),
|
|
8229
8229
|
permissions: e.array(e.string()),
|
|
@@ -8239,7 +8239,7 @@ const sl = yn.merge(
|
|
|
8239
8239
|
name: e.string(),
|
|
8240
8240
|
permissions: e.array(e.string()),
|
|
8241
8241
|
description: e.string()
|
|
8242
|
-
}),
|
|
8242
|
+
}), ya = e.object({
|
|
8243
8243
|
id: e.string(),
|
|
8244
8244
|
displayName: e.string(),
|
|
8245
8245
|
singleSignOnServiceUrl: e.string()
|
|
@@ -8305,7 +8305,7 @@ e.union([
|
|
|
8305
8305
|
e.literal("retired"),
|
|
8306
8306
|
e.literal("deleted")
|
|
8307
8307
|
]);
|
|
8308
|
-
const
|
|
8308
|
+
const fa = e.object({
|
|
8309
8309
|
locator: e.string(),
|
|
8310
8310
|
userName: e.string(),
|
|
8311
8311
|
firstName: e.string(),
|
|
@@ -8337,7 +8337,7 @@ e.unknown();
|
|
|
8337
8337
|
e.object({
|
|
8338
8338
|
requestBody: On
|
|
8339
8339
|
});
|
|
8340
|
-
e.array(
|
|
8340
|
+
e.array(ga);
|
|
8341
8341
|
e.object({
|
|
8342
8342
|
requestBody: In
|
|
8343
8343
|
});
|
|
@@ -8346,10 +8346,10 @@ e.object({
|
|
|
8346
8346
|
requestBody: Mn
|
|
8347
8347
|
});
|
|
8348
8348
|
e.object({
|
|
8349
|
-
requestBody:
|
|
8349
|
+
requestBody: ya
|
|
8350
8350
|
});
|
|
8351
8351
|
e.object({
|
|
8352
|
-
requestBody:
|
|
8352
|
+
requestBody: ya
|
|
8353
8353
|
});
|
|
8354
8354
|
e.object({
|
|
8355
8355
|
requestBody: Ms
|
|
@@ -8363,7 +8363,7 @@ e.object({
|
|
|
8363
8363
|
e.unknown();
|
|
8364
8364
|
e.object({
|
|
8365
8365
|
locator: e.string(),
|
|
8366
|
-
requestBody:
|
|
8366
|
+
requestBody: fa
|
|
8367
8367
|
});
|
|
8368
8368
|
e.object({
|
|
8369
8369
|
locator: e.string(),
|
|
@@ -8433,11 +8433,11 @@ e.object({
|
|
|
8433
8433
|
e.object({
|
|
8434
8434
|
username: e.string()
|
|
8435
8435
|
});
|
|
8436
|
-
e.array(
|
|
8436
|
+
e.array(fa);
|
|
8437
8437
|
e.object({
|
|
8438
8438
|
locator: e.string()
|
|
8439
8439
|
});
|
|
8440
|
-
e.array(
|
|
8440
|
+
e.array(ga);
|
|
8441
8441
|
e.object({
|
|
8442
8442
|
count: e.number().optional(),
|
|
8443
8443
|
extended: e.boolean().optional(),
|
|
@@ -8487,63 +8487,63 @@ e.object({
|
|
|
8487
8487
|
tokenOrName: e.string()
|
|
8488
8488
|
});
|
|
8489
8489
|
e.unknown();
|
|
8490
|
-
const
|
|
8490
|
+
const Cu = ya.merge(e.object({})), Du = Zn.merge(
|
|
8491
8491
|
e.object({})
|
|
8492
|
-
),
|
|
8492
|
+
), qu = Mn.merge(e.object({})), Fs = Zs.merge(
|
|
8493
8493
|
e.object({
|
|
8494
8494
|
locator: v,
|
|
8495
8495
|
createdAt: y,
|
|
8496
8496
|
createdBy: _
|
|
8497
8497
|
})
|
|
8498
|
-
),
|
|
8498
|
+
), Pu = Un.merge(e.object({})), Bu = C(Fs), Nu = Fn.merge(
|
|
8499
8499
|
e.object({})
|
|
8500
|
-
),
|
|
8500
|
+
), Iu = Gn.merge(e.object({})), Gs = e.enum([
|
|
8501
8501
|
"test",
|
|
8502
8502
|
"production",
|
|
8503
8503
|
"retired",
|
|
8504
8504
|
"deleted"
|
|
8505
8505
|
]), Vs = Us.merge(
|
|
8506
8506
|
e.object({
|
|
8507
|
-
locator:
|
|
8507
|
+
locator: _t,
|
|
8508
8508
|
type: Gs,
|
|
8509
8509
|
createdAt: y,
|
|
8510
8510
|
updatedAt: y,
|
|
8511
8511
|
createdBy: _,
|
|
8512
8512
|
description: e.string().optional()
|
|
8513
8513
|
})
|
|
8514
|
-
),
|
|
8514
|
+
), Mu = e.object({
|
|
8515
8515
|
listCompleted: e.boolean(),
|
|
8516
8516
|
items: e.array(Vs)
|
|
8517
|
-
}), $s = e.enum(["queued", "failed"]), Ws =
|
|
8517
|
+
}), $s = e.enum(["queued", "failed"]), Ws = Va.merge(
|
|
8518
8518
|
e.object({ status: $s })
|
|
8519
|
-
), Ks =
|
|
8519
|
+
), Ks = $t.merge(
|
|
8520
8520
|
e.object({
|
|
8521
8521
|
version1: v,
|
|
8522
8522
|
version2: v,
|
|
8523
8523
|
latestVersion: v,
|
|
8524
8524
|
plugins: e.record(e.string(), F)
|
|
8525
8525
|
})
|
|
8526
|
-
), Qs =
|
|
8526
|
+
), Qs = Wt.merge(
|
|
8527
8527
|
e.object({ metadata: Ks })
|
|
8528
|
-
),
|
|
8528
|
+
), Ou = ai.merge(
|
|
8529
8529
|
e.object({
|
|
8530
|
-
locator:
|
|
8530
|
+
locator: _t,
|
|
8531
8531
|
bootstrapResult: Ws,
|
|
8532
8532
|
deploymentResult: Qs
|
|
8533
8533
|
})
|
|
8534
|
-
),
|
|
8534
|
+
), Zu = zn.merge(
|
|
8535
8535
|
e.object({})
|
|
8536
|
-
),
|
|
8536
|
+
), Uu = In.merge(
|
|
8537
8537
|
e.object({ expiresAt: y })
|
|
8538
|
-
),
|
|
8538
|
+
), zu = ga.merge(
|
|
8539
8539
|
e.object({ createdAt: y })
|
|
8540
|
-
),
|
|
8540
|
+
), Fu = On.merge(
|
|
8541
8541
|
e.object({
|
|
8542
8542
|
userName: e.string().email(),
|
|
8543
8543
|
roles: e.array(e.string()).optional(),
|
|
8544
8544
|
tenants: e.array(e.string()).optional()
|
|
8545
8545
|
})
|
|
8546
|
-
),
|
|
8546
|
+
), Gu = fa.merge(
|
|
8547
8547
|
e.object({
|
|
8548
8548
|
locator: _,
|
|
8549
8549
|
tenants: e.array(e.string()).optional(),
|
|
@@ -8554,10 +8554,10 @@ const Eu = ga.merge(e.object({})), Cu = Zn.merge(
|
|
|
8554
8554
|
userName: e.string(),
|
|
8555
8555
|
firstName: e.string().optional(),
|
|
8556
8556
|
lastName: e.string().optional()
|
|
8557
|
-
}),
|
|
8557
|
+
}), Vu = e.object({
|
|
8558
8558
|
listCompleted: e.boolean(),
|
|
8559
8559
|
items: e.array($n)
|
|
8560
|
-
}),
|
|
8560
|
+
}), $u = e.object({
|
|
8561
8561
|
firstName: e.string(),
|
|
8562
8562
|
lastName: e.string(),
|
|
8563
8563
|
permissions: e.array(e.string()),
|
|
@@ -8807,29 +8807,29 @@ const Wn = Hs.merge(
|
|
|
8807
8807
|
e.object({
|
|
8808
8808
|
locator: lt,
|
|
8809
8809
|
referenceLocator: lt,
|
|
8810
|
-
referenceType:
|
|
8810
|
+
referenceType: Kt,
|
|
8811
8811
|
referenceDocumentLocator: lt.optional(),
|
|
8812
8812
|
transactionLocator: W.optional(),
|
|
8813
8813
|
segmentLocator: ia.optional(),
|
|
8814
|
-
termLocator:
|
|
8815
|
-
policyLocator:
|
|
8814
|
+
termLocator: jn.optional(),
|
|
8815
|
+
policyLocator: Ae.optional(),
|
|
8816
8816
|
documentInstanceState: hi,
|
|
8817
|
-
documentFormat:
|
|
8817
|
+
documentFormat: Jt.optional(),
|
|
8818
8818
|
metadata: w.optional(),
|
|
8819
8819
|
createdAt: y,
|
|
8820
8820
|
createdBy: _,
|
|
8821
8821
|
readyAt: y.optional(),
|
|
8822
8822
|
renderingData: w.optional()
|
|
8823
8823
|
})
|
|
8824
|
-
),
|
|
8825
|
-
tenantLocator:
|
|
8824
|
+
), Wu = C(Wn), Ku = e.object({
|
|
8825
|
+
tenantLocator: Te
|
|
8826
8826
|
}), Ys = e.object({
|
|
8827
8827
|
category: e.string().optional(),
|
|
8828
|
-
documentFormat:
|
|
8828
|
+
documentFormat: Jt,
|
|
8829
8829
|
metadata: e.string().optional(),
|
|
8830
8830
|
name: e.string(),
|
|
8831
8831
|
referenceLocator: lt,
|
|
8832
|
-
referenceType:
|
|
8832
|
+
referenceType: Kt,
|
|
8833
8833
|
segmentLocator: ia.optional(),
|
|
8834
8834
|
staticName: e.string().optional(),
|
|
8835
8835
|
transactionLocator: W.optional()
|
|
@@ -8849,13 +8849,13 @@ const Wn = Hs.merge(
|
|
|
8849
8849
|
V.applicationZipWindows,
|
|
8850
8850
|
V.applicationOctetStream
|
|
8851
8851
|
])
|
|
8852
|
-
}).merge(Xs),
|
|
8852
|
+
}).merge(Xs), Qu = e.object({
|
|
8853
8853
|
document: ec
|
|
8854
|
-
}),
|
|
8855
|
-
tenantLocator:
|
|
8854
|
+
}), Hu = e.object({
|
|
8855
|
+
tenantLocator: Te
|
|
8856
8856
|
// NOTE: why do we want to merge them into one object - tenantLocator is in Path and all other params are in query
|
|
8857
8857
|
// see https://docs.socotra.com/api/documents/documentsApi.html#attachDocument
|
|
8858
|
-
}).merge(Ys),
|
|
8858
|
+
}).merge(Ys), Ju = Wn, tc = e.object({
|
|
8859
8859
|
name: e.string(),
|
|
8860
8860
|
type: e.string(),
|
|
8861
8861
|
searchable: e.boolean().optional()
|
|
@@ -8948,20 +8948,20 @@ e.object({
|
|
|
8948
8948
|
offset: e.number().optional(),
|
|
8949
8949
|
requestBody: rc
|
|
8950
8950
|
});
|
|
8951
|
-
const oc = e.string().uuid(),
|
|
8951
|
+
const oc = e.string().uuid(), Yu = e.object({
|
|
8952
8952
|
tenantLocator: oc
|
|
8953
8953
|
}), ic = e.object({
|
|
8954
8954
|
offset: e.string().optional(),
|
|
8955
8955
|
count: e.string().optional()
|
|
8956
|
-
}),
|
|
8956
|
+
}), Xu = e.object({
|
|
8957
8957
|
searchToken: e.string()
|
|
8958
8958
|
}).merge(ic), lc = e.object({
|
|
8959
8959
|
fieldName: e.string().optional(),
|
|
8960
8960
|
absolute: mi.optional(),
|
|
8961
8961
|
match: vi.optional(),
|
|
8962
8962
|
searchTerm: e.string().optional()
|
|
8963
|
-
}).merge(Kn),
|
|
8964
|
-
searchEntityType:
|
|
8963
|
+
}).merge(Kn), em = e.object({
|
|
8964
|
+
searchEntityType: Ya.optional(),
|
|
8965
8965
|
searchString: e.string().optional(),
|
|
8966
8966
|
searchTerms: e.array(lc).optional()
|
|
8967
8967
|
}), sc = Qn.merge(
|
|
@@ -8970,28 +8970,28 @@ const oc = e.string().uuid(), Ju = e.object({
|
|
|
8970
8970
|
searchEntityLocator: e.string().ulid(),
|
|
8971
8971
|
productName: e.string().optional(),
|
|
8972
8972
|
score: e.number(),
|
|
8973
|
-
searchEntityType:
|
|
8973
|
+
searchEntityType: Ya,
|
|
8974
8974
|
highlights: e.array(e.string()),
|
|
8975
8975
|
searchSummary: e.record(e.string(), e.unknown()).optional()
|
|
8976
8976
|
})
|
|
8977
|
-
),
|
|
8977
|
+
), tm = e.object({
|
|
8978
8978
|
count: e.number().int(),
|
|
8979
8979
|
offset: e.number().int(),
|
|
8980
8980
|
searchToken: e.string().optional(),
|
|
8981
8981
|
results: e.array(sc)
|
|
8982
|
-
}), Hn =
|
|
8982
|
+
}), Hn = jt.merge(
|
|
8983
8983
|
e.object({
|
|
8984
8984
|
locator: v,
|
|
8985
8985
|
reversalOfLocator: v.optional(),
|
|
8986
|
-
elementLocator:
|
|
8986
|
+
elementLocator: te,
|
|
8987
8987
|
elementStaticLocator: v,
|
|
8988
8988
|
chargeCategory: yi
|
|
8989
8989
|
})
|
|
8990
|
-
),
|
|
8990
|
+
), kt = Ye.merge(
|
|
8991
8991
|
e.object({ locator: v, action: gi })
|
|
8992
|
-
), cc =
|
|
8993
|
-
e.object({ elements: e.array(
|
|
8994
|
-
), dc =
|
|
8992
|
+
), cc = kt.merge(
|
|
8993
|
+
e.object({ elements: e.array(ua) })
|
|
8994
|
+
), dc = kt.merge(
|
|
8995
8995
|
e.object({
|
|
8996
8996
|
staticLocator: v,
|
|
8997
8997
|
setData: w,
|
|
@@ -8999,28 +8999,28 @@ const oc = e.string().uuid(), Ju = e.object({
|
|
|
8999
8999
|
setCoverageTerms: F,
|
|
9000
9000
|
removeCoverageTerms: w
|
|
9001
9001
|
})
|
|
9002
|
-
), Jn =
|
|
9002
|
+
), Jn = kt.merge(
|
|
9003
9003
|
e.object({
|
|
9004
9004
|
effectiveTime: y,
|
|
9005
9005
|
newPolicyEndTime: y.optional(),
|
|
9006
|
-
preferences:
|
|
9006
|
+
preferences: _e.optional(),
|
|
9007
9007
|
triggerBillingChange: e.boolean().optional(),
|
|
9008
9008
|
billingModeChange: e.boolean().optional()
|
|
9009
9009
|
})
|
|
9010
|
-
), uc =
|
|
9010
|
+
), uc = kt.merge(
|
|
9011
9011
|
e.object({ staticElementLocators: e.array(v) })
|
|
9012
|
-
),
|
|
9012
|
+
), xt = e.union([
|
|
9013
9013
|
cc,
|
|
9014
9014
|
dc,
|
|
9015
9015
|
Jn,
|
|
9016
9016
|
uc
|
|
9017
|
-
]),
|
|
9017
|
+
]), La = e.object({
|
|
9018
9018
|
locator: W,
|
|
9019
|
-
policyLocator:
|
|
9020
|
-
termLocator:
|
|
9019
|
+
policyLocator: Ae,
|
|
9020
|
+
termLocator: jn,
|
|
9021
9021
|
effectiveTime: y,
|
|
9022
|
-
transactionState:
|
|
9023
|
-
transactionCategory:
|
|
9022
|
+
transactionState: Ht,
|
|
9023
|
+
transactionCategory: Qt,
|
|
9024
9024
|
transactionType: e.string(),
|
|
9025
9025
|
createdAt: y,
|
|
9026
9026
|
createdBy: _,
|
|
@@ -9028,24 +9028,24 @@ const oc = e.string().uuid(), Ju = e.object({
|
|
|
9028
9028
|
baseTransactionLocator: W.optional(),
|
|
9029
9029
|
issuedTime: y.optional(),
|
|
9030
9030
|
acceptedTime: y.optional(),
|
|
9031
|
-
preferences:
|
|
9031
|
+
preferences: _e.optional(),
|
|
9032
9032
|
underwritingStatus: e.string().optional(),
|
|
9033
|
-
validationResult:
|
|
9034
|
-
changeInstructions: e.array(
|
|
9033
|
+
validationResult: sa.optional(),
|
|
9034
|
+
changeInstructions: e.array(xt).optional(),
|
|
9035
9035
|
billingTrigger: He
|
|
9036
|
-
}), mc =
|
|
9036
|
+
}), mc = La.merge(
|
|
9037
9037
|
e.object({
|
|
9038
|
-
aggregatedTransactions: e.array(
|
|
9038
|
+
aggregatedTransactions: e.array(La)
|
|
9039
9039
|
})
|
|
9040
|
-
),
|
|
9041
|
-
|
|
9042
|
-
), nm = e.array(
|
|
9043
|
-
kt
|
|
9040
|
+
), am = C(mc), nm = e.array(
|
|
9041
|
+
xt
|
|
9044
9042
|
), rm = e.array(
|
|
9045
|
-
|
|
9046
|
-
),
|
|
9043
|
+
xt
|
|
9044
|
+
), om = e.array(
|
|
9045
|
+
xt
|
|
9046
|
+
), pc = Jn.omit({ locator: !0 }), im = e.array(
|
|
9047
9047
|
pc
|
|
9048
|
-
),
|
|
9048
|
+
), lm = un.merge(
|
|
9049
9049
|
e.object({
|
|
9050
9050
|
toTransaction: W,
|
|
9051
9051
|
reverseTransactions: e.array(W),
|
|
@@ -9053,67 +9053,67 @@ const oc = e.string().uuid(), Ju = e.object({
|
|
|
9053
9053
|
})
|
|
9054
9054
|
), gc = e.object({
|
|
9055
9055
|
locator: v,
|
|
9056
|
-
policyLocator:
|
|
9056
|
+
policyLocator: Ae,
|
|
9057
9057
|
effectiveTime: y,
|
|
9058
|
-
transactionState:
|
|
9058
|
+
transactionState: Ht,
|
|
9059
9059
|
charges: e.array(Hn)
|
|
9060
9060
|
}), yc = gc.extend({
|
|
9061
9061
|
aggregatedTransactions: e.lazy(
|
|
9062
9062
|
() => yc.array().optional()
|
|
9063
9063
|
)
|
|
9064
|
-
}),
|
|
9064
|
+
}), be = se.merge(
|
|
9065
9065
|
e.object({
|
|
9066
9066
|
locator: v,
|
|
9067
9067
|
referenceLocator: v,
|
|
9068
9068
|
referenceType: ji,
|
|
9069
|
-
level:
|
|
9069
|
+
level: Xa,
|
|
9070
9070
|
createdBy: _,
|
|
9071
9071
|
createdTime: y,
|
|
9072
9072
|
clearedBy: _,
|
|
9073
9073
|
clearedTime: y,
|
|
9074
|
-
elementLocator:
|
|
9074
|
+
elementLocator: te.optional()
|
|
9075
9075
|
})
|
|
9076
9076
|
), fc = e.object({
|
|
9077
9077
|
locator: v,
|
|
9078
|
-
policyLocator:
|
|
9079
|
-
transactionCategory:
|
|
9080
|
-
transactionState:
|
|
9078
|
+
policyLocator: Ae,
|
|
9079
|
+
transactionCategory: Qt,
|
|
9080
|
+
transactionState: Ht,
|
|
9081
9081
|
effectiveTime: y,
|
|
9082
9082
|
underwritingStatus: e.string(),
|
|
9083
|
-
underwritingFlags: e.array(
|
|
9083
|
+
underwritingFlags: e.array(be)
|
|
9084
9084
|
//aggregatedTransactions: z.array()
|
|
9085
9085
|
}), hc = fc.extend({
|
|
9086
9086
|
aggregatedTransactions: e.lazy(
|
|
9087
9087
|
() => hc.array().optional()
|
|
9088
9088
|
)
|
|
9089
|
-
}), bc =
|
|
9089
|
+
}), bc = gn.merge(
|
|
9090
9090
|
e.object({
|
|
9091
|
-
elementLocator:
|
|
9092
|
-
level:
|
|
9091
|
+
elementLocator: te,
|
|
9092
|
+
level: Xa
|
|
9093
9093
|
})
|
|
9094
|
-
),
|
|
9094
|
+
), sm = ra.merge(
|
|
9095
9095
|
e.object({
|
|
9096
9096
|
addFlags: e.array(bc),
|
|
9097
9097
|
clearFlags: e.array(v)
|
|
9098
9098
|
})
|
|
9099
|
-
),
|
|
9099
|
+
), cm = Hi.merge(
|
|
9100
9100
|
e.object({
|
|
9101
9101
|
transactionLocator: W,
|
|
9102
|
-
clearedFlags: e.array(
|
|
9103
|
-
flags: e.array(
|
|
9102
|
+
clearedFlags: e.array(be),
|
|
9103
|
+
flags: e.array(be)
|
|
9104
9104
|
})
|
|
9105
|
-
), vc =
|
|
9105
|
+
), vc = hn.merge(
|
|
9106
9106
|
e.object({
|
|
9107
9107
|
locator: Ke,
|
|
9108
9108
|
quickQuoteLocator: Ke,
|
|
9109
|
-
quoteState:
|
|
9110
|
-
billingLevel:
|
|
9109
|
+
quoteState: Yt,
|
|
9110
|
+
billingLevel: Se,
|
|
9111
9111
|
// deprecated
|
|
9112
9112
|
billingTrigger: He.optional(),
|
|
9113
9113
|
durationBasis: Je.optional(),
|
|
9114
|
-
policyLocator:
|
|
9115
|
-
preferences:
|
|
9116
|
-
validationResult:
|
|
9114
|
+
policyLocator: Ae,
|
|
9115
|
+
preferences: _e.optional(),
|
|
9116
|
+
validationResult: sa.optional(),
|
|
9117
9117
|
static: w,
|
|
9118
9118
|
issuedTime: y.optional(),
|
|
9119
9119
|
startTime: y.optional(),
|
|
@@ -9121,7 +9121,7 @@ const oc = e.string().uuid(), Ju = e.object({
|
|
|
9121
9121
|
acceptedTime: y.optional(),
|
|
9122
9122
|
expirationTime: y.optional()
|
|
9123
9123
|
})
|
|
9124
|
-
),
|
|
9124
|
+
), dm = C(vc), um = mn.merge(
|
|
9125
9125
|
e.object({
|
|
9126
9126
|
accountLocator: nt,
|
|
9127
9127
|
data: w,
|
|
@@ -9129,23 +9129,23 @@ const oc = e.string().uuid(), Ju = e.object({
|
|
|
9129
9129
|
endTime: y.optional(),
|
|
9130
9130
|
expirationTime: y.optional(),
|
|
9131
9131
|
durationBasis: Je.optional(),
|
|
9132
|
-
billingLevel:
|
|
9133
|
-
preferences:
|
|
9132
|
+
billingLevel: Se.optional(),
|
|
9133
|
+
preferences: _e.optional(),
|
|
9134
9134
|
static: w.optional(),
|
|
9135
9135
|
coverageTerms: F.optional(),
|
|
9136
9136
|
// deprecated
|
|
9137
9137
|
billingTrigger: He.optional(),
|
|
9138
|
-
elements: e.array(
|
|
9138
|
+
elements: e.array(ua)
|
|
9139
9139
|
})
|
|
9140
|
-
),
|
|
9140
|
+
), mm = dn.merge(
|
|
9141
9141
|
e.object({
|
|
9142
9142
|
startTime: y,
|
|
9143
9143
|
endTime: y,
|
|
9144
9144
|
expirationTime: y,
|
|
9145
9145
|
// deprecated
|
|
9146
9146
|
billingTrigger: He,
|
|
9147
|
-
billingLevel:
|
|
9148
|
-
preferences:
|
|
9147
|
+
billingLevel: Se,
|
|
9148
|
+
preferences: _e,
|
|
9149
9149
|
removeCoverageTerms: w,
|
|
9150
9150
|
removeData: w,
|
|
9151
9151
|
// NOTE: this looks sus, every other property is map<string,object> not <string,string>
|
|
@@ -9153,41 +9153,41 @@ const oc = e.string().uuid(), Ju = e.object({
|
|
|
9153
9153
|
setData: w,
|
|
9154
9154
|
elements: e.array(rs)
|
|
9155
9155
|
})
|
|
9156
|
-
),
|
|
9156
|
+
), pm = Gi.merge(
|
|
9157
9157
|
e.object({
|
|
9158
|
-
tenantLocator:
|
|
9158
|
+
tenantLocator: Te,
|
|
9159
9159
|
accountLocator: nt,
|
|
9160
9160
|
quoteLocator: Ke,
|
|
9161
|
-
quoteState:
|
|
9161
|
+
quoteState: Yt,
|
|
9162
9162
|
startTime: y,
|
|
9163
9163
|
endTime: y,
|
|
9164
9164
|
expirationTime: y,
|
|
9165
9165
|
durationBasis: Je,
|
|
9166
9166
|
items: e.array(Hn)
|
|
9167
9167
|
})
|
|
9168
|
-
),
|
|
9168
|
+
), gm = Vi.merge(
|
|
9169
9169
|
e.object({
|
|
9170
|
-
tenantLocator:
|
|
9170
|
+
tenantLocator: Te,
|
|
9171
9171
|
accountLocator: nt,
|
|
9172
9172
|
quoteLocator: Ke,
|
|
9173
|
-
quoteState:
|
|
9173
|
+
quoteState: Yt,
|
|
9174
9174
|
startTime: y,
|
|
9175
9175
|
endTime: y,
|
|
9176
9176
|
expirationTime: y,
|
|
9177
9177
|
durationBasis: Je,
|
|
9178
|
-
underwritingFlags: e.array(
|
|
9178
|
+
underwritingFlags: e.array(be)
|
|
9179
9179
|
})
|
|
9180
|
-
),
|
|
9180
|
+
), ym = al.merge(
|
|
9181
9181
|
e.object({
|
|
9182
9182
|
quoteLocator: Ke,
|
|
9183
|
-
flags: e.array(
|
|
9184
|
-
clearedFlags: e.array(
|
|
9183
|
+
flags: e.array(be),
|
|
9184
|
+
clearedFlags: e.array(be).optional()
|
|
9185
9185
|
})
|
|
9186
|
-
),
|
|
9186
|
+
), fm = tt.merge(
|
|
9187
9187
|
e.object({
|
|
9188
9188
|
groupLocator: v
|
|
9189
9189
|
})
|
|
9190
|
-
),
|
|
9190
|
+
), hm = na.merge(
|
|
9191
9191
|
e.object({
|
|
9192
9192
|
resetFlagsAction: Ai,
|
|
9193
9193
|
resetFlags: e.array(v),
|
|
@@ -9260,12 +9260,12 @@ const R = e.object({
|
|
|
9260
9260
|
e.literal("subpayment")
|
|
9261
9261
|
]),
|
|
9262
9262
|
amount: e.number().optional()
|
|
9263
|
-
}),
|
|
9263
|
+
}), qt = e.object({
|
|
9264
9264
|
creditLocator: e.string()
|
|
9265
9265
|
}), Ac = e.object({
|
|
9266
|
-
"billing.creditdistribution.reverse":
|
|
9267
|
-
"billing.creditdistribution.create":
|
|
9268
|
-
"billing.creditdistribution.distribute":
|
|
9266
|
+
"billing.creditdistribution.reverse": qt.optional(),
|
|
9267
|
+
"billing.creditdistribution.create": qt.optional(),
|
|
9268
|
+
"billing.creditdistribution.distribute": qt.optional()
|
|
9269
9269
|
});
|
|
9270
9270
|
e.union([
|
|
9271
9271
|
e.literal("draft"),
|
|
@@ -9330,7 +9330,7 @@ e.union([
|
|
|
9330
9330
|
e.literal("triggered"),
|
|
9331
9331
|
e.literal("cancelled")
|
|
9332
9332
|
]);
|
|
9333
|
-
const
|
|
9333
|
+
const Pt = e.object({
|
|
9334
9334
|
delinquencyLocator: e.string()
|
|
9335
9335
|
}), xc = e.object({
|
|
9336
9336
|
locator: e.string(),
|
|
@@ -9369,9 +9369,9 @@ e.union([
|
|
|
9369
9369
|
e.literal("delinquencyHeld")
|
|
9370
9370
|
]);
|
|
9371
9371
|
const Lc = e.object({
|
|
9372
|
-
"billing.delinquency.create":
|
|
9373
|
-
"billing.delinquency.settle":
|
|
9374
|
-
"billing.delinquency.lapse":
|
|
9372
|
+
"billing.delinquency.create": Pt.optional(),
|
|
9373
|
+
"billing.delinquency.settle": Pt.optional(),
|
|
9374
|
+
"billing.delinquency.lapse": Pt.optional()
|
|
9375
9375
|
});
|
|
9376
9376
|
e.object({
|
|
9377
9377
|
accountLocator: e.string(),
|
|
@@ -9396,7 +9396,7 @@ e.union([
|
|
|
9396
9396
|
e.literal("policy"),
|
|
9397
9397
|
e.literal("invoice")
|
|
9398
9398
|
]);
|
|
9399
|
-
const
|
|
9399
|
+
const Lt = e.object({
|
|
9400
9400
|
accountLocator: e.string().optional(),
|
|
9401
9401
|
type: e.string(),
|
|
9402
9402
|
amount: e.number(),
|
|
@@ -9421,14 +9421,14 @@ e.union([
|
|
|
9421
9421
|
e.literal("standard"),
|
|
9422
9422
|
e.literal("wire")
|
|
9423
9423
|
]);
|
|
9424
|
-
const
|
|
9424
|
+
const Re = e.object({
|
|
9425
9425
|
disbursementLocator: e.string()
|
|
9426
9426
|
}), Rc = e.object({
|
|
9427
|
-
"billing.disbursement.create":
|
|
9428
|
-
"billing.disbursement.reject":
|
|
9429
|
-
"billing.disbursement.execute":
|
|
9430
|
-
"billing.disbursement.reverse":
|
|
9431
|
-
"billing.disbursement.approve":
|
|
9427
|
+
"billing.disbursement.create": Re.optional(),
|
|
9428
|
+
"billing.disbursement.reject": Re.optional(),
|
|
9429
|
+
"billing.disbursement.execute": Re.optional(),
|
|
9430
|
+
"billing.disbursement.reverse": Re.optional(),
|
|
9431
|
+
"billing.disbursement.approve": Re.optional()
|
|
9432
9432
|
});
|
|
9433
9433
|
e.union([
|
|
9434
9434
|
e.literal("draft"),
|
|
@@ -9714,7 +9714,7 @@ const zc = e.object({
|
|
|
9714
9714
|
invoiceLocator: e.string(),
|
|
9715
9715
|
accountLocator: e.string(),
|
|
9716
9716
|
generateTime: e.string()
|
|
9717
|
-
}),
|
|
9717
|
+
}), Ra = e.object({
|
|
9718
9718
|
invoiceLocator: e.string(),
|
|
9719
9719
|
accountLocator: e.string()
|
|
9720
9720
|
}), Fc = e.object({
|
|
@@ -9886,7 +9886,7 @@ e.object({
|
|
|
9886
9886
|
installmentSettings: Zc,
|
|
9887
9887
|
billingSettings: jc
|
|
9888
9888
|
});
|
|
9889
|
-
const
|
|
9889
|
+
const Bt = e.object({
|
|
9890
9890
|
shortfallCreditLocator: e.string()
|
|
9891
9891
|
});
|
|
9892
9892
|
e.object({
|
|
@@ -9939,12 +9939,12 @@ const Xc = e.object({
|
|
|
9939
9939
|
}), rt = e.object({
|
|
9940
9940
|
validationItems: e.array(Xc),
|
|
9941
9941
|
success: e.boolean()
|
|
9942
|
-
}),
|
|
9942
|
+
}), Nt = e.object({
|
|
9943
9943
|
writeOffLocator: e.string()
|
|
9944
9944
|
}), ed = e.object({
|
|
9945
|
-
"billing.writeoff.reverse":
|
|
9946
|
-
"billing.writeoff.create":
|
|
9947
|
-
"billing.writeoff.distribute":
|
|
9945
|
+
"billing.writeoff.reverse": Nt.optional(),
|
|
9946
|
+
"billing.writeoff.create": Nt.optional(),
|
|
9947
|
+
"billing.writeoff.distribute": Nt.optional()
|
|
9948
9948
|
});
|
|
9949
9949
|
e.object({
|
|
9950
9950
|
locator: e.string(),
|
|
@@ -10039,7 +10039,7 @@ const rr = e.object({
|
|
|
10039
10039
|
});
|
|
10040
10040
|
e.object({
|
|
10041
10041
|
locator: e.string(),
|
|
10042
|
-
requestBody:
|
|
10042
|
+
requestBody: Lt
|
|
10043
10043
|
});
|
|
10044
10044
|
e.object({
|
|
10045
10045
|
locator: e.string(),
|
|
@@ -10144,7 +10144,7 @@ e.object({
|
|
|
10144
10144
|
value: e.boolean().optional()
|
|
10145
10145
|
});
|
|
10146
10146
|
e.object({
|
|
10147
|
-
requestBody:
|
|
10147
|
+
requestBody: Lt
|
|
10148
10148
|
});
|
|
10149
10149
|
e.object({
|
|
10150
10150
|
disbursementNumber: e.string(),
|
|
@@ -10551,12 +10551,12 @@ const ad = e.object({
|
|
|
10551
10551
|
"billing.installmentlattice.create": Ic.optional()
|
|
10552
10552
|
}), nd = e.object({
|
|
10553
10553
|
"billing.invoice.generate": zc.optional(),
|
|
10554
|
-
"billing.invoice.settle":
|
|
10555
|
-
"billing.invoice.unsettle":
|
|
10554
|
+
"billing.invoice.settle": Ra.optional(),
|
|
10555
|
+
"billing.invoice.unsettle": Ra.optional()
|
|
10556
10556
|
}), rd = e.object({
|
|
10557
|
-
"billing.shortfallcredit.reverse":
|
|
10558
|
-
"billing.shortfallcredit.distribute":
|
|
10559
|
-
"billing.shortfallcredit.create":
|
|
10557
|
+
"billing.shortfallcredit.reverse": Bt.optional(),
|
|
10558
|
+
"billing.shortfallcredit.distribute": Bt.optional(),
|
|
10559
|
+
"billing.shortfallcredit.create": Bt.optional()
|
|
10560
10560
|
});
|
|
10561
10561
|
e.object({
|
|
10562
10562
|
disbursementNumber: e.string()
|
|
@@ -10725,7 +10725,7 @@ e.object({
|
|
|
10725
10725
|
shortfallCreditEvents: rd.optional(),
|
|
10726
10726
|
writeOffEvents: ed.optional()
|
|
10727
10727
|
});
|
|
10728
|
-
const
|
|
10728
|
+
const Rt = R.merge(
|
|
10729
10729
|
e.object({
|
|
10730
10730
|
containerType: wi
|
|
10731
10731
|
})
|
|
@@ -10736,41 +10736,41 @@ const Lt = R.merge(
|
|
|
10736
10736
|
data: w,
|
|
10737
10737
|
createdAt: y,
|
|
10738
10738
|
createdBy: _,
|
|
10739
|
-
sources: e.array(
|
|
10739
|
+
sources: e.array(Rt),
|
|
10740
10740
|
accountLocator: nt.optional(),
|
|
10741
|
-
validationResult:
|
|
10741
|
+
validationResult: sa.optional()
|
|
10742
10742
|
})
|
|
10743
|
-
),
|
|
10743
|
+
), bm = C(id), vm = Lt.merge(
|
|
10744
10744
|
e.object({
|
|
10745
10745
|
data: w,
|
|
10746
|
-
sources: e.array(
|
|
10746
|
+
sources: e.array(Rt),
|
|
10747
10747
|
accountLocator: v.optional(),
|
|
10748
|
-
transactionMethod:
|
|
10748
|
+
transactionMethod: Xt.optional()
|
|
10749
10749
|
})
|
|
10750
|
-
),
|
|
10750
|
+
), Sm = tr.merge(
|
|
10751
10751
|
e.object({
|
|
10752
10752
|
setData: w,
|
|
10753
10753
|
removeData: w,
|
|
10754
|
-
addSources: e.array(
|
|
10754
|
+
addSources: e.array(Rt),
|
|
10755
10755
|
removeSources: e.array(e.string()),
|
|
10756
10756
|
accountLocator: nt.optional(),
|
|
10757
|
-
transactionMethod:
|
|
10757
|
+
transactionMethod: Xt
|
|
10758
10758
|
})
|
|
10759
|
-
),
|
|
10759
|
+
), jm = Lt.merge(
|
|
10760
10760
|
e.object({
|
|
10761
10761
|
data: w,
|
|
10762
|
-
sources: e.array(
|
|
10763
|
-
transactionMethod:
|
|
10762
|
+
sources: e.array(Rt),
|
|
10763
|
+
transactionMethod: Xt
|
|
10764
10764
|
})
|
|
10765
10765
|
), ld = e.object({
|
|
10766
10766
|
locator: _,
|
|
10767
10767
|
isDeleted: e.boolean()
|
|
10768
|
-
}),
|
|
10768
|
+
}), H = e.union([
|
|
10769
10769
|
$n,
|
|
10770
10770
|
ld
|
|
10771
10771
|
]), Q = e.object({
|
|
10772
|
-
tenantLocator:
|
|
10773
|
-
}),
|
|
10772
|
+
tenantLocator: Te
|
|
10773
|
+
}), Tm = Q.merge(
|
|
10774
10774
|
e.object({
|
|
10775
10775
|
userLocator: _
|
|
10776
10776
|
})
|
|
@@ -10778,42 +10778,42 @@ const Lt = R.merge(
|
|
|
10778
10778
|
e.object({
|
|
10779
10779
|
assignmentLocator: Tn
|
|
10780
10780
|
})
|
|
10781
|
-
),
|
|
10781
|
+
), Am = sd.merge(
|
|
10782
10782
|
e.object({
|
|
10783
10783
|
userLocator: _
|
|
10784
10784
|
})
|
|
10785
|
-
),
|
|
10785
|
+
), _m = Q.merge(
|
|
10786
10786
|
e.object({
|
|
10787
10787
|
userLocator: _
|
|
10788
10788
|
})
|
|
10789
|
-
),
|
|
10789
|
+
), wm = Q.merge(
|
|
10790
10790
|
e.object({
|
|
10791
10791
|
referenceType: e.string(),
|
|
10792
10792
|
referenceLocator: v
|
|
10793
10793
|
})
|
|
10794
10794
|
), cd = Q.merge(
|
|
10795
10795
|
e.object({
|
|
10796
|
-
activityLocator:
|
|
10796
|
+
activityLocator: la
|
|
10797
10797
|
})
|
|
10798
|
-
),
|
|
10798
|
+
), km = cd.merge(
|
|
10799
10799
|
e.object({
|
|
10800
10800
|
userLocator: _
|
|
10801
10801
|
})
|
|
10802
|
-
),
|
|
10802
|
+
), xm = Q.merge(
|
|
10803
10803
|
e.object({
|
|
10804
10804
|
userLocator: _
|
|
10805
10805
|
})
|
|
10806
|
-
),
|
|
10806
|
+
), Lm = Q.merge(
|
|
10807
10807
|
e.object({
|
|
10808
10808
|
referenceType: e.string(),
|
|
10809
10809
|
referenceLocator: v
|
|
10810
10810
|
})
|
|
10811
|
-
),
|
|
10811
|
+
), Rm = Q.merge(
|
|
10812
10812
|
e.object({
|
|
10813
10813
|
referenceType: e.string(),
|
|
10814
10814
|
referenceLocator: v
|
|
10815
10815
|
})
|
|
10816
|
-
),
|
|
10816
|
+
), Em = Q.merge(
|
|
10817
10817
|
e.object({
|
|
10818
10818
|
diaryLocator: An
|
|
10819
10819
|
})
|
|
@@ -10865,7 +10865,7 @@ const ud = e.object({
|
|
|
10865
10865
|
e.object({
|
|
10866
10866
|
dataSizeKb: e.number()
|
|
10867
10867
|
});
|
|
10868
|
-
const
|
|
10868
|
+
const ha = e.object({
|
|
10869
10869
|
locator: e.string(),
|
|
10870
10870
|
referenceLocator: e.string(),
|
|
10871
10871
|
referenceType: e.union([
|
|
@@ -10921,7 +10921,7 @@ e.object({
|
|
|
10921
10921
|
referenceLocator: e.string(),
|
|
10922
10922
|
referenceType: e.string()
|
|
10923
10923
|
});
|
|
10924
|
-
e.array(
|
|
10924
|
+
e.array(ha);
|
|
10925
10925
|
e.object({
|
|
10926
10926
|
referenceLocator: e.string(),
|
|
10927
10927
|
referenceType: e.string(),
|
|
@@ -10932,7 +10932,7 @@ e.object({
|
|
|
10932
10932
|
locator: e.string(),
|
|
10933
10933
|
offset: e.number().optional()
|
|
10934
10934
|
});
|
|
10935
|
-
e.array(
|
|
10935
|
+
e.array(ha);
|
|
10936
10936
|
e.object({
|
|
10937
10937
|
locator: e.string(),
|
|
10938
10938
|
requestBody: pd
|
|
@@ -10954,8 +10954,8 @@ e.object({
|
|
|
10954
10954
|
e.unknown();
|
|
10955
10955
|
const lr = e.object({
|
|
10956
10956
|
...ir.shape
|
|
10957
|
-
}),
|
|
10958
|
-
...
|
|
10957
|
+
}), Cm = lr, ba = e.object({
|
|
10958
|
+
...ha.shape,
|
|
10959
10959
|
locator: An,
|
|
10960
10960
|
referenceType: Ci,
|
|
10961
10961
|
diaryState: Di,
|
|
@@ -10963,7 +10963,7 @@ const lr = e.object({
|
|
|
10963
10963
|
createdBy: _,
|
|
10964
10964
|
updatedAt: y,
|
|
10965
10965
|
updatedBy: _.optional()
|
|
10966
|
-
}),
|
|
10966
|
+
}), Dm = C(ba), qm = C(ba), Pm = e.object({
|
|
10967
10967
|
...cl.shape,
|
|
10968
10968
|
diaryNote: lr.optional(),
|
|
10969
10969
|
userAssignment: ml.omit({
|
|
@@ -10972,254 +10972,268 @@ const lr = e.object({
|
|
|
10972
10972
|
}).optional()
|
|
10973
10973
|
}), gd = e.object({
|
|
10974
10974
|
..._n.shape,
|
|
10975
|
-
assignedTo:
|
|
10976
|
-
createdBy:
|
|
10977
|
-
updatedBy:
|
|
10978
|
-
}),
|
|
10979
|
-
status:
|
|
10980
|
-
}),
|
|
10975
|
+
assignedTo: H.optional(),
|
|
10976
|
+
createdBy: H.optional(),
|
|
10977
|
+
updatedBy: H.optional()
|
|
10978
|
+
}), Bm = C(gd), Nm = e.object({
|
|
10979
|
+
status: vt
|
|
10980
|
+
}), Im = e.object({
|
|
10981
10981
|
assignedTo: _.optional()
|
|
10982
10982
|
}), yd = e.object({
|
|
10983
|
-
|
|
10984
|
-
|
|
10985
|
-
|
|
10986
|
-
|
|
10983
|
+
locator: la,
|
|
10984
|
+
category: e.string(),
|
|
10985
|
+
type: e.string(),
|
|
10986
|
+
activityState: vt,
|
|
10987
|
+
underwritingFlagLocators: e.array(e.string()).optional(),
|
|
10988
|
+
deadlineTime: y.optional(),
|
|
10989
|
+
assignedTo: H.optional(),
|
|
10990
|
+
createdBy: H,
|
|
10991
|
+
createdAt: y,
|
|
10992
|
+
updatedBy: H.optional(),
|
|
10993
|
+
updatedAt: y.optional()
|
|
10994
|
+
}), Mm = C(yd), fd = e.object({
|
|
10995
|
+
...ba.shape,
|
|
10996
|
+
createdBy: H,
|
|
10997
|
+
updatedBy: H.optional()
|
|
10998
|
+
}), Om = C(fd), Zm = e.record(
|
|
10987
10999
|
e.string(),
|
|
10988
11000
|
e.array(e.string())
|
|
10989
|
-
),
|
|
10990
|
-
...
|
|
11001
|
+
), Um = F, zm = e.object({
|
|
11002
|
+
...on.shape,
|
|
10991
11003
|
addQualifications: F,
|
|
10992
11004
|
removeQualifications: F
|
|
10993
11005
|
});
|
|
10994
11006
|
export {
|
|
10995
11007
|
mi as AbsoluteEnum,
|
|
10996
11008
|
nt as AccountIdSchema,
|
|
10997
|
-
|
|
11009
|
+
Lm as ActivitiesByRefParamsSchema,
|
|
10998
11010
|
cl as ActivityCreateRequestSchema,
|
|
10999
11011
|
wn as ActivityHistoryInitialResponseSchema,
|
|
11000
|
-
|
|
11012
|
+
Mm as ActivityHistoryListResponseBffSchema,
|
|
11013
|
+
Ld as ActivityHistoryListResponseSchema,
|
|
11014
|
+
yd as ActivityHistoryResponseBffSchema,
|
|
11001
11015
|
ul as ActivityHistoryResponseSchema,
|
|
11002
|
-
|
|
11003
|
-
|
|
11004
|
-
|
|
11016
|
+
la as ActivityIdSchema,
|
|
11017
|
+
Bm as ActivityListResponseBffSchema,
|
|
11018
|
+
xd as ActivityListResponseSchema,
|
|
11005
11019
|
cd as ActivityParamsSchema,
|
|
11006
11020
|
Ri as ActivityReferenceEnumSchema,
|
|
11007
11021
|
yt as ActivityReferenceSchema,
|
|
11008
11022
|
gd as ActivityResponseBffSchema,
|
|
11009
11023
|
_n as ActivityResponseSchema,
|
|
11010
|
-
|
|
11024
|
+
vt as ActivityStateEnumSchema,
|
|
11011
11025
|
dl as ActivityTypeRefSchema,
|
|
11012
|
-
|
|
11013
|
-
|
|
11014
|
-
|
|
11015
|
-
|
|
11026
|
+
Im as ActivityUpdateAssigneeRequestBffSchema,
|
|
11027
|
+
kd as ActivityUpdateRequestSchema,
|
|
11028
|
+
Nm as ActivityUpdateStatusRequestBffSchema,
|
|
11029
|
+
Pm as AddActivityRequestBffSchema,
|
|
11016
11030
|
cc as AddChangeInstructionResponseSchema,
|
|
11017
|
-
|
|
11031
|
+
Ha as AnchorModeEnumSchema,
|
|
11018
11032
|
pi as AnchorTypeEnumSchema,
|
|
11019
|
-
|
|
11020
|
-
|
|
11033
|
+
km as AssignActivityParamsSchema,
|
|
11034
|
+
Am as AssignAssignmentParamsSchema,
|
|
11021
11035
|
ml as AssignmentCreateRequestSchema,
|
|
11022
11036
|
Tn as AssignmentIdSchema,
|
|
11023
|
-
|
|
11037
|
+
Rd as AssignmentListResponseSchema,
|
|
11024
11038
|
sd as AssignmentParamsSchema,
|
|
11025
11039
|
pl as AssignmentResponseSchema,
|
|
11026
11040
|
gl as AssignmentRoleRefSchema,
|
|
11027
11041
|
Ei as AssignmentStateEnumSchema,
|
|
11028
|
-
|
|
11029
|
-
|
|
11042
|
+
wm as AssignmentsByRefParamsSchema,
|
|
11043
|
+
Ku as AttachDocumentParamsSchema,
|
|
11030
11044
|
Ys as AttachDocumentQuerySchema,
|
|
11031
|
-
|
|
11032
|
-
|
|
11033
|
-
|
|
11034
|
-
|
|
11035
|
-
|
|
11036
|
-
|
|
11037
|
-
|
|
11045
|
+
Qu as AttachDocumentRequestBodySchema,
|
|
11046
|
+
Hu as AttachDocumentRequestParamsSchema,
|
|
11047
|
+
Uu as AuthTokenCreateRequestSchema,
|
|
11048
|
+
zu as AuthTokenResponseSchema,
|
|
11049
|
+
wd as BaseListPaginationSchema,
|
|
11050
|
+
La as BasePolicyTransactionResponseSchema,
|
|
11051
|
+
H as BasicAndFormerUserBffSchema,
|
|
11038
11052
|
$n as BasicUserResponseSchema,
|
|
11039
|
-
|
|
11053
|
+
Se as BillingLevelEnumSchema,
|
|
11040
11054
|
Cn as BillingPreferencesSchema,
|
|
11041
11055
|
He as BillingTriggerEnumSchema,
|
|
11042
11056
|
Ws as BootstrapResultSchema,
|
|
11043
11057
|
$s as BootstrapResultStatusEnumSchema,
|
|
11044
|
-
|
|
11058
|
+
Ja as CadenceEnumSchema,
|
|
11045
11059
|
gi as ChangeActionEnumSchema,
|
|
11046
11060
|
yi as ChargeCategoryEnumSchema,
|
|
11047
11061
|
Hn as ChargeResponseSchema,
|
|
11048
11062
|
Qs as ConfigBuilderResultSchema,
|
|
11049
|
-
|
|
11050
|
-
|
|
11051
|
-
|
|
11052
|
-
|
|
11063
|
+
im as CreateCancellationTransactionRequestBodySchema,
|
|
11064
|
+
rm as CreatePolicyChangeTransactionRequestBodySchema,
|
|
11065
|
+
om as CreateRenewalTransactionRequestBodySchema,
|
|
11066
|
+
nm as CreateTransactionRequestBodySchema,
|
|
11053
11067
|
wi as CreditItemContainerTypeEnumSchema,
|
|
11054
|
-
|
|
11068
|
+
Rt as CreditItemSchema,
|
|
11055
11069
|
Is as DROPZONE_3G2_ACCEPTED_FILE_TYPES,
|
|
11056
11070
|
Ns as DROPZONE_3GP_ACCEPTED_FILE_TYPES,
|
|
11057
11071
|
Ps as DROPZONE_GZIP_ACCEPTED_FILE_TYPES,
|
|
11058
|
-
|
|
11072
|
+
xa as DROPZONE_MIDI_ACCEPTED_FILE_TYPES,
|
|
11059
11073
|
Bs as DROPZONE_XML_ACCEPTED_FILE_TYPES,
|
|
11060
11074
|
qs as DROPZONE_ZIP_ACCEPTED_FILE_TYPES,
|
|
11061
|
-
|
|
11075
|
+
Ad as DatetimeWithOffsetZ,
|
|
11062
11076
|
y as DatetimeZ,
|
|
11063
11077
|
fi as DayOfWeekEnumSchema,
|
|
11064
11078
|
uc as DeleteChangeInstructionResponseSchema,
|
|
11065
|
-
|
|
11079
|
+
Vd as DelinquencyPlanUpdateRequestSchema,
|
|
11066
11080
|
Ks as DeploymentMetadataSchema,
|
|
11067
|
-
|
|
11068
|
-
|
|
11069
|
-
|
|
11081
|
+
qm as DiariesListResponseSchema,
|
|
11082
|
+
Rm as DiaryByRefParamsSchema,
|
|
11083
|
+
fd as DiaryEntryBffSchema,
|
|
11070
11084
|
lr as DiaryEntryCreateRequestSchema,
|
|
11071
|
-
|
|
11072
|
-
|
|
11073
|
-
|
|
11074
|
-
|
|
11075
|
-
|
|
11085
|
+
Om as DiaryEntryListResponseBffSchema,
|
|
11086
|
+
Dm as DiaryEntryListResponseSchema,
|
|
11087
|
+
ba as DiaryEntrySchema,
|
|
11088
|
+
Cm as DiaryEntryUpdateRequestSchema,
|
|
11089
|
+
Em as DiaryIdParamsSchema,
|
|
11076
11090
|
An as DiaryIdSchema,
|
|
11077
11091
|
Ci as DiaryReferenceTypeEnumSchema,
|
|
11078
11092
|
Di as DiaryStateEnumSchema,
|
|
11079
|
-
|
|
11093
|
+
vm as DisbursementCreateRequestSchema,
|
|
11080
11094
|
il as DisbursementIdSchema,
|
|
11081
|
-
|
|
11095
|
+
bm as DisbursementListResponseSchema,
|
|
11082
11096
|
fl as DisbursementRefRecordSchema,
|
|
11083
11097
|
yl as DisbursementRefSchema,
|
|
11084
11098
|
id as DisbursementResponseSchema,
|
|
11085
11099
|
_i as DisbursementStateEnumSchema,
|
|
11086
|
-
|
|
11087
|
-
|
|
11088
|
-
|
|
11100
|
+
jm as DisbursementUpdateReplaceDataRequestSchema,
|
|
11101
|
+
Sm as DisbursementUpdateRequestSchema,
|
|
11102
|
+
Jt as DocumentFormatEnumSchema,
|
|
11089
11103
|
lt as DocumentIdSchema,
|
|
11090
11104
|
Wn as DocumentInstanceResponseSchema,
|
|
11091
|
-
|
|
11105
|
+
Ju as DocumentInstanceSchema,
|
|
11092
11106
|
hi as DocumentInstanceStateEnumSchema,
|
|
11093
|
-
|
|
11107
|
+
Wu as DocumentListResponseSchema,
|
|
11094
11108
|
bl as DocumentRefRecordSchema,
|
|
11095
11109
|
hl as DocumentRefSchema,
|
|
11096
|
-
|
|
11110
|
+
Td as DocumentReferenceTypeEnumSchema,
|
|
11097
11111
|
ki as DocumentScopeEnumSchema,
|
|
11098
|
-
|
|
11112
|
+
jd as DocumentStateEnumSchema,
|
|
11099
11113
|
Li as DocumentTriggerEnumSchema,
|
|
11100
11114
|
Je as DurationBasisEnumSchema,
|
|
11101
11115
|
bi as ElementCategoryEnumSchema,
|
|
11102
|
-
|
|
11103
|
-
|
|
11116
|
+
ua as ElementCreateRequestSchema,
|
|
11117
|
+
te as ElementIdSchema,
|
|
11104
11118
|
Ln as ElementResponseSchema,
|
|
11105
11119
|
rs as ElementUpdateRequestSchema,
|
|
11106
|
-
|
|
11107
|
-
|
|
11120
|
+
Lu as FILE_EXTENSIONS_TO_MIME_TYPES,
|
|
11121
|
+
_m as FetchUserAssignmentsParamsSchema,
|
|
11108
11122
|
ld as FormerUserResponseBffSchema,
|
|
11109
|
-
|
|
11110
|
-
|
|
11123
|
+
Cu as IdentityProviderCreateRequestSchema,
|
|
11124
|
+
Du as IdentityProviderResponseSchema,
|
|
11111
11125
|
Sl as InstallmentPlanRecordSchema,
|
|
11112
11126
|
vl as InstallmentPlanRefSchema,
|
|
11113
11127
|
En as InstallmentPreferencesSchema,
|
|
11114
|
-
|
|
11115
|
-
|
|
11116
|
-
|
|
11128
|
+
Vu as ListBasicUserResponseSchema,
|
|
11129
|
+
Bu as ListRoleResponseSchema,
|
|
11130
|
+
Mu as ListTenantResponseSchema,
|
|
11117
11131
|
w as MapStringAnyZ,
|
|
11118
11132
|
F as MapStringStringZ,
|
|
11119
11133
|
vi as MatchEnum,
|
|
11120
11134
|
V as MimeType,
|
|
11121
|
-
|
|
11135
|
+
Sd as MimeTypeEnumSchema,
|
|
11122
11136
|
dc as ModifyChangeInstructionResponseSchema,
|
|
11123
11137
|
pc as ParamsChangeInstructionCreateRequestSchema,
|
|
11124
11138
|
Jn as ParamsChangeInstructionResponseSchema,
|
|
11125
|
-
|
|
11126
|
-
|
|
11127
|
-
|
|
11128
|
-
|
|
11129
|
-
|
|
11130
|
-
|
|
11139
|
+
Wd as ParamsPolicyIdSchema,
|
|
11140
|
+
Tu as PaymentRequestSchema,
|
|
11141
|
+
Ae as PolicyIdSchema,
|
|
11142
|
+
Ud as PolicyListResponseSchema,
|
|
11143
|
+
_e as PolicyPreferencesSchema,
|
|
11144
|
+
$d as PolicyResponseArraySchema,
|
|
11131
11145
|
Rn as PolicyResponseSchema,
|
|
11132
|
-
|
|
11146
|
+
Fd as PolicySnapshotResponseSchema,
|
|
11133
11147
|
W as PolicyTransactionIdSchema,
|
|
11134
|
-
|
|
11148
|
+
am as PolicyTransactionListResponseSchema,
|
|
11135
11149
|
mc as PolicyTransactionResponseSchema,
|
|
11136
|
-
|
|
11150
|
+
lm as PolicyTransactionReversalRequestSchema,
|
|
11137
11151
|
Dn as PreferencesSchema,
|
|
11138
|
-
|
|
11139
|
-
|
|
11152
|
+
um as QuoteCreateRequestSchema,
|
|
11153
|
+
fm as QuoteGroupAssignmentRequestSchema,
|
|
11140
11154
|
Ke as QuoteIdSchema,
|
|
11141
|
-
|
|
11142
|
-
|
|
11155
|
+
dm as QuoteListResponseSchema,
|
|
11156
|
+
pm as QuotePriceResponseSchema,
|
|
11143
11157
|
vc as QuoteResponseSchema,
|
|
11144
|
-
|
|
11145
|
-
|
|
11146
|
-
|
|
11147
|
-
|
|
11148
|
-
|
|
11158
|
+
Yt as QuoteStateEnumSchema,
|
|
11159
|
+
ym as QuoteUnderwritingFlagsResponseSchema,
|
|
11160
|
+
gm as QuoteUnderwritingResponseSchema,
|
|
11161
|
+
mm as QuoteUpdateRequestSchema,
|
|
11162
|
+
Kt as ReferenceTypeEnumSchema,
|
|
11149
11163
|
Ai as ResetFlagsActionEnumSchema,
|
|
11150
|
-
|
|
11151
|
-
|
|
11152
|
-
|
|
11164
|
+
hm as ResetOptionsSchema,
|
|
11165
|
+
qu as RoleCreateRequestSchema,
|
|
11166
|
+
_d as RoleIdSchema,
|
|
11153
11167
|
Fs as RoleResponseSchema,
|
|
11154
|
-
|
|
11155
|
-
|
|
11156
|
-
|
|
11157
|
-
|
|
11158
|
-
|
|
11168
|
+
Pu as RoleUpdateRequestSchema,
|
|
11169
|
+
Eu as SPECIAL_FILE_EXTENSIONS,
|
|
11170
|
+
Xu as SearchByTokenQueryParamsSchema,
|
|
11171
|
+
Ya as SearchEntityTypeEnum,
|
|
11172
|
+
Yu as SearchParamSchema,
|
|
11159
11173
|
ic as SearchQueryParamsSchema,
|
|
11160
|
-
|
|
11161
|
-
|
|
11174
|
+
em as SearchRequestSchema,
|
|
11175
|
+
tm as SearchResponseSchema,
|
|
11162
11176
|
sc as SearchResultSchema,
|
|
11163
11177
|
lc as SearchTermRequestSchema,
|
|
11164
11178
|
ia as SegmentIdSchema,
|
|
11165
11179
|
os as SegmentSchema,
|
|
11166
11180
|
Si as SegmentTypeEnumSchema,
|
|
11167
11181
|
xi as SelectionTimeBasisEnum,
|
|
11168
|
-
|
|
11169
|
-
|
|
11170
|
-
|
|
11182
|
+
zd as StaticDataUpdateRequestSchema,
|
|
11183
|
+
Ou as TenantDeploymentResultSchema,
|
|
11184
|
+
Te as TenantIdSchema,
|
|
11171
11185
|
oc as TenantLocatorSchema,
|
|
11172
11186
|
Q as TenantQualificationsParamsSchema,
|
|
11173
|
-
|
|
11187
|
+
Zm as TenantQualificationsResponseSchema,
|
|
11174
11188
|
Vs as TenantResponseSchema,
|
|
11175
|
-
|
|
11176
|
-
|
|
11177
|
-
|
|
11178
|
-
|
|
11189
|
+
Zu as TenantUpdateRequestSchema,
|
|
11190
|
+
jn as TermIdSchema,
|
|
11191
|
+
Qt as TransactionCategoryEnumSchema,
|
|
11192
|
+
Xt as TransactionMethodEnumSchema,
|
|
11179
11193
|
yc as TransactionPriceResponseSchema,
|
|
11180
11194
|
is as TransactionSnapshotResponseSchema,
|
|
11181
|
-
|
|
11182
|
-
|
|
11195
|
+
Ht as TransactionStateEnumSchema,
|
|
11196
|
+
cm as TransactionUnderwritingFlagsResponseSchema,
|
|
11183
11197
|
hc as TransactionUnderwritingResponseSchema,
|
|
11184
11198
|
v as ULIDZ,
|
|
11185
|
-
|
|
11199
|
+
_t as UUIDZ,
|
|
11186
11200
|
bc as UnderwritingFlagCreateRequestSchema,
|
|
11187
|
-
|
|
11188
|
-
|
|
11201
|
+
be as UnderwritingFlagResponseSchema,
|
|
11202
|
+
Xa as UnderwritingFlagsLevelEnumSchema,
|
|
11189
11203
|
ji as UnderwritingFlagsReferenceTypeEnumSchema,
|
|
11190
|
-
|
|
11191
|
-
|
|
11192
|
-
|
|
11193
|
-
|
|
11204
|
+
sm as UnderwritingFlagsUpdateRequestSchema,
|
|
11205
|
+
Gd as UpdateBillingLevelRequestSchema,
|
|
11206
|
+
xm as UserActivitiesParamsSchema,
|
|
11207
|
+
Fu as UserCreateRequestSchema,
|
|
11194
11208
|
_ as UserIdSchema,
|
|
11195
|
-
|
|
11196
|
-
|
|
11197
|
-
|
|
11198
|
-
|
|
11199
|
-
|
|
11200
|
-
|
|
11201
|
-
|
|
11209
|
+
Tm as UserQualificationsParamsSchema,
|
|
11210
|
+
Um as UserQualificationsResponseSchema,
|
|
11211
|
+
zm as UserQualificationsUpdateRequestSchema,
|
|
11212
|
+
Gu as UserResponseSchema,
|
|
11213
|
+
Nu as UserRolesUpdateRequestSchema,
|
|
11214
|
+
Iu as UserTenantsAssignmentsUpdateRequestSchema,
|
|
11215
|
+
$u as UserUpdateRequestSchema,
|
|
11202
11216
|
sl as ValidationItemSchema,
|
|
11203
|
-
|
|
11217
|
+
sa as ValidationResultSchema,
|
|
11204
11218
|
Ti as WeekOfMonthEnumSchema,
|
|
11205
11219
|
jl as WorkManagementRefSchema,
|
|
11206
11220
|
ea as WorkManagementReferenceTypeEnumSchema,
|
|
11207
|
-
|
|
11221
|
+
Ru as ZIP_ACCEPTED_FILE_TYPES,
|
|
11208
11222
|
qn as accountBillingLevelEnumSchema,
|
|
11209
11223
|
ko as accountConfigRecordSchema,
|
|
11210
11224
|
wo as accountConfigSchema,
|
|
11211
|
-
|
|
11212
|
-
|
|
11225
|
+
Kd as accountCreateSchema,
|
|
11226
|
+
Hd as accountResponseSchema,
|
|
11213
11227
|
ls as accountStateEnumSchema,
|
|
11214
|
-
|
|
11215
|
-
|
|
11216
|
-
|
|
11228
|
+
Qd as accountUpdateSchema,
|
|
11229
|
+
iu as addChangeInstructionCreateRequestSchema,
|
|
11230
|
+
lu as addChangeInstructionResponseSchema,
|
|
11217
11231
|
Ts as advanceLapseToEnumSchema,
|
|
11218
11232
|
ql as advanceLapseToSchema,
|
|
11219
11233
|
bo as anchorModeEnumSchema,
|
|
11220
11234
|
vo as anchorTypeEnumSchema,
|
|
11221
11235
|
Tl as autoRenewalPlanSchema,
|
|
11222
|
-
|
|
11236
|
+
zt as billingLevelEnumSchema,
|
|
11223
11237
|
_l as bootstrapResourceGroupSchema,
|
|
11224
11238
|
wl as bootstrapResourceInstance,
|
|
11225
11239
|
kl as bootstrapResourcesSchema,
|
|
@@ -11229,114 +11243,114 @@ export {
|
|
|
11229
11243
|
bs as chargeCategorySchema,
|
|
11230
11244
|
vs as chargeResponseSchema,
|
|
11231
11245
|
_o as constraintConfigSchema,
|
|
11232
|
-
|
|
11246
|
+
Pd as constraintEvaluationResponseSchema,
|
|
11233
11247
|
Rl as coverageTermOptionSchema,
|
|
11234
11248
|
El as coverageTermSchema,
|
|
11235
11249
|
Cl as coverageTermsRecordSchema,
|
|
11236
|
-
|
|
11237
|
-
|
|
11238
|
-
|
|
11250
|
+
_u as creditDistributionRequestSchema,
|
|
11251
|
+
wu as creditDistributionResponseSchema,
|
|
11252
|
+
ku as creditDistributionReverseRequestSchema,
|
|
11239
11253
|
Rs as creditDistributionStateEnumSchema,
|
|
11240
11254
|
ks as creditItemContainerTypeEnumSchema,
|
|
11241
|
-
|
|
11255
|
+
he as creditItemSchema,
|
|
11242
11256
|
ht as currencyEnumSchema,
|
|
11243
|
-
|
|
11257
|
+
Ed as dataModelSchema,
|
|
11244
11258
|
Kl as dataTypeConfigSchema,
|
|
11245
|
-
|
|
11259
|
+
Cd as dataTypesRecordSchema,
|
|
11246
11260
|
jo as dayOfWeekEnumSchema,
|
|
11247
|
-
|
|
11248
|
-
|
|
11261
|
+
su as deleteChangeInstructionCreateRequestSchema,
|
|
11262
|
+
cu as deleteChangeInstructionResponseSchema,
|
|
11249
11263
|
As as delinquencyLevelEnumSchema,
|
|
11250
11264
|
Dl as delinquencyLevelSchema,
|
|
11251
11265
|
Bl as delinquencyPlanRecordsSchema,
|
|
11252
11266
|
Pl as delinquencyPlanSchema,
|
|
11253
|
-
|
|
11254
|
-
|
|
11255
|
-
|
|
11267
|
+
Su as delinquencyReferenceSchema,
|
|
11268
|
+
vu as delinquencyReferenceTypeEnumSchema,
|
|
11269
|
+
ju as delinquencyResponseSchema,
|
|
11256
11270
|
ws as delinquencySettingsSchema,
|
|
11257
11271
|
_s as delinquencyStateEnumSchema,
|
|
11258
|
-
|
|
11259
|
-
|
|
11260
|
-
|
|
11272
|
+
ru as documentInstanceResponseSchema,
|
|
11273
|
+
Ft as documentReferenceTypeEnumSchema,
|
|
11274
|
+
Gt as documentStateEnumSchema,
|
|
11261
11275
|
Bn as documentSummarySchema,
|
|
11262
|
-
|
|
11263
|
-
|
|
11276
|
+
Vt as durationBasisSchema,
|
|
11277
|
+
xe as elementConfigRecordSchema,
|
|
11264
11278
|
Nl as elementConfigSchema,
|
|
11265
|
-
|
|
11266
|
-
|
|
11267
|
-
|
|
11279
|
+
Bd as elementCreateRequestSchema,
|
|
11280
|
+
ca as elementRequestSchema,
|
|
11281
|
+
da as elementResponseSchema,
|
|
11268
11282
|
ms as elementSummarySchema,
|
|
11269
|
-
|
|
11270
|
-
|
|
11271
|
-
|
|
11283
|
+
qd as evaluateConstraintsRequestSchema,
|
|
11284
|
+
vd as fieldConfigRecordSchema,
|
|
11285
|
+
le as fieldConfigSchema,
|
|
11272
11286
|
ll as genericArray,
|
|
11273
|
-
|
|
11287
|
+
C as genericListResponseSchema,
|
|
11274
11288
|
js as invoiceItemResponseSchema,
|
|
11275
|
-
|
|
11289
|
+
bu as invoiceResponseSchema,
|
|
11276
11290
|
Ss as invoiceStateEnumSchema,
|
|
11277
11291
|
Cs as ledgerAccountAccountingTypeEnumSchema,
|
|
11278
11292
|
Ds as ledgerAccountLineItemSchema,
|
|
11279
11293
|
Es as ledgerAccountReferenceTypeEnumSchema,
|
|
11280
|
-
|
|
11281
|
-
|
|
11282
|
-
|
|
11283
|
-
|
|
11284
|
-
|
|
11285
|
-
|
|
11294
|
+
xu as ledgerAccountResponseSchema,
|
|
11295
|
+
du as modifyChangeInstructionCreateRequestSchema,
|
|
11296
|
+
uu as modifyChangeInstructionResponseSchema,
|
|
11297
|
+
Yd as optionalQuantifiersSchema,
|
|
11298
|
+
mu as paramsChangeInstructionCreateRequestSchema,
|
|
11299
|
+
pu as paramsChangeInstructionResponseSchema,
|
|
11286
11300
|
Ml as paymentConfigRecordSchema,
|
|
11287
11301
|
Il as paymentConfigSchema,
|
|
11288
|
-
|
|
11302
|
+
Au as paymentResponseSchema,
|
|
11289
11303
|
ss as policyBillingLevelEnumSchema,
|
|
11290
11304
|
cs as policyBillingTriggerEnumSchema,
|
|
11291
|
-
|
|
11292
|
-
|
|
11293
|
-
|
|
11294
|
-
|
|
11295
|
-
|
|
11296
|
-
|
|
11297
|
-
|
|
11305
|
+
ma as policyDurationBasisEnumSchema,
|
|
11306
|
+
Xd as policyResponseSchema,
|
|
11307
|
+
nu as policySnapshotResponseSchema,
|
|
11308
|
+
tu as policyTermResponseSchema,
|
|
11309
|
+
au as policyTermSummaryResponse,
|
|
11310
|
+
ou as policyTransactionResponseSchema,
|
|
11311
|
+
Za as preferencesResponseSchema,
|
|
11298
11312
|
Ul as productConfigRecordSchema,
|
|
11299
11313
|
Zl as productConfigSchema,
|
|
11300
|
-
|
|
11314
|
+
Jd as quantifiersSchema,
|
|
11301
11315
|
Jl as quoteBillingLevelEnumSchema,
|
|
11302
11316
|
Hl as quoteBillingTriggerEnumSchema,
|
|
11303
|
-
|
|
11317
|
+
Dd as quoteDependencyMapResponseSchema,
|
|
11304
11318
|
xn as quoteDurationBasisEnumSchema,
|
|
11305
11319
|
Xl as quotePriceChargeCategoryEnum,
|
|
11306
11320
|
es as quotePriceChargeResponseSchema,
|
|
11307
|
-
|
|
11308
|
-
|
|
11309
|
-
|
|
11321
|
+
Md as quotePriceResponseSchema,
|
|
11322
|
+
Nd as quoteRequestSchema,
|
|
11323
|
+
Id as quoteResponseSchema,
|
|
11310
11324
|
Ql as quoteStateEnumSchema,
|
|
11311
11325
|
kn as quoteStateSchema,
|
|
11312
|
-
|
|
11326
|
+
Od as quoteUnderwritingFlagsResponse,
|
|
11313
11327
|
ts as resetQuoteFlagsActionEnumSchema,
|
|
11314
|
-
|
|
11315
|
-
|
|
11328
|
+
Zd as resetQuoteRequestSchema,
|
|
11329
|
+
fu as resetTransactionOptionsRequestSchema,
|
|
11316
11330
|
zl as reversalCreditTypeEnumSchema,
|
|
11317
11331
|
Fl as reversalTypeSchema,
|
|
11318
11332
|
Gl as reversalTypesRecordsSchema,
|
|
11319
11333
|
ds as segmentResponseSchema,
|
|
11320
11334
|
ps as subsegmentSummarySchema,
|
|
11321
11335
|
Gs as tenantTypeEnumSchema,
|
|
11322
|
-
|
|
11323
|
-
|
|
11324
|
-
|
|
11336
|
+
eu as termSummarySchema,
|
|
11337
|
+
hd as timezoneEnumSchema,
|
|
11338
|
+
wt as transactionCategoryEnumSchema,
|
|
11325
11339
|
xs as transactionMethodEnumSchema,
|
|
11326
|
-
|
|
11340
|
+
gu as transactionPriceResponseSchema,
|
|
11327
11341
|
us as transactionSnapshotResponseSchema,
|
|
11328
|
-
|
|
11342
|
+
pa as transactionStateEnumSchema,
|
|
11329
11343
|
Vl as transactionTypeCategorySchema,
|
|
11330
11344
|
$l as transactionTypeSchema,
|
|
11331
11345
|
Wl as transactionTypesRecordsSchema,
|
|
11332
|
-
|
|
11333
|
-
|
|
11346
|
+
hu as transactionUnderwritingFlagsResponse,
|
|
11347
|
+
yu as transactionUnderwritingResponseSchema,
|
|
11334
11348
|
Ao as underwritingFlagCreateRequestSchema,
|
|
11335
|
-
|
|
11349
|
+
Ua as underwritingFlagEnumSchema,
|
|
11336
11350
|
$e as underwritingFlagResponseSchema,
|
|
11337
|
-
|
|
11338
|
-
|
|
11339
|
-
|
|
11351
|
+
bd as underwritingFlagsUpdateRequestSchema,
|
|
11352
|
+
za as underwritingStatusEnumSchema,
|
|
11353
|
+
ve as validationResultSchema,
|
|
11340
11354
|
To as weekOfMonthEnumSchema
|
|
11341
11355
|
};
|
|
11342
11356
|
//# sourceMappingURL=index.es.js.map
|