@sjcrh/proteinpaint-types 2.112.1-0 → 2.114.0

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.
Files changed (32) hide show
  1. package/dist/brainImaging.js +1 -1
  2. package/dist/{chunk-FMW25T52.js → chunk-66XSFQPI.js} +282 -182
  3. package/dist/{chunk-ES6BRZ4L.js → chunk-7AQB3YHO.js} +15 -11
  4. package/dist/{chunk-A72XYNKT.js → chunk-BEXUBE5A.js} +15 -11
  5. package/dist/{chunk-TXZQ56TX.js → chunk-BNOGQYXG.js} +421 -251
  6. package/dist/{chunk-7Z3AE4AY.js → chunk-H45GALYV.js} +445 -345
  7. package/dist/{chunk-4CCAF4O5.js → chunk-JNEIQWTE.js} +44 -36
  8. package/dist/{chunk-KHPBBU43.js → chunk-KRHYG2ZZ.js} +610 -580
  9. package/dist/{chunk-NPVDG36X.js → chunk-OSHG443J.js} +401 -371
  10. package/dist/{chunk-GHAIGRB7.js → chunk-PR7XHL4T.js} +15 -11
  11. package/dist/{chunk-ZFUF4XMD.js → chunk-T3NOHXOJ.js} +15 -11
  12. package/dist/{chunk-2WZPM25H.js → chunk-WVBWDL2B.js} +445 -345
  13. package/dist/{chunk-GGKNEHME.js → chunk-XDRUNGOV.js} +192 -162
  14. package/dist/correlationVolcano.js +1 -1
  15. package/dist/index.js +12 -12
  16. package/dist/termdb.boxplot.js +1 -1
  17. package/dist/termdb.categories.js +1 -1
  18. package/dist/termdb.cluster.js +1 -1
  19. package/dist/termdb.descrstats.js +1 -1
  20. package/dist/termdb.numericcategories.js +1 -1
  21. package/dist/termdb.percentile.js +1 -1
  22. package/dist/termdb.termsbyids.js +1 -1
  23. package/dist/termdb.topTermsByType.js +1 -1
  24. package/dist/termdb.topVariablyExpressedGenes.js +1 -1
  25. package/dist/termdb.violin.js +1 -1
  26. package/package.json +1 -1
  27. package/src/dataset.ts +31 -15
  28. package/src/routes/termdb.DE.ts +4 -0
  29. package/src/routes/termdb.cluster.ts +7 -2
  30. package/src/terms/geneVariant.ts +23 -2
  31. package/src/terms/term.ts +16 -8
  32. package/src/termsetting.ts +3 -3
@@ -73,8 +73,8 @@ var validBoxPlotRequest = (input) => {
73
73
  const errors = [];
74
74
  const __is = (input2) => {
75
75
  const $join = import_typia.createValidate.join;
76
- const $io0 = (input3) => "object" === typeof input3.tw && null !== input3.tw && $iu6(input3.tw) && "string" === typeof input3.genome && "string" === typeof input3.dslabel && "boolean" === typeof input3.isLogScale && "boolean" === typeof input3.orderByMedian && (void 0 === input3.overlayTw || "object" === typeof input3.overlayTw && null !== input3.overlayTw && $iu6(input3.overlayTw)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io11(input3.filter)) && true;
77
- const $io1 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && "string" === typeof input3.$id && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("CatTWValues" === input3.type || "CatTWPredefinedGS" === input3.type || "CatTWCustomGS" === input3.type) && ("object" === typeof input3.q && null !== input3.q && $iu7(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io13(input3.term));
76
+ const $io0 = (input3) => "object" === typeof input3.tw && null !== input3.tw && $iu6(input3.tw) && "string" === typeof input3.genome && "string" === typeof input3.dslabel && "boolean" === typeof input3.isLogScale && "boolean" === typeof input3.orderByMedian && (void 0 === input3.overlayTw || "object" === typeof input3.overlayTw && null !== input3.overlayTw && $iu6(input3.overlayTw)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io12(input3.filter)) && true;
77
+ const $io1 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && "string" === typeof input3.$id && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("CatTWValues" === input3.type || "CatTWPredefinedGS" === input3.type || "CatTWCustomGS" === input3.type) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $iu7(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io14(input3.term));
78
78
  const $io2 = (input3) => Object.keys(input3).every((key) => {
79
79
  const value = input3[key];
80
80
  if (void 0 === value)
@@ -92,162 +92,164 @@ var validBoxPlotRequest = (input) => {
92
92
  return "number" === typeof value;
93
93
  return true;
94
94
  });
95
- const $io5 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx;
96
- const $io6 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io7(input3.customset));
97
- const $io7 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu0(elem));
98
- const $io8 = (input3) => "string" === typeof input3.name && "string" === typeof input3.type && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io9(elem))) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
99
- const $io9 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
100
- const $io10 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io11(input3.filter));
101
- const $io11 = (input3) => "lst" === input3.type && (void 0 === input3["in"] || "boolean" === typeof input3["in"]) && ("and" === input3.join || "or" === input3.join) && (void 0 === input3.tag || "string" === typeof input3.tag) && (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem)));
102
- const $io12 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io13(input3.term)) && (void 0 === input3.groupset_label || "string" === typeof input3.groupset_label) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && $io15(elem)));
103
- const $io13 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io14(input3.values)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu8(input3.groupsetting));
104
- const $io14 = (input3) => Object.keys(input3).every((key) => {
95
+ const $io5 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "filter" === input3.type);
96
+ const $io6 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx;
97
+ const $io7 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io8(input3.customset));
98
+ const $io8 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu0(elem));
99
+ const $io9 = (input3) => "string" === typeof input3.name && "string" === typeof input3.type && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io10(elem))) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
100
+ const $io10 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
101
+ const $io11 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io12(input3.filter)) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
102
+ const $io12 = (input3) => "lst" === input3.type && (void 0 === input3["in"] || "boolean" === typeof input3["in"]) && ("and" === input3.join || "or" === input3.join) && (void 0 === input3.tag || "string" === typeof input3.tag) && (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem)));
103
+ const $io13 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io14(input3.term)) && (void 0 === input3.groupset_label || "string" === typeof input3.groupset_label) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && $io16(elem)));
104
+ const $io14 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io15(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu8(input3.groupsetting));
105
+ const $io15 = (input3) => Object.keys(input3).every((key) => {
105
106
  const value = input3[key];
106
107
  if (void 0 === value)
107
108
  return true;
108
109
  if (RegExp(/(.*)/).test(key))
109
- return "object" === typeof value && null !== value && false === Array.isArray(value) && $io15(value);
110
+ return "object" === typeof value && null !== value && false === Array.isArray(value) && $io16(value);
110
111
  if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
111
- return "object" === typeof value && null !== value && false === Array.isArray(value) && $io15(value);
112
+ return "object" === typeof value && null !== value && false === Array.isArray(value) && $io16(value);
112
113
  return true;
113
114
  });
