@socotra/ec-react-schemas 2.15.3-next.0 → 2.15.3-next.1

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