@socotra/ec-react-schemas 2.26.1-next.7 → 2.26.1-next.8
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 +21 -3
- package/dist/index.es.js +888 -895
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +5 -5
- package/dist/index.umd.js.map +1 -1
- package/package.json +2 -2
package/dist/index.es.js
CHANGED
|
@@ -37,14 +37,14 @@ class Xe extends Error {
|
|
|
37
37
|
super("Encountered Promise during synchronous parse. Use .parseAsync() instead.");
|
|
38
38
|
}
|
|
39
39
|
}
|
|
40
|
-
class
|
|
40
|
+
class An extends Error {
|
|
41
41
|
constructor(r) {
|
|
42
42
|
super(`Encountered unidirectional transform during encode: ${r}`), this.name = "ZodEncodeError";
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
|
-
const
|
|
45
|
+
const gn = {};
|
|
46
46
|
function ce(n) {
|
|
47
|
-
return n && Object.assign(
|
|
47
|
+
return n && Object.assign(gn, n), gn;
|
|
48
48
|
}
|
|
49
49
|
function vp(n) {
|
|
50
50
|
return n;
|
|
@@ -66,7 +66,7 @@ function Lo(n) {
|
|
|
66
66
|
function w(n, r = "|") {
|
|
67
67
|
return n.map((c) => U(c)).join(r);
|
|
68
68
|
}
|
|
69
|
-
function
|
|
69
|
+
function vn(n, r) {
|
|
70
70
|
return typeof r == "bigint" ? r.toString() : r;
|
|
71
71
|
}
|
|
72
72
|
function Pt(n) {
|
|
@@ -82,7 +82,7 @@ function Pt(n) {
|
|
|
82
82
|
function nt(n) {
|
|
83
83
|
return n == null;
|
|
84
84
|
}
|
|
85
|
-
function
|
|
85
|
+
function qn(n) {
|
|
86
86
|
const r = n.startsWith("^") ? 1 : 0, c = n.endsWith("$") ? n.length - 1 : n.length;
|
|
87
87
|
return n.slice(r, c);
|
|
88
88
|
}
|
|
@@ -113,7 +113,7 @@ function G(n, r, c) {
|
|
|
113
113
|
configurable: !0
|
|
114
114
|
});
|
|
115
115
|
}
|
|
116
|
-
function
|
|
116
|
+
function zn(n) {
|
|
117
117
|
return Object.create(Object.getPrototypeOf(n), Object.getOwnPropertyDescriptors(n));
|
|
118
118
|
}
|
|
119
119
|
function ke(n, r, c) {
|
|
@@ -182,7 +182,7 @@ function Ye(n) {
|
|
|
182
182
|
const c = r.prototype;
|
|
183
183
|
return !(lt(c) === !1 || Object.prototype.hasOwnProperty.call(c, "isPrototypeOf") === !1);
|
|
184
184
|
}
|
|
185
|
-
function
|
|
185
|
+
function xn(n) {
|
|
186
186
|
return Ye(n) ? { ...n } : n;
|
|
187
187
|
}
|
|
188
188
|
function Ip(n) {
|
|
@@ -213,7 +213,7 @@ const Ap = (n) => {
|
|
|
213
213
|
default:
|
|
214
214
|
throw new Error(`Unknown data type: ${r}`);
|
|
215
215
|
}
|
|
216
|
-
},
|
|
216
|
+
}, bn = /* @__PURE__ */ new Set(["string", "number", "symbol"]), Li = /* @__PURE__ */ new Set(["string", "number", "bigint", "boolean", "symbol", "undefined"]);
|
|
217
217
|
function Be(n) {
|
|
218
218
|
return n.replace(/[.*+?^${}()|[\]\\]/g, "\\$&");
|
|
219
219
|
}
|
|
@@ -425,10 +425,10 @@ function Te(n, r, c) {
|
|
|
425
425
|
}
|
|
426
426
|
return delete s.inst, delete s.continue, r != null && r.reportInput || delete s.input, s;
|
|
427
427
|
}
|
|
428
|
-
function
|
|
428
|
+
function Dn(n) {
|
|
429
429
|
return n instanceof Set ? "set" : n instanceof Map ? "map" : n instanceof File ? "file" : "unknown";
|
|
430
430
|
}
|
|
431
|
-
function
|
|
431
|
+
function Rn(n) {
|
|
432
432
|
return Array.isArray(n) ? "array" : typeof n == "string" ? "string" : "unknown";
|
|
433
433
|
}
|
|
434
434
|
function dt(...n) {
|
|
@@ -496,7 +496,7 @@ const Pi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
496
496
|
cached: Pt,
|
|
497
497
|
captureStackTrace: To,
|
|
498
498
|
cleanEnum: zp,
|
|
499
|
-
cleanRegex:
|
|
499
|
+
cleanRegex: qn,
|
|
500
500
|
clone: Se,
|
|
501
501
|
cloneDef: Lp,
|
|
502
502
|
createTransparentProxy: qp,
|
|
@@ -508,21 +508,21 @@ const Pi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
508
508
|
floatSafeRemainder: $i,
|
|
509
509
|
getElementAtPath: Tp,
|
|
510
510
|
getEnumValues: Lo,
|
|
511
|
-
getLengthableOrigin:
|
|
511
|
+
getLengthableOrigin: Rn,
|
|
512
512
|
getParsedType: Ap,
|
|
513
|
-
getSizableOrigin:
|
|
513
|
+
getSizableOrigin: Dn,
|
|
514
514
|
hexToUint8Array: Rp,
|
|
515
515
|
isObject: lt,
|
|
516
516
|
isPlainObject: Ye,
|
|
517
517
|
issue: dt,
|
|
518
518
|
joinValues: w,
|
|
519
|
-
jsonStringifyReplacer:
|
|
519
|
+
jsonStringifyReplacer: vn,
|
|
520
520
|
merge: xi,
|
|
521
521
|
mergeDefs: Je,
|
|
522
522
|
normalizeParams: k,
|
|
523
523
|
nullish: nt,
|
|
524
524
|
numKeys: Ip,
|
|
525
|
-
objectClone:
|
|
525
|
+
objectClone: zn,
|
|
526
526
|
omit: Ai,
|
|
527
527
|
optionalKeys: Ti,
|
|
528
528
|
partial: Di,
|
|
@@ -530,11 +530,11 @@ const Pi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
530
530
|
prefixIssues: _e,
|
|
531
531
|
primitiveTypes: Li,
|
|
532
532
|
promiseAllObject: kp,
|
|
533
|
-
propertyKeyTypes:
|
|
533
|
+
propertyKeyTypes: bn,
|
|
534
534
|
randomString: wp,
|
|
535
535
|
required: Ri,
|
|
536
536
|
safeExtend: zi,
|
|
537
|
-
shallowClone:
|
|
537
|
+
shallowClone: xn,
|
|
538
538
|
stringifyPrimitive: U,
|
|
539
539
|
uint8ArrayToBase64: Ei,
|
|
540
540
|
uint8ArrayToBase64url: Dp,
|
|
@@ -547,7 +547,7 @@ const Pi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
547
547
|
}), Object.defineProperty(n, "issues", {
|
|
548
548
|
value: r,
|
|
549
549
|
enumerable: !1
|
|
550
|
-
}), n.message = JSON.stringify(r,
|
|
550
|
+
}), n.message = JSON.stringify(r, vn, 2), Object.defineProperty(n, "toString", {
|
|
551
551
|
value: () => n.message,
|
|
552
552
|
enumerable: !1
|
|
553
553
|
});
|
|
@@ -903,7 +903,7 @@ const ef = /^[0-9a-fA-F]{32}$/, tf = /* @__PURE__ */ Zt(22, "=="), nf = /* @__PU
|
|
|
903
903
|
}), n._zod.check = (s) => {
|
|
904
904
|
const o = s.value;
|
|
905
905
|
o.size <= r.maximum || s.issues.push({
|
|
906
|
-
origin:
|
|
906
|
+
origin: Dn(o),
|
|
907
907
|
code: "too_big",
|
|
908
908
|
maximum: r.maximum,
|
|
909
909
|
inclusive: !0,
|
|
@@ -923,7 +923,7 @@ const ef = /^[0-9a-fA-F]{32}$/, tf = /* @__PURE__ */ Zt(22, "=="), nf = /* @__PU
|
|
|
923
923
|
}), n._zod.check = (s) => {
|
|
924
924
|
const o = s.value;
|
|
925
925
|
o.size >= r.minimum || s.issues.push({
|
|
926
|
-
origin:
|
|
926
|
+
origin: Dn(o),
|
|
927
927
|
code: "too_small",
|
|
928
928
|
minimum: r.minimum,
|
|
929
929
|
inclusive: !0,
|
|
@@ -946,7 +946,7 @@ const ef = /^[0-9a-fA-F]{32}$/, tf = /* @__PURE__ */ Zt(22, "=="), nf = /* @__PU
|
|
|
946
946
|
return;
|
|
947
947
|
const d = i > r.size;
|
|
948
948
|
s.issues.push({
|
|
949
|
-
origin:
|
|
949
|
+
origin: Dn(o),
|
|
950
950
|
...d ? { code: "too_big", maximum: r.size } : { code: "too_small", minimum: r.size },
|
|
951
951
|
inclusive: !0,
|
|
952
952
|
exact: !0,
|
|
@@ -967,7 +967,7 @@ const ef = /^[0-9a-fA-F]{32}$/, tf = /* @__PURE__ */ Zt(22, "=="), nf = /* @__PU
|
|
|
967
967
|
const o = s.value;
|
|
968
968
|
if (o.length <= r.maximum)
|
|
969
969
|
return;
|
|
970
|
-
const d =
|
|
970
|
+
const d = Rn(o);
|
|
971
971
|
s.issues.push({
|
|
972
972
|
origin: d,
|
|
973
973
|
code: "too_big",
|
|
@@ -990,7 +990,7 @@ const ef = /^[0-9a-fA-F]{32}$/, tf = /* @__PURE__ */ Zt(22, "=="), nf = /* @__PU
|
|
|
990
990
|
const o = s.value;
|
|
991
991
|
if (o.length >= r.minimum)
|
|
992
992
|
return;
|
|
993
|
-
const d =
|
|
993
|
+
const d = Rn(o);
|
|
994
994
|
s.issues.push({
|
|
995
995
|
origin: d,
|
|
996
996
|
code: "too_small",
|
|
@@ -1013,7 +1013,7 @@ const ef = /^[0-9a-fA-F]{32}$/, tf = /* @__PURE__ */ Zt(22, "=="), nf = /* @__PU
|
|
|
1013
1013
|
const o = s.value, i = o.length;
|
|
1014
1014
|
if (i === r.length)
|
|
1015
1015
|
return;
|
|
1016
|
-
const d =
|
|
1016
|
+
const d = Rn(o), v = i > r.length;
|
|
1017
1017
|
s.issues.push({
|
|
1018
1018
|
origin: d,
|
|
1019
1019
|
...v ? { code: "too_big", maximum: r.length } : { code: "too_small", minimum: r.length },
|
|
@@ -1611,7 +1611,7 @@ const Ts = /* @__PURE__ */ S("$ZodArray", (n, r) => {
|
|
|
1611
1611
|
return i.length ? Promise.all(i).then(() => c) : c;
|
|
1612
1612
|
};
|
|
1613
1613
|
});
|
|
1614
|
-
function
|
|
1614
|
+
function Sn(n, r, c, s) {
|
|
1615
1615
|
n.issues.length && r.issues.push(..._e(c, n.issues)), n.value === void 0 ? c in s && (r.value[c] = void 0) : r.value[c] = n.value;
|
|
1616
1616
|
}
|
|
1617
1617
|
function ks(n) {
|
|
@@ -1638,7 +1638,7 @@ function ws(n, r, c, s, o, i) {
|
|
|
1638
1638
|
continue;
|
|
1639
1639
|
}
|
|
1640
1640
|
const R = $.run({ value: r[z], issues: [] }, s);
|
|
1641
|
-
R instanceof Promise ? n.push(R.then((J) =>
|
|
1641
|
+
R instanceof Promise ? n.push(R.then((J) => Sn(J, c, z, r))) : Sn(R, c, z, r);
|
|
1642
1642
|
}
|
|
1643
1643
|
return d.length && c.issues.push({
|
|
1644
1644
|
code: "unrecognized_keys",
|
|
@@ -1678,7 +1678,7 @@ const Is = /* @__PURE__ */ S("$ZodObject", (n, r) => {
|
|
|
1678
1678
|
const T = [], z = i.shape;
|
|
1679
1679
|
for (const R of i.keys) {
|
|
1680
1680
|
const N = z[R]._zod.run({ value: $[R], issues: [] }, v);
|
|
1681
|
-
N instanceof Promise ? T.push(N.then((D) =>
|
|
1681
|
+
N instanceof Promise ? T.push(N.then((D) => Sn(D, d, R, $))) : Sn(N, d, R, $);
|
|
1682
1682
|
}
|
|
1683
1683
|
return o ? ws(T, $, d, v, c.value, n) : T.length ? Promise.all(T).then(() => d) : d;
|
|
1684
1684
|
};
|
|
@@ -1719,7 +1719,7 @@ const Is = /* @__PURE__ */ S("$ZodObject", (n, r) => {
|
|
|
1719
1719
|
return (I, j) => q(J, I, j);
|
|
1720
1720
|
};
|
|
1721
1721
|
let i;
|
|
1722
|
-
const d = lt, v = !
|
|
1722
|
+
const d = lt, v = !gn.jitless, T = v && _i.value, z = r.catchall;
|
|
1723
1723
|
let R;
|
|
1724
1724
|
n._zod.parse = (J, N) => {
|
|
1725
1725
|
R ?? (R = s.value);
|
|
@@ -1751,7 +1751,7 @@ const Go = /* @__PURE__ */ S("$ZodUnion", (n, r) => {
|
|
|
1751
1751
|
}), G(n._zod, "pattern", () => {
|
|
1752
1752
|
if (r.options.every((o) => o._zod.pattern)) {
|
|
1753
1753
|
const o = r.options.map((i) => i._zod.pattern);
|
|
1754
|
-
return new RegExp(`^(${o.map((i) =>
|
|
1754
|
+
return new RegExp(`^(${o.map((i) => qn(i.source)).join("|")})$`);
|
|
1755
1755
|
}
|
|
1756
1756
|
});
|
|
1757
1757
|
const c = r.options.length === 1, s = r.options[0]._zod.run;
|
|
@@ -1908,7 +1908,7 @@ const Jo = /* @__PURE__ */ S("$ZodTuple", (n, r) => {
|
|
|
1908
1908
|
value: d[$],
|
|
1909
1909
|
issues: []
|
|
1910
1910
|
}, i);
|
|
1911
|
-
z instanceof Promise ? v.push(z.then((R) =>
|
|
1911
|
+
z instanceof Promise ? v.push(z.then((R) => cn(R, o, $))) : cn(z, o, $);
|
|
1912
1912
|
}
|
|
1913
1913
|
if (r.rest) {
|
|
1914
1914
|
const T = d.slice(c.length);
|
|
@@ -1918,13 +1918,13 @@ const Jo = /* @__PURE__ */ S("$ZodTuple", (n, r) => {
|
|
|
1918
1918
|
value: z,
|
|
1919
1919
|
issues: []
|
|
1920
1920
|
}, i);
|
|
1921
|
-
R instanceof Promise ? v.push(R.then((J) =>
|
|
1921
|
+
R instanceof Promise ? v.push(R.then((J) => cn(J, o, $))) : cn(R, o, $);
|
|
1922
1922
|
}
|
|
1923
1923
|
}
|
|
1924
1924
|
return v.length ? Promise.all(v).then(() => o) : o;
|
|
1925
1925
|
};
|
|
1926
1926
|
});
|
|
1927
|
-
function
|
|
1927
|
+
function cn(n, r, c) {
|
|
1928
1928
|
n.issues.length && r.issues.push(..._e(c, n.issues)), r.value[c] = n.value;
|
|
1929
1929
|
}
|
|
1930
1930
|
const xs = /* @__PURE__ */ S("$ZodRecord", (n, r) => {
|
|
@@ -2006,13 +2006,13 @@ const xs = /* @__PURE__ */ S("$ZodRecord", (n, r) => {
|
|
|
2006
2006
|
};
|
|
2007
2007
|
});
|
|
2008
2008
|
function Kr(n, r, c, s, o, i, d) {
|
|
2009
|
-
n.issues.length && (
|
|
2009
|
+
n.issues.length && (bn.has(typeof s) ? c.issues.push(..._e(s, n.issues)) : c.issues.push({
|
|
2010
2010
|
code: "invalid_key",
|
|
2011
2011
|
origin: "map",
|
|
2012
2012
|
input: o,
|
|
2013
2013
|
inst: i,
|
|
2014
2014
|
issues: n.issues.map((v) => Te(v, d, ce()))
|
|
2015
|
-
})), r.issues.length && (
|
|
2015
|
+
})), r.issues.length && (bn.has(typeof s) ? c.issues.push(..._e(s, r.issues)) : c.issues.push({
|
|
2016
2016
|
origin: "map",
|
|
2017
2017
|
code: "invalid_element",
|
|
2018
2018
|
input: o,
|
|
@@ -2046,7 +2046,7 @@ function Vr(n, r) {
|
|
|
2046
2046
|
const Ns = /* @__PURE__ */ S("$ZodEnum", (n, r) => {
|
|
2047
2047
|
O.init(n, r);
|
|
2048
2048
|
const c = Lo(r.entries), s = new Set(c);
|
|
2049
|
-
n._zod.values = s, n._zod.pattern = new RegExp(`^(${c.filter((o) =>
|
|
2049
|
+
n._zod.values = s, n._zod.pattern = new RegExp(`^(${c.filter((o) => bn.has(typeof o)).map((o) => typeof o == "string" ? Be(o) : o.toString()).join("|")})$`), n._zod.parse = (o, i) => {
|
|
2050
2050
|
const d = o.value;
|
|
2051
2051
|
return s.has(d) || o.issues.push({
|
|
2052
2052
|
code: "invalid_value",
|
|
@@ -2080,7 +2080,7 @@ const Ns = /* @__PURE__ */ S("$ZodEnum", (n, r) => {
|
|
|
2080
2080
|
}), Us = /* @__PURE__ */ S("$ZodTransform", (n, r) => {
|
|
2081
2081
|
O.init(n, r), n._zod.parse = (c, s) => {
|
|
2082
2082
|
if (s.direction === "backward")
|
|
2083
|
-
throw new
|
|
2083
|
+
throw new An(n.constructor.name);
|
|
2084
2084
|
const o = r.transform(c.value, c);
|
|
2085
2085
|
if (s.async)
|
|
2086
2086
|
return (o instanceof Promise ? o : Promise.resolve(o)).then((d) => (c.value = d, c));
|
|
@@ -2095,7 +2095,7 @@ function Qr(n, r) {
|
|
|
2095
2095
|
const Os = /* @__PURE__ */ S("$ZodOptional", (n, r) => {
|
|
2096
2096
|
O.init(n, r), n._zod.optin = "optional", n._zod.optout = "optional", G(n._zod, "values", () => r.innerType._zod.values ? /* @__PURE__ */ new Set([...r.innerType._zod.values, void 0]) : void 0), G(n._zod, "pattern", () => {
|
|
2097
2097
|
const c = r.innerType._zod.pattern;
|
|
2098
|
-
return c ? new RegExp(`^(${
|
|
2098
|
+
return c ? new RegExp(`^(${qn(c.source)})?$`) : void 0;
|
|
2099
2099
|
}), n._zod.parse = (c, s) => {
|
|
2100
2100
|
if (r.innerType._zod.optin === "optional") {
|
|
2101
2101
|
const o = r.innerType._zod.run(c, s);
|
|
@@ -2106,7 +2106,7 @@ const Os = /* @__PURE__ */ S("$ZodOptional", (n, r) => {
|
|
|
2106
2106
|
}), js = /* @__PURE__ */ S("$ZodNullable", (n, r) => {
|
|
2107
2107
|
O.init(n, r), G(n._zod, "optin", () => r.innerType._zod.optin), G(n._zod, "optout", () => r.innerType._zod.optout), G(n._zod, "pattern", () => {
|
|
2108
2108
|
const c = r.innerType._zod.pattern;
|
|
2109
|
-
return c ? new RegExp(`^(${
|
|
2109
|
+
return c ? new RegExp(`^(${qn(c.source)}|null)$`) : void 0;
|
|
2110
2110
|
}), G(n._zod, "values", () => r.innerType._zod.values ? /* @__PURE__ */ new Set([...r.innerType._zod.values, null]) : void 0), n._zod.parse = (c, s) => c.value === null ? c : r.innerType._zod.run(c, s);
|
|
2111
2111
|
}), Cs = /* @__PURE__ */ S("$ZodDefault", (n, r) => {
|
|
2112
2112
|
O.init(n, r), n._zod.optin = "optional", G(n._zod, "values", () => r.innerType._zod.values), n._zod.parse = (c, s) => {
|
|
@@ -2143,7 +2143,7 @@ function Xr(n, r) {
|
|
|
2143
2143
|
const Ms = /* @__PURE__ */ S("$ZodSuccess", (n, r) => {
|
|
2144
2144
|
O.init(n, r), n._zod.parse = (c, s) => {
|
|
2145
2145
|
if (s.direction === "backward")
|
|
2146
|
-
throw new
|
|
2146
|
+
throw new An("ZodSuccess");
|
|
2147
2147
|
const o = r.innerType._zod.run(c, s);
|
|
2148
2148
|
return o instanceof Promise ? o.then((i) => (c.value = i.issues.length === 0, c)) : (c.value = o.issues.length === 0, c);
|
|
2149
2149
|
};
|
|
@@ -2177,38 +2177,38 @@ const Ms = /* @__PURE__ */ S("$ZodSuccess", (n, r) => {
|
|
|
2177
2177
|
O.init(n, r), G(n._zod, "values", () => r.in._zod.values), G(n._zod, "optin", () => r.in._zod.optin), G(n._zod, "optout", () => r.out._zod.optout), G(n._zod, "propValues", () => r.in._zod.propValues), n._zod.parse = (c, s) => {
|
|
2178
2178
|
if (s.direction === "backward") {
|
|
2179
2179
|
const i = r.out._zod.run(c, s);
|
|
2180
|
-
return i instanceof Promise ? i.then((d) =>
|
|
2180
|
+
return i instanceof Promise ? i.then((d) => sn(d, r.in, s)) : sn(i, r.in, s);
|
|
2181
2181
|
}
|
|
2182
2182
|
const o = r.in._zod.run(c, s);
|
|
2183
|
-
return o instanceof Promise ? o.then((i) =>
|
|
2183
|
+
return o instanceof Promise ? o.then((i) => sn(i, r.out, s)) : sn(o, r.out, s);
|
|
2184
2184
|
};
|
|
2185
2185
|
});
|
|
2186
|
-
function
|
|
2186
|
+
function sn(n, r, c) {
|
|
2187
2187
|
return n.issues.length ? (n.aborted = !0, n) : r._zod.run({ value: n.value, issues: n.issues }, c);
|
|
2188
2188
|
}
|
|
2189
2189
|
const Wo = /* @__PURE__ */ S("$ZodCodec", (n, r) => {
|
|
2190
2190
|
O.init(n, r), G(n._zod, "values", () => r.in._zod.values), G(n._zod, "optin", () => r.in._zod.optin), G(n._zod, "optout", () => r.out._zod.optout), G(n._zod, "propValues", () => r.in._zod.propValues), n._zod.parse = (c, s) => {
|
|
2191
2191
|
if ((s.direction || "forward") === "forward") {
|
|
2192
2192
|
const i = r.in._zod.run(c, s);
|
|
2193
|
-
return i instanceof Promise ? i.then((d) =>
|
|
2193
|
+
return i instanceof Promise ? i.then((d) => un(d, r, s)) : un(i, r, s);
|
|
2194
2194
|
} else {
|
|
2195
2195
|
const i = r.out._zod.run(c, s);
|
|
2196
|
-
return i instanceof Promise ? i.then((d) =>
|
|
2196
|
+
return i instanceof Promise ? i.then((d) => un(d, r, s)) : un(i, r, s);
|
|
2197
2197
|
}
|
|
2198
2198
|
};
|
|
2199
2199
|
});
|
|
2200
|
-
function
|
|
2200
|
+
function un(n, r, c) {
|
|
2201
2201
|
if (n.issues.length)
|
|
2202
2202
|
return n.aborted = !0, n;
|
|
2203
2203
|
if ((c.direction || "forward") === "forward") {
|
|
2204
2204
|
const o = r.transform(n.value, n);
|
|
2205
|
-
return o instanceof Promise ? o.then((i) =>
|
|
2205
|
+
return o instanceof Promise ? o.then((i) => ln(n, i, r.out, c)) : ln(n, o, r.out, c);
|
|
2206
2206
|
} else {
|
|
2207
2207
|
const o = r.reverseTransform(n.value, n);
|
|
2208
|
-
return o instanceof Promise ? o.then((i) =>
|
|
2208
|
+
return o instanceof Promise ? o.then((i) => ln(n, i, r.in, c)) : ln(n, o, r.in, c);
|
|
2209
2209
|
}
|
|
2210
2210
|
}
|
|
2211
|
-
function
|
|
2211
|
+
function ln(n, r, c, s) {
|
|
2212
2212
|
return n.issues.length ? (n.aborted = !0, n) : c._zod.run({ value: r, issues: n.issues }, s);
|
|
2213
2213
|
}
|
|
2214
2214
|
const Ws = /* @__PURE__ */ S("$ZodReadonly", (n, r) => {
|
|
@@ -6430,7 +6430,7 @@ function Qo(n, r) {
|
|
|
6430
6430
|
...k(r)
|
|
6431
6431
|
});
|
|
6432
6432
|
}
|
|
6433
|
-
function
|
|
6433
|
+
function $n(n, r) {
|
|
6434
6434
|
return new n({
|
|
6435
6435
|
type: "string",
|
|
6436
6436
|
format: "guid",
|
|
@@ -6478,7 +6478,7 @@ function ea(n, r) {
|
|
|
6478
6478
|
...k(r)
|
|
6479
6479
|
});
|
|
6480
6480
|
}
|
|
6481
|
-
function
|
|
6481
|
+
function Nn(n, r) {
|
|
6482
6482
|
return new n({
|
|
6483
6483
|
type: "string",
|
|
6484
6484
|
format: "url",
|
|
@@ -6879,7 +6879,7 @@ function qt(n, r) {
|
|
|
6879
6879
|
value: n
|
|
6880
6880
|
});
|
|
6881
6881
|
}
|
|
6882
|
-
function
|
|
6882
|
+
function En(n, r) {
|
|
6883
6883
|
return new kc({
|
|
6884
6884
|
check: "max_size",
|
|
6885
6885
|
...k(r),
|
|
@@ -6900,7 +6900,7 @@ function ya(n, r) {
|
|
|
6900
6900
|
size: n
|
|
6901
6901
|
});
|
|
6902
6902
|
}
|
|
6903
|
-
function
|
|
6903
|
+
function Pn(n, r) {
|
|
6904
6904
|
return new Ac({
|
|
6905
6905
|
check: "max_length",
|
|
6906
6906
|
...k(r),
|
|
@@ -6914,7 +6914,7 @@ function pt(n, r) {
|
|
|
6914
6914
|
minimum: n
|
|
6915
6915
|
});
|
|
6916
6916
|
}
|
|
6917
|
-
function
|
|
6917
|
+
function Un(n, r) {
|
|
6918
6918
|
return new zc({
|
|
6919
6919
|
check: "length_equals",
|
|
6920
6920
|
...k(r),
|
|
@@ -7115,7 +7115,7 @@ function sy(n, r, c) {
|
|
|
7115
7115
|
type: "default",
|
|
7116
7116
|
innerType: r,
|
|
7117
7117
|
get defaultValue() {
|
|
7118
|
-
return typeof c == "function" ? c() :
|
|
7118
|
+
return typeof c == "function" ? c() : xn(c);
|
|
7119
7119
|
}
|
|
7120
7120
|
});
|
|
7121
7121
|
}
|
|
@@ -7807,7 +7807,7 @@ const gy = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
7807
7807
|
$ZodE164: ls,
|
|
7808
7808
|
$ZodEmail: Fc,
|
|
7809
7809
|
$ZodEmoji: Jc,
|
|
7810
|
-
$ZodEncodeError:
|
|
7810
|
+
$ZodEncodeError: An,
|
|
7811
7811
|
$ZodEnum: Ns,
|
|
7812
7812
|
$ZodError: ko,
|
|
7813
7813
|
$ZodFile: Ps,
|
|
@@ -7904,7 +7904,7 @@ const gy = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
7904
7904
|
_float64: fu,
|
|
7905
7905
|
_gt: tt,
|
|
7906
7906
|
_gte: me,
|
|
7907
|
-
_guid:
|
|
7907
|
+
_guid: $n,
|
|
7908
7908
|
_includes: Sa,
|
|
7909
7909
|
_int: mu,
|
|
7910
7910
|
_int32: hu,
|
|
@@ -7919,15 +7919,15 @@ const gy = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
7919
7919
|
_jwt: ha,
|
|
7920
7920
|
_ksuid: ca,
|
|
7921
7921
|
_lazy: hy,
|
|
7922
|
-
_length:
|
|
7922
|
+
_length: Un,
|
|
7923
7923
|
_literal: ay,
|
|
7924
7924
|
_lowercase: va,
|
|
7925
7925
|
_lt: et,
|
|
7926
7926
|
_lte: Le,
|
|
7927
7927
|
_map: ey,
|
|
7928
7928
|
_max: Le,
|
|
7929
|
-
_maxLength:
|
|
7930
|
-
_maxSize:
|
|
7929
|
+
_maxLength: Pn,
|
|
7930
|
+
_maxSize: En,
|
|
7931
7931
|
_mime: La,
|
|
7932
7932
|
_min: me,
|
|
7933
7933
|
_minLength: pt,
|
|
@@ -7985,7 +7985,7 @@ const gy = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
7985
7985
|
_union: Vh,
|
|
7986
7986
|
_unknown: Iu,
|
|
7987
7987
|
_uppercase: ba,
|
|
7988
|
-
_url:
|
|
7988
|
+
_url: Nn,
|
|
7989
7989
|
_uuid: Ho,
|
|
7990
7990
|
_uuidv4: Xo,
|
|
7991
7991
|
_uuidv6: Yo,
|
|
@@ -8000,7 +8000,7 @@ const gy = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
8000
8000
|
encodeAsync: Op,
|
|
8001
8001
|
flattenError: wo,
|
|
8002
8002
|
formatError: Io,
|
|
8003
|
-
globalConfig:
|
|
8003
|
+
globalConfig: gn,
|
|
8004
8004
|
globalRegistry: He,
|
|
8005
8005
|
isValidBase64: Zo,
|
|
8006
8006
|
isValidBase64URL: ss,
|
|
@@ -8068,13 +8068,13 @@ const by = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
8068
8068
|
},
|
|
8069
8069
|
addIssue: {
|
|
8070
8070
|
value: (c) => {
|
|
8071
|
-
n.issues.push(c), n.message = JSON.stringify(n.issues,
|
|
8071
|
+
n.issues.push(c), n.message = JSON.stringify(n.issues, vn, 2);
|
|
8072
8072
|
}
|
|
8073
8073
|
// enumerable: false,
|
|
8074
8074
|
},
|
|
8075
8075
|
addIssues: {
|
|
8076
8076
|
value: (c) => {
|
|
8077
|
-
n.issues.push(...c), n.message = JSON.stringify(n.issues,
|
|
8077
|
+
n.issues.push(...c), n.message = JSON.stringify(n.issues, vn, 2);
|
|
8078
8078
|
}
|
|
8079
8079
|
// enumerable: false,
|
|
8080
8080
|
},
|
|
@@ -8096,7 +8096,7 @@ const by = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
8096
8096
|
]
|
|
8097
8097
|
}
|
|
8098
8098
|
// { parent: true }
|
|
8099
|
-
), n.clone = (c, s) => Se(n, c, s), n.brand = () => n, n.register = (c, s) => (c.add(n, s), n), n.parse = (c, s) => Vu(n, c, s, { callee: n.parse }), n.safeParse = (c, s) => Hu(n, c, s), n.parseAsync = async (c, s) => Qu(n, c, s, { callee: n.parseAsync }), n.safeParseAsync = async (c, s) => Xu(n, c, s), n.spa = n.safeParseAsync, n.encode = (c, s) => Yu(n, c, s), n.decode = (c, s) => el(n, c, s), n.encodeAsync = async (c, s) => tl(n, c, s), n.decodeAsync = async (c, s) => nl(n, c, s), n.safeEncode = (c, s) => ol(n, c, s), n.safeDecode = (c, s) => al(n, c, s), n.safeEncodeAsync = async (c, s) => rl(n, c, s), n.safeDecodeAsync = async (c, s) => il(n, c, s), n.refine = (c, s) => n.check(Bl(c, s)), n.superRefine = (c) => n.check(Ml(c)), n.overwrite = (c) => n.check(ot(c)), n.optional = () => t(n), n.nullable = () =>
|
|
8099
|
+
), n.clone = (c, s) => Se(n, c, s), n.brand = () => n, n.register = (c, s) => (c.add(n, s), n), n.parse = (c, s) => Vu(n, c, s, { callee: n.parse }), n.safeParse = (c, s) => Hu(n, c, s), n.parseAsync = async (c, s) => Qu(n, c, s, { callee: n.parseAsync }), n.safeParseAsync = async (c, s) => Xu(n, c, s), n.spa = n.safeParseAsync, n.encode = (c, s) => Yu(n, c, s), n.decode = (c, s) => el(n, c, s), n.encodeAsync = async (c, s) => tl(n, c, s), n.decodeAsync = async (c, s) => nl(n, c, s), n.safeEncode = (c, s) => ol(n, c, s), n.safeDecode = (c, s) => al(n, c, s), n.safeEncodeAsync = async (c, s) => rl(n, c, s), n.safeDecodeAsync = async (c, s) => il(n, c, s), n.refine = (c, s) => n.check(Bl(c, s)), n.superRefine = (c) => n.check(Ml(c)), n.overwrite = (c) => n.check(ot(c)), n.optional = () => t(n), n.nullable = () => Tn(n), n.nullish = () => t(Tn(n)), n.nonoptional = (c) => xl(n, c), n.array = () => m(n), n.or = (c) => W([n, c]), n.and = (c) => vl(n, c), n.transform = (c) => kn(n, er(c)), n.default = (c) => Al(n, c), n.prefault = (c) => zl(n, c), n.catch = (c) => Nl(n, c), n.pipe = (c) => kn(n, c), n.readonly = () => Ul(n), n.describe = (c) => {
|
|
8100
8100
|
const s = n.clone();
|
|
8101
8101
|
return He.add(s, { description: c }), s;
|
|
8102
8102
|
}, Object.defineProperty(n, "description", {
|
|
@@ -8113,26 +8113,26 @@ const by = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
8113
8113
|
}, n.isOptional = () => n.safeParse(void 0).success, n.isNullable = () => n.safeParse(null).success, n)), Ra = /* @__PURE__ */ S("_ZodString", (n, r) => {
|
|
8114
8114
|
Ft.init(n, r), B.init(n, r);
|
|
8115
8115
|
const c = n._zod.bag;
|
|
8116
|
-
n.format = c.format ?? null, n.minLength = c.minimum ?? null, n.maxLength = c.maximum ?? null, n.regex = (...s) => n.check(ga(...s)), n.includes = (...s) => n.check(Sa(...s)), n.startsWith = (...s) => n.check($a(...s)), n.endsWith = (...s) => n.check(_a(...s)), n.min = (...s) => n.check(pt(...s)), n.max = (...s) => n.check(
|
|
8117
|
-
}),
|
|
8118
|
-
Ft.init(n, r), Ra.init(n, r), n.email = (c) => n.check(Qo(Na, c)), n.url = (c) => n.check(
|
|
8116
|
+
n.format = c.format ?? null, n.minLength = c.minimum ?? null, n.maxLength = c.maximum ?? null, n.regex = (...s) => n.check(ga(...s)), n.includes = (...s) => n.check(Sa(...s)), n.startsWith = (...s) => n.check($a(...s)), n.endsWith = (...s) => n.check(_a(...s)), n.min = (...s) => n.check(pt(...s)), n.max = (...s) => n.check(Pn(...s)), n.length = (...s) => n.check(Un(...s)), n.nonempty = (...s) => n.check(pt(1, ...s)), n.lowercase = (s) => n.check(va(s)), n.uppercase = (s) => n.check(ba(s)), n.trim = () => n.check(ka()), n.normalize = (...s) => n.check(Ta(...s)), n.toLowerCase = () => n.check(wa()), n.toUpperCase = () => n.check(Ia());
|
|
8117
|
+
}), On = /* @__PURE__ */ S("ZodString", (n, r) => {
|
|
8118
|
+
Ft.init(n, r), Ra.init(n, r), n.email = (c) => n.check(Qo(Na, c)), n.url = (c) => n.check(Nn(jn, c)), n.jwt = (c) => n.check(ha(Va, c)), n.emoji = (c) => n.check(ta(Ea, c)), n.guid = (c) => n.check($n(Ln, c)), n.uuid = (c) => n.check(Ho(xe, c)), n.uuidv4 = (c) => n.check(Xo(xe, c)), n.uuidv6 = (c) => n.check(Yo(xe, c)), n.uuidv7 = (c) => n.check(ea(xe, c)), n.nanoid = (c) => n.check(na(Pa, c)), n.guid = (c) => n.check($n(Ln, c)), n.cuid = (c) => n.check(oa(Ua, c)), n.cuid2 = (c) => n.check(aa(Oa, c)), n.ulid = (c) => n.check(ra(ja, c)), n.base64 = (c) => n.check(ma(Ja, c)), n.base64url = (c) => n.check(pa(Wa, c)), n.xid = (c) => n.check(ia(Ca, c)), n.ksuid = (c) => n.check(ca(Za, c)), n.ipv4 = (c) => n.check(sa(Ba, c)), n.ipv6 = (c) => n.check(ua(Ma, c)), n.cidrv4 = (c) => n.check(la(Fa, c)), n.cidrv6 = (c) => n.check(da(Ga, c)), n.e164 = (c) => n.check(fa(Ka, c)), n.datetime = (c) => n.check(h(c)), n.date = (c) => n.check(za(c)), n.time = (c) => n.check(Ju(c)), n.duration = (c) => n.check(Wu(c));
|
|
8119
8119
|
});
|
|
8120
8120
|
function e(n) {
|
|
8121
|
-
return ou(
|
|
8121
|
+
return ou(On, n);
|
|
8122
8122
|
}
|
|
8123
8123
|
const Q = /* @__PURE__ */ S("ZodStringFormat", (n, r) => {
|
|
8124
8124
|
K.init(n, r), Ra.init(n, r);
|
|
8125
8125
|
}), Na = /* @__PURE__ */ S("ZodEmail", (n, r) => {
|
|
8126
8126
|
Fc.init(n, r), Q.init(n, r);
|
|
8127
8127
|
});
|
|
8128
|
-
function
|
|
8128
|
+
function _n(n) {
|
|
8129
8129
|
return Qo(Na, n);
|
|
8130
8130
|
}
|
|
8131
|
-
const
|
|
8131
|
+
const Ln = /* @__PURE__ */ S("ZodGUID", (n, r) => {
|
|
8132
8132
|
Bc.init(n, r), Q.init(n, r);
|
|
8133
8133
|
});
|
|
8134
8134
|
function cl(n) {
|
|
8135
|
-
return
|
|
8135
|
+
return $n(Ln, n);
|
|
8136
8136
|
}
|
|
8137
8137
|
const xe = /* @__PURE__ */ S("ZodUUID", (n, r) => {
|
|
8138
8138
|
Mc.init(n, r), Q.init(n, r);
|
|
@@ -8149,14 +8149,14 @@ function _y(n) {
|
|
|
8149
8149
|
function Ly(n) {
|
|
8150
8150
|
return ea(xe, n);
|
|
8151
8151
|
}
|
|
8152
|
-
const
|
|
8152
|
+
const jn = /* @__PURE__ */ S("ZodURL", (n, r) => {
|
|
8153
8153
|
Gc.init(n, r), Q.init(n, r);
|
|
8154
8154
|
});
|
|
8155
8155
|
function Ty(n) {
|
|
8156
|
-
return
|
|
8156
|
+
return Nn(jn, n);
|
|
8157
8157
|
}
|
|
8158
8158
|
function ky(n) {
|
|
8159
|
-
return
|
|
8159
|
+
return Nn(jn, {
|
|
8160
8160
|
protocol: /^https?$/,
|
|
8161
8161
|
hostname: ac,
|
|
8162
8162
|
...k(n)
|
|
@@ -8270,16 +8270,16 @@ function My(n, r) {
|
|
|
8270
8270
|
throw new Error(`Unrecognized hash format: ${s}`);
|
|
8271
8271
|
return Gt(Jt, s, o, r);
|
|
8272
8272
|
}
|
|
8273
|
-
const
|
|
8273
|
+
const Cn = /* @__PURE__ */ S("ZodNumber", (n, r) => {
|
|
8274
8274
|
Bo.init(n, r), B.init(n, r), n.gt = (s, o) => n.check(tt(s, o)), n.gte = (s, o) => n.check(me(s, o)), n.min = (s, o) => n.check(me(s, o)), n.lt = (s, o) => n.check(et(s, o)), n.lte = (s, o) => n.check(Le(s, o)), n.max = (s, o) => n.check(Le(s, o)), n.int = (s) => n.check(g(s)), n.safe = (s) => n.check(g(s)), n.positive = (s) => n.check(tt(0, s)), n.nonnegative = (s) => n.check(me(0, s)), n.negative = (s) => n.check(et(0, s)), n.nonpositive = (s) => n.check(Le(0, s)), n.multipleOf = (s, o) => n.check(qt(s, o)), n.step = (s, o) => n.check(qt(s, o)), n.finite = () => n;
|
|
8275
8275
|
const c = n._zod.bag;
|
|
8276
8276
|
n.minValue = Math.max(c.minimum ?? Number.NEGATIVE_INFINITY, c.exclusiveMinimum ?? Number.NEGATIVE_INFINITY) ?? null, n.maxValue = Math.min(c.maximum ?? Number.POSITIVE_INFINITY, c.exclusiveMaximum ?? Number.POSITIVE_INFINITY) ?? null, n.isInt = (c.format ?? "").includes("int") || Number.isSafeInteger(c.multipleOf ?? 0.5), n.isFinite = !0, n.format = c.format ?? null;
|
|
8277
8277
|
});
|
|
8278
8278
|
function b(n) {
|
|
8279
|
-
return lu(
|
|
8279
|
+
return lu(Cn, n);
|
|
8280
8280
|
}
|
|
8281
8281
|
const ht = /* @__PURE__ */ S("ZodNumberFormat", (n, r) => {
|
|
8282
|
-
fs.init(n, r),
|
|
8282
|
+
fs.init(n, r), Cn.init(n, r);
|
|
8283
8283
|
});
|
|
8284
8284
|
function g(n) {
|
|
8285
8285
|
return mu(ht, n);
|
|
@@ -8296,22 +8296,22 @@ function Jy(n) {
|
|
|
8296
8296
|
function Wy(n) {
|
|
8297
8297
|
return yu(ht, n);
|
|
8298
8298
|
}
|
|
8299
|
-
const
|
|
8299
|
+
const Zn = /* @__PURE__ */ S("ZodBoolean", (n, r) => {
|
|
8300
8300
|
Mo.init(n, r), B.init(n, r);
|
|
8301
8301
|
});
|
|
8302
8302
|
function y(n) {
|
|
8303
|
-
return gu(
|
|
8303
|
+
return gu(Zn, n);
|
|
8304
8304
|
}
|
|
8305
|
-
const
|
|
8305
|
+
const Bn = /* @__PURE__ */ S("ZodBigInt", (n, r) => {
|
|
8306
8306
|
Fo.init(n, r), B.init(n, r), n.gte = (s, o) => n.check(me(s, o)), n.min = (s, o) => n.check(me(s, o)), n.gt = (s, o) => n.check(tt(s, o)), n.gte = (s, o) => n.check(me(s, o)), n.min = (s, o) => n.check(me(s, o)), n.lt = (s, o) => n.check(et(s, o)), n.lte = (s, o) => n.check(Le(s, o)), n.max = (s, o) => n.check(Le(s, o)), n.positive = (s) => n.check(tt(BigInt(0), s)), n.negative = (s) => n.check(et(BigInt(0), s)), n.nonpositive = (s) => n.check(Le(BigInt(0), s)), n.nonnegative = (s) => n.check(me(BigInt(0), s)), n.multipleOf = (s, o) => n.check(qt(s, o));
|
|
8307
8307
|
const c = n._zod.bag;
|
|
8308
8308
|
n.minValue = c.minimum ?? null, n.maxValue = c.maximum ?? null, n.format = c.format ?? null;
|
|
8309
8309
|
});
|
|
8310
8310
|
function Ky(n) {
|
|
8311
|
-
return bu(
|
|
8311
|
+
return bu(Bn, n);
|
|
8312
8312
|
}
|
|
8313
8313
|
const Qa = /* @__PURE__ */ S("ZodBigIntFormat", (n, r) => {
|
|
8314
|
-
hs.init(n, r),
|
|
8314
|
+
hs.init(n, r), Bn.init(n, r);
|
|
8315
8315
|
});
|
|
8316
8316
|
function Vy(n) {
|
|
8317
8317
|
return $u(Qa, n);
|
|
@@ -8370,7 +8370,7 @@ function eg(n) {
|
|
|
8370
8370
|
return zu(Ha, n);
|
|
8371
8371
|
}
|
|
8372
8372
|
const hl = /* @__PURE__ */ S("ZodArray", (n, r) => {
|
|
8373
|
-
Ts.init(n, r), B.init(n, r), n.element = r.element, n.min = (c, s) => n.check(pt(c, s)), n.nonempty = (c) => n.check(pt(1, c)), n.max = (c, s) => n.check(
|
|
8373
|
+
Ts.init(n, r), B.init(n, r), n.element = r.element, n.min = (c, s) => n.check(pt(c, s)), n.nonempty = (c) => n.check(pt(1, c)), n.max = (c, s) => n.check(Pn(c, s)), n.length = (c, s) => n.check(Un(c, s)), n.unwrap = () => n.element;
|
|
8374
8374
|
});
|
|
8375
8375
|
function m(n, r) {
|
|
8376
8376
|
return Ou(hl, n, r);
|
|
@@ -8379,34 +8379,34 @@ function tg(n) {
|
|
|
8379
8379
|
const r = n._zod.def.shape;
|
|
8380
8380
|
return f(Object.keys(r));
|
|
8381
8381
|
}
|
|
8382
|
-
const
|
|
8382
|
+
const Mn = /* @__PURE__ */ S("ZodObject", (n, r) => {
|
|
8383
8383
|
As.init(n, r), B.init(n, r), G(n, "shape", () => r.shape), n.keyof = () => f(Object.keys(n._zod.def.shape)), n.catchall = (c) => n.clone({ ...n._zod.def, catchall: c }), n.passthrough = () => n.clone({ ...n._zod.def, catchall: _() }), n.loose = () => n.clone({ ...n._zod.def, catchall: _() }), n.strict = () => n.clone({ ...n._zod.def, catchall: u() }), n.strip = () => n.clone({ ...n._zod.def, catchall: void 0 }), n.extend = (c) => qi(n, c), n.safeExtend = (c) => zi(n, c), n.merge = (c) => xi(n, c), n.pick = (c) => Ii(n, c), n.omit = (c) => Ai(n, c), n.partial = (...c) => Di(tr, n, c[0]), n.required = (...c) => Ri(nr, n, c[0]);
|
|
8384
8384
|
});
|
|
8385
8385
|
function a(n, r) {
|
|
8386
8386
|
const c = {
|
|
8387
8387
|
type: "object",
|
|
8388
8388
|
get shape() {
|
|
8389
|
-
return ke(this, "shape", n ?
|
|
8389
|
+
return ke(this, "shape", n ? zn(n) : {}), this.shape;
|
|
8390
8390
|
},
|
|
8391
8391
|
...k(r)
|
|
8392
8392
|
};
|
|
8393
|
-
return new
|
|
8393
|
+
return new Mn(c);
|
|
8394
8394
|
}
|
|
8395
8395
|
function ng(n, r) {
|
|
8396
|
-
return new
|
|
8396
|
+
return new Mn({
|
|
8397
8397
|
type: "object",
|
|
8398
8398
|
get shape() {
|
|
8399
|
-
return ke(this, "shape",
|
|
8399
|
+
return ke(this, "shape", zn(n)), this.shape;
|
|
8400
8400
|
},
|
|
8401
8401
|
catchall: u(),
|
|
8402
8402
|
...k(r)
|
|
8403
8403
|
});
|
|
8404
8404
|
}
|
|
8405
8405
|
function og(n, r) {
|
|
8406
|
-
return new
|
|
8406
|
+
return new Mn({
|
|
8407
8407
|
type: "object",
|
|
8408
8408
|
get shape() {
|
|
8409
|
-
return ke(this, "shape",
|
|
8409
|
+
return ke(this, "shape", zn(n)), this.shape;
|
|
8410
8410
|
},
|
|
8411
8411
|
catchall: _(),
|
|
8412
8412
|
...k(r)
|
|
@@ -8490,7 +8490,7 @@ function ig(n, r, c) {
|
|
|
8490
8490
|
});
|
|
8491
8491
|
}
|
|
8492
8492
|
const _l = /* @__PURE__ */ S("ZodSet", (n, r) => {
|
|
8493
|
-
Rs.init(n, r), B.init(n, r), n.min = (...c) => n.check(zt(...c)), n.nonempty = (c) => n.check(zt(1, c)), n.max = (...c) => n.check(
|
|
8493
|
+
Rs.init(n, r), B.init(n, r), n.min = (...c) => n.check(zt(...c)), n.nonempty = (c) => n.check(zt(1, c)), n.max = (...c) => n.check(En(...c)), n.size = (...c) => n.check(ya(...c));
|
|
8494
8494
|
});
|
|
8495
8495
|
function cg(n, r) {
|
|
8496
8496
|
return new _l({
|
|
@@ -8562,7 +8562,7 @@ function oe(n, r) {
|
|
|
8562
8562
|
});
|
|
8563
8563
|
}
|
|
8564
8564
|
const Tl = /* @__PURE__ */ S("ZodFile", (n, r) => {
|
|
8565
|
-
Ps.init(n, r), B.init(n, r), n.min = (c, s) => n.check(zt(c, s)), n.max = (c, s) => n.check(
|
|
8565
|
+
Ps.init(n, r), B.init(n, r), n.min = (c, s) => n.check(zt(c, s)), n.max = (c, s) => n.check(En(c, s)), n.mime = (c, s) => n.check(La(Array.isArray(c) ? c : [c], s));
|
|
8566
8566
|
});
|
|
8567
8567
|
function ug(n) {
|
|
8568
8568
|
return ju(Tl, n);
|
|
@@ -8570,7 +8570,7 @@ function ug(n) {
|
|
|
8570
8570
|
const kl = /* @__PURE__ */ S("ZodTransform", (n, r) => {
|
|
8571
8571
|
Us.init(n, r), B.init(n, r), n._zod.parse = (c, s) => {
|
|
8572
8572
|
if (s.direction === "backward")
|
|
8573
|
-
throw new
|
|
8573
|
+
throw new An(n.constructor.name);
|
|
8574
8574
|
c.addIssue = (i) => {
|
|
8575
8575
|
if (typeof i == "string")
|
|
8576
8576
|
c.issues.push(dt(i, c.value, r));
|
|
@@ -8601,14 +8601,14 @@ function t(n) {
|
|
|
8601
8601
|
const wl = /* @__PURE__ */ S("ZodNullable", (n, r) => {
|
|
8602
8602
|
js.init(n, r), B.init(n, r), n.unwrap = () => n._zod.def.innerType;
|
|
8603
8603
|
});
|
|
8604
|
-
function
|
|
8604
|
+
function Tn(n) {
|
|
8605
8605
|
return new wl({
|
|
8606
8606
|
type: "nullable",
|
|
8607
8607
|
innerType: n
|
|
8608
8608
|
});
|
|
8609
8609
|
}
|
|
8610
8610
|
function lg(n) {
|
|
8611
|
-
return t(
|
|
8611
|
+
return t(Tn(n));
|
|
8612
8612
|
}
|
|
8613
8613
|
const Il = /* @__PURE__ */ S("ZodDefault", (n, r) => {
|
|
8614
8614
|
Cs.init(n, r), B.init(n, r), n.unwrap = () => n._zod.def.innerType, n.removeDefault = n.unwrap;
|
|
@@ -8618,7 +8618,7 @@ function Al(n, r) {
|
|
|
8618
8618
|
type: "default",
|
|
8619
8619
|
innerType: n,
|
|
8620
8620
|
get defaultValue() {
|
|
8621
|
-
return typeof r == "function" ? r() :
|
|
8621
|
+
return typeof r == "function" ? r() : xn(r);
|
|
8622
8622
|
}
|
|
8623
8623
|
});
|
|
8624
8624
|
}
|
|
@@ -8630,7 +8630,7 @@ function zl(n, r) {
|
|
|
8630
8630
|
type: "prefault",
|
|
8631
8631
|
innerType: n,
|
|
8632
8632
|
get defaultValue() {
|
|
8633
|
-
return typeof r == "function" ? r() :
|
|
8633
|
+
return typeof r == "function" ? r() : xn(r);
|
|
8634
8634
|
}
|
|
8635
8635
|
});
|
|
8636
8636
|
}
|
|
@@ -8672,7 +8672,7 @@ function mg(n) {
|
|
|
8672
8672
|
const or = /* @__PURE__ */ S("ZodPipe", (n, r) => {
|
|
8673
8673
|
Js.init(n, r), B.init(n, r), n.in = r.in, n.out = r.out;
|
|
8674
8674
|
});
|
|
8675
|
-
function
|
|
8675
|
+
function kn(n, r) {
|
|
8676
8676
|
return new or({
|
|
8677
8677
|
type: "pipe",
|
|
8678
8678
|
in: n,
|
|
@@ -8739,7 +8739,7 @@ function oi(n) {
|
|
|
8739
8739
|
output: (n == null ? void 0 : n.output) ?? _()
|
|
8740
8740
|
});
|
|
8741
8741
|
}
|
|
8742
|
-
const
|
|
8742
|
+
const Fn = /* @__PURE__ */ S("ZodCustom", (n, r) => {
|
|
8743
8743
|
Xs.init(n, r), B.init(n, r);
|
|
8744
8744
|
});
|
|
8745
8745
|
function yg(n) {
|
|
@@ -8750,10 +8750,10 @@ function yg(n) {
|
|
|
8750
8750
|
return r._zod.check = n, r;
|
|
8751
8751
|
}
|
|
8752
8752
|
function gg(n, r) {
|
|
8753
|
-
return Cu(
|
|
8753
|
+
return Cu(Fn, n ?? (() => !0), r);
|
|
8754
8754
|
}
|
|
8755
8755
|
function Bl(n, r = {}) {
|
|
8756
|
-
return Zu(
|
|
8756
|
+
return Zu(Fn, n, r);
|
|
8757
8757
|
}
|
|
8758
8758
|
function Ml(n) {
|
|
8759
8759
|
return Bu(n);
|
|
@@ -8761,7 +8761,7 @@ function Ml(n) {
|
|
|
8761
8761
|
function Fl(n, r = {
|
|
8762
8762
|
error: `Input not instance of ${n.name}`
|
|
8763
8763
|
}) {
|
|
8764
|
-
const c = new
|
|
8764
|
+
const c = new Fn({
|
|
8765
8765
|
type: "custom",
|
|
8766
8766
|
check: "custom",
|
|
8767
8767
|
fn: (s) => s instanceof n,
|
|
@@ -8772,15 +8772,15 @@ function Fl(n, r = {
|
|
|
8772
8772
|
}
|
|
8773
8773
|
const vg = (...n) => Fu({
|
|
8774
8774
|
Codec: ar,
|
|
8775
|
-
Boolean:
|
|
8776
|
-
String:
|
|
8775
|
+
Boolean: Zn,
|
|
8776
|
+
String: On
|
|
8777
8777
|
}, ...n);
|
|
8778
8778
|
function bg(n) {
|
|
8779
8779
|
const r = se(() => W([e(n), b(), y(), pe(), m(r), p(e(), r)]));
|
|
8780
8780
|
return r;
|
|
8781
8781
|
}
|
|
8782
8782
|
function Sg(n, r) {
|
|
8783
|
-
return
|
|
8783
|
+
return kn(er(n), r);
|
|
8784
8784
|
}
|
|
8785
8785
|
const $g = {
|
|
8786
8786
|
invalid_type: "invalid_type",
|
|
@@ -8806,16 +8806,16 @@ function Lg() {
|
|
|
8806
8806
|
var $o;
|
|
8807
8807
|
$o || ($o = {});
|
|
8808
8808
|
function Tg(n) {
|
|
8809
|
-
return au(
|
|
8809
|
+
return au(On, n);
|
|
8810
8810
|
}
|
|
8811
8811
|
function Dt(n) {
|
|
8812
|
-
return du(
|
|
8812
|
+
return du(Cn, n);
|
|
8813
8813
|
}
|
|
8814
8814
|
function kg(n) {
|
|
8815
|
-
return vu(
|
|
8815
|
+
return vu(Zn, n);
|
|
8816
8816
|
}
|
|
8817
8817
|
function Gl(n) {
|
|
8818
|
-
return Su(
|
|
8818
|
+
return Su(Bn, n);
|
|
8819
8819
|
}
|
|
8820
8820
|
function wg(n) {
|
|
8821
8821
|
return xu(Ha, n);
|
|
@@ -8840,16 +8840,16 @@ const ai = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
8840
8840
|
ZodArray: hl,
|
|
8841
8841
|
ZodBase64: Ja,
|
|
8842
8842
|
ZodBase64URL: Wa,
|
|
8843
|
-
ZodBigInt:
|
|
8843
|
+
ZodBigInt: Bn,
|
|
8844
8844
|
ZodBigIntFormat: Qa,
|
|
8845
|
-
ZodBoolean:
|
|
8845
|
+
ZodBoolean: Zn,
|
|
8846
8846
|
ZodCIDRv4: Fa,
|
|
8847
8847
|
ZodCIDRv6: Ga,
|
|
8848
8848
|
ZodCUID: Ua,
|
|
8849
8849
|
ZodCUID2: Oa,
|
|
8850
8850
|
ZodCatch: Rl,
|
|
8851
8851
|
ZodCodec: ar,
|
|
8852
|
-
ZodCustom:
|
|
8852
|
+
ZodCustom: Fn,
|
|
8853
8853
|
ZodCustomStringFormat: Jt,
|
|
8854
8854
|
ZodDate: Ha,
|
|
8855
8855
|
ZodDefault: Il,
|
|
@@ -8864,7 +8864,7 @@ const ai = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
8864
8864
|
return $o;
|
|
8865
8865
|
},
|
|
8866
8866
|
ZodFunction: Zl,
|
|
8867
|
-
ZodGUID:
|
|
8867
|
+
ZodGUID: Ln,
|
|
8868
8868
|
ZodIPv4: Ba,
|
|
8869
8869
|
ZodIPv6: Ma,
|
|
8870
8870
|
ZodISODate: qa,
|
|
@@ -8884,9 +8884,9 @@ const ai = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
8884
8884
|
ZodNonOptional: nr,
|
|
8885
8885
|
ZodNull: ll,
|
|
8886
8886
|
ZodNullable: wl,
|
|
8887
|
-
ZodNumber:
|
|
8887
|
+
ZodNumber: Cn,
|
|
8888
8888
|
ZodNumberFormat: ht,
|
|
8889
|
-
ZodObject:
|
|
8889
|
+
ZodObject: Mn,
|
|
8890
8890
|
ZodOptional: tr,
|
|
8891
8891
|
ZodPipe: or,
|
|
8892
8892
|
ZodPrefault: ql,
|
|
@@ -8895,7 +8895,7 @@ const ai = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
8895
8895
|
ZodRealError: he,
|
|
8896
8896
|
ZodRecord: Ya,
|
|
8897
8897
|
ZodSet: _l,
|
|
8898
|
-
ZodString:
|
|
8898
|
+
ZodString: On,
|
|
8899
8899
|
ZodStringFormat: Q,
|
|
8900
8900
|
ZodSuccess: Dl,
|
|
8901
8901
|
ZodSymbol: sl,
|
|
@@ -8904,7 +8904,7 @@ const ai = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
8904
8904
|
ZodTuple: bl,
|
|
8905
8905
|
ZodType: B,
|
|
8906
8906
|
ZodULID: ja,
|
|
8907
|
-
ZodURL:
|
|
8907
|
+
ZodURL: jn,
|
|
8908
8908
|
ZodUUID: xe,
|
|
8909
8909
|
ZodUndefined: ul,
|
|
8910
8910
|
ZodUnion: Xa,
|
|
@@ -8937,7 +8937,7 @@ const ai = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
8937
8937
|
decodeAsync: nl,
|
|
8938
8938
|
discriminatedUnion: ag,
|
|
8939
8939
|
e164: Oy,
|
|
8940
|
-
email:
|
|
8940
|
+
email: _n,
|
|
8941
8941
|
emoji: wy,
|
|
8942
8942
|
encode: Yu,
|
|
8943
8943
|
encodeAsync: tl,
|
|
@@ -8972,7 +8972,7 @@ const ai = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
8972
8972
|
keyof: tg,
|
|
8973
8973
|
ksuid: xy,
|
|
8974
8974
|
lazy: se,
|
|
8975
|
-
length:
|
|
8975
|
+
length: Un,
|
|
8976
8976
|
literal: oe,
|
|
8977
8977
|
locales: eu,
|
|
8978
8978
|
looseObject: og,
|
|
@@ -8980,8 +8980,8 @@ const ai = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
8980
8980
|
lt: et,
|
|
8981
8981
|
lte: Le,
|
|
8982
8982
|
map: ig,
|
|
8983
|
-
maxLength:
|
|
8984
|
-
maxSize:
|
|
8983
|
+
maxLength: Pn,
|
|
8984
|
+
maxSize: En,
|
|
8985
8985
|
mime: La,
|
|
8986
8986
|
minLength: pt,
|
|
8987
8987
|
minSize: zt,
|
|
@@ -8996,7 +8996,7 @@ const ai = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
8996
8996
|
nonpositive: Eu,
|
|
8997
8997
|
normalize: Ta,
|
|
8998
8998
|
null: pe,
|
|
8999
|
-
nullable:
|
|
8999
|
+
nullable: Tn,
|
|
9000
9000
|
nullish: lg,
|
|
9001
9001
|
number: b,
|
|
9002
9002
|
object: a,
|
|
@@ -9005,7 +9005,7 @@ const ai = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
9005
9005
|
parse: Vu,
|
|
9006
9006
|
parseAsync: Qu,
|
|
9007
9007
|
partialRecord: rg,
|
|
9008
|
-
pipe:
|
|
9008
|
+
pipe: kn,
|
|
9009
9009
|
positive: Ru,
|
|
9010
9010
|
prefault: zl,
|
|
9011
9011
|
preprocess: Sg,
|
|
@@ -9245,7 +9245,7 @@ const ai = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
9245
9245
|
"ZAR",
|
|
9246
9246
|
"ZMW",
|
|
9247
9247
|
"ZWL"
|
|
9248
|
-
]),
|
|
9248
|
+
]), MT = f([
|
|
9249
9249
|
"Africa/Abidjan",
|
|
9250
9250
|
"Africa/Accra",
|
|
9251
9251
|
"Africa/Addis_Ababa",
|
|
@@ -10001,7 +10001,7 @@ const ai = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
10001
10001
|
}), ge = a({
|
|
10002
10002
|
installmentPreferences: t(Vl),
|
|
10003
10003
|
billingPreferences: t(Kl)
|
|
10004
|
-
}),
|
|
10004
|
+
}), Gn = a({
|
|
10005
10005
|
locator: e(),
|
|
10006
10006
|
quoteState: f([
|
|
10007
10007
|
"draft",
|
|
@@ -10280,7 +10280,7 @@ a({
|
|
|
10280
10280
|
flags: m(De),
|
|
10281
10281
|
clearedFlags: m(De)
|
|
10282
10282
|
});
|
|
10283
|
-
const
|
|
10283
|
+
const Jn = a({
|
|
10284
10284
|
productName: e(),
|
|
10285
10285
|
accountLocator: e(),
|
|
10286
10286
|
startTime: h(),
|
|
@@ -10390,7 +10390,7 @@ const Gn = a({
|
|
|
10390
10390
|
items: m(Vt),
|
|
10391
10391
|
quoteNumber: t(e()),
|
|
10392
10392
|
validationResult: t(ue)
|
|
10393
|
-
}),
|
|
10393
|
+
}), Wn = a({
|
|
10394
10394
|
productName: e(),
|
|
10395
10395
|
startTime: h(),
|
|
10396
10396
|
endTime: h(),
|
|
@@ -10549,7 +10549,7 @@ const td = a({
|
|
|
10549
10549
|
locator: e(),
|
|
10550
10550
|
setData: p(e(), p(e(), _())),
|
|
10551
10551
|
removeData: p(e(), p(e(), _()))
|
|
10552
|
-
}),
|
|
10552
|
+
}), Kn = a({
|
|
10553
10553
|
resetAllUnderwritingFlags: y(),
|
|
10554
10554
|
resetFlags: m(e()),
|
|
10555
10555
|
resetFlagsAction: f([
|
|
@@ -10596,7 +10596,7 @@ const td = a({
|
|
|
10596
10596
|
get validationResult() {
|
|
10597
10597
|
return t(ue);
|
|
10598
10598
|
}
|
|
10599
|
-
}),
|
|
10599
|
+
}), Vn = a({
|
|
10600
10600
|
addRoles: m(e()),
|
|
10601
10601
|
removeRoles: m(e())
|
|
10602
10602
|
}), Fg = a({
|
|
@@ -10635,7 +10635,7 @@ const td = a({
|
|
|
10635
10635
|
validationResult: t(ue)
|
|
10636
10636
|
}), nd = a({
|
|
10637
10637
|
invoiceFeeAmount: b()
|
|
10638
|
-
}),
|
|
10638
|
+
}), Qn = a({
|
|
10639
10639
|
billingLevel: f([
|
|
10640
10640
|
"account",
|
|
10641
10641
|
"inherit",
|
|
@@ -10673,7 +10673,7 @@ const ad = a({
|
|
|
10673
10673
|
staticLocator: e(),
|
|
10674
10674
|
fieldName: e(),
|
|
10675
10675
|
values: m(e())
|
|
10676
|
-
}),
|
|
10676
|
+
}), Qt = a({
|
|
10677
10677
|
table: e(),
|
|
10678
10678
|
column: e(),
|
|
10679
10679
|
where: p(e(), ad)
|
|
@@ -11284,7 +11284,7 @@ const ov = a({
|
|
|
11284
11284
|
endTime: h(),
|
|
11285
11285
|
autoRenewalLocator: t(e()),
|
|
11286
11286
|
termNumber: t(e())
|
|
11287
|
-
}),
|
|
11287
|
+
}), Ht = a({
|
|
11288
11288
|
locator: e(),
|
|
11289
11289
|
transactionCategory: f([
|
|
11290
11290
|
"issuance",
|
|
@@ -11322,7 +11322,7 @@ const ov = a({
|
|
|
11322
11322
|
changeInstructions: t(m(p(e(), _()))),
|
|
11323
11323
|
effectiveTime: h(),
|
|
11324
11324
|
get aggregatedTransactions() {
|
|
11325
|
-
return t(m(se(() =>
|
|
11325
|
+
return t(m(se(() => Ht)));
|
|
11326
11326
|
},
|
|
11327
11327
|
termLocator: e(),
|
|
11328
11328
|
get preferences() {
|
|
@@ -11766,7 +11766,7 @@ a({
|
|
|
11766
11766
|
query: t(u())
|
|
11767
11767
|
});
|
|
11768
11768
|
a({
|
|
11769
|
-
body:
|
|
11769
|
+
body: Jn,
|
|
11770
11770
|
path: a({
|
|
11771
11771
|
tenantLocator: l()
|
|
11772
11772
|
}),
|
|
@@ -11865,21 +11865,21 @@ a({
|
|
|
11865
11865
|
});
|
|
11866
11866
|
p(e(), p(e(), m(e())));
|
|
11867
11867
|
a({
|
|
11868
|
-
body:
|
|
11868
|
+
body: Jn,
|
|
11869
11869
|
path: a({
|
|
11870
11870
|
tenantLocator: l()
|
|
11871
11871
|
}),
|
|
11872
11872
|
query: t(u())
|
|
11873
11873
|
});
|
|
11874
11874
|
a({
|
|
11875
|
-
body:
|
|
11875
|
+
body: Jn,
|
|
11876
11876
|
path: a({
|
|
11877
11877
|
tenantLocator: l()
|
|
11878
11878
|
}),
|
|
11879
11879
|
query: t(u())
|
|
11880
11880
|
});
|
|
11881
11881
|
a({
|
|
11882
|
-
body:
|
|
11882
|
+
body: Wn,
|
|
11883
11883
|
path: a({
|
|
11884
11884
|
tenantLocator: l()
|
|
11885
11885
|
}),
|
|
@@ -11931,14 +11931,14 @@ a({
|
|
|
11931
11931
|
});
|
|
11932
11932
|
p(e(), p(e(), m(e())));
|
|
11933
11933
|
a({
|
|
11934
|
-
body:
|
|
11934
|
+
body: Wn,
|
|
11935
11935
|
path: a({
|
|
11936
11936
|
tenantLocator: l()
|
|
11937
11937
|
}),
|
|
11938
11938
|
query: t(u())
|
|
11939
11939
|
});
|
|
11940
11940
|
a({
|
|
11941
|
-
body:
|
|
11941
|
+
body: Wn,
|
|
11942
11942
|
path: a({
|
|
11943
11943
|
tenantLocator: l()
|
|
11944
11944
|
}),
|
|
@@ -12083,7 +12083,7 @@ a({
|
|
|
12083
12083
|
}))
|
|
12084
12084
|
});
|
|
12085
12085
|
a({
|
|
12086
|
-
body: t(
|
|
12086
|
+
body: t(Kn),
|
|
12087
12087
|
path: a({
|
|
12088
12088
|
tenantLocator: l(),
|
|
12089
12089
|
locator: e()
|
|
@@ -12193,7 +12193,7 @@ a({
|
|
|
12193
12193
|
query: t(u())
|
|
12194
12194
|
});
|
|
12195
12195
|
a({
|
|
12196
|
-
body:
|
|
12196
|
+
body: Vn,
|
|
12197
12197
|
path: a({
|
|
12198
12198
|
tenantLocator: l(),
|
|
12199
12199
|
quoteLocator: e(),
|
|
@@ -12254,7 +12254,7 @@ a({
|
|
|
12254
12254
|
}))
|
|
12255
12255
|
});
|
|
12256
12256
|
a({
|
|
12257
|
-
body: t(
|
|
12257
|
+
body: t(Kn),
|
|
12258
12258
|
path: a({
|
|
12259
12259
|
tenantLocator: l(),
|
|
12260
12260
|
locator: e()
|
|
@@ -12328,7 +12328,7 @@ const sv = a({
|
|
|
12328
12328
|
query: t(u())
|
|
12329
12329
|
});
|
|
12330
12330
|
a({
|
|
12331
|
-
body:
|
|
12331
|
+
body: Qn,
|
|
12332
12332
|
path: a({
|
|
12333
12333
|
tenantLocator: l(),
|
|
12334
12334
|
locator: e()
|
|
@@ -12369,7 +12369,7 @@ a({
|
|
|
12369
12369
|
query: t(u())
|
|
12370
12370
|
});
|
|
12371
12371
|
a({
|
|
12372
|
-
body:
|
|
12372
|
+
body: Vn,
|
|
12373
12373
|
path: a({
|
|
12374
12374
|
tenantLocator: l(),
|
|
12375
12375
|
quoteLocator: e(),
|
|
@@ -12451,7 +12451,7 @@ a({
|
|
|
12451
12451
|
query: t(u())
|
|
12452
12452
|
});
|
|
12453
12453
|
a({
|
|
12454
|
-
body:
|
|
12454
|
+
body: Vn,
|
|
12455
12455
|
path: a({
|
|
12456
12456
|
tenantLocator: l(),
|
|
12457
12457
|
policyLocator: e(),
|
|
@@ -12603,7 +12603,7 @@ a({
|
|
|
12603
12603
|
}))
|
|
12604
12604
|
});
|
|
12605
12605
|
a({
|
|
12606
|
-
body:
|
|
12606
|
+
body: Qn,
|
|
12607
12607
|
path: a({
|
|
12608
12608
|
tenantLocator: l(),
|
|
12609
12609
|
locator: e()
|
|
@@ -12699,7 +12699,7 @@ a({
|
|
|
12699
12699
|
query: t(u())
|
|
12700
12700
|
});
|
|
12701
12701
|
a({
|
|
12702
|
-
body:
|
|
12702
|
+
body: Qn,
|
|
12703
12703
|
path: a({
|
|
12704
12704
|
tenantLocator: l(),
|
|
12705
12705
|
locator: e()
|
|
@@ -12716,7 +12716,7 @@ a({
|
|
|
12716
12716
|
query: t(u())
|
|
12717
12717
|
});
|
|
12718
12718
|
a({
|
|
12719
|
-
body:
|
|
12719
|
+
body: Vn,
|
|
12720
12720
|
path: a({
|
|
12721
12721
|
tenantLocator: l(),
|
|
12722
12722
|
accountLocator: e(),
|
|
@@ -12791,7 +12791,7 @@ a({
|
|
|
12791
12791
|
}),
|
|
12792
12792
|
query: t(u())
|
|
12793
12793
|
});
|
|
12794
|
-
p(e(), p(e(),
|
|
12794
|
+
p(e(), p(e(), Qt));
|
|
12795
12795
|
a({
|
|
12796
12796
|
body: t(u()),
|
|
12797
12797
|
path: a({
|
|
@@ -12913,7 +12913,7 @@ a({
|
|
|
12913
12913
|
}),
|
|
12914
12914
|
query: t(u())
|
|
12915
12915
|
});
|
|
12916
|
-
p(e(), p(e(),
|
|
12916
|
+
p(e(), p(e(), Qt));
|
|
12917
12917
|
a({
|
|
12918
12918
|
body: t(u()),
|
|
12919
12919
|
path: a({
|
|
@@ -12922,7 +12922,7 @@ a({
|
|
|
12922
12922
|
}),
|
|
12923
12923
|
query: t(u())
|
|
12924
12924
|
});
|
|
12925
|
-
m(
|
|
12925
|
+
m(Gn);
|
|
12926
12926
|
a({
|
|
12927
12927
|
body: t(u()),
|
|
12928
12928
|
path: a({
|
|
@@ -12956,7 +12956,7 @@ a({
|
|
|
12956
12956
|
}),
|
|
12957
12957
|
query: t(u())
|
|
12958
12958
|
});
|
|
12959
|
-
p(e(), p(e(),
|
|
12959
|
+
p(e(), p(e(), Qt));
|
|
12960
12960
|
a({
|
|
12961
12961
|
body: t(u()),
|
|
12962
12962
|
path: a({
|
|
@@ -13085,7 +13085,7 @@ a({
|
|
|
13085
13085
|
}),
|
|
13086
13086
|
query: t(u())
|
|
13087
13087
|
});
|
|
13088
|
-
p(e(), m(
|
|
13088
|
+
p(e(), m(Ht));
|
|
13089
13089
|
a({
|
|
13090
13090
|
body: t(u()),
|
|
13091
13091
|
path: a({
|
|
@@ -13174,7 +13174,7 @@ a({
|
|
|
13174
13174
|
}),
|
|
13175
13175
|
query: t(u())
|
|
13176
13176
|
});
|
|
13177
|
-
p(e(), p(e(),
|
|
13177
|
+
p(e(), p(e(), Qt));
|
|
13178
13178
|
a({
|
|
13179
13179
|
body: t(u()),
|
|
13180
13180
|
path: a({
|
|
@@ -13286,12 +13286,12 @@ a({
|
|
|
13286
13286
|
}),
|
|
13287
13287
|
query: t(u())
|
|
13288
13288
|
});
|
|
13289
|
-
const ft = l(), E = We(), uv = cl(), A = h(),
|
|
13289
|
+
const ft = l(), E = We(), uv = cl(), A = h(), FT = h({
|
|
13290
13290
|
offset: !0
|
|
13291
|
-
}), Ie = p(e(), e()), F = p(e(), C()),
|
|
13291
|
+
}), Ie = p(e(), e()), F = p(e(), C()), GT = p(
|
|
13292
13292
|
e(),
|
|
13293
13293
|
p(e(), _())
|
|
13294
|
-
), Ke = ft, Z = uv, le = E, Me = E, qe = E, ut = E,
|
|
13294
|
+
), Ke = ft, Z = uv, le = E, Me = E, qe = E, ut = E, yn = E, JT = E, yt = E, pr = E, Re = E, lv = E, fr = E, Sd = E, $d = E, _o = E, _d = E, dv = E;
|
|
13295
13295
|
function H(n) {
|
|
13296
13296
|
return a({
|
|
13297
13297
|
listCompleted: y(),
|
|
@@ -13310,7 +13310,7 @@ const pv = a({
|
|
|
13310
13310
|
...ue.shape,
|
|
13311
13311
|
validationItems: m(pv).optional(),
|
|
13312
13312
|
success: y().optional()
|
|
13313
|
-
}),
|
|
13313
|
+
}), WT = a({
|
|
13314
13314
|
offset: Dt().nonnegative().int().optional(),
|
|
13315
13315
|
count: Dt().nonnegative().int().optional()
|
|
13316
13316
|
}), Ld = a({
|
|
@@ -13324,7 +13324,7 @@ const pv = a({
|
|
|
13324
13324
|
}), Td = a({
|
|
13325
13325
|
auxDataSettingsName: t(e()),
|
|
13326
13326
|
auxData: m(Ld)
|
|
13327
|
-
}),
|
|
13327
|
+
}), wn = a({
|
|
13328
13328
|
type: f([
|
|
13329
13329
|
"policy",
|
|
13330
13330
|
"transaction",
|
|
@@ -13342,7 +13342,7 @@ a({
|
|
|
13342
13342
|
filename: e(),
|
|
13343
13343
|
title: t(e()),
|
|
13344
13344
|
tag: t(e()),
|
|
13345
|
-
references: m(
|
|
13345
|
+
references: m(wn),
|
|
13346
13346
|
createdAt: h(),
|
|
13347
13347
|
createdBy: l(),
|
|
13348
13348
|
updatedAt: h(),
|
|
@@ -13370,7 +13370,7 @@ const wd = a({
|
|
|
13370
13370
|
keys: m(wd)
|
|
13371
13371
|
}), yv = a({
|
|
13372
13372
|
dataSizeKb: g()
|
|
13373
|
-
}),
|
|
13373
|
+
}), Xt = a({
|
|
13374
13374
|
locator: e(),
|
|
13375
13375
|
referenceLocator: e(),
|
|
13376
13376
|
referenceType: f([
|
|
@@ -13439,7 +13439,7 @@ a({
|
|
|
13439
13439
|
mimeType: e(),
|
|
13440
13440
|
title: t(e()),
|
|
13441
13441
|
tag: t(e()),
|
|
13442
|
-
references: m(
|
|
13442
|
+
references: m(wn)
|
|
13443
13443
|
})
|
|
13444
13444
|
});
|
|
13445
13445
|
a({
|
|
@@ -13453,7 +13453,7 @@ a({
|
|
|
13453
13453
|
includeDiscarded: t(y()).default(!1)
|
|
13454
13454
|
}))
|
|
13455
13455
|
});
|
|
13456
|
-
m(
|
|
13456
|
+
m(Xt);
|
|
13457
13457
|
a({
|
|
13458
13458
|
body: kd,
|
|
13459
13459
|
path: a({
|
|
@@ -13492,8 +13492,8 @@ a({
|
|
|
13492
13492
|
mimeType: t(e()),
|
|
13493
13493
|
title: t(e()),
|
|
13494
13494
|
tag: t(e()),
|
|
13495
|
-
referencesToAdd: t(m(
|
|
13496
|
-
referencesToRemove: t(m(
|
|
13495
|
+
referencesToAdd: t(m(wn)),
|
|
13496
|
+
referencesToRemove: t(m(wn))
|
|
13497
13497
|
}))
|
|
13498
13498
|
});
|
|
13499
13499
|
a({
|
|
@@ -13507,7 +13507,7 @@ a({
|
|
|
13507
13507
|
count: t(g())
|
|
13508
13508
|
}))
|
|
13509
13509
|
});
|
|
13510
|
-
m(
|
|
13510
|
+
m(Xt);
|
|
13511
13511
|
a({
|
|
13512
13512
|
body: fv,
|
|
13513
13513
|
path: a({
|
|
@@ -14743,15 +14743,15 @@ const uo = a({
|
|
|
14743
14743
|
}), rt = a({
|
|
14744
14744
|
listCompleted: y(),
|
|
14745
14745
|
items: m(e())
|
|
14746
|
-
}),
|
|
14746
|
+
}), dn = a({
|
|
14747
14747
|
delinquencyLocator: e(),
|
|
14748
14748
|
delinquencyEventLocator: e(),
|
|
14749
14749
|
policyLocators: rt
|
|
14750
14750
|
}), jd = a({
|
|
14751
|
-
"billing.delinquency.delinquencyevent.cancel": t(
|
|
14752
|
-
"billing.delinquency.delinquencyevent.activate": t(
|
|
14753
|
-
"billing.delinquency.delinquencyevent.create": t(
|
|
14754
|
-
"billing.delinquency.delinquencyevent.trigger": t(
|
|
14751
|
+
"billing.delinquency.delinquencyevent.cancel": t(dn),
|
|
14752
|
+
"billing.delinquency.delinquencyevent.activate": t(dn),
|
|
14753
|
+
"billing.delinquency.delinquencyevent.create": t(dn),
|
|
14754
|
+
"billing.delinquency.delinquencyevent.trigger": t(dn)
|
|
14755
14755
|
}), lo = a({
|
|
14756
14756
|
delinquencyLocator: e(),
|
|
14757
14757
|
policyLocators: rt
|
|
@@ -16451,7 +16451,7 @@ const Rb = a({
|
|
|
16451
16451
|
data: p(e(), p(e(), _())),
|
|
16452
16452
|
validationResult: t(em),
|
|
16453
16453
|
anonymizedAt: t(h())
|
|
16454
|
-
}),
|
|
16454
|
+
}), Yt = a({
|
|
16455
16455
|
contactLocator: e(),
|
|
16456
16456
|
roles: m(e())
|
|
16457
16457
|
}), Sr = a({
|
|
@@ -16481,7 +16481,7 @@ const Rb = a({
|
|
|
16481
16481
|
updatedBy: t(l()),
|
|
16482
16482
|
validationResult: t(em),
|
|
16483
16483
|
claims: m(e()),
|
|
16484
|
-
contacts: m(
|
|
16484
|
+
contacts: m(Yt),
|
|
16485
16485
|
anonymizedAt: t(h())
|
|
16486
16486
|
}), tm = a({
|
|
16487
16487
|
type: e(),
|
|
@@ -16493,7 +16493,7 @@ const Rb = a({
|
|
|
16493
16493
|
incidentTimezone: t(e()),
|
|
16494
16494
|
incidentSummary: t(e()),
|
|
16495
16495
|
region: t(e()),
|
|
16496
|
-
contacts: m(
|
|
16496
|
+
contacts: m(Yt),
|
|
16497
16497
|
autoValidate: y()
|
|
16498
16498
|
}), nm = a({
|
|
16499
16499
|
setData: p(e(), p(e(), _())),
|
|
@@ -16600,9 +16600,9 @@ a({
|
|
|
16600
16600
|
}),
|
|
16601
16601
|
query: t(u())
|
|
16602
16602
|
});
|
|
16603
|
-
m(
|
|
16603
|
+
m(Yt);
|
|
16604
16604
|
a({
|
|
16605
|
-
body:
|
|
16605
|
+
body: Yt,
|
|
16606
16606
|
path: a({
|
|
16607
16607
|
tenantLocator: l(),
|
|
16608
16608
|
fnolLocator: e()
|
|
@@ -16947,7 +16947,7 @@ const Bb = a({
|
|
|
16947
16947
|
extend: e(),
|
|
16948
16948
|
data: p(e(), ae),
|
|
16949
16949
|
defaultSearchable: y()
|
|
16950
|
-
}),
|
|
16950
|
+
}), mn = a({
|
|
16951
16951
|
extend: e(),
|
|
16952
16952
|
abstract: y(),
|
|
16953
16953
|
pluralType: e(),
|
|
@@ -17113,7 +17113,7 @@ const Bb = a({
|
|
|
17113
17113
|
bottom: t(b()),
|
|
17114
17114
|
left: t(b()),
|
|
17115
17115
|
right: t(b())
|
|
17116
|
-
}),
|
|
17116
|
+
}), en = a({
|
|
17117
17117
|
displayName: t(e()),
|
|
17118
17118
|
scope: f([
|
|
17119
17119
|
"transaction",
|
|
@@ -17435,10 +17435,10 @@ const Bb = a({
|
|
|
17435
17435
|
defaultScheduleUploadErrorsLimit: g(),
|
|
17436
17436
|
dataTypes: p(e(), Hb),
|
|
17437
17437
|
accounts: p(e(), jb),
|
|
17438
|
-
policyLines: p(e(),
|
|
17439
|
-
exposureGroups: p(e(),
|
|
17440
|
-
exposures: p(e(),
|
|
17441
|
-
coverages: p(e(),
|
|
17438
|
+
policyLines: p(e(), mn),
|
|
17439
|
+
exposureGroups: p(e(), mn),
|
|
17440
|
+
exposures: p(e(), mn),
|
|
17441
|
+
coverages: p(e(), mn),
|
|
17442
17442
|
products: p(e(), Xb),
|
|
17443
17443
|
coverageTerms: p(e(), eS),
|
|
17444
17444
|
charges: p(e(), $r),
|
|
@@ -17451,7 +17451,7 @@ const Bb = a({
|
|
|
17451
17451
|
tables: p(e(), aS),
|
|
17452
17452
|
constraintTables: p(e(), iS),
|
|
17453
17453
|
secrets: p(e(), sS),
|
|
17454
|
-
documents: p(e(),
|
|
17454
|
+
documents: p(e(), en),
|
|
17455
17455
|
consolidatedDocuments: p(e(), sm),
|
|
17456
17456
|
templateSnippets: p(e(), um),
|
|
17457
17457
|
customFonts: m(e()),
|
|
@@ -17518,15 +17518,15 @@ a({
|
|
|
17518
17518
|
"failed"
|
|
17519
17519
|
])
|
|
17520
17520
|
});
|
|
17521
|
-
const
|
|
17521
|
+
const pn = a({
|
|
17522
17522
|
name: e(),
|
|
17523
17523
|
effectiveTime: h(),
|
|
17524
17524
|
endTime: h()
|
|
17525
17525
|
}), IS = a({
|
|
17526
|
-
"moratorium.create": t(
|
|
17527
|
-
"moratorium.effective": t(
|
|
17528
|
-
"moratorium.update": t(
|
|
17529
|
-
"moratorium.end": t(
|
|
17526
|
+
"moratorium.create": t(pn),
|
|
17527
|
+
"moratorium.effective": t(pn),
|
|
17528
|
+
"moratorium.update": t(pn),
|
|
17529
|
+
"moratorium.end": t(pn)
|
|
17530
17530
|
});
|
|
17531
17531
|
a({
|
|
17532
17532
|
moratoriumEvents: IS
|
|
@@ -18459,7 +18459,7 @@ const PS = a({
|
|
|
18459
18459
|
p(e(), kt).default({}),
|
|
18460
18460
|
pe()
|
|
18461
18461
|
]).optional()
|
|
18462
|
-
}),
|
|
18462
|
+
}), fn = W([
|
|
18463
18463
|
a({
|
|
18464
18464
|
originalId: e(),
|
|
18465
18465
|
childrenMappings: p(e(), p(e(), _())),
|
|
@@ -18471,19 +18471,19 @@ const PS = a({
|
|
|
18471
18471
|
accountLocator: e(),
|
|
18472
18472
|
originalAccountId: e(),
|
|
18473
18473
|
policies: W([
|
|
18474
|
-
p(e(),
|
|
18474
|
+
p(e(), fn).default({}),
|
|
18475
18475
|
pe()
|
|
18476
18476
|
]).optional(),
|
|
18477
18477
|
invoices: W([
|
|
18478
|
-
p(e(),
|
|
18478
|
+
p(e(), fn).default({}),
|
|
18479
18479
|
pe()
|
|
18480
18480
|
]).optional(),
|
|
18481
18481
|
payments: W([
|
|
18482
|
-
p(e(),
|
|
18482
|
+
p(e(), fn).default({}),
|
|
18483
18483
|
pe()
|
|
18484
18484
|
]).optional(),
|
|
18485
18485
|
disbursements: W([
|
|
18486
|
-
p(e(),
|
|
18486
|
+
p(e(), fn).default({}),
|
|
18487
18487
|
pe()
|
|
18488
18488
|
]).optional()
|
|
18489
18489
|
});
|
|
@@ -18967,7 +18967,7 @@ const u$ = a({
|
|
|
18967
18967
|
userLocator: l(),
|
|
18968
18968
|
category: e(),
|
|
18969
18969
|
level: e()
|
|
18970
|
-
}),
|
|
18970
|
+
}), hn = a({
|
|
18971
18971
|
userAssociationLocator: e(),
|
|
18972
18972
|
referenceType: f([
|
|
18973
18973
|
"account",
|
|
@@ -18981,10 +18981,10 @@ const u$ = a({
|
|
|
18981
18981
|
]),
|
|
18982
18982
|
referenceLocator: e()
|
|
18983
18983
|
}), l$ = a({
|
|
18984
|
-
"userAssociation.disassociated": t(
|
|
18985
|
-
"userAssociation.uncompleted": t(
|
|
18986
|
-
"userAssociation.associated": t(
|
|
18987
|
-
"userAssociation.completed": t(
|
|
18984
|
+
"userAssociation.disassociated": t(hn),
|
|
18985
|
+
"userAssociation.uncompleted": t(hn),
|
|
18986
|
+
"userAssociation.associated": t(hn),
|
|
18987
|
+
"userAssociation.completed": t(hn)
|
|
18988
18988
|
}), d$ = a({
|
|
18989
18989
|
userAssociationEvents: l$
|
|
18990
18990
|
});
|
|
@@ -19395,7 +19395,7 @@ const m$ = f(["none", "required", "excluded"]), p$ = m$, Nm = f([
|
|
|
19395
19395
|
"anchorTime",
|
|
19396
19396
|
"dayOfWeek",
|
|
19397
19397
|
"weekOfMonth"
|
|
19398
|
-
]),
|
|
19398
|
+
]), tn = f(["accept", "issue"]), Ve = f(["account", "inherit", "policy"]), Em = f([
|
|
19399
19399
|
"none",
|
|
19400
19400
|
"fullPay",
|
|
19401
19401
|
"weekly",
|
|
@@ -19433,7 +19433,7 @@ const m$ = f(["none", "required", "excluded"]), p$ = m$, Nm = f([
|
|
|
19433
19433
|
"exposure",
|
|
19434
19434
|
"exposureGroup",
|
|
19435
19435
|
"policyLine"
|
|
19436
|
-
]), S$ = f(["fuzzy", "exact", "startsWith"]), $$ = S$,
|
|
19436
|
+
]), S$ = f(["fuzzy", "exact", "startsWith"]), $$ = S$, KT = f([
|
|
19437
19437
|
"application/json",
|
|
19438
19438
|
"application/octet-stream",
|
|
19439
19439
|
"application/pdf",
|
|
@@ -19449,12 +19449,12 @@ const m$ = f(["none", "required", "excluded"]), p$ = m$, Nm = f([
|
|
|
19449
19449
|
"text/plain"
|
|
19450
19450
|
]);
|
|
19451
19451
|
var ze = /* @__PURE__ */ ((n) => (n.applicationJson = "application/json", n.applicationOctetStream = "application/octet-stream", n.applicationPdf = "application/pdf", n.applicationZip = "application/zip", n.applicationZipWindows = "application/x-zip-compressed", n.imageJpg = "image/jpeg", n.imagePng = "image/png", n.imageSvg = "image/svg+xml", n.javaSource = "text/x-java-source", n.multipartFormData = "multipart/form-data", n.textCsv = "text/csv", n.textHtml = "text/html", n.text = "text/plain", n))(ze || {});
|
|
19452
|
-
const Pm = zr.shape.searchEntityType, _$ = at.shape.segmentType, xr =
|
|
19452
|
+
const Pm = zr.shape.searchEntityType, _$ = at.shape.segmentType, xr = Ht.shape.transactionCategory, Dr = Ht.shape.transactionState, L$ = De.shape.referenceType, Um = De.shape.level, T$ = Nd.shape.weekOfMonth.unwrap(), VT = id.shape.state, Rr = no.shape.documentFormat.unwrap(), Om = no.shape.referenceType, In = hd.shape.quickQuoteState, nn = Gn.shape.quoteState, k$ = Kn.shape.resetFlagsAction, w$ = Xn.shape.disbursementState, I$ = te.shape.containerType, Nr = yr.shape.transactionMethod.unwrap(), A$ = en.shape.scope, jm = en.shape.selectionTimeBasis, q$ = en.shape.trigger, z$ = Xl.shape.referenceType, io = ro.shape.taskState, Cm = ao.shape.referenceType, Zm = Cm, x$ = ao.shape.userAssociationState, QT = f([
|
|
19453
19453
|
"active",
|
|
19454
19454
|
"completed",
|
|
19455
19455
|
"unassigned",
|
|
19456
19456
|
"discarded"
|
|
19457
|
-
]), D$ =
|
|
19457
|
+
]), D$ = Xt.shape.referenceType, R$ = Xt.shape.diaryState, N$ = vr.shape.invoiceState, li = dr.shape.accountState, E$ = f(["max", "min", "sum", "waive"]), on = f([
|
|
19458
19458
|
"none",
|
|
19459
19459
|
"blocked",
|
|
19460
19460
|
"declined",
|
|
@@ -19512,7 +19512,7 @@ const M$ = [
|
|
|
19512
19512
|
...F$,
|
|
19513
19513
|
...G$,
|
|
19514
19514
|
...J$
|
|
19515
|
-
],
|
|
19515
|
+
], HT = f(
|
|
19516
19516
|
W$
|
|
19517
19517
|
), Fm = f([
|
|
19518
19518
|
"info",
|
|
@@ -19547,7 +19547,7 @@ const M$ = [
|
|
|
19547
19547
|
elementLocator: e(),
|
|
19548
19548
|
level: Fm,
|
|
19549
19549
|
note: e().optional()
|
|
19550
|
-
}),
|
|
19550
|
+
}), XT = a({
|
|
19551
19551
|
addFlags: K$.array(),
|
|
19552
19552
|
clearFlags: e().array()
|
|
19553
19553
|
}), V$ = a({
|
|
@@ -19557,7 +19557,7 @@ const M$ = [
|
|
|
19557
19557
|
note: e().optional(),
|
|
19558
19558
|
tag: e().optional(),
|
|
19559
19559
|
taskCreation: Yl.optional()
|
|
19560
|
-
}),
|
|
19560
|
+
}), YT = a({
|
|
19561
19561
|
addFlags: V$.array().optional(),
|
|
19562
19562
|
clearFlags: m(E).optional()
|
|
19563
19563
|
}), Q$ = a({
|
|
@@ -19589,7 +19589,7 @@ const M$ = [
|
|
|
19589
19589
|
roundingMode: e().optional(),
|
|
19590
19590
|
constraint: Q$,
|
|
19591
19591
|
tag: m(e()).optional()
|
|
19592
|
-
}),
|
|
19592
|
+
}), ek = p(e(), Ge), H$ = a({
|
|
19593
19593
|
displayName: e().optional(),
|
|
19594
19594
|
abstract: y().optional(),
|
|
19595
19595
|
extend: e().optional(),
|
|
@@ -19606,7 +19606,7 @@ const M$ = [
|
|
|
19606
19606
|
deadlineTime: A,
|
|
19607
19607
|
references: m(Nt),
|
|
19608
19608
|
assignedTo: Z.optional()
|
|
19609
|
-
}),
|
|
19609
|
+
}), tk = a({
|
|
19610
19610
|
...Dm.shape,
|
|
19611
19611
|
deadlineTime: A.optional(),
|
|
19612
19612
|
addReferences: m(Nt).optional(),
|
|
@@ -19625,7 +19625,7 @@ const M$ = [
|
|
|
19625
19625
|
updatedBy: Z.optional(),
|
|
19626
19626
|
createdAt: A,
|
|
19627
19627
|
updatedAt: A.optional()
|
|
19628
|
-
}),
|
|
19628
|
+
}), nk = H(Gm), e_ = a({
|
|
19629
19629
|
...hm.shape,
|
|
19630
19630
|
defaultDeadlineDays: b().optional()
|
|
19631
19631
|
}), Jm = a({
|
|
@@ -19641,7 +19641,7 @@ const M$ = [
|
|
|
19641
19641
|
}), t_ = Jm.extend({
|
|
19642
19642
|
updatedBy: Z.optional(),
|
|
19643
19643
|
updatedAt: e()
|
|
19644
|
-
}),
|
|
19644
|
+
}), ok = a({
|
|
19645
19645
|
listCompleted: y(),
|
|
19646
19646
|
items: m(
|
|
19647
19647
|
W([t_, Jm])
|
|
@@ -19660,12 +19660,12 @@ const M$ = [
|
|
|
19660
19660
|
createdAt: A,
|
|
19661
19661
|
updatedBy: Z.optional(),
|
|
19662
19662
|
updatedAt: A.optional()
|
|
19663
|
-
}),
|
|
19663
|
+
}), ak = H(Er), o_ = a({
|
|
19664
19664
|
...ym.shape,
|
|
19665
19665
|
appliesTo: m(Cm),
|
|
19666
19666
|
qualification: p(e(), e()).optional(),
|
|
19667
19667
|
exclusive: y().optional()
|
|
19668
|
-
}),
|
|
19668
|
+
}), rk = a({
|
|
19669
19669
|
...ae.shape
|
|
19670
19670
|
}), a_ = a({
|
|
19671
19671
|
...cm.shape,
|
|
@@ -19677,11 +19677,11 @@ const M$ = [
|
|
|
19677
19677
|
}), r_ = p(
|
|
19678
19678
|
e(),
|
|
19679
19679
|
a_
|
|
19680
|
-
),
|
|
19680
|
+
), ik = a({
|
|
19681
19681
|
...um.shape,
|
|
19682
19682
|
selectionTimeBasis: jm
|
|
19683
19683
|
}), i_ = a({
|
|
19684
|
-
...
|
|
19684
|
+
...en.shape,
|
|
19685
19685
|
displayName: e().optional(),
|
|
19686
19686
|
scope: A$,
|
|
19687
19687
|
format: Rr.optional(),
|
|
@@ -19907,7 +19907,7 @@ const M$ = [
|
|
|
19907
19907
|
}), H_ = p(
|
|
19908
19908
|
e(),
|
|
19909
19909
|
Q_
|
|
19910
|
-
),
|
|
19910
|
+
), ck = a({
|
|
19911
19911
|
// Root level
|
|
19912
19912
|
dataTypes: wt.optional(),
|
|
19913
19913
|
accounts: X$,
|
|
@@ -19969,28 +19969,121 @@ const M$ = [
|
|
|
19969
19969
|
extend: e().optional(),
|
|
19970
19970
|
displayName: e().optional(),
|
|
19971
19971
|
data: p(e(), Ge).optional()
|
|
19972
|
-
}),
|
|
19972
|
+
}), sk = p(e(), X_), Y_ = W([nn, e()]), uk = f(["accept", "issue"]), lk = rr, eL = a({
|
|
19973
|
+
type: e(),
|
|
19974
|
+
locator: Me,
|
|
19975
|
+
staticLocator: E,
|
|
19976
|
+
parentLocator: Me,
|
|
19977
|
+
originalEffectiveTime: A.optional(),
|
|
19978
|
+
category: b$.optional(),
|
|
19979
|
+
data: F.optional(),
|
|
19980
|
+
coverageTerms: F.optional()
|
|
19981
|
+
// elements: recursive so we add it via .extend() and .lazy()
|
|
19982
|
+
}), an = eL.extend({
|
|
19983
|
+
elements: se(() => an.array().optional())
|
|
19984
|
+
}), tL = a({
|
|
19985
|
+
type: e(),
|
|
19986
|
+
staticLocator: E.optional(),
|
|
19987
|
+
parentLocator: Me,
|
|
19988
|
+
data: F,
|
|
19989
|
+
coverageTerms: Ie
|
|
19990
|
+
}), Pr = tL.extend({
|
|
19991
|
+
elements: se(() => Pr.array().optional())
|
|
19992
|
+
}), nL = Hn.extend(
|
|
19993
|
+
a({
|
|
19994
|
+
locator: Me,
|
|
19995
|
+
setData: F,
|
|
19996
|
+
removeData: F,
|
|
19997
|
+
setCoverageTerms: Ie,
|
|
19998
|
+
removeCoverageTerms: F
|
|
19999
|
+
}).shape
|
|
20000
|
+
), oL = at.extend(
|
|
20001
|
+
a({
|
|
20002
|
+
locator: yt,
|
|
20003
|
+
segmentType: _$,
|
|
20004
|
+
startTime: A,
|
|
20005
|
+
endTime: A,
|
|
20006
|
+
element: an,
|
|
20007
|
+
basedOn: E.optional()
|
|
20008
|
+
}).shape
|
|
20009
|
+
), Wm = a({
|
|
20010
|
+
...Ql.shape,
|
|
20011
|
+
locator: E,
|
|
20012
|
+
accountLocator: E,
|
|
20013
|
+
branchHeadTransactionLocators: m(E).optional(),
|
|
20014
|
+
issuedTransactionLocator: E,
|
|
20015
|
+
durationBasis: ve,
|
|
20016
|
+
createdAt: A.optional(),
|
|
20017
|
+
createdBy: Z.optional(),
|
|
20018
|
+
startTime: A,
|
|
20019
|
+
endTime: A,
|
|
20020
|
+
billingTrigger: tn,
|
|
20021
|
+
billingLevel: Ve,
|
|
20022
|
+
latestSegmentLocator: E.optional(),
|
|
20023
|
+
static: F.optional(),
|
|
20024
|
+
latestTermLocator: e(),
|
|
20025
|
+
productName: e(),
|
|
20026
|
+
timezone: e().optional(),
|
|
20027
|
+
validationResult: X.optional(),
|
|
20028
|
+
contacts: m(ee).optional(),
|
|
20029
|
+
statuses: m(Bm).optional(),
|
|
20030
|
+
moratoriumElections: p(e(), e()).optional()
|
|
20031
|
+
}), dk = H(Wm), mk = mr.extend(
|
|
20032
|
+
a({
|
|
20033
|
+
setData: F,
|
|
20034
|
+
removeData: F
|
|
20035
|
+
}).shape
|
|
20036
|
+
), Km = Vl.extend(
|
|
20037
|
+
a({
|
|
20038
|
+
cadence: Em.optional(),
|
|
20039
|
+
anchorMode: Nm.optional(),
|
|
20040
|
+
anchorType: f$.optional(),
|
|
20041
|
+
dayOfWeek: g$.optional(),
|
|
20042
|
+
weekOfMonth: T$.optional(),
|
|
20043
|
+
installmentWeights: m(b()).optional()
|
|
20044
|
+
}).shape
|
|
20045
|
+
), Vm = Kl.extend(
|
|
20046
|
+
a({ billingLevel: Ve }).shape
|
|
20047
|
+
), St = ge.extend(
|
|
20048
|
+
a({
|
|
20049
|
+
installmentPreferences: Km.optional(),
|
|
20050
|
+
billingPreferences: Vm.optional()
|
|
20051
|
+
}).shape
|
|
20052
|
+
), aL = cd.extend(
|
|
20053
|
+
a({
|
|
20054
|
+
locator: E,
|
|
20055
|
+
transactionCategory: xr,
|
|
20056
|
+
preferences: St,
|
|
20057
|
+
segment: oL
|
|
20058
|
+
}).shape
|
|
20059
|
+
), pk = sd.extend(
|
|
20060
|
+
a({
|
|
20061
|
+
locator: E,
|
|
20062
|
+
accountLocator: E,
|
|
20063
|
+
static: F,
|
|
20064
|
+
transaction: aL
|
|
20065
|
+
}).shape
|
|
20066
|
+
), fk = Qn.extend(
|
|
20067
|
+
a({ billing: Ve }).shape
|
|
20068
|
+
), hk = sv.extend(a({}).shape), yk = mv(Wm), Qm = a({
|
|
20069
|
+
installmentPreferences: Km.optional(),
|
|
20070
|
+
billingPreferences: Vm.optional()
|
|
20071
|
+
}), gk = a({
|
|
20072
|
+
tenantLocator: Ke,
|
|
20073
|
+
policyLocator: qe
|
|
20074
|
+
}), rL = ad.extend({
|
|
20075
|
+
// TODO: remove this code once openapi is updated
|
|
20076
|
+
values: m(e()).optional()
|
|
20077
|
+
}), iL = Qt.extend({
|
|
20078
|
+
// TODO: remove this code once openapi is updated
|
|
20079
|
+
where: p(e(), rL).optional()
|
|
20080
|
+
}), vk = p(
|
|
19973
20081
|
We(),
|
|
19974
|
-
p(
|
|
19975
|
-
|
|
19976
|
-
a({
|
|
19977
|
-
column: e(),
|
|
19978
|
-
table: e(),
|
|
19979
|
-
where: p(
|
|
19980
|
-
e(),
|
|
19981
|
-
a({
|
|
19982
|
-
...ad.shape,
|
|
19983
|
-
staticLocator: e().optional(),
|
|
19984
|
-
fieldName: e().optional(),
|
|
19985
|
-
values: m(e()).optional()
|
|
19986
|
-
})
|
|
19987
|
-
).optional()
|
|
19988
|
-
})
|
|
19989
|
-
)
|
|
19990
|
-
), lk = p(
|
|
20082
|
+
p(e(), iL)
|
|
20083
|
+
), bk = p(
|
|
19991
20084
|
e(),
|
|
19992
20085
|
p(e(), e())
|
|
19993
|
-
),
|
|
20086
|
+
), Sk = p(
|
|
19994
20087
|
We(),
|
|
19995
20088
|
p(
|
|
19996
20089
|
e(),
|
|
@@ -19999,7 +20092,7 @@ const M$ = [
|
|
|
19999
20092
|
W([e(), p(e(), e())])
|
|
20000
20093
|
)
|
|
20001
20094
|
)
|
|
20002
|
-
),
|
|
20095
|
+
), $k = p(
|
|
20003
20096
|
We(),
|
|
20004
20097
|
p(e(), m(e()))
|
|
20005
20098
|
), mi = a({
|
|
@@ -20008,15 +20101,15 @@ const M$ = [
|
|
|
20008
20101
|
parentLocator: e().optional(),
|
|
20009
20102
|
coverageTerms: p(e(), C()).optional(),
|
|
20010
20103
|
data: p(e(), C()).optional()
|
|
20011
|
-
}),
|
|
20104
|
+
}), _k = mi.extend({
|
|
20012
20105
|
elements: m(mi).optional()
|
|
20013
|
-
}),
|
|
20106
|
+
}), Ur = a({
|
|
20014
20107
|
locator: We(),
|
|
20015
20108
|
removeCoverageTerms: p(e(), _()).optional(),
|
|
20016
20109
|
removeData: p(e(), _()).optional(),
|
|
20017
20110
|
setCoverageTerms: p(e(), _()).optional(),
|
|
20018
20111
|
setData: p(e(), _()).optional()
|
|
20019
|
-
}),
|
|
20112
|
+
}), Lk = a({
|
|
20020
20113
|
productName: e().optional(),
|
|
20021
20114
|
delinquencyPlanName: e().optional(),
|
|
20022
20115
|
startTime: e().optional(),
|
|
@@ -20025,7 +20118,7 @@ const M$ = [
|
|
|
20025
20118
|
expirationTime: e().optional(),
|
|
20026
20119
|
setData: p(e(), C()).optional(),
|
|
20027
20120
|
removeData: p(e(), C()).optional(),
|
|
20028
|
-
elements: m(
|
|
20121
|
+
elements: m(Ur).optional(),
|
|
20029
20122
|
timezone: e().optional(),
|
|
20030
20123
|
billingPlan: e().optional(),
|
|
20031
20124
|
defaultTermDuration: e().optional(),
|
|
@@ -20089,7 +20182,7 @@ const M$ = [
|
|
|
20089
20182
|
// removeCoverageTerms map<string,object>?
|
|
20090
20183
|
// removeData map<string,object>?
|
|
20091
20184
|
// setCoverageTerms map<string,string>?
|
|
20092
|
-
}),
|
|
20185
|
+
}), cL = f([
|
|
20093
20186
|
"premium",
|
|
20094
20187
|
"tax",
|
|
20095
20188
|
"fee",
|
|
@@ -20097,11 +20190,11 @@ const M$ = [
|
|
|
20097
20190
|
"cededPremium",
|
|
20098
20191
|
"nonFinancial",
|
|
20099
20192
|
"surcharge"
|
|
20100
|
-
]),
|
|
20193
|
+
]), sL = a({
|
|
20101
20194
|
locator: e(),
|
|
20102
20195
|
elementLocator: e(),
|
|
20103
20196
|
chargeType: e(),
|
|
20104
|
-
chargeCategory:
|
|
20197
|
+
chargeCategory: cL,
|
|
20105
20198
|
amount: b(),
|
|
20106
20199
|
rate: b(),
|
|
20107
20200
|
referenceRate: b(),
|
|
@@ -20109,7 +20202,7 @@ const M$ = [
|
|
|
20109
20202
|
tag: e().optional(),
|
|
20110
20203
|
rateDifference: b().optional(),
|
|
20111
20204
|
reversalOfLocator: e().optional()
|
|
20112
|
-
}),
|
|
20205
|
+
}), Tk = a({
|
|
20113
20206
|
quoteLocator: e(),
|
|
20114
20207
|
accountLocator: e(),
|
|
20115
20208
|
quoteState: Y_,
|
|
@@ -20118,38 +20211,38 @@ const M$ = [
|
|
|
20118
20211
|
endTime: e(),
|
|
20119
20212
|
duration: b().optional(),
|
|
20120
20213
|
durationBasis: ve.optional(),
|
|
20121
|
-
items: m(
|
|
20214
|
+
items: m(sL).optional(),
|
|
20122
20215
|
validationResult: X.optional()
|
|
20123
|
-
}),
|
|
20216
|
+
}), kk = a({
|
|
20124
20217
|
quoteLocator: e(),
|
|
20125
20218
|
clearedFlags: di.array().optional(),
|
|
20126
20219
|
flags: di.array().optional(),
|
|
20127
20220
|
validationResult: X.optional()
|
|
20128
|
-
}),
|
|
20221
|
+
}), wk = Og.extend(
|
|
20129
20222
|
a({
|
|
20130
20223
|
quoteLocator: Re,
|
|
20131
20224
|
flags: m(Fe).optional(),
|
|
20132
20225
|
clearedFlags: m(Fe).optional()
|
|
20133
20226
|
}).shape
|
|
20134
|
-
),
|
|
20227
|
+
), Ik = a({
|
|
20135
20228
|
...Fg.shape,
|
|
20136
20229
|
tenantLocator: Ke.optional(),
|
|
20137
20230
|
quoteLocator: Re,
|
|
20138
20231
|
accountLocator: le.optional(),
|
|
20139
|
-
quoteState:
|
|
20232
|
+
quoteState: nn.optional(),
|
|
20140
20233
|
startTime: A.optional(),
|
|
20141
20234
|
endTime: A.optional(),
|
|
20142
20235
|
expirationTime: A.optional(),
|
|
20143
20236
|
durationBasis: ve.optional(),
|
|
20144
20237
|
underwritingFlags: m(Fe).optional(),
|
|
20145
20238
|
validationResult: X.optional()
|
|
20146
|
-
}).partial(),
|
|
20239
|
+
}).partial(), uL = f(["clear", "delete"]), Ak = a({
|
|
20147
20240
|
deleteAllAutomaticDocuments: y(),
|
|
20148
20241
|
resetAllUnderwritingFlags: y(),
|
|
20149
|
-
resetFlagsAction:
|
|
20242
|
+
resetFlagsAction: uL,
|
|
20150
20243
|
deleteDocuments: e().array(),
|
|
20151
20244
|
resetFlags: e().array()
|
|
20152
|
-
}), It = We(),
|
|
20245
|
+
}), It = We(), lL = a({
|
|
20153
20246
|
locator: It,
|
|
20154
20247
|
staticLocator: It,
|
|
20155
20248
|
rootLocator: It.optional(),
|
|
@@ -20159,111 +20252,9 @@ const M$ = [
|
|
|
20159
20252
|
parentLocator: It.optional(),
|
|
20160
20253
|
coverageTerms: p(e(), C()).optional(),
|
|
20161
20254
|
originalEffectiveTime: e().optional()
|
|
20162
|
-
}),
|
|
20163
|
-
elements: se(() =>
|
|
20164
|
-
}),
|
|
20165
|
-
type: e(),
|
|
20166
|
-
locator: Me,
|
|
20167
|
-
staticLocator: E,
|
|
20168
|
-
parentLocator: Me,
|
|
20169
|
-
originalEffectiveTime: A.optional(),
|
|
20170
|
-
category: b$.optional(),
|
|
20171
|
-
data: F.optional(),
|
|
20172
|
-
coverageTerms: F.optional()
|
|
20173
|
-
// elements: recursive so we add it via .extend() and .lazy()
|
|
20174
|
-
}), on = aL.extend({
|
|
20175
|
-
elements: se(() => on.array().optional())
|
|
20176
|
-
}), rL = a({
|
|
20177
|
-
type: e(),
|
|
20178
|
-
staticLocator: E.optional(),
|
|
20179
|
-
parentLocator: Me,
|
|
20180
|
-
data: F,
|
|
20181
|
-
coverageTerms: Ie
|
|
20182
|
-
}), Ur = rL.extend({
|
|
20183
|
-
elements: se(() => Ur.array().optional())
|
|
20184
|
-
}), iL = Hn.extend(
|
|
20185
|
-
a({
|
|
20186
|
-
locator: Me,
|
|
20187
|
-
setData: F,
|
|
20188
|
-
removeData: F,
|
|
20189
|
-
setCoverageTerms: Ie,
|
|
20190
|
-
removeCoverageTerms: F
|
|
20191
|
-
}).shape
|
|
20192
|
-
), cL = at.extend(
|
|
20193
|
-
a({
|
|
20194
|
-
locator: yt,
|
|
20195
|
-
segmentType: _$,
|
|
20196
|
-
startTime: A,
|
|
20197
|
-
endTime: A,
|
|
20198
|
-
element: on,
|
|
20199
|
-
basedOn: E.optional()
|
|
20200
|
-
}).shape
|
|
20201
|
-
), Km = a({
|
|
20202
|
-
...Ql.shape,
|
|
20203
|
-
locator: E,
|
|
20204
|
-
accountLocator: E,
|
|
20205
|
-
branchHeadTransactionLocators: m(E).optional(),
|
|
20206
|
-
issuedTransactionLocator: E,
|
|
20207
|
-
durationBasis: ve,
|
|
20208
|
-
createdAt: A.optional(),
|
|
20209
|
-
createdBy: Z.optional(),
|
|
20210
|
-
startTime: A,
|
|
20211
|
-
endTime: A,
|
|
20212
|
-
billingTrigger: en,
|
|
20213
|
-
billingLevel: Ve,
|
|
20214
|
-
latestSegmentLocator: E.optional(),
|
|
20215
|
-
static: F.optional(),
|
|
20216
|
-
latestTermLocator: e(),
|
|
20217
|
-
productName: e(),
|
|
20218
|
-
timezone: e().optional(),
|
|
20219
|
-
validationResult: X.optional(),
|
|
20220
|
-
contacts: m(ee).optional(),
|
|
20221
|
-
statuses: m(Bm).optional(),
|
|
20222
|
-
moratoriumElections: p(e(), e()).optional()
|
|
20223
|
-
}), Sk = H(Km), $k = mr.extend(
|
|
20224
|
-
a({
|
|
20225
|
-
setData: F,
|
|
20226
|
-
removeData: F
|
|
20227
|
-
}).shape
|
|
20228
|
-
), Vm = Vl.extend(
|
|
20229
|
-
a({
|
|
20230
|
-
cadence: Em.optional(),
|
|
20231
|
-
anchorMode: Nm.optional(),
|
|
20232
|
-
anchorType: f$.optional(),
|
|
20233
|
-
dayOfWeek: g$.optional(),
|
|
20234
|
-
weekOfMonth: T$.optional(),
|
|
20235
|
-
installmentWeights: m(b()).optional()
|
|
20236
|
-
}).shape
|
|
20237
|
-
), Qm = Kl.extend(
|
|
20238
|
-
a({ billingLevel: Ve }).shape
|
|
20239
|
-
), St = ge.extend(
|
|
20240
|
-
a({
|
|
20241
|
-
installmentPreferences: Vm.optional(),
|
|
20242
|
-
billingPreferences: Qm.optional()
|
|
20243
|
-
}).shape
|
|
20244
|
-
), sL = cd.extend(
|
|
20245
|
-
a({
|
|
20246
|
-
locator: E,
|
|
20247
|
-
transactionCategory: xr,
|
|
20248
|
-
preferences: St,
|
|
20249
|
-
segment: cL
|
|
20250
|
-
}).shape
|
|
20251
|
-
), _k = sd.extend(
|
|
20252
|
-
a({
|
|
20253
|
-
locator: E,
|
|
20254
|
-
accountLocator: E,
|
|
20255
|
-
static: F,
|
|
20256
|
-
transaction: sL
|
|
20257
|
-
}).shape
|
|
20258
|
-
), Lk = Vn.extend(
|
|
20259
|
-
a({ billing: Ve }).shape
|
|
20260
|
-
), Tk = sv.extend(a({}).shape), kk = mv(Km), Hm = a({
|
|
20261
|
-
installmentPreferences: Vm.optional(),
|
|
20262
|
-
billingPreferences: Qm.optional()
|
|
20263
|
-
}), wk = a({
|
|
20264
|
-
tenantLocator: Ke,
|
|
20265
|
-
policyLocator: qe
|
|
20266
|
-
}), Ik = f([
|
|
20255
|
+
}), Hm = lL.extend({
|
|
20256
|
+
elements: se(() => Hm.array().optional())
|
|
20257
|
+
}), qk = f([
|
|
20267
20258
|
"draft",
|
|
20268
20259
|
"validated",
|
|
20269
20260
|
"discarded"
|
|
@@ -20276,13 +20267,13 @@ const M$ = [
|
|
|
20276
20267
|
shortfallTolerancePlanName: e().optional(),
|
|
20277
20268
|
billingLevel: Ve.optional(),
|
|
20278
20269
|
invoiceDocument: e().optional(),
|
|
20279
|
-
preferences:
|
|
20280
|
-
}),
|
|
20270
|
+
preferences: Qm.optional()
|
|
20271
|
+
}), zk = Xm.extend({
|
|
20281
20272
|
data: p(e(), C()).optional()
|
|
20282
|
-
}),
|
|
20273
|
+
}), xk = Xm.extend({
|
|
20283
20274
|
setData: p(e(), C()).optional(),
|
|
20284
20275
|
removeData: p(e(), C()).optional()
|
|
20285
|
-
}),
|
|
20276
|
+
}), Dk = f(["", "?", "+", "*", "!"]), Rk = f(["?", "*"]), Nk = rr, Ek = f(["accept", "issue"]), Ym = f([
|
|
20286
20277
|
"draft",
|
|
20287
20278
|
"initialized",
|
|
20288
20279
|
"validated",
|
|
@@ -20306,20 +20297,20 @@ const M$ = [
|
|
|
20306
20297
|
"reinstatement",
|
|
20307
20298
|
"reversal",
|
|
20308
20299
|
"aggregate"
|
|
20309
|
-
]),
|
|
20300
|
+
]), dL = a({
|
|
20310
20301
|
locator: e(),
|
|
20311
20302
|
startTime: e(),
|
|
20312
20303
|
endTime: e(),
|
|
20313
20304
|
duration: b(),
|
|
20314
|
-
element:
|
|
20305
|
+
element: Hm,
|
|
20315
20306
|
segmentType: f(["coverage", "gap"]),
|
|
20316
20307
|
basedOn: e().optional()
|
|
20317
|
-
}),
|
|
20308
|
+
}), mL = a({
|
|
20318
20309
|
locator: e(),
|
|
20319
20310
|
issuedTime: e(),
|
|
20320
20311
|
effectiveTime: e(),
|
|
20321
20312
|
preferences: ir.optional(),
|
|
20322
|
-
segment:
|
|
20313
|
+
segment: dL,
|
|
20323
20314
|
transactionCategory: Or,
|
|
20324
20315
|
transactionType: e()
|
|
20325
20316
|
}), ep = a({
|
|
@@ -20328,13 +20319,13 @@ const M$ = [
|
|
|
20328
20319
|
name: e().optional(),
|
|
20329
20320
|
documentInstanceState: sr,
|
|
20330
20321
|
referenceType: cr
|
|
20331
|
-
}),
|
|
20322
|
+
}), pL = a({
|
|
20332
20323
|
locator: e(),
|
|
20333
20324
|
staticLocator: e(),
|
|
20334
20325
|
type: e(),
|
|
20335
20326
|
chargeSummaries: p(e(), b()).optional(),
|
|
20336
20327
|
data: p(e(), C()).optional()
|
|
20337
|
-
}),
|
|
20328
|
+
}), fL = a({
|
|
20338
20329
|
locator: e(),
|
|
20339
20330
|
startTime: e(),
|
|
20340
20331
|
endTime: e(),
|
|
@@ -20342,8 +20333,8 @@ const M$ = [
|
|
|
20342
20333
|
basedOn: e().optional(),
|
|
20343
20334
|
type: f(["coverage", "gap"]),
|
|
20344
20335
|
documentSummary: ep.array().optional(),
|
|
20345
|
-
elements:
|
|
20346
|
-
}),
|
|
20336
|
+
elements: pL.array()
|
|
20337
|
+
}), Pk = a({
|
|
20347
20338
|
locator: e(),
|
|
20348
20339
|
staticLocator: e(),
|
|
20349
20340
|
policyLocator: e(),
|
|
@@ -20352,55 +20343,55 @@ const M$ = [
|
|
|
20352
20343
|
duration: b(),
|
|
20353
20344
|
durationBasis: ve,
|
|
20354
20345
|
termNumber: g(),
|
|
20355
|
-
subsegments:
|
|
20346
|
+
subsegments: fL.array().optional(),
|
|
20356
20347
|
documentSummary: ep.array().optional()
|
|
20357
|
-
}),
|
|
20348
|
+
}), hL = a({
|
|
20358
20349
|
locator: e(),
|
|
20359
20350
|
staticLocator: e(),
|
|
20360
20351
|
name: e(),
|
|
20361
20352
|
state: sr,
|
|
20362
20353
|
referenceType: cr
|
|
20363
|
-
}),
|
|
20354
|
+
}), yL = a({
|
|
20364
20355
|
locator: e(),
|
|
20365
20356
|
staticLocator: e(),
|
|
20366
20357
|
type: e(),
|
|
20367
20358
|
chargeSummaries: p(e(), b()),
|
|
20368
20359
|
data: p(e(), C())
|
|
20369
|
-
}),
|
|
20360
|
+
}), gL = a({
|
|
20370
20361
|
locator: e(),
|
|
20371
20362
|
startTime: e(),
|
|
20372
20363
|
endTime: e(),
|
|
20373
20364
|
duration: b(),
|
|
20374
20365
|
basedOn: e(),
|
|
20375
20366
|
type: f(["coverage", "gap"]),
|
|
20376
|
-
documentSummary:
|
|
20377
|
-
elements:
|
|
20367
|
+
documentSummary: hL.array(),
|
|
20368
|
+
elements: yL.array()
|
|
20378
20369
|
}), tp = a({
|
|
20379
20370
|
locator: e(),
|
|
20380
20371
|
staticLocator: e(),
|
|
20381
20372
|
policyLocator: e(),
|
|
20382
20373
|
startTime: e(),
|
|
20383
20374
|
endTime: e()
|
|
20384
|
-
}),
|
|
20375
|
+
}), Uk = tp.extend({
|
|
20385
20376
|
number: g(),
|
|
20386
20377
|
autoRenewalLocator: e().optional(),
|
|
20387
20378
|
previousTermLocator: e().optional(),
|
|
20388
20379
|
supersedesTermLocator: e().optional()
|
|
20389
|
-
}),
|
|
20380
|
+
}), Ok = tp.extend({
|
|
20390
20381
|
duration: b(),
|
|
20391
20382
|
durationBasis: ve,
|
|
20392
20383
|
termNumber: g(),
|
|
20393
|
-
subsegments:
|
|
20394
|
-
}),
|
|
20384
|
+
subsegments: gL.array()
|
|
20385
|
+
}), jk = a({
|
|
20395
20386
|
locator: e(),
|
|
20396
20387
|
accountLocator: e(),
|
|
20397
20388
|
productName: e(),
|
|
20398
20389
|
currency: e(),
|
|
20399
20390
|
timezone: e(),
|
|
20400
|
-
transaction:
|
|
20391
|
+
transaction: mL,
|
|
20401
20392
|
static: p(e(), C()).optional(),
|
|
20402
20393
|
delinquencyPlanName: e().optional()
|
|
20403
|
-
}),
|
|
20394
|
+
}), Ck = a({
|
|
20404
20395
|
locator: e(),
|
|
20405
20396
|
referenceLocator: e(),
|
|
20406
20397
|
documentInstanceState: sr,
|
|
@@ -20438,43 +20429,43 @@ const M$ = [
|
|
|
20438
20429
|
issuedTime: h().optional(),
|
|
20439
20430
|
billingTrigger: f(["accept", "issue"]).optional(),
|
|
20440
20431
|
preferences: ir.optional(),
|
|
20441
|
-
underwritingStatus:
|
|
20432
|
+
underwritingStatus: on.optional(),
|
|
20442
20433
|
validationResult: X.optional()
|
|
20443
|
-
}),
|
|
20434
|
+
}), Zk = pi.extend({
|
|
20444
20435
|
aggregatedTransactions: se(
|
|
20445
20436
|
() => pi.array().optional()
|
|
20446
20437
|
)
|
|
20447
|
-
}),
|
|
20438
|
+
}), vL = Ht.extend({
|
|
20448
20439
|
changeInstructions: m(C()).optional(),
|
|
20449
20440
|
preferences: ir.optional(),
|
|
20450
|
-
underwritingStatus:
|
|
20441
|
+
underwritingStatus: on.optional(),
|
|
20451
20442
|
validationResult: X.optional()
|
|
20452
|
-
}),
|
|
20453
|
-
() =>
|
|
20454
|
-
aggregatedTransactions:
|
|
20443
|
+
}), bL = se(
|
|
20444
|
+
() => vL.extend({
|
|
20445
|
+
aggregatedTransactions: bL.array().optional()
|
|
20455
20446
|
})
|
|
20456
|
-
),
|
|
20447
|
+
), Bk = a({
|
|
20457
20448
|
action: oe("add"),
|
|
20458
|
-
elements: m(
|
|
20459
|
-
}),
|
|
20449
|
+
elements: m(Ur).optional()
|
|
20450
|
+
}), Mk = a({
|
|
20460
20451
|
locator: e(),
|
|
20461
20452
|
action: oe("add"),
|
|
20462
|
-
elements: m(
|
|
20463
|
-
}),
|
|
20453
|
+
elements: m(Ur).optional()
|
|
20454
|
+
}), Fk = a({
|
|
20464
20455
|
action: oe("delete"),
|
|
20465
20456
|
staticElementLocators: m(e())
|
|
20466
|
-
}),
|
|
20457
|
+
}), Gk = a({
|
|
20467
20458
|
locator: e(),
|
|
20468
20459
|
action: oe("delete"),
|
|
20469
20460
|
staticElementLocators: m(e())
|
|
20470
|
-
}),
|
|
20461
|
+
}), Jk = a({
|
|
20471
20462
|
staticLocator: e(),
|
|
20472
20463
|
action: oe("modify"),
|
|
20473
20464
|
removeCoverageTerms: p(e(), C()).optional(),
|
|
20474
20465
|
removeData: p(e(), C()).optional(),
|
|
20475
20466
|
setCoverageTerms: p(e(), C()).optional(),
|
|
20476
20467
|
setData: p(e(), C()).optional()
|
|
20477
|
-
}),
|
|
20468
|
+
}), Wk = a({
|
|
20478
20469
|
staticLocator: e(),
|
|
20479
20470
|
action: oe("modify"),
|
|
20480
20471
|
locator: e(),
|
|
@@ -20482,7 +20473,7 @@ const M$ = [
|
|
|
20482
20473
|
removeData: p(e(), C()).optional(),
|
|
20483
20474
|
setCoverageTerms: p(e(), C()).optional(),
|
|
20484
20475
|
setData: p(e(), C()).optional()
|
|
20485
|
-
}),
|
|
20476
|
+
}), Kk = a({
|
|
20486
20477
|
action: oe("params"),
|
|
20487
20478
|
effectiveTime: h(),
|
|
20488
20479
|
billingModeChange: y().optional(),
|
|
@@ -20494,7 +20485,7 @@ const M$ = [
|
|
|
20494
20485
|
/* define PreferencesResponse schema here */
|
|
20495
20486
|
}).optional(),
|
|
20496
20487
|
triggerBillingChange: y().optional()
|
|
20497
|
-
}),
|
|
20488
|
+
}), Vk = a({
|
|
20498
20489
|
locator: e(),
|
|
20499
20490
|
action: oe("params"),
|
|
20500
20491
|
effectiveTime: h(),
|
|
@@ -20507,22 +20498,22 @@ const M$ = [
|
|
|
20507
20498
|
/* define PreferencesResponse schema here */
|
|
20508
20499
|
}).optional(),
|
|
20509
20500
|
triggerBillingChange: y().optional()
|
|
20510
|
-
}),
|
|
20501
|
+
}), SL = f([
|
|
20511
20502
|
"premium",
|
|
20512
20503
|
"tax",
|
|
20513
20504
|
"fee",
|
|
20514
20505
|
"credit",
|
|
20515
20506
|
"nonFinancial",
|
|
20516
20507
|
"surcharge"
|
|
20517
|
-
]),
|
|
20518
|
-
|
|
20508
|
+
]), $L = W([
|
|
20509
|
+
SL,
|
|
20519
20510
|
e()
|
|
20520
|
-
]),
|
|
20511
|
+
]), _L = a({
|
|
20521
20512
|
locator: e(),
|
|
20522
20513
|
elementLocator: e(),
|
|
20523
20514
|
elementStaticLocator: e(),
|
|
20524
20515
|
amount: b(),
|
|
20525
|
-
chargeCategory:
|
|
20516
|
+
chargeCategory: $L,
|
|
20526
20517
|
chargeType: e(),
|
|
20527
20518
|
rate: b(),
|
|
20528
20519
|
reversalOfLocator: e().optional(),
|
|
@@ -20537,9 +20528,9 @@ const M$ = [
|
|
|
20537
20528
|
termLocator: e().optional(),
|
|
20538
20529
|
createdAt: e().optional(),
|
|
20539
20530
|
createdBy: Z.optional(),
|
|
20540
|
-
charges: m(
|
|
20531
|
+
charges: m(_L).optional(),
|
|
20541
20532
|
validationResult: X.optional()
|
|
20542
|
-
}),
|
|
20533
|
+
}), Qk = fi.extend({
|
|
20543
20534
|
aggregatedTransactions: m(fi).optional()
|
|
20544
20535
|
}), hi = a({
|
|
20545
20536
|
locator: e(),
|
|
@@ -20547,10 +20538,10 @@ const M$ = [
|
|
|
20547
20538
|
transactionState: Dr,
|
|
20548
20539
|
effectiveTime: e(),
|
|
20549
20540
|
transactionCategory: xr,
|
|
20550
|
-
underwritingStatus:
|
|
20541
|
+
underwritingStatus: on.optional(),
|
|
20551
20542
|
underwritingFlags: Fe.array().optional(),
|
|
20552
20543
|
validationResult: X.optional()
|
|
20553
|
-
}),
|
|
20544
|
+
}), Hk = hi.extend({
|
|
20554
20545
|
aggregatedTransactions: m(hi).optional()
|
|
20555
20546
|
}), yi = a({
|
|
20556
20547
|
...yd.shape
|
|
@@ -20558,71 +20549,71 @@ const M$ = [
|
|
|
20558
20549
|
aggregatedTransactions: !0,
|
|
20559
20550
|
validationResult: !0,
|
|
20560
20551
|
underwritingStatus: !0
|
|
20561
|
-
}),
|
|
20562
|
-
underwritingStatus:
|
|
20552
|
+
}), Xk = yi.extend({
|
|
20553
|
+
underwritingStatus: on.optional(),
|
|
20563
20554
|
aggregatedTransactions: m(yi).optional(),
|
|
20564
20555
|
validationResult: X.optional()
|
|
20565
|
-
}),
|
|
20556
|
+
}), Yk = a({
|
|
20566
20557
|
deleteAllAutomaticDocuments: y().optional(),
|
|
20567
20558
|
resetAllUnderwritingFlags: y().optional(),
|
|
20568
20559
|
resetFlagsAction: f(["clear", "delete"]).optional(),
|
|
20569
20560
|
deleteDocuments: m(e()).optional(),
|
|
20570
20561
|
resetFlags: m(e()).optional()
|
|
20571
|
-
}),
|
|
20562
|
+
}), ew = a({
|
|
20572
20563
|
transactionLocator: e(),
|
|
20573
20564
|
clearedFlags: Fe.array().optional(),
|
|
20574
20565
|
flags: Fe.array().optional(),
|
|
20575
20566
|
validationResult: X.optional()
|
|
20576
|
-
}),
|
|
20567
|
+
}), tw = a({
|
|
20577
20568
|
transactionLocator: e(),
|
|
20578
20569
|
clearedFlags: Fe.array().optional(),
|
|
20579
20570
|
flags: Fe.array().optional(),
|
|
20580
20571
|
validationResult: X.optional()
|
|
20581
|
-
}),
|
|
20572
|
+
}), LL = f([
|
|
20582
20573
|
"draft",
|
|
20583
20574
|
"validated",
|
|
20584
20575
|
"priced",
|
|
20585
20576
|
"underwritten",
|
|
20586
20577
|
"accepted",
|
|
20587
20578
|
"issued"
|
|
20588
|
-
]),
|
|
20579
|
+
]), TL = f(["policy", "invoice"]), kL = f([
|
|
20589
20580
|
"preGrace",
|
|
20590
20581
|
"inGrace",
|
|
20591
20582
|
"lapseTriggered",
|
|
20592
20583
|
"settled"
|
|
20593
|
-
]),
|
|
20584
|
+
]), nw = f([
|
|
20594
20585
|
"policy",
|
|
20595
20586
|
"quote",
|
|
20596
20587
|
"invoice"
|
|
20597
|
-
]),
|
|
20598
|
-
advanceLapseTo:
|
|
20588
|
+
]), wL = a({
|
|
20589
|
+
advanceLapseTo: LL,
|
|
20599
20590
|
gracePeriodDays: b(),
|
|
20600
20591
|
lapseTransactionType: e(),
|
|
20601
|
-
delinquencyLevel:
|
|
20602
|
-
}),
|
|
20592
|
+
delinquencyLevel: TL.optional()
|
|
20593
|
+
}), ow = a({
|
|
20603
20594
|
locator: e(),
|
|
20604
20595
|
delinquencyLocator: e(),
|
|
20605
20596
|
referenceLocator: e(),
|
|
20606
20597
|
referenceType: f(["policy", "quote", "invoice"]),
|
|
20607
20598
|
preemptingLapseTransactionLocator: e().optional(),
|
|
20608
20599
|
transactionLocator: e().optional()
|
|
20609
|
-
}),
|
|
20600
|
+
}), aw = a({
|
|
20610
20601
|
locator: e(),
|
|
20611
20602
|
accountLocator: e(),
|
|
20612
|
-
delinquencyState:
|
|
20603
|
+
delinquencyState: kL,
|
|
20613
20604
|
createdAt: e(),
|
|
20614
|
-
settings:
|
|
20605
|
+
settings: wL,
|
|
20615
20606
|
timezone: e(),
|
|
20616
20607
|
updatedAt: e(),
|
|
20617
20608
|
graceEndAt: e().optional(),
|
|
20618
20609
|
graceStartedAt: e().optional(),
|
|
20619
20610
|
lapseTransactionEffectiveDate: e().optional(),
|
|
20620
20611
|
references: m(a({})).optional()
|
|
20621
|
-
}),
|
|
20612
|
+
}), IL = f(["invoice", "account"]), Et = a({
|
|
20622
20613
|
containerLocator: e(),
|
|
20623
|
-
containerType:
|
|
20614
|
+
containerType: IL,
|
|
20624
20615
|
amount: b().optional()
|
|
20625
|
-
}),
|
|
20616
|
+
}), AL = f([
|
|
20626
20617
|
"ach",
|
|
20627
20618
|
"cash",
|
|
20628
20619
|
"eft",
|
|
@@ -20636,7 +20627,7 @@ f([
|
|
|
20636
20627
|
"reversed",
|
|
20637
20628
|
"discarded"
|
|
20638
20629
|
]);
|
|
20639
|
-
const
|
|
20630
|
+
const rw = a({
|
|
20640
20631
|
amount: b(),
|
|
20641
20632
|
type: e(),
|
|
20642
20633
|
useDefaultFinancialInstrument: y(),
|
|
@@ -20645,24 +20636,24 @@ const ow = a({
|
|
|
20645
20636
|
accountLocator: e().optional(),
|
|
20646
20637
|
financialInstrumentLocator: e().optional(),
|
|
20647
20638
|
currency: e().optional(),
|
|
20648
|
-
transactionMethod:
|
|
20639
|
+
transactionMethod: AL.optional(),
|
|
20649
20640
|
transactionNumber: e().optional()
|
|
20650
|
-
}),
|
|
20641
|
+
}), iw = a({
|
|
20651
20642
|
amount: b(),
|
|
20652
20643
|
sources: m(Et),
|
|
20653
20644
|
targets: m(Et),
|
|
20654
20645
|
accountLocator: e().optional(),
|
|
20655
20646
|
currency: e().optional()
|
|
20656
|
-
}),
|
|
20647
|
+
}), qL = f([
|
|
20657
20648
|
"draft",
|
|
20658
20649
|
"validated",
|
|
20659
20650
|
"executed",
|
|
20660
20651
|
"reversed",
|
|
20661
20652
|
"discarded"
|
|
20662
|
-
]),
|
|
20653
|
+
]), cw = a({
|
|
20663
20654
|
locator: e(),
|
|
20664
20655
|
currency: Wt,
|
|
20665
|
-
creditDistributionState:
|
|
20656
|
+
creditDistributionState: qL,
|
|
20666
20657
|
amount: b(),
|
|
20667
20658
|
createdAt: e(),
|
|
20668
20659
|
createdBy: e(),
|
|
@@ -20674,9 +20665,9 @@ const ow = a({
|
|
|
20674
20665
|
reversalReason: e().optional(),
|
|
20675
20666
|
reversedAt: e().optional(),
|
|
20676
20667
|
validationResult: zg.optional()
|
|
20677
|
-
}),
|
|
20668
|
+
}), sw = a({
|
|
20678
20669
|
reversalType: e()
|
|
20679
|
-
}),
|
|
20670
|
+
}), zL = f([
|
|
20680
20671
|
"accountCreditBalance",
|
|
20681
20672
|
"cash",
|
|
20682
20673
|
"charge",
|
|
@@ -20687,28 +20678,28 @@ const ow = a({
|
|
|
20687
20678
|
"policy",
|
|
20688
20679
|
"transaction",
|
|
20689
20680
|
"accountExpenseBalance"
|
|
20690
|
-
]),
|
|
20681
|
+
]), xL = f([
|
|
20691
20682
|
"credit",
|
|
20692
20683
|
"debit"
|
|
20693
|
-
]),
|
|
20684
|
+
]), DL = a({
|
|
20694
20685
|
faTransactionLocator: e(),
|
|
20695
|
-
accountingType:
|
|
20686
|
+
accountingType: xL,
|
|
20696
20687
|
amount: b(),
|
|
20697
20688
|
faTransactionNote: e(),
|
|
20698
20689
|
faTransactionTime: e()
|
|
20699
|
-
}),
|
|
20690
|
+
}), uw = a({
|
|
20700
20691
|
referenceLocator: e(),
|
|
20701
20692
|
currency: Wt.optional(),
|
|
20702
20693
|
balance: b(),
|
|
20703
|
-
referenceType:
|
|
20704
|
-
lineItems:
|
|
20694
|
+
referenceType: zL,
|
|
20695
|
+
lineItems: DL.array().optional()
|
|
20705
20696
|
});
|
|
20706
20697
|
a({
|
|
20707
20698
|
...Vd.shape,
|
|
20708
20699
|
currency: Wt.optional(),
|
|
20709
20700
|
lineItems: Kd.array().optional()
|
|
20710
20701
|
});
|
|
20711
|
-
const
|
|
20702
|
+
const lw = {
|
|
20712
20703
|
".aac": "audio/aac",
|
|
20713
20704
|
".abw": "application/x-abiword",
|
|
20714
20705
|
".apng": "image/apng",
|
|
@@ -20778,43 +20769,43 @@ const sw = {
|
|
|
20778
20769
|
".xlsx": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
|
|
20779
20770
|
".xul": "application/vnd.mozilla.xul+xml",
|
|
20780
20771
|
".7z": "application/x-7z-compressed"
|
|
20781
|
-
},
|
|
20772
|
+
}, dw = [
|
|
20782
20773
|
"application/zip",
|
|
20783
20774
|
"application/x-zip-compressed"
|
|
20784
|
-
],
|
|
20775
|
+
], RL = {
|
|
20785
20776
|
"application/zip": [".zip"],
|
|
20786
20777
|
"application/x-zip-compressed": [".zip"]
|
|
20787
|
-
},
|
|
20778
|
+
}, NL = {
|
|
20788
20779
|
"application/gzip": [".gz"],
|
|
20789
20780
|
"application/x-gzip.": [".gz"]
|
|
20790
20781
|
}, gi = {
|
|
20791
20782
|
"audio/midi": [".midi", ".mid"],
|
|
20792
20783
|
"audio/x-midi": [".midi", ".mid"]
|
|
20793
|
-
},
|
|
20784
|
+
}, EL = {
|
|
20794
20785
|
"text/xml": [".xml"],
|
|
20795
20786
|
"application/xml": [".xml"]
|
|
20796
|
-
},
|
|
20787
|
+
}, PL = {
|
|
20797
20788
|
"video/3gpp": [".3gp"],
|
|
20798
20789
|
"audio/3gpp": [".3gp"]
|
|
20799
|
-
},
|
|
20790
|
+
}, UL = {
|
|
20800
20791
|
"video/3gpp2": [".3g2"],
|
|
20801
20792
|
"audio/3gpp2": [".3g2"]
|
|
20802
|
-
},
|
|
20803
|
-
".zip":
|
|
20804
|
-
".gz":
|
|
20793
|
+
}, mw = {
|
|
20794
|
+
".zip": RL,
|
|
20795
|
+
".gz": NL,
|
|
20805
20796
|
".midi": gi,
|
|
20806
20797
|
".mid": gi,
|
|
20807
|
-
".xml":
|
|
20808
|
-
".3gp":
|
|
20809
|
-
".3g2":
|
|
20810
|
-
},
|
|
20798
|
+
".xml": EL,
|
|
20799
|
+
".3gp": PL,
|
|
20800
|
+
".3g2": UL
|
|
20801
|
+
}, OL = a({
|
|
20811
20802
|
maskingLevel: f([
|
|
20812
20803
|
"none",
|
|
20813
20804
|
"level1",
|
|
20814
20805
|
"level2"
|
|
20815
20806
|
]),
|
|
20816
20807
|
accessControlFields: p(e(), p(e(), m(e())))
|
|
20817
|
-
}),
|
|
20808
|
+
}), jL = a({
|
|
20818
20809
|
userLocator: l(),
|
|
20819
20810
|
tenantLocator: l(),
|
|
20820
20811
|
maskingLevel: f([
|
|
@@ -20823,7 +20814,7 @@ const sw = {
|
|
|
20823
20814
|
"level2"
|
|
20824
20815
|
]),
|
|
20825
20816
|
accessControlFields: p(e(), p(e(), m(e())))
|
|
20826
|
-
}),
|
|
20817
|
+
}), CL = a({
|
|
20827
20818
|
tenantLocator: l(),
|
|
20828
20819
|
type: f([
|
|
20829
20820
|
"account",
|
|
@@ -20838,7 +20829,7 @@ const sw = {
|
|
|
20838
20829
|
"policy"
|
|
20839
20830
|
]),
|
|
20840
20831
|
fields: p(e(), m(e()))
|
|
20841
|
-
}),
|
|
20832
|
+
}), ZL = a({
|
|
20842
20833
|
locator: l(),
|
|
20843
20834
|
name: e(),
|
|
20844
20835
|
type: f([
|
|
@@ -20868,7 +20859,7 @@ const jr = a({
|
|
|
20868
20859
|
id: e(),
|
|
20869
20860
|
displayName: e(),
|
|
20870
20861
|
singleSignOnServiceUrl: e()
|
|
20871
|
-
}),
|
|
20862
|
+
}), BL = a({
|
|
20872
20863
|
id: e(),
|
|
20873
20864
|
displayName: e(),
|
|
20874
20865
|
importConfigUrl: e(),
|
|
@@ -20907,7 +20898,7 @@ const jr = a({
|
|
|
20907
20898
|
callbackUrl: e(),
|
|
20908
20899
|
entityId: e(),
|
|
20909
20900
|
singleSignOnServiceUrl: e()
|
|
20910
|
-
}),
|
|
20901
|
+
}), ML = a({
|
|
20911
20902
|
passwordPolicies: p(e(), g())
|
|
20912
20903
|
}), cp = a({
|
|
20913
20904
|
version: g(),
|
|
@@ -20915,16 +20906,16 @@ const jr = a({
|
|
|
20915
20906
|
addPermissions: m(e()),
|
|
20916
20907
|
removePermissions: m(e()),
|
|
20917
20908
|
description: e()
|
|
20918
|
-
}),
|
|
20909
|
+
}), FL = a({
|
|
20919
20910
|
name: e(),
|
|
20920
20911
|
description: e()
|
|
20921
|
-
}),
|
|
20912
|
+
}), GL = a({
|
|
20922
20913
|
addRoles: m(e()),
|
|
20923
20914
|
removeRoles: m(e())
|
|
20924
|
-
}),
|
|
20915
|
+
}), JL = a({
|
|
20925
20916
|
addTenants: m(e()),
|
|
20926
20917
|
removeTenants: m(e())
|
|
20927
|
-
}),
|
|
20918
|
+
}), WL = a({
|
|
20928
20919
|
name: e(),
|
|
20929
20920
|
locator: e(),
|
|
20930
20921
|
permissions: m(e()),
|
|
@@ -20949,7 +20940,7 @@ a({
|
|
|
20949
20940
|
query: t(u())
|
|
20950
20941
|
});
|
|
20951
20942
|
a({
|
|
20952
|
-
body:
|
|
20943
|
+
body: ML,
|
|
20953
20944
|
path: t(u()),
|
|
20954
20945
|
query: t(u())
|
|
20955
20946
|
});
|
|
@@ -20996,7 +20987,7 @@ a({
|
|
|
20996
20987
|
query: t(u())
|
|
20997
20988
|
});
|
|
20998
20989
|
a({
|
|
20999
|
-
body:
|
|
20990
|
+
body: BL,
|
|
21000
20991
|
path: t(u()),
|
|
21001
20992
|
query: t(u())
|
|
21002
20993
|
});
|
|
@@ -21021,14 +21012,14 @@ a({
|
|
|
21021
21012
|
}),
|
|
21022
21013
|
query: t(u())
|
|
21023
21014
|
});
|
|
21024
|
-
const
|
|
21025
|
-
body:
|
|
21015
|
+
const KL = a({
|
|
21016
|
+
body: JL,
|
|
21026
21017
|
path: a({
|
|
21027
21018
|
locator: l()
|
|
21028
21019
|
}),
|
|
21029
21020
|
query: t(u())
|
|
21030
|
-
}),
|
|
21031
|
-
body:
|
|
21021
|
+
}), VL = a({
|
|
21022
|
+
body: GL,
|
|
21032
21023
|
path: a({
|
|
21033
21024
|
locator: l()
|
|
21034
21025
|
}),
|
|
@@ -21065,7 +21056,7 @@ a({
|
|
|
21065
21056
|
query: t(u())
|
|
21066
21057
|
});
|
|
21067
21058
|
a({
|
|
21068
|
-
body:
|
|
21059
|
+
body: OL,
|
|
21069
21060
|
path: a({
|
|
21070
21061
|
locator: l(),
|
|
21071
21062
|
tenantLocator: l()
|
|
@@ -21081,7 +21072,7 @@ a({
|
|
|
21081
21072
|
});
|
|
21082
21073
|
m(np);
|
|
21083
21074
|
a({
|
|
21084
|
-
body:
|
|
21075
|
+
body: CL,
|
|
21085
21076
|
path: a({
|
|
21086
21077
|
locator: l()
|
|
21087
21078
|
}),
|
|
@@ -21094,8 +21085,8 @@ a({
|
|
|
21094
21085
|
}),
|
|
21095
21086
|
query: t(u())
|
|
21096
21087
|
});
|
|
21097
|
-
const
|
|
21098
|
-
body:
|
|
21088
|
+
const QL = a({
|
|
21089
|
+
body: FL,
|
|
21099
21090
|
path: a({
|
|
21100
21091
|
locator: l()
|
|
21101
21092
|
}),
|
|
@@ -21144,7 +21135,7 @@ a({
|
|
|
21144
21135
|
}),
|
|
21145
21136
|
query: t(u())
|
|
21146
21137
|
});
|
|
21147
|
-
m(
|
|
21138
|
+
m(jL);
|
|
21148
21139
|
a({
|
|
21149
21140
|
body: t(u()),
|
|
21150
21141
|
path: a({
|
|
@@ -21279,79 +21270,79 @@ a({
|
|
|
21279
21270
|
}),
|
|
21280
21271
|
query: t(u())
|
|
21281
21272
|
});
|
|
21282
|
-
const
|
|
21273
|
+
const pw = a({
|
|
21283
21274
|
...jr.shape
|
|
21284
|
-
}),
|
|
21275
|
+
}), fw = a({
|
|
21285
21276
|
...ip.shape
|
|
21286
|
-
}),
|
|
21277
|
+
}), hw = a({
|
|
21287
21278
|
...ap.shape
|
|
21288
|
-
}),
|
|
21289
|
-
...
|
|
21279
|
+
}), HL = a({
|
|
21280
|
+
...WL.shape,
|
|
21290
21281
|
locator: E,
|
|
21291
21282
|
createdAt: A,
|
|
21292
21283
|
createdBy: Z
|
|
21293
|
-
}),
|
|
21284
|
+
}), yw = a({
|
|
21294
21285
|
...cp.shape
|
|
21295
|
-
}),
|
|
21296
|
-
...
|
|
21297
|
-
}),
|
|
21298
|
-
...
|
|
21299
|
-
}),
|
|
21286
|
+
}), gw = H(HL), vw = a({
|
|
21287
|
+
...VL.shape
|
|
21288
|
+
}), bw = a({
|
|
21289
|
+
...KL.shape
|
|
21290
|
+
}), XL = f([
|
|
21300
21291
|
"test",
|
|
21301
21292
|
"production",
|
|
21302
21293
|
"retired",
|
|
21303
21294
|
"deleted"
|
|
21304
|
-
]),
|
|
21305
|
-
...
|
|
21295
|
+
]), YL = a({
|
|
21296
|
+
...ZL.shape,
|
|
21306
21297
|
locator: ft,
|
|
21307
|
-
type:
|
|
21298
|
+
type: XL,
|
|
21308
21299
|
createdAt: A,
|
|
21309
21300
|
updatedAt: A,
|
|
21310
21301
|
createdBy: Z,
|
|
21311
21302
|
description: e().optional()
|
|
21312
|
-
}),
|
|
21303
|
+
}), Sw = a({
|
|
21313
21304
|
listCompleted: y(),
|
|
21314
|
-
items: m(
|
|
21315
|
-
}),
|
|
21305
|
+
items: m(YL)
|
|
21306
|
+
}), eT = f(["queued", "failed"]), tT = a({
|
|
21316
21307
|
...vm.shape,
|
|
21317
|
-
status:
|
|
21318
|
-
}),
|
|
21308
|
+
status: eT
|
|
21309
|
+
}), nT = a({
|
|
21319
21310
|
..._r.shape,
|
|
21320
21311
|
version1: E,
|
|
21321
21312
|
version2: E,
|
|
21322
21313
|
latestVersion: E,
|
|
21323
21314
|
plugins: p(e(), Ie)
|
|
21324
|
-
}),
|
|
21315
|
+
}), oT = a({
|
|
21325
21316
|
...Lr.shape,
|
|
21326
|
-
metadata:
|
|
21327
|
-
}),
|
|
21317
|
+
metadata: nT
|
|
21318
|
+
}), $w = a({
|
|
21328
21319
|
...wS.shape,
|
|
21329
21320
|
locator: ft,
|
|
21330
|
-
bootstrapResult:
|
|
21331
|
-
deploymentResult:
|
|
21332
|
-
}),
|
|
21333
|
-
...
|
|
21334
|
-
}),
|
|
21321
|
+
bootstrapResult: tT,
|
|
21322
|
+
deploymentResult: oT
|
|
21323
|
+
}), _w = a({
|
|
21324
|
+
...QL.shape
|
|
21325
|
+
}), Lw = a({
|
|
21335
21326
|
...op.shape,
|
|
21336
21327
|
expiresAt: A
|
|
21337
|
-
}),
|
|
21328
|
+
}), Tw = a({
|
|
21338
21329
|
...Cr.shape,
|
|
21339
21330
|
createdAt: A
|
|
21340
|
-
}),
|
|
21331
|
+
}), kw = a({
|
|
21341
21332
|
...rp.shape,
|
|
21342
|
-
userName:
|
|
21333
|
+
userName: _n(),
|
|
21343
21334
|
firstName: e(),
|
|
21344
21335
|
lastName: e(),
|
|
21345
21336
|
serviceAccount: y().optional(),
|
|
21346
|
-
email:
|
|
21337
|
+
email: _n().optional(),
|
|
21347
21338
|
roles: m(e()).optional(),
|
|
21348
21339
|
tenants: m(e()).optional()
|
|
21349
|
-
}),
|
|
21340
|
+
}), aT = a({
|
|
21350
21341
|
...Zr.shape,
|
|
21351
21342
|
locator: Z,
|
|
21352
21343
|
firstName: e().optional(),
|
|
21353
21344
|
lastName: e().optional(),
|
|
21354
|
-
email:
|
|
21345
|
+
email: _n().optional(),
|
|
21355
21346
|
roles: m(e()).optional(),
|
|
21356
21347
|
tenants: m(e()).optional(),
|
|
21357
21348
|
permissions: m(e()).optional(),
|
|
@@ -21361,21 +21352,21 @@ const dw = a({
|
|
|
21361
21352
|
userName: e(),
|
|
21362
21353
|
firstName: e().optional(),
|
|
21363
21354
|
lastName: e().optional()
|
|
21364
|
-
}),
|
|
21355
|
+
}), ww = a({
|
|
21365
21356
|
listCompleted: y(),
|
|
21366
21357
|
items: m(sp)
|
|
21367
|
-
}),
|
|
21358
|
+
}), Iw = a({
|
|
21368
21359
|
firstName: e(),
|
|
21369
21360
|
lastName: e(),
|
|
21370
21361
|
permissions: m(e()),
|
|
21371
21362
|
roles: m(e()),
|
|
21372
21363
|
tenants: m(e())
|
|
21373
|
-
}),
|
|
21364
|
+
}), Aw = H(aT), up = no.extend(
|
|
21374
21365
|
a({
|
|
21375
|
-
locator:
|
|
21376
|
-
referenceLocator:
|
|
21366
|
+
locator: yn,
|
|
21367
|
+
referenceLocator: yn,
|
|
21377
21368
|
referenceType: Om,
|
|
21378
|
-
referenceDocumentLocator:
|
|
21369
|
+
referenceDocumentLocator: yn.optional(),
|
|
21379
21370
|
transactionLocator: ut.optional(),
|
|
21380
21371
|
segmentLocator: yt.optional(),
|
|
21381
21372
|
termLocator: pr.optional(),
|
|
@@ -21390,24 +21381,24 @@ const dw = a({
|
|
|
21390
21381
|
consolidatedFrom: m(e()).optional(),
|
|
21391
21382
|
consolidatedTo: m(e()).optional()
|
|
21392
21383
|
}).shape
|
|
21393
|
-
),
|
|
21384
|
+
), qw = H(up), zw = a({
|
|
21394
21385
|
tenantLocator: Ke
|
|
21395
|
-
}),
|
|
21386
|
+
}), rT = a({
|
|
21396
21387
|
category: e().optional(),
|
|
21397
21388
|
documentFormat: Rr,
|
|
21398
21389
|
metadata: e().optional(),
|
|
21399
21390
|
name: e(),
|
|
21400
|
-
referenceLocator:
|
|
21391
|
+
referenceLocator: yn,
|
|
21401
21392
|
referenceType: Om,
|
|
21402
21393
|
segmentLocator: yt.optional(),
|
|
21403
21394
|
staticName: e().optional(),
|
|
21404
21395
|
transactionLocator: ut.optional()
|
|
21405
|
-
}),
|
|
21396
|
+
}), iT = a({
|
|
21406
21397
|
name: e(),
|
|
21407
21398
|
filename: e(),
|
|
21408
21399
|
size: g().nonnegative(),
|
|
21409
21400
|
buffer: Fl(Buffer)
|
|
21410
|
-
}),
|
|
21401
|
+
}), cT = a({
|
|
21411
21402
|
mimetype: f([
|
|
21412
21403
|
ze.text,
|
|
21413
21404
|
ze.textHtml,
|
|
@@ -21418,29 +21409,29 @@ const dw = a({
|
|
|
21418
21409
|
ze.applicationZipWindows,
|
|
21419
21410
|
ze.applicationOctetStream
|
|
21420
21411
|
])
|
|
21421
|
-
}).extend(
|
|
21422
|
-
document:
|
|
21423
|
-
}),
|
|
21412
|
+
}).extend(iT.shape), xw = a({
|
|
21413
|
+
document: cT
|
|
21414
|
+
}), Dw = a({
|
|
21424
21415
|
tenantLocator: Ke
|
|
21425
21416
|
// NOTE: why do we want to merge them into one object - tenantLocator is in Path and all other params are in query
|
|
21426
21417
|
// see https://docs.socotra.com/api/documents/documentsApi.html#attachDocument
|
|
21427
|
-
}).extend(
|
|
21428
|
-
tenantLocator:
|
|
21429
|
-
}),
|
|
21418
|
+
}).extend(rT.shape), Rw = up, sT = ft, Nw = a({
|
|
21419
|
+
tenantLocator: sT
|
|
21420
|
+
}), uT = a({
|
|
21430
21421
|
offset: e().optional(),
|
|
21431
21422
|
count: e().optional()
|
|
21432
|
-
}),
|
|
21423
|
+
}), Ew = a({
|
|
21433
21424
|
searchToken: e()
|
|
21434
|
-
}).extend(
|
|
21425
|
+
}).extend(uT.shape), lT = a({
|
|
21435
21426
|
fieldName: e().optional(),
|
|
21436
21427
|
absolute: p$.optional(),
|
|
21437
21428
|
match: $$.optional(),
|
|
21438
21429
|
searchTerm: e().optional()
|
|
21439
|
-
}).extend(wm.shape),
|
|
21430
|
+
}).extend(wm.shape), Pw = a({
|
|
21440
21431
|
searchEntityType: Pm.optional(),
|
|
21441
21432
|
searchString: e().optional(),
|
|
21442
|
-
searchTerms: m(
|
|
21443
|
-
}),
|
|
21433
|
+
searchTerms: m(lT).optional()
|
|
21434
|
+
}), dT = zr.extend(
|
|
21444
21435
|
a({
|
|
21445
21436
|
accountLocator: e().optional(),
|
|
21446
21437
|
searchEntityLocator: We(),
|
|
@@ -21450,12 +21441,12 @@ const dw = a({
|
|
|
21450
21441
|
highlights: m(e()),
|
|
21451
21442
|
searchSummary: p(e(), _()).optional()
|
|
21452
21443
|
}).shape
|
|
21453
|
-
),
|
|
21444
|
+
), Uw = a({
|
|
21454
21445
|
count: g(),
|
|
21455
21446
|
offset: g(),
|
|
21456
21447
|
searchToken: e().optional(),
|
|
21457
|
-
results: m(
|
|
21458
|
-
}),
|
|
21448
|
+
results: m(dT)
|
|
21449
|
+
}), Ow = a({
|
|
21459
21450
|
...dr.shape,
|
|
21460
21451
|
locator: le,
|
|
21461
21452
|
accountState: li,
|
|
@@ -21467,7 +21458,7 @@ const dw = a({
|
|
|
21467
21458
|
billingLevel: Ve.optional(),
|
|
21468
21459
|
invoiceDocument: e().optional(),
|
|
21469
21460
|
validationResult: X.optional(),
|
|
21470
|
-
preferences:
|
|
21461
|
+
preferences: Qm.optional(),
|
|
21471
21462
|
region: e().optional(),
|
|
21472
21463
|
invoiceFeeHandling: E$.optional(),
|
|
21473
21464
|
invoiceFeeAmounts: p(e(), b()).optional(),
|
|
@@ -21486,9 +21477,9 @@ const dw = a({
|
|
|
21486
21477
|
}).shape
|
|
21487
21478
|
), co = Ne.extend(
|
|
21488
21479
|
a({ locator: E, action: h$ }).shape
|
|
21489
|
-
),
|
|
21490
|
-
a({ elements: m(
|
|
21491
|
-
),
|
|
21480
|
+
), mT = co.extend(
|
|
21481
|
+
a({ elements: m(Pr) }).shape
|
|
21482
|
+
), pT = co.extend(
|
|
21492
21483
|
a({
|
|
21493
21484
|
staticLocator: E,
|
|
21494
21485
|
setData: F,
|
|
@@ -21504,13 +21495,13 @@ const dw = a({
|
|
|
21504
21495
|
triggerBillingChange: y().optional(),
|
|
21505
21496
|
billingModeChange: y().optional()
|
|
21506
21497
|
}).shape
|
|
21507
|
-
),
|
|
21498
|
+
), fT = co.extend(
|
|
21508
21499
|
a({ staticElementLocators: m(E) }).shape
|
|
21509
21500
|
), so = W([
|
|
21510
|
-
|
|
21511
|
-
|
|
21501
|
+
mT,
|
|
21502
|
+
pT,
|
|
21512
21503
|
dp,
|
|
21513
|
-
|
|
21504
|
+
fT
|
|
21514
21505
|
]), vi = a({
|
|
21515
21506
|
locator: ut,
|
|
21516
21507
|
policyLocator: qe,
|
|
@@ -21529,30 +21520,30 @@ const dw = a({
|
|
|
21529
21520
|
underwritingStatus: e().optional(),
|
|
21530
21521
|
validationResult: X.optional(),
|
|
21531
21522
|
changeInstructions: m(so).optional(),
|
|
21532
|
-
billingTrigger:
|
|
21533
|
-
}),
|
|
21523
|
+
billingTrigger: tn
|
|
21524
|
+
}), hT = vi.extend(
|
|
21534
21525
|
a({
|
|
21535
21526
|
aggregatedTransactions: m(vi)
|
|
21536
21527
|
}).shape
|
|
21537
|
-
),
|
|
21528
|
+
), jw = H(hT), Cw = m(
|
|
21538
21529
|
so
|
|
21539
|
-
),
|
|
21530
|
+
), Zw = m(
|
|
21540
21531
|
so
|
|
21541
|
-
),
|
|
21532
|
+
), Bw = m(
|
|
21542
21533
|
so
|
|
21543
|
-
),
|
|
21544
|
-
|
|
21545
|
-
),
|
|
21534
|
+
), yT = dp.omit({ locator: !0 }), Mw = m(
|
|
21535
|
+
yT
|
|
21536
|
+
), gT = a({
|
|
21546
21537
|
locator: E,
|
|
21547
21538
|
policyLocator: qe,
|
|
21548
21539
|
effectiveTime: A,
|
|
21549
21540
|
transactionState: Dr,
|
|
21550
21541
|
charges: m(lp)
|
|
21551
|
-
}),
|
|
21542
|
+
}), vT = gT.extend({
|
|
21552
21543
|
aggregatedTransactions: se(
|
|
21553
|
-
() =>
|
|
21544
|
+
() => vT.array().optional()
|
|
21554
21545
|
)
|
|
21555
|
-
}),
|
|
21546
|
+
}), bT = a({
|
|
21556
21547
|
productName: e(),
|
|
21557
21548
|
createdAt: e(),
|
|
21558
21549
|
productDisplayName: e().optional(),
|
|
@@ -21563,21 +21554,21 @@ const dw = a({
|
|
|
21563
21554
|
accountNumber: e().optional(),
|
|
21564
21555
|
additionalData: F.optional(),
|
|
21565
21556
|
statuses: m(Bm).optional()
|
|
21566
|
-
}),
|
|
21567
|
-
...
|
|
21557
|
+
}), ST = a({
|
|
21558
|
+
...bT.shape,
|
|
21568
21559
|
locator: qe,
|
|
21569
21560
|
lastAccessedTime: A
|
|
21570
|
-
}),
|
|
21571
|
-
|
|
21561
|
+
}), $T = H(ST), Fw = a({
|
|
21562
|
+
...$T.shape,
|
|
21572
21563
|
count: Dt().nonnegative().int(),
|
|
21573
21564
|
listCompleted: y().optional()
|
|
21574
|
-
}),
|
|
21575
|
-
...
|
|
21565
|
+
}), _T = a({
|
|
21566
|
+
...Gn.shape,
|
|
21576
21567
|
locator: Re,
|
|
21577
21568
|
quickQuoteLocator: Re.optional(),
|
|
21578
|
-
quoteState:
|
|
21569
|
+
quoteState: nn,
|
|
21579
21570
|
billingLevel: Ve.optional(),
|
|
21580
|
-
element:
|
|
21571
|
+
element: an.optional(),
|
|
21581
21572
|
type: e().optional(),
|
|
21582
21573
|
delinquencyPlanName: e().optional(),
|
|
21583
21574
|
autoRenewalPlanName: e().optional(),
|
|
@@ -21586,10 +21577,10 @@ const dw = a({
|
|
|
21586
21577
|
contacts: m(ee).optional(),
|
|
21587
21578
|
policyNumber: e().optional(),
|
|
21588
21579
|
accountLocator: le,
|
|
21589
|
-
underwritingStatus:
|
|
21580
|
+
underwritingStatus: on.optional(),
|
|
21590
21581
|
// deprecated
|
|
21591
21582
|
boundTime: e().optional(),
|
|
21592
|
-
billingTrigger:
|
|
21583
|
+
billingTrigger: tn.optional(),
|
|
21593
21584
|
durationBasis: ve.optional(),
|
|
21594
21585
|
policyLocator: qe.optional(),
|
|
21595
21586
|
preferences: St.optional(),
|
|
@@ -21601,8 +21592,8 @@ const dw = a({
|
|
|
21601
21592
|
acceptedTime: A.optional(),
|
|
21602
21593
|
expirationTime: A.optional(),
|
|
21603
21594
|
createdBy: Z.optional()
|
|
21604
|
-
}),
|
|
21605
|
-
...
|
|
21595
|
+
}), Gw = H(_T), Jw = a({
|
|
21596
|
+
...Jn.shape,
|
|
21606
21597
|
accountLocator: le,
|
|
21607
21598
|
data: F,
|
|
21608
21599
|
startTime: A.optional(),
|
|
@@ -21614,47 +21605,47 @@ const dw = a({
|
|
|
21614
21605
|
static: F.optional(),
|
|
21615
21606
|
coverageTerms: Ie.optional(),
|
|
21616
21607
|
// deprecated
|
|
21617
|
-
billingTrigger:
|
|
21618
|
-
elements: m(
|
|
21619
|
-
}),
|
|
21608
|
+
billingTrigger: tn.optional(),
|
|
21609
|
+
elements: m(Pr)
|
|
21610
|
+
}), Ww = fd.extend(
|
|
21620
21611
|
a({
|
|
21621
21612
|
startTime: A,
|
|
21622
21613
|
endTime: A,
|
|
21623
21614
|
expirationTime: A,
|
|
21624
21615
|
// deprecated
|
|
21625
|
-
billingTrigger:
|
|
21616
|
+
billingTrigger: tn,
|
|
21626
21617
|
billingLevel: Ve,
|
|
21627
21618
|
preferences: St,
|
|
21628
21619
|
removeCoverageTerms: F,
|
|
21629
21620
|
removeData: F,
|
|
21630
21621
|
setCoverageTerms: F,
|
|
21631
21622
|
setData: F,
|
|
21632
|
-
elements: m(
|
|
21623
|
+
elements: m(nL)
|
|
21633
21624
|
}).shape
|
|
21634
|
-
),
|
|
21625
|
+
), Kw = a({
|
|
21635
21626
|
...jg.shape,
|
|
21636
21627
|
tenantLocator: Ke,
|
|
21637
21628
|
accountLocator: le,
|
|
21638
21629
|
quoteLocator: Re,
|
|
21639
|
-
quoteState:
|
|
21630
|
+
quoteState: nn,
|
|
21640
21631
|
startTime: A,
|
|
21641
21632
|
endTime: A,
|
|
21642
21633
|
expirationTime: A,
|
|
21643
21634
|
durationBasis: ve,
|
|
21644
21635
|
items: m(lp),
|
|
21645
21636
|
validationResult: X.optional()
|
|
21646
|
-
}),
|
|
21637
|
+
}), Vw = Kt.extend(
|
|
21647
21638
|
a({
|
|
21648
21639
|
groupLocator: E
|
|
21649
21640
|
}).shape
|
|
21650
|
-
),
|
|
21641
|
+
), Qw = Kn.extend(
|
|
21651
21642
|
a({
|
|
21652
21643
|
resetFlagsAction: k$,
|
|
21653
21644
|
resetFlags: m(E),
|
|
21654
21645
|
deleteDocuments: m(E)
|
|
21655
21646
|
}).shape
|
|
21656
|
-
),
|
|
21657
|
-
quoteState:
|
|
21647
|
+
), LT = a({
|
|
21648
|
+
quoteState: nn,
|
|
21658
21649
|
productName: e().optional(),
|
|
21659
21650
|
accountName: e().optional(),
|
|
21660
21651
|
accountType: e().optional(),
|
|
@@ -21662,19 +21653,19 @@ const dw = a({
|
|
|
21662
21653
|
startTime: A.optional(),
|
|
21663
21654
|
entityNumber: e().optional(),
|
|
21664
21655
|
additionalData: Ie.optional()
|
|
21665
|
-
}),
|
|
21666
|
-
|
|
21656
|
+
}), TT = a({
|
|
21657
|
+
...LT.shape,
|
|
21667
21658
|
locator: Re,
|
|
21668
21659
|
lastAccessedTime: A
|
|
21669
|
-
}),
|
|
21670
|
-
...
|
|
21660
|
+
}), kT = H(TT), Hw = a({
|
|
21661
|
+
...kT.shape,
|
|
21671
21662
|
count: Dt().nonnegative().int(),
|
|
21672
21663
|
listCompleted: y().optional()
|
|
21673
|
-
}),
|
|
21664
|
+
}), wT = a({
|
|
21674
21665
|
...hd.shape,
|
|
21675
21666
|
locator: Re,
|
|
21676
|
-
quickQuoteState:
|
|
21677
|
-
element:
|
|
21667
|
+
quickQuoteState: In,
|
|
21668
|
+
element: an,
|
|
21678
21669
|
accountLocator: le,
|
|
21679
21670
|
startTime: A.optional(),
|
|
21680
21671
|
endTime: A.optional(),
|
|
@@ -21682,140 +21673,140 @@ const dw = a({
|
|
|
21682
21673
|
durationBasis: ve.optional(),
|
|
21683
21674
|
validationResult: X.optional(),
|
|
21684
21675
|
createdBy: Z.optional()
|
|
21685
|
-
}),
|
|
21686
|
-
...
|
|
21676
|
+
}), Xw = H(wT), Yw = a({
|
|
21677
|
+
...Wn.shape,
|
|
21687
21678
|
startTime: A.optional(),
|
|
21688
21679
|
endTime: A.optional(),
|
|
21689
21680
|
expirationTime: A.optional(),
|
|
21690
21681
|
durationBasis: ve,
|
|
21691
21682
|
data: F,
|
|
21692
21683
|
coverageTerms: Ie,
|
|
21693
|
-
elements: m(
|
|
21694
|
-
}),
|
|
21684
|
+
elements: m(an)
|
|
21685
|
+
}), eI = a({
|
|
21695
21686
|
...Bg.shape,
|
|
21696
21687
|
tenantLocator: Ke,
|
|
21697
21688
|
quickQuoteLocator: Re,
|
|
21698
21689
|
accountLocator: le.optional(),
|
|
21699
|
-
quickQuoteState:
|
|
21690
|
+
quickQuoteState: In,
|
|
21700
21691
|
startTime: A,
|
|
21701
21692
|
endTime: A,
|
|
21702
21693
|
durationBasis: ve,
|
|
21703
|
-
state:
|
|
21694
|
+
state: In,
|
|
21704
21695
|
validationResult: X.optional()
|
|
21705
|
-
}),
|
|
21696
|
+
}), tI = a({
|
|
21706
21697
|
...Zg.shape,
|
|
21707
21698
|
tenantLocator: Ke,
|
|
21708
21699
|
quickQuoteLocator: Re,
|
|
21709
21700
|
accountLocator: le.optional(),
|
|
21710
|
-
quickQuoteState:
|
|
21701
|
+
quickQuoteState: In,
|
|
21711
21702
|
startTime: A,
|
|
21712
21703
|
endTime: A,
|
|
21713
21704
|
durationBasis: ve,
|
|
21714
21705
|
validationResult: X.optional(),
|
|
21715
21706
|
quote: a({
|
|
21716
|
-
...
|
|
21707
|
+
...Gn.shape,
|
|
21717
21708
|
createdBy: Z.optional()
|
|
21718
21709
|
})
|
|
21719
|
-
}),
|
|
21710
|
+
}), rn = a({
|
|
21720
21711
|
...te.shape,
|
|
21721
21712
|
containerType: I$
|
|
21722
|
-
}),
|
|
21713
|
+
}), IT = a({
|
|
21723
21714
|
...Xn.shape,
|
|
21724
21715
|
locator: lv,
|
|
21725
21716
|
disbursementState: w$,
|
|
21726
21717
|
data: F,
|
|
21727
21718
|
createdAt: A,
|
|
21728
21719
|
createdBy: Z,
|
|
21729
|
-
sources: m(
|
|
21720
|
+
sources: m(rn),
|
|
21730
21721
|
accountLocator: le.optional(),
|
|
21731
21722
|
validationResult: X.optional()
|
|
21732
|
-
}),
|
|
21723
|
+
}), nI = H(IT), oI = a({
|
|
21733
21724
|
...yr.shape,
|
|
21734
21725
|
data: F,
|
|
21735
|
-
sources: m(
|
|
21726
|
+
sources: m(rn),
|
|
21736
21727
|
accountLocator: E.optional(),
|
|
21737
21728
|
transactionMethod: Nr.optional()
|
|
21738
|
-
}),
|
|
21729
|
+
}), aI = a({
|
|
21739
21730
|
...hr.shape,
|
|
21740
21731
|
setData: F,
|
|
21741
21732
|
removeData: F,
|
|
21742
|
-
addSources: m(
|
|
21733
|
+
addSources: m(rn),
|
|
21743
21734
|
removeSources: m(e()),
|
|
21744
21735
|
accountLocator: le.optional(),
|
|
21745
21736
|
transactionMethod: Nr
|
|
21746
|
-
}),
|
|
21737
|
+
}), rI = a({
|
|
21747
21738
|
...hr.shape,
|
|
21748
21739
|
data: F,
|
|
21749
|
-
sources: m(
|
|
21740
|
+
sources: m(rn),
|
|
21750
21741
|
transactionMethod: Nr
|
|
21751
|
-
}),
|
|
21742
|
+
}), AT = a({
|
|
21752
21743
|
...Hd.shape,
|
|
21753
21744
|
installmentItemLocators: m(e()).optional(),
|
|
21754
21745
|
transactionLocators: m(e()).optional()
|
|
21755
|
-
}),
|
|
21746
|
+
}), iI = a({
|
|
21756
21747
|
...vr.shape,
|
|
21757
21748
|
currency: Wt,
|
|
21758
21749
|
accountLocator: le,
|
|
21759
21750
|
invoiceState: N$,
|
|
21760
|
-
invoiceItems: m(
|
|
21751
|
+
invoiceItems: m(AT).optional(),
|
|
21761
21752
|
generatedTime: A,
|
|
21762
21753
|
dueTime: A,
|
|
21763
21754
|
startTime: A,
|
|
21764
21755
|
endTime: A,
|
|
21765
21756
|
unsettledTime: A.optional(),
|
|
21766
21757
|
installmentItemLocators: m(e()).optional()
|
|
21767
|
-
}),
|
|
21758
|
+
}), qT = a({
|
|
21768
21759
|
locator: Z,
|
|
21769
21760
|
isDeleted: y()
|
|
21770
21761
|
}), be = W([
|
|
21771
21762
|
sp,
|
|
21772
|
-
|
|
21763
|
+
qT
|
|
21773
21764
|
]), je = a({
|
|
21774
21765
|
tenantLocator: Ke
|
|
21775
|
-
}),
|
|
21766
|
+
}), cI = je.extend(
|
|
21776
21767
|
a({
|
|
21777
21768
|
userLocator: Z
|
|
21778
21769
|
}).shape
|
|
21779
|
-
),
|
|
21770
|
+
), zT = je.extend(
|
|
21780
21771
|
a({
|
|
21781
21772
|
userAssociationLocator: Sd
|
|
21782
21773
|
}).shape
|
|
21783
|
-
),
|
|
21774
|
+
), sI = zT.extend(
|
|
21784
21775
|
a({
|
|
21785
21776
|
userLocator: Z
|
|
21786
21777
|
}).shape
|
|
21787
|
-
),
|
|
21778
|
+
), uI = je.extend(
|
|
21788
21779
|
a({
|
|
21789
21780
|
userLocator: Z
|
|
21790
21781
|
}).shape
|
|
21791
|
-
),
|
|
21782
|
+
), lI = je.extend(
|
|
21792
21783
|
a({
|
|
21793
21784
|
referenceType: e(),
|
|
21794
21785
|
referenceLocator: E
|
|
21795
21786
|
}).shape
|
|
21796
|
-
),
|
|
21787
|
+
), xT = je.extend(
|
|
21797
21788
|
a({
|
|
21798
21789
|
taskLocator: fr
|
|
21799
21790
|
}).shape
|
|
21800
|
-
),
|
|
21791
|
+
), dI = xT.extend(
|
|
21801
21792
|
a({
|
|
21802
21793
|
userLocator: Z
|
|
21803
21794
|
}).shape
|
|
21804
|
-
),
|
|
21795
|
+
), mI = je.extend(
|
|
21805
21796
|
a({
|
|
21806
21797
|
userLocator: Z
|
|
21807
21798
|
}).shape
|
|
21808
|
-
),
|
|
21799
|
+
), pI = je.extend(
|
|
21809
21800
|
a({
|
|
21810
21801
|
referenceType: e(),
|
|
21811
21802
|
referenceLocator: E
|
|
21812
21803
|
}).shape
|
|
21813
|
-
),
|
|
21804
|
+
), fI = je.extend(
|
|
21814
21805
|
a({
|
|
21815
21806
|
referenceType: e(),
|
|
21816
21807
|
referenceLocator: E
|
|
21817
21808
|
}).shape
|
|
21818
|
-
),
|
|
21809
|
+
), hI = je.extend(
|
|
21819
21810
|
a({
|
|
21820
21811
|
diaryLocator: $d
|
|
21821
21812
|
}).shape
|
|
@@ -21825,21 +21816,21 @@ const dw = a({
|
|
|
21825
21816
|
termLocator: e().optional(),
|
|
21826
21817
|
transactionLocator: e().optional(),
|
|
21827
21818
|
segmentLocator: e().optional()
|
|
21828
|
-
}),
|
|
21819
|
+
}), DT = a({
|
|
21829
21820
|
...Er.shape,
|
|
21830
21821
|
referenceDetails: mp.optional(),
|
|
21831
21822
|
assignedTo: be.optional(),
|
|
21832
21823
|
createdBy: be.optional(),
|
|
21833
21824
|
updatedBy: be.optional()
|
|
21834
|
-
}),
|
|
21825
|
+
}), yI = H(DT), RT = a({
|
|
21835
21826
|
...Er.shape,
|
|
21836
21827
|
referenceDetails: mp.optional()
|
|
21837
|
-
}),
|
|
21838
|
-
|
|
21828
|
+
}), gI = H(
|
|
21829
|
+
RT
|
|
21839
21830
|
), pp = a({
|
|
21840
21831
|
...kd.shape
|
|
21841
|
-
}),
|
|
21842
|
-
...
|
|
21832
|
+
}), vI = pp, Br = a({
|
|
21833
|
+
...Xt.shape,
|
|
21843
21834
|
locator: $d,
|
|
21844
21835
|
referenceType: D$,
|
|
21845
21836
|
diaryState: R$,
|
|
@@ -21847,31 +21838,31 @@ const dw = a({
|
|
|
21847
21838
|
createdBy: Z,
|
|
21848
21839
|
updatedAt: A,
|
|
21849
21840
|
updatedBy: Z.optional()
|
|
21850
|
-
}),
|
|
21841
|
+
}), bI = H(Br), SI = H(Br), $I = a({
|
|
21851
21842
|
...Y$.shape,
|
|
21852
21843
|
diaryNote: pp.optional(),
|
|
21853
21844
|
userAssignment: n_.omit({
|
|
21854
21845
|
referenceType: !0,
|
|
21855
21846
|
referenceLocator: !0
|
|
21856
21847
|
}).optional()
|
|
21857
|
-
}),
|
|
21848
|
+
}), NT = a({
|
|
21858
21849
|
...Nt.shape,
|
|
21859
21850
|
entityNumber: e().optional(),
|
|
21860
21851
|
policyLocator: qe.optional(),
|
|
21861
21852
|
termLocator: pr.optional(),
|
|
21862
21853
|
transactionLocator: ut.optional(),
|
|
21863
21854
|
segmentLocator: yt.optional()
|
|
21864
|
-
}),
|
|
21855
|
+
}), ET = a({
|
|
21865
21856
|
...Gm.shape,
|
|
21866
|
-
references: m(
|
|
21857
|
+
references: m(NT).optional(),
|
|
21867
21858
|
assignedTo: be.optional(),
|
|
21868
21859
|
createdBy: be.optional(),
|
|
21869
21860
|
updatedBy: be.optional()
|
|
21870
|
-
}),
|
|
21861
|
+
}), _I = H(ET), LI = a({
|
|
21871
21862
|
status: io
|
|
21872
|
-
}),
|
|
21863
|
+
}), TI = a({
|
|
21873
21864
|
assignedTo: Z.optional()
|
|
21874
|
-
}),
|
|
21865
|
+
}), PT = a({
|
|
21875
21866
|
locator: fr,
|
|
21876
21867
|
category: e(),
|
|
21877
21868
|
type: e(),
|
|
@@ -21883,14 +21874,14 @@ const dw = a({
|
|
|
21883
21874
|
createdAt: A,
|
|
21884
21875
|
updatedBy: be.optional(),
|
|
21885
21876
|
updatedAt: A.optional()
|
|
21886
|
-
}),
|
|
21877
|
+
}), kI = H(PT), UT = a({
|
|
21887
21878
|
...Br.shape,
|
|
21888
21879
|
createdBy: be,
|
|
21889
21880
|
updatedBy: be.optional()
|
|
21890
|
-
}),
|
|
21881
|
+
}), wI = H(UT), II = p(
|
|
21891
21882
|
e(),
|
|
21892
21883
|
m(e())
|
|
21893
|
-
),
|
|
21884
|
+
), AI = Ie, qI = a({
|
|
21894
21885
|
...Rm.shape,
|
|
21895
21886
|
addQualifications: Ie,
|
|
21896
21887
|
removeQualifications: Ie
|
|
@@ -21898,13 +21889,13 @@ const dw = a({
|
|
|
21898
21889
|
userLocator: Z,
|
|
21899
21890
|
category: e(),
|
|
21900
21891
|
level: e()
|
|
21901
|
-
}),
|
|
21892
|
+
}), zI = H(fp), OT = a({
|
|
21902
21893
|
...fp.shape,
|
|
21903
21894
|
user: be
|
|
21904
|
-
}),
|
|
21895
|
+
}), xI = H(OT), DI = a({
|
|
21905
21896
|
...bm.shape,
|
|
21906
21897
|
data: F
|
|
21907
|
-
}),
|
|
21898
|
+
}), jT = a({
|
|
21908
21899
|
...Tr.shape,
|
|
21909
21900
|
locator: _o,
|
|
21910
21901
|
contactState: P$,
|
|
@@ -21914,34 +21905,34 @@ const dw = a({
|
|
|
21914
21905
|
updatedAt: A.optional(),
|
|
21915
21906
|
updatedBy: Z.optional(),
|
|
21916
21907
|
validationResult: X.optional()
|
|
21917
|
-
}),
|
|
21908
|
+
}), RI = H(jT), NI = a({
|
|
21918
21909
|
...Sm.shape,
|
|
21919
21910
|
setData: F,
|
|
21920
21911
|
removeData: F
|
|
21921
|
-
}),
|
|
21912
|
+
}), EI = a({
|
|
21922
21913
|
...$m.shape,
|
|
21923
21914
|
contactLocators: m(_o),
|
|
21924
21915
|
mergeToContact: _o
|
|
21925
|
-
}),
|
|
21916
|
+
}), PI = a({
|
|
21926
21917
|
...NS.shape
|
|
21927
|
-
}),
|
|
21918
|
+
}), CT = a({
|
|
21928
21919
|
...Id.shape
|
|
21929
|
-
}),
|
|
21920
|
+
}), ZT = a({
|
|
21930
21921
|
...vt.shape,
|
|
21931
21922
|
currency: Wt,
|
|
21932
21923
|
paymentState: U$,
|
|
21933
21924
|
data: p(e(), C()).optional(),
|
|
21934
|
-
targets:
|
|
21925
|
+
targets: rn.array().optional(),
|
|
21935
21926
|
shortfallCreditLocators: e().array().optional(),
|
|
21936
21927
|
validationResult: X.optional(),
|
|
21937
|
-
subpayments: m(
|
|
21928
|
+
subpayments: m(CT).optional(),
|
|
21938
21929
|
paymentMode: O$.optional(),
|
|
21939
21930
|
paymentNumber: e().optional(),
|
|
21940
21931
|
executionLog: m(Ad).optional(),
|
|
21941
21932
|
createdBy: Z,
|
|
21942
21933
|
reversedBy: Z.optional()
|
|
21943
|
-
}),
|
|
21944
|
-
...
|
|
21934
|
+
}), UI = H(ZT), hp = a({
|
|
21935
|
+
...Yt.shape
|
|
21945
21936
|
}), yp = a({
|
|
21946
21937
|
...bt.shape,
|
|
21947
21938
|
locator: _d,
|
|
@@ -21949,7 +21940,7 @@ const dw = a({
|
|
|
21949
21940
|
data: F,
|
|
21950
21941
|
validationResult: X.optional(),
|
|
21951
21942
|
anonymizedAt: A
|
|
21952
|
-
}),
|
|
21943
|
+
}), BT = a({
|
|
21953
21944
|
...Sr.shape,
|
|
21954
21945
|
locator: _d,
|
|
21955
21946
|
data: F.optional(),
|
|
@@ -21965,7 +21956,7 @@ const dw = a({
|
|
|
21965
21956
|
validationResult: X.optional(),
|
|
21966
21957
|
contacts: m(hp).optional(),
|
|
21967
21958
|
claims: m(dv).optional()
|
|
21968
|
-
}),
|
|
21959
|
+
}), OI = a({
|
|
21969
21960
|
...tm.shape,
|
|
21970
21961
|
data: F,
|
|
21971
21962
|
losses: m(yp),
|
|
@@ -21973,48 +21964,48 @@ const dw = a({
|
|
|
21973
21964
|
policyLocator: qe.optional(),
|
|
21974
21965
|
segmentlocator: yt.optional(),
|
|
21975
21966
|
contacts: m(hp)
|
|
21976
|
-
}),
|
|
21967
|
+
}), jI = a({
|
|
21977
21968
|
...nm.shape,
|
|
21978
21969
|
setData: F,
|
|
21979
21970
|
removeData: F,
|
|
21980
21971
|
accountLocator: le.optional(),
|
|
21981
21972
|
policyLocator: qe.optional()
|
|
21982
|
-
}),
|
|
21973
|
+
}), CI = H(BT), ZI = Ld, BI = Td, MI = gv, FI = ai.object({
|
|
21983
21974
|
...hv.shape,
|
|
21984
21975
|
keys: ai.array(wd).optional()
|
|
21985
|
-
}),
|
|
21976
|
+
}), GI = vv, JI = Sv, WI = bv;
|
|
21986
21977
|
export {
|
|
21987
21978
|
p$ as AbsoluteEnum,
|
|
21988
21979
|
m$ as AbsoluteEnumSchema,
|
|
21989
21980
|
le as AccountIdSchema,
|
|
21990
|
-
|
|
21981
|
+
Ow as AccountResponseSchema,
|
|
21991
21982
|
li as AccountStateEnumSchema,
|
|
21992
|
-
|
|
21993
|
-
|
|
21983
|
+
mT as AddChangeInstructionResponseSchema,
|
|
21984
|
+
$I as AddTaskRequestBffSchema,
|
|
21994
21985
|
Nm as AnchorModeEnumSchema,
|
|
21995
21986
|
f$ as AnchorTypeEnumSchema,
|
|
21996
|
-
|
|
21997
|
-
|
|
21998
|
-
|
|
21999
|
-
|
|
22000
|
-
|
|
22001
|
-
|
|
22002
|
-
|
|
22003
|
-
|
|
22004
|
-
|
|
22005
|
-
|
|
22006
|
-
|
|
22007
|
-
|
|
22008
|
-
|
|
22009
|
-
|
|
21987
|
+
dI as AssignTaskParamsSchema,
|
|
21988
|
+
sI as AssignUserAssociationParamsSchema,
|
|
21989
|
+
QT as AssignmentStateEnumSchema,
|
|
21990
|
+
zw as AttachDocumentParamsSchema,
|
|
21991
|
+
rT as AttachDocumentQuerySchema,
|
|
21992
|
+
xw as AttachDocumentRequestBodySchema,
|
|
21993
|
+
Dw as AttachDocumentRequestParamsSchema,
|
|
21994
|
+
Lw as AuthTokenCreateRequestSchema,
|
|
21995
|
+
Tw as AuthTokenResponseSchema,
|
|
21996
|
+
FI as AuxDataKeySetResponseSchema,
|
|
21997
|
+
MI as AuxDataResponseSchema,
|
|
21998
|
+
BI as AuxDataSetCreateRequestSchema,
|
|
21999
|
+
ZI as AuxDataSetSchema,
|
|
22000
|
+
WT as BaseListPaginationSchema,
|
|
22010
22001
|
vi as BasePolicyTransactionResponseSchema,
|
|
22011
22002
|
be as BasicAndFormerUserBffSchema,
|
|
22012
22003
|
sp as BasicUserResponseSchema,
|
|
22013
22004
|
Ve as BillingLevelEnumSchema,
|
|
22014
|
-
|
|
22015
|
-
|
|
22016
|
-
|
|
22017
|
-
|
|
22005
|
+
Vm as BillingPreferencesSchema,
|
|
22006
|
+
tn as BillingTriggerEnumSchema,
|
|
22007
|
+
tT as BootstrapResultSchema,
|
|
22008
|
+
eT as BootstrapResultStatusEnumSchema,
|
|
22018
22009
|
Em as CadenceEnumSchema,
|
|
22019
22010
|
h$ as ChangeActionEnumSchema,
|
|
22020
22011
|
y$ as ChargeCategoryEnumSchema,
|
|
@@ -22022,275 +22013,277 @@ export {
|
|
|
22022
22013
|
$_ as ChargeRefSchema,
|
|
22023
22014
|
lp as ChargeResponseSchema,
|
|
22024
22015
|
dv as ClaimIdSchema,
|
|
22025
|
-
|
|
22016
|
+
rL as ConditionValueSchema,
|
|
22017
|
+
oT as ConfigBuilderResultSchema,
|
|
22026
22018
|
T_ as ConsolidatedDocumentRefRecordSchema,
|
|
22027
22019
|
L_ as ConsolidatedDocumentRefSchema,
|
|
22028
|
-
|
|
22020
|
+
iL as ConstraintDependencySchema,
|
|
22021
|
+
DI as ContactCreateRequestSchema,
|
|
22029
22022
|
_o as ContactIdSchema,
|
|
22030
|
-
|
|
22023
|
+
RI as ContactListResponseSchema,
|
|
22031
22024
|
v_ as ContactRefRecordSchema,
|
|
22032
22025
|
g_ as ContactRefSchema,
|
|
22033
22026
|
hp as ContactRolesClaimSchema,
|
|
22034
22027
|
S_ as ContactRolesSchema,
|
|
22035
|
-
|
|
22028
|
+
jT as ContactSchema,
|
|
22036
22029
|
P$ as ContactStateEnumSchema,
|
|
22037
|
-
|
|
22038
|
-
|
|
22039
|
-
|
|
22040
|
-
|
|
22041
|
-
|
|
22042
|
-
|
|
22043
|
-
|
|
22030
|
+
NI as ContactUpdateRequestSchema,
|
|
22031
|
+
PI as ContactValidateRequestSchema,
|
|
22032
|
+
EI as ContactsMergeRequestSchema,
|
|
22033
|
+
Mw as CreateCancellationTransactionRequestBodySchema,
|
|
22034
|
+
Zw as CreatePolicyChangeTransactionRequestBodySchema,
|
|
22035
|
+
Bw as CreateRenewalTransactionRequestBodySchema,
|
|
22036
|
+
Cw as CreateTransactionRequestBodySchema,
|
|
22044
22037
|
I$ as CreditItemContainerTypeEnumSchema,
|
|
22045
|
-
|
|
22046
|
-
|
|
22047
|
-
|
|
22048
|
-
|
|
22038
|
+
rn as CreditItemSchema,
|
|
22039
|
+
UL as DROPZONE_3G2_ACCEPTED_FILE_TYPES,
|
|
22040
|
+
PL as DROPZONE_3GP_ACCEPTED_FILE_TYPES,
|
|
22041
|
+
NL as DROPZONE_GZIP_ACCEPTED_FILE_TYPES,
|
|
22049
22042
|
gi as DROPZONE_MIDI_ACCEPTED_FILE_TYPES,
|
|
22050
|
-
|
|
22051
|
-
|
|
22052
|
-
|
|
22043
|
+
EL as DROPZONE_XML_ACCEPTED_FILE_TYPES,
|
|
22044
|
+
RL as DROPZONE_ZIP_ACCEPTED_FILE_TYPES,
|
|
22045
|
+
FT as DatetimeWithOffsetZ,
|
|
22053
22046
|
A as DatetimeZ,
|
|
22054
22047
|
g$ as DayOfWeekEnumSchema,
|
|
22055
|
-
|
|
22056
|
-
|
|
22057
|
-
|
|
22058
|
-
|
|
22059
|
-
|
|
22060
|
-
|
|
22061
|
-
|
|
22048
|
+
GI as DeleteAuxDataDataSchema,
|
|
22049
|
+
fT as DeleteChangeInstructionResponseSchema,
|
|
22050
|
+
hk as DelinquencyPlanUpdateRequestSchema,
|
|
22051
|
+
nT as DeploymentMetadataSchema,
|
|
22052
|
+
SI as DiariesListResponseSchema,
|
|
22053
|
+
fI as DiaryByRefParamsSchema,
|
|
22054
|
+
UT as DiaryEntryBffSchema,
|
|
22062
22055
|
pp as DiaryEntryCreateRequestSchema,
|
|
22063
|
-
|
|
22064
|
-
|
|
22056
|
+
wI as DiaryEntryListResponseBffSchema,
|
|
22057
|
+
bI as DiaryEntryListResponseSchema,
|
|
22065
22058
|
Br as DiaryEntrySchema,
|
|
22066
|
-
|
|
22067
|
-
|
|
22059
|
+
vI as DiaryEntryUpdateRequestSchema,
|
|
22060
|
+
hI as DiaryIdParamsSchema,
|
|
22068
22061
|
$d as DiaryIdSchema,
|
|
22069
22062
|
D$ as DiaryReferenceTypeEnumSchema,
|
|
22070
22063
|
R$ as DiaryStateEnumSchema,
|
|
22071
|
-
|
|
22064
|
+
oI as DisbursementCreateRequestSchema,
|
|
22072
22065
|
lv as DisbursementIdSchema,
|
|
22073
|
-
|
|
22066
|
+
nI as DisbursementListResponseSchema,
|
|
22074
22067
|
r_ as DisbursementRefRecordSchema,
|
|
22075
22068
|
a_ as DisbursementRefSchema,
|
|
22076
|
-
|
|
22069
|
+
IT as DisbursementResponseSchema,
|
|
22077
22070
|
w$ as DisbursementStateEnumSchema,
|
|
22078
|
-
|
|
22079
|
-
|
|
22071
|
+
rI as DisbursementUpdateReplaceDataRequestSchema,
|
|
22072
|
+
aI as DisbursementUpdateRequestSchema,
|
|
22080
22073
|
Rr as DocumentFormatEnumSchema,
|
|
22081
|
-
|
|
22074
|
+
yn as DocumentIdSchema,
|
|
22082
22075
|
up as DocumentInstanceResponseSchema,
|
|
22083
|
-
|
|
22076
|
+
Rw as DocumentInstanceSchema,
|
|
22084
22077
|
v$ as DocumentInstanceStateEnumSchema,
|
|
22085
|
-
|
|
22078
|
+
qw as DocumentListResponseSchema,
|
|
22086
22079
|
c_ as DocumentRefRecordSchema,
|
|
22087
22080
|
i_ as DocumentRefSchema,
|
|
22088
22081
|
Om as DocumentReferenceTypeEnumSchema,
|
|
22089
22082
|
A$ as DocumentScopeEnumSchema,
|
|
22090
|
-
|
|
22083
|
+
VT as DocumentStateEnumSchema,
|
|
22091
22084
|
q$ as DocumentTriggerEnumSchema,
|
|
22092
22085
|
ve as DurationBasisEnumSchema,
|
|
22093
22086
|
b$ as ElementCategoryEnumSchema,
|
|
22094
|
-
|
|
22087
|
+
Pr as ElementCreateRequestSchema,
|
|
22095
22088
|
Me as ElementIdSchema,
|
|
22096
|
-
|
|
22097
|
-
|
|
22098
|
-
|
|
22099
|
-
|
|
22100
|
-
|
|
22101
|
-
|
|
22089
|
+
an as ElementResponseSchema,
|
|
22090
|
+
nL as ElementUpdateRequestSchema,
|
|
22091
|
+
HT as EventsEnumSchema,
|
|
22092
|
+
lw as FILE_EXTENSIONS_TO_MIME_TYPES,
|
|
22093
|
+
uI as FetchUserAssociationsParamsSchema,
|
|
22094
|
+
OI as FnolCreateRequestSchema,
|
|
22102
22095
|
_d as FnolIdSchema,
|
|
22103
|
-
|
|
22096
|
+
CI as FnolListResponseSchema,
|
|
22104
22097
|
yp as FnolLossSchema,
|
|
22105
22098
|
Z$ as FnolLossStateEnumSchema,
|
|
22106
|
-
|
|
22099
|
+
jI as FnolPatchRequestSchema,
|
|
22107
22100
|
f_ as FnolRefRecordSchema,
|
|
22108
22101
|
p_ as FnolRefSchema,
|
|
22109
|
-
|
|
22102
|
+
BT as FnolResponseSchema,
|
|
22110
22103
|
C$ as FnolStateEnumSchema,
|
|
22111
|
-
|
|
22104
|
+
qT as FormerUserResponseBffSchema,
|
|
22112
22105
|
uv as GUIDZ,
|
|
22113
|
-
|
|
22114
|
-
|
|
22115
|
-
|
|
22116
|
-
|
|
22106
|
+
WI as GetAuxDataSizeDataSchema,
|
|
22107
|
+
JI as GetAuxDataSizeResponseSchema,
|
|
22108
|
+
pw as IdentityProviderCreateRequestSchema,
|
|
22109
|
+
fw as IdentityProviderResponseSchema,
|
|
22117
22110
|
u_ as InstallmentPlanRecordSchema,
|
|
22118
22111
|
s_ as InstallmentPlanRefSchema,
|
|
22119
|
-
|
|
22112
|
+
Km as InstallmentPreferencesSchema,
|
|
22120
22113
|
E$ as InvoiceFeeHandlingSchema,
|
|
22121
|
-
|
|
22122
|
-
|
|
22114
|
+
AT as InvoiceItemSchema,
|
|
22115
|
+
iI as InvoiceResponseSchema,
|
|
22123
22116
|
N$ as InvoiceStateEnumSchema,
|
|
22124
|
-
|
|
22125
|
-
|
|
22126
|
-
|
|
22127
|
-
|
|
22128
|
-
|
|
22129
|
-
|
|
22117
|
+
ww as ListBasicUserResponseSchema,
|
|
22118
|
+
UI as ListPaymentResponseSchema,
|
|
22119
|
+
xI as ListQualifiedUserBffSchema,
|
|
22120
|
+
zI as ListQualifiedUserSchema,
|
|
22121
|
+
gw as ListRoleResponseSchema,
|
|
22122
|
+
Sw as ListTenantResponseSchema,
|
|
22130
22123
|
b_ as LossCategoriesSchema,
|
|
22131
22124
|
y_ as LossRefRecordSchema,
|
|
22132
22125
|
h_ as LossRefSchema,
|
|
22133
22126
|
F as MapStringAnyZ,
|
|
22134
|
-
|
|
22127
|
+
GT as MapStringMapZ,
|
|
22135
22128
|
Ie as MapStringStringZ,
|
|
22136
22129
|
$$ as MatchEnum,
|
|
22137
22130
|
S$ as MatchEnumSchema,
|
|
22138
22131
|
ze as MimeType,
|
|
22139
|
-
|
|
22140
|
-
|
|
22132
|
+
KT as MimeTypeEnumSchema,
|
|
22133
|
+
pT as ModifyChangeInstructionResponseSchema,
|
|
22141
22134
|
m_ as NumberingPlanRefRecordSchema,
|
|
22142
22135
|
d_ as NumberingPlanRefSchema,
|
|
22143
22136
|
j$ as NumberingTriggerEnumSchema,
|
|
22144
|
-
|
|
22137
|
+
yT as ParamsChangeInstructionCreateRequestSchema,
|
|
22145
22138
|
dp as ParamsChangeInstructionResponseSchema,
|
|
22146
|
-
|
|
22139
|
+
gk as ParamsPolicyIdSchema,
|
|
22147
22140
|
O$ as PaymentModeEnumSchema,
|
|
22148
|
-
|
|
22149
|
-
|
|
22141
|
+
rw as PaymentRequestSchema,
|
|
22142
|
+
ZT as PaymentResponseSchema,
|
|
22150
22143
|
U$ as PaymentStateEnumSchema,
|
|
22151
22144
|
qe as PolicyIdSchema,
|
|
22152
|
-
|
|
22145
|
+
dk as PolicyListResponseSchema,
|
|
22153
22146
|
St as PolicyPreferencesSchema,
|
|
22154
|
-
|
|
22155
|
-
|
|
22156
|
-
|
|
22147
|
+
yk as PolicyResponseArraySchema,
|
|
22148
|
+
Wm as PolicyResponseSchema,
|
|
22149
|
+
pk as PolicySnapshotResponseSchema,
|
|
22157
22150
|
Bm as PolicyStatusesEnumSchema,
|
|
22158
22151
|
ut as PolicyTransactionIdSchema,
|
|
22159
|
-
|
|
22160
|
-
|
|
22161
|
-
|
|
22162
|
-
|
|
22163
|
-
|
|
22152
|
+
jw as PolicyTransactionListResponseSchema,
|
|
22153
|
+
bL as PolicyTransactionResponseSchema,
|
|
22154
|
+
Qm as PreferencesSchema,
|
|
22155
|
+
rk as PropertyRefSchema,
|
|
22156
|
+
OT as QualifiedUserBffSchema,
|
|
22164
22157
|
fp as QualifiedUserSchema,
|
|
22165
|
-
|
|
22166
|
-
|
|
22167
|
-
|
|
22168
|
-
|
|
22169
|
-
|
|
22170
|
-
|
|
22171
|
-
|
|
22172
|
-
|
|
22158
|
+
Yw as QuickQuoteCreateRequestSchema,
|
|
22159
|
+
Xw as QuickQuoteListResponseSchema,
|
|
22160
|
+
eI as QuickQuotePriceResponseSchema,
|
|
22161
|
+
tI as QuickQuoteQuoteResponseSchema,
|
|
22162
|
+
wT as QuickQuoteResponseSchema,
|
|
22163
|
+
In as QuickQuoteStateEnumSchema,
|
|
22164
|
+
Jw as QuoteCreateRequestSchema,
|
|
22165
|
+
Vw as QuoteGroupAssignmentRequestSchema,
|
|
22173
22166
|
Re as QuoteIdSchema,
|
|
22174
|
-
|
|
22175
|
-
|
|
22176
|
-
|
|
22177
|
-
|
|
22178
|
-
|
|
22179
|
-
|
|
22180
|
-
|
|
22181
|
-
|
|
22182
|
-
|
|
22183
|
-
|
|
22184
|
-
|
|
22185
|
-
|
|
22186
|
-
|
|
22167
|
+
Gw as QuoteListResponseSchema,
|
|
22168
|
+
Kw as QuotePriceResponseSchema,
|
|
22169
|
+
_T as QuoteResponseSchema,
|
|
22170
|
+
nn as QuoteStateEnumSchema,
|
|
22171
|
+
wk as QuoteUnderwritingFlagsResponseSchema,
|
|
22172
|
+
Ik as QuoteUnderwritingResponseSchema,
|
|
22173
|
+
Ww as QuoteUpdateRequestSchema,
|
|
22174
|
+
Fw as RecentPoliciesListResponseSchema,
|
|
22175
|
+
ST as RecentPolicyItemBffSchema,
|
|
22176
|
+
bT as RecentPolicyRequestBffSchema,
|
|
22177
|
+
TT as RecentQuoteItemBffSchema,
|
|
22178
|
+
LT as RecentQuoteRequestBffSchema,
|
|
22179
|
+
Hw as RecentQuotesListResponseSchema,
|
|
22187
22180
|
k$ as ResetFlagsActionEnumSchema,
|
|
22188
|
-
|
|
22189
|
-
|
|
22190
|
-
|
|
22191
|
-
|
|
22192
|
-
|
|
22193
|
-
|
|
22194
|
-
|
|
22181
|
+
Qw as ResetOptionsSchema,
|
|
22182
|
+
hw as RoleCreateRequestSchema,
|
|
22183
|
+
JT as RoleIdSchema,
|
|
22184
|
+
HL as RoleResponseSchema,
|
|
22185
|
+
yw as RoleUpdateRequestSchema,
|
|
22186
|
+
mw as SPECIAL_FILE_EXTENSIONS,
|
|
22187
|
+
Ew as SearchByTokenQueryParamsSchema,
|
|
22195
22188
|
Pm as SearchEntityTypeEnum,
|
|
22196
|
-
|
|
22197
|
-
|
|
22198
|
-
|
|
22199
|
-
|
|
22200
|
-
|
|
22201
|
-
|
|
22189
|
+
Nw as SearchParamSchema,
|
|
22190
|
+
uT as SearchQueryParamsSchema,
|
|
22191
|
+
Pw as SearchRequestSchema,
|
|
22192
|
+
Uw as SearchResponseSchema,
|
|
22193
|
+
dT as SearchResultSchema,
|
|
22194
|
+
lT as SearchTermRequestSchema,
|
|
22202
22195
|
yt as SegmentIdSchema,
|
|
22203
|
-
|
|
22196
|
+
oL as SegmentSchema,
|
|
22204
22197
|
_$ as SegmentTypeEnumSchema,
|
|
22205
22198
|
jm as SelectionTimeBasisEnum,
|
|
22206
|
-
|
|
22207
|
-
|
|
22199
|
+
mk as StaticDataUpdateRequestSchema,
|
|
22200
|
+
CT as SubPaymentSchema,
|
|
22208
22201
|
Y$ as TaskCreateRequestSchema,
|
|
22209
22202
|
Jm as TaskHistoryInitialResponseSchema,
|
|
22210
|
-
|
|
22211
|
-
|
|
22212
|
-
|
|
22203
|
+
kI as TaskHistoryListResponseBffSchema,
|
|
22204
|
+
ok as TaskHistoryListResponseSchema,
|
|
22205
|
+
PT as TaskHistoryResponseBffSchema,
|
|
22213
22206
|
t_ as TaskHistoryResponseSchema,
|
|
22214
22207
|
fr as TaskIdSchema,
|
|
22215
|
-
|
|
22216
|
-
|
|
22217
|
-
|
|
22218
|
-
|
|
22208
|
+
_I as TaskListResponseBffSchema,
|
|
22209
|
+
nk as TaskListResponseSchema,
|
|
22210
|
+
xT as TaskParamsSchema,
|
|
22211
|
+
NT as TaskReferenceBffSchema,
|
|
22219
22212
|
z$ as TaskReferenceEnumSchema,
|
|
22220
22213
|
Nt as TaskReferenceSchema,
|
|
22221
|
-
|
|
22214
|
+
ET as TaskResponseBffSchema,
|
|
22222
22215
|
Gm as TaskResponseSchema,
|
|
22223
22216
|
io as TaskStateEnumSchema,
|
|
22224
22217
|
e_ as TaskTypeRefSchema,
|
|
22225
|
-
|
|
22226
|
-
|
|
22227
|
-
|
|
22228
|
-
|
|
22229
|
-
|
|
22230
|
-
|
|
22218
|
+
TI as TaskUpdateAssigneeRequestBffSchema,
|
|
22219
|
+
tk as TaskUpdateRequestSchema,
|
|
22220
|
+
LI as TaskUpdateStatusRequestBffSchema,
|
|
22221
|
+
pI as TasksByRefParamsSchema,
|
|
22222
|
+
ik as TemplateSnippetConfigSchema,
|
|
22223
|
+
$w as TenantDeploymentResultSchema,
|
|
22231
22224
|
Ke as TenantIdSchema,
|
|
22232
|
-
|
|
22225
|
+
sT as TenantLocatorSchema,
|
|
22233
22226
|
je as TenantQualificationsParamsSchema,
|
|
22234
|
-
|
|
22235
|
-
|
|
22236
|
-
|
|
22227
|
+
II as TenantQualificationsResponseSchema,
|
|
22228
|
+
YL as TenantResponseSchema,
|
|
22229
|
+
_w as TenantUpdateRequestSchema,
|
|
22237
22230
|
pr as TermIdSchema,
|
|
22238
22231
|
xr as TransactionCategoryEnumSchema,
|
|
22239
22232
|
Nr as TransactionMethodEnumSchema,
|
|
22240
|
-
|
|
22241
|
-
|
|
22233
|
+
vT as TransactionPriceResponseSchema,
|
|
22234
|
+
aL as TransactionSnapshotResponseSchema,
|
|
22242
22235
|
Dr as TransactionStateEnumSchema,
|
|
22243
|
-
|
|
22244
|
-
|
|
22236
|
+
tw as TransactionUnderwritingFlagsResponseSchema,
|
|
22237
|
+
Xk as TransactionUnderwritingResponseSchema,
|
|
22245
22238
|
E as ULIDZ,
|
|
22246
22239
|
ft as UUIDZ,
|
|
22247
22240
|
V$ as UnderwritingFlagCreateRequestSchema,
|
|
22248
22241
|
Fe as UnderwritingFlagResponseSchema,
|
|
22249
22242
|
Um as UnderwritingFlagsLevelEnumSchema,
|
|
22250
22243
|
L$ as UnderwritingFlagsReferenceTypeEnumSchema,
|
|
22251
|
-
|
|
22252
|
-
|
|
22253
|
-
|
|
22244
|
+
YT as UnderwritingFlagsUpdateRequestSchema,
|
|
22245
|
+
on as UnderwritingStatusEnumSchema,
|
|
22246
|
+
fk as UpdateBillingLevelRequestSchema,
|
|
22254
22247
|
n_ as UserAssociationCreateRequestSchema,
|
|
22255
22248
|
Sd as UserAssociationIdSchema,
|
|
22256
|
-
|
|
22257
|
-
|
|
22258
|
-
|
|
22249
|
+
yI as UserAssociationListResponseBffSchema,
|
|
22250
|
+
ak as UserAssociationListResponseSchema,
|
|
22251
|
+
zT as UserAssociationParamsSchema,
|
|
22259
22252
|
mp as UserAssociationReferenceDetailsSchema,
|
|
22260
22253
|
Cm as UserAssociationReferenceTypeEnumSchema,
|
|
22261
|
-
|
|
22254
|
+
DT as UserAssociationResponseBffSchema,
|
|
22262
22255
|
Er as UserAssociationResponseSchema,
|
|
22263
22256
|
o_ as UserAssociationRoleRefSchema,
|
|
22264
22257
|
x$ as UserAssociationStateEnumSchema,
|
|
22265
|
-
|
|
22266
|
-
|
|
22258
|
+
lI as UserAssociationsByRefParamsSchema,
|
|
22259
|
+
kw as UserCreateRequestSchema,
|
|
22267
22260
|
Z as UserIdSchema,
|
|
22268
|
-
|
|
22269
|
-
|
|
22270
|
-
|
|
22271
|
-
|
|
22272
|
-
|
|
22273
|
-
|
|
22274
|
-
|
|
22275
|
-
|
|
22276
|
-
|
|
22277
|
-
|
|
22278
|
-
|
|
22261
|
+
Aw as UserListResponseSchema,
|
|
22262
|
+
cI as UserQualificationsParamsSchema,
|
|
22263
|
+
AI as UserQualificationsResponseSchema,
|
|
22264
|
+
qI as UserQualificationsUpdateRequestSchema,
|
|
22265
|
+
aT as UserResponseSchema,
|
|
22266
|
+
vw as UserRolesUpdateRequestSchema,
|
|
22267
|
+
mI as UserTasksParamsSchema,
|
|
22268
|
+
bw as UserTenantsAssignmentsUpdateRequestSchema,
|
|
22269
|
+
Iw as UserUpdateRequestSchema,
|
|
22270
|
+
gI as UserUserAssociationListResponseBffSchema,
|
|
22271
|
+
RT as UserUserAssociationResponseBffSchema,
|
|
22279
22272
|
pv as ValidationItemSchema,
|
|
22280
22273
|
X as ValidationResultSchema,
|
|
22281
22274
|
T$ as WeekOfMonthEnumSchema,
|
|
22282
22275
|
l_ as WorkManagementRefSchema,
|
|
22283
22276
|
Zm as WorkManagementReferenceTypeEnumSchema,
|
|
22284
|
-
|
|
22277
|
+
dw as ZIP_ACCEPTED_FILE_TYPES,
|
|
22285
22278
|
X$ as accountConfigRecordSchema,
|
|
22286
22279
|
H$ as accountConfigSchema,
|
|
22287
|
-
|
|
22288
|
-
|
|
22289
|
-
|
|
22290
|
-
|
|
22291
|
-
|
|
22292
|
-
|
|
22293
|
-
|
|
22280
|
+
zk as accountCreateSchema,
|
|
22281
|
+
bk as accountEvaluateConstraintsRequestSchema,
|
|
22282
|
+
qk as accountStateEnumSchema,
|
|
22283
|
+
xk as accountUpdateSchema,
|
|
22284
|
+
Bk as addChangeInstructionCreateRequestSchema,
|
|
22285
|
+
Mk as addChangeInstructionResponseSchema,
|
|
22286
|
+
LL as advanceLapseToEnumSchema,
|
|
22294
22287
|
U_ as advanceLapseToSchema,
|
|
22295
22288
|
xg as anchorModeEnumSchema,
|
|
22296
22289
|
Dg as anchorTypeEnumSchema,
|
|
@@ -22301,106 +22294,106 @@ export {
|
|
|
22301
22294
|
q_ as bootstrapResourcesSchema,
|
|
22302
22295
|
z_ as bootstrapSchema,
|
|
22303
22296
|
Rg as cadenceEnumSchema,
|
|
22304
|
-
|
|
22305
|
-
|
|
22306
|
-
|
|
22297
|
+
SL as chargeCategoryEnumSchema,
|
|
22298
|
+
$L as chargeCategorySchema,
|
|
22299
|
+
_L as chargeResponseSchema,
|
|
22307
22300
|
Q$ as constraintConfigSchema,
|
|
22308
22301
|
R_ as coverageTermOptionSchema,
|
|
22309
22302
|
N_ as coverageTermSchema,
|
|
22310
22303
|
E_ as coverageTermsRecordSchema,
|
|
22311
|
-
|
|
22312
|
-
|
|
22313
|
-
|
|
22314
|
-
|
|
22315
|
-
|
|
22304
|
+
iw as creditDistributionRequestSchema,
|
|
22305
|
+
cw as creditDistributionResponseSchema,
|
|
22306
|
+
sw as creditDistributionReverseRequestSchema,
|
|
22307
|
+
qL as creditDistributionStateEnumSchema,
|
|
22308
|
+
IL as creditItemContainerTypeEnumSchema,
|
|
22316
22309
|
Et as creditItemSchema,
|
|
22317
22310
|
Wt as currencyEnumSchema,
|
|
22318
|
-
|
|
22311
|
+
ck as dataModelSchema,
|
|
22319
22312
|
X_ as dataTypeConfigSchema,
|
|
22320
|
-
|
|
22313
|
+
sk as dataTypesRecordSchema,
|
|
22321
22314
|
Ng as dayOfWeekEnumSchema,
|
|
22322
|
-
|
|
22323
|
-
|
|
22324
|
-
|
|
22315
|
+
Fk as deleteChangeInstructionCreateRequestSchema,
|
|
22316
|
+
Gk as deleteChangeInstructionResponseSchema,
|
|
22317
|
+
TL as delinquencyLevelEnumSchema,
|
|
22325
22318
|
P_ as delinquencyLevelSchema,
|
|
22326
22319
|
j_ as delinquencyPlanRecordsSchema,
|
|
22327
22320
|
O_ as delinquencyPlanSchema,
|
|
22328
|
-
|
|
22329
|
-
|
|
22330
|
-
|
|
22331
|
-
|
|
22332
|
-
|
|
22333
|
-
|
|
22334
|
-
|
|
22321
|
+
ow as delinquencyReferenceSchema,
|
|
22322
|
+
nw as delinquencyReferenceTypeEnumSchema,
|
|
22323
|
+
aw as delinquencyResponseSchema,
|
|
22324
|
+
wL as delinquencySettingsSchema,
|
|
22325
|
+
kL as delinquencyStateEnumSchema,
|
|
22326
|
+
vk as dependencyMapResponseSchema,
|
|
22327
|
+
Ck as documentInstanceResponseSchema,
|
|
22335
22328
|
cr as documentReferenceTypeEnumSchema,
|
|
22336
22329
|
sr as documentStateEnumSchema,
|
|
22337
22330
|
ep as documentSummarySchema,
|
|
22338
22331
|
wt as elementConfigRecordSchema,
|
|
22339
22332
|
C_ as elementConfigSchema,
|
|
22340
|
-
|
|
22341
|
-
|
|
22342
|
-
|
|
22343
|
-
|
|
22344
|
-
|
|
22345
|
-
|
|
22346
|
-
|
|
22333
|
+
_k as elementCreateRequestSchema,
|
|
22334
|
+
Ur as elementRequestSchema,
|
|
22335
|
+
Hm as elementResponseSchema,
|
|
22336
|
+
pL as elementSummarySchema,
|
|
22337
|
+
Sk as evaluateConstraintsRequestSchema,
|
|
22338
|
+
$k as evaluateConstraintsResponseSchema,
|
|
22339
|
+
ek as fieldConfigRecordSchema,
|
|
22347
22340
|
Ge as fieldConfigSchema,
|
|
22348
22341
|
mv as genericArray,
|
|
22349
22342
|
H as genericListResponseSchema,
|
|
22350
|
-
|
|
22351
|
-
|
|
22352
|
-
|
|
22353
|
-
|
|
22354
|
-
|
|
22355
|
-
|
|
22356
|
-
|
|
22357
|
-
|
|
22358
|
-
|
|
22343
|
+
xL as ledgerAccountAccountingTypeEnumSchema,
|
|
22344
|
+
DL as ledgerAccountLineItemSchema,
|
|
22345
|
+
zL as ledgerAccountReferenceTypeEnumSchema,
|
|
22346
|
+
uw as ledgerAccountResponseSchema,
|
|
22347
|
+
Jk as modifyChangeInstructionCreateRequestSchema,
|
|
22348
|
+
Wk as modifyChangeInstructionResponseSchema,
|
|
22349
|
+
Rk as optionalQuantifiersSchema,
|
|
22350
|
+
Kk as paramsChangeInstructionCreateRequestSchema,
|
|
22351
|
+
Vk as paramsChangeInstructionResponseSchema,
|
|
22359
22352
|
B_ as paymentConfigRecordSchema,
|
|
22360
22353
|
Z_ as paymentConfigSchema,
|
|
22361
|
-
|
|
22362
|
-
|
|
22363
|
-
|
|
22364
|
-
|
|
22365
|
-
|
|
22366
|
-
|
|
22354
|
+
Nk as policyBillingLevelEnumSchema,
|
|
22355
|
+
Ek as policyBillingTriggerEnumSchema,
|
|
22356
|
+
jk as policySnapshotResponseSchema,
|
|
22357
|
+
Uk as policyTermResponseSchema,
|
|
22358
|
+
Ok as policyTermSummaryResponse,
|
|
22359
|
+
Zk as policyTransactionResponseSchema,
|
|
22367
22360
|
ir as preferencesResponseSchema,
|
|
22368
22361
|
G_ as productConfigRecordSchema,
|
|
22369
22362
|
F_ as productConfigSchema,
|
|
22370
|
-
|
|
22371
|
-
|
|
22372
|
-
|
|
22373
|
-
|
|
22374
|
-
|
|
22375
|
-
|
|
22376
|
-
|
|
22363
|
+
Dk as quantifiersSchema,
|
|
22364
|
+
lk as quoteBillingLevelEnumSchema,
|
|
22365
|
+
uk as quoteBillingTriggerEnumSchema,
|
|
22366
|
+
cL as quotePriceChargeCategoryEnum,
|
|
22367
|
+
sL as quotePriceChargeResponseSchema,
|
|
22368
|
+
Tk as quotePriceResponseSchema,
|
|
22369
|
+
Lk as quoteRequestSchema,
|
|
22377
22370
|
Y_ as quoteStateSchema,
|
|
22378
|
-
|
|
22379
|
-
|
|
22380
|
-
|
|
22381
|
-
|
|
22371
|
+
kk as quoteUnderwritingFlagsResponse,
|
|
22372
|
+
uL as resetQuoteFlagsActionEnumSchema,
|
|
22373
|
+
Ak as resetQuoteRequestSchema,
|
|
22374
|
+
Yk as resetTransactionOptionsRequestSchema,
|
|
22382
22375
|
J_ as reversalCreditTypeEnumSchema,
|
|
22383
22376
|
W_ as reversalTypeSchema,
|
|
22384
22377
|
K_ as reversalTypesRecordsSchema,
|
|
22385
|
-
|
|
22386
|
-
|
|
22387
|
-
|
|
22388
|
-
|
|
22389
|
-
|
|
22378
|
+
dL as segmentResponseSchema,
|
|
22379
|
+
fL as subsegmentSummarySchema,
|
|
22380
|
+
XL as tenantTypeEnumSchema,
|
|
22381
|
+
Pk as termSummarySchema,
|
|
22382
|
+
MT as timezoneEnumSchema,
|
|
22390
22383
|
Or as transactionCategoryEnumSchema,
|
|
22391
|
-
|
|
22392
|
-
|
|
22393
|
-
|
|
22384
|
+
AL as transactionMethodEnumSchema,
|
|
22385
|
+
Qk as transactionPriceResponseSchema,
|
|
22386
|
+
mL as transactionSnapshotResponseSchema,
|
|
22394
22387
|
Ym as transactionStateEnumSchema,
|
|
22395
22388
|
V_ as transactionTypeCategorySchema,
|
|
22396
22389
|
Q_ as transactionTypeSchema,
|
|
22397
22390
|
H_ as transactionTypesRecordsSchema,
|
|
22398
|
-
|
|
22399
|
-
|
|
22391
|
+
ew as transactionUnderwritingFlagsResponse,
|
|
22392
|
+
Hk as transactionUnderwritingResponseSchema,
|
|
22400
22393
|
K$ as underwritingFlagCreateRequestSchema,
|
|
22401
22394
|
Fm as underwritingFlagEnumSchema,
|
|
22402
22395
|
di as underwritingFlagResponseSchema,
|
|
22403
|
-
|
|
22396
|
+
XT as underwritingFlagsUpdateRequestSchema,
|
|
22404
22397
|
zg as validationResultSchema,
|
|
22405
22398
|
Eg as weekOfMonthEnumSchema
|
|
22406
22399
|
};
|