114
- const $io15 = (input3) => (void 0 === input3.key || "string" === typeof input3.key) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable) && (void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label) && (void 0 === input3.order || "string" === typeof input3.order) && (void 0 === input3.color || "string" === typeof input3.color) && (void 0 === input3.group || "number" === typeof input3.group) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io11(input3.filter));
115
- const $io16 = (input3) => (void 0 === input3.disabled || "boolean" === typeof input3.disabled) && (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io17(elem)));
116
- const $io17 = (input3) => "string" === typeof input3.name && (void 0 === input3.is_grade || "boolean" === typeof input3.is_grade) && (void 0 === input3.is_subcondition || "boolean" === typeof input3.is_subcondition) && (Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu0(elem)));
117
- const $io18 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.length === 0);
118
- const $io19 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io20(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io28(elem)));
119
- const $io20 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io14(input3.values)) && ("object" === typeof input3.bins && null !== input3.bins && $io21(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io27(input3.continuousColorScale));
120
- const $io21 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu9(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu9(input3.less)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset) && (void 0 === input3.label_offset_ignored || "boolean" === typeof input3.label_offset_ignored) && (void 0 === input3.rounding || "string" === typeof input3.rounding) && (void 0 === input3.min || "number" === typeof input3.min) && (void 0 === input3.max || "number" === typeof input3.max);
121
- const $io22 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "regular-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode) && "number" === typeof input3.bin_size && ("object" === typeof input3.first_bin && null !== input3.first_bin && $iu4(input3.first_bin)) && (void 0 === input3.last_bin || "object" === typeof input3.last_bin && null !== input3.last_bin && $iu5(input3.last_bin)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset);
122
- const $io23 = (input3) => true === input3.startunbounded && (void 0 === input3.startinclusive || false === input3.startinclusive) && "number" === typeof input3.stop && (void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive) && (void 0 === input3.stopunbounded || false === input3.stopunbounded) && (void 0 === input3.label || "string" === typeof input3.label);
123
- const $io24 = (input3) => (void 0 === input3.startunbounded || false === input3.startunbounded) && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && "number" === typeof input3.start && "number" === typeof input3.stop && (void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive) && (void 0 === input3.stopunbounded || false === input3.stopunbounded) && (void 0 === input3.label || "string" === typeof input3.label);
124
- const $io25 = (input3) => "number" === typeof input3.start && true === input3.stopunbounded && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && (void 0 === input3.startunbounded || false === input3.startunbounded) && (void 0 === input3.stopinclusive || false === input3.stopinclusive) && (void 0 === input3.label || "string" === typeof input3.label);
125
- const $io26 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "custom-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && (Array.isArray(input3.lst) && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu2(input3.lst[0]) && (Array.isArray(input3.lst.slice(1)) && input3.lst.slice(1).every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))))) && (void 0 === input3.preferredBins || "median" === input3.preferredBins);
126
- const $io27 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
127
- const $io28 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
128
- const $io29 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io30(input3.term)) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && (void 0 === input3.grade_and_child || Array.isArray(input3.grade_and_child) && input3.grade_and_child.every((elem) => "object" === typeof elem && null !== elem && $io31(elem)));
129
- const $io30 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io14(input3.values));
130
- const $io31 = (input3) => "number" === typeof input3.grade && "string" === typeof input3.grade_label && (void 0 === input3.child_id || "string" === typeof input3.child_id) && "string" === typeof input3.child_label;
131
- const $io32 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $iu10(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem)));
132
- const $io33 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io14(input3.values)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io16(input3.groupsetting)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
133
- const $io34 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io14(input3.values)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io16(input3.groupsetting)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
134
- const $io35 = (input3) => 1 === input3.dt && (Array.isArray(input3.mclassLst) && input3.mclassLst.every((elem) => "M" === elem || "E" === elem || "F" === elem || "N" === elem || "S" === elem || "D" === elem || "I" === elem || "P" === elem || "L" === elem || "Intron" === elem || "Blank" === elem || "WT" === elem || "ITD" === elem || "DEL" === elem || "NLOSS" === elem || "CLOSS" === elem || "Utr3" === elem || "Utr5" === elem || "X" === elem || "noncoding" === elem)) && (Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "M" === elem || "E" === elem || "F" === elem || "N" === elem || "S" === elem || "D" === elem || "I" === elem || "P" === elem || "L" === elem || "Intron" === elem || "Blank" === elem || "WT" === elem || "ITD" === elem || "DEL" === elem || "NLOSS" === elem || "CLOSS" === elem || "Utr3" === elem || "Utr5" === elem || "X" === elem || "noncoding" === elem)) && (void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin);
135
- const $io36 = (input3) => 4 === input3.dt && (Array.isArray(input3.mclassLst) && input3.mclassLst.every((elem) => "Blank" === elem || "WT" === elem || "CNV_amp" === elem || "CNV_loss" === elem || "CNV_loh" === elem || "CNV_amplification" === elem || "CNV_homozygous_deletion" === elem)) && (Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "Blank" === elem || "WT" === elem || "CNV_amp" === elem || "CNV_loss" === elem || "CNV_loh" === elem || "CNV_amplification" === elem || "CNV_homozygous_deletion" === elem)) && (void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin);
136
- const $io37 = (input3) => 5 === input3.dt && (Array.isArray(input3.mclassLst) && input3.mclassLst.every((elem) => "Blank" === elem || "WT" === elem || "SV" === elem)) && (Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "Blank" === elem || "WT" === elem || "SV" === elem)) && (void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin);
137
- const $io38 = (input3) => 2 === input3.dt && (Array.isArray(input3.mclassLst) && input3.mclassLst.every((elem) => "Blank" === elem || "WT" === elem || "Fuserna" === elem)) && (Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "Blank" === elem || "WT" === elem || "Fuserna" === elem)) && (void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin);
138
- const $io39 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && "string" === typeof input3.$id && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $io20(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu11(input3.q));
139
- const $io40 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "binary" === input3.mode && "custom-bin" === input3.type && (Array.isArray(input3.lst) && (input3.lst.length === 2 && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu4(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu5(input3.lst[1]))));
140
- const $io41 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "continuous" === input3.mode && (void 0 === input3.convert2ZScore || "boolean" === typeof input3.convert2ZScore) && (null !== input3.type && void 0 === input3.type);
141
- const $io42 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "spline" === input3.mode && (Array.isArray(input3.knots) && input3.knots.every((elem) => "object" === typeof elem && null !== elem && $io43(elem))) && (null !== input3.type && void 0 === input3.type);
142
- const $io43 = (input3) => "number" === typeof input3.value;
143
- const $io44 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && "string" === typeof input3.$id && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.q && null !== input3.q && $io45(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io47(input3.term));
144
- const $io45 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "custom-samplelst" === input3.type) && "number" === typeof input3.AFcutoff && "number" === typeof input3.alleleType && "string" === typeof input3.cacheid && true && "number" === typeof input3.geneticModel && true && (void 0 === input3.missingGenotype || "number" === typeof input3.missingGenotype) && "number" === typeof input3.numOfSampleWithAnyValidGT && ("object" === typeof input3.restrictAncestry && null !== input3.restrictAncestry && $io46(input3.restrictAncestry)) && true && true && ("object" === typeof input3.variant_filter && null !== input3.variant_filter && $io11(input3.variant_filter)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
145
- const $io46 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu12(input3.tvs));
146
- const $io47 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io14(input3.values)) && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io48(elem)));
147
- const $io48 = (input3) => (void 0 === input3.altAlleles || Array.isArray(input3.altAlleles) && input3.altAlleles.every((elem) => "string" === typeof elem)) && (void 0 === input3.alleles || Array.isArray(input3.alleles) && input3.alleles.every((elem) => "object" === typeof elem && null !== elem && $io49(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io50(input3.gt2count)) && (void 0 === input3.invalid || "boolean" === typeof input3.invalid) && (void 0 === input3.referenceAllele || "string" === typeof input3.referenceAllele) && "string" === typeof input3.rsid && "string" === typeof input3.snpid && true && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.pos || "number" === typeof input3.pos);
148
- const $io49 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
149
- const $io50 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
150
- const $io51 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && "string" === typeof input3.$id && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $iu14(input3.q));
151
- const $io52 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io14(input3.values)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu8(input3.groupsetting));
152
- const $io53 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io14(input3.values)) && ("object" === typeof input3.bins && null !== input3.bins && $io21(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io27(input3.continuousColorScale));
153
- const $io54 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io14(input3.values));
154
- const $io55 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io14(input3.values)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io16(input3.groupsetting)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
155
- const $io56 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io14(input3.values)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io16(input3.groupsetting)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
156
- const $io57 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io14(input3.values)) && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io48(elem)));
157
- const $io58 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io59(input3.values));
158
- const $io59 = (input3) => Object.keys(input3).every((key) => {
115
+ const $io16 = (input3) => (void 0 === input3.key || "string" === typeof input3.key) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable) && (void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label) && (void 0 === input3.order || "string" === typeof input3.order) && (void 0 === input3.color || "string" === typeof input3.color) && (void 0 === input3.group || "number" === typeof input3.group) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io12(input3.filter));
116
+ const $io17 = (input3) => (void 0 === input3.disabled || "boolean" === typeof input3.disabled) && (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io18(elem)));
117
+ const $io18 = (input3) => "string" === typeof input3.name && (void 0 === input3.is_grade || "boolean" === typeof input3.is_grade) && (void 0 === input3.is_subcondition || "boolean" === typeof input3.is_subcondition) && (Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu0(elem)));
118
+ const $io19 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.length === 0);
119
+ const $io20 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io21(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io29(elem)));
120
+ const $io21 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io15(input3.values)) && true && ("object" === typeof input3.bins && null !== input3.bins && $io22(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io28(input3.continuousColorScale));
121
+ const $io22 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu9(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu9(input3.less)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset) && (void 0 === input3.label_offset_ignored || "boolean" === typeof input3.label_offset_ignored) && (void 0 === input3.rounding || "string" === typeof input3.rounding) && (void 0 === input3.min || "number" === typeof input3.min) && (void 0 === input3.max || "number" === typeof input3.max);
122
+ const $io23 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "regular-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode) && "number" === typeof input3.bin_size && ("object" === typeof input3.first_bin && null !== input3.first_bin && $iu4(input3.first_bin)) && (void 0 === input3.last_bin || "object" === typeof input3.last_bin && null !== input3.last_bin && $iu5(input3.last_bin)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset);
123
+ const $io24 = (input3) => true === input3.startunbounded && (void 0 === input3.startinclusive || false === input3.startinclusive) && "number" === typeof input3.stop && (void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive) && (void 0 === input3.stopunbounded || false === input3.stopunbounded) && (void 0 === input3.label || "string" === typeof input3.label);
124
+ const $io25 = (input3) => (void 0 === input3.startunbounded || false === input3.startunbounded) && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && "number" === typeof input3.start && "number" === typeof input3.stop && (void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive) && (void 0 === input3.stopunbounded || false === input3.stopunbounded) && (void 0 === input3.label || "string" === typeof input3.label);
125
+ const $io26 = (input3) => "number" === typeof input3.start && true === input3.stopunbounded && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && (void 0 === input3.startunbounded || false === input3.startunbounded) && (void 0 === input3.stopinclusive || false === input3.stopinclusive) && (void 0 === input3.label || "string" === typeof input3.label);
126
+ const $io27 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "custom-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && (Array.isArray(input3.lst) && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu2(input3.lst[0]) && (Array.isArray(input3.lst.slice(1)) && input3.lst.slice(1).every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))))) && (void 0 === input3.preferredBins || "median" === input3.preferredBins);
127
+ const $io28 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
128
+ const $io29 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
129
+ const $io30 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io31(input3.term)) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && (void 0 === input3.grade_and_child || Array.isArray(input3.grade_and_child) && input3.grade_and_child.every((elem) => "object" === typeof elem && null !== elem && $io32(elem)));
130
+ const $io31 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io15(input3.values)) && true;
131
+ const $io32 = (input3) => "number" === typeof input3.grade && "string" === typeof input3.grade_label && (void 0 === input3.child_id || "string" === typeof input3.child_id) && "string" === typeof input3.child_label;
132
+ const $io33 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $iu10(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem)));
133
+ const $io34 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io15(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io17(input3.groupsetting)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
134
+ const $io35 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io15(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io17(input3.groupsetting)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
135
+ const $io36 = (input3) => 1 === input3.dt && (Array.isArray(input3.mclassLst) && input3.mclassLst.every((elem) => "M" === elem || "E" === elem || "F" === elem || "N" === elem || "S" === elem || "D" === elem || "I" === elem || "P" === elem || "L" === elem || "Intron" === elem || "Blank" === elem || "WT" === elem || "ITD" === elem || "DEL" === elem || "NLOSS" === elem || "CLOSS" === elem || "Utr3" === elem || "Utr5" === elem || "X" === elem || "noncoding" === elem)) && (Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "M" === elem || "E" === elem || "F" === elem || "N" === elem || "S" === elem || "D" === elem || "I" === elem || "P" === elem || "L" === elem || "Intron" === elem || "Blank" === elem || "WT" === elem || "ITD" === elem || "DEL" === elem || "NLOSS" === elem || "CLOSS" === elem || "Utr3" === elem || "Utr5" === elem || "X" === elem || "noncoding" === elem)) && (void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin);
136
+ const $io37 = (input3) => 4 === input3.dt && (Array.isArray(input3.mclassLst) && input3.mclassLst.every((elem) => "Blank" === elem || "WT" === elem || "CNV_amp" === elem || "CNV_loss" === elem || "CNV_loh" === elem || "CNV_amplification" === elem || "CNV_homozygous_deletion" === elem)) && (Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "Blank" === elem || "WT" === elem || "CNV_amp" === elem || "CNV_loss" === elem || "CNV_loh" === elem || "CNV_amplification" === elem || "CNV_homozygous_deletion" === elem)) && (void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin);
137
+ const $io38 = (input3) => 5 === input3.dt && (Array.isArray(input3.mclassLst) && input3.mclassLst.every((elem) => "Blank" === elem || "WT" === elem || "SV" === elem)) && (Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "Blank" === elem || "WT" === elem || "SV" === elem)) && (void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin);
138
+ const $io39 = (input3) => 2 === input3.dt && (Array.isArray(input3.mclassLst) && input3.mclassLst.every((elem) => "Blank" === elem || "WT" === elem || "Fuserna" === elem)) && (Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "Blank" === elem || "WT" === elem || "Fuserna" === elem)) && (void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin);
139
+ const $io40 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && "string" === typeof input3.$id && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $io21(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu11(input3.q));
140
+ const $io41 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "binary" === input3.mode && "custom-bin" === input3.type && (Array.isArray(input3.lst) && (input3.lst.length === 2 && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu4(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu5(input3.lst[1]))));
141
+ const $io42 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "continuous" === input3.mode && (void 0 === input3.convert2ZScore || "boolean" === typeof input3.convert2ZScore) && (null !== input3.type && void 0 === input3.type);
142
+ const $io43 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "spline" === input3.mode && (Array.isArray(input3.knots) && input3.knots.every((elem) => "object" === typeof elem && null !== elem && $io44(elem))) && (null !== input3.type && void 0 === input3.type);
143
+ const $io44 = (input3) => "number" === typeof input3.value;
144
+ const $io45 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && "string" === typeof input3.$id && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.q && null !== input3.q && $io46(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io48(input3.term));
145
+ const $io46 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type) && "number" === typeof input3.AFcutoff && "number" === typeof input3.alleleType && "string" === typeof input3.cacheid && true && "number" === typeof input3.geneticModel && true && (void 0 === input3.missingGenotype || "number" === typeof input3.missingGenotype) && "number" === typeof input3.numOfSampleWithAnyValidGT && ("object" === typeof input3.restrictAncestry && null !== input3.restrictAncestry && $io47(input3.restrictAncestry)) && true && true && ("object" === typeof input3.variant_filter && null !== input3.variant_filter && $io12(input3.variant_filter)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
146
+ const $io47 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu12(input3.tvs));
147
+ const $io48 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io15(input3.values)) && true && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io49(elem)));
148
+ const $io49 = (input3) => (void 0 === input3.altAlleles || Array.isArray(input3.altAlleles) && input3.altAlleles.every((elem) => "string" === typeof elem)) && (void 0 === input3.alleles || Array.isArray(input3.alleles) && input3.alleles.every((elem) => "object" === typeof elem && null !== elem && $io50(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io51(input3.gt2count)) && (void 0 === input3.invalid || "boolean" === typeof input3.invalid) && (void 0 === input3.referenceAllele || "string" === typeof input3.referenceAllele) && "string" === typeof input3.rsid && "string" === typeof input3.snpid && true && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.pos || "number" === typeof input3.pos);
149
+ const $io50 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
150
+ const $io51 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
151
+ const $io52 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && "string" === typeof input3.$id && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $iu14(input3.q));
152
+ const $io53 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io15(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu8(input3.groupsetting));
153
+ const $io54 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io15(input3.values)) && true && ("object" === typeof input3.bins && null !== input3.bins && $io22(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io28(input3.continuousColorScale));
154
+ const $io55 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io15(input3.values)) && true;
155
+ const $io56 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io15(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io17(input3.groupsetting)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
156
+ const $io57 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io15(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io17(input3.groupsetting)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
157
+ const $io58 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io15(input3.values)) && true && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io49(elem)));
158
+ const $io59 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io60(input3.values)) && true;
159
+ const $io60 = (input3) => Object.keys(input3).every((key) => {
159
160
  const value = input3[key];
160
161
  if (void 0 === value)
161
162
  return true;
162
163
  if (RegExp(/(.*)/).test(key))
163
- return "object" === typeof value && null !== value && $io60(value);
164
+ return "object" === typeof value && null !== value && $io61(value);
164
165
  if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
165
- return "object" === typeof value && null !== value && $io60(value);
166
+ return "object" === typeof value && null !== value && $io61(value);
166
167
  return true;
167
168
  });
168
- const $io60 = (input3) => (void 0 === input3.key || "string" === typeof input3.key) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable) && (void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label) && (void 0 === input3.order || "string" === typeof input3.order) && (void 0 === input3.color || "string" === typeof input3.color) && (void 0 === input3.group || "number" === typeof input3.group) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io11(input3.filter)) && "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io61(elem))) && true;
169
- const $io61 = (input3) => "string" === typeof input3.sampleId && "string" === typeof input3.sample;
170
- const $io62 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "custom-samplelst" === input3.type);
171
- const $io63 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.breaks || Array.isArray(input3.breaks) && input3.breaks.every((elem) => "number" === typeof elem)) && ("age" === input3.timeScale || "time" === input3.timeScale) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && true;
172
- const $io64 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && (Array.isArray(input3.exclude) && input3.exclude.every((elem) => "string" === typeof elem)) && (void 0 === input3.dt || "number" === typeof input3.dt) && (void 0 === input3.origin || "string" === typeof input3.origin) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "values" === input3.type;
173
- const $io65 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && (Array.isArray(input3.exclude) && input3.exclude.every((elem) => "string" === typeof elem)) && (void 0 === input3.dt || "number" === typeof input3.dt) && (void 0 === input3.origin || "string" === typeof input3.origin) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx;
174
- const $io66 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && (Array.isArray(input3.exclude) && input3.exclude.every((elem) => "string" === typeof elem)) && (void 0 === input3.dt || "number" === typeof input3.dt) && (void 0 === input3.origin || "string" === typeof input3.origin) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io7(input3.customset));
175
- const $io67 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "custom-samplelst" === input3.type) && ("object" === typeof input3.groups && null !== input3.groups && false === Array.isArray(input3.groups) && $io68(input3.groups));
176
- const $io68 = (input3) => Object.keys(input3).every((key) => {
169
+ const $io61 = (input3) => (void 0 === input3.key || "string" === typeof input3.key) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable) && (void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label) && (void 0 === input3.order || "string" === typeof input3.order) && (void 0 === input3.color || "string" === typeof input3.color) && (void 0 === input3.group || "number" === typeof input3.group) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io12(input3.filter)) && "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io62(elem))) && true;
170
+ const $io62 = (input3) => "string" === typeof input3.sampleId && "string" === typeof input3.sample;
171
+ const $io63 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type);
172
+ const $io64 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.breaks || Array.isArray(input3.breaks) && input3.breaks.every((elem) => "number" === typeof elem)) && ("age" === input3.timeScale || "time" === input3.timeScale) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && true;
173
+ const $io65 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && (Array.isArray(input3.exclude) && input3.exclude.every((elem) => "string" === typeof elem)) && (void 0 === input3.dt || "number" === typeof input3.dt) && (void 0 === input3.origin || "string" === typeof input3.origin) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "values" === input3.type;
174
+ const $io66 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && (Array.isArray(input3.exclude) && input3.exclude.every((elem) => "string" === typeof elem)) && (void 0 === input3.dt || "number" === typeof input3.dt) && (void 0 === input3.origin || "string" === typeof input3.origin) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.type || "filter" === input3.type);
175
+ const $io67 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && (Array.isArray(input3.exclude) && input3.exclude.every((elem) => "string" === typeof elem)) && (void 0 === input3.dt || "number" === typeof input3.dt) && (void 0 === input3.origin || "string" === typeof input3.origin) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx;
176
+ const $io68 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && (Array.isArray(input3.exclude) && input3.exclude.every((elem) => "string" === typeof elem)) && (void 0 === input3.dt || "number" === typeof input3.dt) && (void 0 === input3.origin || "string" === typeof input3.origin) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io8(input3.customset));
177
+ const $io69 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type) && ("object" === typeof input3.groups && null !== input3.groups && false === Array.isArray(input3.groups) && $io70(input3.groups));
178
+ const $io70 = (input3) => Object.keys(input3).every((key) => {
177
179
  const value = input3[key];
178
180
  if (void 0 === value)
179
181
  return true;
180
182
  if (RegExp(/(.*)/).test(key))
181
- return "object" === typeof value && null !== value && $io69(value);
183
+ return "object" === typeof value && null !== value && $io71(value);
182
184
  if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
183
- return "object" === typeof value && null !== value && $io69(value);
185
+ return "object" === typeof value && null !== value && $io71(value);
184
186
  return true;
185
187
  });
