@socotra/ec-react-utils 2.13.0 → 2.13.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +4 -0
- package/dist/index.es.js +1069 -1066
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/package.json +3 -3
package/dist/index.es.js
CHANGED
|
@@ -303,7 +303,9 @@ function cd(r, t, a) {
|
|
|
303
303
|
return n === void 0 ? a : n;
|
|
304
304
|
}
|
|
305
305
|
var Fi = cd;
|
|
306
|
-
const ce = /* @__PURE__ */ ye(Fi)
|
|
306
|
+
const ce = /* @__PURE__ */ ye(Fi);
|
|
307
|
+
var ud = /* @__PURE__ */ ((r) => (r.MultiSelect = "multiselect", r))(ud || {});
|
|
308
|
+
const dd = (r) => {
|
|
307
309
|
const {
|
|
308
310
|
data: t,
|
|
309
311
|
scope: a,
|
|
@@ -389,7 +391,7 @@ const ce = /* @__PURE__ */ ye(Fi), ud = (r) => {
|
|
|
389
391
|
const je = n == null ? void 0 : n[m];
|
|
390
392
|
if (je) {
|
|
391
393
|
let Ke = re ? [] : {};
|
|
392
|
-
const pt =
|
|
394
|
+
const pt = dd({
|
|
393
395
|
data: je.data ?? {},
|
|
394
396
|
scope: a,
|
|
395
397
|
dataTypes: n,
|
|
@@ -496,7 +498,7 @@ const ce = /* @__PURE__ */ ye(Fi), ud = (r) => {
|
|
|
496
498
|
properties: F
|
|
497
499
|
};
|
|
498
500
|
};
|
|
499
|
-
class
|
|
501
|
+
class pd {
|
|
500
502
|
/**
|
|
501
503
|
* @callback HookCallback
|
|
502
504
|
* @this {*|Jsep} this
|
|
@@ -539,7 +541,7 @@ class dd {
|
|
|
539
541
|
});
|
|
540
542
|
}
|
|
541
543
|
}
|
|
542
|
-
class
|
|
544
|
+
class gd {
|
|
543
545
|
constructor(t) {
|
|
544
546
|
this.jsep = t, this.registered = {};
|
|
545
547
|
}
|
|
@@ -1112,10 +1114,10 @@ class p {
|
|
|
1112
1114
|
};
|
|
1113
1115
|
}
|
|
1114
1116
|
}
|
|
1115
|
-
const
|
|
1117
|
+
const md = new pd();
|
|
1116
1118
|
Object.assign(p, {
|
|
1117
|
-
hooks:
|
|
1118
|
-
plugins: new
|
|
1119
|
+
hooks: md,
|
|
1120
|
+
plugins: new gd(p),
|
|
1119
1121
|
// Node Types
|
|
1120
1122
|
// ----------
|
|
1121
1123
|
// This is the full set of types that any JSEP node can be.
|
|
@@ -1209,14 +1211,14 @@ Object.assign(p, {
|
|
|
1209
1211
|
});
|
|
1210
1212
|
p.max_unop_len = p.getMaxKeyLen(p.unary_ops);
|
|
1211
1213
|
p.max_binop_len = p.getMaxKeyLen(p.binary_ops);
|
|
1212
|
-
const qe = (r) => new p(r).parse(),
|
|
1214
|
+
const qe = (r) => new p(r).parse(), fd = Object.getOwnPropertyNames(class {
|
|
1213
1215
|
});
|
|
1214
|
-
Object.getOwnPropertyNames(p).filter((r) => !
|
|
1216
|
+
Object.getOwnPropertyNames(p).filter((r) => !fd.includes(r) && qe[r] === void 0).forEach((r) => {
|
|
1215
1217
|
qe[r] = p[r];
|
|
1216
1218
|
});
|
|
1217
1219
|
qe.Jsep = p;
|
|
1218
|
-
const
|
|
1219
|
-
var
|
|
1220
|
+
const yd = "ConditionalExpression";
|
|
1221
|
+
var hd = {
|
|
1220
1222
|
name: "ternary",
|
|
1221
1223
|
init(r) {
|
|
1222
1224
|
r.hooks.add("after-expression", function(a) {
|
|
@@ -1227,7 +1229,7 @@ var yd = {
|
|
|
1227
1229
|
this.index++;
|
|
1228
1230
|
const o = this.gobbleExpression();
|
|
1229
1231
|
if (o || this.throwError("Expected expression"), a.node = {
|
|
1230
|
-
type:
|
|
1232
|
+
type: yd,
|
|
1231
1233
|
test: n,
|
|
1232
1234
|
consequent: i,
|
|
1233
1235
|
alternate: o
|
|
@@ -1243,9 +1245,9 @@ var yd = {
|
|
|
1243
1245
|
});
|
|
1244
1246
|
}
|
|
1245
1247
|
};
|
|
1246
|
-
qe.plugins.register(
|
|
1247
|
-
const Rn = 47,
|
|
1248
|
-
var
|
|
1248
|
+
qe.plugins.register(hd);
|
|
1249
|
+
const Rn = 47, bd = 92;
|
|
1250
|
+
var vd = {
|
|
1249
1251
|
name: "regex",
|
|
1250
1252
|
init(r) {
|
|
1251
1253
|
r.hooks.add("gobble-token", function(a) {
|
|
@@ -1275,17 +1277,17 @@ var bd = {
|
|
|
1275
1277
|
raw: this.expr.slice(n - 1, this.index)
|
|
1276
1278
|
}, a.node = this.gobbleTokenProperty(a.node), a.node;
|
|
1277
1279
|
}
|
|
1278
|
-
this.code === r.OBRACK_CODE ? i = !0 : i && this.code === r.CBRACK_CODE && (i = !1), this.index += this.code ===
|
|
1280
|
+
this.code === r.OBRACK_CODE ? i = !0 : i && this.code === r.CBRACK_CODE && (i = !1), this.index += this.code === bd ? 2 : 1;
|
|
1279
1281
|
}
|
|
1280
1282
|
this.throwError("Unclosed Regex");
|
|
1281
1283
|
}
|
|
1282
1284
|
});
|
|
1283
1285
|
}
|
|
1284
1286
|
};
|
|
1285
|
-
const va = 43,
|
|
1287
|
+
const va = 43, Td = 45, gt = {
|
|
1286
1288
|
name: "assignment",
|
|
1287
1289
|
assignmentOperators: /* @__PURE__ */ new Set(["=", "*=", "**=", "/=", "%=", "+=", "-=", "<<=", ">>=", ">>>=", "&=", "^=", "|="]),
|
|
1288
|
-
updateOperators: [va,
|
|
1290
|
+
updateOperators: [va, Td],
|
|
1289
1291
|
assignmentPrecedence: 0.9,
|
|
1290
1292
|
init(r) {
|
|
1291
1293
|
const t = [r.IDENTIFIER, r.MEMBER_EXP];
|
|
@@ -1317,7 +1319,7 @@ const va = 43, vd = 45, gt = {
|
|
|
1317
1319
|
}
|
|
1318
1320
|
}
|
|
1319
1321
|
};
|
|
1320
|
-
qe.plugins.register(
|
|
1322
|
+
qe.plugins.register(vd, gt);
|
|
1321
1323
|
qe.addUnaryOp("typeof");
|
|
1322
1324
|
qe.addLiteral("null", null);
|
|
1323
1325
|
qe.addLiteral("undefined", void 0);
|
|
@@ -1442,7 +1444,7 @@ const W = {
|
|
|
1442
1444
|
return t[a] = n, t[a];
|
|
1443
1445
|
}
|
|
1444
1446
|
};
|
|
1445
|
-
class
|
|
1447
|
+
class _d {
|
|
1446
1448
|
/**
|
|
1447
1449
|
* @param {string} expr Expression to evaluate
|
|
1448
1450
|
*/
|
|
@@ -1467,7 +1469,7 @@ function ze(r, t) {
|
|
|
1467
1469
|
function Ca(r, t) {
|
|
1468
1470
|
return t = t.slice(), t.unshift(r), t;
|
|
1469
1471
|
}
|
|
1470
|
-
class
|
|
1472
|
+
class Ad extends Error {
|
|
1471
1473
|
/**
|
|
1472
1474
|
* @param {AnyResult} value The evaluated scalar value
|
|
1473
1475
|
*/
|
|
@@ -1495,7 +1497,7 @@ function H(r, t, a, n, i) {
|
|
|
1495
1497
|
o ? "json" in r && (s.json = r.json) : s.json = a;
|
|
1496
1498
|
const l = this.evaluate(s);
|
|
1497
1499
|
if (!l || typeof l != "object")
|
|
1498
|
-
throw new
|
|
1500
|
+
throw new Ad(l);
|
|
1499
1501
|
return l;
|
|
1500
1502
|
}
|
|
1501
1503
|
}
|
|
@@ -1762,16 +1764,16 @@ H.toPathArray = function(r) {
|
|
|
1762
1764
|
return t[r] = i, t[r].concat();
|
|
1763
1765
|
};
|
|
1764
1766
|
H.prototype.safeVm = {
|
|
1765
|
-
Script:
|
|
1767
|
+
Script: _d
|
|
1766
1768
|
};
|
|
1767
|
-
const
|
|
1769
|
+
const jd = function(r, t, a) {
|
|
1768
1770
|
const n = r.length;
|
|
1769
1771
|
for (let i = 0; i < n; i++) {
|
|
1770
1772
|
const o = r[i];
|
|
1771
1773
|
a(o) && t.push(r.splice(i--, 1)[0]);
|
|
1772
1774
|
}
|
|
1773
1775
|
};
|
|
1774
|
-
class
|
|
1776
|
+
class wd {
|
|
1775
1777
|
/**
|
|
1776
1778
|
* @param {string} expr Expression to evaluate
|
|
1777
1779
|
*/
|
|
@@ -1786,7 +1788,7 @@ class jd {
|
|
|
1786
1788
|
runInNewContext(t) {
|
|
1787
1789
|
let a = this.code;
|
|
1788
1790
|
const n = Object.keys(t), i = [];
|
|
1789
|
-
|
|
1791
|
+
jd(n, i, (u) => typeof t[u] == "function");
|
|
1790
1792
|
const o = n.map((u) => t[u]);
|
|
1791
1793
|
a = i.reduce((u, d) => {
|
|
1792
1794
|
let f = t[d].toString();
|
|
@@ -1797,7 +1799,7 @@ class jd {
|
|
|
1797
1799
|
}
|
|
1798
1800
|
}
|
|
1799
1801
|
H.prototype.vm = {
|
|
1800
|
-
Script:
|
|
1802
|
+
Script: wd
|
|
1801
1803
|
};
|
|
1802
1804
|
const Zi = (r, t) => {
|
|
1803
1805
|
const a = H({
|
|
@@ -1805,7 +1807,7 @@ const Zi = (r, t) => {
|
|
|
1805
1807
|
path: ["$", `[?(@.locator=="${t}")]`]
|
|
1806
1808
|
});
|
|
1807
1809
|
return a.length ? a[0] : null;
|
|
1808
|
-
},
|
|
1810
|
+
}, xd = (r) => {
|
|
1809
1811
|
let t;
|
|
1810
1812
|
if (r.endsWith("Policy"))
|
|
1811
1813
|
t = "Policy";
|
|
@@ -1817,7 +1819,7 @@ const Zi = (r, t) => {
|
|
|
1817
1819
|
return r;
|
|
1818
1820
|
return r.slice(0, -t.length);
|
|
1819
1821
|
}, Ui = ({ dataModel: r, elementType: t, resultType: a = "value" }) => {
|
|
1820
|
-
const n =
|
|
1822
|
+
const n = xd(t), i = H({
|
|
1821
1823
|
path: [
|
|
1822
1824
|
"$",
|
|
1823
1825
|
"?(@property === 'exposures' || @property === 'coverages' || @property === 'policyLines'|| @property === 'exposureGroups')",
|
|
@@ -1827,7 +1829,7 @@ const Zi = (r, t) => {
|
|
|
1827
1829
|
resultType: a
|
|
1828
1830
|
});
|
|
1829
1831
|
return i.length ? i[0] : null;
|
|
1830
|
-
},
|
|
1832
|
+
}, rC = ({
|
|
1831
1833
|
dataModel: r,
|
|
1832
1834
|
quote: t,
|
|
1833
1835
|
elementLocator: a
|
|
@@ -1837,7 +1839,7 @@ const Zi = (r, t) => {
|
|
|
1837
1839
|
dataModel: r,
|
|
1838
1840
|
elementType: n.type
|
|
1839
1841
|
}) : {};
|
|
1840
|
-
},
|
|
1842
|
+
}, aC = ({
|
|
1841
1843
|
dataModel: r,
|
|
1842
1844
|
segment: t,
|
|
1843
1845
|
elementLocator: a
|
|
@@ -1847,16 +1849,16 @@ const Zi = (r, t) => {
|
|
|
1847
1849
|
dataModel: r,
|
|
1848
1850
|
elementType: n.type
|
|
1849
1851
|
}) : {};
|
|
1850
|
-
},
|
|
1852
|
+
}, nC = (r, t) => {
|
|
1851
1853
|
const a = t.endsWith("Quote") ? t : `${t}Quote`;
|
|
1852
1854
|
return r.filter((i) => i.type === a);
|
|
1853
|
-
},
|
|
1855
|
+
}, iC = (r, t) => {
|
|
1854
1856
|
const a = t.endsWith("Policy") ? t : `${t}Policy`;
|
|
1855
1857
|
return r.filter((i) => i.type === a);
|
|
1856
|
-
},
|
|
1858
|
+
}, oC = ({
|
|
1857
1859
|
dataModel: r,
|
|
1858
1860
|
element: { productName: t }
|
|
1859
|
-
}) => r.products[t] ?? {},
|
|
1861
|
+
}) => r.products[t] ?? {}, Ed = (r) => {
|
|
1860
1862
|
var n;
|
|
1861
1863
|
r = r ?? "";
|
|
1862
1864
|
const t = r.replace(/\?|\*|!|\+/g, ""), a = (n = r.match(/\?|\*|!|\+/g)) == null ? void 0 : n.pop();
|
|
@@ -1864,14 +1866,14 @@ const Zi = (r, t) => {
|
|
|
1864
1866
|
name: t,
|
|
1865
1867
|
quantifier: a ?? ""
|
|
1866
1868
|
};
|
|
1867
|
-
},
|
|
1869
|
+
}, sC = ({
|
|
1868
1870
|
dataModel: r,
|
|
1869
1871
|
contents: t
|
|
1870
1872
|
}) => {
|
|
1871
1873
|
var g, A, b, F;
|
|
1872
1874
|
const a = r.exposures ?? {}, n = r.coverages ?? {}, i = r.policyLines ?? {}, o = r.exposureGroups ?? {}, l = (t ?? []).map(
|
|
1873
1875
|
(E) => {
|
|
1874
|
-
const { name: $, quantifier: L } =
|
|
1876
|
+
const { name: $, quantifier: L } = Ed(E);
|
|
1875
1877
|
return { name: $, quantifier: L };
|
|
1876
1878
|
}
|
|
1877
1879
|
), c = Object.keys(a).filter(
|
|
@@ -2226,8 +2228,8 @@ var Gi = { exports: {} };
|
|
|
2226
2228
|
}, B.en = G[re], B.Ls = G, B.p = {}, B;
|
|
2227
2229
|
});
|
|
2228
2230
|
})(Gi);
|
|
2229
|
-
var
|
|
2230
|
-
const fe = /* @__PURE__ */ ye(
|
|
2231
|
+
var $d = Gi.exports;
|
|
2232
|
+
const fe = /* @__PURE__ */ ye($d), lC = ({
|
|
2231
2233
|
transactionSnapshot: r,
|
|
2232
2234
|
paramsChangeInstruction: t,
|
|
2233
2235
|
modifyChangeInstruction: a,
|
|
@@ -2258,7 +2260,7 @@ const fe = /* @__PURE__ */ ye(Ed), sC = ({
|
|
|
2258
2260
|
coverageTerms: n
|
|
2259
2261
|
})
|
|
2260
2262
|
};
|
|
2261
|
-
},
|
|
2263
|
+
}, cC = (r, t, a) => {
|
|
2262
2264
|
const n = ht({
|
|
2263
2265
|
coverageTermOptions: r.coverageTerms ?? {},
|
|
2264
2266
|
coverageTermDataModel: a,
|
|
@@ -2276,7 +2278,7 @@ const fe = /* @__PURE__ */ ye(Ed), sC = ({
|
|
|
2276
2278
|
})
|
|
2277
2279
|
}
|
|
2278
2280
|
};
|
|
2279
|
-
},
|
|
2281
|
+
}, uC = ({
|
|
2280
2282
|
elementResponse: r,
|
|
2281
2283
|
coverageTerms: t,
|
|
2282
2284
|
coverageTermsDataModel: a
|
|
@@ -2402,7 +2404,7 @@ const j = V.arrayToEnum([
|
|
|
2402
2404
|
"invalid_intersection_types",
|
|
2403
2405
|
"not_multiple_of",
|
|
2404
2406
|
"not_finite"
|
|
2405
|
-
]),
|
|
2407
|
+
]), Sd = (r) => JSON.stringify(r, null, 2).replace(/"([^"]+)":/g, "$1:");
|
|
2406
2408
|
class he extends Error {
|
|
2407
2409
|
constructor(t) {
|
|
2408
2410
|
super(), this.issues = [], this.addIssue = (n) => {
|
|
@@ -2520,7 +2522,7 @@ const bt = (r, t) => {
|
|
|
2520
2522
|
return { message: a };
|
|
2521
2523
|
};
|
|
2522
2524
|
let Ki = bt;
|
|
2523
|
-
function
|
|
2525
|
+
function Cd(r) {
|
|
2524
2526
|
Ki = r;
|
|
2525
2527
|
}
|
|
2526
2528
|
function Dr() {
|
|
@@ -2546,7 +2548,7 @@ const Or = (r) => {
|
|
|
2546
2548
|
path: o,
|
|
2547
2549
|
message: l
|
|
2548
2550
|
};
|
|
2549
|
-
},
|
|
2551
|
+
}, Ld = [];
|
|
2550
2552
|
function T(r, t) {
|
|
2551
2553
|
const a = Dr(), n = Or({
|
|
2552
2554
|
issueData: t,
|
|
@@ -2837,14 +2839,14 @@ class Z {
|
|
|
2837
2839
|
return this.safeParse(null).success;
|
|
2838
2840
|
}
|
|
2839
2841
|
}
|
|
2840
|
-
const
|
|
2842
|
+
const kd = /^c[^\s-]{8,}$/i, Pd = /^[0-9a-z]+$/, Dd = /^[0-9A-HJKMNP-TV-Z]{26}$/, Od = /^[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, Nd = /^[a-z0-9_-]{21}$/i, Md = /^[-+]?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)?)??$/, Id = /^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i, Bd = "^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";
|
|
2841
2843
|
let Ta;
|
|
2842
|
-
const
|
|
2844
|
+
const Rd = /^(?:(?: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])$/, qd = /^(([a-f0-9]{1,4}:){7}|::([a-f0-9]{1,4}:){0,6}|([a-f0-9]{1,4}:){1}:([a-f0-9]{1,4}:){0,5}|([a-f0-9]{1,4}:){2}:([a-f0-9]{1,4}:){0,4}|([a-f0-9]{1,4}:){3}:([a-f0-9]{1,4}:){0,3}|([a-f0-9]{1,4}:){4}:([a-f0-9]{1,4}:){0,2}|([a-f0-9]{1,4}:){5}:([a-f0-9]{1,4}:){0,1})([a-f0-9]{1,4}|(((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2}))\.){3}((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2})))$/, Fd = /^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/, Vi = "((\\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])))", Zd = new RegExp(`^${Vi}$`);
|
|
2843
2845
|
function Hi(r) {
|
|
2844
2846
|
let t = "([01]\\d|2[0-3]):[0-5]\\d:[0-5]\\d";
|
|
2845
2847
|
return r.precision ? t = `${t}\\.\\d{${r.precision}}` : r.precision == null && (t = `${t}(\\.\\d+)?`), t;
|
|
2846
2848
|
}
|
|
2847
|
-
function
|
|
2849
|
+
function Ud(r) {
|
|
2848
2850
|
return new RegExp(`^${Hi(r)}$`);
|
|
2849
2851
|
}
|
|
2850
2852
|
function Yi(r) {
|
|
@@ -2852,8 +2854,8 @@ function Yi(r) {
|
|
|
2852
2854
|
const a = [];
|
|
2853
2855
|
return a.push(r.local ? "Z?" : "Z"), r.offset && a.push("([+-]\\d{2}:?\\d{2})"), t = `${t}(${a.join("|")})`, new RegExp(`^${t}$`);
|
|
2854
2856
|
}
|
|
2855
|
-
function
|
|
2856
|
-
return !!((t === "v4" || !t) &&
|
|
2857
|
+
function Gd(r, t) {
|
|
2858
|
+
return !!((t === "v4" || !t) && Rd.test(r) || (t === "v6" || !t) && qd.test(r));
|
|
2857
2859
|
}
|
|
2858
2860
|
class we extends Z {
|
|
2859
2861
|
_parse(t) {
|
|
@@ -2904,43 +2906,43 @@ class we extends Z {
|
|
|
2904
2906
|
message: i.message
|
|
2905
2907
|
}), a.dirty());
|
|
2906
2908
|
} else if (i.kind === "email")
|
|
2907
|
-
|
|
2909
|
+
Id.test(t.data) || (n = this._getOrReturnCtx(t, n), T(n, {
|
|
2908
2910
|
validation: "email",
|
|
2909
2911
|
code: y.invalid_string,
|
|
2910
2912
|
message: i.message
|
|
2911
2913
|
}), a.dirty());
|
|
2912
2914
|
else if (i.kind === "emoji")
|
|
2913
|
-
Ta || (Ta = new RegExp(
|
|
2915
|
+
Ta || (Ta = new RegExp(Bd, "u")), Ta.test(t.data) || (n = this._getOrReturnCtx(t, n), T(n, {
|
|
2914
2916
|
validation: "emoji",
|
|
2915
2917
|
code: y.invalid_string,
|
|
2916
2918
|
message: i.message
|
|
2917
2919
|
}), a.dirty());
|
|
2918
2920
|
else if (i.kind === "uuid")
|
|
2919
|
-
|
|
2921
|
+
Od.test(t.data) || (n = this._getOrReturnCtx(t, n), T(n, {
|
|
2920
2922
|
validation: "uuid",
|
|
2921
2923
|
code: y.invalid_string,
|
|
2922
2924
|
message: i.message
|
|
2923
2925
|
}), a.dirty());
|
|
2924
2926
|
else if (i.kind === "nanoid")
|
|
2925
|
-
|
|
2927
|
+
Nd.test(t.data) || (n = this._getOrReturnCtx(t, n), T(n, {
|
|
2926
2928
|
validation: "nanoid",
|
|
2927
2929
|
code: y.invalid_string,
|
|
2928
2930
|
message: i.message
|
|
2929
2931
|
}), a.dirty());
|
|
2930
2932
|
else if (i.kind === "cuid")
|
|
2931
|
-
|
|
2933
|
+
kd.test(t.data) || (n = this._getOrReturnCtx(t, n), T(n, {
|
|
2932
2934
|
validation: "cuid",
|
|
2933
2935
|
code: y.invalid_string,
|
|
2934
2936
|
message: i.message
|
|
2935
2937
|
}), a.dirty());
|
|
2936
2938
|
else if (i.kind === "cuid2")
|
|
2937
|
-
|
|
2939
|
+
Pd.test(t.data) || (n = this._getOrReturnCtx(t, n), T(n, {
|
|
2938
2940
|
validation: "cuid2",
|
|
2939
2941
|
code: y.invalid_string,
|
|
2940
2942
|
message: i.message
|
|
2941
2943
|
}), a.dirty());
|
|
2942
2944
|
else if (i.kind === "ulid")
|
|
2943
|
-
|
|
2945
|
+
Dd.test(t.data) || (n = this._getOrReturnCtx(t, n), T(n, {
|
|
2944
2946
|
validation: "ulid",
|
|
2945
2947
|
code: y.invalid_string,
|
|
2946
2948
|
message: i.message
|
|
@@ -2975,23 +2977,23 @@ class we extends Z {
|
|
|
2975
2977
|
code: y.invalid_string,
|
|
2976
2978
|
validation: "datetime",
|
|
2977
2979
|
message: i.message
|
|
2978
|
-
}), a.dirty()) : i.kind === "date" ?
|
|
2980
|
+
}), a.dirty()) : i.kind === "date" ? Zd.test(t.data) || (n = this._getOrReturnCtx(t, n), T(n, {
|
|
2979
2981
|
code: y.invalid_string,
|
|
2980
2982
|
validation: "date",
|
|
2981
2983
|
message: i.message
|
|
2982
|
-
}), a.dirty()) : i.kind === "time" ?
|
|
2984
|
+
}), a.dirty()) : i.kind === "time" ? Ud(i).test(t.data) || (n = this._getOrReturnCtx(t, n), T(n, {
|
|
2983
2985
|
code: y.invalid_string,
|
|
2984
2986
|
validation: "time",
|
|
2985
2987
|
message: i.message
|
|
2986
|
-
}), a.dirty()) : i.kind === "duration" ?
|
|
2988
|
+
}), a.dirty()) : i.kind === "duration" ? Md.test(t.data) || (n = this._getOrReturnCtx(t, n), T(n, {
|
|
2987
2989
|
validation: "duration",
|
|
2988
2990
|
code: y.invalid_string,
|
|
2989
2991
|
message: i.message
|
|
2990
|
-
}), a.dirty()) : i.kind === "ip" ?
|
|
2992
|
+
}), a.dirty()) : i.kind === "ip" ? Gd(t.data, i.version) || (n = this._getOrReturnCtx(t, n), T(n, {
|
|
2991
2993
|
validation: "ip",
|
|
2992
2994
|
code: y.invalid_string,
|
|
2993
2995
|
message: i.message
|
|
2994
|
-
}), a.dirty()) : i.kind === "base64" ?
|
|
2996
|
+
}), a.dirty()) : i.kind === "base64" ? Fd.test(t.data) || (n = this._getOrReturnCtx(t, n), T(n, {
|
|
2995
2997
|
validation: "base64",
|
|
2996
2998
|
code: y.invalid_string,
|
|
2997
2999
|
message: i.message
|
|
@@ -3213,7 +3215,7 @@ we.create = (r) => {
|
|
|
3213
3215
|
...R(r)
|
|
3214
3216
|
});
|
|
3215
3217
|
};
|
|
3216
|
-
function
|
|
3218
|
+
function Kd(r, t) {
|
|
3217
3219
|
const a = (r.toString().split(".")[1] || "").length, n = (t.toString().split(".")[1] || "").length, i = a > n ? a : n, o = parseInt(r.toFixed(i).replace(".", "")), s = parseInt(t.toFixed(i).replace(".", ""));
|
|
3218
3220
|
return o % s / Math.pow(10, i);
|
|
3219
3221
|
}
|
|
@@ -3252,7 +3254,7 @@ class Ye extends Z {
|
|
|
3252
3254
|
inclusive: i.inclusive,
|
|
3253
3255
|
exact: !1,
|
|
3254
3256
|
message: i.message
|
|
3255
|
-
}), n.dirty()) : i.kind === "multipleOf" ?
|
|
3257
|
+
}), n.dirty()) : i.kind === "multipleOf" ? Kd(t.data, i.value) !== 0 && (a = this._getOrReturnCtx(t, a), T(a, {
|
|
3256
3258
|
code: y.not_multiple_of,
|
|
3257
3259
|
multipleOf: i.value,
|
|
3258
3260
|
message: i.message
|
|
@@ -4953,7 +4955,7 @@ qr.create = (r) => new qr({
|
|
|
4953
4955
|
typeName: D.ZodNaN,
|
|
4954
4956
|
...R(r)
|
|
4955
4957
|
});
|
|
4956
|
-
const
|
|
4958
|
+
const zd = Symbol("zod_brand");
|
|
4957
4959
|
class Ga extends Z {
|
|
4958
4960
|
_parse(t) {
|
|
4959
4961
|
const { ctx: a } = this._processInputParams(t), n = a.data;
|
|
@@ -5030,16 +5032,16 @@ function Xi(r, t = {}, a) {
|
|
|
5030
5032
|
}
|
|
5031
5033
|
}) : vt.create();
|
|
5032
5034
|
}
|
|
5033
|
-
const
|
|
5035
|
+
const Vd = {
|
|
5034
5036
|
object: ae.lazycreate
|
|
5035
5037
|
};
|
|
5036
5038
|
var D;
|
|
5037
5039
|
(function(r) {
|
|
5038
5040
|
r.ZodString = "ZodString", r.ZodNumber = "ZodNumber", r.ZodNaN = "ZodNaN", r.ZodBigInt = "ZodBigInt", r.ZodBoolean = "ZodBoolean", r.ZodDate = "ZodDate", r.ZodSymbol = "ZodSymbol", r.ZodUndefined = "ZodUndefined", r.ZodNull = "ZodNull", r.ZodAny = "ZodAny", r.ZodUnknown = "ZodUnknown", r.ZodNever = "ZodNever", r.ZodVoid = "ZodVoid", r.ZodArray = "ZodArray", r.ZodObject = "ZodObject", r.ZodUnion = "ZodUnion", r.ZodDiscriminatedUnion = "ZodDiscriminatedUnion", r.ZodIntersection = "ZodIntersection", r.ZodTuple = "ZodTuple", r.ZodRecord = "ZodRecord", r.ZodMap = "ZodMap", r.ZodSet = "ZodSet", r.ZodFunction = "ZodFunction", r.ZodLazy = "ZodLazy", r.ZodLiteral = "ZodLiteral", r.ZodEnum = "ZodEnum", r.ZodEffects = "ZodEffects", r.ZodNativeEnum = "ZodNativeEnum", r.ZodOptional = "ZodOptional", r.ZodNullable = "ZodNullable", r.ZodDefault = "ZodDefault", r.ZodCatch = "ZodCatch", r.ZodPromise = "ZodPromise", r.ZodBranded = "ZodBranded", r.ZodPipeline = "ZodPipeline", r.ZodReadonly = "ZodReadonly";
|
|
5039
5041
|
})(D || (D = {}));
|
|
5040
|
-
const
|
|
5042
|
+
const Hd = (r, t = {
|
|
5041
5043
|
message: `Input not instance of ${r.name}`
|
|
5042
|
-
}) => Xi((a) => a instanceof r, t), Qi = we.create, Ji = Ye.create,
|
|
5044
|
+
}) => Xi((a) => a instanceof r, t), Qi = we.create, Ji = Ye.create, Yd = qr.create, Wd = We.create, eo = Xt.create, Xd = nt.create, Qd = Ir.create, Jd = Qt.create, ep = Jt.create, tp = vt.create, rp = at.create, ap = Fe.create, np = Br.create, ip = xe.create, op = ae.create, sp = ae.strictCreate, lp = er.create, cp = ea.create, up = tr.create, dp = De.create, pp = rr.create, gp = Rr.create, mp = it.create, fp = yt.create, yp = ar.create, hp = nr.create, bp = Xe.create, vp = ir.create, Tp = Tt.create, Fn = Ee.create, _p = ke.create, Ap = Qe.create, jp = Ee.createWithPreprocess, wp = pr.create, xp = () => Qi().optional(), Ep = () => Ji().optional(), $p = () => eo().optional(), Sp = {
|
|
5043
5045
|
string: (r) => we.create({ ...r, coerce: !0 }),
|
|
5044
5046
|
number: (r) => Ye.create({ ...r, coerce: !0 }),
|
|
5045
5047
|
boolean: (r) => Xt.create({
|
|
@@ -5048,14 +5050,14 @@ const Vd = (r, t = {
|
|
|
5048
5050
|
}),
|
|
5049
5051
|
bigint: (r) => We.create({ ...r, coerce: !0 }),
|
|
5050
5052
|
date: (r) => nt.create({ ...r, coerce: !0 })
|
|
5051
|
-
},
|
|
5053
|
+
}, Cp = O;
|
|
5052
5054
|
var e = /* @__PURE__ */ Object.freeze({
|
|
5053
5055
|
__proto__: null,
|
|
5054
5056
|
defaultErrorMap: bt,
|
|
5055
|
-
setErrorMap:
|
|
5057
|
+
setErrorMap: Cd,
|
|
5056
5058
|
getErrorMap: Dr,
|
|
5057
5059
|
makeIssue: Or,
|
|
5058
|
-
EMPTY_PATH:
|
|
5060
|
+
EMPTY_PATH: Ld,
|
|
5059
5061
|
addIssueToContext: T,
|
|
5060
5062
|
ParseStatus: ue,
|
|
5061
5063
|
INVALID: O,
|
|
@@ -5109,68 +5111,68 @@ var e = /* @__PURE__ */ Object.freeze({
|
|
|
5109
5111
|
ZodDefault: or,
|
|
5110
5112
|
ZodCatch: sr,
|
|
5111
5113
|
ZodNaN: qr,
|
|
5112
|
-
BRAND:
|
|
5114
|
+
BRAND: zd,
|
|
5113
5115
|
ZodBranded: Ga,
|
|
5114
5116
|
ZodPipeline: pr,
|
|
5115
5117
|
ZodReadonly: lr,
|
|
5116
5118
|
custom: Xi,
|
|
5117
5119
|
Schema: Z,
|
|
5118
5120
|
ZodSchema: Z,
|
|
5119
|
-
late:
|
|
5121
|
+
late: Vd,
|
|
5120
5122
|
get ZodFirstPartyTypeKind() {
|
|
5121
5123
|
return D;
|
|
5122
5124
|
},
|
|
5123
|
-
coerce:
|
|
5124
|
-
any:
|
|
5125
|
-
array:
|
|
5126
|
-
bigint:
|
|
5125
|
+
coerce: Sp,
|
|
5126
|
+
any: tp,
|
|
5127
|
+
array: ip,
|
|
5128
|
+
bigint: Wd,
|
|
5127
5129
|
boolean: eo,
|
|
5128
|
-
date:
|
|
5129
|
-
discriminatedUnion:
|
|
5130
|
+
date: Xd,
|
|
5131
|
+
discriminatedUnion: cp,
|
|
5130
5132
|
effect: Fn,
|
|
5131
|
-
enum:
|
|
5132
|
-
function:
|
|
5133
|
-
instanceof:
|
|
5134
|
-
intersection:
|
|
5135
|
-
lazy:
|
|
5136
|
-
literal:
|
|
5137
|
-
map:
|
|
5138
|
-
nan:
|
|
5139
|
-
nativeEnum:
|
|
5140
|
-
never:
|
|
5141
|
-
null:
|
|
5142
|
-
nullable:
|
|
5133
|
+
enum: bp,
|
|
5134
|
+
function: fp,
|
|
5135
|
+
instanceof: Hd,
|
|
5136
|
+
intersection: up,
|
|
5137
|
+
lazy: yp,
|
|
5138
|
+
literal: hp,
|
|
5139
|
+
map: gp,
|
|
5140
|
+
nan: Yd,
|
|
5141
|
+
nativeEnum: vp,
|
|
5142
|
+
never: ap,
|
|
5143
|
+
null: ep,
|
|
5144
|
+
nullable: Ap,
|
|
5143
5145
|
number: Ji,
|
|
5144
|
-
object:
|
|
5145
|
-
oboolean:
|
|
5146
|
-
onumber:
|
|
5147
|
-
optional:
|
|
5148
|
-
ostring:
|
|
5149
|
-
pipeline:
|
|
5150
|
-
preprocess:
|
|
5151
|
-
promise:
|
|
5152
|
-
record:
|
|
5153
|
-
set:
|
|
5154
|
-
strictObject:
|
|
5146
|
+
object: op,
|
|
5147
|
+
oboolean: $p,
|
|
5148
|
+
onumber: Ep,
|
|
5149
|
+
optional: _p,
|
|
5150
|
+
ostring: xp,
|
|
5151
|
+
pipeline: wp,
|
|
5152
|
+
preprocess: jp,
|
|
5153
|
+
promise: Tp,
|
|
5154
|
+
record: pp,
|
|
5155
|
+
set: mp,
|
|
5156
|
+
strictObject: sp,
|
|
5155
5157
|
string: Qi,
|
|
5156
|
-
symbol:
|
|
5158
|
+
symbol: Qd,
|
|
5157
5159
|
transformer: Fn,
|
|
5158
|
-
tuple:
|
|
5159
|
-
undefined:
|
|
5160
|
-
union:
|
|
5161
|
-
unknown:
|
|
5162
|
-
void:
|
|
5163
|
-
NEVER:
|
|
5160
|
+
tuple: dp,
|
|
5161
|
+
undefined: Jd,
|
|
5162
|
+
union: lp,
|
|
5163
|
+
unknown: rp,
|
|
5164
|
+
void: np,
|
|
5165
|
+
NEVER: Cp,
|
|
5164
5166
|
ZodIssueCode: y,
|
|
5165
|
-
quotelessJson:
|
|
5167
|
+
quotelessJson: Sd,
|
|
5166
5168
|
ZodError: he
|
|
5167
5169
|
});
|
|
5168
|
-
const Ht = e.string(),
|
|
5170
|
+
const Ht = e.string(), Lp = e.object({
|
|
5169
5171
|
elementType: e.string().optional(),
|
|
5170
5172
|
locator: Ht.optional(),
|
|
5171
5173
|
errors: e.array(e.string()).optional()
|
|
5172
5174
|
}), Lt = e.object({
|
|
5173
|
-
validationItems: e.array(
|
|
5175
|
+
validationItems: e.array(Lp).optional(),
|
|
5174
5176
|
success: e.boolean().optional()
|
|
5175
5177
|
}), ta = e.enum([
|
|
5176
5178
|
"AED",
|
|
@@ -5952,17 +5954,17 @@ e.enum([
|
|
|
5952
5954
|
"WET",
|
|
5953
5955
|
"Zulu"
|
|
5954
5956
|
]);
|
|
5955
|
-
const
|
|
5957
|
+
const kp = e.enum([
|
|
5956
5958
|
"generateDay",
|
|
5957
5959
|
"termStartDay",
|
|
5958
5960
|
"dueDay"
|
|
5959
|
-
]),
|
|
5961
|
+
]), Pp = e.enum([
|
|
5960
5962
|
"none",
|
|
5961
5963
|
"dayOfMonth",
|
|
5962
5964
|
"anchorTime",
|
|
5963
5965
|
"dayOfWeek",
|
|
5964
5966
|
"weekOfMonth"
|
|
5965
|
-
]), Ka = e.enum(["account", "inherit", "policy"]),
|
|
5967
|
+
]), Ka = e.enum(["account", "inherit", "policy"]), Dp = e.enum([
|
|
5966
5968
|
"none",
|
|
5967
5969
|
"fullPay",
|
|
5968
5970
|
"weekly",
|
|
@@ -5973,7 +5975,7 @@ const Lp = e.enum([
|
|
|
5973
5975
|
"annually",
|
|
5974
5976
|
"thirtyDays",
|
|
5975
5977
|
"everyNDays"
|
|
5976
|
-
]),
|
|
5978
|
+
]), Op = e.enum([
|
|
5977
5979
|
"monday",
|
|
5978
5980
|
"tuesday",
|
|
5979
5981
|
"wednesday",
|
|
@@ -5981,7 +5983,7 @@ const Lp = e.enum([
|
|
|
5981
5983
|
"friday",
|
|
5982
5984
|
"saturday",
|
|
5983
5985
|
"sunday"
|
|
5984
|
-
]),
|
|
5986
|
+
]), Np = e.enum([
|
|
5985
5987
|
"none",
|
|
5986
5988
|
"first",
|
|
5987
5989
|
"second",
|
|
@@ -5995,16 +5997,16 @@ const Lp = e.enum([
|
|
|
5995
5997
|
}).optional(),
|
|
5996
5998
|
installmentPreferences: e.object({
|
|
5997
5999
|
installmentPlanName: e.string().optional(),
|
|
5998
|
-
anchorMode:
|
|
6000
|
+
anchorMode: kp.optional(),
|
|
5999
6001
|
anchorTime: e.string().optional(),
|
|
6000
|
-
anchorType:
|
|
6001
|
-
cadence:
|
|
6002
|
+
anchorType: Pp.optional(),
|
|
6003
|
+
cadence: Dp.optional(),
|
|
6002
6004
|
dayOfMonth: e.number().optional(),
|
|
6003
|
-
dayOfWeek:
|
|
6005
|
+
dayOfWeek: Op.optional(),
|
|
6004
6006
|
dueLeadDays: e.number().optional(),
|
|
6005
6007
|
generateLeadDays: e.number().optional(),
|
|
6006
6008
|
maxInstallmentsPerTerm: e.number().optional(),
|
|
6007
|
-
weekOfMonth:
|
|
6009
|
+
weekOfMonth: Np.optional()
|
|
6008
6010
|
}).optional()
|
|
6009
6011
|
}), za = e.enum([
|
|
6010
6012
|
"quote",
|
|
@@ -6035,13 +6037,13 @@ const Lp = e.enum([
|
|
|
6035
6037
|
createdTime: e.string().optional(),
|
|
6036
6038
|
level: ro.optional(),
|
|
6037
6039
|
note: e.string().optional()
|
|
6038
|
-
}),
|
|
6040
|
+
}), Mp = e.object({
|
|
6039
6041
|
elementLocator: e.string(),
|
|
6040
6042
|
level: ro,
|
|
6041
6043
|
note: e.string().optional()
|
|
6042
6044
|
});
|
|
6043
6045
|
e.object({
|
|
6044
|
-
addFlags:
|
|
6046
|
+
addFlags: Mp.array(),
|
|
6045
6047
|
clearFlags: e.string().array()
|
|
6046
6048
|
});
|
|
6047
6049
|
const ao = e.enum([
|
|
@@ -6056,7 +6058,7 @@ const ao = e.enum([
|
|
|
6056
6058
|
"weeks",
|
|
6057
6059
|
"days",
|
|
6058
6060
|
"hours"
|
|
6059
|
-
]),
|
|
6061
|
+
]), Ip = e.object({
|
|
6060
6062
|
column: e.string(),
|
|
6061
6063
|
table: e.string(),
|
|
6062
6064
|
where: e.record(
|
|
@@ -6082,20 +6084,20 @@ const ao = e.enum([
|
|
|
6082
6084
|
readOnly: e.boolean().optional(),
|
|
6083
6085
|
searchable: e.boolean().optional(),
|
|
6084
6086
|
roundingMode: e.string().optional(),
|
|
6085
|
-
constraint:
|
|
6087
|
+
constraint: Ip,
|
|
6086
6088
|
tag: e.array(e.string()).optional()
|
|
6087
6089
|
});
|
|
6088
6090
|
e.record(ot);
|
|
6089
|
-
const
|
|
6091
|
+
const Bp = e.object({
|
|
6090
6092
|
displayName: e.string().optional(),
|
|
6091
6093
|
abstract: e.boolean().optional(),
|
|
6092
6094
|
extend: e.string().optional(),
|
|
6093
6095
|
data: e.record(ot).optional(),
|
|
6094
6096
|
defaultSearchable: e.boolean().optional()
|
|
6095
|
-
}),
|
|
6097
|
+
}), Rp = e.record(Bp), qp = e.object({
|
|
6096
6098
|
defaultDeadlineDays: e.number(),
|
|
6097
6099
|
blocksUnderwriting: e.boolean()
|
|
6098
|
-
}),
|
|
6100
|
+
}), Fp = e.object({
|
|
6099
6101
|
appliesTo: e.array(
|
|
6100
6102
|
e.union([
|
|
6101
6103
|
e.literal("account"),
|
|
@@ -6108,14 +6110,14 @@ const Ip = e.object({
|
|
|
6108
6110
|
),
|
|
6109
6111
|
exclusive: e.boolean(),
|
|
6110
6112
|
qualification: e.record(e.string())
|
|
6111
|
-
}),
|
|
6113
|
+
}), Zp = e.object({
|
|
6112
6114
|
generateAutoRenewals: e.boolean(),
|
|
6113
6115
|
renewalTransactionType: e.string().optional(),
|
|
6114
6116
|
renewalCreateLeadDays: e.number().optional(),
|
|
6115
6117
|
renewalAcceptLeadDays: e.number().optional(),
|
|
6116
6118
|
renewalIssueLeadDays: e.number().optional(),
|
|
6117
6119
|
newTermDuration: e.number().optional()
|
|
6118
|
-
}),
|
|
6120
|
+
}), Up = e.object({
|
|
6119
6121
|
displayName: e.string(),
|
|
6120
6122
|
expirationPeriod: e.number()
|
|
6121
6123
|
}), ra = e.object({
|
|
@@ -6126,7 +6128,7 @@ const Ip = e.object({
|
|
|
6126
6128
|
retirementTimeBasis: e.string(),
|
|
6127
6129
|
removeOnRenewalAfter: e.string(),
|
|
6128
6130
|
removeOnRenewal: e.boolean()
|
|
6129
|
-
}),
|
|
6131
|
+
}), Gp = e.object({
|
|
6130
6132
|
displayName: e.string(),
|
|
6131
6133
|
billingTrigger: e.union([e.literal("accept"), e.literal("issue")]),
|
|
6132
6134
|
billingLevel: e.union([
|
|
@@ -6149,7 +6151,7 @@ const no = e.object({
|
|
|
6149
6151
|
error: e.string()
|
|
6150
6152
|
});
|
|
6151
6153
|
e.union([e.literal("queued"), e.literal("failed")]);
|
|
6152
|
-
const
|
|
6154
|
+
const Kp = e.object({
|
|
6153
6155
|
displayName: e.string(),
|
|
6154
6156
|
category: e.union([
|
|
6155
6157
|
e.literal("none"),
|
|
@@ -6184,14 +6186,14 @@ e.union([
|
|
|
6184
6186
|
e.literal("nonFinancial"),
|
|
6185
6187
|
e.literal("surcharge")
|
|
6186
6188
|
]);
|
|
6187
|
-
const
|
|
6189
|
+
const zp = e.object({
|
|
6188
6190
|
extend: e.string(),
|
|
6189
6191
|
claimCategory: e.string(),
|
|
6190
6192
|
abstract: e.boolean()
|
|
6191
|
-
}),
|
|
6193
|
+
}), Vp = e.object({
|
|
6192
6194
|
dataType: e.string(),
|
|
6193
6195
|
isKey: e.boolean()
|
|
6194
|
-
}),
|
|
6196
|
+
}), Hp = e.object({
|
|
6195
6197
|
key: e.string(),
|
|
6196
6198
|
values: e.array(e.string())
|
|
6197
6199
|
}), Ya = e.object({
|
|
@@ -6199,9 +6201,9 @@ const Kp = e.object({
|
|
|
6199
6201
|
version2: e.string(),
|
|
6200
6202
|
plugins: e.record(e.record(e.string())),
|
|
6201
6203
|
latestVersion: e.string()
|
|
6202
|
-
}),
|
|
6203
|
-
activities: e.record(e.record(
|
|
6204
|
-
assignmentRoles: e.record(
|
|
6204
|
+
}), Yp = e.object({
|
|
6205
|
+
activities: e.record(e.record(qp)),
|
|
6206
|
+
assignmentRoles: e.record(Fp),
|
|
6205
6207
|
qualifications: e.record(e.array(e.string()))
|
|
6206
6208
|
});
|
|
6207
6209
|
e.union([
|
|
@@ -6231,11 +6233,11 @@ e.union([
|
|
|
6231
6233
|
e.literal("termStartDay"),
|
|
6232
6234
|
e.literal("dueDay")
|
|
6233
6235
|
]);
|
|
6234
|
-
const
|
|
6236
|
+
const Wp = e.object({
|
|
6235
6237
|
dataType: e.string(),
|
|
6236
6238
|
makeDistinct: e.boolean()
|
|
6237
|
-
}),
|
|
6238
|
-
columns: e.record(
|
|
6239
|
+
}), Xp = e.object({
|
|
6240
|
+
columns: e.record(Wp),
|
|
6239
6241
|
selectionTimeBasis: e.union([
|
|
6240
6242
|
e.literal("policyStartTime"),
|
|
6241
6243
|
e.literal("termStartTime"),
|
|
@@ -6249,7 +6251,7 @@ e.union([
|
|
|
6249
6251
|
e.literal("transactionEffectiveTime"),
|
|
6250
6252
|
e.literal("currentTime")
|
|
6251
6253
|
]);
|
|
6252
|
-
const
|
|
6254
|
+
const Qp = e.object({
|
|
6253
6255
|
displayName: e.string(),
|
|
6254
6256
|
value: e.number(),
|
|
6255
6257
|
tag: e.string()
|
|
@@ -6259,17 +6261,17 @@ e.union([
|
|
|
6259
6261
|
e.literal("deductible"),
|
|
6260
6262
|
e.literal("limit")
|
|
6261
6263
|
]);
|
|
6262
|
-
const
|
|
6264
|
+
const Jp = e.object({
|
|
6263
6265
|
type: e.string()
|
|
6264
6266
|
}), Zn = e.object({
|
|
6265
6267
|
fields: e.array(e.string())
|
|
6266
|
-
}),
|
|
6268
|
+
}), eg = e.object({
|
|
6267
6269
|
enabled: e.boolean(),
|
|
6268
6270
|
account: Zn,
|
|
6269
6271
|
policy: Zn,
|
|
6270
6272
|
productIndex: e.record(e.number()),
|
|
6271
6273
|
regionIndex: e.record(e.number())
|
|
6272
|
-
}),
|
|
6274
|
+
}), tg = e.object({
|
|
6273
6275
|
offsetDays: e.number(),
|
|
6274
6276
|
offsetBasis: e.union([
|
|
6275
6277
|
e.literal("delinquencyCreation"),
|
|
@@ -6282,7 +6284,7 @@ e.union([
|
|
|
6282
6284
|
e.literal("gracePeriodStart"),
|
|
6283
6285
|
e.literal("gracePeriodEnd")
|
|
6284
6286
|
]);
|
|
6285
|
-
const
|
|
6287
|
+
const rg = e.object({
|
|
6286
6288
|
displayName: e.string(),
|
|
6287
6289
|
gracePeriodDays: e.number(),
|
|
6288
6290
|
delinquencyLevel: e.union([e.literal("policy"), e.literal("invoice")]).optional(),
|
|
@@ -6295,7 +6297,7 @@ const tg = e.object({
|
|
|
6295
6297
|
e.literal("accepted"),
|
|
6296
6298
|
e.literal("issued")
|
|
6297
6299
|
]).optional(),
|
|
6298
|
-
events: e.record(
|
|
6300
|
+
events: e.record(tg)
|
|
6299
6301
|
});
|
|
6300
6302
|
e.union([
|
|
6301
6303
|
e.literal("policy"),
|
|
@@ -6322,7 +6324,7 @@ e.union([
|
|
|
6322
6324
|
e.literal("queued"),
|
|
6323
6325
|
e.literal("failed")
|
|
6324
6326
|
]);
|
|
6325
|
-
const
|
|
6327
|
+
const ag = e.object({
|
|
6326
6328
|
top: e.number().optional(),
|
|
6327
6329
|
bottom: e.number().optional(),
|
|
6328
6330
|
left: e.number().optional(),
|
|
@@ -6372,7 +6374,7 @@ e.union([
|
|
|
6372
6374
|
e.literal("B4"),
|
|
6373
6375
|
e.literal("B5")
|
|
6374
6376
|
]);
|
|
6375
|
-
const
|
|
6377
|
+
const ng = e.object({
|
|
6376
6378
|
disburseExcess: e.boolean(),
|
|
6377
6379
|
disbursementType: e.string(),
|
|
6378
6380
|
excludeDebits: e.string(),
|
|
@@ -6418,13 +6420,13 @@ e.union([
|
|
|
6418
6420
|
e.literal("termStartDay"),
|
|
6419
6421
|
e.literal("dueDay")
|
|
6420
6422
|
]);
|
|
6421
|
-
const
|
|
6423
|
+
const ig = e.object({
|
|
6422
6424
|
lossCategory: e.string()
|
|
6423
|
-
}),
|
|
6425
|
+
}), og = e.object({
|
|
6424
6426
|
added: e.record(e.record(e.unknown())),
|
|
6425
6427
|
modified: e.record(e.record(e.unknown())),
|
|
6426
6428
|
removed: e.record(e.record(e.unknown()))
|
|
6427
|
-
}),
|
|
6429
|
+
}), sg = e.object({
|
|
6428
6430
|
displayName: e.string(),
|
|
6429
6431
|
initialCoreNumber: e.string(),
|
|
6430
6432
|
format: e.string(),
|
|
@@ -6432,12 +6434,12 @@ const ng = e.object({
|
|
|
6432
6434
|
termNumberFormat: e.string(),
|
|
6433
6435
|
quoteNumberFormat: e.string(),
|
|
6434
6436
|
initialQuoteCoreNumber: e.string()
|
|
6435
|
-
}), sg = e.object({
|
|
6436
|
-
dataType: e.string()
|
|
6437
6437
|
}), lg = e.object({
|
|
6438
|
+
dataType: e.string()
|
|
6439
|
+
}), cg = e.object({
|
|
6438
6440
|
table: e.string(),
|
|
6439
6441
|
column: e.string(),
|
|
6440
|
-
where: e.record(
|
|
6442
|
+
where: e.record(Hp)
|
|
6441
6443
|
}), Oe = e.object({
|
|
6442
6444
|
displayName: e.string(),
|
|
6443
6445
|
type: e.string(),
|
|
@@ -6460,7 +6462,7 @@ const ng = e.object({
|
|
|
6460
6462
|
e.literal("up")
|
|
6461
6463
|
]),
|
|
6462
6464
|
tag: e.array(e.string()),
|
|
6463
|
-
constraint:
|
|
6465
|
+
constraint: cg,
|
|
6464
6466
|
searchable: e.boolean(),
|
|
6465
6467
|
availability: ra.optional()
|
|
6466
6468
|
});
|
|
@@ -6473,18 +6475,18 @@ e.union([
|
|
|
6473
6475
|
e.literal("halfUp"),
|
|
6474
6476
|
e.literal("up")
|
|
6475
6477
|
]);
|
|
6476
|
-
const
|
|
6478
|
+
const ug = e.object({
|
|
6477
6479
|
displayName: e.string(),
|
|
6478
6480
|
numberingString: e.string()
|
|
6479
|
-
}),
|
|
6481
|
+
}), dg = e.object({
|
|
6480
6482
|
selectionStartTime: e.string(),
|
|
6481
6483
|
resourceNames: e.array(e.string())
|
|
6482
|
-
}), dg = e.object({
|
|
6483
|
-
staticName: e.string()
|
|
6484
6484
|
}), pg = e.object({
|
|
6485
|
-
|
|
6486
|
-
resourceGroups: e.record(ug)
|
|
6485
|
+
staticName: e.string()
|
|
6487
6486
|
}), gg = e.object({
|
|
6487
|
+
resourceInstances: e.record(pg),
|
|
6488
|
+
resourceGroups: e.record(dg)
|
|
6489
|
+
}), mg = e.object({
|
|
6488
6490
|
creditType: e.union([
|
|
6489
6491
|
e.literal("any"),
|
|
6490
6492
|
e.literal("creditDistribution"),
|
|
@@ -6496,26 +6498,26 @@ e.union([
|
|
|
6496
6498
|
e.literal("creditDistribution"),
|
|
6497
6499
|
e.literal("payment")
|
|
6498
6500
|
]);
|
|
6499
|
-
const
|
|
6500
|
-
items: e.record(
|
|
6501
|
-
}),
|
|
6501
|
+
const fg = e.object({
|
|
6502
|
+
items: e.record(lg)
|
|
6503
|
+
}), yg = e.object({
|
|
6502
6504
|
currencyTolerances: e.record(e.number())
|
|
6503
6505
|
});
|
|
6504
6506
|
e.record(e.unknown());
|
|
6505
|
-
const
|
|
6506
|
-
columns: e.record(
|
|
6507
|
+
const hg = e.object({
|
|
6508
|
+
columns: e.record(Vp),
|
|
6507
6509
|
selectionTimeBasis: e.union([
|
|
6508
6510
|
e.literal("policyStartTime"),
|
|
6509
6511
|
e.literal("termStartTime"),
|
|
6510
6512
|
e.literal("transactionEffectiveTime"),
|
|
6511
6513
|
e.literal("currentTime")
|
|
6512
6514
|
])
|
|
6513
|
-
}),
|
|
6515
|
+
}), bg = e.object({
|
|
6514
6516
|
locator: e.string(),
|
|
6515
6517
|
name: e.string(),
|
|
6516
6518
|
deploymentResult: Wa,
|
|
6517
6519
|
bootstrapResult: no
|
|
6518
|
-
}),
|
|
6520
|
+
}), vg = e.object({
|
|
6519
6521
|
category: e.union([
|
|
6520
6522
|
e.literal("issuance"),
|
|
6521
6523
|
e.literal("change"),
|
|
@@ -6553,7 +6555,7 @@ e.object({
|
|
|
6553
6555
|
version: e.string()
|
|
6554
6556
|
});
|
|
6555
6557
|
e.record(
|
|
6556
|
-
|
|
6558
|
+
og
|
|
6557
6559
|
);
|
|
6558
6560
|
e.object({
|
|
6559
6561
|
resolve: e.boolean().optional(),
|
|
@@ -6562,7 +6564,7 @@ e.object({
|
|
|
6562
6564
|
e.object({
|
|
6563
6565
|
resolve: e.boolean().optional()
|
|
6564
6566
|
});
|
|
6565
|
-
const
|
|
6567
|
+
const Tg = e.object({
|
|
6566
6568
|
displayName: e.string(),
|
|
6567
6569
|
extend: e.string(),
|
|
6568
6570
|
defaultSearchable: e.boolean(),
|
|
@@ -6571,24 +6573,24 @@ const vg = e.object({
|
|
|
6571
6573
|
numberingPlan: e.string(),
|
|
6572
6574
|
invoiceNumberingPlan: e.string(),
|
|
6573
6575
|
abstract: e.boolean()
|
|
6574
|
-
}), Tg = e.object({
|
|
6575
|
-
resources: pg
|
|
6576
6576
|
}), _g = e.object({
|
|
6577
|
+
resources: gg
|
|
6578
|
+
}), Ag = e.object({
|
|
6577
6579
|
displayName: e.string(),
|
|
6578
6580
|
extend: e.string(),
|
|
6579
6581
|
data: e.record(Oe),
|
|
6580
6582
|
abstract: e.boolean()
|
|
6581
|
-
}),
|
|
6583
|
+
}), jg = e.object({
|
|
6582
6584
|
type: e.union([
|
|
6583
6585
|
e.literal("splitLimit"),
|
|
6584
6586
|
e.literal("deductible"),
|
|
6585
6587
|
e.literal("limit")
|
|
6586
6588
|
]),
|
|
6587
6589
|
displayName: e.string(),
|
|
6588
|
-
options: e.record(
|
|
6590
|
+
options: e.record(Qp),
|
|
6589
6591
|
value: Oe,
|
|
6590
6592
|
availability: ra.optional()
|
|
6591
|
-
}),
|
|
6593
|
+
}), wg = e.object({
|
|
6592
6594
|
displayName: e.string(),
|
|
6593
6595
|
extend: e.string(),
|
|
6594
6596
|
data: e.record(Oe),
|
|
@@ -6650,7 +6652,7 @@ const vg = e.object({
|
|
|
6650
6652
|
e.literal("B4"),
|
|
6651
6653
|
e.literal("B5")
|
|
6652
6654
|
]).optional(),
|
|
6653
|
-
margin:
|
|
6655
|
+
margin: ag.optional()
|
|
6654
6656
|
}), Sr = e.object({
|
|
6655
6657
|
extend: e.string(),
|
|
6656
6658
|
pluralType: e.string(),
|
|
@@ -6662,7 +6664,7 @@ const vg = e.object({
|
|
|
6662
6664
|
data: e.record(Oe),
|
|
6663
6665
|
availability: ra.optional(),
|
|
6664
6666
|
abstract: e.boolean()
|
|
6665
|
-
}),
|
|
6667
|
+
}), xg = e.object({
|
|
6666
6668
|
extend: e.string(),
|
|
6667
6669
|
lossType: e.string(),
|
|
6668
6670
|
defaultSearchable: e.boolean(),
|
|
@@ -6670,12 +6672,12 @@ const vg = e.object({
|
|
|
6670
6672
|
numberingPlan: e.string(),
|
|
6671
6673
|
contacts: e.record(e.array(e.string())),
|
|
6672
6674
|
abstract: e.boolean()
|
|
6673
|
-
}),
|
|
6675
|
+
}), Eg = e.object({
|
|
6674
6676
|
displayName: e.string(),
|
|
6675
6677
|
extend: e.string(),
|
|
6676
6678
|
data: e.record(Oe),
|
|
6677
6679
|
abstract: e.boolean()
|
|
6678
|
-
}),
|
|
6680
|
+
}), $g = e.object({
|
|
6679
6681
|
extend: e.string(),
|
|
6680
6682
|
defaultInstallmentPlan: e.string(),
|
|
6681
6683
|
defaultBillingPlan: e.string(),
|
|
@@ -6745,43 +6747,43 @@ const vg = e.object({
|
|
|
6745
6747
|
defaultDueLeadDays: e.number(),
|
|
6746
6748
|
defaultAuxDataSettings: e.string(),
|
|
6747
6749
|
defaultShortfallTolerancePlan: e.string(),
|
|
6748
|
-
regions: e.record(
|
|
6750
|
+
regions: e.record(ug),
|
|
6749
6751
|
defaultRegion: e.string(),
|
|
6750
6752
|
defaultSearchable: e.boolean(),
|
|
6751
|
-
dataTypes: e.record(
|
|
6752
|
-
accounts: e.record(
|
|
6753
|
+
dataTypes: e.record(wg),
|
|
6754
|
+
accounts: e.record(Tg),
|
|
6753
6755
|
policyLines: e.record(Sr),
|
|
6754
6756
|
exposureGroups: e.record(Sr),
|
|
6755
6757
|
exposures: e.record(Sr),
|
|
6756
6758
|
coverages: e.record(Sr),
|
|
6757
|
-
products: e.record(
|
|
6758
|
-
coverageTerms: e.record(
|
|
6759
|
-
charges: e.record(
|
|
6760
|
-
transactionTypes: e.record(
|
|
6759
|
+
products: e.record($g),
|
|
6760
|
+
coverageTerms: e.record(jg),
|
|
6761
|
+
charges: e.record(Kp),
|
|
6762
|
+
transactionTypes: e.record(vg),
|
|
6761
6763
|
installmentPlans: e.record(io),
|
|
6762
|
-
billingPlans: e.record(
|
|
6763
|
-
payments: e.record(
|
|
6764
|
+
billingPlans: e.record(Gp),
|
|
6765
|
+
payments: e.record(Eg),
|
|
6764
6766
|
disbursements: e.record(oo),
|
|
6765
|
-
tables: e.record(
|
|
6766
|
-
constraintTables: e.record(
|
|
6767
|
-
secrets: e.record(
|
|
6767
|
+
tables: e.record(hg),
|
|
6768
|
+
constraintTables: e.record(Xp),
|
|
6769
|
+
secrets: e.record(fg),
|
|
6768
6770
|
documents: e.record(so),
|
|
6769
|
-
auxDataSettings: e.record(
|
|
6770
|
-
customEvents: e.record(
|
|
6771
|
-
delinquencyPlans: e.record(
|
|
6772
|
-
shortfallTolerancePlans: e.record(
|
|
6773
|
-
autoRenewalPlans: e.record(
|
|
6774
|
-
excessCreditPlans: e.record(
|
|
6775
|
-
reversalTypes: e.record(
|
|
6776
|
-
numberingPlans: e.record(
|
|
6777
|
-
fnol: e.record(
|
|
6778
|
-
claims: e.record(
|
|
6779
|
-
losses: e.record(
|
|
6780
|
-
contacts: e.record(
|
|
6771
|
+
auxDataSettings: e.record(Up),
|
|
6772
|
+
customEvents: e.record(Jp),
|
|
6773
|
+
delinquencyPlans: e.record(rg),
|
|
6774
|
+
shortfallTolerancePlans: e.record(yg),
|
|
6775
|
+
autoRenewalPlans: e.record(Zp),
|
|
6776
|
+
excessCreditPlans: e.record(ng),
|
|
6777
|
+
reversalTypes: e.record(mg),
|
|
6778
|
+
numberingPlans: e.record(sg),
|
|
6779
|
+
fnol: e.record(xg),
|
|
6780
|
+
claims: e.record(zp),
|
|
6781
|
+
losses: e.record(ig),
|
|
6782
|
+
contacts: e.record(Ag),
|
|
6781
6783
|
contactRoles: e.array(e.string()),
|
|
6782
|
-
workManagement:
|
|
6783
|
-
dataAccessControl:
|
|
6784
|
-
bootstrap:
|
|
6784
|
+
workManagement: Yp,
|
|
6785
|
+
dataAccessControl: eg,
|
|
6786
|
+
bootstrap: _g,
|
|
6785
6787
|
defaultInvoiceDocument: e.string()
|
|
6786
6788
|
});
|
|
6787
6789
|
e.object({
|
|
@@ -6808,11 +6810,11 @@ e.object({
|
|
|
6808
6810
|
e.object({
|
|
6809
6811
|
formData: ct.optional()
|
|
6810
6812
|
});
|
|
6811
|
-
const
|
|
6813
|
+
const Sg = e.enum(["none", "required", "excluded"]), lo = e.enum([
|
|
6812
6814
|
"generateDay",
|
|
6813
6815
|
"termStartDay",
|
|
6814
6816
|
"dueDay"
|
|
6815
|
-
]),
|
|
6817
|
+
]), Cg = e.enum([
|
|
6816
6818
|
"none",
|
|
6817
6819
|
"dayOfMonth",
|
|
6818
6820
|
"anchorTime",
|
|
@@ -6829,12 +6831,12 @@ const $g = e.enum(["none", "required", "excluded"]), lo = e.enum([
|
|
|
6829
6831
|
"annually",
|
|
6830
6832
|
"thirtyDays",
|
|
6831
6833
|
"everyNDays"
|
|
6832
|
-
]),
|
|
6834
|
+
]), Lg = e.enum([
|
|
6833
6835
|
"add",
|
|
6834
6836
|
"delete",
|
|
6835
6837
|
"modify",
|
|
6836
6838
|
"params"
|
|
6837
|
-
]),
|
|
6839
|
+
]), kg = e.enum([
|
|
6838
6840
|
"none",
|
|
6839
6841
|
"premium",
|
|
6840
6842
|
"tax",
|
|
@@ -6857,7 +6859,7 @@ const $g = e.enum(["none", "required", "excluded"]), lo = e.enum([
|
|
|
6857
6859
|
"weeks",
|
|
6858
6860
|
"days",
|
|
6859
6861
|
"hours"
|
|
6860
|
-
]),
|
|
6862
|
+
]), Pg = e.enum([
|
|
6861
6863
|
"monday",
|
|
6862
6864
|
"tuesday",
|
|
6863
6865
|
"wednesday",
|
|
@@ -6865,20 +6867,20 @@ const $g = e.enum(["none", "required", "excluded"]), lo = e.enum([
|
|
|
6865
6867
|
"friday",
|
|
6866
6868
|
"saturday",
|
|
6867
6869
|
"sunday"
|
|
6868
|
-
]),
|
|
6870
|
+
]), Dg = e.enum([
|
|
6869
6871
|
"draft",
|
|
6870
6872
|
"dataReady",
|
|
6871
6873
|
"ready",
|
|
6872
6874
|
"dataError",
|
|
6873
6875
|
"renderError",
|
|
6874
6876
|
"conversionError"
|
|
6875
|
-
]),
|
|
6877
|
+
]), Og = e.enum([
|
|
6876
6878
|
"product",
|
|
6877
6879
|
"coverage",
|
|
6878
6880
|
"exposure",
|
|
6879
6881
|
"exposureGroup",
|
|
6880
6882
|
"policyLine"
|
|
6881
|
-
]),
|
|
6883
|
+
]), Ng = e.enum(["fuzzy", "exact", "startsWith"]);
|
|
6882
6884
|
e.enum([
|
|
6883
6885
|
"application/json",
|
|
6884
6886
|
"application/octet-stream",
|
|
@@ -6907,7 +6909,7 @@ const uo = e.enum([
|
|
|
6907
6909
|
"account",
|
|
6908
6910
|
"quote",
|
|
6909
6911
|
"policy"
|
|
6910
|
-
]),
|
|
6912
|
+
]), Mg = e.enum(["coverage", "gap"]), Xa = e.enum([
|
|
6911
6913
|
"issuance",
|
|
6912
6914
|
"change",
|
|
6913
6915
|
"renewal",
|
|
@@ -6931,7 +6933,7 @@ const uo = e.enum([
|
|
|
6931
6933
|
"discarded",
|
|
6932
6934
|
"invalidated",
|
|
6933
6935
|
"reversed"
|
|
6934
|
-
]),
|
|
6936
|
+
]), Ig = e.enum([
|
|
6935
6937
|
"quote",
|
|
6936
6938
|
"transaction"
|
|
6937
6939
|
]), go = e.enum([
|
|
@@ -6941,7 +6943,7 @@ const uo = e.enum([
|
|
|
6941
6943
|
"decline",
|
|
6942
6944
|
"reject",
|
|
6943
6945
|
"approve"
|
|
6944
|
-
]),
|
|
6946
|
+
]), Bg = e.enum([
|
|
6945
6947
|
"none",
|
|
6946
6948
|
"first",
|
|
6947
6949
|
"second",
|
|
@@ -6983,7 +6985,7 @@ const Ja = e.enum([
|
|
|
6983
6985
|
"rejected",
|
|
6984
6986
|
"refused",
|
|
6985
6987
|
"discarded"
|
|
6986
|
-
]),
|
|
6988
|
+
]), Rg = e.enum(["clear", "delete"]), qg = e.enum([
|
|
6987
6989
|
"draft",
|
|
6988
6990
|
"validated",
|
|
6989
6991
|
"approved",
|
|
@@ -6991,13 +6993,13 @@ const Ja = e.enum([
|
|
|
6991
6993
|
"reversed",
|
|
6992
6994
|
"rejected",
|
|
6993
6995
|
"discarded"
|
|
6994
|
-
]),
|
|
6996
|
+
]), Fg = e.enum(["invoice", "account"]), tn = e.enum([
|
|
6995
6997
|
"ach",
|
|
6996
6998
|
"cash",
|
|
6997
6999
|
"eft",
|
|
6998
7000
|
"standard",
|
|
6999
7001
|
"wire"
|
|
7000
|
-
]),
|
|
7002
|
+
]), Zg = e.enum([
|
|
7001
7003
|
"transaction",
|
|
7002
7004
|
"policy",
|
|
7003
7005
|
"term",
|
|
@@ -7005,34 +7007,34 @@ const Ja = e.enum([
|
|
|
7005
7007
|
"policyUnique",
|
|
7006
7008
|
"termUnique",
|
|
7007
7009
|
"invoice"
|
|
7008
|
-
]),
|
|
7010
|
+
]), Ug = e.enum([
|
|
7009
7011
|
"policyStartTime",
|
|
7010
7012
|
"termStartTime",
|
|
7011
7013
|
"transactionEffectiveTime",
|
|
7012
7014
|
"currentTime"
|
|
7013
|
-
]),
|
|
7015
|
+
]), Gg = e.enum([
|
|
7014
7016
|
"validated",
|
|
7015
7017
|
"priced",
|
|
7016
7018
|
"accepted",
|
|
7017
7019
|
"issued",
|
|
7018
7020
|
"underwritten",
|
|
7019
7021
|
"generated"
|
|
7020
|
-
]),
|
|
7022
|
+
]), Kg = oo.merge(
|
|
7021
7023
|
e.object({
|
|
7022
7024
|
displayName: e.string().optional(),
|
|
7023
7025
|
numberingPlan: e.string().optional(),
|
|
7024
7026
|
data: e.record(e.any()).optional(),
|
|
7025
7027
|
extend: e.string().optional()
|
|
7026
7028
|
})
|
|
7027
|
-
),
|
|
7029
|
+
), zg = e.record(Kg), Vg = so.merge(
|
|
7028
7030
|
e.object({
|
|
7029
7031
|
displayName: e.string().optional(),
|
|
7030
|
-
scope:
|
|
7032
|
+
scope: Zg,
|
|
7031
7033
|
format: Ja.optional(),
|
|
7032
|
-
selectionTimeBasis:
|
|
7033
|
-
trigger:
|
|
7034
|
+
selectionTimeBasis: Ug.optional(),
|
|
7035
|
+
trigger: Gg.optional()
|
|
7034
7036
|
})
|
|
7035
|
-
),
|
|
7037
|
+
), Hg = e.record(Vg), Yg = io.merge(
|
|
7036
7038
|
e.object({
|
|
7037
7039
|
displayName: e.string().optional(),
|
|
7038
7040
|
cadence: co,
|
|
@@ -7042,51 +7044,51 @@ const Ja = e.enum([
|
|
|
7042
7044
|
installmentWeights: e.array(e.number()).optional(),
|
|
7043
7045
|
maxInstallmentsPerTerm: e.number().optional()
|
|
7044
7046
|
})
|
|
7045
|
-
),
|
|
7047
|
+
), Wg = e.record(Yg), Xg = e.object({
|
|
7046
7048
|
generateAutoRenewals: e.boolean(),
|
|
7047
7049
|
newTermDuration: e.number().optional(),
|
|
7048
7050
|
renewalAcceptLeadDays: e.number().optional(),
|
|
7049
7051
|
renewalCreateLeadDays: e.number().optional(),
|
|
7050
7052
|
renewalIssueLeadDays: e.number().optional(),
|
|
7051
7053
|
renewalTransactionType: e.string().optional()
|
|
7052
|
-
}),
|
|
7054
|
+
}), Qg = e.record(Xg), Jg = e.object({
|
|
7053
7055
|
selectionStartTime: e.string().optional(),
|
|
7054
7056
|
resourceNames: e.array(e.string()).optional()
|
|
7055
|
-
}), Jg = e.object({
|
|
7056
|
-
staticName: e.string().optional()
|
|
7057
7057
|
}), em = e.object({
|
|
7058
|
-
|
|
7059
|
-
resourceInstances: e.record(Jg).optional()
|
|
7058
|
+
staticName: e.string().optional()
|
|
7060
7059
|
}), tm = e.object({
|
|
7061
|
-
|
|
7062
|
-
|
|
7060
|
+
resourceGroups: e.record(Jg).optional(),
|
|
7061
|
+
resourceInstances: e.record(em).optional()
|
|
7062
|
+
}), rm = e.object({
|
|
7063
|
+
resources: tm.optional()
|
|
7064
|
+
}), am = e.record(
|
|
7063
7065
|
e.object({
|
|
7064
7066
|
columns: e.record(e.object({ dataType: e.string() })).optional(),
|
|
7065
7067
|
selectionTimeBasis: e.string().optional()
|
|
7066
7068
|
})
|
|
7067
|
-
),
|
|
7069
|
+
), nm = e.object({
|
|
7068
7070
|
displayName: e.string().optional(),
|
|
7069
7071
|
value: e.number().optional(),
|
|
7070
7072
|
tag: e.string().optional()
|
|
7071
|
-
}),
|
|
7073
|
+
}), im = e.object({
|
|
7072
7074
|
type: e.string(),
|
|
7073
7075
|
displayName: e.string().optional(),
|
|
7074
|
-
options: e.record(
|
|
7075
|
-
}),
|
|
7076
|
+
options: e.record(nm)
|
|
7077
|
+
}), om = e.record(im), sm = e.enum(["policy", "invoice"]), lm = e.enum([
|
|
7076
7078
|
"draft",
|
|
7077
7079
|
"validated",
|
|
7078
7080
|
"priced",
|
|
7079
7081
|
"underwritten",
|
|
7080
7082
|
"accepted",
|
|
7081
7083
|
"issued"
|
|
7082
|
-
]),
|
|
7084
|
+
]), cm = e.object({
|
|
7083
7085
|
displayName: e.string().optional(),
|
|
7084
7086
|
gracePeriodDays: e.number(),
|
|
7085
|
-
advanceLapseTo:
|
|
7086
|
-
delinquencyLevel:
|
|
7087
|
+
advanceLapseTo: lm.optional(),
|
|
7088
|
+
delinquencyLevel: sm.optional(),
|
|
7087
7089
|
lapseTransactionType: e.string().optional(),
|
|
7088
7090
|
events: e.record(e.any()).optional()
|
|
7089
|
-
}),
|
|
7091
|
+
}), um = e.record(cm), dm = e.object({
|
|
7090
7092
|
displayName: e.string().optional(),
|
|
7091
7093
|
contents: e.array(e.string()).optional(),
|
|
7092
7094
|
abstract: e.boolean().optional(),
|
|
@@ -7095,12 +7097,12 @@ const Ja = e.enum([
|
|
|
7095
7097
|
data: e.record(ot).optional(),
|
|
7096
7098
|
charges: e.array(e.string()).optional(),
|
|
7097
7099
|
defaultSearchable: e.boolean().optional()
|
|
7098
|
-
}), Ft = e.record(
|
|
7100
|
+
}), Ft = e.record(dm), pm = e.object({
|
|
7099
7101
|
abstract: e.boolean(),
|
|
7100
7102
|
extend: e.string().optional(),
|
|
7101
7103
|
data: e.record(ot).optional(),
|
|
7102
7104
|
displayName: e.string().optional()
|
|
7103
|
-
}),
|
|
7105
|
+
}), gm = e.record(pm), mm = e.object({
|
|
7104
7106
|
defaultTimeZone: e.string().optional(),
|
|
7105
7107
|
defaultCurrency: e.string().optional(),
|
|
7106
7108
|
defaultTermDuration: e.number().optional(),
|
|
@@ -7112,7 +7114,7 @@ const Ja = e.enum([
|
|
|
7112
7114
|
defaultAutoRenewalPlan: e.string().optional(),
|
|
7113
7115
|
defaultBillingTrigger: e.string().optional(),
|
|
7114
7116
|
defaultBillingLevel: e.string().optional()
|
|
7115
|
-
}),
|
|
7117
|
+
}), fm = e.object({
|
|
7116
7118
|
abstract: e.boolean().optional(),
|
|
7117
7119
|
extend: e.string().optional(),
|
|
7118
7120
|
displayName: e.string().optional(),
|
|
@@ -7126,13 +7128,13 @@ const Ja = e.enum([
|
|
|
7126
7128
|
data: e.record(ot).optional(),
|
|
7127
7129
|
staticData: e.record(ot).optional(),
|
|
7128
7130
|
defaultSearchable: e.boolean().optional()
|
|
7129
|
-
}).merge(
|
|
7131
|
+
}).merge(mm), ym = e.record(fm), hm = e.enum([
|
|
7130
7132
|
"any",
|
|
7131
7133
|
"creditDistribution",
|
|
7132
7134
|
"payment"
|
|
7133
|
-
]),
|
|
7134
|
-
creditType:
|
|
7135
|
-
}),
|
|
7135
|
+
]), bm = e.object({
|
|
7136
|
+
creditType: hm.optional()
|
|
7137
|
+
}), vm = e.record(bm), Tm = e.enum([
|
|
7136
7138
|
"issuance",
|
|
7137
7139
|
"change",
|
|
7138
7140
|
"renewal",
|
|
@@ -7140,27 +7142,27 @@ const Ja = e.enum([
|
|
|
7140
7142
|
"reinstatement",
|
|
7141
7143
|
"reversal",
|
|
7142
7144
|
"aggregate"
|
|
7143
|
-
]),
|
|
7144
|
-
category:
|
|
7145
|
+
]), _m = e.object({
|
|
7146
|
+
category: Tm,
|
|
7145
7147
|
costBearing: e.boolean()
|
|
7146
|
-
}),
|
|
7148
|
+
}), Am = e.record(_m);
|
|
7147
7149
|
e.object({
|
|
7148
7150
|
// Root level
|
|
7149
7151
|
dataTypes: Ft.optional(),
|
|
7150
|
-
accounts:
|
|
7151
|
-
products:
|
|
7152
|
-
coverageTerms:
|
|
7153
|
-
delinquencyPlans:
|
|
7154
|
-
autoRenewalPlans:
|
|
7155
|
-
transactionTypes:
|
|
7156
|
-
reversalTypes:
|
|
7152
|
+
accounts: Rp,
|
|
7153
|
+
products: ym,
|
|
7154
|
+
coverageTerms: om.optional(),
|
|
7155
|
+
delinquencyPlans: um,
|
|
7156
|
+
autoRenewalPlans: Qg,
|
|
7157
|
+
transactionTypes: Am.optional(),
|
|
7158
|
+
reversalTypes: vm.optional(),
|
|
7157
7159
|
dataAccessControl: e.any().optional(),
|
|
7158
|
-
bootstrap:
|
|
7159
|
-
constraintTables:
|
|
7160
|
-
payments:
|
|
7161
|
-
documents:
|
|
7162
|
-
disbursements:
|
|
7163
|
-
installmentPlans:
|
|
7160
|
+
bootstrap: rm.optional(),
|
|
7161
|
+
constraintTables: am.optional(),
|
|
7162
|
+
payments: gm.optional(),
|
|
7163
|
+
documents: Hg.optional(),
|
|
7164
|
+
disbursements: zg.optional(),
|
|
7165
|
+
installmentPlans: Wg.optional(),
|
|
7164
7166
|
// Elements
|
|
7165
7167
|
policyLines: Ft.optional(),
|
|
7166
7168
|
exposures: Ft.optional(),
|
|
@@ -7194,14 +7196,14 @@ e.object({
|
|
|
7194
7196
|
shortfallTolerancePlans: e.any(),
|
|
7195
7197
|
excessCreditPlans: e.any()
|
|
7196
7198
|
});
|
|
7197
|
-
const
|
|
7199
|
+
const jm = e.object({
|
|
7198
7200
|
abstract: e.boolean().optional(),
|
|
7199
7201
|
extend: e.string().optional(),
|
|
7200
7202
|
displayName: e.string().optional(),
|
|
7201
7203
|
data: e.record(ot).optional()
|
|
7202
7204
|
});
|
|
7203
|
-
e.record(
|
|
7204
|
-
const
|
|
7205
|
+
e.record(jm);
|
|
7206
|
+
const wm = e.enum([
|
|
7205
7207
|
"draft",
|
|
7206
7208
|
"validated",
|
|
7207
7209
|
"earlyUnderwritten",
|
|
@@ -7214,7 +7216,7 @@ const jm = e.enum([
|
|
|
7214
7216
|
"rejected",
|
|
7215
7217
|
"refused",
|
|
7216
7218
|
"discarded"
|
|
7217
|
-
]), mo = e.union([
|
|
7219
|
+
]), mo = e.union([wm, e.string()]), Fr = Ha, xm = e.enum(["accept", "issue"]), Em = Ka;
|
|
7218
7220
|
e.record(
|
|
7219
7221
|
e.string().ulid(),
|
|
7220
7222
|
e.record(
|
|
@@ -7330,7 +7332,7 @@ e.object({
|
|
|
7330
7332
|
// removeData map<string,object>?
|
|
7331
7333
|
// setCoverageTerms map<string,string>?
|
|
7332
7334
|
});
|
|
7333
|
-
const Zt = e.string().ulid(),
|
|
7335
|
+
const Zt = e.string().ulid(), $m = e.object({
|
|
7334
7336
|
locator: Zt,
|
|
7335
7337
|
staticLocator: Zt,
|
|
7336
7338
|
rootLocator: Zt.optional(),
|
|
@@ -7340,7 +7342,7 @@ const Zt = e.string().ulid(), Em = e.object({
|
|
|
7340
7342
|
parentLocator: Zt.optional(),
|
|
7341
7343
|
coverageTerms: e.record(e.string()).optional(),
|
|
7342
7344
|
originalEffectiveTime: e.string().optional()
|
|
7343
|
-
}), an =
|
|
7345
|
+
}), an = $m.extend({
|
|
7344
7346
|
elements: e.lazy(() => an.array().optional())
|
|
7345
7347
|
});
|
|
7346
7348
|
e.object({
|
|
@@ -7365,12 +7367,12 @@ e.object({
|
|
|
7365
7367
|
preferences: e.any().optional(),
|
|
7366
7368
|
delinquencyPlanName: e.string().optional(),
|
|
7367
7369
|
autoRenewalPlanName: e.string().optional(),
|
|
7368
|
-
billingLevel:
|
|
7369
|
-
billingTrigger:
|
|
7370
|
+
billingLevel: Em.optional(),
|
|
7371
|
+
billingTrigger: xm.optional(),
|
|
7370
7372
|
coverageTerms: e.record(e.string()).optional(),
|
|
7371
7373
|
groupLocator: Ht.optional()
|
|
7372
7374
|
});
|
|
7373
|
-
const
|
|
7375
|
+
const Sm = e.enum([
|
|
7374
7376
|
"premium",
|
|
7375
7377
|
"tax",
|
|
7376
7378
|
"fee",
|
|
@@ -7378,11 +7380,11 @@ const $m = e.enum([
|
|
|
7378
7380
|
"cededPremium",
|
|
7379
7381
|
"nonFinancial",
|
|
7380
7382
|
"surcharge"
|
|
7381
|
-
]),
|
|
7383
|
+
]), Cm = e.object({
|
|
7382
7384
|
locator: e.string(),
|
|
7383
7385
|
elementLocator: e.string(),
|
|
7384
7386
|
chargeType: e.string(),
|
|
7385
|
-
chargeCategory:
|
|
7387
|
+
chargeCategory: Sm,
|
|
7386
7388
|
amount: e.number(),
|
|
7387
7389
|
rate: e.number(),
|
|
7388
7390
|
referenceRate: e.number(),
|
|
@@ -7400,18 +7402,18 @@ e.object({
|
|
|
7400
7402
|
endTime: e.string(),
|
|
7401
7403
|
duration: e.number().optional(),
|
|
7402
7404
|
durationBasis: Fr.optional(),
|
|
7403
|
-
items: e.array(
|
|
7405
|
+
items: e.array(Cm).optional()
|
|
7404
7406
|
});
|
|
7405
7407
|
e.object({
|
|
7406
7408
|
quoteLocator: e.string(),
|
|
7407
7409
|
clearedFlags: cr.array().optional(),
|
|
7408
7410
|
flags: cr.array().optional()
|
|
7409
7411
|
});
|
|
7410
|
-
const
|
|
7412
|
+
const Lm = e.enum(["clear", "delete"]);
|
|
7411
7413
|
e.object({
|
|
7412
7414
|
deleteAllAutomaticDocuments: e.boolean(),
|
|
7413
7415
|
resetAllUnderwritingFlags: e.boolean(),
|
|
7414
|
-
resetFlagsAction:
|
|
7416
|
+
resetFlagsAction: Lm,
|
|
7415
7417
|
deleteDocuments: e.string().array(),
|
|
7416
7418
|
resetFlags: e.string().array()
|
|
7417
7419
|
});
|
|
@@ -7529,15 +7531,15 @@ e.union([
|
|
|
7529
7531
|
e.literal("nonFinancial"),
|
|
7530
7532
|
e.literal("surcharge")
|
|
7531
7533
|
]);
|
|
7532
|
-
const
|
|
7534
|
+
const km = e.object({
|
|
7533
7535
|
staticLocator: e.string(),
|
|
7534
7536
|
fieldName: e.string(),
|
|
7535
7537
|
values: e.array(e.string())
|
|
7536
7538
|
}), nn = e.object({
|
|
7537
7539
|
table: e.string(),
|
|
7538
7540
|
column: e.string(),
|
|
7539
|
-
where: e.record(
|
|
7540
|
-
}),
|
|
7541
|
+
where: e.record(km)
|
|
7542
|
+
}), Pm = e.object({
|
|
7541
7543
|
termLocator: e.string(),
|
|
7542
7544
|
policyLocator: e.string(),
|
|
7543
7545
|
autoRenewalState: e.union([
|
|
@@ -7577,7 +7579,7 @@ const Lm = e.object({
|
|
|
7577
7579
|
]),
|
|
7578
7580
|
staticElementLocators: e.array(e.string())
|
|
7579
7581
|
})
|
|
7580
|
-
),
|
|
7582
|
+
), Dm = e.object({
|
|
7581
7583
|
locator: e.string(),
|
|
7582
7584
|
name: e.string(),
|
|
7583
7585
|
staticName: e.string(),
|
|
@@ -7637,7 +7639,7 @@ e.union([
|
|
|
7637
7639
|
e.literal("exposureGroup"),
|
|
7638
7640
|
e.literal("policyLine")
|
|
7639
7641
|
]);
|
|
7640
|
-
const
|
|
7642
|
+
const Om = e.object({
|
|
7641
7643
|
locator: e.string(),
|
|
7642
7644
|
staticLocator: e.string(),
|
|
7643
7645
|
type: e.string(),
|
|
@@ -7767,7 +7769,7 @@ const hr = fr.and(
|
|
|
7767
7769
|
), $e = e.object({
|
|
7768
7770
|
installmentPreferences: ho.optional(),
|
|
7769
7771
|
billingPreferences: yo.optional()
|
|
7770
|
-
}),
|
|
7772
|
+
}), Nm = e.object({
|
|
7771
7773
|
renewalTransactionType: e.string().optional(),
|
|
7772
7774
|
newTermDuration: e.number().optional(),
|
|
7773
7775
|
renewalTransactionCreateTime: e.string().optional(),
|
|
@@ -7780,7 +7782,7 @@ const hr = fr.and(
|
|
|
7780
7782
|
removeData: e.record(e.record(e.unknown())),
|
|
7781
7783
|
setCoverageTerms: e.record(e.string()),
|
|
7782
7784
|
removeCoverageTerms: e.record(e.record(e.unknown()))
|
|
7783
|
-
}),
|
|
7785
|
+
}), Mm = e.object({
|
|
7784
7786
|
setData: e.record(e.record(e.unknown())),
|
|
7785
7787
|
removeData: e.record(e.record(e.unknown())),
|
|
7786
7788
|
setCoverageTerms: e.record(e.string()),
|
|
@@ -7839,7 +7841,7 @@ e.union([
|
|
|
7839
7841
|
e.literal("quoted"),
|
|
7840
7842
|
e.literal("discarded")
|
|
7841
7843
|
]);
|
|
7842
|
-
const
|
|
7844
|
+
const Im = e.object({
|
|
7843
7845
|
productName: e.string(),
|
|
7844
7846
|
startTime: e.string(),
|
|
7845
7847
|
endTime: e.string(),
|
|
@@ -7932,7 +7934,7 @@ const To = e.object({
|
|
|
7932
7934
|
static: e.record(e.record(e.unknown()))
|
|
7933
7935
|
}), be = e.object({
|
|
7934
7936
|
quoteLocator: e.string()
|
|
7935
|
-
}),
|
|
7937
|
+
}), Bm = e.object({
|
|
7936
7938
|
quoteLocator: e.string(),
|
|
7937
7939
|
addedFlags: e.array(e.string()),
|
|
7938
7940
|
clearedFlags: e.array(e.string())
|
|
@@ -7953,7 +7955,7 @@ e.union([
|
|
|
7953
7955
|
e.literal("refused"),
|
|
7954
7956
|
e.literal("discarded")
|
|
7955
7957
|
]);
|
|
7956
|
-
const
|
|
7958
|
+
const Rm = e.object({
|
|
7957
7959
|
tenantLocator: e.string(),
|
|
7958
7960
|
quoteLocator: e.string(),
|
|
7959
7961
|
accountLocator: e.string(),
|
|
@@ -7986,7 +7988,7 @@ const Bm = e.object({
|
|
|
7986
7988
|
]),
|
|
7987
7989
|
items: e.array(aa),
|
|
7988
7990
|
quoteNumber: e.string()
|
|
7989
|
-
}),
|
|
7991
|
+
}), qm = e.object({
|
|
7990
7992
|
locator: e.string(),
|
|
7991
7993
|
level: e.union([
|
|
7992
7994
|
e.literal("none"),
|
|
@@ -8028,7 +8030,7 @@ const st = e.object({
|
|
|
8028
8030
|
createdTime: e.string(),
|
|
8029
8031
|
clearedBy: e.string(),
|
|
8030
8032
|
clearedTime: e.string()
|
|
8031
|
-
}),
|
|
8033
|
+
}), Fm = e.object({
|
|
8032
8034
|
tenantLocator: e.string(),
|
|
8033
8035
|
quoteLocator: e.string(),
|
|
8034
8036
|
accountLocator: e.string(),
|
|
@@ -8086,18 +8088,18 @@ e.union([
|
|
|
8086
8088
|
e.literal("coverage"),
|
|
8087
8089
|
e.literal("gap")
|
|
8088
8090
|
]);
|
|
8089
|
-
const
|
|
8091
|
+
const Zm = e.object({
|
|
8090
8092
|
locator: e.string(),
|
|
8091
8093
|
type: e.union([e.literal("coverage"), e.literal("gap")]),
|
|
8092
8094
|
basedOn: e.string(),
|
|
8093
8095
|
startTime: e.string(),
|
|
8094
8096
|
endTime: e.string(),
|
|
8095
8097
|
duration: e.number(),
|
|
8096
|
-
elements: e.array(
|
|
8097
|
-
documentSummary: e.array(
|
|
8098
|
+
elements: e.array(Om),
|
|
8099
|
+
documentSummary: e.array(Dm)
|
|
8098
8100
|
});
|
|
8099
8101
|
e.union([e.literal("coverage"), e.literal("gap")]);
|
|
8100
|
-
const
|
|
8102
|
+
const Um = e.object({
|
|
8101
8103
|
locator: e.string(),
|
|
8102
8104
|
staticLocator: e.string(),
|
|
8103
8105
|
policyLocator: e.string(),
|
|
@@ -8135,7 +8137,7 @@ e.object({
|
|
|
8135
8137
|
e.literal("days"),
|
|
8136
8138
|
e.literal("hours")
|
|
8137
8139
|
]),
|
|
8138
|
-
subsegments: e.array(
|
|
8140
|
+
subsegments: e.array(Zm)
|
|
8139
8141
|
});
|
|
8140
8142
|
e.union([
|
|
8141
8143
|
e.literal("issuance"),
|
|
@@ -8176,7 +8178,7 @@ const N = e.object({
|
|
|
8176
8178
|
transactionLocator: e.string(),
|
|
8177
8179
|
addedFlags: e.array(e.string()),
|
|
8178
8180
|
clearedFlags: e.array(e.string())
|
|
8179
|
-
}),
|
|
8181
|
+
}), Gm = e.lazy(
|
|
8180
8182
|
() => e.object({
|
|
8181
8183
|
locator: e.string(),
|
|
8182
8184
|
policyLocator: e.string(),
|
|
@@ -8208,7 +8210,7 @@ const N = e.object({
|
|
|
8208
8210
|
]),
|
|
8209
8211
|
effectiveTime: e.string(),
|
|
8210
8212
|
charges: e.array(aa),
|
|
8211
|
-
aggregatedTransactions: e.array(
|
|
8213
|
+
aggregatedTransactions: e.array(Gm)
|
|
8212
8214
|
})
|
|
8213
8215
|
), _o = e.object({
|
|
8214
8216
|
locator: e.string(),
|
|
@@ -8226,7 +8228,7 @@ const N = e.object({
|
|
|
8226
8228
|
issuedTime: e.string(),
|
|
8227
8229
|
preferences: $e,
|
|
8228
8230
|
segment: Pt
|
|
8229
|
-
}),
|
|
8231
|
+
}), Km = e.lazy(
|
|
8230
8232
|
() => e.object({
|
|
8231
8233
|
locator: e.string(),
|
|
8232
8234
|
policyLocator: e.string(),
|
|
@@ -8259,9 +8261,9 @@ const N = e.object({
|
|
|
8259
8261
|
effectiveTime: e.string(),
|
|
8260
8262
|
underwritingStatus: e.string(),
|
|
8261
8263
|
underwritingFlags: e.array(st),
|
|
8262
|
-
aggregatedTransactions: e.array(
|
|
8264
|
+
aggregatedTransactions: e.array(Km)
|
|
8263
8265
|
})
|
|
8264
|
-
),
|
|
8266
|
+
), zm = e.object({
|
|
8265
8267
|
transactionLocator: e.string(),
|
|
8266
8268
|
flags: e.array(st),
|
|
8267
8269
|
clearedFlags: e.array(st)
|
|
@@ -8294,7 +8296,7 @@ const Ao = e.object({
|
|
|
8294
8296
|
clearFlags: e.array(e.string())
|
|
8295
8297
|
}), jo = e.object({
|
|
8296
8298
|
autoRenewalPlanName: e.string()
|
|
8297
|
-
}),
|
|
8299
|
+
}), Vm = e.object({
|
|
8298
8300
|
renewalTransactionType: e.string().optional(),
|
|
8299
8301
|
newTermDuration: e.number().optional(),
|
|
8300
8302
|
renewalTransactionCreateTime: e.string(),
|
|
@@ -8307,7 +8309,7 @@ const Ao = e.object({
|
|
|
8307
8309
|
e.literal("inherit"),
|
|
8308
8310
|
e.literal("policy")
|
|
8309
8311
|
])
|
|
8310
|
-
}),
|
|
8312
|
+
}), Hm = e.object({
|
|
8311
8313
|
billingTrigger: e.union([e.literal("accept"), e.literal("issue")])
|
|
8312
8314
|
}), cn = e.object({
|
|
8313
8315
|
delinquencyPlanName: e.string()
|
|
@@ -8383,7 +8385,7 @@ const vr = fr.and(
|
|
|
8383
8385
|
]),
|
|
8384
8386
|
effectiveTime: e.string()
|
|
8385
8387
|
})
|
|
8386
|
-
),
|
|
8388
|
+
), Ym = e.lazy(
|
|
8387
8389
|
() => e.object({
|
|
8388
8390
|
locator: e.string(),
|
|
8389
8391
|
transactionCategory: e.union([
|
|
@@ -8421,7 +8423,7 @@ const vr = fr.and(
|
|
|
8421
8423
|
validationResult: et.optional(),
|
|
8422
8424
|
changeInstructions: e.array(e.record(e.unknown())),
|
|
8423
8425
|
effectiveTime: e.string(),
|
|
8424
|
-
aggregatedTransactions: e.array(
|
|
8426
|
+
aggregatedTransactions: e.array(Ym),
|
|
8425
8427
|
termLocator: e.string(),
|
|
8426
8428
|
preferences: $e.optional(),
|
|
8427
8429
|
transactionType: e.string(),
|
|
@@ -8620,16 +8622,16 @@ e.object({
|
|
|
8620
8622
|
});
|
|
8621
8623
|
e.object({
|
|
8622
8624
|
locator: e.string(),
|
|
8623
|
-
requestBody:
|
|
8625
|
+
requestBody: Vm
|
|
8624
8626
|
});
|
|
8625
8627
|
e.object({
|
|
8626
8628
|
locator: e.string(),
|
|
8627
|
-
requestBody:
|
|
8629
|
+
requestBody: Nm
|
|
8628
8630
|
});
|
|
8629
8631
|
e.object({
|
|
8630
8632
|
locator: e.string()
|
|
8631
8633
|
});
|
|
8632
|
-
const
|
|
8634
|
+
const Wm = e.object({
|
|
8633
8635
|
locator: e.string(),
|
|
8634
8636
|
type: e.string(),
|
|
8635
8637
|
accountState: e.union([
|
|
@@ -8673,7 +8675,7 @@ const Ym = e.object({
|
|
|
8673
8675
|
]),
|
|
8674
8676
|
region: e.string(),
|
|
8675
8677
|
invoiceDocument: e.string()
|
|
8676
|
-
}),
|
|
8678
|
+
}), Xm = e.object({
|
|
8677
8679
|
type: e.string(),
|
|
8678
8680
|
delinquencyPlanName: e.string(),
|
|
8679
8681
|
shortfallTolerancePlanName: e.string(),
|
|
@@ -8722,7 +8724,7 @@ e.record(
|
|
|
8722
8724
|
e.record(e.array(e.string()))
|
|
8723
8725
|
);
|
|
8724
8726
|
e.object({
|
|
8725
|
-
requestBody:
|
|
8727
|
+
requestBody: Im
|
|
8726
8728
|
});
|
|
8727
8729
|
e.object({
|
|
8728
8730
|
accountLocator: e.string(),
|
|
@@ -8801,7 +8803,7 @@ e.object({
|
|
|
8801
8803
|
locator: e.string()
|
|
8802
8804
|
});
|
|
8803
8805
|
e.object({
|
|
8804
|
-
requestBody:
|
|
8806
|
+
requestBody: Pm
|
|
8805
8807
|
});
|
|
8806
8808
|
e.object({
|
|
8807
8809
|
requestBody: $o
|
|
@@ -8884,7 +8886,7 @@ e.object({
|
|
|
8884
8886
|
e.object({
|
|
8885
8887
|
locator: e.string()
|
|
8886
8888
|
});
|
|
8887
|
-
const
|
|
8889
|
+
const Qm = e.object({
|
|
8888
8890
|
quoteLocator: e.string(),
|
|
8889
8891
|
flags: e.array(st),
|
|
8890
8892
|
clearedFlags: e.array(st)
|
|
@@ -8941,7 +8943,7 @@ e.object({
|
|
|
8941
8943
|
});
|
|
8942
8944
|
e.object({
|
|
8943
8945
|
locator: e.string(),
|
|
8944
|
-
requestBody:
|
|
8946
|
+
requestBody: Mm
|
|
8945
8947
|
});
|
|
8946
8948
|
e.object({
|
|
8947
8949
|
locator: e.string()
|
|
@@ -9019,7 +9021,7 @@ e.object({
|
|
|
9019
9021
|
});
|
|
9020
9022
|
e.object({
|
|
9021
9023
|
locator: e.string(),
|
|
9022
|
-
requestBody:
|
|
9024
|
+
requestBody: Hm
|
|
9023
9025
|
});
|
|
9024
9026
|
e.object({
|
|
9025
9027
|
locator: e.string(),
|
|
@@ -9098,7 +9100,7 @@ e.object({
|
|
|
9098
9100
|
e.object({
|
|
9099
9101
|
termNumber: e.string()
|
|
9100
9102
|
});
|
|
9101
|
-
e.array(
|
|
9103
|
+
e.array(Um);
|
|
9102
9104
|
e.object({
|
|
9103
9105
|
locator: e.string()
|
|
9104
9106
|
});
|
|
@@ -9189,11 +9191,11 @@ e.object({
|
|
|
9189
9191
|
policyNumber: e.string()
|
|
9190
9192
|
});
|
|
9191
9193
|
e.array(Eo);
|
|
9192
|
-
const
|
|
9194
|
+
const Jm = e.object({
|
|
9193
9195
|
"policy.account.update": _a.optional(),
|
|
9194
9196
|
"policy.account.validate": _a.optional(),
|
|
9195
9197
|
"policy.account.create": _a.optional()
|
|
9196
|
-
}),
|
|
9198
|
+
}), ef = e.object({
|
|
9197
9199
|
"policy.renewal.accept": N.optional(),
|
|
9198
9200
|
"policy.cancellation.reset": N.optional(),
|
|
9199
9201
|
"policy.cancellation.issue": N.optional(),
|
|
@@ -9277,7 +9279,7 @@ e.object({
|
|
|
9277
9279
|
accountNumber: e.string()
|
|
9278
9280
|
});
|
|
9279
9281
|
e.array(
|
|
9280
|
-
|
|
9282
|
+
Wm
|
|
9281
9283
|
);
|
|
9282
9284
|
e.object({
|
|
9283
9285
|
count: e.number().optional(),
|
|
@@ -9285,7 +9287,7 @@ e.object({
|
|
|
9285
9287
|
offset: e.number().optional()
|
|
9286
9288
|
});
|
|
9287
9289
|
e.record(e.unknown());
|
|
9288
|
-
const
|
|
9290
|
+
const tf = e.object({
|
|
9289
9291
|
quoteLocator: e.string(),
|
|
9290
9292
|
underwritingStatus: e.union([
|
|
9291
9293
|
e.literal("none"),
|
|
@@ -9295,7 +9297,7 @@ const ef = e.object({
|
|
|
9295
9297
|
e.literal("reject"),
|
|
9296
9298
|
e.literal("approve")
|
|
9297
9299
|
]),
|
|
9298
|
-
underwritingFlags: e.array(
|
|
9300
|
+
underwritingFlags: e.array(qm)
|
|
9299
9301
|
});
|
|
9300
9302
|
e.object({
|
|
9301
9303
|
locator: e.string(),
|
|
@@ -9312,9 +9314,9 @@ e.object({
|
|
|
9312
9314
|
});
|
|
9313
9315
|
e.object({
|
|
9314
9316
|
locator: e.string(),
|
|
9315
|
-
requestBody:
|
|
9317
|
+
requestBody: Xm
|
|
9316
9318
|
});
|
|
9317
|
-
const
|
|
9319
|
+
const rf = e.object({
|
|
9318
9320
|
"policy.quote.issue": be.optional(),
|
|
9319
9321
|
"policy.quote.staticdata.replace": be.optional(),
|
|
9320
9322
|
"policy.quote.create": be.optional(),
|
|
@@ -9322,8 +9324,8 @@ const tf = e.object({
|
|
|
9322
9324
|
"policy.quote.staticdata.update": be.optional(),
|
|
9323
9325
|
"policy.quote.refuse": be.optional(),
|
|
9324
9326
|
"policy.quote.staticdata.add": be.optional(),
|
|
9325
|
-
"policy.quote.underwrite":
|
|
9326
|
-
"policy.quote.manualunderwrite":
|
|
9327
|
+
"policy.quote.underwrite": tf.optional(),
|
|
9328
|
+
"policy.quote.manualunderwrite": Bm.optional(),
|
|
9327
9329
|
"policy.quote.update": be.optional(),
|
|
9328
9330
|
"policy.quote.price": be.optional(),
|
|
9329
9331
|
"policy.quote.validate": be.optional(),
|
|
@@ -9331,52 +9333,52 @@ const tf = e.object({
|
|
|
9331
9333
|
"policy.quote.accept": be.optional()
|
|
9332
9334
|
});
|
|
9333
9335
|
e.object({
|
|
9334
|
-
accountEvents:
|
|
9335
|
-
quoteEvents:
|
|
9336
|
-
transactionEvents:
|
|
9336
|
+
accountEvents: Jm.optional(),
|
|
9337
|
+
quoteEvents: rf.optional(),
|
|
9338
|
+
transactionEvents: ef.optional()
|
|
9337
9339
|
});
|
|
9338
|
-
const oa = e.string().uuid(), U = e.string().ulid(), q = e.string().datetime(), dt = e.record(e.string(), e.string()), J = e.record(e.string(), e.any()), sa = oa, Ne = oa, Tr = U, Je = U, _r = U, Re = U, kr = U, un = U, Co = U, ur = U,
|
|
9340
|
+
const oa = e.string().uuid(), U = e.string().ulid(), q = e.string().datetime(), dt = e.record(e.string(), e.string()), J = e.record(e.string(), e.any()), sa = oa, Ne = oa, Tr = U, Je = U, _r = U, Re = U, kr = U, un = U, Co = U, ur = U, af = U;
|
|
9339
9341
|
function Dt(r) {
|
|
9340
9342
|
return e.object({
|
|
9341
9343
|
listCompleted: e.boolean(),
|
|
9342
9344
|
items: e.array(r)
|
|
9343
9345
|
});
|
|
9344
9346
|
}
|
|
9345
|
-
function
|
|
9347
|
+
function nf(r) {
|
|
9346
9348
|
return e.array(r);
|
|
9347
9349
|
}
|
|
9348
|
-
const
|
|
9350
|
+
const of = wo.merge(
|
|
9349
9351
|
e.object({ locator: Je })
|
|
9350
9352
|
), dn = et.merge(
|
|
9351
9353
|
e.object({
|
|
9352
|
-
validationItems: e.array(
|
|
9354
|
+
validationItems: e.array(of).optional()
|
|
9353
9355
|
})
|
|
9354
9356
|
);
|
|
9355
9357
|
e.object({
|
|
9356
9358
|
offset: e.coerce.number().nonnegative().int().optional(),
|
|
9357
9359
|
count: e.coerce.number().nonnegative().int().optional()
|
|
9358
9360
|
});
|
|
9359
|
-
const
|
|
9361
|
+
const sf = e.object({
|
|
9360
9362
|
type: e.string(),
|
|
9361
9363
|
locator: Je,
|
|
9362
9364
|
staticLocator: U,
|
|
9363
9365
|
parentLocator: Je,
|
|
9364
9366
|
originalEffectiveTime: q.optional(),
|
|
9365
|
-
category:
|
|
9367
|
+
category: Og.optional(),
|
|
9366
9368
|
data: J.optional(),
|
|
9367
9369
|
coverageTerms: dt.optional()
|
|
9368
9370
|
// elements: recursive so we add it via .extend() and .lazy()
|
|
9369
|
-
}), Lo =
|
|
9371
|
+
}), Lo = sf.extend({
|
|
9370
9372
|
elements: e.lazy(() => Lo.array().optional())
|
|
9371
|
-
}),
|
|
9373
|
+
}), lf = e.object({
|
|
9372
9374
|
type: e.string(),
|
|
9373
9375
|
staticLocator: U.optional(),
|
|
9374
9376
|
parentLocator: Je,
|
|
9375
9377
|
data: J,
|
|
9376
9378
|
coverageTerms: dt
|
|
9377
|
-
}), pn =
|
|
9379
|
+
}), pn = lf.extend({
|
|
9378
9380
|
elements: e.lazy(() => pn.array().optional())
|
|
9379
|
-
}),
|
|
9381
|
+
}), cf = na.merge(
|
|
9380
9382
|
e.object({
|
|
9381
9383
|
locator: Je,
|
|
9382
9384
|
setData: J,
|
|
@@ -9384,10 +9386,10 @@ const of = e.object({
|
|
|
9384
9386
|
setCoverageTerms: dt,
|
|
9385
9387
|
removeCoverageTerms: J
|
|
9386
9388
|
})
|
|
9387
|
-
),
|
|
9389
|
+
), uf = Pt.merge(
|
|
9388
9390
|
e.object({
|
|
9389
9391
|
locator: un,
|
|
9390
|
-
segmentType:
|
|
9392
|
+
segmentType: Mg,
|
|
9391
9393
|
startTime: q,
|
|
9392
9394
|
endTime: q,
|
|
9393
9395
|
element: Lo,
|
|
@@ -9421,9 +9423,9 @@ const Po = ho.merge(
|
|
|
9421
9423
|
e.object({
|
|
9422
9424
|
cadence: co.optional(),
|
|
9423
9425
|
anchorMode: lo.optional(),
|
|
9424
|
-
anchorType:
|
|
9425
|
-
dayOfWeek:
|
|
9426
|
-
weekOfMonth:
|
|
9426
|
+
anchorType: Cg.optional(),
|
|
9427
|
+
dayOfWeek: Pg.optional(),
|
|
9428
|
+
weekOfMonth: Bg.optional(),
|
|
9427
9429
|
installmentWeights: e.array(e.number()).optional()
|
|
9428
9430
|
})
|
|
9429
9431
|
), Do = yo.merge(
|
|
@@ -9433,12 +9435,12 @@ const Po = ho.merge(
|
|
|
9433
9435
|
installmentPreferences: Po.optional(),
|
|
9434
9436
|
billingPreferences: Do.optional()
|
|
9435
9437
|
})
|
|
9436
|
-
),
|
|
9438
|
+
), df = _o.merge(
|
|
9437
9439
|
e.object({
|
|
9438
9440
|
locator: U,
|
|
9439
9441
|
transactionCategory: Xa,
|
|
9440
9442
|
preferences: Ot,
|
|
9441
|
-
segment:
|
|
9443
|
+
segment: uf
|
|
9442
9444
|
})
|
|
9443
9445
|
);
|
|
9444
9446
|
So.merge(
|
|
@@ -9446,18 +9448,18 @@ So.merge(
|
|
|
9446
9448
|
locator: U,
|
|
9447
9449
|
accountLocator: U,
|
|
9448
9450
|
static: J,
|
|
9449
|
-
transaction:
|
|
9451
|
+
transaction: df
|
|
9450
9452
|
})
|
|
9451
9453
|
);
|
|
9452
9454
|
ia.merge(
|
|
9453
9455
|
e.object({ billing: kt })
|
|
9454
9456
|
);
|
|
9455
9457
|
cn.merge(e.object({}));
|
|
9456
|
-
|
|
9458
|
+
nf(ko);
|
|
9457
9459
|
const Oo = e.object({
|
|
9458
9460
|
installmentPreferences: Po.optional(),
|
|
9459
9461
|
billingPreferences: Do.optional()
|
|
9460
|
-
}),
|
|
9462
|
+
}), pf = e.enum([
|
|
9461
9463
|
"draft",
|
|
9462
9464
|
"validated",
|
|
9463
9465
|
"discarded"
|
|
@@ -9482,7 +9484,7 @@ No.extend({
|
|
|
9482
9484
|
e.object({
|
|
9483
9485
|
locator: e.string().ulid(),
|
|
9484
9486
|
type: e.string(),
|
|
9485
|
-
accountState:
|
|
9487
|
+
accountState: pf,
|
|
9486
9488
|
data: e.record(e.any()).optional(),
|
|
9487
9489
|
autoRenewalPlanName: e.string().optional(),
|
|
9488
9490
|
delinquencyPlanName: e.string().optional(),
|
|
@@ -9495,7 +9497,7 @@ e.object({
|
|
|
9495
9497
|
});
|
|
9496
9498
|
e.enum(["", "?", "+", "*", "!"]);
|
|
9497
9499
|
e.enum(["?", "*"]);
|
|
9498
|
-
const mn = Ha,
|
|
9500
|
+
const mn = Ha, gf = Ka, mf = e.enum(["accept", "issue"]);
|
|
9499
9501
|
e.object({
|
|
9500
9502
|
locator: e.string(),
|
|
9501
9503
|
accountLocator: e.string(),
|
|
@@ -9505,8 +9507,8 @@ e.object({
|
|
|
9505
9507
|
startTime: e.string(),
|
|
9506
9508
|
endTime: e.string(),
|
|
9507
9509
|
durationBasis: mn,
|
|
9508
|
-
billingLevel:
|
|
9509
|
-
billingTrigger:
|
|
9510
|
+
billingLevel: gf,
|
|
9511
|
+
billingTrigger: mf,
|
|
9510
9512
|
createdAt: e.string().optional(),
|
|
9511
9513
|
createdBy: e.string().optional(),
|
|
9512
9514
|
currency: e.string(),
|
|
@@ -9541,7 +9543,7 @@ const fn = e.enum([
|
|
|
9541
9543
|
"reinstatement",
|
|
9542
9544
|
"reversal",
|
|
9543
9545
|
"aggregate"
|
|
9544
|
-
]),
|
|
9546
|
+
]), ff = e.object({
|
|
9545
9547
|
locator: e.string(),
|
|
9546
9548
|
startTime: e.string(),
|
|
9547
9549
|
endTime: e.string(),
|
|
@@ -9549,12 +9551,12 @@ const fn = e.enum([
|
|
|
9549
9551
|
element: an,
|
|
9550
9552
|
segmentType: e.enum(["coverage", "gap"]),
|
|
9551
9553
|
basedOn: e.string().optional()
|
|
9552
|
-
}),
|
|
9554
|
+
}), yf = e.object({
|
|
9553
9555
|
locator: e.string(),
|
|
9554
9556
|
issuedTime: e.string(),
|
|
9555
9557
|
effectiveTime: e.string(),
|
|
9556
9558
|
preferences: to.optional(),
|
|
9557
|
-
segment:
|
|
9559
|
+
segment: ff,
|
|
9558
9560
|
transactionCategory: la,
|
|
9559
9561
|
transactionType: e.string()
|
|
9560
9562
|
}), Mo = e.object({
|
|
@@ -9563,13 +9565,13 @@ const fn = e.enum([
|
|
|
9563
9565
|
name: e.string().optional(),
|
|
9564
9566
|
documentInstanceState: Va,
|
|
9565
9567
|
referenceType: za
|
|
9566
|
-
}),
|
|
9568
|
+
}), hf = e.object({
|
|
9567
9569
|
locator: e.string(),
|
|
9568
9570
|
staticLocator: e.string(),
|
|
9569
9571
|
type: e.string(),
|
|
9570
9572
|
chargeSummaries: e.record(e.number()).optional(),
|
|
9571
9573
|
data: e.record(e.any()).optional()
|
|
9572
|
-
}),
|
|
9574
|
+
}), bf = e.object({
|
|
9573
9575
|
locator: e.string(),
|
|
9574
9576
|
startTime: e.string(),
|
|
9575
9577
|
endTime: e.string(),
|
|
@@ -9577,7 +9579,7 @@ const fn = e.enum([
|
|
|
9577
9579
|
basedOn: e.string().optional(),
|
|
9578
9580
|
type: e.enum(["coverage", "gap"]),
|
|
9579
9581
|
documentSummary: Mo.array().optional(),
|
|
9580
|
-
elements:
|
|
9582
|
+
elements: hf.array()
|
|
9581
9583
|
});
|
|
9582
9584
|
e.object({
|
|
9583
9585
|
locator: e.string(),
|
|
@@ -9588,30 +9590,30 @@ e.object({
|
|
|
9588
9590
|
duration: e.number(),
|
|
9589
9591
|
durationBasis: mn,
|
|
9590
9592
|
termNumber: e.number().int(),
|
|
9591
|
-
subsegments:
|
|
9593
|
+
subsegments: bf.array().optional(),
|
|
9592
9594
|
documentSummary: Mo.array().optional()
|
|
9593
9595
|
});
|
|
9594
|
-
const
|
|
9596
|
+
const vf = e.object({
|
|
9595
9597
|
locator: e.string(),
|
|
9596
9598
|
staticLocator: e.string(),
|
|
9597
9599
|
name: e.string(),
|
|
9598
9600
|
state: Va,
|
|
9599
9601
|
referenceType: za
|
|
9600
|
-
}),
|
|
9602
|
+
}), Tf = e.object({
|
|
9601
9603
|
locator: e.string(),
|
|
9602
9604
|
staticLocator: e.string(),
|
|
9603
9605
|
type: e.string(),
|
|
9604
9606
|
chargeSummaries: e.record(e.number()),
|
|
9605
9607
|
data: e.record(e.any())
|
|
9606
|
-
}),
|
|
9608
|
+
}), _f = e.object({
|
|
9607
9609
|
locator: e.string(),
|
|
9608
9610
|
startTime: e.string(),
|
|
9609
9611
|
endTime: e.string(),
|
|
9610
9612
|
duration: e.number(),
|
|
9611
9613
|
basedOn: e.string(),
|
|
9612
9614
|
type: e.enum(["coverage", "gap"]),
|
|
9613
|
-
documentSummary:
|
|
9614
|
-
elements:
|
|
9615
|
+
documentSummary: vf.array(),
|
|
9616
|
+
elements: Tf.array()
|
|
9615
9617
|
}), Io = e.object({
|
|
9616
9618
|
locator: e.string(),
|
|
9617
9619
|
staticLocator: e.string(),
|
|
@@ -9629,7 +9631,7 @@ Io.extend({
|
|
|
9629
9631
|
duration: e.number(),
|
|
9630
9632
|
durationBasis: mn,
|
|
9631
9633
|
termNumber: e.number().int(),
|
|
9632
|
-
subsegments:
|
|
9634
|
+
subsegments: _f.array()
|
|
9633
9635
|
});
|
|
9634
9636
|
e.object({
|
|
9635
9637
|
locator: e.string(),
|
|
@@ -9637,7 +9639,7 @@ e.object({
|
|
|
9637
9639
|
productName: e.string(),
|
|
9638
9640
|
currency: e.string(),
|
|
9639
9641
|
timezone: e.string(),
|
|
9640
|
-
transaction:
|
|
9642
|
+
transaction: yf,
|
|
9641
9643
|
static: e.record(e.any()).optional(),
|
|
9642
9644
|
delinquencyPlanName: e.string().optional()
|
|
9643
9645
|
});
|
|
@@ -9750,22 +9752,22 @@ e.object({
|
|
|
9750
9752
|
}).optional(),
|
|
9751
9753
|
triggerBillingChange: e.boolean().optional()
|
|
9752
9754
|
});
|
|
9753
|
-
const
|
|
9755
|
+
const Af = e.enum([
|
|
9754
9756
|
"premium",
|
|
9755
9757
|
"tax",
|
|
9756
9758
|
"fee",
|
|
9757
9759
|
"credit",
|
|
9758
9760
|
"nonFinancial",
|
|
9759
9761
|
"surcharge"
|
|
9760
|
-
]),
|
|
9761
|
-
|
|
9762
|
+
]), jf = e.union([
|
|
9763
|
+
Af,
|
|
9762
9764
|
e.string()
|
|
9763
|
-
]),
|
|
9765
|
+
]), wf = e.object({
|
|
9764
9766
|
locator: e.string(),
|
|
9765
9767
|
elementLocator: e.string(),
|
|
9766
9768
|
elementStaticLocator: e.string(),
|
|
9767
9769
|
amount: e.number(),
|
|
9768
|
-
chargeCategory:
|
|
9770
|
+
chargeCategory: jf,
|
|
9769
9771
|
chargeType: e.string(),
|
|
9770
9772
|
rate: e.number(),
|
|
9771
9773
|
reversalOfLocator: e.string().optional(),
|
|
@@ -9780,7 +9782,7 @@ const _f = e.enum([
|
|
|
9780
9782
|
termLocator: e.string().optional(),
|
|
9781
9783
|
createdAt: e.string().optional(),
|
|
9782
9784
|
createdBy: e.string().uuid().optional(),
|
|
9783
|
-
charges: e.array(
|
|
9785
|
+
charges: e.array(wf).optional()
|
|
9784
9786
|
});
|
|
9785
9787
|
Kn.extend({
|
|
9786
9788
|
aggregatedTransactions: e.array(Kn).optional()
|
|
@@ -9809,7 +9811,7 @@ e.object({
|
|
|
9809
9811
|
clearedFlags: cr.array().optional(),
|
|
9810
9812
|
flags: cr.array().optional()
|
|
9811
9813
|
});
|
|
9812
|
-
const
|
|
9814
|
+
const xf = e.enum(["open", "settled"]), Ef = e.object({
|
|
9813
9815
|
locator: e.string(),
|
|
9814
9816
|
elementStaticLocator: e.string(),
|
|
9815
9817
|
invoiceLocator: e.string(),
|
|
@@ -9831,25 +9833,25 @@ e.object({
|
|
|
9831
9833
|
accountLocator: e.string(),
|
|
9832
9834
|
startTime: e.string(),
|
|
9833
9835
|
endTime: e.string(),
|
|
9834
|
-
invoiceState:
|
|
9836
|
+
invoiceState: xf,
|
|
9835
9837
|
currency: ta,
|
|
9836
9838
|
dueTime: e.string(),
|
|
9837
9839
|
generatedTime: e.string(),
|
|
9838
9840
|
timezone: e.string(),
|
|
9839
|
-
invoiceItems:
|
|
9841
|
+
invoiceItems: Ef.array(),
|
|
9840
9842
|
totalAmount: e.number().optional(),
|
|
9841
9843
|
totalRemainingAmount: e.number().optional(),
|
|
9842
9844
|
unsettledTime: e.string().optional(),
|
|
9843
9845
|
invoiceNumber: e.string().optional()
|
|
9844
9846
|
});
|
|
9845
|
-
const
|
|
9847
|
+
const $f = e.enum([
|
|
9846
9848
|
"draft",
|
|
9847
9849
|
"validated",
|
|
9848
9850
|
"priced",
|
|
9849
9851
|
"underwritten",
|
|
9850
9852
|
"accepted",
|
|
9851
9853
|
"issued"
|
|
9852
|
-
]),
|
|
9854
|
+
]), Sf = e.enum(["policy", "invoice"]), Cf = e.enum([
|
|
9853
9855
|
"preGrace",
|
|
9854
9856
|
"inGrace",
|
|
9855
9857
|
"lapseTriggered",
|
|
@@ -9860,11 +9862,11 @@ e.enum([
|
|
|
9860
9862
|
"quote",
|
|
9861
9863
|
"invoice"
|
|
9862
9864
|
]);
|
|
9863
|
-
const
|
|
9864
|
-
advanceLapseTo:
|
|
9865
|
+
const Lf = e.object({
|
|
9866
|
+
advanceLapseTo: $f,
|
|
9865
9867
|
gracePeriodDays: e.number(),
|
|
9866
9868
|
lapseTransactionType: e.string(),
|
|
9867
|
-
delinquencyLevel:
|
|
9869
|
+
delinquencyLevel: Sf.optional()
|
|
9868
9870
|
});
|
|
9869
9871
|
e.object({
|
|
9870
9872
|
locator: e.string(),
|
|
@@ -9877,9 +9879,9 @@ e.object({
|
|
|
9877
9879
|
e.object({
|
|
9878
9880
|
locator: e.string(),
|
|
9879
9881
|
accountLocator: e.string(),
|
|
9880
|
-
delinquencyState:
|
|
9882
|
+
delinquencyState: Cf,
|
|
9881
9883
|
createdAt: e.string(),
|
|
9882
|
-
settings:
|
|
9884
|
+
settings: Lf,
|
|
9883
9885
|
timezone: e.string(),
|
|
9884
9886
|
updatedAt: e.string(),
|
|
9885
9887
|
graceEndAt: e.string().optional(),
|
|
@@ -9887,17 +9889,17 @@ e.object({
|
|
|
9887
9889
|
lapseTransactionEffectiveDate: e.string().optional(),
|
|
9888
9890
|
references: e.array(e.object({})).optional()
|
|
9889
9891
|
});
|
|
9890
|
-
const
|
|
9892
|
+
const kf = e.enum(["invoice", "account"]), _t = e.object({
|
|
9891
9893
|
containerLocator: e.string(),
|
|
9892
|
-
containerType:
|
|
9894
|
+
containerType: kf,
|
|
9893
9895
|
amount: e.number().optional()
|
|
9894
|
-
}),
|
|
9896
|
+
}), Pf = e.enum([
|
|
9895
9897
|
"ach",
|
|
9896
9898
|
"cash",
|
|
9897
9899
|
"eft",
|
|
9898
9900
|
"standard",
|
|
9899
9901
|
"wire"
|
|
9900
|
-
]),
|
|
9902
|
+
]), Df = e.enum([
|
|
9901
9903
|
"draft",
|
|
9902
9904
|
"validated",
|
|
9903
9905
|
"posted",
|
|
@@ -9913,13 +9915,13 @@ e.object({
|
|
|
9913
9915
|
accountLocator: e.string().optional(),
|
|
9914
9916
|
financialInstrumentLocator: e.string().optional(),
|
|
9915
9917
|
currency: e.string().optional(),
|
|
9916
|
-
transactionMethod:
|
|
9918
|
+
transactionMethod: Pf.optional(),
|
|
9917
9919
|
transactionNumber: e.string().optional()
|
|
9918
9920
|
});
|
|
9919
9921
|
e.object({
|
|
9920
9922
|
locator: e.string(),
|
|
9921
9923
|
currency: ta,
|
|
9922
|
-
paymentState:
|
|
9924
|
+
paymentState: Df,
|
|
9923
9925
|
amount: e.number(),
|
|
9924
9926
|
type: e.string(),
|
|
9925
9927
|
data: e.record(e.any()).optional(),
|
|
@@ -9942,7 +9944,7 @@ e.object({
|
|
|
9942
9944
|
accountLocator: e.string().optional(),
|
|
9943
9945
|
currency: e.string().optional()
|
|
9944
9946
|
});
|
|
9945
|
-
const
|
|
9947
|
+
const Of = e.enum([
|
|
9946
9948
|
"draft",
|
|
9947
9949
|
"validated",
|
|
9948
9950
|
"executed",
|
|
@@ -9952,7 +9954,7 @@ const Df = e.enum([
|
|
|
9952
9954
|
e.object({
|
|
9953
9955
|
locator: e.string(),
|
|
9954
9956
|
currency: ta,
|
|
9955
|
-
creditDistributionState:
|
|
9957
|
+
creditDistributionState: Of,
|
|
9956
9958
|
amount: e.number(),
|
|
9957
9959
|
createdAt: e.string(),
|
|
9958
9960
|
createdBy: e.string(),
|
|
@@ -9968,7 +9970,7 @@ e.object({
|
|
|
9968
9970
|
e.object({
|
|
9969
9971
|
reversalType: e.string()
|
|
9970
9972
|
});
|
|
9971
|
-
const
|
|
9973
|
+
const Nf = e.enum([
|
|
9972
9974
|
"accountCreditBalance",
|
|
9973
9975
|
"cash",
|
|
9974
9976
|
"charge",
|
|
@@ -9979,12 +9981,12 @@ const Of = e.enum([
|
|
|
9979
9981
|
"policy",
|
|
9980
9982
|
"transaction",
|
|
9981
9983
|
"accountExpenseBalance"
|
|
9982
|
-
]),
|
|
9984
|
+
]), Mf = e.enum([
|
|
9983
9985
|
"credit",
|
|
9984
9986
|
"debit"
|
|
9985
|
-
]),
|
|
9987
|
+
]), If = e.object({
|
|
9986
9988
|
faTransactionLocator: e.string(),
|
|
9987
|
-
accountingType:
|
|
9989
|
+
accountingType: Mf,
|
|
9988
9990
|
amount: e.number(),
|
|
9989
9991
|
faTransactionNote: e.string(),
|
|
9990
9992
|
faTransactionTime: e.string()
|
|
@@ -9993,8 +9995,8 @@ e.object({
|
|
|
9993
9995
|
referenceLocator: e.string(),
|
|
9994
9996
|
currency: ta,
|
|
9995
9997
|
balance: e.number(),
|
|
9996
|
-
referenceType:
|
|
9997
|
-
lineItems:
|
|
9998
|
+
referenceType: Nf,
|
|
9999
|
+
lineItems: If.array()
|
|
9998
10000
|
});
|
|
9999
10001
|
const Bo = e.object({
|
|
10000
10002
|
name: e.string(),
|
|
@@ -10030,7 +10032,7 @@ const Bo = e.object({
|
|
|
10030
10032
|
acsUrl: e.string(),
|
|
10031
10033
|
entityId: e.string(),
|
|
10032
10034
|
singleSignOnServiceUrl: e.string()
|
|
10033
|
-
}),
|
|
10035
|
+
}), Bf = e.object({
|
|
10034
10036
|
passwordPolicies: e.record(e.number())
|
|
10035
10037
|
}), Uo = e.object({
|
|
10036
10038
|
version: e.number(),
|
|
@@ -10047,7 +10049,7 @@ const Bo = e.object({
|
|
|
10047
10049
|
}), zo = e.object({
|
|
10048
10050
|
addTenants: e.array(e.string()),
|
|
10049
10051
|
removeTenants: e.array(e.string())
|
|
10050
|
-
}),
|
|
10052
|
+
}), Rf = e.object({
|
|
10051
10053
|
name: e.string(),
|
|
10052
10054
|
locator: e.string(),
|
|
10053
10055
|
permissions: e.array(e.string()),
|
|
@@ -10055,7 +10057,7 @@ const Bo = e.object({
|
|
|
10055
10057
|
createdAt: e.string(),
|
|
10056
10058
|
createdBy: e.string(),
|
|
10057
10059
|
description: e.string()
|
|
10058
|
-
}),
|
|
10060
|
+
}), qf = e.object({
|
|
10059
10061
|
locator: e.string(),
|
|
10060
10062
|
name: e.string(),
|
|
10061
10063
|
type: e.union([
|
|
@@ -10093,14 +10095,14 @@ e.union([
|
|
|
10093
10095
|
e.literal("account"),
|
|
10094
10096
|
e.literal("policy")
|
|
10095
10097
|
]);
|
|
10096
|
-
const
|
|
10098
|
+
const Ff = e.object({
|
|
10097
10099
|
tenantLocator: e.string(),
|
|
10098
10100
|
type: e.union([e.literal("account"), e.literal("policy")]),
|
|
10099
10101
|
fields: e.record(e.array(e.string()))
|
|
10100
10102
|
});
|
|
10101
10103
|
e.union([e.literal("account"), e.literal("policy")]);
|
|
10102
10104
|
e.object({
|
|
10103
|
-
requestBody:
|
|
10105
|
+
requestBody: Bf
|
|
10104
10106
|
});
|
|
10105
10107
|
e.unknown();
|
|
10106
10108
|
e.object({
|
|
@@ -10149,7 +10151,7 @@ e.array(
|
|
|
10149
10151
|
);
|
|
10150
10152
|
e.object({
|
|
10151
10153
|
locator: e.string(),
|
|
10152
|
-
requestBody:
|
|
10154
|
+
requestBody: Ff
|
|
10153
10155
|
});
|
|
10154
10156
|
e.object({
|
|
10155
10157
|
locator: e.string()
|
|
@@ -10255,7 +10257,7 @@ Zo.merge(
|
|
|
10255
10257
|
e.object({})
|
|
10256
10258
|
);
|
|
10257
10259
|
qo.merge(e.object({}));
|
|
10258
|
-
const
|
|
10260
|
+
const Zf = Rf.merge(
|
|
10259
10261
|
e.object({
|
|
10260
10262
|
locator: U,
|
|
10261
10263
|
createdAt: q,
|
|
@@ -10263,20 +10265,20 @@ const Ff = Bf.merge(
|
|
|
10263
10265
|
})
|
|
10264
10266
|
);
|
|
10265
10267
|
Uo.merge(e.object({}));
|
|
10266
|
-
Dt(
|
|
10268
|
+
Dt(Zf);
|
|
10267
10269
|
Ko.merge(
|
|
10268
10270
|
e.object({})
|
|
10269
10271
|
);
|
|
10270
10272
|
zo.merge(e.object({}));
|
|
10271
|
-
const
|
|
10273
|
+
const Uf = e.enum([
|
|
10272
10274
|
"test",
|
|
10273
10275
|
"production",
|
|
10274
10276
|
"retired",
|
|
10275
10277
|
"deleted"
|
|
10276
|
-
]),
|
|
10278
|
+
]), Gf = qf.merge(
|
|
10277
10279
|
e.object({
|
|
10278
10280
|
locator: oa,
|
|
10279
|
-
type:
|
|
10281
|
+
type: Uf,
|
|
10280
10282
|
createdAt: q,
|
|
10281
10283
|
updatedAt: q,
|
|
10282
10284
|
createdBy: Ne,
|
|
@@ -10285,25 +10287,25 @@ const Zf = e.enum([
|
|
|
10285
10287
|
);
|
|
10286
10288
|
e.object({
|
|
10287
10289
|
listCompleted: e.boolean(),
|
|
10288
|
-
items: e.array(
|
|
10290
|
+
items: e.array(Gf)
|
|
10289
10291
|
});
|
|
10290
|
-
const
|
|
10291
|
-
e.object({ status:
|
|
10292
|
-
),
|
|
10292
|
+
const Kf = e.enum(["queued", "failed"]), zf = no.merge(
|
|
10293
|
+
e.object({ status: Kf })
|
|
10294
|
+
), Vf = Ya.merge(
|
|
10293
10295
|
e.object({
|
|
10294
10296
|
version1: U,
|
|
10295
10297
|
version2: U,
|
|
10296
10298
|
latestVersion: U,
|
|
10297
10299
|
plugins: e.record(e.string(), dt)
|
|
10298
10300
|
})
|
|
10299
|
-
),
|
|
10300
|
-
e.object({ metadata:
|
|
10301
|
+
), Hf = Wa.merge(
|
|
10302
|
+
e.object({ metadata: Vf })
|
|
10301
10303
|
);
|
|
10302
|
-
|
|
10304
|
+
bg.merge(
|
|
10303
10305
|
e.object({
|
|
10304
10306
|
locator: oa,
|
|
10305
|
-
bootstrapResult:
|
|
10306
|
-
deploymentResult:
|
|
10307
|
+
bootstrapResult: zf,
|
|
10308
|
+
deploymentResult: Hf
|
|
10307
10309
|
})
|
|
10308
10310
|
);
|
|
10309
10311
|
Go.merge(
|
|
@@ -10329,7 +10331,7 @@ hn.merge(
|
|
|
10329
10331
|
permissions: e.array(e.string()).optional()
|
|
10330
10332
|
})
|
|
10331
10333
|
);
|
|
10332
|
-
const
|
|
10334
|
+
const Yf = e.object({
|
|
10333
10335
|
locator: Ne,
|
|
10334
10336
|
userName: e.string(),
|
|
10335
10337
|
firstName: e.string().optional(),
|
|
@@ -10337,7 +10339,7 @@ const Hf = e.object({
|
|
|
10337
10339
|
});
|
|
10338
10340
|
e.object({
|
|
10339
10341
|
listCompleted: e.boolean(),
|
|
10340
|
-
items: e.array(
|
|
10342
|
+
items: e.array(Yf)
|
|
10341
10343
|
});
|
|
10342
10344
|
e.object({
|
|
10343
10345
|
firstName: e.string(),
|
|
@@ -10346,7 +10348,7 @@ e.object({
|
|
|
10346
10348
|
roles: e.array(e.string()),
|
|
10347
10349
|
tenants: e.array(e.string())
|
|
10348
10350
|
});
|
|
10349
|
-
const
|
|
10351
|
+
const Wf = e.object({
|
|
10350
10352
|
locator: e.string(),
|
|
10351
10353
|
referenceLocator: e.string(),
|
|
10352
10354
|
referenceType: e.union([
|
|
@@ -10425,7 +10427,7 @@ e.union([
|
|
|
10425
10427
|
e.literal("txt"),
|
|
10426
10428
|
e.literal("zip")
|
|
10427
10429
|
]);
|
|
10428
|
-
const
|
|
10430
|
+
const Xf = e.object({
|
|
10429
10431
|
locator: e.string(),
|
|
10430
10432
|
staticName: e.string(),
|
|
10431
10433
|
name: e.string(),
|
|
@@ -10458,7 +10460,7 @@ e.object({
|
|
|
10458
10460
|
e.literal("failed")
|
|
10459
10461
|
]),
|
|
10460
10462
|
childrenJobs: e.array(e.string()),
|
|
10461
|
-
documents: e.array(
|
|
10463
|
+
documents: e.array(Xf),
|
|
10462
10464
|
processingErrors: e.string(),
|
|
10463
10465
|
createdAt: e.string(),
|
|
10464
10466
|
createdBy: e.string(),
|
|
@@ -10586,7 +10588,7 @@ e.object({
|
|
|
10586
10588
|
jobLocator: e.string(),
|
|
10587
10589
|
locator: e.string()
|
|
10588
10590
|
});
|
|
10589
|
-
const
|
|
10591
|
+
const Qf = Wf.merge(
|
|
10590
10592
|
e.object({
|
|
10591
10593
|
locator: kr,
|
|
10592
10594
|
referenceLocator: kr,
|
|
@@ -10596,7 +10598,7 @@ const Xf = Yf.merge(
|
|
|
10596
10598
|
segmentLocator: un.optional(),
|
|
10597
10599
|
termLocator: Co.optional(),
|
|
10598
10600
|
policyLocator: _r.optional(),
|
|
10599
|
-
documentInstanceState:
|
|
10601
|
+
documentInstanceState: Dg,
|
|
10600
10602
|
documentFormat: Ja.optional(),
|
|
10601
10603
|
metadata: J.optional(),
|
|
10602
10604
|
createdAt: q,
|
|
@@ -10605,11 +10607,11 @@ const Xf = Yf.merge(
|
|
|
10605
10607
|
renderingData: J.optional()
|
|
10606
10608
|
})
|
|
10607
10609
|
);
|
|
10608
|
-
Dt(
|
|
10610
|
+
Dt(Qf);
|
|
10609
10611
|
e.object({
|
|
10610
10612
|
tenantLocator: sa
|
|
10611
10613
|
});
|
|
10612
|
-
const
|
|
10614
|
+
const Jf = e.object({
|
|
10613
10615
|
category: e.string().optional(),
|
|
10614
10616
|
documentFormat: Ja,
|
|
10615
10617
|
metadata: e.string().optional(),
|
|
@@ -10619,12 +10621,12 @@ const Qf = e.object({
|
|
|
10619
10621
|
segmentLocator: un.optional(),
|
|
10620
10622
|
staticName: e.string().optional(),
|
|
10621
10623
|
transactionLocator: Re.optional()
|
|
10622
|
-
}),
|
|
10624
|
+
}), ey = e.object({
|
|
10623
10625
|
name: e.string(),
|
|
10624
10626
|
filename: e.string(),
|
|
10625
10627
|
size: e.number().nonnegative().int(),
|
|
10626
10628
|
buffer: e.instanceof(Buffer)
|
|
10627
|
-
}),
|
|
10629
|
+
}), ty = e.object({
|
|
10628
10630
|
mimetype: e.enum([
|
|
10629
10631
|
Be.text,
|
|
10630
10632
|
Be.textHtml,
|
|
@@ -10635,28 +10637,28 @@ const Qf = e.object({
|
|
|
10635
10637
|
Be.applicationZipWindows,
|
|
10636
10638
|
Be.applicationOctetStream
|
|
10637
10639
|
])
|
|
10638
|
-
}).merge(
|
|
10640
|
+
}).merge(ey);
|
|
10639
10641
|
e.object({
|
|
10640
|
-
document:
|
|
10642
|
+
document: ty
|
|
10641
10643
|
});
|
|
10642
10644
|
e.object({
|
|
10643
10645
|
tenantLocator: sa
|
|
10644
10646
|
// NOTE: why do we want to merge them into one object - tenantLocator is in Path and all other params are in query
|
|
10645
10647
|
// see https://docs.socotra.com/api/documents/documentsApi.html#attachDocument
|
|
10646
|
-
}).merge(
|
|
10647
|
-
const
|
|
10648
|
+
}).merge(Jf);
|
|
10649
|
+
const ry = e.object({
|
|
10648
10650
|
name: e.string(),
|
|
10649
10651
|
type: e.string(),
|
|
10650
10652
|
searchable: e.boolean().optional()
|
|
10651
|
-
}),
|
|
10653
|
+
}), ay = e.object({
|
|
10652
10654
|
entityName: e.string(),
|
|
10653
10655
|
entityType: e.string(),
|
|
10654
10656
|
defaultSearchable: e.boolean().optional(),
|
|
10655
|
-
fields: e.array(
|
|
10657
|
+
fields: e.array(ry),
|
|
10656
10658
|
contents: e.array(e.string())
|
|
10657
|
-
}),
|
|
10659
|
+
}), ny = e.object({
|
|
10658
10660
|
defaultSearchable: e.boolean().optional(),
|
|
10659
|
-
objects: e.array(
|
|
10661
|
+
objects: e.array(ay)
|
|
10660
10662
|
}), Ho = e.object({
|
|
10661
10663
|
searchTerm: e.string(),
|
|
10662
10664
|
fieldName: e.string(),
|
|
@@ -10714,7 +10716,7 @@ e.object({
|
|
|
10714
10716
|
offset: e.number().optional(),
|
|
10715
10717
|
searchToken: e.string()
|
|
10716
10718
|
});
|
|
10717
|
-
const
|
|
10719
|
+
const iy = e.object({
|
|
10718
10720
|
searchString: e.string(),
|
|
10719
10721
|
searchEntityType: e.union([
|
|
10720
10722
|
e.literal("unspecified"),
|
|
@@ -10727,36 +10729,36 @@ const ny = e.object({
|
|
|
10727
10729
|
});
|
|
10728
10730
|
e.object({
|
|
10729
10731
|
deploymentVersion: e.string(),
|
|
10730
|
-
searchConfiguration:
|
|
10732
|
+
searchConfiguration: ny
|
|
10731
10733
|
});
|
|
10732
10734
|
e.object({
|
|
10733
10735
|
count: e.number().optional(),
|
|
10734
10736
|
offset: e.number().optional(),
|
|
10735
|
-
requestBody:
|
|
10737
|
+
requestBody: iy
|
|
10736
10738
|
});
|
|
10737
|
-
const
|
|
10739
|
+
const oy = e.string().uuid();
|
|
10738
10740
|
e.object({
|
|
10739
|
-
tenantLocator:
|
|
10741
|
+
tenantLocator: oy
|
|
10740
10742
|
});
|
|
10741
|
-
const
|
|
10743
|
+
const sy = e.object({
|
|
10742
10744
|
offset: e.string().optional(),
|
|
10743
10745
|
count: e.string().optional()
|
|
10744
10746
|
});
|
|
10745
10747
|
e.object({
|
|
10746
10748
|
searchToken: e.string()
|
|
10747
|
-
}).merge(
|
|
10748
|
-
const
|
|
10749
|
+
}).merge(sy);
|
|
10750
|
+
const ly = e.object({
|
|
10749
10751
|
fieldName: e.string().optional(),
|
|
10750
|
-
absolute:
|
|
10751
|
-
match:
|
|
10752
|
+
absolute: Sg.optional(),
|
|
10753
|
+
match: Ng.optional(),
|
|
10752
10754
|
searchTerm: e.string().optional()
|
|
10753
10755
|
}).merge(Ho);
|
|
10754
10756
|
e.object({
|
|
10755
10757
|
searchEntityType: po.optional(),
|
|
10756
10758
|
searchString: e.string().optional(),
|
|
10757
|
-
searchTerms: e.array(
|
|
10759
|
+
searchTerms: e.array(ly).optional()
|
|
10758
10760
|
});
|
|
10759
|
-
const
|
|
10761
|
+
const cy = Yo.merge(
|
|
10760
10762
|
e.object({
|
|
10761
10763
|
accountLocator: e.string().optional(),
|
|
10762
10764
|
searchEntityLocator: e.string().ulid(),
|
|
@@ -10771,7 +10773,7 @@ e.object({
|
|
|
10771
10773
|
count: e.number().int(),
|
|
10772
10774
|
offset: e.number().int(),
|
|
10773
10775
|
searchToken: e.string().optional(),
|
|
10774
|
-
results: e.array(
|
|
10776
|
+
results: e.array(cy)
|
|
10775
10777
|
});
|
|
10776
10778
|
const Wo = aa.merge(
|
|
10777
10779
|
e.object({
|
|
@@ -10779,13 +10781,13 @@ const Wo = aa.merge(
|
|
|
10779
10781
|
reversalOfLocator: U.optional(),
|
|
10780
10782
|
elementLocator: Je,
|
|
10781
10783
|
elementStaticLocator: U,
|
|
10782
|
-
chargeCategory:
|
|
10784
|
+
chargeCategory: kg
|
|
10783
10785
|
})
|
|
10784
10786
|
), ca = fr.merge(
|
|
10785
|
-
e.object({ locator: U, action:
|
|
10786
|
-
), cy = ca.merge(
|
|
10787
|
-
e.object({ elements: e.array(pn) })
|
|
10787
|
+
e.object({ locator: U, action: Lg })
|
|
10788
10788
|
), uy = ca.merge(
|
|
10789
|
+
e.object({ elements: e.array(pn) })
|
|
10790
|
+
), dy = ca.merge(
|
|
10789
10791
|
e.object({
|
|
10790
10792
|
staticLocator: U,
|
|
10791
10793
|
setData: J,
|
|
@@ -10801,13 +10803,13 @@ const Wo = aa.merge(
|
|
|
10801
10803
|
triggerBillingChange: e.boolean().optional(),
|
|
10802
10804
|
billingModeChange: e.boolean().optional()
|
|
10803
10805
|
})
|
|
10804
|
-
),
|
|
10806
|
+
), py = ca.merge(
|
|
10805
10807
|
e.object({ staticElementLocators: e.array(U) })
|
|
10806
10808
|
), ua = e.union([
|
|
10807
|
-
cy,
|
|
10808
10809
|
uy,
|
|
10810
|
+
dy,
|
|
10809
10811
|
Xo,
|
|
10810
|
-
|
|
10812
|
+
py
|
|
10811
10813
|
]), Vn = e.object({
|
|
10812
10814
|
locator: Re,
|
|
10813
10815
|
policyLocator: _r,
|
|
@@ -10827,12 +10829,12 @@ const Wo = aa.merge(
|
|
|
10827
10829
|
validationResult: dn.optional(),
|
|
10828
10830
|
changeInstructions: e.array(ua).optional(),
|
|
10829
10831
|
billingTrigger: gr
|
|
10830
|
-
}),
|
|
10832
|
+
}), gy = Vn.merge(
|
|
10831
10833
|
e.object({
|
|
10832
10834
|
aggregatedTransactions: e.array(Vn)
|
|
10833
10835
|
})
|
|
10834
10836
|
);
|
|
10835
|
-
Dt(
|
|
10837
|
+
Dt(gy);
|
|
10836
10838
|
e.array(
|
|
10837
10839
|
ua
|
|
10838
10840
|
);
|
|
@@ -10842,9 +10844,9 @@ e.array(
|
|
|
10842
10844
|
e.array(
|
|
10843
10845
|
ua
|
|
10844
10846
|
);
|
|
10845
|
-
const
|
|
10847
|
+
const my = Xo.omit({ locator: !0 });
|
|
10846
10848
|
e.array(
|
|
10847
|
-
|
|
10849
|
+
my
|
|
10848
10850
|
);
|
|
10849
10851
|
vo.merge(
|
|
10850
10852
|
e.object({
|
|
@@ -10853,21 +10855,21 @@ vo.merge(
|
|
|
10853
10855
|
baseLocator: Re
|
|
10854
10856
|
})
|
|
10855
10857
|
);
|
|
10856
|
-
const
|
|
10858
|
+
const fy = e.object({
|
|
10857
10859
|
locator: U,
|
|
10858
10860
|
policyLocator: _r,
|
|
10859
10861
|
effectiveTime: q,
|
|
10860
10862
|
transactionState: Qa,
|
|
10861
10863
|
charges: e.array(Wo)
|
|
10862
|
-
}),
|
|
10864
|
+
}), yy = fy.extend({
|
|
10863
10865
|
aggregatedTransactions: e.lazy(
|
|
10864
|
-
() =>
|
|
10866
|
+
() => yy.array().optional()
|
|
10865
10867
|
)
|
|
10866
10868
|
}), At = st.merge(
|
|
10867
10869
|
e.object({
|
|
10868
10870
|
locator: U,
|
|
10869
10871
|
referenceLocator: U,
|
|
10870
|
-
referenceType:
|
|
10872
|
+
referenceType: Ig,
|
|
10871
10873
|
level: go,
|
|
10872
10874
|
createdBy: Ne,
|
|
10873
10875
|
createdTime: q,
|
|
@@ -10875,7 +10877,7 @@ const my = e.object({
|
|
|
10875
10877
|
clearedTime: q,
|
|
10876
10878
|
elementLocator: Je.optional()
|
|
10877
10879
|
})
|
|
10878
|
-
),
|
|
10880
|
+
), hy = e.object({
|
|
10879
10881
|
locator: U,
|
|
10880
10882
|
policyLocator: _r,
|
|
10881
10883
|
transactionCategory: Xa,
|
|
@@ -10884,11 +10886,11 @@ const my = e.object({
|
|
|
10884
10886
|
underwritingStatus: e.string(),
|
|
10885
10887
|
underwritingFlags: e.array(At)
|
|
10886
10888
|
//aggregatedTransactions: z.array()
|
|
10887
|
-
}),
|
|
10889
|
+
}), by = hy.extend({
|
|
10888
10890
|
aggregatedTransactions: e.lazy(
|
|
10889
|
-
() =>
|
|
10891
|
+
() => by.array().optional()
|
|
10890
10892
|
)
|
|
10891
|
-
}),
|
|
10893
|
+
}), vy = Ao.merge(
|
|
10892
10894
|
e.object({
|
|
10893
10895
|
elementLocator: Je,
|
|
10894
10896
|
level: go
|
|
@@ -10896,18 +10898,18 @@ const my = e.object({
|
|
|
10896
10898
|
);
|
|
10897
10899
|
ln.merge(
|
|
10898
10900
|
e.object({
|
|
10899
|
-
addFlags: e.array(
|
|
10901
|
+
addFlags: e.array(vy),
|
|
10900
10902
|
clearFlags: e.array(U)
|
|
10901
10903
|
})
|
|
10902
10904
|
);
|
|
10903
|
-
|
|
10905
|
+
zm.merge(
|
|
10904
10906
|
e.object({
|
|
10905
10907
|
transactionLocator: Re,
|
|
10906
10908
|
clearedFlags: e.array(At),
|
|
10907
10909
|
flags: e.array(At)
|
|
10908
10910
|
})
|
|
10909
10911
|
);
|
|
10910
|
-
const
|
|
10912
|
+
const Ty = xo.merge(
|
|
10911
10913
|
e.object({
|
|
10912
10914
|
locator: ur,
|
|
10913
10915
|
quickQuoteLocator: ur,
|
|
@@ -10927,7 +10929,7 @@ const vy = xo.merge(
|
|
|
10927
10929
|
expirationTime: q.optional()
|
|
10928
10930
|
})
|
|
10929
10931
|
);
|
|
10930
|
-
Dt(
|
|
10932
|
+
Dt(Ty);
|
|
10931
10933
|
To.merge(
|
|
10932
10934
|
e.object({
|
|
10933
10935
|
accountLocator: Tr,
|
|
@@ -10959,10 +10961,10 @@ bo.merge(
|
|
|
10959
10961
|
// NOTE: this looks sus, every other property is map<string,object> not <string,string>
|
|
10960
10962
|
setCoverageTerms: dt,
|
|
10961
10963
|
setData: J,
|
|
10962
|
-
elements: e.array(
|
|
10964
|
+
elements: e.array(cf)
|
|
10963
10965
|
})
|
|
10964
10966
|
);
|
|
10965
|
-
|
|
10967
|
+
Rm.merge(
|
|
10966
10968
|
e.object({
|
|
10967
10969
|
tenantLocator: sa,
|
|
10968
10970
|
accountLocator: Tr,
|
|
@@ -10975,7 +10977,7 @@ Bm.merge(
|
|
|
10975
10977
|
items: e.array(Wo)
|
|
10976
10978
|
})
|
|
10977
10979
|
);
|
|
10978
|
-
|
|
10980
|
+
Fm.merge(
|
|
10979
10981
|
e.object({
|
|
10980
10982
|
tenantLocator: sa,
|
|
10981
10983
|
accountLocator: Tr,
|
|
@@ -10988,7 +10990,7 @@ qm.merge(
|
|
|
10988
10990
|
underwritingFlags: e.array(At)
|
|
10989
10991
|
})
|
|
10990
10992
|
);
|
|
10991
|
-
|
|
10993
|
+
Qm.merge(
|
|
10992
10994
|
e.object({
|
|
10993
10995
|
quoteLocator: ur,
|
|
10994
10996
|
flags: e.array(At),
|
|
@@ -11002,12 +11004,12 @@ br.merge(
|
|
|
11002
11004
|
);
|
|
11003
11005
|
sn.merge(
|
|
11004
11006
|
e.object({
|
|
11005
|
-
resetFlagsAction:
|
|
11007
|
+
resetFlagsAction: Rg,
|
|
11006
11008
|
resetFlags: e.array(U),
|
|
11007
11009
|
deleteDocuments: e.array(U)
|
|
11008
11010
|
})
|
|
11009
11011
|
);
|
|
11010
|
-
const
|
|
11012
|
+
const _y = e.object({
|
|
11011
11013
|
amount: e.number(),
|
|
11012
11014
|
accountingType: e.union([e.literal("credit"), e.literal("debit")]),
|
|
11013
11015
|
referenceType: e.union([
|
|
@@ -11040,7 +11042,7 @@ e.union([
|
|
|
11040
11042
|
e.literal("transaction"),
|
|
11041
11043
|
e.literal("accountExpenseBalance")
|
|
11042
11044
|
]);
|
|
11043
|
-
const
|
|
11045
|
+
const Ay = e.object({
|
|
11044
11046
|
billingLevel: e.union([
|
|
11045
11047
|
e.literal("account"),
|
|
11046
11048
|
e.literal("inherit"),
|
|
@@ -11052,7 +11054,7 @@ e.union([
|
|
|
11052
11054
|
e.literal("inherit"),
|
|
11053
11055
|
e.literal("policy")
|
|
11054
11056
|
]);
|
|
11055
|
-
const
|
|
11057
|
+
const jy = e.object({
|
|
11056
11058
|
name: e.string(),
|
|
11057
11059
|
offsetDays: e.number(),
|
|
11058
11060
|
offsetBasis: e.union([
|
|
@@ -11072,7 +11074,7 @@ const ge = e.object({
|
|
|
11072
11074
|
amount: e.number().optional()
|
|
11073
11075
|
}), Aa = e.object({
|
|
11074
11076
|
creditLocator: e.string()
|
|
11075
|
-
}),
|
|
11077
|
+
}), wy = e.object({
|
|
11076
11078
|
"billing.creditdistribution.reverse": Aa.optional(),
|
|
11077
11079
|
"billing.creditdistribution.create": Aa.optional(),
|
|
11078
11080
|
"billing.creditdistribution.distribute": Aa.optional()
|
|
@@ -11088,7 +11090,7 @@ e.union([
|
|
|
11088
11090
|
e.literal("invoice"),
|
|
11089
11091
|
e.literal("account")
|
|
11090
11092
|
]);
|
|
11091
|
-
const
|
|
11093
|
+
const xy = e.object({
|
|
11092
11094
|
lapseTransactionType: e.string(),
|
|
11093
11095
|
gracePeriodDays: e.number(),
|
|
11094
11096
|
advanceLapseTo: e.union([
|
|
@@ -11100,7 +11102,7 @@ const wy = e.object({
|
|
|
11100
11102
|
e.literal("issued")
|
|
11101
11103
|
]),
|
|
11102
11104
|
delinquencyLevel: e.union([e.literal("policy"), e.literal("invoice")]).optional()
|
|
11103
|
-
}),
|
|
11105
|
+
}), Ey = e.object({
|
|
11104
11106
|
locator: e.string(),
|
|
11105
11107
|
delinquencyLocator: e.string(),
|
|
11106
11108
|
referenceLocator: e.string(),
|
|
@@ -11118,7 +11120,7 @@ e.union([
|
|
|
11118
11120
|
e.literal("lapseTriggered"),
|
|
11119
11121
|
e.literal("settled")
|
|
11120
11122
|
]);
|
|
11121
|
-
const
|
|
11123
|
+
const $y = e.object({
|
|
11122
11124
|
locator: e.string(),
|
|
11123
11125
|
delinquencyLocator: e.string(),
|
|
11124
11126
|
delinquencyEventState: e.union([
|
|
@@ -11141,7 +11143,7 @@ e.union([
|
|
|
11141
11143
|
]);
|
|
11142
11144
|
const ja = e.object({
|
|
11143
11145
|
delinquencyLocator: e.string()
|
|
11144
|
-
}),
|
|
11146
|
+
}), Sy = e.object({
|
|
11145
11147
|
locator: e.string(),
|
|
11146
11148
|
delinquencyLocator: e.string(),
|
|
11147
11149
|
delinquencyEventLocator: e.string(),
|
|
@@ -11177,7 +11179,7 @@ e.union([
|
|
|
11177
11179
|
e.literal("delinquencySettled"),
|
|
11178
11180
|
e.literal("delinquencyHeld")
|
|
11179
11181
|
]);
|
|
11180
|
-
const
|
|
11182
|
+
const Cy = e.object({
|
|
11181
11183
|
"billing.delinquency.create": ja.optional(),
|
|
11182
11184
|
"billing.delinquency.settle": ja.optional(),
|
|
11183
11185
|
"billing.delinquency.lapse": ja.optional()
|
|
@@ -11186,7 +11188,7 @@ e.object({
|
|
|
11186
11188
|
accountLocator: e.string(),
|
|
11187
11189
|
delinquencyLocator: e.string(),
|
|
11188
11190
|
listCompleted: e.boolean(),
|
|
11189
|
-
items: e.array(
|
|
11191
|
+
items: e.array($y)
|
|
11190
11192
|
});
|
|
11191
11193
|
e.union([
|
|
11192
11194
|
e.literal("policy"),
|
|
@@ -11232,7 +11234,7 @@ e.union([
|
|
|
11232
11234
|
]);
|
|
11233
11235
|
const Kt = e.object({
|
|
11234
11236
|
disbursementLocator: e.string()
|
|
11235
|
-
}),
|
|
11237
|
+
}), Ly = e.object({
|
|
11236
11238
|
"billing.disbursement.create": Kt.optional(),
|
|
11237
11239
|
"billing.disbursement.reject": Kt.optional(),
|
|
11238
11240
|
"billing.disbursement.execute": Kt.optional(),
|
|
@@ -11248,12 +11250,12 @@ e.union([
|
|
|
11248
11250
|
e.literal("rejected"),
|
|
11249
11251
|
e.literal("discarded")
|
|
11250
11252
|
]);
|
|
11251
|
-
const
|
|
11253
|
+
const ky = e.object({
|
|
11252
11254
|
accountLocator: e.string(),
|
|
11253
11255
|
installmentsToBeInvoiced: e.array(e.string()),
|
|
11254
11256
|
invoiceDueTime: e.string().optional(),
|
|
11255
11257
|
timezone: e.string().optional()
|
|
11256
|
-
}),
|
|
11258
|
+
}), Py = e.object({
|
|
11257
11259
|
locator: e.string(),
|
|
11258
11260
|
jobStatus: e.union([
|
|
11259
11261
|
e.literal("finished"),
|
|
@@ -11264,8 +11266,8 @@ const Ly = e.object({
|
|
|
11264
11266
|
completedAt: e.string().optional(),
|
|
11265
11267
|
processingErrors: e.string().optional(),
|
|
11266
11268
|
invoiceLocators: e.array(e.string()),
|
|
11267
|
-
earlyInvoicingGenerationData:
|
|
11268
|
-
}),
|
|
11269
|
+
earlyInvoicingGenerationData: ky
|
|
11270
|
+
}), Dy = e.object({
|
|
11269
11271
|
accountLocator: e.string().optional(),
|
|
11270
11272
|
invoiceThroughTime: e.string().optional(),
|
|
11271
11273
|
installmentLocators: e.array(e.string()),
|
|
@@ -11276,7 +11278,7 @@ const Ly = e.object({
|
|
|
11276
11278
|
e.object({
|
|
11277
11279
|
jobLocator: e.string()
|
|
11278
11280
|
});
|
|
11279
|
-
const
|
|
11281
|
+
const Oy = e.object({
|
|
11280
11282
|
entityLocator: e.string(),
|
|
11281
11283
|
type: e.union([e.literal("invoice"), e.literal("installment")])
|
|
11282
11284
|
});
|
|
@@ -11284,14 +11286,14 @@ e.union([
|
|
|
11284
11286
|
e.literal("invoice"),
|
|
11285
11287
|
e.literal("installment")
|
|
11286
11288
|
]);
|
|
11287
|
-
const
|
|
11289
|
+
const Ny = e.object({
|
|
11288
11290
|
calculationType: e.union([
|
|
11289
11291
|
e.literal("none"),
|
|
11290
11292
|
e.literal("pastDueInvoices"),
|
|
11291
11293
|
e.literal("allInvoices"),
|
|
11292
11294
|
e.literal("invoicesAndUnbilledInstallments")
|
|
11293
11295
|
]),
|
|
11294
|
-
entitiesUsedInCalculation: e.array(
|
|
11296
|
+
entitiesUsedInCalculation: e.array(Oy),
|
|
11295
11297
|
currency: e.string(),
|
|
11296
11298
|
amountToExclude: e.number()
|
|
11297
11299
|
});
|
|
@@ -11381,15 +11383,15 @@ e.union([
|
|
|
11381
11383
|
e.literal("discarded"),
|
|
11382
11384
|
e.literal("released")
|
|
11383
11385
|
]);
|
|
11384
|
-
const
|
|
11386
|
+
const My = e.object({
|
|
11385
11387
|
accountLocator: e.string(),
|
|
11386
11388
|
targetType: e.union([e.literal("invoicing"), e.literal("delinquency")])
|
|
11387
|
-
}),
|
|
11389
|
+
}), Iy = e.object({
|
|
11388
11390
|
accountLocator: e.string().optional(),
|
|
11389
11391
|
targetType: e.union([e.literal("invoicing"), e.literal("delinquency")]).optional()
|
|
11390
|
-
}), Iy = e.object({
|
|
11391
|
-
installmentLatticeLocator: e.string()
|
|
11392
11392
|
}), By = e.object({
|
|
11393
|
+
installmentLatticeLocator: e.string()
|
|
11394
|
+
}), Ry = e.object({
|
|
11393
11395
|
installmentItemLocator: e.string(),
|
|
11394
11396
|
installmentLocator: e.string(),
|
|
11395
11397
|
elementLocator: e.string(),
|
|
@@ -11398,7 +11400,7 @@ const Ny = e.object({
|
|
|
11398
11400
|
transactionCategory: e.string().optional(),
|
|
11399
11401
|
transactionEffectiveTime: e.string().optional(),
|
|
11400
11402
|
amount: e.number()
|
|
11401
|
-
}),
|
|
11403
|
+
}), qy = e.object({
|
|
11402
11404
|
installmentStartTime: e.string(),
|
|
11403
11405
|
installmentEndTime: e.string(),
|
|
11404
11406
|
coverageStartTime: e.string(),
|
|
@@ -11408,7 +11410,7 @@ const Ny = e.object({
|
|
|
11408
11410
|
generateTime: e.string(),
|
|
11409
11411
|
dueTime: e.string(),
|
|
11410
11412
|
installmentDuration: e.number()
|
|
11411
|
-
}),
|
|
11413
|
+
}), Fy = e.object({
|
|
11412
11414
|
cadence: e.union([
|
|
11413
11415
|
e.literal("none"),
|
|
11414
11416
|
e.literal("fullPay"),
|
|
@@ -11498,7 +11500,7 @@ e.union([
|
|
|
11498
11500
|
e.literal("fourth"),
|
|
11499
11501
|
e.literal("fifth")
|
|
11500
11502
|
]);
|
|
11501
|
-
const
|
|
11503
|
+
const Zy = e.object({
|
|
11502
11504
|
locator: e.string(),
|
|
11503
11505
|
chargeType: e.string(),
|
|
11504
11506
|
chargeCategory: e.string(),
|
|
@@ -11519,14 +11521,14 @@ e.union([
|
|
|
11519
11521
|
e.literal("open"),
|
|
11520
11522
|
e.literal("settled")
|
|
11521
11523
|
]);
|
|
11522
|
-
const
|
|
11524
|
+
const Uy = e.object({
|
|
11523
11525
|
invoiceLocator: e.string(),
|
|
11524
11526
|
accountLocator: e.string(),
|
|
11525
11527
|
generateTime: e.string()
|
|
11526
11528
|
}), Hn = e.object({
|
|
11527
11529
|
invoiceLocator: e.string(),
|
|
11528
11530
|
accountLocator: e.string()
|
|
11529
|
-
}),
|
|
11531
|
+
}), Gy = e.object({
|
|
11530
11532
|
locator: e.string(),
|
|
11531
11533
|
invoiceGenerationJobLocator: e.string(),
|
|
11532
11534
|
generateTime: e.string(),
|
|
@@ -11553,8 +11555,8 @@ const Zy = e.object({
|
|
|
11553
11555
|
createdBy: e.string(),
|
|
11554
11556
|
completedAt: e.string(),
|
|
11555
11557
|
processingErrors: e.string(),
|
|
11556
|
-
invoiceGenerationInstances: e.array(
|
|
11557
|
-
}),
|
|
11558
|
+
invoiceGenerationInstances: e.array(Gy)
|
|
11559
|
+
}), Ky = e.object({
|
|
11558
11560
|
chargeType: e.string(),
|
|
11559
11561
|
chargeCategory: e.string(),
|
|
11560
11562
|
amount: e.number(),
|
|
@@ -11563,7 +11565,7 @@ const Zy = e.object({
|
|
|
11563
11565
|
elementType: e.string(),
|
|
11564
11566
|
elementStaticLocator: e.string(),
|
|
11565
11567
|
transactionLocators: e.array(e.string())
|
|
11566
|
-
}),
|
|
11568
|
+
}), zy = e.object({
|
|
11567
11569
|
invoiceItemLocator: e.string(),
|
|
11568
11570
|
elementType: e.string(),
|
|
11569
11571
|
elementStaticLocator: e.string(),
|
|
@@ -11572,15 +11574,15 @@ const Zy = e.object({
|
|
|
11572
11574
|
amount: e.number(),
|
|
11573
11575
|
remainingAmount: e.number(),
|
|
11574
11576
|
settlementTime: e.string().optional(),
|
|
11575
|
-
installmentItemSummaries: e.array(
|
|
11577
|
+
installmentItemSummaries: e.array(Ry)
|
|
11576
11578
|
}), es = e.object({
|
|
11577
11579
|
generateTime: e.string(),
|
|
11578
11580
|
dueTime: e.string(),
|
|
11579
11581
|
startTime: e.string(),
|
|
11580
11582
|
endTime: e.string(),
|
|
11581
|
-
invoiceItems: e.array(
|
|
11583
|
+
invoiceItems: e.array(Ky),
|
|
11582
11584
|
totalAmount: e.number()
|
|
11583
|
-
}),
|
|
11585
|
+
}), Vy = e.object({
|
|
11584
11586
|
amount: e.number(),
|
|
11585
11587
|
faTransactionLocator: e.string(),
|
|
11586
11588
|
faTransactionTime: e.string(),
|
|
@@ -11589,13 +11591,13 @@ const Zy = e.object({
|
|
|
11589
11591
|
});
|
|
11590
11592
|
e.object({
|
|
11591
11593
|
listCompleted: e.boolean(),
|
|
11592
|
-
items: e.array(
|
|
11594
|
+
items: e.array(Sy)
|
|
11593
11595
|
});
|
|
11594
11596
|
e.object({
|
|
11595
11597
|
listCompleted: e.boolean(),
|
|
11596
|
-
items: e.array(
|
|
11598
|
+
items: e.array(Py)
|
|
11597
11599
|
});
|
|
11598
|
-
const
|
|
11600
|
+
const Hy = e.object({
|
|
11599
11601
|
accountLocator: e.string().optional(),
|
|
11600
11602
|
amount: e.number().optional(),
|
|
11601
11603
|
addSources: e.array(ge),
|
|
@@ -11603,9 +11605,9 @@ const Vy = e.object({
|
|
|
11603
11605
|
addTargets: e.array(ge),
|
|
11604
11606
|
removeTargets: e.array(e.string()),
|
|
11605
11607
|
currency: e.string().optional()
|
|
11606
|
-
}), Hy = e.object({
|
|
11607
|
-
graceEndAt: e.string().optional()
|
|
11608
11608
|
}), Yy = e.object({
|
|
11609
|
+
graceEndAt: e.string().optional()
|
|
11610
|
+
}), Wy = e.object({
|
|
11609
11611
|
triggerTime: e.string().optional(),
|
|
11610
11612
|
delinquencyEventState: e.union([
|
|
11611
11613
|
e.literal("active"),
|
|
@@ -11631,7 +11633,7 @@ const Vy = e.object({
|
|
|
11631
11633
|
]).optional(),
|
|
11632
11634
|
transactionNumber: e.string().optional(),
|
|
11633
11635
|
currency: e.string().optional()
|
|
11634
|
-
}),
|
|
11636
|
+
}), Xy = e.object({
|
|
11635
11637
|
accountLocator: e.string().optional(),
|
|
11636
11638
|
type: e.string().optional(),
|
|
11637
11639
|
amount: e.number().optional(),
|
|
@@ -11669,7 +11671,7 @@ const Vy = e.object({
|
|
|
11669
11671
|
transactionNumber: e.string().optional()
|
|
11670
11672
|
}), Cr = e.object({
|
|
11671
11673
|
paymentLocator: e.string()
|
|
11672
|
-
}),
|
|
11674
|
+
}), Qy = e.object({
|
|
11673
11675
|
"billing.payment.post": Cr.optional(),
|
|
11674
11676
|
"billing.payment.reverse": Cr.optional(),
|
|
11675
11677
|
"billing.payment.distribute": Cr.optional(),
|
|
@@ -11682,18 +11684,18 @@ e.union([
|
|
|
11682
11684
|
e.literal("reversed"),
|
|
11683
11685
|
e.literal("discarded")
|
|
11684
11686
|
]);
|
|
11685
|
-
const
|
|
11687
|
+
const Jy = e.object({
|
|
11686
11688
|
policyLocator: e.string().optional(),
|
|
11687
11689
|
quoteLocator: e.string().optional(),
|
|
11688
11690
|
productName: e.string(),
|
|
11689
|
-
invoiceItemSummaries: e.array(
|
|
11691
|
+
invoiceItemSummaries: e.array(zy)
|
|
11690
11692
|
}), as = e.object({
|
|
11691
11693
|
reversalType: e.string()
|
|
11692
11694
|
});
|
|
11693
11695
|
e.object({
|
|
11694
11696
|
locator: e.string(),
|
|
11695
|
-
installmentSettings:
|
|
11696
|
-
billingSettings:
|
|
11697
|
+
installmentSettings: Fy,
|
|
11698
|
+
billingSettings: Ay
|
|
11697
11699
|
});
|
|
11698
11700
|
const wa = e.object({
|
|
11699
11701
|
shortfallCreditLocator: e.string()
|
|
@@ -11739,16 +11741,16 @@ e.object({
|
|
|
11739
11741
|
balance: e.number(),
|
|
11740
11742
|
currency: e.string()
|
|
11741
11743
|
});
|
|
11742
|
-
const
|
|
11744
|
+
const eh = e.object({
|
|
11743
11745
|
elementType: e.string(),
|
|
11744
11746
|
locator: e.string().optional(),
|
|
11745
11747
|
errors: e.array(e.string())
|
|
11746
11748
|
}), Ar = e.object({
|
|
11747
|
-
validationItems: e.array(
|
|
11749
|
+
validationItems: e.array(eh),
|
|
11748
11750
|
success: e.boolean()
|
|
11749
11751
|
}), xa = e.object({
|
|
11750
11752
|
writeOffLocator: e.string()
|
|
11751
|
-
}),
|
|
11753
|
+
}), th = e.object({
|
|
11752
11754
|
"billing.writeoff.reverse": xa.optional(),
|
|
11753
11755
|
"billing.writeoff.create": xa.optional(),
|
|
11754
11756
|
"billing.writeoff.distribute": xa.optional()
|
|
@@ -11815,7 +11817,7 @@ e.object({
|
|
|
11815
11817
|
});
|
|
11816
11818
|
e.object({
|
|
11817
11819
|
locator: e.string(),
|
|
11818
|
-
requestBody:
|
|
11820
|
+
requestBody: Xy
|
|
11819
11821
|
});
|
|
11820
11822
|
e.object({
|
|
11821
11823
|
locator: e.string()
|
|
@@ -11885,7 +11887,7 @@ const is = e.object({
|
|
|
11885
11887
|
});
|
|
11886
11888
|
e.object({
|
|
11887
11889
|
locator: e.string(),
|
|
11888
|
-
requestBody:
|
|
11890
|
+
requestBody: Hy
|
|
11889
11891
|
});
|
|
11890
11892
|
e.object({
|
|
11891
11893
|
requestBody: rs
|
|
@@ -11894,11 +11896,11 @@ e.object({
|
|
|
11894
11896
|
invoiceNumber: e.string(),
|
|
11895
11897
|
locator: e.string()
|
|
11896
11898
|
});
|
|
11897
|
-
const
|
|
11899
|
+
const rh = e.object({
|
|
11898
11900
|
locator: e.string(),
|
|
11899
11901
|
accountLocator: e.string(),
|
|
11900
11902
|
invoiceState: e.union([e.literal("open"), e.literal("settled")]),
|
|
11901
|
-
invoiceItems: e.array(
|
|
11903
|
+
invoiceItems: e.array(Zy),
|
|
11902
11904
|
generatedTime: e.string(),
|
|
11903
11905
|
dueTime: e.string(),
|
|
11904
11906
|
currency: e.string(),
|
|
@@ -11922,10 +11924,10 @@ e.object({
|
|
|
11922
11924
|
});
|
|
11923
11925
|
e.boolean();
|
|
11924
11926
|
e.object({
|
|
11925
|
-
requestBody:
|
|
11927
|
+
requestBody: Dy
|
|
11926
11928
|
});
|
|
11927
11929
|
e.object({
|
|
11928
|
-
requestBody:
|
|
11930
|
+
requestBody: My
|
|
11929
11931
|
});
|
|
11930
11932
|
e.object({
|
|
11931
11933
|
locator: e.string(),
|
|
@@ -11989,7 +11991,7 @@ e.object({
|
|
|
11989
11991
|
});
|
|
11990
11992
|
e.object({
|
|
11991
11993
|
locator: e.string(),
|
|
11992
|
-
requestBody:
|
|
11994
|
+
requestBody: Iy
|
|
11993
11995
|
});
|
|
11994
11996
|
e.object({
|
|
11995
11997
|
locator: e.string()
|
|
@@ -12048,24 +12050,24 @@ e.object({
|
|
|
12048
12050
|
]),
|
|
12049
12051
|
createdAt: e.string(),
|
|
12050
12052
|
updatedAt: e.string(),
|
|
12051
|
-
settings:
|
|
12053
|
+
settings: xy,
|
|
12052
12054
|
timezone: e.string(),
|
|
12053
|
-
references: e.array(
|
|
12055
|
+
references: e.array(Ey),
|
|
12054
12056
|
graceStartedAt: e.string().optional(),
|
|
12055
12057
|
graceEndAt: e.string().optional(),
|
|
12056
12058
|
lapseTransactionEffectiveDate: e.string().optional(),
|
|
12057
|
-
configuredDelinquencyEvents: e.array(
|
|
12059
|
+
configuredDelinquencyEvents: e.array(jy)
|
|
12058
12060
|
});
|
|
12059
12061
|
e.object({
|
|
12060
12062
|
locator: e.string(),
|
|
12061
|
-
requestBody:
|
|
12063
|
+
requestBody: Yy
|
|
12062
12064
|
});
|
|
12063
12065
|
e.object({
|
|
12064
12066
|
delinquencyEventLocator: e.string()
|
|
12065
12067
|
});
|
|
12066
12068
|
e.object({
|
|
12067
12069
|
delinquencyEventLocator: e.string(),
|
|
12068
|
-
requestBody:
|
|
12070
|
+
requestBody: Wy
|
|
12069
12071
|
});
|
|
12070
12072
|
e.object({
|
|
12071
12073
|
locator: e.string()
|
|
@@ -12222,7 +12224,7 @@ e.object({
|
|
|
12222
12224
|
timezone: e.string(),
|
|
12223
12225
|
totalAmount: e.number(),
|
|
12224
12226
|
totalRemainingAmount: e.number(),
|
|
12225
|
-
policyInvoiceSummaries: e.array(
|
|
12227
|
+
policyInvoiceSummaries: e.array(Jy),
|
|
12226
12228
|
invoiceNumber: e.string().optional()
|
|
12227
12229
|
});
|
|
12228
12230
|
e.object({
|
|
@@ -12270,7 +12272,7 @@ e.record(e.unknown());
|
|
|
12270
12272
|
e.object({
|
|
12271
12273
|
invoiceNumber: e.string()
|
|
12272
12274
|
});
|
|
12273
|
-
e.array(
|
|
12275
|
+
e.array(rh);
|
|
12274
12276
|
e.object({
|
|
12275
12277
|
accountLocator: e.string(),
|
|
12276
12278
|
count: e.number().optional(),
|
|
@@ -12318,7 +12320,7 @@ e.object({
|
|
|
12318
12320
|
timezone: e.string(),
|
|
12319
12321
|
basedOnLocator: e.string().optional(),
|
|
12320
12322
|
effectiveTime: e.string(),
|
|
12321
|
-
frames: e.array(
|
|
12323
|
+
frames: e.array(qy),
|
|
12322
12324
|
reversalLattice: e.boolean()
|
|
12323
12325
|
});
|
|
12324
12326
|
e.object({
|
|
@@ -12353,13 +12355,13 @@ e.record(e.unknown());
|
|
|
12353
12355
|
e.object({
|
|
12354
12356
|
locator: e.string()
|
|
12355
12357
|
});
|
|
12356
|
-
const
|
|
12357
|
-
"billing.installmentlattice.create":
|
|
12358
|
-
}),
|
|
12359
|
-
"billing.invoice.generate":
|
|
12358
|
+
const ah = e.object({
|
|
12359
|
+
"billing.installmentlattice.create": By.optional()
|
|
12360
|
+
}), nh = e.object({
|
|
12361
|
+
"billing.invoice.generate": Uy.optional(),
|
|
12360
12362
|
"billing.invoice.settle": Hn.optional(),
|
|
12361
12363
|
"billing.invoice.unsettle": Hn.optional()
|
|
12362
|
-
}),
|
|
12364
|
+
}), ih = e.object({
|
|
12363
12365
|
"billing.shortfallcredit.reverse": wa.optional(),
|
|
12364
12366
|
"billing.shortfallcredit.distribute": wa.optional(),
|
|
12365
12367
|
"billing.shortfallcredit.create": wa.optional()
|
|
@@ -12466,7 +12468,7 @@ e.object({
|
|
|
12466
12468
|
]),
|
|
12467
12469
|
balance: e.number(),
|
|
12468
12470
|
currency: e.string(),
|
|
12469
|
-
lineItems: e.array(
|
|
12471
|
+
lineItems: e.array(Vy)
|
|
12470
12472
|
});
|
|
12471
12473
|
e.object({
|
|
12472
12474
|
currency: e.string().optional()
|
|
@@ -12492,9 +12494,9 @@ e.object({
|
|
|
12492
12494
|
faTransactionTime: e.string(),
|
|
12493
12495
|
faTransactionNote: e.string(),
|
|
12494
12496
|
currency: e.string(),
|
|
12495
|
-
accountLines: e.array(
|
|
12497
|
+
accountLines: e.array(_y)
|
|
12496
12498
|
});
|
|
12497
|
-
const
|
|
12499
|
+
const oh = e.object({
|
|
12498
12500
|
disbursementLocator: e.string(),
|
|
12499
12501
|
disbursementState: e.union([
|
|
12500
12502
|
e.literal("draft"),
|
|
@@ -12516,29 +12518,29 @@ e.object({
|
|
|
12516
12518
|
accountLocator: e.string(),
|
|
12517
12519
|
currency: e.string(),
|
|
12518
12520
|
accountCreditBalance: e.number(),
|
|
12519
|
-
excludedDebitsAmountResult:
|
|
12521
|
+
excludedDebitsAmountResult: Ny,
|
|
12520
12522
|
thresholdUsed: e.number().optional(),
|
|
12521
|
-
createDisbursementResult:
|
|
12523
|
+
createDisbursementResult: oh.optional(),
|
|
12522
12524
|
errors: e.array(e.string())
|
|
12523
12525
|
});
|
|
12524
12526
|
e.object({
|
|
12525
|
-
creditDistributionEvents:
|
|
12526
|
-
delinquencyEvents:
|
|
12527
|
-
disbursementEvents:
|
|
12528
|
-
installmentEvents:
|
|
12529
|
-
invoiceEvents:
|
|
12530
|
-
paymentEvents:
|
|
12531
|
-
shortfallCreditEvents:
|
|
12532
|
-
writeOffEvents:
|
|
12527
|
+
creditDistributionEvents: wy.optional(),
|
|
12528
|
+
delinquencyEvents: Cy.optional(),
|
|
12529
|
+
disbursementEvents: Ly.optional(),
|
|
12530
|
+
installmentEvents: ah.optional(),
|
|
12531
|
+
invoiceEvents: nh.optional(),
|
|
12532
|
+
paymentEvents: Qy.optional(),
|
|
12533
|
+
shortfallCreditEvents: ih.optional(),
|
|
12534
|
+
writeOffEvents: th.optional()
|
|
12533
12535
|
});
|
|
12534
12536
|
const pa = ge.merge(
|
|
12535
12537
|
e.object({
|
|
12536
|
-
containerType:
|
|
12538
|
+
containerType: Fg
|
|
12537
12539
|
})
|
|
12538
|
-
),
|
|
12540
|
+
), sh = ns.merge(
|
|
12539
12541
|
e.object({
|
|
12540
|
-
locator:
|
|
12541
|
-
disbursementState:
|
|
12542
|
+
locator: af,
|
|
12543
|
+
disbursementState: qg,
|
|
12542
12544
|
data: J,
|
|
12543
12545
|
createdAt: q,
|
|
12544
12546
|
createdBy: Ne,
|
|
@@ -12547,7 +12549,7 @@ const pa = ge.merge(
|
|
|
12547
12549
|
validationResult: dn.optional()
|
|
12548
12550
|
})
|
|
12549
12551
|
);
|
|
12550
|
-
Dt(
|
|
12552
|
+
Dt(sh);
|
|
12551
12553
|
da.merge(
|
|
12552
12554
|
e.object({
|
|
12553
12555
|
data: J,
|
|
@@ -12703,10 +12705,10 @@ var os = { exports: {} };
|
|
|
12703
12705
|
};
|
|
12704
12706
|
});
|
|
12705
12707
|
})(os);
|
|
12706
|
-
var
|
|
12707
|
-
const
|
|
12708
|
-
fe.extend(
|
|
12709
|
-
const
|
|
12708
|
+
var lh = os.exports;
|
|
12709
|
+
const ch = /* @__PURE__ */ ye(lh);
|
|
12710
|
+
fe.extend(ch);
|
|
12711
|
+
const uh = ({
|
|
12710
12712
|
startTime: r,
|
|
12711
12713
|
endTime: t,
|
|
12712
12714
|
expirationTime: a,
|
|
@@ -12738,7 +12740,7 @@ const ch = ({
|
|
|
12738
12740
|
endTime: c.format("YYYY-MM-DD"),
|
|
12739
12741
|
expirationTime: l
|
|
12740
12742
|
};
|
|
12741
|
-
},
|
|
12743
|
+
}, dC = (r, t, a) => {
|
|
12742
12744
|
var o, s, l;
|
|
12743
12745
|
let n;
|
|
12744
12746
|
r.durationBasis ? n = r.durationBasis : t.defaultDurationBasis ? n = Fr.options.includes(
|
|
@@ -12746,7 +12748,7 @@ const ch = ({
|
|
|
12746
12748
|
) ? t.defaultDurationBasis : void 0 : a.defaultDurationBasis ? n = Fr.options.includes(
|
|
12747
12749
|
a.defaultDurationBasis
|
|
12748
12750
|
) ? a.defaultDurationBasis : void 0 : n = void 0;
|
|
12749
|
-
const i =
|
|
12751
|
+
const i = uh({
|
|
12750
12752
|
startTime: r == null ? void 0 : r.startTime,
|
|
12751
12753
|
endTime: r == null ? void 0 : r.endTime,
|
|
12752
12754
|
expirationTime: r == null ? void 0 : r.expirationTime,
|
|
@@ -12776,14 +12778,14 @@ const ch = ({
|
|
|
12776
12778
|
})
|
|
12777
12779
|
};
|
|
12778
12780
|
};
|
|
12779
|
-
var
|
|
12781
|
+
var dh = lt, ph = function() {
|
|
12780
12782
|
try {
|
|
12781
|
-
var r =
|
|
12783
|
+
var r = dh(Object, "defineProperty");
|
|
12782
12784
|
return r({}, "", {}), r;
|
|
12783
12785
|
} catch {
|
|
12784
12786
|
}
|
|
12785
|
-
}(), ss =
|
|
12786
|
-
function
|
|
12787
|
+
}(), ss = ph, Yn = ss;
|
|
12788
|
+
function gh(r, t, a) {
|
|
12787
12789
|
t == "__proto__" && Yn ? Yn(r, t, {
|
|
12788
12790
|
configurable: !0,
|
|
12789
12791
|
enumerable: !0,
|
|
@@ -12791,104 +12793,104 @@ function ph(r, t, a) {
|
|
|
12791
12793
|
writable: !0
|
|
12792
12794
|
}) : r[t] = a;
|
|
12793
12795
|
}
|
|
12794
|
-
var bn =
|
|
12795
|
-
function
|
|
12796
|
+
var bn = gh, mh = bn, fh = dr, yh = Object.prototype, hh = yh.hasOwnProperty;
|
|
12797
|
+
function bh(r, t, a) {
|
|
12796
12798
|
var n = r[t];
|
|
12797
|
-
(!(
|
|
12799
|
+
(!(hh.call(r, t) && fh(n, a)) || a === void 0 && !(t in r)) && mh(r, t, a);
|
|
12798
12800
|
}
|
|
12799
|
-
var vn =
|
|
12800
|
-
function
|
|
12801
|
+
var vn = bh, vh = 9007199254740991, Th = /^(?:0|[1-9]\d*)$/;
|
|
12802
|
+
function _h(r, t) {
|
|
12801
12803
|
var a = typeof r;
|
|
12802
|
-
return t = t ??
|
|
12804
|
+
return t = t ?? vh, !!t && (a == "number" || a != "symbol" && Th.test(r)) && r > -1 && r % 1 == 0 && r < t;
|
|
12803
12805
|
}
|
|
12804
|
-
var ga =
|
|
12805
|
-
function
|
|
12806
|
+
var ga = _h, Ah = vn, jh = St, wh = ga, Wn = _e, xh = Ct;
|
|
12807
|
+
function Eh(r, t, a, n) {
|
|
12806
12808
|
if (!Wn(r))
|
|
12807
12809
|
return r;
|
|
12808
|
-
t =
|
|
12810
|
+
t = jh(t, r);
|
|
12809
12811
|
for (var i = -1, o = t.length, s = o - 1, l = r; l != null && ++i < o; ) {
|
|
12810
|
-
var c =
|
|
12812
|
+
var c = xh(t[i]), u = a;
|
|
12811
12813
|
if (c === "__proto__" || c === "constructor" || c === "prototype")
|
|
12812
12814
|
return r;
|
|
12813
12815
|
if (i != s) {
|
|
12814
12816
|
var d = l[c];
|
|
12815
|
-
u = n ? n(d, c, l) : void 0, u === void 0 && (u = Wn(d) ? d :
|
|
12817
|
+
u = n ? n(d, c, l) : void 0, u === void 0 && (u = Wn(d) ? d : wh(t[i + 1]) ? [] : {});
|
|
12816
12818
|
}
|
|
12817
|
-
|
|
12819
|
+
Ah(l, c, u), l = l[c];
|
|
12818
12820
|
}
|
|
12819
12821
|
return r;
|
|
12820
12822
|
}
|
|
12821
|
-
var ls =
|
|
12822
|
-
function
|
|
12823
|
+
var ls = Eh, $h = Jr, Sh = ls, Ch = St;
|
|
12824
|
+
function Lh(r, t, a) {
|
|
12823
12825
|
for (var n = -1, i = t.length, o = {}; ++n < i; ) {
|
|
12824
|
-
var s = t[n], l =
|
|
12825
|
-
a(l, s) &&
|
|
12826
|
+
var s = t[n], l = $h(r, s);
|
|
12827
|
+
a(l, s) && Sh(o, Ch(s, r), l);
|
|
12826
12828
|
}
|
|
12827
12829
|
return o;
|
|
12828
12830
|
}
|
|
12829
|
-
var
|
|
12830
|
-
function
|
|
12831
|
+
var kh = Lh;
|
|
12832
|
+
function Ph(r, t) {
|
|
12831
12833
|
return r != null && t in Object(r);
|
|
12832
12834
|
}
|
|
12833
|
-
var
|
|
12834
|
-
function
|
|
12835
|
-
return
|
|
12835
|
+
var Dh = Ph, Oh = wt, Nh = Ze, Mh = "[object Arguments]";
|
|
12836
|
+
function Ih(r) {
|
|
12837
|
+
return Nh(r) && Oh(r) == Mh;
|
|
12836
12838
|
}
|
|
12837
|
-
var
|
|
12839
|
+
var Bh = Ih, Xn = Bh, Rh = Ze, cs = Object.prototype, qh = cs.hasOwnProperty, Fh = cs.propertyIsEnumerable, Zh = Xn(/* @__PURE__ */ function() {
|
|
12838
12840
|
return arguments;
|
|
12839
12841
|
}()) ? Xn : function(r) {
|
|
12840
|
-
return
|
|
12841
|
-
}, jr =
|
|
12842
|
-
function
|
|
12843
|
-
return typeof r == "number" && r > -1 && r % 1 == 0 && r <=
|
|
12844
|
-
}
|
|
12845
|
-
var Tn =
|
|
12846
|
-
function
|
|
12847
|
-
t =
|
|
12842
|
+
return Rh(r) && qh.call(r, "callee") && !Fh.call(r, "callee");
|
|
12843
|
+
}, jr = Zh, Uh = 9007199254740991;
|
|
12844
|
+
function Gh(r) {
|
|
12845
|
+
return typeof r == "number" && r > -1 && r % 1 == 0 && r <= Uh;
|
|
12846
|
+
}
|
|
12847
|
+
var Tn = Gh, Kh = St, zh = jr, Vh = me, Hh = ga, Yh = Tn, Wh = Ct;
|
|
12848
|
+
function Xh(r, t, a) {
|
|
12849
|
+
t = Kh(t, r);
|
|
12848
12850
|
for (var n = -1, i = t.length, o = !1; ++n < i; ) {
|
|
12849
|
-
var s =
|
|
12851
|
+
var s = Wh(t[n]);
|
|
12850
12852
|
if (!(o = r != null && a(r, s)))
|
|
12851
12853
|
break;
|
|
12852
12854
|
r = r[s];
|
|
12853
12855
|
}
|
|
12854
|
-
return o || ++n != i ? o : (i = r == null ? 0 : r.length, !!i &&
|
|
12856
|
+
return o || ++n != i ? o : (i = r == null ? 0 : r.length, !!i && Yh(i) && Hh(s, i) && (Vh(r) || zh(r)));
|
|
12855
12857
|
}
|
|
12856
|
-
var us =
|
|
12857
|
-
function
|
|
12858
|
-
return r != null &&
|
|
12858
|
+
var us = Xh, Qh = Dh, Jh = us;
|
|
12859
|
+
function eb(r, t) {
|
|
12860
|
+
return r != null && Jh(r, t, Qh);
|
|
12859
12861
|
}
|
|
12860
|
-
var ds =
|
|
12861
|
-
function
|
|
12862
|
-
return
|
|
12863
|
-
return
|
|
12862
|
+
var ds = eb, tb = kh, rb = ds;
|
|
12863
|
+
function ab(r, t) {
|
|
12864
|
+
return tb(r, t, function(a, n) {
|
|
12865
|
+
return rb(r, n);
|
|
12864
12866
|
});
|
|
12865
12867
|
}
|
|
12866
|
-
var
|
|
12867
|
-
function
|
|
12868
|
+
var nb = ab;
|
|
12869
|
+
function ib(r, t) {
|
|
12868
12870
|
for (var a = -1, n = t.length, i = r.length; ++a < n; )
|
|
12869
12871
|
r[i + a] = t[a];
|
|
12870
12872
|
return r;
|
|
12871
12873
|
}
|
|
12872
|
-
var _n =
|
|
12873
|
-
function
|
|
12874
|
-
return
|
|
12874
|
+
var _n = ib, Qn = jt, ob = jr, sb = me, Jn = Qn ? Qn.isConcatSpreadable : void 0;
|
|
12875
|
+
function lb(r) {
|
|
12876
|
+
return sb(r) || ob(r) || !!(Jn && r && r[Jn]);
|
|
12875
12877
|
}
|
|
12876
|
-
var
|
|
12878
|
+
var cb = lb, ub = _n, db = cb;
|
|
12877
12879
|
function ps(r, t, a, n, i) {
|
|
12878
12880
|
var o = -1, s = r.length;
|
|
12879
|
-
for (a || (a =
|
|
12881
|
+
for (a || (a = db), i || (i = []); ++o < s; ) {
|
|
12880
12882
|
var l = r[o];
|
|
12881
|
-
t > 0 && a(l) ? t > 1 ? ps(l, t - 1, a, n, i) :
|
|
12883
|
+
t > 0 && a(l) ? t > 1 ? ps(l, t - 1, a, n, i) : ub(i, l) : n || (i[i.length] = l);
|
|
12882
12884
|
}
|
|
12883
12885
|
return i;
|
|
12884
12886
|
}
|
|
12885
|
-
var
|
|
12886
|
-
function
|
|
12887
|
+
var pb = ps, gb = pb;
|
|
12888
|
+
function mb(r) {
|
|
12887
12889
|
var t = r == null ? 0 : r.length;
|
|
12888
|
-
return t ?
|
|
12890
|
+
return t ? gb(r, 1) : [];
|
|
12889
12891
|
}
|
|
12890
|
-
var
|
|
12891
|
-
function
|
|
12892
|
+
var fb = mb;
|
|
12893
|
+
function yb(r, t, a) {
|
|
12892
12894
|
switch (a.length) {
|
|
12893
12895
|
case 0:
|
|
12894
12896
|
return r.call(t);
|
|
@@ -12901,61 +12903,61 @@ function fb(r, t, a) {
|
|
|
12901
12903
|
}
|
|
12902
12904
|
return r.apply(t, a);
|
|
12903
12905
|
}
|
|
12904
|
-
var
|
|
12905
|
-
function
|
|
12906
|
+
var hb = yb, bb = hb, ei = Math.max;
|
|
12907
|
+
function vb(r, t, a) {
|
|
12906
12908
|
return t = ei(t === void 0 ? r.length - 1 : t, 0), function() {
|
|
12907
12909
|
for (var n = arguments, i = -1, o = ei(n.length - t, 0), s = Array(o); ++i < o; )
|
|
12908
12910
|
s[i] = n[t + i];
|
|
12909
12911
|
i = -1;
|
|
12910
12912
|
for (var l = Array(t + 1); ++i < t; )
|
|
12911
12913
|
l[i] = n[i];
|
|
12912
|
-
return l[t] = a(s),
|
|
12914
|
+
return l[t] = a(s), bb(r, this, l);
|
|
12913
12915
|
};
|
|
12914
12916
|
}
|
|
12915
|
-
var gs =
|
|
12916
|
-
function
|
|
12917
|
+
var gs = vb;
|
|
12918
|
+
function Tb(r) {
|
|
12917
12919
|
return function() {
|
|
12918
12920
|
return r;
|
|
12919
12921
|
};
|
|
12920
12922
|
}
|
|
12921
|
-
var
|
|
12922
|
-
function
|
|
12923
|
+
var _b = Tb;
|
|
12924
|
+
function Ab(r) {
|
|
12923
12925
|
return r;
|
|
12924
12926
|
}
|
|
12925
|
-
var An =
|
|
12927
|
+
var An = Ab, jb = _b, ti = ss, wb = An, xb = ti ? function(r, t) {
|
|
12926
12928
|
return ti(r, "toString", {
|
|
12927
12929
|
configurable: !0,
|
|
12928
12930
|
enumerable: !1,
|
|
12929
|
-
value:
|
|
12931
|
+
value: jb(t),
|
|
12930
12932
|
writable: !0
|
|
12931
12933
|
});
|
|
12932
|
-
} :
|
|
12933
|
-
function
|
|
12934
|
+
} : wb, Eb = xb, $b = 800, Sb = 16, Cb = Date.now;
|
|
12935
|
+
function Lb(r) {
|
|
12934
12936
|
var t = 0, a = 0;
|
|
12935
12937
|
return function() {
|
|
12936
|
-
var n =
|
|
12938
|
+
var n = Cb(), i = Sb - (n - a);
|
|
12937
12939
|
if (a = n, i > 0) {
|
|
12938
|
-
if (++t >=
|
|
12940
|
+
if (++t >= $b)
|
|
12939
12941
|
return arguments[0];
|
|
12940
12942
|
} else
|
|
12941
12943
|
t = 0;
|
|
12942
12944
|
return r.apply(void 0, arguments);
|
|
12943
12945
|
};
|
|
12944
12946
|
}
|
|
12945
|
-
var
|
|
12946
|
-
function
|
|
12947
|
-
return Mb(
|
|
12947
|
+
var kb = Lb, Pb = Eb, Db = kb, Ob = Db(Pb), ms = Ob, Nb = fb, Mb = gs, Ib = ms;
|
|
12948
|
+
function Bb(r) {
|
|
12949
|
+
return Ib(Mb(r, void 0, Nb), r + "");
|
|
12948
12950
|
}
|
|
12949
|
-
var fs =
|
|
12950
|
-
return r == null ? {} :
|
|
12951
|
-
}),
|
|
12952
|
-
const Zr = /* @__PURE__ */ ye(
|
|
12953
|
-
var
|
|
12954
|
-
function
|
|
12955
|
-
return r == null ? r :
|
|
12951
|
+
var fs = Bb, Rb = nb, qb = fs, Fb = qb(function(r, t) {
|
|
12952
|
+
return r == null ? {} : Rb(r, t);
|
|
12953
|
+
}), Zb = Fb;
|
|
12954
|
+
const Zr = /* @__PURE__ */ ye(Zb);
|
|
12955
|
+
var Ub = ls;
|
|
12956
|
+
function Gb(r, t, a) {
|
|
12957
|
+
return r == null ? r : Ub(r, t, a);
|
|
12956
12958
|
}
|
|
12957
|
-
var
|
|
12958
|
-
const K = /* @__PURE__ */ ye(
|
|
12959
|
+
var Kb = Gb;
|
|
12960
|
+
const K = /* @__PURE__ */ ye(Kb), zb = { Date: !0, RegExp: !0, String: !0, Number: !0 };
|
|
12959
12961
|
function ve(r, t, a = { cyclesFix: !0 }, n = []) {
|
|
12960
12962
|
var l, c;
|
|
12961
12963
|
let i = [];
|
|
@@ -12971,7 +12973,7 @@ function ve(r, t, a = { cyclesFix: !0 }, n = []) {
|
|
|
12971
12973
|
continue;
|
|
12972
12974
|
}
|
|
12973
12975
|
const h = t[u], g = typeof d == "object" && typeof h == "object" && Array.isArray(d) === Array.isArray(h);
|
|
12974
|
-
if (d && h && g && !
|
|
12976
|
+
if (d && h && g && !zb[(c = (l = Object.getPrototypeOf(d)) == null ? void 0 : l.constructor) == null ? void 0 : c.name] && (!a.cyclesFix || !n.includes(d))) {
|
|
12975
12977
|
const A = ve(d, h, a, a.cyclesFix ? n.concat([d]) : []);
|
|
12976
12978
|
i.push.apply(i, A.map((b) => (b.path.unshift(f), b)));
|
|
12977
12979
|
} else d !== h && // treat NaN values as equivalent
|
|
@@ -12991,7 +12993,7 @@ function ve(r, t, a = { cyclesFix: !0 }, n = []) {
|
|
|
12991
12993
|
});
|
|
12992
12994
|
return i;
|
|
12993
12995
|
}
|
|
12994
|
-
const
|
|
12996
|
+
const pC = (r) => {
|
|
12995
12997
|
const {
|
|
12996
12998
|
data: t,
|
|
12997
12999
|
default: a,
|
|
@@ -13072,89 +13074,89 @@ const dC = (r) => {
|
|
|
13072
13074
|
}
|
|
13073
13075
|
}), s;
|
|
13074
13076
|
};
|
|
13075
|
-
var
|
|
13076
|
-
function
|
|
13077
|
-
this.__data__ = new
|
|
13077
|
+
var Vb = Xr;
|
|
13078
|
+
function Hb() {
|
|
13079
|
+
this.__data__ = new Vb(), this.size = 0;
|
|
13078
13080
|
}
|
|
13079
|
-
var
|
|
13080
|
-
function
|
|
13081
|
+
var Yb = Hb;
|
|
13082
|
+
function Wb(r) {
|
|
13081
13083
|
var t = this.__data__, a = t.delete(r);
|
|
13082
13084
|
return this.size = t.size, a;
|
|
13083
13085
|
}
|
|
13084
|
-
var
|
|
13085
|
-
function
|
|
13086
|
+
var Xb = Wb;
|
|
13087
|
+
function Qb(r) {
|
|
13086
13088
|
return this.__data__.get(r);
|
|
13087
13089
|
}
|
|
13088
|
-
var
|
|
13089
|
-
function
|
|
13090
|
+
var Jb = Qb;
|
|
13091
|
+
function ev(r) {
|
|
13090
13092
|
return this.__data__.has(r);
|
|
13091
13093
|
}
|
|
13092
|
-
var
|
|
13093
|
-
function
|
|
13094
|
+
var tv = ev, rv = Xr, av = Fa, nv = Za, iv = 200;
|
|
13095
|
+
function ov(r, t) {
|
|
13094
13096
|
var a = this.__data__;
|
|
13095
|
-
if (a instanceof
|
|
13097
|
+
if (a instanceof rv) {
|
|
13096
13098
|
var n = a.__data__;
|
|
13097
|
-
if (!
|
|
13099
|
+
if (!av || n.length < iv - 1)
|
|
13098
13100
|
return n.push([r, t]), this.size = ++a.size, this;
|
|
13099
|
-
a = this.__data__ = new
|
|
13101
|
+
a = this.__data__ = new nv(n);
|
|
13100
13102
|
}
|
|
13101
13103
|
return a.set(r, t), this.size = a.size, this;
|
|
13102
13104
|
}
|
|
13103
|
-
var
|
|
13105
|
+
var sv = ov, lv = Xr, cv = Yb, uv = Xb, dv = Jb, pv = tv, gv = sv;
|
|
13104
13106
|
function Nt(r) {
|
|
13105
|
-
var t = this.__data__ = new
|
|
13107
|
+
var t = this.__data__ = new lv(r);
|
|
13106
13108
|
this.size = t.size;
|
|
13107
13109
|
}
|
|
13108
|
-
Nt.prototype.clear =
|
|
13109
|
-
Nt.prototype.delete =
|
|
13110
|
-
Nt.prototype.get =
|
|
13111
|
-
Nt.prototype.has =
|
|
13112
|
-
Nt.prototype.set =
|
|
13110
|
+
Nt.prototype.clear = cv;
|
|
13111
|
+
Nt.prototype.delete = uv;
|
|
13112
|
+
Nt.prototype.get = dv;
|
|
13113
|
+
Nt.prototype.has = pv;
|
|
13114
|
+
Nt.prototype.set = gv;
|
|
13113
13115
|
var ma = Nt;
|
|
13114
|
-
function
|
|
13116
|
+
function mv(r, t) {
|
|
13115
13117
|
for (var a = -1, n = r == null ? 0 : r.length; ++a < n && t(r[a], a, r) !== !1; )
|
|
13116
13118
|
;
|
|
13117
13119
|
return r;
|
|
13118
13120
|
}
|
|
13119
|
-
var ys =
|
|
13120
|
-
function
|
|
13121
|
+
var ys = mv, fv = vn, yv = bn;
|
|
13122
|
+
function hv(r, t, a, n) {
|
|
13121
13123
|
var i = !a;
|
|
13122
13124
|
a || (a = {});
|
|
13123
13125
|
for (var o = -1, s = t.length; ++o < s; ) {
|
|
13124
13126
|
var l = t[o], c = n ? n(a[l], r[l], l, a, r) : void 0;
|
|
13125
|
-
c === void 0 && (c = r[l]), i ?
|
|
13127
|
+
c === void 0 && (c = r[l]), i ? yv(a, l, c) : fv(a, l, c);
|
|
13126
13128
|
}
|
|
13127
13129
|
return a;
|
|
13128
13130
|
}
|
|
13129
|
-
var Mt =
|
|
13130
|
-
function
|
|
13131
|
+
var Mt = hv;
|
|
13132
|
+
function bv(r, t) {
|
|
13131
13133
|
for (var a = -1, n = Array(r); ++a < r; )
|
|
13132
13134
|
n[a] = t(a);
|
|
13133
13135
|
return n;
|
|
13134
13136
|
}
|
|
13135
|
-
var
|
|
13136
|
-
function
|
|
13137
|
+
var vv = bv, Ur = { exports: {} };
|
|
13138
|
+
function Tv() {
|
|
13137
13139
|
return !1;
|
|
13138
13140
|
}
|
|
13139
|
-
var
|
|
13141
|
+
var _v = Tv;
|
|
13140
13142
|
Ur.exports;
|
|
13141
13143
|
(function(r, t) {
|
|
13142
|
-
var a = Me, n =
|
|
13144
|
+
var a = Me, n = _v, i = t && !t.nodeType && t, o = i && !0 && r && !r.nodeType && r, s = o && o.exports === i, l = s ? a.Buffer : void 0, c = l ? l.isBuffer : void 0, u = c || n;
|
|
13143
13145
|
r.exports = u;
|
|
13144
13146
|
})(Ur, Ur.exports);
|
|
13145
|
-
var It = Ur.exports,
|
|
13146
|
-
Q[
|
|
13147
|
-
Q[
|
|
13148
|
-
function
|
|
13149
|
-
return
|
|
13150
|
-
}
|
|
13151
|
-
var
|
|
13152
|
-
function
|
|
13147
|
+
var It = Ur.exports, Av = wt, jv = Tn, wv = Ze, xv = "[object Arguments]", Ev = "[object Array]", $v = "[object Boolean]", Sv = "[object Date]", Cv = "[object Error]", Lv = "[object Function]", kv = "[object Map]", Pv = "[object Number]", Dv = "[object Object]", Ov = "[object RegExp]", Nv = "[object Set]", Mv = "[object String]", Iv = "[object WeakMap]", Bv = "[object ArrayBuffer]", Rv = "[object DataView]", qv = "[object Float32Array]", Fv = "[object Float64Array]", Zv = "[object Int8Array]", Uv = "[object Int16Array]", Gv = "[object Int32Array]", Kv = "[object Uint8Array]", zv = "[object Uint8ClampedArray]", Vv = "[object Uint16Array]", Hv = "[object Uint32Array]", Q = {};
|
|
13148
|
+
Q[qv] = Q[Fv] = Q[Zv] = Q[Uv] = Q[Gv] = Q[Kv] = Q[zv] = Q[Vv] = Q[Hv] = !0;
|
|
13149
|
+
Q[xv] = Q[Ev] = Q[Bv] = Q[$v] = Q[Rv] = Q[Sv] = Q[Cv] = Q[Lv] = Q[kv] = Q[Pv] = Q[Dv] = Q[Ov] = Q[Nv] = Q[Mv] = Q[Iv] = !1;
|
|
13150
|
+
function Yv(r) {
|
|
13151
|
+
return wv(r) && jv(r.length) && !!Q[Av(r)];
|
|
13152
|
+
}
|
|
13153
|
+
var Wv = Yv;
|
|
13154
|
+
function Xv(r) {
|
|
13153
13155
|
return function(t) {
|
|
13154
13156
|
return r(t);
|
|
13155
13157
|
};
|
|
13156
13158
|
}
|
|
13157
|
-
var jn =
|
|
13159
|
+
var jn = Xv, Gr = { exports: {} };
|
|
13158
13160
|
Gr.exports;
|
|
13159
13161
|
(function(r, t) {
|
|
13160
13162
|
var a = Ni, n = t && !t.nodeType && t, i = n && !0 && r && !r.nodeType && r, o = i && i.exports === n, s = o && a.process, l = function() {
|
|
@@ -13166,75 +13168,75 @@ Gr.exports;
|
|
|
13166
13168
|
}();
|
|
13167
13169
|
r.exports = l;
|
|
13168
13170
|
})(Gr, Gr.exports);
|
|
13169
|
-
var wn = Gr.exports,
|
|
13170
|
-
function
|
|
13171
|
-
var a =
|
|
13171
|
+
var wn = Gr.exports, Qv = Wv, Jv = jn, ri = wn, ai = ri && ri.isTypedArray, eT = ai ? Jv(ai) : Qv, wr = eT, tT = vv, rT = jr, aT = me, nT = It, iT = ga, oT = wr, sT = Object.prototype, lT = sT.hasOwnProperty;
|
|
13172
|
+
function cT(r, t) {
|
|
13173
|
+
var a = aT(r), n = !a && rT(r), i = !a && !n && nT(r), o = !a && !n && !i && oT(r), s = a || n || i || o, l = s ? tT(r.length, String) : [], c = l.length;
|
|
13172
13174
|
for (var u in r)
|
|
13173
|
-
(t ||
|
|
13175
|
+
(t || lT.call(r, u)) && !(s && // Safari 9 has enumerable `arguments.length` in strict mode.
|
|
13174
13176
|
(u == "length" || // Node.js 0.10 has enumerable non-index properties on buffers.
|
|
13175
13177
|
i && (u == "offset" || u == "parent") || // PhantomJS 2 has enumerable non-index properties on typed arrays.
|
|
13176
13178
|
o && (u == "buffer" || u == "byteLength" || u == "byteOffset") || // Skip index properties.
|
|
13177
|
-
|
|
13179
|
+
iT(u, c))) && l.push(u);
|
|
13178
13180
|
return l;
|
|
13179
13181
|
}
|
|
13180
|
-
var hs =
|
|
13181
|
-
function
|
|
13182
|
-
var t = r && r.constructor, a = typeof t == "function" && t.prototype ||
|
|
13182
|
+
var hs = cT, uT = Object.prototype;
|
|
13183
|
+
function dT(r) {
|
|
13184
|
+
var t = r && r.constructor, a = typeof t == "function" && t.prototype || uT;
|
|
13183
13185
|
return r === a;
|
|
13184
13186
|
}
|
|
13185
|
-
var fa =
|
|
13186
|
-
function
|
|
13187
|
+
var fa = dT;
|
|
13188
|
+
function pT(r, t) {
|
|
13187
13189
|
return function(a) {
|
|
13188
13190
|
return r(t(a));
|
|
13189
13191
|
};
|
|
13190
13192
|
}
|
|
13191
|
-
var bs =
|
|
13192
|
-
function
|
|
13193
|
-
if (!
|
|
13194
|
-
return
|
|
13193
|
+
var bs = pT, gT = bs, mT = gT(Object.keys, Object), fT = mT, yT = fa, hT = fT, bT = Object.prototype, vT = bT.hasOwnProperty;
|
|
13194
|
+
function TT(r) {
|
|
13195
|
+
if (!yT(r))
|
|
13196
|
+
return hT(r);
|
|
13195
13197
|
var t = [];
|
|
13196
13198
|
for (var a in Object(r))
|
|
13197
|
-
|
|
13199
|
+
vT.call(r, a) && a != "constructor" && t.push(a);
|
|
13198
13200
|
return t;
|
|
13199
13201
|
}
|
|
13200
|
-
var vs =
|
|
13201
|
-
function
|
|
13202
|
-
return r != null &&
|
|
13202
|
+
var vs = TT, _T = Hr, AT = Tn;
|
|
13203
|
+
function jT(r) {
|
|
13204
|
+
return r != null && AT(r.length) && !_T(r);
|
|
13203
13205
|
}
|
|
13204
|
-
var Bt =
|
|
13205
|
-
function
|
|
13206
|
-
return
|
|
13206
|
+
var Bt = jT, wT = hs, xT = vs, ET = Bt;
|
|
13207
|
+
function $T(r) {
|
|
13208
|
+
return ET(r) ? wT(r) : xT(r);
|
|
13207
13209
|
}
|
|
13208
|
-
var xr =
|
|
13209
|
-
function
|
|
13210
|
-
return r &&
|
|
13210
|
+
var xr = $T, ST = Mt, CT = xr;
|
|
13211
|
+
function LT(r, t) {
|
|
13212
|
+
return r && ST(t, CT(t), r);
|
|
13211
13213
|
}
|
|
13212
|
-
var
|
|
13213
|
-
function
|
|
13214
|
+
var kT = LT;
|
|
13215
|
+
function PT(r) {
|
|
13214
13216
|
var t = [];
|
|
13215
13217
|
if (r != null)
|
|
13216
13218
|
for (var a in Object(r))
|
|
13217
13219
|
t.push(a);
|
|
13218
13220
|
return t;
|
|
13219
13221
|
}
|
|
13220
|
-
var
|
|
13221
|
-
function
|
|
13222
|
-
if (!
|
|
13223
|
-
return
|
|
13224
|
-
var t =
|
|
13222
|
+
var DT = PT, OT = _e, NT = fa, MT = DT, IT = Object.prototype, BT = IT.hasOwnProperty;
|
|
13223
|
+
function RT(r) {
|
|
13224
|
+
if (!OT(r))
|
|
13225
|
+
return MT(r);
|
|
13226
|
+
var t = NT(r), a = [];
|
|
13225
13227
|
for (var n in r)
|
|
13226
|
-
n == "constructor" && (t || !
|
|
13228
|
+
n == "constructor" && (t || !BT.call(r, n)) || a.push(n);
|
|
13227
13229
|
return a;
|
|
13228
13230
|
}
|
|
13229
|
-
var
|
|
13230
|
-
function
|
|
13231
|
-
return
|
|
13231
|
+
var qT = RT, FT = hs, ZT = qT, UT = Bt;
|
|
13232
|
+
function GT(r) {
|
|
13233
|
+
return UT(r) ? FT(r, !0) : ZT(r);
|
|
13232
13234
|
}
|
|
13233
|
-
var Er =
|
|
13234
|
-
function
|
|
13235
|
-
return r &&
|
|
13235
|
+
var Er = GT, KT = Mt, zT = Er;
|
|
13236
|
+
function VT(r, t) {
|
|
13237
|
+
return r && KT(t, zT(t), r);
|
|
13236
13238
|
}
|
|
13237
|
-
var
|
|
13239
|
+
var HT = VT, Kr = { exports: {} };
|
|
13238
13240
|
Kr.exports;
|
|
13239
13241
|
(function(r, t) {
|
|
13240
13242
|
var a = Me, n = t && !t.nodeType && t, i = n && !0 && r && !r.nodeType && r, o = i && i.exports === n, s = o ? a.Buffer : void 0, l = s ? s.allocUnsafe : void 0;
|
|
@@ -13247,112 +13249,111 @@ Kr.exports;
|
|
|
13247
13249
|
r.exports = c;
|
|
13248
13250
|
})(Kr, Kr.exports);
|
|
13249
13251
|
var Ts = Kr.exports;
|
|
13250
|
-
function
|
|
13252
|
+
function YT(r, t) {
|
|
13251
13253
|
var a = -1, n = r.length;
|
|
13252
13254
|
for (t || (t = Array(n)); ++a < n; )
|
|
13253
13255
|
t[a] = r[a];
|
|
13254
13256
|
return t;
|
|
13255
13257
|
}
|
|
13256
|
-
var _s =
|
|
13257
|
-
function
|
|
13258
|
+
var _s = YT;
|
|
13259
|
+
function WT(r, t) {
|
|
13258
13260
|
for (var a = -1, n = r == null ? 0 : r.length, i = 0, o = []; ++a < n; ) {
|
|
13259
13261
|
var s = r[a];
|
|
13260
13262
|
t(s, a, r) && (o[i++] = s);
|
|
13261
13263
|
}
|
|
13262
13264
|
return o;
|
|
13263
13265
|
}
|
|
13264
|
-
var
|
|
13265
|
-
function
|
|
13266
|
+
var XT = WT;
|
|
13267
|
+
function QT() {
|
|
13266
13268
|
return [];
|
|
13267
13269
|
}
|
|
13268
|
-
var As =
|
|
13269
|
-
return r == null ? [] : (r = Object(r),
|
|
13270
|
-
return
|
|
13270
|
+
var As = QT, JT = XT, e_ = As, t_ = Object.prototype, r_ = t_.propertyIsEnumerable, ni = Object.getOwnPropertySymbols, a_ = ni ? function(r) {
|
|
13271
|
+
return r == null ? [] : (r = Object(r), JT(ni(r), function(t) {
|
|
13272
|
+
return r_.call(r, t);
|
|
13271
13273
|
}));
|
|
13272
|
-
} :
|
|
13273
|
-
function
|
|
13274
|
-
return
|
|
13274
|
+
} : e_, xn = a_, n_ = Mt, i_ = xn;
|
|
13275
|
+
function o_(r, t) {
|
|
13276
|
+
return n_(r, i_(r), t);
|
|
13275
13277
|
}
|
|
13276
|
-
var
|
|
13278
|
+
var s_ = o_, l_ = bs, c_ = l_(Object.getPrototypeOf, Object), ya = c_, u_ = _n, d_ = ya, p_ = xn, g_ = As, m_ = Object.getOwnPropertySymbols, f_ = m_ ? function(r) {
|
|
13277
13279
|
for (var t = []; r; )
|
|
13278
|
-
|
|
13280
|
+
u_(t, p_(r)), r = d_(r);
|
|
13279
13281
|
return t;
|
|
13280
|
-
} :
|
|
13281
|
-
function
|
|
13282
|
-
return
|
|
13282
|
+
} : g_, js = f_, y_ = Mt, h_ = js;
|
|
13283
|
+
function b_(r, t) {
|
|
13284
|
+
return y_(r, h_(r), t);
|
|
13283
13285
|
}
|
|
13284
|
-
var
|
|
13285
|
-
function
|
|
13286
|
+
var v_ = b_, T_ = _n, __ = me;
|
|
13287
|
+
function A_(r, t, a) {
|
|
13286
13288
|
var n = t(r);
|
|
13287
|
-
return
|
|
13289
|
+
return __(r) ? n : T_(n, a(r));
|
|
13288
13290
|
}
|
|
13289
|
-
var ws =
|
|
13290
|
-
function
|
|
13291
|
-
return
|
|
13291
|
+
var ws = A_, j_ = ws, w_ = xn, x_ = xr;
|
|
13292
|
+
function E_(r) {
|
|
13293
|
+
return j_(r, x_, w_);
|
|
13292
13294
|
}
|
|
13293
|
-
var xs =
|
|
13294
|
-
function
|
|
13295
|
-
return
|
|
13295
|
+
var xs = E_, $_ = ws, S_ = js, C_ = Er;
|
|
13296
|
+
function L_(r) {
|
|
13297
|
+
return $_(r, C_, S_);
|
|
13296
13298
|
}
|
|
13297
|
-
var Es =
|
|
13299
|
+
var Es = L_, k_ = lt, P_ = Me, D_ = k_(P_, "DataView"), O_ = D_, N_ = lt, M_ = Me, I_ = N_(M_, "Promise"), B_ = I_, R_ = lt, q_ = Me, F_ = R_(q_, "Set"), Z_ = F_, U_ = lt, G_ = Me, K_ = U_(G_, "WeakMap"), z_ = K_, Oa = O_, Na = Fa, Ma = B_, Ia = Z_, Ba = z_, $s = wt, Rt = Ii, ii = "[object Map]", V_ = "[object Object]", oi = "[object Promise]", si = "[object Set]", li = "[object WeakMap]", ci = "[object DataView]", H_ = Rt(Oa), Y_ = Rt(Na), W_ = Rt(Ma), X_ = Rt(Ia), Q_ = Rt(Ba), rt = $s;
|
|
13298
13300
|
(Oa && rt(new Oa(new ArrayBuffer(1))) != ci || Na && rt(new Na()) != ii || Ma && rt(Ma.resolve()) != oi || Ia && rt(new Ia()) != si || Ba && rt(new Ba()) != li) && (rt = function(r) {
|
|
13299
|
-
var t = $s(r), a = t ==
|
|
13301
|
+
var t = $s(r), a = t == V_ ? r.constructor : void 0, n = a ? Rt(a) : "";
|
|
13300
13302
|
if (n)
|
|
13301
13303
|
switch (n) {
|
|
13302
|
-
case V_:
|
|
13303
|
-
return ci;
|
|
13304
13304
|
case H_:
|
|
13305
|
-
return
|
|
13305
|
+
return ci;
|
|
13306
13306
|
case Y_:
|
|
13307
|
-
return
|
|
13307
|
+
return ii;
|
|
13308
13308
|
case W_:
|
|
13309
|
-
return
|
|
13309
|
+
return oi;
|
|
13310
13310
|
case X_:
|
|
13311
|
+
return si;
|
|
13312
|
+
case Q_:
|
|
13311
13313
|
return li;
|
|
13312
13314
|
}
|
|
13313
13315
|
return t;
|
|
13314
13316
|
});
|
|
13315
|
-
var $r = rt,
|
|
13316
|
-
function
|
|
13317
|
+
var $r = rt, J_ = Object.prototype, eA = J_.hasOwnProperty;
|
|
13318
|
+
function tA(r) {
|
|
13317
13319
|
var t = r.length, a = new r.constructor(t);
|
|
13318
|
-
return t && typeof r[0] == "string" &&
|
|
13320
|
+
return t && typeof r[0] == "string" && eA.call(r, "index") && (a.index = r.index, a.input = r.input), a;
|
|
13319
13321
|
}
|
|
13320
|
-
var
|
|
13321
|
-
function
|
|
13322
|
+
var rA = tA, aA = Me, nA = aA.Uint8Array, Ss = nA, ui = Ss;
|
|
13323
|
+
function iA(r) {
|
|
13322
13324
|
var t = new r.constructor(r.byteLength);
|
|
13323
13325
|
return new ui(t).set(new ui(r)), t;
|
|
13324
13326
|
}
|
|
13325
|
-
var En =
|
|
13326
|
-
function
|
|
13327
|
-
var a = t ?
|
|
13327
|
+
var En = iA, oA = En;
|
|
13328
|
+
function sA(r, t) {
|
|
13329
|
+
var a = t ? oA(r.buffer) : r.buffer;
|
|
13328
13330
|
return new r.constructor(a, r.byteOffset, r.byteLength);
|
|
13329
13331
|
}
|
|
13330
|
-
var
|
|
13331
|
-
function
|
|
13332
|
-
var t = new r.constructor(r.source,
|
|
13332
|
+
var lA = sA, cA = /\w*$/;
|
|
13333
|
+
function uA(r) {
|
|
13334
|
+
var t = new r.constructor(r.source, cA.exec(r));
|
|
13333
13335
|
return t.lastIndex = r.lastIndex, t;
|
|
13334
13336
|
}
|
|
13335
|
-
var
|
|
13336
|
-
function
|
|
13337
|
+
var dA = uA, di = jt, pi = di ? di.prototype : void 0, gi = pi ? pi.valueOf : void 0;
|
|
13338
|
+
function pA(r) {
|
|
13337
13339
|
return gi ? Object(gi.call(r)) : {};
|
|
13338
13340
|
}
|
|
13339
|
-
var
|
|
13340
|
-
function
|
|
13341
|
-
var a = t ?
|
|
13341
|
+
var gA = pA, mA = En;
|
|
13342
|
+
function fA(r, t) {
|
|
13343
|
+
var a = t ? mA(r.buffer) : r.buffer;
|
|
13342
13344
|
return new r.constructor(a, r.byteOffset, r.length);
|
|
13343
13345
|
}
|
|
13344
|
-
var Cs =
|
|
13345
|
-
function
|
|
13346
|
+
var Cs = fA, yA = En, hA = lA, bA = dA, vA = gA, TA = Cs, _A = "[object Boolean]", AA = "[object Date]", jA = "[object Map]", wA = "[object Number]", xA = "[object RegExp]", EA = "[object Set]", $A = "[object String]", SA = "[object Symbol]", CA = "[object ArrayBuffer]", LA = "[object DataView]", kA = "[object Float32Array]", PA = "[object Float64Array]", DA = "[object Int8Array]", OA = "[object Int16Array]", NA = "[object Int32Array]", MA = "[object Uint8Array]", IA = "[object Uint8ClampedArray]", BA = "[object Uint16Array]", RA = "[object Uint32Array]";
|
|
13347
|
+
function qA(r, t, a) {
|
|
13346
13348
|
var n = r.constructor;
|
|
13347
13349
|
switch (t) {
|
|
13348
|
-
case
|
|
13349
|
-
return
|
|
13350
|
-
case TA:
|
|
13350
|
+
case CA:
|
|
13351
|
+
return yA(r);
|
|
13351
13352
|
case _A:
|
|
13353
|
+
case AA:
|
|
13352
13354
|
return new n(+r);
|
|
13353
|
-
case CA:
|
|
13354
|
-
return yA(r, a);
|
|
13355
13355
|
case LA:
|
|
13356
|
+
return hA(r, a);
|
|
13356
13357
|
case kA:
|
|
13357
13358
|
case PA:
|
|
13358
13359
|
case DA:
|
|
@@ -13361,25 +13362,26 @@ function RA(r, t, a) {
|
|
|
13361
13362
|
case MA:
|
|
13362
13363
|
case IA:
|
|
13363
13364
|
case BA:
|
|
13364
|
-
|
|
13365
|
-
|
|
13366
|
-
return new n();
|
|
13365
|
+
case RA:
|
|
13366
|
+
return TA(r, a);
|
|
13367
13367
|
case jA:
|
|
13368
|
-
case EA:
|
|
13369
|
-
return new n(r);
|
|
13370
|
-
case wA:
|
|
13371
|
-
return hA(r);
|
|
13372
|
-
case xA:
|
|
13373
13368
|
return new n();
|
|
13369
|
+
case wA:
|
|
13374
13370
|
case $A:
|
|
13371
|
+
return new n(r);
|
|
13372
|
+
case xA:
|
|
13375
13373
|
return bA(r);
|
|
13374
|
+
case EA:
|
|
13375
|
+
return new n();
|
|
13376
|
+
case SA:
|
|
13377
|
+
return vA(r);
|
|
13376
13378
|
}
|
|
13377
13379
|
}
|
|
13378
|
-
var
|
|
13380
|
+
var FA = qA, ZA = _e, mi = Object.create, UA = /* @__PURE__ */ function() {
|
|
13379
13381
|
function r() {
|
|
13380
13382
|
}
|
|
13381
13383
|
return function(t) {
|
|
13382
|
-
if (!
|
|
13384
|
+
if (!ZA(t))
|
|
13383
13385
|
return {};
|
|
13384
13386
|
if (mi)
|
|
13385
13387
|
return mi(t);
|
|
@@ -13387,114 +13389,114 @@ var qA = RA, FA = _e, mi = Object.create, ZA = /* @__PURE__ */ function() {
|
|
|
13387
13389
|
var a = new r();
|
|
13388
13390
|
return r.prototype = void 0, a;
|
|
13389
13391
|
};
|
|
13390
|
-
}(), Ls =
|
|
13391
|
-
function
|
|
13392
|
-
return typeof r.constructor == "function" && !
|
|
13392
|
+
}(), Ls = UA, GA = Ls, KA = ya, zA = fa;
|
|
13393
|
+
function VA(r) {
|
|
13394
|
+
return typeof r.constructor == "function" && !zA(r) ? GA(KA(r)) : {};
|
|
13393
13395
|
}
|
|
13394
|
-
var ks =
|
|
13395
|
-
function
|
|
13396
|
-
return
|
|
13396
|
+
var ks = VA, HA = $r, YA = Ze, WA = "[object Map]";
|
|
13397
|
+
function XA(r) {
|
|
13398
|
+
return YA(r) && HA(r) == WA;
|
|
13397
13399
|
}
|
|
13398
|
-
var
|
|
13399
|
-
function
|
|
13400
|
-
return
|
|
13400
|
+
var QA = XA, JA = QA, ej = jn, fi = wn, yi = fi && fi.isMap, tj = yi ? ej(yi) : JA, rj = tj, aj = $r, nj = Ze, ij = "[object Set]";
|
|
13401
|
+
function oj(r) {
|
|
13402
|
+
return nj(r) && aj(r) == ij;
|
|
13401
13403
|
}
|
|
13402
|
-
var
|
|
13403
|
-
X[Ps] = X[
|
|
13404
|
-
X[
|
|
13404
|
+
var sj = oj, lj = sj, cj = jn, hi = wn, bi = hi && hi.isSet, uj = bi ? cj(bi) : lj, dj = uj, pj = ma, gj = ys, mj = vn, fj = kT, yj = HT, hj = Ts, bj = _s, vj = s_, Tj = v_, _j = xs, Aj = Es, jj = $r, wj = rA, xj = FA, Ej = ks, $j = me, Sj = It, Cj = rj, Lj = _e, kj = dj, Pj = xr, Dj = Er, Oj = 1, Nj = 2, Mj = 4, Ps = "[object Arguments]", Ij = "[object Array]", Bj = "[object Boolean]", Rj = "[object Date]", qj = "[object Error]", Ds = "[object Function]", Fj = "[object GeneratorFunction]", Zj = "[object Map]", Uj = "[object Number]", Os = "[object Object]", Gj = "[object RegExp]", Kj = "[object Set]", zj = "[object String]", Vj = "[object Symbol]", Hj = "[object WeakMap]", Yj = "[object ArrayBuffer]", Wj = "[object DataView]", Xj = "[object Float32Array]", Qj = "[object Float64Array]", Jj = "[object Int8Array]", ew = "[object Int16Array]", tw = "[object Int32Array]", rw = "[object Uint8Array]", aw = "[object Uint8ClampedArray]", nw = "[object Uint16Array]", iw = "[object Uint32Array]", X = {};
|
|
13405
|
+
X[Ps] = X[Ij] = X[Yj] = X[Wj] = X[Bj] = X[Rj] = X[Xj] = X[Qj] = X[Jj] = X[ew] = X[tw] = X[Zj] = X[Uj] = X[Os] = X[Gj] = X[Kj] = X[zj] = X[Vj] = X[rw] = X[aw] = X[nw] = X[iw] = !0;
|
|
13406
|
+
X[qj] = X[Ds] = X[Hj] = !1;
|
|
13405
13407
|
function Pr(r, t, a, n, i, o) {
|
|
13406
|
-
var s, l = t &
|
|
13408
|
+
var s, l = t & Oj, c = t & Nj, u = t & Mj;
|
|
13407
13409
|
if (a && (s = i ? a(r, n, i, o) : a(r)), s !== void 0)
|
|
13408
13410
|
return s;
|
|
13409
|
-
if (!
|
|
13411
|
+
if (!Lj(r))
|
|
13410
13412
|
return r;
|
|
13411
|
-
var d =
|
|
13413
|
+
var d = $j(r);
|
|
13412
13414
|
if (d) {
|
|
13413
|
-
if (s =
|
|
13414
|
-
return
|
|
13415
|
+
if (s = wj(r), !l)
|
|
13416
|
+
return bj(r, s);
|
|
13415
13417
|
} else {
|
|
13416
|
-
var f =
|
|
13417
|
-
if (
|
|
13418
|
-
return
|
|
13418
|
+
var f = jj(r), h = f == Ds || f == Fj;
|
|
13419
|
+
if (Sj(r))
|
|
13420
|
+
return hj(r, l);
|
|
13419
13421
|
if (f == Os || f == Ps || h && !i) {
|
|
13420
|
-
if (s = c || h ? {} :
|
|
13421
|
-
return c ?
|
|
13422
|
+
if (s = c || h ? {} : Ej(r), !l)
|
|
13423
|
+
return c ? Tj(r, yj(s, r)) : vj(r, fj(s, r));
|
|
13422
13424
|
} else {
|
|
13423
13425
|
if (!X[f])
|
|
13424
13426
|
return i ? r : {};
|
|
13425
|
-
s =
|
|
13427
|
+
s = xj(r, f, l);
|
|
13426
13428
|
}
|
|
13427
13429
|
}
|
|
13428
|
-
o || (o = new
|
|
13430
|
+
o || (o = new pj());
|
|
13429
13431
|
var g = o.get(r);
|
|
13430
13432
|
if (g)
|
|
13431
13433
|
return g;
|
|
13432
|
-
o.set(r, s),
|
|
13434
|
+
o.set(r, s), kj(r) ? r.forEach(function(F) {
|
|
13433
13435
|
s.add(Pr(F, t, a, F, r, o));
|
|
13434
|
-
}) :
|
|
13436
|
+
}) : Cj(r) && r.forEach(function(F, E) {
|
|
13435
13437
|
s.set(E, Pr(F, t, a, E, r, o));
|
|
13436
13438
|
});
|
|
13437
|
-
var A = u ? c ?
|
|
13438
|
-
return
|
|
13439
|
-
b && (E = F, F = r[E]),
|
|
13439
|
+
var A = u ? c ? Aj : _j : c ? Dj : Pj, b = d ? void 0 : A(r);
|
|
13440
|
+
return gj(b || r, function(F, E) {
|
|
13441
|
+
b && (E = F, F = r[E]), mj(s, E, Pr(F, t, a, E, r, o));
|
|
13440
13442
|
}), s;
|
|
13441
13443
|
}
|
|
13442
|
-
var
|
|
13443
|
-
function
|
|
13444
|
+
var ow = Pr;
|
|
13445
|
+
function sw(r) {
|
|
13444
13446
|
var t = r == null ? 0 : r.length;
|
|
13445
13447
|
return t ? r[t - 1] : void 0;
|
|
13446
13448
|
}
|
|
13447
|
-
var
|
|
13448
|
-
function
|
|
13449
|
+
var lw = sw;
|
|
13450
|
+
function cw(r, t, a) {
|
|
13449
13451
|
var n = -1, i = r.length;
|
|
13450
13452
|
t < 0 && (t = -t > i ? 0 : i + t), a = a > i ? i : a, a < 0 && (a += i), i = t > a ? 0 : a - t >>> 0, t >>>= 0;
|
|
13451
13453
|
for (var o = Array(i); ++n < i; )
|
|
13452
13454
|
o[n] = r[n + t];
|
|
13453
13455
|
return o;
|
|
13454
13456
|
}
|
|
13455
|
-
var
|
|
13456
|
-
function
|
|
13457
|
-
return t.length < 2 ? r :
|
|
13457
|
+
var uw = cw, dw = Jr, pw = uw;
|
|
13458
|
+
function gw(r, t) {
|
|
13459
|
+
return t.length < 2 ? r : dw(r, pw(t, 0, -1));
|
|
13458
13460
|
}
|
|
13459
|
-
var
|
|
13460
|
-
function
|
|
13461
|
-
return t =
|
|
13461
|
+
var mw = gw, fw = St, yw = lw, hw = mw, bw = Ct;
|
|
13462
|
+
function vw(r, t) {
|
|
13463
|
+
return t = fw(t, r), r = hw(r, t), r == null || delete r[bw(yw(t))];
|
|
13462
13464
|
}
|
|
13463
|
-
var
|
|
13464
|
-
function
|
|
13465
|
-
if (!
|
|
13465
|
+
var Tw = vw, _w = wt, Aw = ya, jw = Ze, ww = "[object Object]", xw = Function.prototype, Ew = Object.prototype, Ns = xw.toString, $w = Ew.hasOwnProperty, Sw = Ns.call(Object);
|
|
13466
|
+
function Cw(r) {
|
|
13467
|
+
if (!jw(r) || _w(r) != ww)
|
|
13466
13468
|
return !1;
|
|
13467
|
-
var t =
|
|
13469
|
+
var t = Aw(r);
|
|
13468
13470
|
if (t === null)
|
|
13469
13471
|
return !0;
|
|
13470
|
-
var a =
|
|
13471
|
-
return typeof a == "function" && a instanceof a && Ns.call(a) ==
|
|
13472
|
+
var a = $w.call(t, "constructor") && t.constructor;
|
|
13473
|
+
return typeof a == "function" && a instanceof a && Ns.call(a) == Sw;
|
|
13472
13474
|
}
|
|
13473
|
-
var Ms =
|
|
13474
|
-
function
|
|
13475
|
-
return
|
|
13475
|
+
var Ms = Cw, Lw = Ms;
|
|
13476
|
+
function kw(r) {
|
|
13477
|
+
return Lw(r) ? void 0 : r;
|
|
13476
13478
|
}
|
|
13477
|
-
var
|
|
13479
|
+
var Pw = kw, Dw = Ri, Ow = ow, Nw = Tw, Mw = St, Iw = Mt, Bw = Pw, Rw = fs, qw = Es, Fw = 1, Zw = 2, Uw = 4, Gw = Rw(function(r, t) {
|
|
13478
13480
|
var a = {};
|
|
13479
13481
|
if (r == null)
|
|
13480
13482
|
return a;
|
|
13481
13483
|
var n = !1;
|
|
13482
|
-
t =
|
|
13483
|
-
return o =
|
|
13484
|
-
}),
|
|
13484
|
+
t = Dw(t, function(o) {
|
|
13485
|
+
return o = Mw(o, r), n || (n = o.length > 1), o;
|
|
13486
|
+
}), Iw(r, qw(r), a), n && (a = Ow(a, Fw | Zw | Uw, Bw));
|
|
13485
13487
|
for (var i = t.length; i--; )
|
|
13486
|
-
|
|
13488
|
+
Nw(a, t[i]);
|
|
13487
13489
|
return a;
|
|
13488
|
-
}),
|
|
13489
|
-
const
|
|
13490
|
-
function
|
|
13490
|
+
}), Kw = Gw;
|
|
13491
|
+
const zw = /* @__PURE__ */ ye(Kw);
|
|
13492
|
+
function Vw(r, t) {
|
|
13491
13493
|
for (var a = -1, n = r == null ? 0 : r.length; ++a < n; )
|
|
13492
13494
|
if (!t(r[a], a, r))
|
|
13493
13495
|
return !1;
|
|
13494
13496
|
return !0;
|
|
13495
13497
|
}
|
|
13496
|
-
var
|
|
13497
|
-
function
|
|
13498
|
+
var Hw = Vw;
|
|
13499
|
+
function Yw(r) {
|
|
13498
13500
|
return function(t, a, n) {
|
|
13499
13501
|
for (var i = -1, o = Object(t), s = n(t), l = s.length; l--; ) {
|
|
13500
13502
|
var c = s[r ? l : ++i];
|
|
@@ -13504,65 +13506,65 @@ function Hw(r) {
|
|
|
13504
13506
|
return t;
|
|
13505
13507
|
};
|
|
13506
13508
|
}
|
|
13507
|
-
var
|
|
13508
|
-
function
|
|
13509
|
-
return r &&
|
|
13509
|
+
var Ww = Yw, Xw = Ww, Qw = Xw(), Is = Qw, Jw = Is, ex = xr;
|
|
13510
|
+
function tx(r, t) {
|
|
13511
|
+
return r && Jw(r, t, ex);
|
|
13510
13512
|
}
|
|
13511
|
-
var Bs =
|
|
13512
|
-
function
|
|
13513
|
+
var Bs = tx, rx = Bt;
|
|
13514
|
+
function ax(r, t) {
|
|
13513
13515
|
return function(a, n) {
|
|
13514
13516
|
if (a == null)
|
|
13515
13517
|
return a;
|
|
13516
|
-
if (!
|
|
13518
|
+
if (!rx(a))
|
|
13517
13519
|
return r(a, n);
|
|
13518
13520
|
for (var i = a.length, o = t ? i : -1, s = Object(a); (t ? o-- : ++o < i) && n(s[o], o, s) !== !1; )
|
|
13519
13521
|
;
|
|
13520
13522
|
return a;
|
|
13521
13523
|
};
|
|
13522
13524
|
}
|
|
13523
|
-
var
|
|
13524
|
-
function
|
|
13525
|
+
var nx = ax, ix = Bs, ox = nx, sx = ox(ix), lx = sx, cx = lx;
|
|
13526
|
+
function ux(r, t) {
|
|
13525
13527
|
var a = !0;
|
|
13526
|
-
return
|
|
13528
|
+
return cx(r, function(n, i, o) {
|
|
13527
13529
|
return a = !!t(n, i, o), a;
|
|
13528
13530
|
}), a;
|
|
13529
13531
|
}
|
|
13530
|
-
var
|
|
13531
|
-
function
|
|
13532
|
-
return this.__data__.set(r,
|
|
13532
|
+
var dx = ux, px = "__lodash_hash_undefined__";
|
|
13533
|
+
function gx(r) {
|
|
13534
|
+
return this.__data__.set(r, px), this;
|
|
13533
13535
|
}
|
|
13534
|
-
var
|
|
13535
|
-
function
|
|
13536
|
+
var mx = gx;
|
|
13537
|
+
function fx(r) {
|
|
13536
13538
|
return this.__data__.has(r);
|
|
13537
13539
|
}
|
|
13538
|
-
var
|
|
13540
|
+
var yx = fx, hx = Za, bx = mx, vx = yx;
|
|
13539
13541
|
function zr(r) {
|
|
13540
13542
|
var t = -1, a = r == null ? 0 : r.length;
|
|
13541
|
-
for (this.__data__ = new
|
|
13543
|
+
for (this.__data__ = new hx(); ++t < a; )
|
|
13542
13544
|
this.add(r[t]);
|
|
13543
13545
|
}
|
|
13544
|
-
zr.prototype.add = zr.prototype.push =
|
|
13545
|
-
zr.prototype.has =
|
|
13546
|
-
var
|
|
13547
|
-
function
|
|
13546
|
+
zr.prototype.add = zr.prototype.push = bx;
|
|
13547
|
+
zr.prototype.has = vx;
|
|
13548
|
+
var Tx = zr;
|
|
13549
|
+
function _x(r, t) {
|
|
13548
13550
|
for (var a = -1, n = r == null ? 0 : r.length; ++a < n; )
|
|
13549
13551
|
if (t(r[a], a, r))
|
|
13550
13552
|
return !0;
|
|
13551
13553
|
return !1;
|
|
13552
13554
|
}
|
|
13553
|
-
var
|
|
13554
|
-
function
|
|
13555
|
+
var Ax = _x;
|
|
13556
|
+
function jx(r, t) {
|
|
13555
13557
|
return r.has(t);
|
|
13556
13558
|
}
|
|
13557
|
-
var
|
|
13558
|
-
function
|
|
13559
|
-
var s = a &
|
|
13559
|
+
var wx = jx, xx = Tx, Ex = Ax, $x = wx, Sx = 1, Cx = 2;
|
|
13560
|
+
function Lx(r, t, a, n, i, o) {
|
|
13561
|
+
var s = a & Sx, l = r.length, c = t.length;
|
|
13560
13562
|
if (l != c && !(s && c > l))
|
|
13561
13563
|
return !1;
|
|
13562
13564
|
var u = o.get(r), d = o.get(t);
|
|
13563
13565
|
if (u && d)
|
|
13564
13566
|
return u == t && d == r;
|
|
13565
|
-
var f = -1, h = !0, g = a &
|
|
13567
|
+
var f = -1, h = !0, g = a & Cx ? new xx() : void 0;
|
|
13566
13568
|
for (o.set(r, t), o.set(t, r); ++f < l; ) {
|
|
13567
13569
|
var A = r[f], b = t[f];
|
|
13568
13570
|
if (n)
|
|
@@ -13574,8 +13576,8 @@ function Cx(r, t, a, n, i, o) {
|
|
|
13574
13576
|
break;
|
|
13575
13577
|
}
|
|
13576
13578
|
if (g) {
|
|
13577
|
-
if (!
|
|
13578
|
-
if (
|
|
13579
|
+
if (!Ex(t, function(E, $) {
|
|
13580
|
+
if (!$x(g, $) && (A === E || i(A, E, a, n, o)))
|
|
13579
13581
|
return g.push($);
|
|
13580
13582
|
})) {
|
|
13581
13583
|
h = !1;
|
|
@@ -13588,64 +13590,64 @@ function Cx(r, t, a, n, i, o) {
|
|
|
13588
13590
|
}
|
|
13589
13591
|
return o.delete(r), o.delete(t), h;
|
|
13590
13592
|
}
|
|
13591
|
-
var Rs =
|
|
13592
|
-
function
|
|
13593
|
+
var Rs = Lx;
|
|
13594
|
+
function kx(r) {
|
|
13593
13595
|
var t = -1, a = Array(r.size);
|
|
13594
13596
|
return r.forEach(function(n, i) {
|
|
13595
13597
|
a[++t] = [i, n];
|
|
13596
13598
|
}), a;
|
|
13597
13599
|
}
|
|
13598
|
-
var
|
|
13599
|
-
function
|
|
13600
|
+
var Px = kx;
|
|
13601
|
+
function Dx(r) {
|
|
13600
13602
|
var t = -1, a = Array(r.size);
|
|
13601
13603
|
return r.forEach(function(n) {
|
|
13602
13604
|
a[++t] = n;
|
|
13603
13605
|
}), a;
|
|
13604
13606
|
}
|
|
13605
|
-
var
|
|
13606
|
-
function
|
|
13607
|
+
var Ox = Dx, vi = jt, Ti = Ss, Nx = dr, Mx = Rs, Ix = Px, Bx = Ox, Rx = 1, qx = 2, Fx = "[object Boolean]", Zx = "[object Date]", Ux = "[object Error]", Gx = "[object Map]", Kx = "[object Number]", zx = "[object RegExp]", Vx = "[object Set]", Hx = "[object String]", Yx = "[object Symbol]", Wx = "[object ArrayBuffer]", Xx = "[object DataView]", _i = vi ? vi.prototype : void 0, Ea = _i ? _i.valueOf : void 0;
|
|
13608
|
+
function Qx(r, t, a, n, i, o, s) {
|
|
13607
13609
|
switch (a) {
|
|
13608
|
-
case
|
|
13610
|
+
case Xx:
|
|
13609
13611
|
if (r.byteLength != t.byteLength || r.byteOffset != t.byteOffset)
|
|
13610
13612
|
return !1;
|
|
13611
13613
|
r = r.buffer, t = t.buffer;
|
|
13612
|
-
case
|
|
13614
|
+
case Wx:
|
|
13613
13615
|
return !(r.byteLength != t.byteLength || !o(new Ti(r), new Ti(t)));
|
|
13614
|
-
case qx:
|
|
13615
13616
|
case Fx:
|
|
13616
|
-
case Gx:
|
|
13617
|
-
return Ox(+r, +t);
|
|
13618
13617
|
case Zx:
|
|
13619
|
-
return r.name == t.name && r.message == t.message;
|
|
13620
13618
|
case Kx:
|
|
13621
|
-
|
|
13622
|
-
return r == t + "";
|
|
13619
|
+
return Nx(+r, +t);
|
|
13623
13620
|
case Ux:
|
|
13624
|
-
|
|
13621
|
+
return r.name == t.name && r.message == t.message;
|
|
13625
13622
|
case zx:
|
|
13626
|
-
|
|
13627
|
-
|
|
13623
|
+
case Hx:
|
|
13624
|
+
return r == t + "";
|
|
13625
|
+
case Gx:
|
|
13626
|
+
var l = Ix;
|
|
13627
|
+
case Vx:
|
|
13628
|
+
var c = n & Rx;
|
|
13629
|
+
if (l || (l = Bx), r.size != t.size && !c)
|
|
13628
13630
|
return !1;
|
|
13629
13631
|
var u = s.get(r);
|
|
13630
13632
|
if (u)
|
|
13631
13633
|
return u == t;
|
|
13632
|
-
n |=
|
|
13633
|
-
var d =
|
|
13634
|
+
n |= qx, s.set(r, t);
|
|
13635
|
+
var d = Mx(l(r), l(t), n, i, o, s);
|
|
13634
13636
|
return s.delete(r), d;
|
|
13635
|
-
case
|
|
13637
|
+
case Yx:
|
|
13636
13638
|
if (Ea)
|
|
13637
13639
|
return Ea.call(r) == Ea.call(t);
|
|
13638
13640
|
}
|
|
13639
13641
|
return !1;
|
|
13640
13642
|
}
|
|
13641
|
-
var
|
|
13642
|
-
function
|
|
13643
|
-
var s = a &
|
|
13643
|
+
var Jx = Qx, Ai = xs, eE = 1, tE = Object.prototype, rE = tE.hasOwnProperty;
|
|
13644
|
+
function aE(r, t, a, n, i, o) {
|
|
13645
|
+
var s = a & eE, l = Ai(r), c = l.length, u = Ai(t), d = u.length;
|
|
13644
13646
|
if (c != d && !s)
|
|
13645
13647
|
return !1;
|
|
13646
13648
|
for (var f = c; f--; ) {
|
|
13647
13649
|
var h = l[f];
|
|
13648
|
-
if (!(s ? h in t :
|
|
13650
|
+
if (!(s ? h in t : rE.call(t, h)))
|
|
13649
13651
|
return !1;
|
|
13650
13652
|
}
|
|
13651
13653
|
var g = o.get(r), A = o.get(t);
|
|
@@ -13670,8 +13672,8 @@ function rE(r, t, a, n, i, o) {
|
|
|
13670
13672
|
}
|
|
13671
13673
|
return o.delete(r), o.delete(t), b;
|
|
13672
13674
|
}
|
|
13673
|
-
var
|
|
13674
|
-
function
|
|
13675
|
+
var nE = aE, $a = ma, iE = Rs, oE = Jx, sE = nE, ji = $r, wi = me, xi = It, lE = wr, cE = 1, Ei = "[object Arguments]", $i = "[object Array]", Lr = "[object Object]", uE = Object.prototype, Si = uE.hasOwnProperty;
|
|
13676
|
+
function dE(r, t, a, n, i, o) {
|
|
13675
13677
|
var s = wi(r), l = wi(t), c = s ? $i : ji(r), u = l ? $i : ji(t);
|
|
13676
13678
|
c = c == Ei ? Lr : c, u = u == Ei ? Lr : u;
|
|
13677
13679
|
var d = c == Lr, f = u == Lr, h = c == u;
|
|
@@ -13681,22 +13683,22 @@ function uE(r, t, a, n, i, o) {
|
|
|
13681
13683
|
s = !0, d = !1;
|
|
13682
13684
|
}
|
|
13683
13685
|
if (h && !d)
|
|
13684
|
-
return o || (o = new $a()), s ||
|
|
13685
|
-
if (!(a &
|
|
13686
|
+
return o || (o = new $a()), s || lE(r) ? iE(r, t, a, n, i, o) : oE(r, t, c, a, n, i, o);
|
|
13687
|
+
if (!(a & cE)) {
|
|
13686
13688
|
var g = d && Si.call(r, "__wrapped__"), A = f && Si.call(t, "__wrapped__");
|
|
13687
13689
|
if (g || A) {
|
|
13688
13690
|
var b = g ? r.value() : r, F = A ? t.value() : t;
|
|
13689
13691
|
return o || (o = new $a()), i(b, F, a, n, o);
|
|
13690
13692
|
}
|
|
13691
13693
|
}
|
|
13692
|
-
return h ? (o || (o = new $a()),
|
|
13694
|
+
return h ? (o || (o = new $a()), sE(r, t, a, n, i, o)) : !1;
|
|
13693
13695
|
}
|
|
13694
|
-
var
|
|
13696
|
+
var pE = dE, gE = pE, Ci = Ze;
|
|
13695
13697
|
function qs(r, t, a, n, i) {
|
|
13696
|
-
return r === t ? !0 : r == null || t == null || !Ci(r) && !Ci(t) ? r !== r && t !== t :
|
|
13698
|
+
return r === t ? !0 : r == null || t == null || !Ci(r) && !Ci(t) ? r !== r && t !== t : gE(r, t, a, n, qs, i);
|
|
13697
13699
|
}
|
|
13698
|
-
var $n = qs,
|
|
13699
|
-
function
|
|
13700
|
+
var $n = qs, mE = ma, fE = $n, yE = 1, hE = 2;
|
|
13701
|
+
function bE(r, t, a, n) {
|
|
13700
13702
|
var i = a.length, o = i, s = !n;
|
|
13701
13703
|
if (r == null)
|
|
13702
13704
|
return !o;
|
|
@@ -13712,125 +13714,125 @@ function hE(r, t, a, n) {
|
|
|
13712
13714
|
if (u === void 0 && !(c in r))
|
|
13713
13715
|
return !1;
|
|
13714
13716
|
} else {
|
|
13715
|
-
var f = new
|
|
13717
|
+
var f = new mE();
|
|
13716
13718
|
if (n)
|
|
13717
13719
|
var h = n(u, d, c, r, t, f);
|
|
13718
|
-
if (!(h === void 0 ?
|
|
13720
|
+
if (!(h === void 0 ? fE(d, u, yE | hE, n, f) : h))
|
|
13719
13721
|
return !1;
|
|
13720
13722
|
}
|
|
13721
13723
|
}
|
|
13722
13724
|
return !0;
|
|
13723
13725
|
}
|
|
13724
|
-
var
|
|
13725
|
-
function
|
|
13726
|
-
return r === r && !
|
|
13726
|
+
var vE = bE, TE = _e;
|
|
13727
|
+
function _E(r) {
|
|
13728
|
+
return r === r && !TE(r);
|
|
13727
13729
|
}
|
|
13728
|
-
var Fs =
|
|
13729
|
-
function
|
|
13730
|
-
for (var t =
|
|
13730
|
+
var Fs = _E, AE = Fs, jE = xr;
|
|
13731
|
+
function wE(r) {
|
|
13732
|
+
for (var t = jE(r), a = t.length; a--; ) {
|
|
13731
13733
|
var n = t[a], i = r[n];
|
|
13732
|
-
t[a] = [n, i,
|
|
13734
|
+
t[a] = [n, i, AE(i)];
|
|
13733
13735
|
}
|
|
13734
13736
|
return t;
|
|
13735
13737
|
}
|
|
13736
|
-
var
|
|
13737
|
-
function
|
|
13738
|
+
var xE = wE;
|
|
13739
|
+
function EE(r, t) {
|
|
13738
13740
|
return function(a) {
|
|
13739
13741
|
return a == null ? !1 : a[r] === t && (t !== void 0 || r in Object(a));
|
|
13740
13742
|
};
|
|
13741
13743
|
}
|
|
13742
|
-
var Zs =
|
|
13743
|
-
function
|
|
13744
|
-
var t =
|
|
13745
|
-
return t.length == 1 && t[0][2] ?
|
|
13746
|
-
return a === r ||
|
|
13744
|
+
var Zs = EE, $E = vE, SE = xE, CE = Zs;
|
|
13745
|
+
function LE(r) {
|
|
13746
|
+
var t = SE(r);
|
|
13747
|
+
return t.length == 1 && t[0][2] ? CE(t[0][0], t[0][1]) : function(a) {
|
|
13748
|
+
return a === r || $E(a, r, t);
|
|
13747
13749
|
};
|
|
13748
13750
|
}
|
|
13749
|
-
var
|
|
13750
|
-
function
|
|
13751
|
-
return
|
|
13752
|
-
var n =
|
|
13753
|
-
return n === void 0 && n === t ?
|
|
13751
|
+
var kE = LE, PE = $n, DE = Fi, OE = ds, NE = qa, ME = Fs, IE = Zs, BE = Ct, RE = 1, qE = 2;
|
|
13752
|
+
function FE(r, t) {
|
|
13753
|
+
return NE(r) && ME(t) ? IE(BE(r), t) : function(a) {
|
|
13754
|
+
var n = DE(a, r);
|
|
13755
|
+
return n === void 0 && n === t ? OE(a, r) : PE(t, n, RE | qE);
|
|
13754
13756
|
};
|
|
13755
13757
|
}
|
|
13756
|
-
var
|
|
13757
|
-
function
|
|
13758
|
+
var ZE = FE;
|
|
13759
|
+
function UE(r) {
|
|
13758
13760
|
return function(t) {
|
|
13759
13761
|
return t == null ? void 0 : t[r];
|
|
13760
13762
|
};
|
|
13761
13763
|
}
|
|
13762
|
-
var
|
|
13763
|
-
function
|
|
13764
|
+
var GE = UE, KE = Jr;
|
|
13765
|
+
function zE(r) {
|
|
13764
13766
|
return function(t) {
|
|
13765
|
-
return
|
|
13767
|
+
return KE(t, r);
|
|
13766
13768
|
};
|
|
13767
13769
|
}
|
|
13768
|
-
var
|
|
13769
|
-
function
|
|
13770
|
-
return
|
|
13770
|
+
var VE = zE, HE = GE, YE = VE, WE = qa, XE = Ct;
|
|
13771
|
+
function QE(r) {
|
|
13772
|
+
return WE(r) ? HE(XE(r)) : YE(r);
|
|
13771
13773
|
}
|
|
13772
|
-
var
|
|
13773
|
-
function
|
|
13774
|
-
return typeof r == "function" ? r : r == null ?
|
|
13774
|
+
var JE = QE, e$ = kE, t$ = ZE, r$ = An, a$ = me, n$ = JE;
|
|
13775
|
+
function i$(r) {
|
|
13776
|
+
return typeof r == "function" ? r : r == null ? r$ : typeof r == "object" ? a$(r) ? t$(r[0], r[1]) : e$(r) : n$(r);
|
|
13775
13777
|
}
|
|
13776
|
-
var Us =
|
|
13777
|
-
function
|
|
13778
|
-
if (!
|
|
13778
|
+
var Us = i$, o$ = dr, s$ = Bt, l$ = ga, c$ = _e;
|
|
13779
|
+
function u$(r, t, a) {
|
|
13780
|
+
if (!c$(a))
|
|
13779
13781
|
return !1;
|
|
13780
13782
|
var n = typeof t;
|
|
13781
|
-
return (n == "number" ?
|
|
13782
|
-
}
|
|
13783
|
-
var Gs =
|
|
13784
|
-
function
|
|
13785
|
-
var n =
|
|
13786
|
-
return a &&
|
|
13787
|
-
}
|
|
13788
|
-
var
|
|
13789
|
-
const
|
|
13790
|
-
var
|
|
13791
|
-
function
|
|
13792
|
-
return r != null &&
|
|
13793
|
-
}
|
|
13794
|
-
var
|
|
13795
|
-
function
|
|
13796
|
-
return r != null &&
|
|
13797
|
-
}
|
|
13798
|
-
var
|
|
13799
|
-
const
|
|
13800
|
-
var
|
|
13801
|
-
function
|
|
13783
|
+
return (n == "number" ? s$(a) && l$(t, a.length) : n == "string" && t in a) ? o$(a[t], r) : !1;
|
|
13784
|
+
}
|
|
13785
|
+
var Gs = u$, d$ = Hw, p$ = dx, g$ = Us, m$ = me, f$ = Gs;
|
|
13786
|
+
function y$(r, t, a) {
|
|
13787
|
+
var n = m$(r) ? d$ : p$;
|
|
13788
|
+
return a && f$(r, t, a) && (t = void 0), n(r, g$(t));
|
|
13789
|
+
}
|
|
13790
|
+
var h$ = y$;
|
|
13791
|
+
const b$ = /* @__PURE__ */ ye(h$);
|
|
13792
|
+
var v$ = Object.prototype, T$ = v$.hasOwnProperty;
|
|
13793
|
+
function _$(r, t) {
|
|
13794
|
+
return r != null && T$.call(r, t);
|
|
13795
|
+
}
|
|
13796
|
+
var A$ = _$, j$ = A$, w$ = us;
|
|
13797
|
+
function x$(r, t) {
|
|
13798
|
+
return r != null && w$(r, t, j$);
|
|
13799
|
+
}
|
|
13800
|
+
var E$ = x$;
|
|
13801
|
+
const $$ = /* @__PURE__ */ ye(E$);
|
|
13802
|
+
var S$ = vs, C$ = $r, L$ = jr, k$ = me, P$ = Bt, D$ = It, O$ = fa, N$ = wr, M$ = "[object Map]", I$ = "[object Set]", B$ = Object.prototype, R$ = B$.hasOwnProperty;
|
|
13803
|
+
function q$(r) {
|
|
13802
13804
|
if (r == null)
|
|
13803
13805
|
return !0;
|
|
13804
|
-
if (
|
|
13806
|
+
if (P$(r) && (k$(r) || typeof r == "string" || typeof r.splice == "function" || D$(r) || N$(r) || L$(r)))
|
|
13805
13807
|
return !r.length;
|
|
13806
|
-
var t =
|
|
13807
|
-
if (t ==
|
|
13808
|
+
var t = C$(r);
|
|
13809
|
+
if (t == M$ || t == I$)
|
|
13808
13810
|
return !r.size;
|
|
13809
|
-
if (
|
|
13810
|
-
return
|
|
13811
|
+
if (O$(r))
|
|
13812
|
+
return !S$(r).length;
|
|
13811
13813
|
for (var a in r)
|
|
13812
|
-
if (
|
|
13814
|
+
if (R$.call(r, a))
|
|
13813
13815
|
return !1;
|
|
13814
13816
|
return !0;
|
|
13815
13817
|
}
|
|
13816
|
-
var
|
|
13817
|
-
const Li = /* @__PURE__ */ ye(
|
|
13818
|
-
var
|
|
13819
|
-
function
|
|
13820
|
-
var n =
|
|
13821
|
-
if (t =
|
|
13818
|
+
var F$ = q$;
|
|
13819
|
+
const Li = /* @__PURE__ */ ye(F$);
|
|
13820
|
+
var Z$ = ys, U$ = Ls, G$ = Bs, K$ = Us, z$ = ya, V$ = me, H$ = It, Y$ = Hr, W$ = _e, X$ = wr;
|
|
13821
|
+
function Q$(r, t, a) {
|
|
13822
|
+
var n = V$(r), i = n || H$(r) || X$(r);
|
|
13823
|
+
if (t = K$(t), a == null) {
|
|
13822
13824
|
var o = r && r.constructor;
|
|
13823
|
-
i ? a = n ? new o() : [] :
|
|
13825
|
+
i ? a = n ? new o() : [] : W$(r) ? a = Y$(o) ? U$(z$(r)) : {} : a = {};
|
|
13824
13826
|
}
|
|
13825
|
-
return (i ?
|
|
13827
|
+
return (i ? Z$ : G$)(r, function(s, l, c) {
|
|
13826
13828
|
return t(a, s, l, c);
|
|
13827
13829
|
}), a;
|
|
13828
13830
|
}
|
|
13829
|
-
var
|
|
13830
|
-
const
|
|
13831
|
+
var J$ = Q$;
|
|
13832
|
+
const eS = /* @__PURE__ */ ye(J$);
|
|
13831
13833
|
function Vr(r, t) {
|
|
13832
|
-
return
|
|
13833
|
-
if (
|
|
13834
|
+
return eS(r, (a, n, i) => {
|
|
13835
|
+
if (!$$(t, i))
|
|
13834
13836
|
a[i] = n;
|
|
13835
13837
|
else if (Sa(n) && !ha(n)) {
|
|
13836
13838
|
const o = Vr(n, t[i]);
|
|
@@ -13839,11 +13841,11 @@ function Vr(r, t) {
|
|
|
13839
13841
|
const o = n.map(
|
|
13840
13842
|
(s, l) => Vr(s, t[i][l])
|
|
13841
13843
|
);
|
|
13842
|
-
|
|
13844
|
+
b$(o, Li) || (a[i] = o);
|
|
13843
13845
|
}
|
|
13844
13846
|
});
|
|
13845
13847
|
}
|
|
13846
|
-
const
|
|
13848
|
+
const gC = ({
|
|
13847
13849
|
data: r,
|
|
13848
13850
|
transactionSnapshot: t,
|
|
13849
13851
|
staticLocator: a
|
|
@@ -13856,9 +13858,9 @@ const pC = ({
|
|
|
13856
13858
|
t.segment.element.coverageTerms ?? {},
|
|
13857
13859
|
r.coverageTerms ?? {}
|
|
13858
13860
|
);
|
|
13859
|
-
const o = t.segment.element.data ?? {}, s =
|
|
13861
|
+
const o = t.segment.element.data ?? {}, s = zw(i, ["coverageTerms", "default"]);
|
|
13860
13862
|
return n.setData = s, n.removeData = Vr(o, s), n;
|
|
13861
|
-
},
|
|
13863
|
+
}, mC = ({
|
|
13862
13864
|
data: r
|
|
13863
13865
|
}) => {
|
|
13864
13866
|
const t = {
|
|
@@ -13868,7 +13870,7 @@ const pC = ({
|
|
|
13868
13870
|
return r.default.newPolicyEndDate && (t.newPolicyEndTime = fe(
|
|
13869
13871
|
r.default.newPolicyEndDate
|
|
13870
13872
|
).format()), t;
|
|
13871
|
-
},
|
|
13873
|
+
}, tS = Le.enum([
|
|
13872
13874
|
"currency",
|
|
13873
13875
|
"timezone",
|
|
13874
13876
|
"billingLevel",
|
|
@@ -13877,8 +13879,8 @@ const pC = ({
|
|
|
13877
13879
|
"delinquencyPlanName",
|
|
13878
13880
|
"autoRenewalPlanName"
|
|
13879
13881
|
]);
|
|
13880
|
-
Le.record(
|
|
13881
|
-
const
|
|
13882
|
+
Le.record(tS, Le.string().optional());
|
|
13883
|
+
const fC = (r) => {
|
|
13882
13884
|
var g, A;
|
|
13883
13885
|
const {
|
|
13884
13886
|
data: t,
|
|
@@ -13958,7 +13960,7 @@ const mC = (r) => {
|
|
|
13958
13960
|
break;
|
|
13959
13961
|
}
|
|
13960
13962
|
}), s;
|
|
13961
|
-
},
|
|
13963
|
+
}, yC = (r) => {
|
|
13962
13964
|
var i, o;
|
|
13963
13965
|
const t = {
|
|
13964
13966
|
locator: r.element.locator,
|
|
@@ -14000,10 +14002,10 @@ const mC = (r) => {
|
|
|
14000
14002
|
}
|
|
14001
14003
|
}), t;
|
|
14002
14004
|
};
|
|
14003
|
-
function
|
|
14005
|
+
function hC(r) {
|
|
14004
14006
|
return r.keyword === "pattern" && (r.message = `Invalid format, must match pattern ${r.params.pattern}`), r.keyword === "format" && (r.message = "Invalid format"), r.keyword === "required" && (r.message = "Required"), r.keyword === "minItems" && (r.message = `Must have at least ${r.params.limit} item${r.params.limit !== 1 ? "s" : ""}`), r.keyword === "maxItems" && (r.message = `Must have at most ${r.params.limit} item${r.params.limit !== 1 ? "s" : ""}`), r.keyword === "type" && (r.message = "Invalid format"), r.keyword === "maxLength" && (r.message = `Must be at most ${r.params.limit} character${r.params.limit !== 1 ? "s" : ""}`), r.keyword === "minLength" && (r.message = `Must be at least ${r.params.limit} character${r.params.limit !== 1 ? "s" : ""}`), r.keyword === "minimum" && (r.message = `Must be greater than or equal to ${r.params.limit}`), r.keyword === "maximum" && (r.message = `Must be less than or equal to ${r.params.limit}`), r.keyword === "enum" && (r.message = "Invalid value"), r.message ?? "Unknown error";
|
|
14005
14007
|
}
|
|
14006
|
-
const
|
|
14008
|
+
const bC = ({
|
|
14007
14009
|
dependencyMap: r,
|
|
14008
14010
|
locator: t,
|
|
14009
14011
|
data: a
|
|
@@ -14024,25 +14026,25 @@ const hC = ({
|
|
|
14024
14026
|
};
|
|
14025
14027
|
}), n;
|
|
14026
14028
|
};
|
|
14027
|
-
var
|
|
14028
|
-
function
|
|
14029
|
-
(a !== void 0 && !
|
|
14029
|
+
var rS = bn, aS = dr;
|
|
14030
|
+
function nS(r, t, a) {
|
|
14031
|
+
(a !== void 0 && !aS(r[t], a) || a === void 0 && !(t in r)) && rS(r, t, a);
|
|
14030
14032
|
}
|
|
14031
|
-
var Ks =
|
|
14032
|
-
function
|
|
14033
|
-
return
|
|
14033
|
+
var Ks = nS, iS = Bt, oS = Ze;
|
|
14034
|
+
function sS(r) {
|
|
14035
|
+
return oS(r) && iS(r);
|
|
14034
14036
|
}
|
|
14035
|
-
var
|
|
14036
|
-
function
|
|
14037
|
+
var lS = sS;
|
|
14038
|
+
function cS(r, t) {
|
|
14037
14039
|
if (!(t === "constructor" && typeof r[t] == "function") && t != "__proto__")
|
|
14038
14040
|
return r[t];
|
|
14039
14041
|
}
|
|
14040
|
-
var zs =
|
|
14041
|
-
function
|
|
14042
|
-
return
|
|
14042
|
+
var zs = cS, uS = Mt, dS = Er;
|
|
14043
|
+
function pS(r) {
|
|
14044
|
+
return uS(r, dS(r));
|
|
14043
14045
|
}
|
|
14044
|
-
var
|
|
14045
|
-
function
|
|
14046
|
+
var gS = pS, ki = Ks, mS = Ts, fS = Cs, yS = _s, hS = ks, Pi = jr, Di = me, bS = lS, vS = It, TS = Hr, _S = _e, AS = Ms, jS = wr, Oi = zs, wS = gS;
|
|
14047
|
+
function xS(r, t, a, n, i, o, s) {
|
|
14046
14048
|
var l = Oi(r, a), c = Oi(t, a), u = s.get(c);
|
|
14047
14049
|
if (u) {
|
|
14048
14050
|
ki(r, a, u);
|
|
@@ -14050,47 +14052,47 @@ function wS(r, t, a, n, i, o, s) {
|
|
|
14050
14052
|
}
|
|
14051
14053
|
var d = o ? o(l, c, a + "", r, t, s) : void 0, f = d === void 0;
|
|
14052
14054
|
if (f) {
|
|
14053
|
-
var h = Di(c), g = !h &&
|
|
14054
|
-
d = c, h || g || A ? Di(l) ? d = l :
|
|
14055
|
+
var h = Di(c), g = !h && vS(c), A = !h && !g && jS(c);
|
|
14056
|
+
d = c, h || g || A ? Di(l) ? d = l : bS(l) ? d = yS(l) : g ? (f = !1, d = mS(c, !0)) : A ? (f = !1, d = fS(c, !0)) : d = [] : AS(c) || Pi(c) ? (d = l, Pi(l) ? d = wS(l) : (!_S(l) || TS(l)) && (d = hS(c))) : f = !1;
|
|
14055
14057
|
}
|
|
14056
14058
|
f && (s.set(c, d), i(d, c, n, o, s), s.delete(c)), ki(r, a, d);
|
|
14057
14059
|
}
|
|
14058
|
-
var
|
|
14060
|
+
var ES = xS, $S = ma, SS = Ks, CS = Is, LS = ES, kS = _e, PS = Er, DS = zs;
|
|
14059
14061
|
function Vs(r, t, a, n, i) {
|
|
14060
|
-
r !== t &&
|
|
14061
|
-
if (i || (i = new
|
|
14062
|
-
|
|
14062
|
+
r !== t && CS(t, function(o, s) {
|
|
14063
|
+
if (i || (i = new $S()), kS(o))
|
|
14064
|
+
LS(r, t, s, a, Vs, n, i);
|
|
14063
14065
|
else {
|
|
14064
|
-
var l = n ? n(
|
|
14065
|
-
l === void 0 && (l = o),
|
|
14066
|
+
var l = n ? n(DS(r, s), o, s + "", r, t, i) : void 0;
|
|
14067
|
+
l === void 0 && (l = o), SS(r, s, l);
|
|
14066
14068
|
}
|
|
14067
|
-
},
|
|
14069
|
+
}, PS);
|
|
14068
14070
|
}
|
|
14069
|
-
var
|
|
14070
|
-
function
|
|
14071
|
-
return MS(
|
|
14071
|
+
var OS = Vs, NS = An, MS = gs, IS = ms;
|
|
14072
|
+
function BS(r, t) {
|
|
14073
|
+
return IS(MS(r, t, NS), r + "");
|
|
14072
14074
|
}
|
|
14073
|
-
var
|
|
14074
|
-
function
|
|
14075
|
-
return
|
|
14075
|
+
var RS = BS, qS = RS, FS = Gs;
|
|
14076
|
+
function ZS(r) {
|
|
14077
|
+
return qS(function(t, a) {
|
|
14076
14078
|
var n = -1, i = a.length, o = i > 1 ? a[i - 1] : void 0, s = i > 2 ? a[2] : void 0;
|
|
14077
|
-
for (o = r.length > 3 && typeof o == "function" ? (i--, o) : void 0, s &&
|
|
14079
|
+
for (o = r.length > 3 && typeof o == "function" ? (i--, o) : void 0, s && FS(a[0], a[1], s) && (o = i < 3 ? void 0 : o, i = 1), t = Object(t); ++n < i; ) {
|
|
14078
14080
|
var l = a[n];
|
|
14079
14081
|
l && r(t, l, n, o);
|
|
14080
14082
|
}
|
|
14081
14083
|
return t;
|
|
14082
14084
|
});
|
|
14083
14085
|
}
|
|
14084
|
-
var
|
|
14085
|
-
|
|
14086
|
-
}),
|
|
14087
|
-
const
|
|
14086
|
+
var US = ZS, GS = OS, KS = US, zS = KS(function(r, t, a) {
|
|
14087
|
+
GS(r, t, a);
|
|
14088
|
+
}), VS = zS;
|
|
14089
|
+
const HS = /* @__PURE__ */ ye(VS), vC = ({
|
|
14088
14090
|
defaultValues: r,
|
|
14089
14091
|
accountType: t,
|
|
14090
14092
|
account: a
|
|
14091
14093
|
}) => {
|
|
14092
14094
|
var i, o;
|
|
14093
|
-
const n =
|
|
14095
|
+
const n = HS(
|
|
14094
14096
|
r ?? {},
|
|
14095
14097
|
a ?? {}
|
|
14096
14098
|
);
|
|
@@ -14109,12 +14111,12 @@ const VS = /* @__PURE__ */ ye(zS), bC = ({
|
|
|
14109
14111
|
saveAsDraft: !((r == null ? void 0 : r.autoValidate) ?? !0)
|
|
14110
14112
|
};
|
|
14111
14113
|
};
|
|
14112
|
-
var
|
|
14113
|
-
function
|
|
14114
|
-
return
|
|
14114
|
+
var YS = $n;
|
|
14115
|
+
function WS(r, t) {
|
|
14116
|
+
return YS(r, t);
|
|
14115
14117
|
}
|
|
14116
|
-
var
|
|
14117
|
-
const
|
|
14118
|
+
var XS = WS;
|
|
14119
|
+
const QS = /* @__PURE__ */ ye(XS), JS = (r, t, a) => {
|
|
14118
14120
|
const n = [];
|
|
14119
14121
|
if (Object.keys(r).length === 0 && Object.keys(t).length === 0)
|
|
14120
14122
|
return n;
|
|
@@ -14127,7 +14129,7 @@ const XS = /* @__PURE__ */ ye(WS), QS = (r, t, a) => {
|
|
|
14127
14129
|
const s = r[o], l = t[o];
|
|
14128
14130
|
if (Array.isArray(s) && Array.isArray(l))
|
|
14129
14131
|
for (let c = 0; c < l.length; c++) {
|
|
14130
|
-
const u = s[c] ?? {}, d = l[c] ?? {}, f =
|
|
14132
|
+
const u = s[c] ?? {}, d = l[c] ?? {}, f = JS(
|
|
14131
14133
|
u,
|
|
14132
14134
|
d,
|
|
14133
14135
|
a ? [...a, o, `${c}`] : [o, `${c}`]
|
|
@@ -14135,7 +14137,7 @@ const XS = /* @__PURE__ */ ye(WS), QS = (r, t, a) => {
|
|
|
14135
14137
|
f.length !== 0 && n.push(...f);
|
|
14136
14138
|
}
|
|
14137
14139
|
else if (Sa(r[o]) && Sa(t[o])) {
|
|
14138
|
-
if (
|
|
14140
|
+
if (QS(r[o], t[o])) continue;
|
|
14139
14141
|
n.push({
|
|
14140
14142
|
originalValue: r[o],
|
|
14141
14143
|
newValue: t[o],
|
|
@@ -14162,7 +14164,7 @@ const XS = /* @__PURE__ */ ye(WS), QS = (r, t, a) => {
|
|
|
14162
14164
|
path: a ? [...a, o] : [o]
|
|
14163
14165
|
});
|
|
14164
14166
|
}), n;
|
|
14165
|
-
},
|
|
14167
|
+
}, TC = (r, t, a) => {
|
|
14166
14168
|
const n = t == null ? void 0 : t[a];
|
|
14167
14169
|
if (!n)
|
|
14168
14170
|
return r;
|
|
@@ -14181,7 +14183,7 @@ Le.object({
|
|
|
14181
14183
|
invoiceDocument: Le.string().optional(),
|
|
14182
14184
|
installmentPlanName: Le.string().optional()
|
|
14183
14185
|
});
|
|
14184
|
-
function
|
|
14186
|
+
function _C(r) {
|
|
14185
14187
|
var n;
|
|
14186
14188
|
const t = { ...r.advanced };
|
|
14187
14189
|
delete t.installmentPlanName;
|
|
@@ -14233,33 +14235,34 @@ function TC(r) {
|
|
|
14233
14235
|
};
|
|
14234
14236
|
}
|
|
14235
14237
|
export {
|
|
14236
|
-
|
|
14237
|
-
|
|
14238
|
+
ud as DataFieldTagFeature,
|
|
14239
|
+
JS as compareData,
|
|
14240
|
+
dd as dataModelToJSONSchema,
|
|
14238
14241
|
Zi as extractElementByLocator,
|
|
14239
|
-
|
|
14240
|
-
|
|
14242
|
+
rC as extractElementDataModelFromQuote,
|
|
14243
|
+
aC as extractElementDataModelFromSegment,
|
|
14241
14244
|
Ui as extractElementDataModelFromType,
|
|
14242
|
-
|
|
14243
|
-
|
|
14244
|
-
|
|
14245
|
-
|
|
14246
|
-
|
|
14245
|
+
nC as extractElementsFromQuote,
|
|
14246
|
+
iC as extractElementsFromTransactionSegment,
|
|
14247
|
+
oC as extractProductDataModel,
|
|
14248
|
+
sC as extractProductElements,
|
|
14249
|
+
_C as getAccountRequest,
|
|
14247
14250
|
ht as getCoverageTermsDefaultValues,
|
|
14248
|
-
|
|
14249
|
-
|
|
14250
|
-
|
|
14251
|
-
|
|
14252
|
-
|
|
14253
|
-
|
|
14254
|
-
|
|
14255
|
-
|
|
14256
|
-
|
|
14257
|
-
|
|
14258
|
-
|
|
14259
|
-
|
|
14251
|
+
vC as getDefaultAccountFormValues,
|
|
14252
|
+
lC as getDefaultDraftTransactionValues,
|
|
14253
|
+
cC as getDefaultElementValues,
|
|
14254
|
+
uC as getDefaultInitializedTransactionValues,
|
|
14255
|
+
dC as getDefaultQuoteValues,
|
|
14256
|
+
xd as getElementNameByType,
|
|
14257
|
+
yC as getElementRequest,
|
|
14258
|
+
pC as getElementTransactionUpdateRequestFromFormData,
|
|
14259
|
+
bC as getEvaluatedConstraintsRequest,
|
|
14260
|
+
gC as getModifyChangeInstructionCreateRequestFromFormData,
|
|
14261
|
+
mC as getParamsChangeInstructionCreateRequestFromFormData,
|
|
14262
|
+
fC as getQuoteRequest,
|
|
14260
14263
|
Vr as getRemoveDataFieldValues,
|
|
14261
|
-
|
|
14262
|
-
|
|
14263
|
-
|
|
14264
|
+
TC as getUpdatedDataFromConstraints,
|
|
14265
|
+
Ed as splitInputAndQuantifier,
|
|
14266
|
+
hC as translateError
|
|
14264
14267
|
};
|
|
14265
14268
|
//# sourceMappingURL=index.es.js.map
|