186
- const $io69 = (input3) => "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io61(elem))) && true;
188
+ const $io71 = (input3) => "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io62(elem))) && true;
187
189
  const $iu0 = (input3) => (() => {
188
190
  if ("string" === typeof input3.type)
189
- return $io8(input3);
191
+ return $io9(input3);
190
192
  if ("filter" === input3.type)
191
- return $io10(input3);
193
+ return $io11(input3);
192
194
  return false;
193
195
  })();
194
196
  const $iu1 = (input3) => (() => {
195
197
  if (void 0 !== input3.type)
196
- return $io11(input3);
198
+ return $io12(input3);
197
199
  if (void 0 !== input3.ranges)
198
- return $io19(input3);
200
+ return $io20(input3);
199
201
  return (() => {
200
- if ($io12(input3))
201
- return $io12(input3);
202
- if ($io29(input3))
203
- return $io29(input3);
204
- if ($io32(input3))
205
- return $io32(input3);
202
+ if ($io13(input3))
203
+ return $io13(input3);
204
+ if ($io30(input3))
205
+ return $io30(input3);
206
+ if ($io33(input3))
207
+ return $io33(input3);
206
208
  return false;
207
209
  })();
208
210
  })();
209
211
  const $iu2 = (input3) => (() => {
210
212
  if (true === input3.startunbounded)
211
- return $io23(input3);
213
+ return $io24(input3);
212
214
  if (true === input3.stopunbounded)
213
- return $io25(input3);
214
- return $io24(input3);
215
+ return $io26(input3);
216
+ return $io25(input3);
215
217
  })();
216
218
  const $iu3 = (input3) => (() => {
217
219
  if (2 === input3.dt)
218
- return $io38(input3);
220
+ return $io39(input3);
219
221
  if (5 === input3.dt)
220
- return $io37(input3);
222
+ return $io38(input3);
221
223
  if (4 === input3.dt)
222
- return $io36(input3);
224
+ return $io37(input3);
223
225
  if (1 === input3.dt)
224
- return $io35(input3);
226
+ return $io36(input3);
225
227
  return false;
226
228
  })();
227
229
  const $iu4 = (input3) => (() => {
228
230
  if (true === input3.startunbounded)
229
- return $io23(input3);
230
- if (void 0 !== input3.start)
231
231
  return $io24(input3);
232
+ if (void 0 !== input3.start)
233
+ return $io25(input3);
232
234
  return false;
233
235
  })();
234
236
  const $iu5 = (input3) => (() => {
235
237
  if (void 0 !== input3.stop)
236
- return $io24(input3);
237
- if (true === input3.stopunbounded)
238
238
  return $io25(input3);
239
+ if (true === input3.stopunbounded)
240
+ return $io26(input3);
239
241
  return false;
240
242
  })();
241
243
  const $iu6 = (input3) => (() => {
242
244
  if (void 0 !== input3.type)
243
245
  return $io1(input3);
244
246
  return (() => {
245
- if ($io51(input3))
246
- return $io51(input3);
247
- if ($io44(input3))
248
- return $io44(input3);
249
- if ($io39(input3))
250
- return $io39(input3);
247
+ if ($io52(input3))
248
+ return $io52(input3);
249
+ if ($io45(input3))
250
+ return $io45(input3);
251
+ if ($io40(input3))
252
+ return $io40(input3);
251
253
  return false;
252
254
  })();
253
255
  })();
@@ -255,110 +257,114 @@ var validBoxPlotRequest = (input) => {
255
257
  if ("values" === input3.type)
256
258
  return $io3(input3);
257
259
  if ("predefined-groupset" === input3.type)
258
- return $io5(input3);
259
- if ("custom-groupset" === input3.type)
260
260
  return $io6(input3);
261
- return false;
261
+ if ("custom-groupset" === input3.type)
262
+ return $io7(input3);
263
+ return $io5(input3);
262
264
  })();
263
265
  const $iu8 = (input3) => (() => {
264
- if (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io17(elem)))
265
- return $io16(input3);
266
- return $io18(input3);
266
+ if (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io18(elem)))
267
+ return $io17(input3);
268
+ return $io19(input3);
267
269
  })();
268
270
  const $iu9 = (input3) => (() => {
269
271
  if ("regular-bin" === input3.type)
270
- return $io22(input3);
272
+ return $io23(input3);
271
273
  if ("custom-bin" === input3.type)
272
- return $io26(input3);
274
+ return $io27(input3);
273
275
  return false;
274
276
  })();
275
277
  const $iu10 = (input3) => (() => {
276
278
  if ("gene" === input3.kind)
277
- return $io33(input3);
278
- if ("coord" === input3.kind)
279
279
  return $io34(input3);
280
+ if ("coord" === input3.kind)
281
+ return $io35(input3);
280
282
  return false;
281
283
  })();
282
284
  const $iu11 = (input3) => (() => {
283
285
  if ("regular-bin" === input3.type)
284
- return $io22(input3);
286
+ return $io23(input3);
285
287
  if ("continuous" === input3.mode)
286
- return $io41(input3);
287
- if ("spline" === input3.mode)
288
288
  return $io42(input3);
289
+ if ("spline" === input3.mode)
290
+ return $io43(input3);
289
291
  return (() => {
290
- if ($io26(input3))
291
- return $io26(input3);
292
- if ($io40(input3))
293
- return $io40(input3);
292
+ if ($io27(input3))
293
+ return $io27(input3);
294
+ if ($io41(input3))
295
+ return $io41(input3);
294
296
  return false;
295
297
  })();
296
298
  })();
297
299
  const $iu12 = (input3) => (() => {
298
300
  if (void 0 !== input3.ranges)
299
- return $io19(input3);
301
+ return $io20(input3);
300
302
  return (() => {
301
- if ($io12(input3))
302
- return $io12(input3);
303
- if ($io29(input3))
304
- return $io29(input3);
305
- if ($io32(input3))
306
- return $io32(input3);
303
+ if ($io13(input3))
304
+ return $io13(input3);
305
+ if ($io30(input3))
306
+ return $io30(input3);
307
+ if ($io33(input3))
308
+ return $io33(input3);
307
309
  return false;
308
310
  })();
309
311
  })();
310
312
  const $iu13 = (input3) => (() => {
311
313
  if ("categorical" === input3.type)
312
- return $io52(input3);
313
- if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type)
314
314
  return $io53(input3);
315
- if ("condition" === input3.type)
315
+ if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type)
316
316
  return $io54(input3);
317
- if ("gene" === input3.kind)
317
+ if ("condition" === input3.type)
318
318
  return $io55(input3);
319
- if ("coord" === input3.kind)
319
+ if ("gene" === input3.kind)
320
320
  return $io56(input3);
321
+ if ("coord" === input3.kind)
322
+ return $io57(input3);
321
323
  return (() => {
322
- if ($io57(input3))
323
- return $io57(input3);
324
324
  if ($io58(input3))
325
325
  return $io58(input3);
326
+ if ($io59(input3))
327
+ return $io59(input3);
326
328
  return false;
327
329
  })();
328
330
  })();
329
331
  const $iu14 = (input3) => (() => {
330
332
  if (void 0 !== input3.bin_size)
331
- return $io22(input3);
333
+ return $io23(input3);
332
334
  if (void 0 !== input3.knots)
333
- return $io42(input3);
335
+ return $io43(input3);
334
336
  if (void 0 !== input3.AFcutoff)
335
- return $io45(input3);
337
+ return $io46(input3);
336
338
  if (void 0 !== input3.timeScale)
337
- return $io63(input3);
339
+ return $io64(input3);
338
340
  return (() => {
339
341
  if (void 0 !== input3.groups)
340
- return $io67(input3);
342
+ return $io69(input3);
341
343
  return (() => {
342
- if ($io3(input3))
343
- return $io3(input3);
344
344
  if ($io5(input3))
345
345
  return $io5(input3);
346
+ if ($io63(input3))
347
+ return $io63(input3);
348
+ if ($io3(input3))
349
+ return $io3(input3);
346
350
  if ($io6(input3))
347
351
  return $io6(input3);
348
- if ($io26(input3))
349
- return $io26(input3);
350
- if ($io40(input3))
351
- return $io40(input3);
352
+ if ($io7(input3))
353
+ return $io7(input3);
354
+ if ($io27(input3))
355
+ return $io27(input3);
352
356
  if ($io41(input3))
353
357
  return $io41(input3);
354
- if ($io62(input3))
355
- return $io62(input3);
356
- if ($io64(input3))
357
- return $io64(input3);
358
- if ($io65(input3))
359
- return $io65(input3);
358
+ if ($io42(input3))
359
+ return $io42(input3);
360
360
  if ($io66(input3))
361
361
  return $io66(input3);
362
+ if ($io65(input3))
363
+ return $io65(input3);
364
+ if ($io67(input3))
365
+ return $io67(input3);
366
+ if ($io68(input3))
367
+ return $io68(input3);
362
368
  return false;
363
369
  })();
364
370
  })();
@@ -405,7 +411,7 @@ var validBoxPlotRequest = (input) => {
405
411
  path: _path2 + ".filter",
406
412
  expected: "(Filter | undefined)",
407
413
  value: input3.filter
408
- })) && $vo11(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
414
+ })) && $vo12(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
409
415
  path: _path2 + ".filter",
410
416
  expected: "(Filter | undefined)",
411
417
  value: input3.filter
@@ -438,19 +444,19 @@ var validBoxPlotRequest = (input) => {
438
444
  path: _path2 + ".type",
439
445
  expected: '("CatTWCustomGS" | "CatTWPredefinedGS" | "CatTWValues")',
440
446
  value: input3.type
441
- }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
447
+ }), ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) || $report(_exceptionable2, {
442
448
  path: _path2 + ".q",
443
- expected: "(CustomGroupSettingQ | PredefinedGroupSettingQ | ValuesQ)",
449
+ expected: "(CustomGroupSettingQ | FilterQ | PredefinedGroupSettingQ | ValuesQ)",
444
450
  value: input3.q
445
451
  })) && $vu7(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
446
452
  path: _path2 + ".q",
447
- expected: "(CustomGroupSettingQ | PredefinedGroupSettingQ | ValuesQ)",
453
+ expected: "(CustomGroupSettingQ | FilterQ | PredefinedGroupSettingQ | ValuesQ)",
448
454
  value: input3.q
449
455
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
450
456
  path: _path2 + ".term",
451
457
  expected: "CategoricalTerm",
452
458
  value: input3.term
453
- })) && $vo13(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
459
+ })) && $vo14(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
454
460
  path: _path2 + ".term",
455
461
  expected: "CategoricalTerm",
456
462
  value: input3.term
@@ -512,6 +518,35 @@ var validBoxPlotRequest = (input) => {
512
518
  path: _path2 + ".hiddenValues",
513
519
  expected: "(HiddenValues | undefined)",
514
520
  value: input3.hiddenValues
521
+ }), void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic || $report(_exceptionable2, {
522
+ path: _path2 + ".isAtomic",
523
+ expected: "(boolean | undefined)",
524
+ value: input3.isAtomic
525
+ }), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
526
+ path: _path2 + ".name",
527
+ expected: "(string | undefined)",
528
+ value: input3.name
529
+ }), void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode || $report(_exceptionable2, {
530
+ path: _path2 + ".mode",
531
+ expected: '("binary" | "continuous" | "cox" | "cuminc" | "discrete" | "spline" | undefined)',
532
+ value: input3.mode
533
+ }), void 0 === input3.reuseId || "string" === typeof input3.reuseId || $report(_exceptionable2, {
534
+ path: _path2 + ".reuseId",
535
+ expected: "(string | undefined)",
536
+ value: input3.reuseId
537
+ }), void 0 === input3.type || "filter" === input3.type || $report(_exceptionable2, {
538
+ path: _path2 + ".type",
539
+ expected: '("filter" | undefined)',
540
+ value: input3.type
541
+ })].every((flag) => flag);
542
+ const $vo6 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
543
+ path: _path2 + ".hiddenValues",
544
+ expected: "(HiddenValues | undefined)",
545
+ value: input3.hiddenValues
546
+ })) && $vo4(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
547
+ path: _path2 + ".hiddenValues",
548
+ expected: "(HiddenValues | undefined)",
549
+ value: input3.hiddenValues
515
550
  }), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
516
551
  path: _path2 + ".isAtomic",
517
552
  expected: "(true | undefined)",
@@ -537,7 +572,7 @@ var validBoxPlotRequest = (input) => {
537
572
  expected: "number",
538
573
  value: input3.predefined_groupset_idx
539
574
  })].every((flag) => flag);
540
- const $vo6 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
575
+ const $vo7 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
541
576
  path: _path2 + ".hiddenValues",
542
577
  expected: "(HiddenValues | undefined)",
543
578
  value: input3.hiddenValues
@@ -569,12 +604,12 @@ var validBoxPlotRequest = (input) => {
569
604
  path: _path2 + ".customset",
570
605
  expected: "BaseGroupSet",
571
606
  value: input3.customset
572
- })) && $vo7(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
607
+ })) && $vo8(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
573
608
  path: _path2 + ".customset",
574
609
  expected: "BaseGroupSet",
575
610
  value: input3.customset
576
611
  })].every((flag) => flag);
577
- const $vo7 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
612
+ const $vo8 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
578
613
  path: _path2 + ".groups",
579
614
  expected: "Array<GroupEntry>",
580
615
  value: input3.groups
@@ -591,7 +626,7 @@ var validBoxPlotRequest = (input) => {
591
626
  expected: "Array<GroupEntry>",
592
627
  value: input3.groups
593
628
  })].every((flag) => flag);
594
- const $vo8 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
629
+ const $vo9 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
595
630
  path: _path2 + ".name",
596
631
  expected: "string",
597
632
  value: input3.name
@@ -607,7 +642,7 @@ var validBoxPlotRequest = (input) => {
607
642
  path: _path2 + ".values[" + _index2 + "]",
608
643
  expected: "__type.o1",
609
644
  value: elem
610
- })) && $vo9(elem, _path2 + ".values[" + _index2 + "]", _exceptionable2) || $report(_exceptionable2, {
645
+ })) && $vo10(elem, _path2 + ".values[" + _index2 + "]", _exceptionable2) || $report(_exceptionable2, {
611
646
  path: _path2 + ".values[" + _index2 + "]",
612
647
  expected: "__type.o1",
613
648
  value: elem
@@ -620,7 +655,7 @@ var validBoxPlotRequest = (input) => {
620
655
  expected: "(boolean | undefined)",
621
656
  value: input3.uncomputable
622
657
  })].every((flag) => flag);
623
- const $vo9 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
658
+ const $vo10 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
624
659
  path: _path2 + ".key",
625
660
  expected: "(number | string)",
626
661
  value: input3.key
@@ -629,7 +664,7 @@ var validBoxPlotRequest = (input) => {
629
664
  expected: "string",
630
665
  value: input3.label
631
666
  })].every((flag) => flag);
632
- const $vo10 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
667
+ const $vo11 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
633
668
  path: _path2 + ".name",
634
669
  expected: "string",
635
670
  value: input3.name
@@ -641,12 +676,16 @@ var validBoxPlotRequest = (input) => {
641
676
  path: _path2 + ".filter",
642
677
  expected: "Filter",
643
678
  value: input3.filter
644
- })) && $vo11(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
679
+ })) && $vo12(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
645
680
  path: _path2 + ".filter",
646
681
  expected: "Filter",
647
682
  value: input3.filter
683
+ }), void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable || $report(_exceptionable2, {
684
+ path: _path2 + ".uncomputable",
685
+ expected: "(boolean | undefined)",
686
+ value: input3.uncomputable
648
687
  })].every((flag) => flag);
649
- const $vo11 = (input3, _path2, _exceptionable2 = true) => ["lst" === input3.type || $report(_exceptionable2, {
688
+ const $vo12 = (input3, _path2, _exceptionable2 = true) => ["lst" === input3.type || $report(_exceptionable2, {
650
689
  path: _path2 + ".type",
651
690
  expected: '"lst"',
652
691
  value: input3.type
@@ -679,7 +718,7 @@ var validBoxPlotRequest = (input) => {
679
718
  expected: "Array<Filter | Tvs>",
680
719
  value: input3.lst
681
720
  })].every((flag) => flag);
682
- const $vo12 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
721
+ const $vo13 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
683
722
  path: _path2 + ".join",
684
723
  expected: "(string | undefined)",
685
724
  value: input3.join
@@ -691,7 +730,7 @@ var validBoxPlotRequest = (input) => {
691
730
  path: _path2 + ".term",
692
731
  expected: "CategoricalTerm",
693
732
  value: input3.term
694
- })) && $vo13(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
733
+ })) && $vo14(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
695
734
  path: _path2 + ".term",
696
735
  expected: "CategoricalTerm",
697
736
  value: input3.term
@@ -707,7 +746,7 @@ var validBoxPlotRequest = (input) => {
707
746
  path: _path2 + ".values[" + _index4 + "]",
708
747
  expected: "BaseValue",
709
748
  value: elem
710
- })) && $vo15(elem, _path2 + ".values[" + _index4 + "]", _exceptionable2) || $report(_exceptionable2, {
749
+ })) && $vo16(elem, _path2 + ".values[" + _index4 + "]", _exceptionable2) || $report(_exceptionable2, {
711
750
  path: _path2 + ".values[" + _index4 + "]",
712
751
  expected: "BaseValue",
713
752
  value: elem
@@ -716,7 +755,7 @@ var validBoxPlotRequest = (input) => {
716
755
  expected: "Array<BaseValue>",
717
756
  value: input3.values
718
757
  })].every((flag) => flag);
719
- const $vo13 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
758
+ const $vo14 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
720
759
  path: _path2 + ".id",
721
760
  expected: "string",
722
761
  value: input3.id
@@ -764,11 +803,11 @@ var validBoxPlotRequest = (input) => {
764
803
  path: _path2 + ".values",
765
804
  expected: "(TermValues | undefined)",
766
805
  value: input3.values
767
- })) && $vo14(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
806
+ })) && $vo15(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
768
807
  path: _path2 + ".values",
769
808
  expected: "(TermValues | undefined)",
770
809
  value: input3.values
771
- }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
810
+ }), true, ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
772
811
  path: _path2 + ".groupsetting",
773
812
  expected: "(EnabledTermGroupSetting | __type.o2)",
774
813
  value: input3.groupsetting
@@ -777,7 +816,7 @@ var validBoxPlotRequest = (input) => {
777
816
  expected: "(EnabledTermGroupSetting | __type.o2)",
778
817
  value: input3.groupsetting
779
818
  })].every((flag) => flag);
780
- const $vo14 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
819
+ const $vo15 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
781
820
  const value = input3[key];
782
821
  if (void 0 === value)
783
822
  return true;
@@ -786,7 +825,7 @@ var validBoxPlotRequest = (input) => {
786
825
  path: _path2 + $join(key),
787
826
  expected: "BaseValue",
788
827
  value
789
- })) && $vo15(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
828
+ })) && $vo16(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
790
829
  path: _path2 + $join(key),
791
830
  expected: "BaseValue",
792
831
  value
@@ -796,14 +835,14 @@ var validBoxPlotRequest = (input) => {
796
835
  path: _path2 + $join(key),
797
836
  expected: "BaseValue",
798
837
  value
799
- })) && $vo15(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
838
+ })) && $vo16(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
800
839
  path: _path2 + $join(key),
801
840
  expected: "BaseValue",
802
841
  value
803
842
  });
804
843
  return true;
805
844
  }).every((flag) => flag)].every((flag) => flag);
806
- const $vo15 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
845
+ const $vo16 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
807
846
  path: _path2 + ".key",
808
847
  expected: "(string | undefined)",
809
848
  value: input3.key
@@ -831,12 +870,12 @@ var validBoxPlotRequest = (input) => {
831
870
  path: _path2 + ".filter",
832
871
  expected: "(Filter | undefined)",
833
872
  value: input3.filter
834
- })) && $vo11(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
873
+ })) && $vo12(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
835
874
  path: _path2 + ".filter",
836
875
  expected: "(Filter | undefined)",
837
876
  value: input3.filter
838
877
  })].every((flag) => flag);
839
- const $vo16 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.disabled || "boolean" === typeof input3.disabled || $report(_exceptionable2, {
878
+ const $vo17 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.disabled || "boolean" === typeof input3.disabled || $report(_exceptionable2, {
840
879
  path: _path2 + ".disabled",
841
880
  expected: "(boolean | undefined)",
842
881
  value: input3.disabled
@@ -848,7 +887,7 @@ var validBoxPlotRequest = (input) => {
848
887
  path: _path2 + ".lst[" + _index7 + "]",
849
888
  expected: "Groupset",
850
889
  value: elem
851
- })) && $vo17(elem, _path2 + ".lst[" + _index7 + "]", _exceptionable2) || $report(_exceptionable2, {
890
+ })) && $vo18(elem, _path2 + ".lst[" + _index7 + "]", _exceptionable2) || $report(_exceptionable2, {
852
891
  path: _path2 + ".lst[" + _index7 + "]",
853
892
  expected: "Groupset",
854
893
  value: elem
@@ -857,7 +896,7 @@ var validBoxPlotRequest = (input) => {
857
896
  expected: "Array<Groupset>",
858
897
  value: input3.lst
859
898
  })].every((flag) => flag);
860
- const $vo17 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
899
+ const $vo18 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
861
900
  path: _path2 + ".name",
862
901
  expected: "string",
863
902
  value: input3.name
@@ -886,7 +925,7 @@ var validBoxPlotRequest = (input) => {
886
925
  expected: "Array<GroupEntry>",
887
926
  value: input3.groups
888
927
  })].every((flag) => flag);
889
- const $vo18 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
928
+ const $vo19 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
890
929
  path: _path2 + ".disabled",
891
930
  expected: "boolean",
892
931
  value: input3.disabled
@@ -903,7 +942,7 @@ var validBoxPlotRequest = (input) => {
903
942
  expected: "([] | undefined)",
904
943
  value: input3.lst
905
944
  })].every((flag) => flag);
906
- const $vo19 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
945
+ const $vo20 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
907
946
  path: _path2 + ".join",
908
947
  expected: "(string | undefined)",
909
948
  value: input3.join
@@ -915,7 +954,7 @@ var validBoxPlotRequest = (input) => {
915
954
  path: _path2 + ".term",
916
955
  expected: "NumericTerm",
917
956
  value: input3.term
918
- })) && $vo20(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
957
+ })) && $vo21(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
919
958
  path: _path2 + ".term",
920
959
  expected: "NumericTerm",
921
960
  value: input3.term
@@ -943,7 +982,7 @@ var validBoxPlotRequest = (input) => {
943
982
  path: _path2 + ".values[" + _index10 + "]",
944
983
  expected: "__type.o4",
945
984
  value: elem
946
- })) && $vo28(elem, _path2 + ".values[" + _index10 + "]", _exceptionable2) || $report(_exceptionable2, {
985
+ })) && $vo29(elem, _path2 + ".values[" + _index10 + "]", _exceptionable2) || $report(_exceptionable2, {
947
986
  path: _path2 + ".values[" + _index10 + "]",
948
987
  expected: "__type.o4",
949
988
  value: elem
@@ -952,7 +991,7 @@ var validBoxPlotRequest = (input) => {
952
991
  expected: "Array<__type>.o1",
953
992
  value: input3.values
954
993
  })].every((flag) => flag);
955
- const $vo20 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
994
+ const $vo21 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
956
995
  path: _path2 + ".id",
957
996
  expected: "string",
958
997
  value: input3.id
@@ -1000,15 +1039,15 @@ var validBoxPlotRequest = (input) => {
1000
1039
  path: _path2 + ".values",
1001
1040
  expected: "(TermValues | undefined)",
1002
1041
  value: input3.values
1003
- })) && $vo14(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1042
+ })) && $vo15(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1004
1043
  path: _path2 + ".values",
1005
1044
  expected: "(TermValues | undefined)",
1006
1045
  value: input3.values
1007
- }), ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1046
+ }), true, ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1008
1047
  path: _path2 + ".bins",
1009
1048
  expected: "PresetNumericBins",
1010
1049
  value: input3.bins
1011
- })) && $vo21(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1050
+ })) && $vo22(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1012
1051
  path: _path2 + ".bins",
1013
1052
  expected: "PresetNumericBins",
1014
1053
  value: input3.bins
@@ -1020,12 +1059,12 @@ var validBoxPlotRequest = (input) => {
1020
1059
  path: _path2 + ".continuousColorScale",
1021
1060
  expected: "(__type.o3 | undefined)",
1022
1061
  value: input3.continuousColorScale
1023
- })) && $vo27(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1062
+ })) && $vo28(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1024
1063
  path: _path2 + ".continuousColorScale",
1025
1064
  expected: "(__type.o3 | undefined)",
1026
1065
  value: input3.continuousColorScale
1027
1066
  })].every((flag) => flag);
1028
- const $vo21 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3["default"] && null !== input3["default"] || $report(_exceptionable2, {
1067
+ const $vo22 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3["default"] && null !== input3["default"] || $report(_exceptionable2, {
1029
1068
  path: _path2 + '["default"]',
1030
1069
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
1031
1070
  value: input3["default"]
@@ -1062,7 +1101,7 @@ var validBoxPlotRequest = (input) => {
1062
1101
  expected: "(number | undefined)",
1063
1102
  value: input3.max
1064
1103
  })].every((flag) => flag);
1065
- const $vo22 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1104
+ const $vo23 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1066
1105
  path: _path2 + ".hiddenValues",
1067
1106
  expected: "(HiddenValues | undefined)",
1068
1107
  value: input3.hiddenValues
@@ -1115,7 +1154,7 @@ var validBoxPlotRequest = (input) => {
1115
1154
  expected: "(number | undefined)",
1116
1155
  value: input3.label_offset
1117
1156
  })].every((flag) => flag);
1118
- const $vo23 = (input3, _path2, _exceptionable2 = true) => [true === input3.startunbounded || $report(_exceptionable2, {
1157
+ const $vo24 = (input3, _path2, _exceptionable2 = true) => [true === input3.startunbounded || $report(_exceptionable2, {
1119
1158
  path: _path2 + ".startunbounded",
1120
1159
  expected: "true",
1121
1160
  value: input3.startunbounded
@@ -1140,7 +1179,7 @@ var validBoxPlotRequest = (input) => {
1140
1179
  expected: "(string | undefined)",
1141
1180
  value: input3.label
1142
1181
  })].every((flag) => flag);
1143
- const $vo24 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.startunbounded || false === input3.startunbounded || $report(_exceptionable2, {
1182
+ const $vo25 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.startunbounded || false === input3.startunbounded || $report(_exceptionable2, {
1144
1183
  path: _path2 + ".startunbounded",
1145
1184
  expected: "(false | undefined)",
1146
1185
  value: input3.startunbounded
@@ -1169,7 +1208,7 @@ var validBoxPlotRequest = (input) => {
1169
1208
  expected: "(string | undefined)",
1170
1209
  value: input3.label
1171
1210
  })].every((flag) => flag);
1172
- const $vo25 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.start || $report(_exceptionable2, {
1211
+ const $vo26 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.start || $report(_exceptionable2, {
1173
1212
  path: _path2 + ".start",
1174
1213
  expected: "number",
1175
1214
  value: input3.start
@@ -1194,7 +1233,7 @@ var validBoxPlotRequest = (input) => {
1194
1233
  expected: "(string | undefined)",
1195
1234
  value: input3.label
1196
1235
  })].every((flag) => flag);
1197
- const $vo26 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1236
+ const $vo27 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1198
1237
  path: _path2 + ".hiddenValues",
1199
1238
  expected: "(HiddenValues | undefined)",
1200
1239
  value: input3.hiddenValues
@@ -1261,7 +1300,7 @@ var validBoxPlotRequest = (input) => {
1261
1300
  expected: '("median" | undefined)',
1262
1301
  value: input3.preferredBins
1263
1302
  })].every((flag) => flag);
1264
- const $vo27 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.minColor || $report(_exceptionable2, {
1303
+ const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.minColor || $report(_exceptionable2, {
1265
1304
  path: _path2 + ".minColor",
1266
1305
  expected: "string",
1267
1306
  value: input3.minColor
@@ -1270,7 +1309,7 @@ var validBoxPlotRequest = (input) => {
1270
1309
  expected: "string",
1271
1310
  value: input3.maxColor
1272
1311
  })].every((flag) => flag);
1273
- const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1312
+ const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1274
1313
  path: _path2 + ".key",
1275
1314
  expected: "string",
1276
1315
  value: input3.key
@@ -1287,7 +1326,7 @@ var validBoxPlotRequest = (input) => {
1287
1326
  expected: "(string | undefined)",
1288
1327
  value: input3.label
1289
1328
  })].every((flag) => flag);
1290
- const $vo29 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1329
+ const $vo30 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1291
1330
  path: _path2 + ".join",
1292
1331
  expected: "(string | undefined)",
1293
1332
  value: input3.join
@@ -1299,7 +1338,7 @@ var validBoxPlotRequest = (input) => {
1299
1338
  path: _path2 + ".term",
1300
1339
  expected: "ConditionTerm",
1301
1340
  value: input3.term
1302
- })) && $vo30(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1341
+ })) && $vo31(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1303
1342
  path: _path2 + ".term",
1304
1343
  expected: "ConditionTerm",
1305
1344
  value: input3.term
@@ -1323,7 +1362,7 @@ var validBoxPlotRequest = (input) => {
1323
1362
  path: _path2 + ".grade_and_child[" + _index14 + "]",
1324
1363
  expected: "GradeAndChildEntry",
1325
1364
  value: elem
1326
- })) && $vo31(elem, _path2 + ".grade_and_child[" + _index14 + "]", _exceptionable2) || $report(_exceptionable2, {
1365
+ })) && $vo32(elem, _path2 + ".grade_and_child[" + _index14 + "]", _exceptionable2) || $report(_exceptionable2, {
1327
1366
  path: _path2 + ".grade_and_child[" + _index14 + "]",
1328
1367
  expected: "GradeAndChildEntry",
1329
1368
  value: elem
@@ -1332,7 +1371,7 @@ var validBoxPlotRequest = (input) => {
1332
1371
  expected: "(Array<GradeAndChildEntry> | undefined)",
1333
1372
  value: input3.grade_and_child
1334
1373
  })].every((flag) => flag);
1335
- const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1374
+ const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1336
1375
  path: _path2 + ".id",
1337
1376
  expected: "string",
1338
1377
  value: input3.id
@@ -1380,12 +1419,12 @@ var validBoxPlotRequest = (input) => {
1380
1419
  path: _path2 + ".values",
1381
1420
  expected: "(TermValues | undefined)",
1382
1421
  value: input3.values
1383
- })) && $vo14(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1422
+ })) && $vo15(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1384
1423
  path: _path2 + ".values",
1385
1424
  expected: "(TermValues | undefined)",
1386
1425
  value: input3.values
1387
- })].every((flag) => flag);
1388
- const $vo31 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1426
+ }), true].every((flag) => flag);
1427
+ const $vo32 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1389
1428
  path: _path2 + ".grade",
1390
1429
  expected: "number",
1391
1430
  value: input3.grade
@@ -1402,7 +1441,7 @@ var validBoxPlotRequest = (input) => {
1402
1441
  expected: "string",
1403
1442
  value: input3.child_label
1404
1443
  })].every((flag) => flag);
1405
- const $vo32 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1444
+ const $vo33 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1406
1445
  path: _path2 + ".join",
1407
1446
  expected: "(string | undefined)",
1408
1447
  value: input3.join
@@ -1435,7 +1474,7 @@ var validBoxPlotRequest = (input) => {
1435
1474
  expected: "Array<GeneVariantTvsValue>",
1436
1475
  value: input3.values
1437
1476
  })].every((flag) => flag);
1438
- const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1477
+ const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1439
1478
  path: _path2 + ".id",
1440
1479
  expected: "string",
1441
1480
  value: input3.id
@@ -1483,15 +1522,15 @@ var validBoxPlotRequest = (input) => {
1483
1522
  path: _path2 + ".values",
1484
1523
  expected: "(TermValues | undefined)",
1485
1524
  value: input3.values
1486
- })) && $vo14(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1525
+ })) && $vo15(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1487
1526
  path: _path2 + ".values",
1488
1527
  expected: "(TermValues | undefined)",
1489
1528
  value: input3.values
1490
- }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
1529
+ }), true, ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
1491
1530
  path: _path2 + ".groupsetting",
1492
1531
  expected: "EnabledTermGroupSetting",
1493
1532
  value: input3.groupsetting
1494
- })) && $vo16(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
1533
+ })) && $vo17(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
1495
1534
  path: _path2 + ".groupsetting",
1496
1535
  expected: "EnabledTermGroupSetting",
1497
1536
  value: input3.groupsetting
@@ -1516,7 +1555,7 @@ var validBoxPlotRequest = (input) => {
1516
1555
  expected: "(number | undefined)",
1517
1556
  value: input3.stop
1518
1557
  })].every((flag) => flag);
1519
- const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1558
+ const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1520
1559
  path: _path2 + ".id",
1521
1560
  expected: "string",
1522
1561
  value: input3.id
@@ -1564,15 +1603,15 @@ var validBoxPlotRequest = (input) => {
1564
1603
  path: _path2 + ".values",
1565
1604
  expected: "(TermValues | undefined)",
1566
1605
  value: input3.values
1567
- })) && $vo14(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1606
+ })) && $vo15(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1568
1607
  path: _path2 + ".values",
1569
1608
  expected: "(TermValues | undefined)",
1570
1609
  value: input3.values
1571
- }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
1610
+ }), true, ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
1572
1611
  path: _path2 + ".groupsetting",
1573
1612
  expected: "EnabledTermGroupSetting",
1574
1613
  value: input3.groupsetting
1575
- })) && $vo16(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
1614
+ })) && $vo17(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
1576
1615
  path: _path2 + ".groupsetting",
1577
1616
  expected: "EnabledTermGroupSetting",
1578
1617
  value: input3.groupsetting
@@ -1593,7 +1632,7 @@ var validBoxPlotRequest = (input) => {
1593
1632
  expected: "number",
1594
1633
  value: input3.stop
1595
1634
  })].every((flag) => flag);
1596
- const $vo35 = (input3, _path2, _exceptionable2 = true) => [1 === input3.dt || $report(_exceptionable2, {
1635
+ const $vo36 = (input3, _path2, _exceptionable2 = true) => [1 === input3.dt || $report(_exceptionable2, {
1597
1636
  path: _path2 + ".dt",
1598
1637
  expected: "1",
1599
1638
  value: input3.dt
@@ -1626,7 +1665,7 @@ var validBoxPlotRequest = (input) => {
1626
1665
  expected: '("germline" | "somatic" | undefined)',
1627
1666
  value: input3.origin
1628
1667
  })].every((flag) => flag);
1629
- const $vo36 = (input3, _path2, _exceptionable2 = true) => [4 === input3.dt || $report(_exceptionable2, {
1668
+ const $vo37 = (input3, _path2, _exceptionable2 = true) => [4 === input3.dt || $report(_exceptionable2, {
1630
1669
  path: _path2 + ".dt",
1631
1670
  expected: "4",
1632
1671
  value: input3.dt
@@ -1659,7 +1698,7 @@ var validBoxPlotRequest = (input) => {
1659
1698
  expected: '("germline" | "somatic" | undefined)',
1660
1699
  value: input3.origin
1661
1700
  })].every((flag) => flag);
1662
- const $vo37 = (input3, _path2, _exceptionable2 = true) => [5 === input3.dt || $report(_exceptionable2, {
1701
+ const $vo38 = (input3, _path2, _exceptionable2 = true) => [5 === input3.dt || $report(_exceptionable2, {
1663
1702
  path: _path2 + ".dt",
1664
1703
  expected: "5",
1665
1704
  value: input3.dt
@@ -1692,7 +1731,7 @@ var validBoxPlotRequest = (input) => {
1692
1731
  expected: '("germline" | "somatic" | undefined)',
1693
1732
  value: input3.origin
1694
1733
  })].every((flag) => flag);
1695
- const $vo38 = (input3, _path2, _exceptionable2 = true) => [2 === input3.dt || $report(_exceptionable2, {
1734
+ const $vo39 = (input3, _path2, _exceptionable2 = true) => [2 === input3.dt || $report(_exceptionable2, {
1696
1735
  path: _path2 + ".dt",
1697
1736
  expected: "2",
1698
1737
  value: input3.dt
@@ -1725,7 +1764,7 @@ var validBoxPlotRequest = (input) => {
1725
1764
  expected: '("germline" | "somatic" | undefined)',
1726
1765
  value: input3.origin
1727
1766
  })].every((flag) => flag);
1728
- const $vo39 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
1767
+ const $vo40 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
1729
1768
  path: _path2 + ".id",
1730
1769
  expected: "(string | undefined)",
1731
1770
  value: input3.id
@@ -1753,7 +1792,7 @@ var validBoxPlotRequest = (input) => {
1753
1792
  path: _path2 + ".term",
1754
1793
  expected: "NumericTerm",
1755
1794
  value: input3.term
1756
- })) && $vo20(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1795
+ })) && $vo21(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1757
1796
  path: _path2 + ".term",
1758
1797
  expected: "NumericTerm",
1759
1798
  value: input3.term
@@ -1766,7 +1805,7 @@ var validBoxPlotRequest = (input) => {
1766
1805
  expected: "(BinaryNumericQ | ContinuousNumericQ | CustomNumericBinConfig | RegularNumericBinConfig | SplineNumericQ)",
1767
1806
  value: input3.q
1768
1807
  })].every((flag) => flag);
1769
- const $vo40 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1808
+ const $vo41 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1770
1809
  path: _path2 + ".hiddenValues",
1771
1810
  expected: "(HiddenValues | undefined)",
1772
1811
  value: input3.hiddenValues
@@ -1826,7 +1865,7 @@ var validBoxPlotRequest = (input) => {
1826
1865
  expected: "[StartUnboundedBin | FullyBoundedBin, FullyBoundedBin | StopUnboundedBin]",
1827
1866
  value: input3.lst
1828
1867
  })].every((flag) => flag);
1829
- const $vo41 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1868
+ const $vo42 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1830
1869
  path: _path2 + ".hiddenValues",
1831
1870
  expected: "(HiddenValues | undefined)",
1832
1871
  value: input3.hiddenValues
@@ -1863,7 +1902,7 @@ var validBoxPlotRequest = (input) => {
1863
1902
  expected: "undefined",
1864
1903
  value: input3.type
1865
1904
  }))].every((flag) => flag);
1866
- const $vo42 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1905
+ const $vo43 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1867
1906
  path: _path2 + ".hiddenValues",
1868
1907
  expected: "(HiddenValues | undefined)",
1869
1908
  value: input3.hiddenValues
@@ -1895,7 +1934,7 @@ var validBoxPlotRequest = (input) => {
1895
1934
  path: _path2 + ".knots[" + _index30 + "]",
1896
1935
  expected: "__type.o5",
1897
1936
  value: elem
1898
- })) && $vo43(elem, _path2 + ".knots[" + _index30 + "]", _exceptionable2) || $report(_exceptionable2, {
1937
+ })) && $vo44(elem, _path2 + ".knots[" + _index30 + "]", _exceptionable2) || $report(_exceptionable2, {
1899
1938
  path: _path2 + ".knots[" + _index30 + "]",
1900
1939
  expected: "__type.o5",
1901
1940
  value: elem
@@ -1912,12 +1951,12 @@ var validBoxPlotRequest = (input) => {
1912
1951
  expected: "undefined",
1913
1952
  value: input3.type
1914
1953
  }))].every((flag) => flag);
1915
- const $vo43 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
1954
+ const $vo44 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
1916
1955
  path: _path2 + ".value",
1917
1956
  expected: "number",
1918
1957
  value: input3.value
1919
1958
  })].every((flag) => flag);
1920
- const $vo44 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
1959
+ const $vo45 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
1921
1960
  path: _path2 + ".id",
1922
1961
  expected: "(string | undefined)",
1923
1962
  value: input3.id
@@ -1945,7 +1984,7 @@ var validBoxPlotRequest = (input) => {
1945
1984
  path: _path2 + ".q",
1946
1985
  expected: "SnpsQ",
1947
1986
  value: input3.q
1948
- })) && $vo45(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
1987
+ })) && $vo46(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
1949
1988
  path: _path2 + ".q",
1950
1989
  expected: "SnpsQ",
1951
1990
  value: input3.q
@@ -1953,12 +1992,12 @@ var validBoxPlotRequest = (input) => {
1953
1992
  path: _path2 + ".term",
1954
1993
  expected: "SnpsTerm",
1955
1994
  value: input3.term
1956
- })) && $vo47(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1995
+ })) && $vo48(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1957
1996
  path: _path2 + ".term",
1958
1997
  expected: "SnpsTerm",
1959
1998
  value: input3.term
1960
1999
  })].every((flag) => flag);
1961
- const $vo45 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2000
+ const $vo46 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1962
2001
  path: _path2 + ".hiddenValues",
1963
2002
  expected: "(HiddenValues | undefined)",
1964
2003
  value: input3.hiddenValues
@@ -1982,9 +2021,9 @@ var validBoxPlotRequest = (input) => {
1982
2021
  path: _path2 + ".reuseId",
1983
2022
  expected: "(string | undefined)",
1984
2023
  value: input3.reuseId
1985
- }), void 0 === input3.type || "values" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "custom-samplelst" === input3.type || $report(_exceptionable2, {
2024
+ }), void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type || $report(_exceptionable2, {
1986
2025
  path: _path2 + ".type",
1987
- expected: '("custom-bin" | "custom-groupset" | "custom-samplelst" | "predefined-groupset" | "regular-bin" | "values" | undefined)',
2026
+ expected: '("custom-bin" | "custom-groupset" | "custom-samplelst" | "filter" | "predefined-groupset" | "regular-bin" | "values" | undefined)',
1988
2027
  value: input3.type
1989
2028
  }), "number" === typeof input3.AFcutoff || $report(_exceptionable2, {
1990
2029
  path: _path2 + ".AFcutoff",
@@ -2014,7 +2053,7 @@ var validBoxPlotRequest = (input) => {
2014
2053
  path: _path2 + ".restrictAncestry",
2015
2054
  expected: "RestrictAncestry",
2016
2055
  value: input3.restrictAncestry
2017
- })) && $vo46(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
2056
+ })) && $vo47(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
2018
2057
  path: _path2 + ".restrictAncestry",
2019
2058
  expected: "RestrictAncestry",
2020
2059
  value: input3.restrictAncestry
@@ -2022,7 +2061,7 @@ var validBoxPlotRequest = (input) => {
2022
2061
  path: _path2 + ".variant_filter",
2023
2062
  expected: "Filter",
2024
2063
  value: input3.variant_filter
2025
- })) && $vo11(input3.variant_filter, _path2 + ".variant_filter", _exceptionable2) || $report(_exceptionable2, {
2064
+ })) && $vo12(input3.variant_filter, _path2 + ".variant_filter", _exceptionable2) || $report(_exceptionable2, {
2026
2065
  path: _path2 + ".variant_filter",
2027
2066
  expected: "Filter",
2028
2067
  value: input3.variant_filter
@@ -2039,7 +2078,7 @@ var validBoxPlotRequest = (input) => {
2039
2078
  expected: "number",
2040
2079
  value: input3.stop
2041
2080
  })].every((flag) => flag);
2042
- const $vo46 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2081
+ const $vo47 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2043
2082
  path: _path2 + ".name",
2044
2083
  expected: "string",
2045
2084
  value: input3.name
@@ -2052,7 +2091,7 @@ var validBoxPlotRequest = (input) => {
2052
2091
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
2053
2092
  value: input3.tvs
2054
2093
  })].every((flag) => flag);
2055
- const $vo47 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2094
+ const $vo48 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2056
2095
  path: _path2 + ".id",
2057
2096
  expected: "string",
2058
2097
  value: input3.id
@@ -2100,11 +2139,11 @@ var validBoxPlotRequest = (input) => {
2100
2139
  path: _path2 + ".values",
2101
2140
  expected: "(TermValues | undefined)",
2102
2141
  value: input3.values
2103
- })) && $vo14(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2142
+ })) && $vo15(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2104
2143
  path: _path2 + ".values",
2105
2144
  expected: "(TermValues | undefined)",
2106
2145
  value: input3.values
2107
- }), void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit || $report(_exceptionable2, {
2146
+ }), true, void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit || $report(_exceptionable2, {
2108
2147
  path: _path2 + ".reachedVariantLimit",
2109
2148
  expected: "(boolean | undefined)",
2110
2149
  value: input3.reachedVariantLimit
@@ -2116,7 +2155,7 @@ var validBoxPlotRequest = (input) => {
2116
2155
  path: _path2 + ".snps[" + _index33 + "]",
2117
2156
  expected: "SnpsEntry",
2118
2157
  value: elem
2119
- })) && $vo48(elem, _path2 + ".snps[" + _index33 + "]", _exceptionable2) || $report(_exceptionable2, {
2158
+ })) && $vo49(elem, _path2 + ".snps[" + _index33 + "]", _exceptionable2) || $report(_exceptionable2, {
2120
2159
  path: _path2 + ".snps[" + _index33 + "]",
2121
2160
  expected: "SnpsEntry",
2122
2161
  value: elem
@@ -2125,7 +2164,7 @@ var validBoxPlotRequest = (input) => {
2125
2164
  expected: "(Array<SnpsEntry> | undefined)",
2126
2165
  value: input3.snps
2127
2166
  })].every((flag) => flag);
2128
- const $vo48 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
2167
+ const $vo49 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
2129
2168
  path: _path2 + ".altAlleles",
2130
2169
  expected: "(Array<string> | undefined)",
2131
2170
  value: input3.altAlleles
@@ -2145,7 +2184,7 @@ var validBoxPlotRequest = (input) => {
2145
2184
  path: _path2 + ".alleles[" + _index35 + "]",
2146
2185
  expected: "AllelesEntry",
2147
2186
  value: elem
2148
- })) && $vo49(elem, _path2 + ".alleles[" + _index35 + "]", _exceptionable2) || $report(_exceptionable2, {
2187
+ })) && $vo50(elem, _path2 + ".alleles[" + _index35 + "]", _exceptionable2) || $report(_exceptionable2, {
2149
2188
  path: _path2 + ".alleles[" + _index35 + "]",
2150
2189
  expected: "AllelesEntry",
2151
2190
  value: elem
@@ -2161,7 +2200,7 @@ var validBoxPlotRequest = (input) => {
2161
2200
  path: _path2 + ".gt2count",
2162
2201
  expected: "(__type.o6 | undefined)",
2163
2202
  value: input3.gt2count
2164
- })) && $vo50(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
2203
+ })) && $vo51(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
2165
2204
  path: _path2 + ".gt2count",
2166
2205
  expected: "(__type.o6 | undefined)",
2167
2206
  value: input3.gt2count
@@ -2190,7 +2229,7 @@ var validBoxPlotRequest = (input) => {
2190
2229
  expected: "(number | undefined)",
2191
2230
  value: input3.pos
2192
2231
  })].every((flag) => flag);
2193
- const $vo49 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
2232
+ const $vo50 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
2194
2233
  path: _path2 + ".allele",
2195
2234
  expected: "string",
2196
2235
  value: input3.allele
@@ -2203,7 +2242,7 @@ var validBoxPlotRequest = (input) => {
2203
2242
  expected: "boolean",
2204
2243
  value: input3.isRef
2205
2244
  })].every((flag) => flag);
2206
- const $vo50 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
2245
+ const $vo51 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
2207
2246
  path: _path2 + ".k",
2208
2247
  expected: "string",
2209
2248
  value: input3.k
@@ -2212,7 +2251,7 @@ var validBoxPlotRequest = (input) => {
2212
2251
  expected: "(number | string)",
2213
2252
  value: input3.v
2214
2253
  })].every((flag) => flag);
2215
- const $vo51 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2254
+ const $vo52 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2216
2255
  path: _path2 + ".id",
2217
2256
  expected: "(string | undefined)",
2218
2257
  value: input3.id
@@ -2246,14 +2285,14 @@ var validBoxPlotRequest = (input) => {
2246
2285
  value: input3.term
2247
2286
  }), ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) || $report(_exceptionable2, {
2248
2287
  path: _path2 + ".q",
2249
- expected: "(BaseQ | BinaryNumericQ | ConditionQ | ContinuousNumericQ | CustomGroupSettingQ | CustomNumericBinConfig | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; dt?: number | undefined; origin?: string | undefined; } & { ...; } & { ...; } | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; dt?: number | undefined; origin?: string | undefined; } & { ...; } & { ...; }.o1 | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; dt?: number | undefined; origin?: string | undefined; } & { ...; } & { ...; }.o2 | PredefinedGroupSettingQ | RegularNumericBinConfig | SampleLstQ | SnpsQ | SplineNumericQ | ValuesQ)",
2288
+ expected: "(BaseQ | BinaryNumericQ | ConditionQ | ContinuousNumericQ | CustomGroupSettingQ | CustomNumericBinConfig | FilterQ | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; dt?: number | undefined; origin?: string | undefined; } & BaseQ & { ...; } | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; dt?: number | undefined; origin?: string | undefined; } & { ...; } & { ...; } | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; dt?: number | undefined; origin?: string | undefined; } & { ...; } & { ...; }.o1 | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; dt?: number | undefined; origin?: string | undefined; } & { ...; } & { ...; }.o2 | PredefinedGroupSettingQ | RegularNumericBinConfig | SampleLstQ | SnpsQ | SplineNumericQ | ValuesQ)",
2250
2289
  value: input3.q
2251
2290
  })) && $vu14(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2252
2291
  path: _path2 + ".q",
2253
- expected: "(BaseQ | BinaryNumericQ | ConditionQ | ContinuousNumericQ | CustomGroupSettingQ | CustomNumericBinConfig | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; dt?: number | undefined; origin?: string | undefined; } & { ...; } & { ...; } | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; dt?: number | undefined; origin?: string | undefined; } & { ...; } & { ...; }.o1 | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; dt?: number | undefined; origin?: string | undefined; } & { ...; } & { ...; }.o2 | PredefinedGroupSettingQ | RegularNumericBinConfig | SampleLstQ | SnpsQ | SplineNumericQ | ValuesQ)",
2292
+ expected: "(BaseQ | BinaryNumericQ | ConditionQ | ContinuousNumericQ | CustomGroupSettingQ | CustomNumericBinConfig | FilterQ | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; dt?: number | undefined; origin?: string | undefined; } & BaseQ & { ...; } | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; dt?: number | undefined; origin?: string | undefined; } & { ...; } & { ...; } | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; dt?: number | undefined; origin?: string | undefined; } & { ...; } & { ...; }.o1 | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; dt?: number | undefined; origin?: string | undefined; } & { ...; } & { ...; }.o2 | PredefinedGroupSettingQ | RegularNumericBinConfig | SampleLstQ | SnpsQ | SplineNumericQ | ValuesQ)",
2254
2293
  value: input3.q
2255
2294
  })].every((flag) => flag);
2256
- const $vo52 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2295
+ const $vo53 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2257
2296
  path: _path2 + ".id",
2258
2297
  expected: "string",
2259
2298
  value: input3.id
@@ -2301,11 +2340,11 @@ var validBoxPlotRequest = (input) => {
2301
2340
  path: _path2 + ".values",
2302
2341
  expected: "(TermValues | undefined)",
2303
2342
  value: input3.values
2304
- })) && $vo14(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2343
+ })) && $vo15(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2305
2344
  path: _path2 + ".values",
2306
2345
  expected: "(TermValues | undefined)",
2307
2346
  value: input3.values
2308
- }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
2347
+ }), true, ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
2309
2348
  path: _path2 + ".groupsetting",
2310
2349
  expected: "(EnabledTermGroupSetting | __type.o2)",
2311
2350
  value: input3.groupsetting
@@ -2314,7 +2353,7 @@ var validBoxPlotRequest = (input) => {
2314
2353
  expected: "(EnabledTermGroupSetting | __type.o2)",
2315
2354
  value: input3.groupsetting
2316
2355
  })].every((flag) => flag);
2317
- const $vo53 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2356
+ const $vo54 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2318
2357
  path: _path2 + ".id",
2319
2358
  expected: "string",
2320
2359
  value: input3.id
@@ -2362,15 +2401,15 @@ var validBoxPlotRequest = (input) => {
2362
2401
  path: _path2 + ".values",
2363
2402
  expected: "(TermValues | undefined)",
2364
2403
  value: input3.values
2365
- })) && $vo14(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2404
+ })) && $vo15(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2366
2405
  path: _path2 + ".values",
2367
2406
  expected: "(TermValues | undefined)",
2368
2407
  value: input3.values
2369
- }), ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
2408
+ }), true, ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
2370
2409
  path: _path2 + ".bins",
2371
2410
  expected: "PresetNumericBins",
2372
2411
  value: input3.bins
2373
- })) && $vo21(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
2412
+ })) && $vo22(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
2374
2413
  path: _path2 + ".bins",
2375
2414
  expected: "PresetNumericBins",
2376
2415
  value: input3.bins
@@ -2382,12 +2421,12 @@ var validBoxPlotRequest = (input) => {
2382
2421
  path: _path2 + ".continuousColorScale",
2383
2422
  expected: "(__type.o3 | undefined)",
2384
2423
  value: input3.continuousColorScale
2385
- })) && $vo27(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
2424
+ })) && $vo28(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
2386
2425
  path: _path2 + ".continuousColorScale",
2387
2426
  expected: "(__type.o3 | undefined)",
2388
2427
  value: input3.continuousColorScale
2389
2428
  })].every((flag) => flag);
2390
- const $vo54 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2429
+ const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2391
2430
  path: _path2 + ".id",
2392
2431
  expected: "string",
2393
2432
  value: input3.id
@@ -2435,12 +2474,12 @@ var validBoxPlotRequest = (input) => {
2435
2474
  path: _path2 + ".values",
2436
2475
  expected: "(TermValues | undefined)",
2437
2476
  value: input3.values
2438
- })) && $vo14(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2477
+ })) && $vo15(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2439
2478
  path: _path2 + ".values",
2440
2479
  expected: "(TermValues | undefined)",
2441
2480
  value: input3.values
2442
- })].every((flag) => flag);
2443
- const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2481
+ }), true].every((flag) => flag);
2482
+ const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2444
2483
  path: _path2 + ".id",
2445
2484
  expected: "string",
2446
2485
  value: input3.id
@@ -2488,15 +2527,15 @@ var validBoxPlotRequest = (input) => {
2488
2527
  path: _path2 + ".values",
2489
2528
  expected: "(TermValues | undefined)",
2490
2529
  value: input3.values
2491
- })) && $vo14(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2530
+ })) && $vo15(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2492
2531
  path: _path2 + ".values",
2493
2532
  expected: "(TermValues | undefined)",
2494
2533
  value: input3.values
2495
- }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
2534
+ }), true, ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
2496
2535
  path: _path2 + ".groupsetting",
2497
2536
  expected: "EnabledTermGroupSetting",
2498
2537
  value: input3.groupsetting
2499
- })) && $vo16(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2538
+ })) && $vo17(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2500
2539
  path: _path2 + ".groupsetting",
2501
2540
  expected: "EnabledTermGroupSetting",
2502
2541
  value: input3.groupsetting
@@ -2521,7 +2560,7 @@ var validBoxPlotRequest = (input) => {
2521
2560
  expected: "(number | undefined)",
2522
2561
  value: input3.stop
2523
2562
  })].every((flag) => flag);
2524
- const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2563
+ const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2525
2564
  path: _path2 + ".id",
2526
2565
  expected: "string",
2527
2566
  value: input3.id
@@ -2569,15 +2608,15 @@ var validBoxPlotRequest = (input) => {
2569
2608
  path: _path2 + ".values",
2570
2609
  expected: "(TermValues | undefined)",
2571
2610
  value: input3.values
2572
- })) && $vo14(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2611
+ })) && $vo15(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2573
2612
  path: _path2 + ".values",
2574
2613
  expected: "(TermValues | undefined)",
2575
2614
  value: input3.values
2576
- }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
2615
+ }), true, ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
2577
2616
  path: _path2 + ".groupsetting",
2578
2617
  expected: "EnabledTermGroupSetting",
2579
2618
  value: input3.groupsetting
2580
- })) && $vo16(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2619
+ })) && $vo17(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2581
2620
  path: _path2 + ".groupsetting",
2582
2621
  expected: "EnabledTermGroupSetting",
2583
2622
  value: input3.groupsetting
@@ -2598,7 +2637,7 @@ var validBoxPlotRequest = (input) => {
2598
2637
  expected: "number",
2599
2638
  value: input3.stop
2600
2639
  })].every((flag) => flag);
2601
- const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2640
+ const $vo58 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2602
2641
  path: _path2 + ".id",
2603
2642
  expected: "string",
2604
2643
  value: input3.id
@@ -2646,11 +2685,11 @@ var validBoxPlotRequest = (input) => {
2646
2685
  path: _path2 + ".values",
2647
2686
  expected: "(TermValues | undefined)",
2648
2687
  value: input3.values
2649
- })) && $vo14(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2688
+ })) && $vo15(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2650
2689
  path: _path2 + ".values",
2651
2690
  expected: "(TermValues | undefined)",
2652
2691
  value: input3.values
2653
- }), void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit || $report(_exceptionable2, {
2692
+ }), true, void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit || $report(_exceptionable2, {
2654
2693
  path: _path2 + ".reachedVariantLimit",
2655
2694
  expected: "(boolean | undefined)",
2656
2695
  value: input3.reachedVariantLimit
@@ -2662,7 +2701,7 @@ var validBoxPlotRequest = (input) => {
2662
2701
  path: _path2 + ".snps[" + _index48 + "]",
2663
2702
  expected: "SnpsEntry",
2664
2703
  value: elem
2665
- })) && $vo48(elem, _path2 + ".snps[" + _index48 + "]", _exceptionable2) || $report(_exceptionable2, {
2704
+ })) && $vo49(elem, _path2 + ".snps[" + _index48 + "]", _exceptionable2) || $report(_exceptionable2, {
2666
2705
  path: _path2 + ".snps[" + _index48 + "]",
2667
2706
  expected: "SnpsEntry",
2668
2707
  value: elem
@@ -2671,7 +2710,7 @@ var validBoxPlotRequest = (input) => {
2671
2710
  expected: "(Array<SnpsEntry> | undefined)",
2672
2711
  value: input3.snps
2673
2712
  })].every((flag) => flag);
2674
- const $vo58 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2713
+ const $vo59 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2675
2714
  path: _path2 + ".id",
2676
2715
  expected: "string",
2677
2716
  value: input3.id
@@ -2719,12 +2758,12 @@ var validBoxPlotRequest = (input) => {
2719
2758
  path: _path2 + ".values",
2720
2759
  expected: "(TermValues & SampleLstTermValues | undefined)",
2721
2760
  value: input3.values
2722
- })) && $vo59(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2761
+ })) && $vo60(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2723
2762
  path: _path2 + ".values",
2724
2763
  expected: "(TermValues & SampleLstTermValues | undefined)",
2725
2764
  value: input3.values
2726
- })].every((flag) => flag);
2727
- const $vo59 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2765
+ }), true].every((flag) => flag);
2766
+ const $vo60 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2728
2767
  const value = input3[key];
2729
2768
  if (void 0 === value)
2730
2769
  return true;
@@ -2733,7 +2772,7 @@ var validBoxPlotRequest = (input) => {
2733
2772
  path: _path2 + $join(key),
2734
2773
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
2735
2774
  value
2736
- })) && $vo60(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2775
+ })) && $vo61(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2737
2776
  path: _path2 + $join(key),
2738
2777
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
2739
2778
  value
@@ -2743,14 +2782,14 @@ var validBoxPlotRequest = (input) => {
2743
2782
  path: _path2 + $join(key),
2744
2783
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
2745
2784
  value
2746
- })) && $vo60(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2785
+ })) && $vo61(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2747
2786
  path: _path2 + $join(key),
2748
2787
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
2749
2788
  value
2750
2789
  });
2751
2790
  return true;
2752
2791
  }).every((flag) => flag)].every((flag) => flag);
2753
- const $vo60 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
2792
+ const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
2754
2793
  path: _path2 + ".key",
2755
2794
  expected: "(string | undefined)",
2756
2795
  value: input3.key
@@ -2778,7 +2817,7 @@ var validBoxPlotRequest = (input) => {
2778
2817
  path: _path2 + ".filter",
2779
2818
  expected: "(Filter | undefined)",
2780
2819
  value: input3.filter
2781
- })) && $vo11(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
2820
+ })) && $vo12(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
2782
2821
  path: _path2 + ".filter",
2783
2822
  expected: "(Filter | undefined)",
2784
2823
  value: input3.filter
@@ -2798,7 +2837,7 @@ var validBoxPlotRequest = (input) => {
2798
2837
  path: _path2 + ".list[" + _index51 + "]",
2799
2838
  expected: "__type.o7",
2800
2839
  value: elem
2801
- })) && $vo61(elem, _path2 + ".list[" + _index51 + "]", _exceptionable2) || $report(_exceptionable2, {
2840
+ })) && $vo62(elem, _path2 + ".list[" + _index51 + "]", _exceptionable2) || $report(_exceptionable2, {
2802
2841
  path: _path2 + ".list[" + _index51 + "]",
2803
2842
  expected: "__type.o7",
2804
2843
  value: elem
@@ -2807,7 +2846,7 @@ var validBoxPlotRequest = (input) => {
2807
2846
  expected: "Array<__type>.o3",
2808
2847
  value: input3.list
2809
2848
  }), true].every((flag) => flag);
2810
- const $vo61 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.sampleId || $report(_exceptionable2, {
2849
+ const $vo62 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.sampleId || $report(_exceptionable2, {
2811
2850
  path: _path2 + ".sampleId",
2812
2851
  expected: "string",
2813
2852
  value: input3.sampleId
@@ -2816,7 +2855,7 @@ var validBoxPlotRequest = (input) => {
2816
2855
  expected: "string",
2817
2856
  value: input3.sample
2818
2857
  })].every((flag) => flag);
2819
- const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2858
+ const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2820
2859
  path: _path2 + ".hiddenValues",
2821
2860
  expected: "(HiddenValues | undefined)",
2822
2861
  value: input3.hiddenValues
@@ -2840,12 +2879,12 @@ var validBoxPlotRequest = (input) => {
2840
2879
  path: _path2 + ".reuseId",
2841
2880
  expected: "(string | undefined)",
2842
2881
  value: input3.reuseId
2843
- }), void 0 === input3.type || "values" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "custom-samplelst" === input3.type || $report(_exceptionable2, {
2882
+ }), void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type || $report(_exceptionable2, {
2844
2883
  path: _path2 + ".type",
2845
- expected: '("custom-bin" | "custom-groupset" | "custom-samplelst" | "predefined-groupset" | "regular-bin" | "values" | undefined)',
2884
+ expected: '("custom-bin" | "custom-groupset" | "custom-samplelst" | "filter" | "predefined-groupset" | "regular-bin" | "values" | undefined)',
2846
2885
  value: input3.type
2847
2886
  })].every((flag) => flag);
2848
- const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2887
+ const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2849
2888
  path: _path2 + ".hiddenValues",
2850
2889
  expected: "(HiddenValues | undefined)",
2851
2890
  value: input3.hiddenValues
@@ -2910,7 +2949,7 @@ var validBoxPlotRequest = (input) => {
2910
2949
  expected: "(boolean | undefined)",
2911
2950
  value: input3.value_by_computable_grade
2912
2951
  }), true].every((flag) => flag);
2913
- const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2952
+ const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2914
2953
  path: _path2 + ".hiddenValues",
2915
2954
  expected: "(HiddenValues | undefined)",
2916
2955
  value: input3.hiddenValues
@@ -2975,7 +3014,7 @@ var validBoxPlotRequest = (input) => {
2975
3014
  expected: '"values"',
2976
3015
  value: input3.type
2977
3016
  })].every((flag) => flag);
2978
- const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3017
+ const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2979
3018
  path: _path2 + ".hiddenValues",
2980
3019
  expected: "(HiddenValues | undefined)",
2981
3020
  value: input3.hiddenValues
@@ -3031,6 +3070,71 @@ var validBoxPlotRequest = (input) => {
3031
3070
  path: _path2 + ".origin",
3032
3071
  expected: "(string | undefined)",
3033
3072
  value: input3.origin
3073
+ }), void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode || $report(_exceptionable2, {
3074
+ path: _path2 + ".mode",
3075
+ expected: '("binary" | "continuous" | "cox" | "cuminc" | "discrete" | "spline" | undefined)',
3076
+ value: input3.mode
3077
+ }), void 0 === input3.type || "filter" === input3.type || $report(_exceptionable2, {
3078
+ path: _path2 + ".type",
3079
+ expected: '("filter" | undefined)',
3080
+ value: input3.type
3081
+ })].every((flag) => flag);
3082
+ const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3083
+ path: _path2 + ".hiddenValues",
3084
+ expected: "(HiddenValues | undefined)",
3085
+ value: input3.hiddenValues
3086
+ })) && $vo4(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3087
+ path: _path2 + ".hiddenValues",
3088
+ expected: "(HiddenValues | undefined)",
3089
+ value: input3.hiddenValues
3090
+ }), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
3091
+ path: _path2 + ".isAtomic",
3092
+ expected: "(true | undefined)",
3093
+ value: input3.isAtomic
3094
+ }), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
3095
+ path: _path2 + ".name",
3096
+ expected: "(string | undefined)",
3097
+ value: input3.name
3098
+ }), void 0 === input3.reuseId || "string" === typeof input3.reuseId || $report(_exceptionable2, {
3099
+ path: _path2 + ".reuseId",
3100
+ expected: "(string | undefined)",
3101
+ value: input3.reuseId
3102
+ }), void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff || $report(_exceptionable2, {
3103
+ path: _path2 + ".cnvGainCutoff",
3104
+ expected: "(number | undefined)",
3105
+ value: input3.cnvGainCutoff
3106
+ }), void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength || $report(_exceptionable2, {
3107
+ path: _path2 + ".cnvMaxLength",
3108
+ expected: "(number | undefined)",
3109
+ value: input3.cnvMaxLength
3110
+ }), void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue || $report(_exceptionable2, {
3111
+ path: _path2 + ".cnvMinAbsValue",
3112
+ expected: "(number | undefined)",
3113
+ value: input3.cnvMinAbsValue
3114
+ }), void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff || $report(_exceptionable2, {
3115
+ path: _path2 + ".cnvLossCutoff",
3116
+ expected: "(number | undefined)",
3117
+ value: input3.cnvLossCutoff
3118
+ }), (Array.isArray(input3.exclude) || $report(_exceptionable2, {
3119
+ path: _path2 + ".exclude",
3120
+ expected: "Array<string>",
3121
+ value: input3.exclude
3122
+ })) && input3.exclude.map((elem, _index55) => "string" === typeof elem || $report(_exceptionable2, {
3123
+ path: _path2 + ".exclude[" + _index55 + "]",
3124
+ expected: "string",
3125
+ value: elem
3126
+ })).every((flag) => flag) || $report(_exceptionable2, {
3127
+ path: _path2 + ".exclude",
3128
+ expected: "Array<string>",
3129
+ value: input3.exclude
3130
+ }), void 0 === input3.dt || "number" === typeof input3.dt || $report(_exceptionable2, {
3131
+ path: _path2 + ".dt",
3132
+ expected: "(number | undefined)",
3133
+ value: input3.dt
3134
+ }), void 0 === input3.origin || "string" === typeof input3.origin || $report(_exceptionable2, {
3135
+ path: _path2 + ".origin",
3136
+ expected: "(string | undefined)",
3137
+ value: input3.origin
3034
3138
  }), void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || $report(_exceptionable2, {
3035
3139
  path: _path2 + ".mode",
3036
3140
  expected: '("binary" | "discrete" | undefined)',
@@ -3044,7 +3148,7 @@ var validBoxPlotRequest = (input) => {
3044
3148
  expected: "number",
3045
3149
  value: input3.predefined_groupset_idx
3046
3150
  })].every((flag) => flag);
3047
- const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3151
+ const $vo68 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3048
3152
  path: _path2 + ".hiddenValues",
3049
3153
  expected: "(HiddenValues | undefined)",
3050
3154
  value: input3.hiddenValues
@@ -3084,8 +3188,8 @@ var validBoxPlotRequest = (input) => {
3084
3188
  path: _path2 + ".exclude",
3085
3189
  expected: "Array<string>",
3086
3190
  value: input3.exclude
3087
- })) && input3.exclude.map((elem, _index55) => "string" === typeof elem || $report(_exceptionable2, {
3088
- path: _path2 + ".exclude[" + _index55 + "]",
3191
+ })) && input3.exclude.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
3192
+ path: _path2 + ".exclude[" + _index56 + "]",
3089
3193
  expected: "string",
3090
3194
  value: elem
3091
3195
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3112,12 +3216,12 @@ var validBoxPlotRequest = (input) => {
3112
3216
  path: _path2 + ".customset",
3113
3217
  expected: "BaseGroupSet",
3114
3218
  value: input3.customset
3115
- })) && $vo7(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
3219
+ })) && $vo8(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
3116
3220
  path: _path2 + ".customset",
3117
3221
  expected: "BaseGroupSet",
3118
3222
  value: input3.customset
3119
3223
  })].every((flag) => flag);
3120
- const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3224
+ const $vo69 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3121
3225
  path: _path2 + ".hiddenValues",
3122
3226
  expected: "(HiddenValues | undefined)",
3123
3227
  value: input3.hiddenValues
@@ -3141,20 +3245,20 @@ var validBoxPlotRequest = (input) => {
3141
3245
  path: _path2 + ".reuseId",
3142
3246
  expected: "(string | undefined)",
3143
3247
  value: input3.reuseId
3144
- }), void 0 === input3.type || "values" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "custom-samplelst" === input3.type || $report(_exceptionable2, {
3248
+ }), void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type || $report(_exceptionable2, {
3145
3249
  path: _path2 + ".type",
3146
- expected: '("custom-bin" | "custom-groupset" | "custom-samplelst" | "predefined-groupset" | "regular-bin" | "values" | undefined)',
3250
+ expected: '("custom-bin" | "custom-groupset" | "custom-samplelst" | "filter" | "predefined-groupset" | "regular-bin" | "values" | undefined)',
3147
3251
  value: input3.type
3148
3252
  }), ("object" === typeof input3.groups && null !== input3.groups && false === Array.isArray(input3.groups) || $report(_exceptionable2, {
3149
3253
  path: _path2 + ".groups",
3150
3254
  expected: "SampleLstTermValues",
3151
3255
  value: input3.groups
3152
- })) && $vo68(input3.groups, _path2 + ".groups", _exceptionable2) || $report(_exceptionable2, {
3256
+ })) && $vo70(input3.groups, _path2 + ".groups", _exceptionable2) || $report(_exceptionable2, {
3153
3257
  path: _path2 + ".groups",
3154
3258
  expected: "SampleLstTermValues",
3155
3259
  value: input3.groups
3156
3260
  })].every((flag) => flag);
3157
- const $vo68 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3261
+ const $vo70 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3158
3262
  const value = input3[key];
3159
3263
  if (void 0 === value)
3160
3264
  return true;
@@ -3163,7 +3267,7 @@ var validBoxPlotRequest = (input) => {
3163
3267
  path: _path2 + $join(key),
3164
3268
  expected: "__type.o8",
3165
3269
  value
3166
- })) && $vo69(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3270
+ })) && $vo71(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3167
3271
  path: _path2 + $join(key),
3168
3272
  expected: "__type.o8",
3169
3273
  value
@@ -3173,14 +3277,14 @@ var validBoxPlotRequest = (input) => {
3173
3277
  path: _path2 + $join(key),
3174
3278
  expected: "__type.o8",
3175
3279
  value
3176
- })) && $vo69(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3280
+ })) && $vo71(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3177
3281
  path: _path2 + $join(key),
3178
3282
  expected: "__type.o8",
3179
3283
  value
3180
3284
  });
3181
3285
  return true;
3182
3286
  }).every((flag) => flag)].every((flag) => flag);
3183
- const $vo69 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
3287
+ const $vo71 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
3184
3288
  path: _path2 + ".name",
3185
3289
  expected: "string",
3186
3290
  value: input3.name
@@ -3192,12 +3296,12 @@ var validBoxPlotRequest = (input) => {
3192
3296
  path: _path2 + ".list",
3193
3297
  expected: "Array<__type>.o3",
3194
3298
  value: input3.list
3195
- })) && input3.list.map((elem, _index56) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3196
- path: _path2 + ".list[" + _index56 + "]",
3299
+ })) && input3.list.map((elem, _index57) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3300
+ path: _path2 + ".list[" + _index57 + "]",
3197
3301
  expected: "__type.o7",
3198
3302
  value: elem
3199
- })) && $vo61(elem, _path2 + ".list[" + _index56 + "]", _exceptionable2) || $report(_exceptionable2, {
3200
- path: _path2 + ".list[" + _index56 + "]",
3303
+ })) && $vo62(elem, _path2 + ".list[" + _index57 + "]", _exceptionable2) || $report(_exceptionable2, {
3304
+ path: _path2 + ".list[" + _index57 + "]",
3201
3305
  expected: "__type.o7",
3202
3306
  value: elem
3203
3307
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3207,9 +3311,9 @@ var validBoxPlotRequest = (input) => {
3207
3311
  }), true].every((flag) => flag);
3208
3312
  const $vu0 = (input3, _path2, _exceptionable2 = true) => (() => {
3209
3313
  if ("string" === typeof input3.type)
3210
- return $vo8(input3, _path2, _exceptionable2);
3314
+ return $vo9(input3, _path2, _exceptionable2);
3211
3315
  if ("filter" === input3.type)
3212
- return $vo10(input3, _path2, _exceptionable2);
3316
+ return $vo11(input3, _path2, _exceptionable2);
3213
3317
  return $report(_exceptionable2, {
3214
3318
  path: _path2,
3215
3319
  expected: "(ValuesGroup | FilterGroup)",
@@ -3218,27 +3322,27 @@ var validBoxPlotRequest = (input) => {
3218
3322
  })();
3219
3323
  const $vu1 = (input3, _path2, _exceptionable2 = true) => (() => {
3220
3324
  if (void 0 !== input3.type)
3221
- return $vo11(input3, _path2, _exceptionable2);
3325
+ return $vo12(input3, _path2, _exceptionable2);
3222
3326
  if (void 0 !== input3.ranges)
3223
- return $vo19(input3, _path2, _exceptionable2);
3224
- return $vo12(input3, _path2, false) || $vo29(input3, _path2, false) || $vo32(input3, _path2, false);
3327
+ return $vo20(input3, _path2, _exceptionable2);
3328
+ return $vo13(input3, _path2, false) || $vo30(input3, _path2, false) || $vo33(input3, _path2, false);
3225
3329
  })();
3226
3330
  const $vu2 = (input3, _path2, _exceptionable2 = true) => (() => {
3227
3331
  if (true === input3.startunbounded)
3228
- return $vo23(input3, _path2, _exceptionable2);
3332
+ return $vo24(input3, _path2, _exceptionable2);
3229
3333
  if (true === input3.stopunbounded)
3230
- return $vo25(input3, _path2, _exceptionable2);
3231
- return $vo24(input3, _path2, _exceptionable2);
3334
+ return $vo26(input3, _path2, _exceptionable2);
3335
+ return $vo25(input3, _path2, _exceptionable2);
3232
3336
  })();
3233
3337
  const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
3234
3338
  if (2 === input3.dt)
3235
- return $vo38(input3, _path2, _exceptionable2);
3339
+ return $vo39(input3, _path2, _exceptionable2);
3236
3340
  if (5 === input3.dt)
3237
- return $vo37(input3, _path2, _exceptionable2);
3341
+ return $vo38(input3, _path2, _exceptionable2);
3238
3342
  if (4 === input3.dt)
3239
- return $vo36(input3, _path2, _exceptionable2);
3343
+ return $vo37(input3, _path2, _exceptionable2);
3240
3344
  if (1 === input3.dt)
3241
- return $vo35(input3, _path2, _exceptionable2);
3345
+ return $vo36(input3, _path2, _exceptionable2);
3242
3346
  return $report(_exceptionable2, {
3243
3347
  path: _path2,
3244
3348
  expected: "(FusionTvsValue | SVTvsValue | CNVTvsValue | SNVIndelTvsValue)",
@@ -3247,9 +3351,9 @@ var validBoxPlotRequest = (input) => {
3247
3351
  })();
3248
3352
  const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
3249
3353
  if (true === input3.startunbounded)
3250
- return $vo23(input3, _path2, _exceptionable2);
3251
- if (void 0 !== input3.start)
3252
3354
  return $vo24(input3, _path2, _exceptionable2);
3355
+ if (void 0 !== input3.start)
3356
+ return $vo25(input3, _path2, _exceptionable2);
3253
3357
  return $report(_exceptionable2, {
3254
3358
  path: _path2,
3255
3359
  expected: "(StartUnboundedBin | FullyBoundedBin)",
@@ -3258,9 +3362,9 @@ var validBoxPlotRequest = (input) => {
3258
3362
  })();
3259
3363
  const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
3260
3364
  if (void 0 !== input3.stop)
3261
- return $vo24(input3, _path2, _exceptionable2);
3262
- if (true === input3.stopunbounded)
3263
3365
  return $vo25(input3, _path2, _exceptionable2);
3366
+ if (true === input3.stopunbounded)
3367
+ return $vo26(input3, _path2, _exceptionable2);
3264
3368
  return $report(_exceptionable2, {
3265
3369
  path: _path2,
3266
3370
  expected: "(FullyBoundedBin | StopUnboundedBin)",
@@ -3270,31 +3374,27 @@ var validBoxPlotRequest = (input) => {
3270
3374
  const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
3271
3375
  if (void 0 !== input3.type)
3272
3376
  return $vo1(input3, _path2, _exceptionable2);
3273
- return $vo51(input3, _path2, false) || $vo44(input3, _path2, false) || $vo39(input3, _path2, false);
3377
+ return $vo52(input3, _path2, false) || $vo45(input3, _path2, false) || $vo40(input3, _path2, false);
3274
3378
  })();
3275
3379
  const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
3276
3380
  if ("values" === input3.type)
3277
3381
  return $vo3(input3, _path2, _exceptionable2);
3278
3382
  if ("predefined-groupset" === input3.type)
3279
- return $vo5(input3, _path2, _exceptionable2);
3280
- if ("custom-groupset" === input3.type)
3281
3383
  return $vo6(input3, _path2, _exceptionable2);
3282
- return $report(_exceptionable2, {
3283
- path: _path2,
3284
- expected: "(ValuesQ | PredefinedGroupSettingQ | CustomGroupSettingQ)",
3285
- value: input3
3286
- });
3384
+ if ("custom-groupset" === input3.type)
3385
+ return $vo7(input3, _path2, _exceptionable2);
3386
+ return $vo5(input3, _path2, _exceptionable2);
3287
3387
  })();
3288
3388
  const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
3289
- if (Array.isArray(input3.lst) && input3.lst.map((elem, _index57) => "object" === typeof elem && null !== elem && $vo17(elem, _path2 + ".lst[" + _index57 + "]", false)).every((flag) => flag))
3290
- return $vo16(input3, _path2, _exceptionable2);
3291
- return $vo18(input3, _path2, _exceptionable2);
3389
+ if (Array.isArray(input3.lst) && input3.lst.map((elem, _index58) => "object" === typeof elem && null !== elem && $vo18(elem, _path2 + ".lst[" + _index58 + "]", false)).every((flag) => flag))
3390
+ return $vo17(input3, _path2, _exceptionable2);
3391
+ return $vo19(input3, _path2, _exceptionable2);
3292
3392
  })();
3293
3393
  const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
3294
3394
  if ("regular-bin" === input3.type)
3295
- return $vo22(input3, _path2, _exceptionable2);
3395
+ return $vo23(input3, _path2, _exceptionable2);
3296
3396
  if ("custom-bin" === input3.type)
3297
- return $vo26(input3, _path2, _exceptionable2);
3397
+ return $vo27(input3, _path2, _exceptionable2);
3298
3398
  return $report(_exceptionable2, {
3299
3399
  path: _path2,
3300
3400
  expected: "(RegularNumericBinConfig | CustomNumericBinConfig)",
@@ -3303,9 +3403,9 @@ var validBoxPlotRequest = (input) => {
3303
3403
  })();
3304
3404
  const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
3305
3405
  if ("gene" === input3.kind)
3306
- return $vo33(input3, _path2, _exceptionable2);
3307
- if ("coord" === input3.kind)
3308
3406
  return $vo34(input3, _path2, _exceptionable2);
3407
+ if ("coord" === input3.kind)
3408
+ return $vo35(input3, _path2, _exceptionable2);
3309
3409
  return $report(_exceptionable2, {
3310
3410
  path: _path2,
3311
3411
  expected: "(GeneVariantGeneTerm | GeneVariantCoordTerm)",
@@ -3314,44 +3414,44 @@ var validBoxPlotRequest = (input) => {
3314
3414
  })();
3315
3415
  const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
3316
3416
  if ("regular-bin" === input3.type)
3317
- return $vo22(input3, _path2, _exceptionable2);
3417
+ return $vo23(input3, _path2, _exceptionable2);
3318
3418
  if ("continuous" === input3.mode)
3319
- return $vo41(input3, _path2, _exceptionable2);
3320
- if ("spline" === input3.mode)
3321
3419
  return $vo42(input3, _path2, _exceptionable2);
3322
- return $vo26(input3, _path2, false) || $vo40(input3, _path2, false);
3420
+ if ("spline" === input3.mode)
3421
+ return $vo43(input3, _path2, _exceptionable2);
3422
+ return $vo27(input3, _path2, false) || $vo41(input3, _path2, false);
3323
3423
  })();
3324
3424
  const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
3325
3425
  if (void 0 !== input3.ranges)
3326
- return $vo19(input3, _path2, _exceptionable2);
3327
- return $vo12(input3, _path2, false) || $vo29(input3, _path2, false) || $vo32(input3, _path2, false);
3426
+ return $vo20(input3, _path2, _exceptionable2);
3427
+ return $vo13(input3, _path2, false) || $vo30(input3, _path2, false) || $vo33(input3, _path2, false);
3328
3428
  })();
3329
3429
  const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
3330
3430
  if ("categorical" === input3.type)
3331
- return $vo52(input3, _path2, _exceptionable2);
3332
- if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type)
3333
3431
  return $vo53(input3, _path2, _exceptionable2);
3334
- if ("condition" === input3.type)
3432
+ if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type)
3335
3433
  return $vo54(input3, _path2, _exceptionable2);
3336
- if ("gene" === input3.kind)
3434
+ if ("condition" === input3.type)
3337
3435
  return $vo55(input3, _path2, _exceptionable2);
3338
- if ("coord" === input3.kind)
3436
+ if ("gene" === input3.kind)
3339
3437
  return $vo56(input3, _path2, _exceptionable2);
3340
- return $vo57(input3, _path2, false) || $vo58(input3, _path2, false);
3438
+ if ("coord" === input3.kind)
3439
+ return $vo57(input3, _path2, _exceptionable2);
3440
+ return $vo58(input3, _path2, false) || $vo59(input3, _path2, false);
3341
3441
  })();
3342
3442
  const $vu14 = (input3, _path2, _exceptionable2 = true) => (() => {
3343
3443
  if (void 0 !== input3.bin_size)
3344
- return $vo22(input3, _path2, _exceptionable2);
3444
+ return $vo23(input3, _path2, _exceptionable2);
3345
3445
  if (void 0 !== input3.knots)
3346
- return $vo42(input3, _path2, _exceptionable2);
3446
+ return $vo43(input3, _path2, _exceptionable2);
3347
3447
  if (void 0 !== input3.AFcutoff)
3348
- return $vo45(input3, _path2, _exceptionable2);
3448
+ return $vo46(input3, _path2, _exceptionable2);
3349
3449
  if (void 0 !== input3.timeScale)
3350
- return $vo63(input3, _path2, _exceptionable2);
3450
+ return $vo64(input3, _path2, _exceptionable2);
3351
3451
  return (() => {
3352
3452
  if (void 0 !== input3.groups)
3353
- return $vo67(input3, _path2, _exceptionable2);
3354
- return $vo3(input3, _path2, false) || $vo5(input3, _path2, false) || $vo6(input3, _path2, false) || $vo26(input3, _path2, false) || $vo40(input3, _path2, false) || $vo41(input3, _path2, false) || $vo62(input3, _path2, false) || $vo64(input3, _path2, false) || $vo65(input3, _path2, false) || $vo66(input3, _path2, false);
3453
+ return $vo69(input3, _path2, _exceptionable2);
3454
+ return $vo5(input3, _path2, false) || $vo63(input3, _path2, false) || $vo3(input3, _path2, false) || $vo6(input3, _path2, false) || $vo7(input3, _path2, false) || $vo27(input3, _path2, false) || $vo41(input3, _path2, false) || $vo42(input3, _path2, false) || $vo66(input3, _path2, false) || $vo65(input3, _path2, false) || $vo67(input3, _path2, false) || $vo68(input3, _path2, false);
3355
3455
  })();
3356
3456
  })();
3357
3457
  return ("object" === typeof input2 && null !== input2 || $report(true, {