@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
@@ -58,8 +58,8 @@ var validCategoriesRequest = (input) => {
58
58
  const errors = [];
59
59
  const __is = (input2) => {
60
60
  const $join = import_typia.createValidate.join;
61
- const $io0 = (input3) => "string" === typeof input3.genome && "string" === typeof input3.dslabel && "string" === typeof input3.embedder && ("object" === typeof input3.tw && null !== input3.tw && $iu6(input3.tw)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io11(input3.filter)) && (void 0 === input3.currentGeneNames || Array.isArray(input3.currentGeneNames) && input3.currentGeneNames.every((elem) => "string" === typeof elem)) && true;
62
- 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));
61
+ const $io0 = (input3) => "string" === typeof input3.genome && "string" === typeof input3.dslabel && "string" === typeof input3.embedder && ("object" === typeof input3.tw && null !== input3.tw && $iu6(input3.tw)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io12(input3.filter)) && (void 0 === input3.currentGeneNames || Array.isArray(input3.currentGeneNames) && input3.currentGeneNames.every((elem) => "string" === typeof elem)) && true;
62
+ 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));
63
63
  const $io2 = (input3) => Object.keys(input3).every((key) => {
64
64
  const value = input3[key];
65
65
  if (void 0 === value)
@@ -77,162 +77,164 @@ var validCategoriesRequest = (input) => {
77
77
  return "number" === typeof value;
78
78
  return true;
79
79
  });
80
- 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;
81
- 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));
82
- const $io7 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu0(elem));
83
- 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);
84
- const $io9 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
85
- const $io10 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io11(input3.filter));
86
- 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)));
87
- 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)));
88
- 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));
89
- const $io14 = (input3) => Object.keys(input3).every((key) => {
80
+ 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);
81
+ 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;
82
+ 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));
83
+ const $io8 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu0(elem));
84
+ 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);
85
+ const $io10 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
86
+ 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);
87
+ 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)));
88
+ 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)));
89
+ 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));
90
+ const $io15 = (input3) => Object.keys(input3).every((key) => {
90
91
  const value = input3[key];
91
92
  if (void 0 === value)
92
93
  return true;
93
94
  if (RegExp(/(.*)/).test(key))
94
- return "object" === typeof value && null !== value && false === Array.isArray(value) && $io15(value);
95
+ return "object" === typeof value && null !== value && false === Array.isArray(value) && $io16(value);
95
96
  if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
96
- return "object" === typeof value && null !== value && false === Array.isArray(value) && $io15(value);
97
+ return "object" === typeof value && null !== value && false === Array.isArray(value) && $io16(value);
97
98
  return true;
98
99
  });
99
- 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));
100
- 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)));
101
- 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)));
102
- const $io18 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.length === 0);
103
- 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)));
104
- 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));
105
- 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);
106
- 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);
107
- 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);
108
- 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);
109
- 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);
110
- 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);
111
- const $io27 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
112
- const $io28 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
113
- 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)));
114
- 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));
115
- 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;
116
- 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)));
117
- 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);
118
- 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;
119
- 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);
120
- 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);
121
- 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);
122
- 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);
123
- 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));
124
- 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]))));
125
- 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);
126
- 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);
127
- const $io43 = (input3) => "number" === typeof input3.value;
128
- 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));
129
- 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;
130
- const $io46 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu12(input3.tvs));
131
- 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)));
132
- 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);
133
- const $io49 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
134
- const $io50 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
135
- 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));
136
- 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));
137
- 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));
138
- 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));
139
- 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);
140
- 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;
141
- 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)));
142
- 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));
143
- const $io59 = (input3) => Object.keys(input3).every((key) => {
100
+ 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));
101
+ 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)));
102
+ 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)));
103
+ const $io19 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.length === 0);
104
+ 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)));
105
+ 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));
106
+ 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);
107
+ 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);
108
+ 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);
109
+ 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);
110
+ 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);
111
+ 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);
112
+ const $io28 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
113
+ const $io29 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
114
+ 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)));
115
+ 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;
116
+ 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;
117
+ 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)));
118
+ 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);
119
+ 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;
120
+ 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);
121
+ 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);
122
+ 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);
123
+ 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);
124
+ 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));
125
+ 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]))));
126
+ 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);
127
+ 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);
128
+ const $io44 = (input3) => "number" === typeof input3.value;
129
+ 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));
130
+ 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;
131
+ const $io47 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu12(input3.tvs));
132
+ 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)));
133
+ 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);
134
+ const $io50 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
135
+ const $io51 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
136
+ 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));
137
+ 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));
138
+ 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));
139
+ 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;
140
+ 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);
141
+ 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;
142
+ 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)));
143
+ 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;
144
+ const $io60 = (input3) => Object.keys(input3).every((key) => {
144
145
  const value = input3[key];
145
146
  if (void 0 === value)
146
147
  return true;
147
148
  if (RegExp(/(.*)/).test(key))
148
- return "object" === typeof value && null !== value && $io60(value);
149
+ return "object" === typeof value && null !== value && $io61(value);
149
150
  if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
150
- return "object" === typeof value && null !== value && $io60(value);
151
+ return "object" === typeof value && null !== value && $io61(value);
151
152
  return true;
152
153
  });
153
- 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;
154
- const $io61 = (input3) => "string" === typeof input3.sampleId && "string" === typeof input3.sample;
155
- 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);
156
- 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;
157
- 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;
158
- 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;
159
- 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));
160
- 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));
161
- const $io68 = (input3) => Object.keys(input3).every((key) => {
154
+ 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;
155
+ const $io62 = (input3) => "string" === typeof input3.sampleId && "string" === typeof input3.sample;
156
+ 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);
157
+ 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;
158
+ 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;
159
+ 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);
160
+ 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;
161
+ 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));
162
+ 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));
163
+ const $io70 = (input3) => Object.keys(input3).every((key) => {
162
164
  const value = input3[key];
163
165
  if (void 0 === value)
164
166
  return true;
165
167
  if (RegExp(/(.*)/).test(key))
166
- return "object" === typeof value && null !== value && $io69(value);
168
+ return "object" === typeof value && null !== value && $io71(value);
167
169
  if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
168
- return "object" === typeof value && null !== value && $io69(value);
170
+ return "object" === typeof value && null !== value && $io71(value);
169
171
  return true;
170
172
  });
171
- 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;
173
+ 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;
172
174
  const $iu0 = (input3) => (() => {
173
175
  if ("string" === typeof input3.type)
174
- return $io8(input3);
176
+ return $io9(input3);
175
177
  if ("filter" === input3.type)
176
- return $io10(input3);
178
+ return $io11(input3);
177
179
  return false;
178
180
  })();
179
181
  const $iu1 = (input3) => (() => {
180
182
  if (void 0 !== input3.type)
181
- return $io11(input3);
183
+ return $io12(input3);
182
184
  if (void 0 !== input3.ranges)
183
- return $io19(input3);
185
+ return $io20(input3);
184
186
  return (() => {
185
- if ($io12(input3))
186
- return $io12(input3);
187
- if ($io29(input3))
188
- return $io29(input3);
189
- if ($io32(input3))
190
- return $io32(input3);
187
+ if ($io13(input3))
188
+ return $io13(input3);
189
+ if ($io30(input3))
190
+ return $io30(input3);
191
+ if ($io33(input3))
192
+ return $io33(input3);
191
193
  return false;
192
194
  })();
193
195
  })();
194
196
  const $iu2 = (input3) => (() => {
195
197
  if (true === input3.startunbounded)
196
- return $io23(input3);
198
+ return $io24(input3);
197
199
  if (true === input3.stopunbounded)
198
- return $io25(input3);
199
- return $io24(input3);
200
+ return $io26(input3);
201
+ return $io25(input3);
200
202
  })();
201
203
  const $iu3 = (input3) => (() => {
202
204
  if (2 === input3.dt)
203
- return $io38(input3);
205
+ return $io39(input3);
204
206
  if (5 === input3.dt)
205
- return $io37(input3);
207
+ return $io38(input3);
206
208
  if (4 === input3.dt)
207
- return $io36(input3);
209
+ return $io37(input3);
208
210
  if (1 === input3.dt)
209
- return $io35(input3);
211
+ return $io36(input3);
210
212
  return false;
211
213
  })();
212
214
  const $iu4 = (input3) => (() => {
213
215
  if (true === input3.startunbounded)
214
- return $io23(input3);
215
- if (void 0 !== input3.start)
216
216
  return $io24(input3);
217
+ if (void 0 !== input3.start)
218
+ return $io25(input3);
217
219
  return false;
218
220
  })();
219
221
  const $iu5 = (input3) => (() => {
220
222
  if (void 0 !== input3.stop)
221
- return $io24(input3);
222
- if (true === input3.stopunbounded)
223
223
  return $io25(input3);
224
+ if (true === input3.stopunbounded)
225
+ return $io26(input3);
224
226
  return false;
225
227
  })();
226
228
  const $iu6 = (input3) => (() => {
227
229
  if (void 0 !== input3.type)
228
230
  return $io1(input3);
229
231
  return (() => {
230
- if ($io51(input3))
231
- return $io51(input3);
232
- if ($io44(input3))
233
- return $io44(input3);
234
- if ($io39(input3))
235
- return $io39(input3);
232
+ if ($io52(input3))
233
+ return $io52(input3);
234
+ if ($io45(input3))
235
+ return $io45(input3);
236
+ if ($io40(input3))
237
+ return $io40(input3);
236
238
  return false;
237
239
  })();
238
240
  })();
@@ -240,110 +242,114 @@ var validCategoriesRequest = (input) => {
240
242
  if ("values" === input3.type)
241
243
  return $io3(input3);
242
244
  if ("predefined-groupset" === input3.type)
243
- return $io5(input3);
244
- if ("custom-groupset" === input3.type)
245
245
  return $io6(input3);
246
- return false;
246
+ if ("custom-groupset" === input3.type)
247
+ return $io7(input3);
248
+ return $io5(input3);
247
249
  })();
248
250
  const $iu8 = (input3) => (() => {
249
- if (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io17(elem)))
250
- return $io16(input3);
251
- return $io18(input3);
251
+ if (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io18(elem)))
252
+ return $io17(input3);
253
+ return $io19(input3);
252
254
  })();
253
255
  const $iu9 = (input3) => (() => {
254
256
  if ("regular-bin" === input3.type)
255
- return $io22(input3);
257
+ return $io23(input3);
256
258
  if ("custom-bin" === input3.type)
257
- return $io26(input3);
259
+ return $io27(input3);
258
260
  return false;
259
261
  })();
260
262
  const $iu10 = (input3) => (() => {
261
263
  if ("gene" === input3.kind)
262
- return $io33(input3);
263
- if ("coord" === input3.kind)
264
264
  return $io34(input3);
265
+ if ("coord" === input3.kind)
266
+ return $io35(input3);
265
267
  return false;
266
268
  })();
267
269
  const $iu11 = (input3) => (() => {
268
270
  if ("regular-bin" === input3.type)
269
- return $io22(input3);
271
+ return $io23(input3);
270
272
  if ("continuous" === input3.mode)
271
- return $io41(input3);
272
- if ("spline" === input3.mode)
273
273
  return $io42(input3);
274
+ if ("spline" === input3.mode)
275
+ return $io43(input3);
274
276
  return (() => {
275
- if ($io26(input3))
276
- return $io26(input3);
277
- if ($io40(input3))
278
- return $io40(input3);
277
+ if ($io27(input3))
278
+ return $io27(input3);
279
+ if ($io41(input3))
280
+ return $io41(input3);
279
281
  return false;
280
282
  })();
281
283
  })();
282
284
  const $iu12 = (input3) => (() => {
283
285
  if (void 0 !== input3.ranges)
284
- return $io19(input3);
286
+ return $io20(input3);
285
287
  return (() => {
286
- if ($io12(input3))
287
- return $io12(input3);
288
- if ($io29(input3))
289
- return $io29(input3);
290
- if ($io32(input3))
291
- return $io32(input3);
288
+ if ($io13(input3))
289
+ return $io13(input3);
290
+ if ($io30(input3))
291
+ return $io30(input3);
292
+ if ($io33(input3))
293
+ return $io33(input3);
292
294
  return false;
293
295
  })();
294
296
  })();
295
297
  const $iu13 = (input3) => (() => {
296
298
  if ("categorical" === input3.type)
297
- return $io52(input3);
298
- if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type)
299
299
  return $io53(input3);
300
- if ("condition" === input3.type)
300
+ if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type)
301
301
  return $io54(input3);
302
- if ("gene" === input3.kind)
302
+ if ("condition" === input3.type)
303
303
  return $io55(input3);
304
- if ("coord" === input3.kind)
304
+ if ("gene" === input3.kind)
305
305
  return $io56(input3);
306
+ if ("coord" === input3.kind)
307
+ return $io57(input3);
306
308
  return (() => {
307
- if ($io57(input3))
308
- return $io57(input3);
309
309
  if ($io58(input3))
310
310
  return $io58(input3);
311
+ if ($io59(input3))
312
+ return $io59(input3);
311
313
  return false;
312
314
  })();
313
315
  })();
314
316
  const $iu14 = (input3) => (() => {
315
317
  if (void 0 !== input3.bin_size)
316
- return $io22(input3);
318
+ return $io23(input3);
317
319
  if (void 0 !== input3.knots)
318
- return $io42(input3);
320
+ return $io43(input3);
319
321
  if (void 0 !== input3.AFcutoff)
320
- return $io45(input3);
322
+ return $io46(input3);
321
323
  if (void 0 !== input3.timeScale)
322
- return $io63(input3);
324
+ return $io64(input3);
323
325
  return (() => {
324
326
  if (void 0 !== input3.groups)
325
- return $io67(input3);
327
+ return $io69(input3);
326
328
  return (() => {
327
- if ($io3(input3))
328
- return $io3(input3);
329
329
  if ($io5(input3))
330
330
  return $io5(input3);
331
+ if ($io63(input3))
332
+ return $io63(input3);
333
+ if ($io3(input3))
334
+ return $io3(input3);
331
335
  if ($io6(input3))
332
336
  return $io6(input3);
333
- if ($io26(input3))
334
- return $io26(input3);
335
- if ($io40(input3))
336
- return $io40(input3);
337
+ if ($io7(input3))
338
+ return $io7(input3);
339
+ if ($io27(input3))
340
+ return $io27(input3);
337
341
  if ($io41(input3))
338
342
  return $io41(input3);
339
- if ($io62(input3))
340
- return $io62(input3);
341
- if ($io64(input3))
342
- return $io64(input3);
343
- if ($io65(input3))
344
- return $io65(input3);
343
+ if ($io42(input3))
344
+ return $io42(input3);
345
345
  if ($io66(input3))
346
346
  return $io66(input3);
347
+ if ($io65(input3))
348
+ return $io65(input3);
349
+ if ($io67(input3))
350
+ return $io67(input3);
351
+ if ($io68(input3))
352
+ return $io68(input3);
347
353
  return false;
348
354
  })();
349
355
  })();
@@ -378,7 +384,7 @@ var validCategoriesRequest = (input) => {
378
384
  path: _path2 + ".filter",
379
385
  expected: "(Filter | undefined)",
380
386
  value: input3.filter
381
- })) && $vo11(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
387
+ })) && $vo12(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
382
388
  path: _path2 + ".filter",
383
389
  expected: "(Filter | undefined)",
384
390
  value: input3.filter
@@ -423,19 +429,19 @@ var validCategoriesRequest = (input) => {
423
429
  path: _path2 + ".type",
424
430
  expected: '("CatTWCustomGS" | "CatTWPredefinedGS" | "CatTWValues")',
425
431
  value: input3.type
426
- }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
432
+ }), ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) || $report(_exceptionable2, {
427
433
  path: _path2 + ".q",
428
- expected: "(CustomGroupSettingQ | PredefinedGroupSettingQ | ValuesQ)",
434
+ expected: "(CustomGroupSettingQ | FilterQ | PredefinedGroupSettingQ | ValuesQ)",
429
435
  value: input3.q
430
436
  })) && $vu7(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
431
437
  path: _path2 + ".q",
432
- expected: "(CustomGroupSettingQ | PredefinedGroupSettingQ | ValuesQ)",
438
+ expected: "(CustomGroupSettingQ | FilterQ | PredefinedGroupSettingQ | ValuesQ)",
433
439
  value: input3.q
434
440
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
435
441
  path: _path2 + ".term",
436
442
  expected: "CategoricalTerm",
437
443
  value: input3.term
438
- })) && $vo13(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
444
+ })) && $vo14(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
439
445
  path: _path2 + ".term",
440
446
  expected: "CategoricalTerm",
441
447
  value: input3.term
@@ -497,6 +503,35 @@ var validCategoriesRequest = (input) => {
497
503
  path: _path2 + ".hiddenValues",
498
504
  expected: "(HiddenValues | undefined)",
499
505
  value: input3.hiddenValues
506
+ }), void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic || $report(_exceptionable2, {
507
+ path: _path2 + ".isAtomic",
508
+ expected: "(boolean | undefined)",
509
+ value: input3.isAtomic
510
+ }), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
511
+ path: _path2 + ".name",
512
+ expected: "(string | undefined)",
513
+ value: input3.name
514
+ }), void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode || $report(_exceptionable2, {
515
+ path: _path2 + ".mode",
516
+ expected: '("binary" | "continuous" | "cox" | "cuminc" | "discrete" | "spline" | undefined)',
517
+ value: input3.mode
518
+ }), void 0 === input3.reuseId || "string" === typeof input3.reuseId || $report(_exceptionable2, {
519
+ path: _path2 + ".reuseId",
520
+ expected: "(string | undefined)",
521
+ value: input3.reuseId
522
+ }), void 0 === input3.type || "filter" === input3.type || $report(_exceptionable2, {
523
+ path: _path2 + ".type",
524
+ expected: '("filter" | undefined)',
525
+ value: input3.type
526
+ })].every((flag) => flag);
527
+ const $vo6 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
528
+ path: _path2 + ".hiddenValues",
529
+ expected: "(HiddenValues | undefined)",
530
+ value: input3.hiddenValues
531
+ })) && $vo4(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
532
+ path: _path2 + ".hiddenValues",
533
+ expected: "(HiddenValues | undefined)",
534
+ value: input3.hiddenValues
500
535
  }), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
501
536
  path: _path2 + ".isAtomic",
502
537
  expected: "(true | undefined)",
@@ -522,7 +557,7 @@ var validCategoriesRequest = (input) => {
522
557
  expected: "number",
523
558
  value: input3.predefined_groupset_idx
524
559
  })].every((flag) => flag);
525
- const $vo6 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
560
+ const $vo7 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
526
561
  path: _path2 + ".hiddenValues",
527
562
  expected: "(HiddenValues | undefined)",
528
563
  value: input3.hiddenValues
@@ -554,12 +589,12 @@ var validCategoriesRequest = (input) => {
554
589
  path: _path2 + ".customset",
555
590
  expected: "BaseGroupSet",
556
591
  value: input3.customset
557
- })) && $vo7(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
592
+ })) && $vo8(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
558
593
  path: _path2 + ".customset",
559
594
  expected: "BaseGroupSet",
560
595
  value: input3.customset
561
596
  })].every((flag) => flag);
562
- const $vo7 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
597
+ const $vo8 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
563
598
  path: _path2 + ".groups",
564
599
  expected: "Array<GroupEntry>",
565
600
  value: input3.groups
@@ -576,7 +611,7 @@ var validCategoriesRequest = (input) => {
576
611
  expected: "Array<GroupEntry>",
577
612
  value: input3.groups
578
613
  })].every((flag) => flag);
579
- const $vo8 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
614
+ const $vo9 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
580
615
  path: _path2 + ".name",
581
616
  expected: "string",
582
617
  value: input3.name
@@ -592,7 +627,7 @@ var validCategoriesRequest = (input) => {
592
627
  path: _path2 + ".values[" + _index3 + "]",
593
628
  expected: "__type.o1",
594
629
  value: elem
595
- })) && $vo9(elem, _path2 + ".values[" + _index3 + "]", _exceptionable2) || $report(_exceptionable2, {
630
+ })) && $vo10(elem, _path2 + ".values[" + _index3 + "]", _exceptionable2) || $report(_exceptionable2, {
596
631
  path: _path2 + ".values[" + _index3 + "]",
597
632
  expected: "__type.o1",
598
633
  value: elem
@@ -605,7 +640,7 @@ var validCategoriesRequest = (input) => {
605
640
  expected: "(boolean | undefined)",
606
641
  value: input3.uncomputable
607
642
  })].every((flag) => flag);
608
- const $vo9 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
643
+ const $vo10 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
609
644
  path: _path2 + ".key",
610
645
  expected: "(number | string)",
611
646
  value: input3.key
@@ -614,7 +649,7 @@ var validCategoriesRequest = (input) => {
614
649
  expected: "string",
615
650
  value: input3.label
616
651
  })].every((flag) => flag);
617
- const $vo10 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
652
+ const $vo11 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
618
653
  path: _path2 + ".name",
619
654
  expected: "string",
620
655
  value: input3.name
@@ -626,12 +661,16 @@ var validCategoriesRequest = (input) => {
626
661
  path: _path2 + ".filter",
627
662
  expected: "Filter",
628
663
  value: input3.filter
629
- })) && $vo11(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
664
+ })) && $vo12(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
630
665
  path: _path2 + ".filter",
631
666
  expected: "Filter",
632
667
  value: input3.filter
668
+ }), void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable || $report(_exceptionable2, {
669
+ path: _path2 + ".uncomputable",
670
+ expected: "(boolean | undefined)",
671
+ value: input3.uncomputable
633
672
  })].every((flag) => flag);
634
- const $vo11 = (input3, _path2, _exceptionable2 = true) => ["lst" === input3.type || $report(_exceptionable2, {
673
+ const $vo12 = (input3, _path2, _exceptionable2 = true) => ["lst" === input3.type || $report(_exceptionable2, {
635
674
  path: _path2 + ".type",
636
675
  expected: '"lst"',
637
676
  value: input3.type
@@ -664,7 +703,7 @@ var validCategoriesRequest = (input) => {
664
703
  expected: "Array<Filter | Tvs>",
665
704
  value: input3.lst
666
705
  })].every((flag) => flag);
667
- const $vo12 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
706
+ const $vo13 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
668
707
  path: _path2 + ".join",
669
708
  expected: "(string | undefined)",
670
709
  value: input3.join
@@ -676,7 +715,7 @@ var validCategoriesRequest = (input) => {
676
715
  path: _path2 + ".term",
677
716
  expected: "CategoricalTerm",
678
717
  value: input3.term
679
- })) && $vo13(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
718
+ })) && $vo14(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
680
719
  path: _path2 + ".term",
681
720
  expected: "CategoricalTerm",
682
721
  value: input3.term
@@ -692,7 +731,7 @@ var validCategoriesRequest = (input) => {
692
731
  path: _path2 + ".values[" + _index5 + "]",
693
732
  expected: "BaseValue",
694
733
  value: elem
695
- })) && $vo15(elem, _path2 + ".values[" + _index5 + "]", _exceptionable2) || $report(_exceptionable2, {
734
+ })) && $vo16(elem, _path2 + ".values[" + _index5 + "]", _exceptionable2) || $report(_exceptionable2, {
696
735
  path: _path2 + ".values[" + _index5 + "]",
697
736
  expected: "BaseValue",
698
737
  value: elem
@@ -701,7 +740,7 @@ var validCategoriesRequest = (input) => {
701
740
  expected: "Array<BaseValue>",
702
741
  value: input3.values
703
742
  })].every((flag) => flag);
704
- const $vo13 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
743
+ const $vo14 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
705
744
  path: _path2 + ".id",
706
745
  expected: "string",
707
746
  value: input3.id
@@ -749,11 +788,11 @@ var validCategoriesRequest = (input) => {
749
788
  path: _path2 + ".values",
750
789
  expected: "(TermValues | undefined)",
751
790
  value: input3.values
752
- })) && $vo14(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
791
+ })) && $vo15(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
753
792
  path: _path2 + ".values",
754
793
  expected: "(TermValues | undefined)",
755
794
  value: input3.values
756
- }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
795
+ }), true, ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
757
796
  path: _path2 + ".groupsetting",
758
797
  expected: "(EnabledTermGroupSetting | __type.o2)",
759
798
  value: input3.groupsetting
@@ -762,7 +801,7 @@ var validCategoriesRequest = (input) => {
762
801
  expected: "(EnabledTermGroupSetting | __type.o2)",
763
802
  value: input3.groupsetting
764
803
  })].every((flag) => flag);
765
- const $vo14 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
804
+ const $vo15 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
766
805
  const value = input3[key];
767
806
  if (void 0 === value)
768
807
  return true;
@@ -771,7 +810,7 @@ var validCategoriesRequest = (input) => {
771
810
  path: _path2 + $join(key),
772
811
  expected: "BaseValue",
773
812
  value
774
- })) && $vo15(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
813
+ })) && $vo16(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
775
814
  path: _path2 + $join(key),
776
815
  expected: "BaseValue",
777
816
  value
@@ -781,14 +820,14 @@ var validCategoriesRequest = (input) => {
781
820
  path: _path2 + $join(key),
782
821
  expected: "BaseValue",
783
822
  value
784
- })) && $vo15(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
823
+ })) && $vo16(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
785
824
  path: _path2 + $join(key),
786
825
  expected: "BaseValue",
787
826
  value
788
827
  });
789
828
  return true;
790
829
  }).every((flag) => flag)].every((flag) => flag);
791
- const $vo15 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
830
+ const $vo16 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
792
831
  path: _path2 + ".key",
793
832
  expected: "(string | undefined)",
794
833
  value: input3.key
@@ -816,12 +855,12 @@ var validCategoriesRequest = (input) => {
816
855
  path: _path2 + ".filter",
817
856
  expected: "(Filter | undefined)",
818
857
  value: input3.filter
819
- })) && $vo11(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
858
+ })) && $vo12(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
820
859
  path: _path2 + ".filter",
821
860
  expected: "(Filter | undefined)",
822
861
  value: input3.filter
823
862
  })].every((flag) => flag);
824
- const $vo16 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.disabled || "boolean" === typeof input3.disabled || $report(_exceptionable2, {
863
+ const $vo17 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.disabled || "boolean" === typeof input3.disabled || $report(_exceptionable2, {
825
864
  path: _path2 + ".disabled",
826
865
  expected: "(boolean | undefined)",
827
866
  value: input3.disabled
@@ -833,7 +872,7 @@ var validCategoriesRequest = (input) => {
833
872
  path: _path2 + ".lst[" + _index8 + "]",
834
873
  expected: "Groupset",
835
874
  value: elem
836
- })) && $vo17(elem, _path2 + ".lst[" + _index8 + "]", _exceptionable2) || $report(_exceptionable2, {
875
+ })) && $vo18(elem, _path2 + ".lst[" + _index8 + "]", _exceptionable2) || $report(_exceptionable2, {
837
876
  path: _path2 + ".lst[" + _index8 + "]",
838
877
  expected: "Groupset",
839
878
  value: elem
@@ -842,7 +881,7 @@ var validCategoriesRequest = (input) => {
842
881
  expected: "Array<Groupset>",
843
882
  value: input3.lst
844
883
  })].every((flag) => flag);
845
- const $vo17 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
884
+ const $vo18 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
846
885
  path: _path2 + ".name",
847
886
  expected: "string",
848
887
  value: input3.name
@@ -871,7 +910,7 @@ var validCategoriesRequest = (input) => {
871
910
  expected: "Array<GroupEntry>",
872
911
  value: input3.groups
873
912
  })].every((flag) => flag);
874
- const $vo18 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
913
+ const $vo19 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
875
914
  path: _path2 + ".disabled",
876
915
  expected: "boolean",
877
916
  value: input3.disabled
@@ -888,7 +927,7 @@ var validCategoriesRequest = (input) => {
888
927
  expected: "([] | undefined)",
889
928
  value: input3.lst
890
929
  })].every((flag) => flag);
891
- const $vo19 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
930
+ const $vo20 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
892
931
  path: _path2 + ".join",
893
932
  expected: "(string | undefined)",
894
933
  value: input3.join
@@ -900,7 +939,7 @@ var validCategoriesRequest = (input) => {
900
939
  path: _path2 + ".term",
901
940
  expected: "NumericTerm",
902
941
  value: input3.term
903
- })) && $vo20(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
942
+ })) && $vo21(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
904
943
  path: _path2 + ".term",
905
944
  expected: "NumericTerm",
906
945
  value: input3.term
@@ -928,7 +967,7 @@ var validCategoriesRequest = (input) => {
928
967
  path: _path2 + ".values[" + _index11 + "]",
929
968
  expected: "__type.o4",
930
969
  value: elem
931
- })) && $vo28(elem, _path2 + ".values[" + _index11 + "]", _exceptionable2) || $report(_exceptionable2, {
970
+ })) && $vo29(elem, _path2 + ".values[" + _index11 + "]", _exceptionable2) || $report(_exceptionable2, {
932
971
  path: _path2 + ".values[" + _index11 + "]",
933
972
  expected: "__type.o4",
934
973
  value: elem
@@ -937,7 +976,7 @@ var validCategoriesRequest = (input) => {
937
976
  expected: "Array<__type>.o1",
938
977
  value: input3.values
939
978
  })].every((flag) => flag);
940
- const $vo20 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
979
+ const $vo21 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
941
980
  path: _path2 + ".id",
942
981
  expected: "string",
943
982
  value: input3.id
@@ -985,15 +1024,15 @@ var validCategoriesRequest = (input) => {
985
1024
  path: _path2 + ".values",
986
1025
  expected: "(TermValues | undefined)",
987
1026
  value: input3.values
988
- })) && $vo14(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1027
+ })) && $vo15(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
989
1028
  path: _path2 + ".values",
990
1029
  expected: "(TermValues | undefined)",
991
1030
  value: input3.values
992
- }), ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1031
+ }), true, ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
993
1032
  path: _path2 + ".bins",
994
1033
  expected: "PresetNumericBins",
995
1034
  value: input3.bins
996
- })) && $vo21(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1035
+ })) && $vo22(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
997
1036
  path: _path2 + ".bins",
998
1037
  expected: "PresetNumericBins",
999
1038
  value: input3.bins
@@ -1005,12 +1044,12 @@ var validCategoriesRequest = (input) => {
1005
1044
  path: _path2 + ".continuousColorScale",
1006
1045
  expected: "(__type.o3 | undefined)",
1007
1046
  value: input3.continuousColorScale
1008
- })) && $vo27(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1047
+ })) && $vo28(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1009
1048
  path: _path2 + ".continuousColorScale",
1010
1049
  expected: "(__type.o3 | undefined)",
1011
1050
  value: input3.continuousColorScale
1012
1051
  })].every((flag) => flag);
1013
- const $vo21 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3["default"] && null !== input3["default"] || $report(_exceptionable2, {
1052
+ const $vo22 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3["default"] && null !== input3["default"] || $report(_exceptionable2, {
1014
1053
  path: _path2 + '["default"]',
1015
1054
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
1016
1055
  value: input3["default"]
@@ -1047,7 +1086,7 @@ var validCategoriesRequest = (input) => {
1047
1086
  expected: "(number | undefined)",
1048
1087
  value: input3.max
1049
1088
  })].every((flag) => flag);
1050
- const $vo22 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1089
+ const $vo23 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1051
1090
  path: _path2 + ".hiddenValues",
1052
1091
  expected: "(HiddenValues | undefined)",
1053
1092
  value: input3.hiddenValues
@@ -1100,7 +1139,7 @@ var validCategoriesRequest = (input) => {
1100
1139
  expected: "(number | undefined)",
1101
1140
  value: input3.label_offset
1102
1141
  })].every((flag) => flag);
1103
- const $vo23 = (input3, _path2, _exceptionable2 = true) => [true === input3.startunbounded || $report(_exceptionable2, {
1142
+ const $vo24 = (input3, _path2, _exceptionable2 = true) => [true === input3.startunbounded || $report(_exceptionable2, {
1104
1143
  path: _path2 + ".startunbounded",
1105
1144
  expected: "true",
1106
1145
  value: input3.startunbounded
@@ -1125,7 +1164,7 @@ var validCategoriesRequest = (input) => {
1125
1164
  expected: "(string | undefined)",
1126
1165
  value: input3.label
1127
1166
  })].every((flag) => flag);
1128
- const $vo24 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.startunbounded || false === input3.startunbounded || $report(_exceptionable2, {
1167
+ const $vo25 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.startunbounded || false === input3.startunbounded || $report(_exceptionable2, {
1129
1168
  path: _path2 + ".startunbounded",
1130
1169
  expected: "(false | undefined)",
1131
1170
  value: input3.startunbounded
@@ -1154,7 +1193,7 @@ var validCategoriesRequest = (input) => {
1154
1193
  expected: "(string | undefined)",
1155
1194
  value: input3.label
1156
1195
  })].every((flag) => flag);
1157
- const $vo25 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.start || $report(_exceptionable2, {
1196
+ const $vo26 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.start || $report(_exceptionable2, {
1158
1197
  path: _path2 + ".start",
1159
1198
  expected: "number",
1160
1199
  value: input3.start
@@ -1179,7 +1218,7 @@ var validCategoriesRequest = (input) => {
1179
1218
  expected: "(string | undefined)",
1180
1219
  value: input3.label
1181
1220
  })].every((flag) => flag);
1182
- const $vo26 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1221
+ const $vo27 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1183
1222
  path: _path2 + ".hiddenValues",
1184
1223
  expected: "(HiddenValues | undefined)",
1185
1224
  value: input3.hiddenValues
@@ -1246,7 +1285,7 @@ var validCategoriesRequest = (input) => {
1246
1285
  expected: '("median" | undefined)',
1247
1286
  value: input3.preferredBins
1248
1287
  })].every((flag) => flag);
1249
- const $vo27 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.minColor || $report(_exceptionable2, {
1288
+ const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.minColor || $report(_exceptionable2, {
1250
1289
  path: _path2 + ".minColor",
1251
1290
  expected: "string",
1252
1291
  value: input3.minColor
@@ -1255,7 +1294,7 @@ var validCategoriesRequest = (input) => {
1255
1294
  expected: "string",
1256
1295
  value: input3.maxColor
1257
1296
  })].every((flag) => flag);
1258
- const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1297
+ const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1259
1298
  path: _path2 + ".key",
1260
1299
  expected: "string",
1261
1300
  value: input3.key
@@ -1272,7 +1311,7 @@ var validCategoriesRequest = (input) => {
1272
1311
  expected: "(string | undefined)",
1273
1312
  value: input3.label
1274
1313
  })].every((flag) => flag);
1275
- const $vo29 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1314
+ const $vo30 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1276
1315
  path: _path2 + ".join",
1277
1316
  expected: "(string | undefined)",
1278
1317
  value: input3.join
@@ -1284,7 +1323,7 @@ var validCategoriesRequest = (input) => {
1284
1323
  path: _path2 + ".term",
1285
1324
  expected: "ConditionTerm",
1286
1325
  value: input3.term
1287
- })) && $vo30(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1326
+ })) && $vo31(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1288
1327
  path: _path2 + ".term",
1289
1328
  expected: "ConditionTerm",
1290
1329
  value: input3.term
@@ -1308,7 +1347,7 @@ var validCategoriesRequest = (input) => {
1308
1347
  path: _path2 + ".grade_and_child[" + _index15 + "]",
1309
1348
  expected: "GradeAndChildEntry",
1310
1349
  value: elem
1311
- })) && $vo31(elem, _path2 + ".grade_and_child[" + _index15 + "]", _exceptionable2) || $report(_exceptionable2, {
1350
+ })) && $vo32(elem, _path2 + ".grade_and_child[" + _index15 + "]", _exceptionable2) || $report(_exceptionable2, {
1312
1351
  path: _path2 + ".grade_and_child[" + _index15 + "]",
1313
1352
  expected: "GradeAndChildEntry",
1314
1353
  value: elem
@@ -1317,7 +1356,7 @@ var validCategoriesRequest = (input) => {
1317
1356
  expected: "(Array<GradeAndChildEntry> | undefined)",
1318
1357
  value: input3.grade_and_child
1319
1358
  })].every((flag) => flag);
1320
- const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1359
+ const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1321
1360
  path: _path2 + ".id",
1322
1361
  expected: "string",
1323
1362
  value: input3.id
@@ -1365,12 +1404,12 @@ var validCategoriesRequest = (input) => {
1365
1404
  path: _path2 + ".values",
1366
1405
  expected: "(TermValues | undefined)",
1367
1406
  value: input3.values
1368
- })) && $vo14(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1407
+ })) && $vo15(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1369
1408
  path: _path2 + ".values",
1370
1409
  expected: "(TermValues | undefined)",
1371
1410
  value: input3.values
1372
- })].every((flag) => flag);
1373
- const $vo31 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1411
+ }), true].every((flag) => flag);
1412
+ const $vo32 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1374
1413
  path: _path2 + ".grade",
1375
1414
  expected: "number",
1376
1415
  value: input3.grade
@@ -1387,7 +1426,7 @@ var validCategoriesRequest = (input) => {
1387
1426
  expected: "string",
1388
1427
  value: input3.child_label
1389
1428
  })].every((flag) => flag);
1390
- const $vo32 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1429
+ const $vo33 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1391
1430
  path: _path2 + ".join",
1392
1431
  expected: "(string | undefined)",
1393
1432
  value: input3.join
@@ -1420,7 +1459,7 @@ var validCategoriesRequest = (input) => {
1420
1459
  expected: "Array<GeneVariantTvsValue>",
1421
1460
  value: input3.values
1422
1461
  })].every((flag) => flag);
1423
- const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1462
+ const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1424
1463
  path: _path2 + ".id",
1425
1464
  expected: "string",
1426
1465
  value: input3.id
@@ -1468,15 +1507,15 @@ var validCategoriesRequest = (input) => {
1468
1507
  path: _path2 + ".values",
1469
1508
  expected: "(TermValues | undefined)",
1470
1509
  value: input3.values
1471
- })) && $vo14(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1510
+ })) && $vo15(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1472
1511
  path: _path2 + ".values",
1473
1512
  expected: "(TermValues | undefined)",
1474
1513
  value: input3.values
1475
- }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
1514
+ }), true, ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
1476
1515
  path: _path2 + ".groupsetting",
1477
1516
  expected: "EnabledTermGroupSetting",
1478
1517
  value: input3.groupsetting
1479
- })) && $vo16(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
1518
+ })) && $vo17(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
1480
1519
  path: _path2 + ".groupsetting",
1481
1520
  expected: "EnabledTermGroupSetting",
1482
1521
  value: input3.groupsetting
@@ -1501,7 +1540,7 @@ var validCategoriesRequest = (input) => {
1501
1540
  expected: "(number | undefined)",
1502
1541
  value: input3.stop
1503
1542
  })].every((flag) => flag);
1504
- const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1543
+ const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1505
1544
  path: _path2 + ".id",
1506
1545
  expected: "string",
1507
1546
  value: input3.id
@@ -1549,15 +1588,15 @@ var validCategoriesRequest = (input) => {
1549
1588
  path: _path2 + ".values",
1550
1589
  expected: "(TermValues | undefined)",
1551
1590
  value: input3.values
1552
- })) && $vo14(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1591
+ })) && $vo15(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1553
1592
  path: _path2 + ".values",
1554
1593
  expected: "(TermValues | undefined)",
1555
1594
  value: input3.values
1556
- }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
1595
+ }), true, ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
1557
1596
  path: _path2 + ".groupsetting",
1558
1597
  expected: "EnabledTermGroupSetting",
1559
1598
  value: input3.groupsetting
1560
- })) && $vo16(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
1599
+ })) && $vo17(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
1561
1600
  path: _path2 + ".groupsetting",
1562
1601
  expected: "EnabledTermGroupSetting",
1563
1602
  value: input3.groupsetting
@@ -1578,7 +1617,7 @@ var validCategoriesRequest = (input) => {
1578
1617
  expected: "number",
1579
1618
  value: input3.stop
1580
1619
  })].every((flag) => flag);
1581
- const $vo35 = (input3, _path2, _exceptionable2 = true) => [1 === input3.dt || $report(_exceptionable2, {
1620
+ const $vo36 = (input3, _path2, _exceptionable2 = true) => [1 === input3.dt || $report(_exceptionable2, {
1582
1621
  path: _path2 + ".dt",
1583
1622
  expected: "1",
1584
1623
  value: input3.dt
@@ -1611,7 +1650,7 @@ var validCategoriesRequest = (input) => {
1611
1650
  expected: '("germline" | "somatic" | undefined)',
1612
1651
  value: input3.origin
1613
1652
  })].every((flag) => flag);
1614
- const $vo36 = (input3, _path2, _exceptionable2 = true) => [4 === input3.dt || $report(_exceptionable2, {
1653
+ const $vo37 = (input3, _path2, _exceptionable2 = true) => [4 === input3.dt || $report(_exceptionable2, {
1615
1654
  path: _path2 + ".dt",
1616
1655
  expected: "4",
1617
1656
  value: input3.dt
@@ -1644,7 +1683,7 @@ var validCategoriesRequest = (input) => {
1644
1683
  expected: '("germline" | "somatic" | undefined)',
1645
1684
  value: input3.origin
1646
1685
  })].every((flag) => flag);
1647
- const $vo37 = (input3, _path2, _exceptionable2 = true) => [5 === input3.dt || $report(_exceptionable2, {
1686
+ const $vo38 = (input3, _path2, _exceptionable2 = true) => [5 === input3.dt || $report(_exceptionable2, {
1648
1687
  path: _path2 + ".dt",
1649
1688
  expected: "5",
1650
1689
  value: input3.dt
@@ -1677,7 +1716,7 @@ var validCategoriesRequest = (input) => {
1677
1716
  expected: '("germline" | "somatic" | undefined)',
1678
1717
  value: input3.origin
1679
1718
  })].every((flag) => flag);
1680
- const $vo38 = (input3, _path2, _exceptionable2 = true) => [2 === input3.dt || $report(_exceptionable2, {
1719
+ const $vo39 = (input3, _path2, _exceptionable2 = true) => [2 === input3.dt || $report(_exceptionable2, {
1681
1720
  path: _path2 + ".dt",
1682
1721
  expected: "2",
1683
1722
  value: input3.dt
@@ -1710,7 +1749,7 @@ var validCategoriesRequest = (input) => {
1710
1749
  expected: '("germline" | "somatic" | undefined)',
1711
1750
  value: input3.origin
1712
1751
  })].every((flag) => flag);
1713
- const $vo39 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
1752
+ const $vo40 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
1714
1753
  path: _path2 + ".id",
1715
1754
  expected: "(string | undefined)",
1716
1755
  value: input3.id
@@ -1738,7 +1777,7 @@ var validCategoriesRequest = (input) => {
1738
1777
  path: _path2 + ".term",
1739
1778
  expected: "NumericTerm",
1740
1779
  value: input3.term
1741
- })) && $vo20(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1780
+ })) && $vo21(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1742
1781
  path: _path2 + ".term",
1743
1782
  expected: "NumericTerm",
1744
1783
  value: input3.term
@@ -1751,7 +1790,7 @@ var validCategoriesRequest = (input) => {
1751
1790
  expected: "(BinaryNumericQ | ContinuousNumericQ | CustomNumericBinConfig | RegularNumericBinConfig | SplineNumericQ)",
1752
1791
  value: input3.q
1753
1792
  })].every((flag) => flag);
1754
- const $vo40 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1793
+ const $vo41 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1755
1794
  path: _path2 + ".hiddenValues",
1756
1795
  expected: "(HiddenValues | undefined)",
1757
1796
  value: input3.hiddenValues
@@ -1811,7 +1850,7 @@ var validCategoriesRequest = (input) => {
1811
1850
  expected: "[StartUnboundedBin | FullyBoundedBin, FullyBoundedBin | StopUnboundedBin]",
1812
1851
  value: input3.lst
1813
1852
  })].every((flag) => flag);
1814
- const $vo41 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1853
+ const $vo42 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1815
1854
  path: _path2 + ".hiddenValues",
1816
1855
  expected: "(HiddenValues | undefined)",
1817
1856
  value: input3.hiddenValues
@@ -1848,7 +1887,7 @@ var validCategoriesRequest = (input) => {
1848
1887
  expected: "undefined",
1849
1888
  value: input3.type
1850
1889
  }))].every((flag) => flag);
1851
- const $vo42 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1890
+ const $vo43 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1852
1891
  path: _path2 + ".hiddenValues",
1853
1892
  expected: "(HiddenValues | undefined)",
1854
1893
  value: input3.hiddenValues
@@ -1880,7 +1919,7 @@ var validCategoriesRequest = (input) => {
1880
1919
  path: _path2 + ".knots[" + _index31 + "]",
1881
1920
  expected: "__type.o5",
1882
1921
  value: elem
1883
- })) && $vo43(elem, _path2 + ".knots[" + _index31 + "]", _exceptionable2) || $report(_exceptionable2, {
1922
+ })) && $vo44(elem, _path2 + ".knots[" + _index31 + "]", _exceptionable2) || $report(_exceptionable2, {
1884
1923
  path: _path2 + ".knots[" + _index31 + "]",
1885
1924
  expected: "__type.o5",
1886
1925
  value: elem
@@ -1897,12 +1936,12 @@ var validCategoriesRequest = (input) => {
1897
1936
  expected: "undefined",
1898
1937
  value: input3.type
1899
1938
  }))].every((flag) => flag);
1900
- const $vo43 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
1939
+ const $vo44 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
1901
1940
  path: _path2 + ".value",
1902
1941
  expected: "number",
1903
1942
  value: input3.value
1904
1943
  })].every((flag) => flag);
1905
- const $vo44 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
1944
+ const $vo45 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
1906
1945
  path: _path2 + ".id",
1907
1946
  expected: "(string | undefined)",
1908
1947
  value: input3.id
@@ -1930,7 +1969,7 @@ var validCategoriesRequest = (input) => {
1930
1969
  path: _path2 + ".q",
1931
1970
  expected: "SnpsQ",
1932
1971
  value: input3.q
1933
- })) && $vo45(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
1972
+ })) && $vo46(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
1934
1973
  path: _path2 + ".q",
1935
1974
  expected: "SnpsQ",
1936
1975
  value: input3.q
@@ -1938,12 +1977,12 @@ var validCategoriesRequest = (input) => {
1938
1977
  path: _path2 + ".term",
1939
1978
  expected: "SnpsTerm",
1940
1979
  value: input3.term
1941
- })) && $vo47(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1980
+ })) && $vo48(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1942
1981
  path: _path2 + ".term",
1943
1982
  expected: "SnpsTerm",
1944
1983
  value: input3.term
1945
1984
  })].every((flag) => flag);
1946
- const $vo45 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1985
+ const $vo46 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1947
1986
  path: _path2 + ".hiddenValues",
1948
1987
  expected: "(HiddenValues | undefined)",
1949
1988
  value: input3.hiddenValues
@@ -1967,9 +2006,9 @@ var validCategoriesRequest = (input) => {
1967
2006
  path: _path2 + ".reuseId",
1968
2007
  expected: "(string | undefined)",
1969
2008
  value: input3.reuseId
1970
- }), 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, {
2009
+ }), 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, {
1971
2010
  path: _path2 + ".type",
1972
- expected: '("custom-bin" | "custom-groupset" | "custom-samplelst" | "predefined-groupset" | "regular-bin" | "values" | undefined)',
2011
+ expected: '("custom-bin" | "custom-groupset" | "custom-samplelst" | "filter" | "predefined-groupset" | "regular-bin" | "values" | undefined)',
1973
2012
  value: input3.type
1974
2013
  }), "number" === typeof input3.AFcutoff || $report(_exceptionable2, {
1975
2014
  path: _path2 + ".AFcutoff",
@@ -1999,7 +2038,7 @@ var validCategoriesRequest = (input) => {
1999
2038
  path: _path2 + ".restrictAncestry",
2000
2039
  expected: "RestrictAncestry",
2001
2040
  value: input3.restrictAncestry
2002
- })) && $vo46(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
2041
+ })) && $vo47(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
2003
2042
  path: _path2 + ".restrictAncestry",
2004
2043
  expected: "RestrictAncestry",
2005
2044
  value: input3.restrictAncestry
@@ -2007,7 +2046,7 @@ var validCategoriesRequest = (input) => {
2007
2046
  path: _path2 + ".variant_filter",
2008
2047
  expected: "Filter",
2009
2048
  value: input3.variant_filter
2010
- })) && $vo11(input3.variant_filter, _path2 + ".variant_filter", _exceptionable2) || $report(_exceptionable2, {
2049
+ })) && $vo12(input3.variant_filter, _path2 + ".variant_filter", _exceptionable2) || $report(_exceptionable2, {
2011
2050
  path: _path2 + ".variant_filter",
2012
2051
  expected: "Filter",
2013
2052
  value: input3.variant_filter
@@ -2024,7 +2063,7 @@ var validCategoriesRequest = (input) => {
2024
2063
  expected: "number",
2025
2064
  value: input3.stop
2026
2065
  })].every((flag) => flag);
2027
- const $vo46 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2066
+ const $vo47 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2028
2067
  path: _path2 + ".name",
2029
2068
  expected: "string",
2030
2069
  value: input3.name
@@ -2037,7 +2076,7 @@ var validCategoriesRequest = (input) => {
2037
2076
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
2038
2077
  value: input3.tvs
2039
2078
  })].every((flag) => flag);
2040
- const $vo47 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2079
+ const $vo48 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2041
2080
  path: _path2 + ".id",
2042
2081
  expected: "string",
2043
2082
  value: input3.id
@@ -2085,11 +2124,11 @@ var validCategoriesRequest = (input) => {
2085
2124
  path: _path2 + ".values",
2086
2125
  expected: "(TermValues | undefined)",
2087
2126
  value: input3.values
2088
- })) && $vo14(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2127
+ })) && $vo15(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2089
2128
  path: _path2 + ".values",
2090
2129
  expected: "(TermValues | undefined)",
2091
2130
  value: input3.values
2092
- }), void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit || $report(_exceptionable2, {
2131
+ }), true, void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit || $report(_exceptionable2, {
2093
2132
  path: _path2 + ".reachedVariantLimit",
2094
2133
  expected: "(boolean | undefined)",
2095
2134
  value: input3.reachedVariantLimit
@@ -2101,7 +2140,7 @@ var validCategoriesRequest = (input) => {
2101
2140
  path: _path2 + ".snps[" + _index34 + "]",
2102
2141
  expected: "SnpsEntry",
2103
2142
  value: elem
2104
- })) && $vo48(elem, _path2 + ".snps[" + _index34 + "]", _exceptionable2) || $report(_exceptionable2, {
2143
+ })) && $vo49(elem, _path2 + ".snps[" + _index34 + "]", _exceptionable2) || $report(_exceptionable2, {
2105
2144
  path: _path2 + ".snps[" + _index34 + "]",
2106
2145
  expected: "SnpsEntry",
2107
2146
  value: elem
@@ -2110,7 +2149,7 @@ var validCategoriesRequest = (input) => {
2110
2149
  expected: "(Array<SnpsEntry> | undefined)",
2111
2150
  value: input3.snps
2112
2151
  })].every((flag) => flag);
2113
- const $vo48 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
2152
+ const $vo49 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
2114
2153
  path: _path2 + ".altAlleles",
2115
2154
  expected: "(Array<string> | undefined)",
2116
2155
  value: input3.altAlleles
@@ -2130,7 +2169,7 @@ var validCategoriesRequest = (input) => {
2130
2169
  path: _path2 + ".alleles[" + _index36 + "]",
2131
2170
  expected: "AllelesEntry",
2132
2171
  value: elem
2133
- })) && $vo49(elem, _path2 + ".alleles[" + _index36 + "]", _exceptionable2) || $report(_exceptionable2, {
2172
+ })) && $vo50(elem, _path2 + ".alleles[" + _index36 + "]", _exceptionable2) || $report(_exceptionable2, {
2134
2173
  path: _path2 + ".alleles[" + _index36 + "]",
2135
2174
  expected: "AllelesEntry",
2136
2175
  value: elem
@@ -2146,7 +2185,7 @@ var validCategoriesRequest = (input) => {
2146
2185
  path: _path2 + ".gt2count",
2147
2186
  expected: "(__type.o6 | undefined)",
2148
2187
  value: input3.gt2count
2149
- })) && $vo50(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
2188
+ })) && $vo51(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
2150
2189
  path: _path2 + ".gt2count",
2151
2190
  expected: "(__type.o6 | undefined)",
2152
2191
  value: input3.gt2count
@@ -2175,7 +2214,7 @@ var validCategoriesRequest = (input) => {
2175
2214
  expected: "(number | undefined)",
2176
2215
  value: input3.pos
2177
2216
  })].every((flag) => flag);
2178
- const $vo49 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
2217
+ const $vo50 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
2179
2218
  path: _path2 + ".allele",
2180
2219
  expected: "string",
2181
2220
  value: input3.allele
@@ -2188,7 +2227,7 @@ var validCategoriesRequest = (input) => {
2188
2227
  expected: "boolean",
2189
2228
  value: input3.isRef
2190
2229
  })].every((flag) => flag);
2191
- const $vo50 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
2230
+ const $vo51 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
2192
2231
  path: _path2 + ".k",
2193
2232
  expected: "string",
2194
2233
  value: input3.k
@@ -2197,7 +2236,7 @@ var validCategoriesRequest = (input) => {
2197
2236
  expected: "(number | string)",
2198
2237
  value: input3.v
2199
2238
  })].every((flag) => flag);
2200
- const $vo51 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2239
+ const $vo52 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2201
2240
  path: _path2 + ".id",
2202
2241
  expected: "(string | undefined)",
2203
2242
  value: input3.id
@@ -2231,14 +2270,14 @@ var validCategoriesRequest = (input) => {
2231
2270
  value: input3.term
2232
2271
  }), ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) || $report(_exceptionable2, {
2233
2272
  path: _path2 + ".q",
2234
- 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)",
2273
+ 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)",
2235
2274
  value: input3.q
2236
2275
  })) && $vu14(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2237
2276
  path: _path2 + ".q",
2238
- 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)",
2277
+ 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)",
2239
2278
  value: input3.q
2240
2279
  })].every((flag) => flag);
2241
- const $vo52 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2280
+ const $vo53 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2242
2281
  path: _path2 + ".id",
2243
2282
  expected: "string",
2244
2283
  value: input3.id
@@ -2286,11 +2325,11 @@ var validCategoriesRequest = (input) => {
2286
2325
  path: _path2 + ".values",
2287
2326
  expected: "(TermValues | undefined)",
2288
2327
  value: input3.values
2289
- })) && $vo14(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2328
+ })) && $vo15(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2290
2329
  path: _path2 + ".values",
2291
2330
  expected: "(TermValues | undefined)",
2292
2331
  value: input3.values
2293
- }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
2332
+ }), true, ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
2294
2333
  path: _path2 + ".groupsetting",
2295
2334
  expected: "(EnabledTermGroupSetting | __type.o2)",
2296
2335
  value: input3.groupsetting
@@ -2299,7 +2338,7 @@ var validCategoriesRequest = (input) => {
2299
2338
  expected: "(EnabledTermGroupSetting | __type.o2)",
2300
2339
  value: input3.groupsetting
2301
2340
  })].every((flag) => flag);
2302
- const $vo53 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2341
+ const $vo54 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2303
2342
  path: _path2 + ".id",
2304
2343
  expected: "string",
2305
2344
  value: input3.id
@@ -2347,15 +2386,15 @@ var validCategoriesRequest = (input) => {
2347
2386
  path: _path2 + ".values",
2348
2387
  expected: "(TermValues | undefined)",
2349
2388
  value: input3.values
2350
- })) && $vo14(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2389
+ })) && $vo15(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2351
2390
  path: _path2 + ".values",
2352
2391
  expected: "(TermValues | undefined)",
2353
2392
  value: input3.values
2354
- }), ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
2393
+ }), true, ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
2355
2394
  path: _path2 + ".bins",
2356
2395
  expected: "PresetNumericBins",
2357
2396
  value: input3.bins
2358
- })) && $vo21(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
2397
+ })) && $vo22(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
2359
2398
  path: _path2 + ".bins",
2360
2399
  expected: "PresetNumericBins",
2361
2400
  value: input3.bins
@@ -2367,12 +2406,12 @@ var validCategoriesRequest = (input) => {
2367
2406
  path: _path2 + ".continuousColorScale",
2368
2407
  expected: "(__type.o3 | undefined)",
2369
2408
  value: input3.continuousColorScale
2370
- })) && $vo27(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
2409
+ })) && $vo28(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
2371
2410
  path: _path2 + ".continuousColorScale",
2372
2411
  expected: "(__type.o3 | undefined)",
2373
2412
  value: input3.continuousColorScale
2374
2413
  })].every((flag) => flag);
2375
- const $vo54 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2414
+ const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2376
2415
  path: _path2 + ".id",
2377
2416
  expected: "string",
2378
2417
  value: input3.id
@@ -2420,12 +2459,12 @@ var validCategoriesRequest = (input) => {
2420
2459
  path: _path2 + ".values",
2421
2460
  expected: "(TermValues | undefined)",
2422
2461
  value: input3.values
2423
- })) && $vo14(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2462
+ })) && $vo15(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2424
2463
  path: _path2 + ".values",
2425
2464
  expected: "(TermValues | undefined)",
2426
2465
  value: input3.values
2427
- })].every((flag) => flag);
2428
- const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2466
+ }), true].every((flag) => flag);
2467
+ const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2429
2468
  path: _path2 + ".id",
2430
2469
  expected: "string",
2431
2470
  value: input3.id
@@ -2473,15 +2512,15 @@ var validCategoriesRequest = (input) => {
2473
2512
  path: _path2 + ".values",
2474
2513
  expected: "(TermValues | undefined)",
2475
2514
  value: input3.values
2476
- })) && $vo14(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2515
+ })) && $vo15(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2477
2516
  path: _path2 + ".values",
2478
2517
  expected: "(TermValues | undefined)",
2479
2518
  value: input3.values
2480
- }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
2519
+ }), true, ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
2481
2520
  path: _path2 + ".groupsetting",
2482
2521
  expected: "EnabledTermGroupSetting",
2483
2522
  value: input3.groupsetting
2484
- })) && $vo16(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2523
+ })) && $vo17(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2485
2524
  path: _path2 + ".groupsetting",
2486
2525
  expected: "EnabledTermGroupSetting",
2487
2526
  value: input3.groupsetting
@@ -2506,7 +2545,7 @@ var validCategoriesRequest = (input) => {
2506
2545
  expected: "(number | undefined)",
2507
2546
  value: input3.stop
2508
2547
  })].every((flag) => flag);
2509
- const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2548
+ const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2510
2549
  path: _path2 + ".id",
2511
2550
  expected: "string",
2512
2551
  value: input3.id
@@ -2554,15 +2593,15 @@ var validCategoriesRequest = (input) => {
2554
2593
  path: _path2 + ".values",
2555
2594
  expected: "(TermValues | undefined)",
2556
2595
  value: input3.values
2557
- })) && $vo14(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2596
+ })) && $vo15(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2558
2597
  path: _path2 + ".values",
2559
2598
  expected: "(TermValues | undefined)",
2560
2599
  value: input3.values
2561
- }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
2600
+ }), true, ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
2562
2601
  path: _path2 + ".groupsetting",
2563
2602
  expected: "EnabledTermGroupSetting",
2564
2603
  value: input3.groupsetting
2565
- })) && $vo16(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2604
+ })) && $vo17(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2566
2605
  path: _path2 + ".groupsetting",
2567
2606
  expected: "EnabledTermGroupSetting",
2568
2607
  value: input3.groupsetting
@@ -2583,7 +2622,7 @@ var validCategoriesRequest = (input) => {
2583
2622
  expected: "number",
2584
2623
  value: input3.stop
2585
2624
  })].every((flag) => flag);
2586
- const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2625
+ const $vo58 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2587
2626
  path: _path2 + ".id",
2588
2627
  expected: "string",
2589
2628
  value: input3.id
@@ -2631,11 +2670,11 @@ var validCategoriesRequest = (input) => {
2631
2670
  path: _path2 + ".values",
2632
2671
  expected: "(TermValues | undefined)",
2633
2672
  value: input3.values
2634
- })) && $vo14(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2673
+ })) && $vo15(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2635
2674
  path: _path2 + ".values",
2636
2675
  expected: "(TermValues | undefined)",
2637
2676
  value: input3.values
2638
- }), void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit || $report(_exceptionable2, {
2677
+ }), true, void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit || $report(_exceptionable2, {
2639
2678
  path: _path2 + ".reachedVariantLimit",
2640
2679
  expected: "(boolean | undefined)",
2641
2680
  value: input3.reachedVariantLimit
@@ -2647,7 +2686,7 @@ var validCategoriesRequest = (input) => {
2647
2686
  path: _path2 + ".snps[" + _index49 + "]",
2648
2687
  expected: "SnpsEntry",
2649
2688
  value: elem
2650
- })) && $vo48(elem, _path2 + ".snps[" + _index49 + "]", _exceptionable2) || $report(_exceptionable2, {
2689
+ })) && $vo49(elem, _path2 + ".snps[" + _index49 + "]", _exceptionable2) || $report(_exceptionable2, {
2651
2690
  path: _path2 + ".snps[" + _index49 + "]",
2652
2691
  expected: "SnpsEntry",
2653
2692
  value: elem
@@ -2656,7 +2695,7 @@ var validCategoriesRequest = (input) => {
2656
2695
  expected: "(Array<SnpsEntry> | undefined)",
2657
2696
  value: input3.snps
2658
2697
  })].every((flag) => flag);
2659
- const $vo58 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2698
+ const $vo59 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2660
2699
  path: _path2 + ".id",
2661
2700
  expected: "string",
2662
2701
  value: input3.id
@@ -2704,12 +2743,12 @@ var validCategoriesRequest = (input) => {
2704
2743
  path: _path2 + ".values",
2705
2744
  expected: "(TermValues & SampleLstTermValues | undefined)",
2706
2745
  value: input3.values
2707
- })) && $vo59(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2746
+ })) && $vo60(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2708
2747
  path: _path2 + ".values",
2709
2748
  expected: "(TermValues & SampleLstTermValues | undefined)",
2710
2749
  value: input3.values
2711
- })].every((flag) => flag);
2712
- const $vo59 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2750
+ }), true].every((flag) => flag);
2751
+ const $vo60 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2713
2752
  const value = input3[key];
2714
2753
  if (void 0 === value)
2715
2754
  return true;
@@ -2718,7 +2757,7 @@ var validCategoriesRequest = (input) => {
2718
2757
  path: _path2 + $join(key),
2719
2758
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
2720
2759
  value
2721
- })) && $vo60(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2760
+ })) && $vo61(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2722
2761
  path: _path2 + $join(key),
2723
2762
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
2724
2763
  value
@@ -2728,14 +2767,14 @@ var validCategoriesRequest = (input) => {
2728
2767
  path: _path2 + $join(key),
2729
2768
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
2730
2769
  value
2731
- })) && $vo60(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2770
+ })) && $vo61(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2732
2771
  path: _path2 + $join(key),
2733
2772
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
2734
2773
  value
2735
2774
  });
2736
2775
  return true;
2737
2776
  }).every((flag) => flag)].every((flag) => flag);
2738
- const $vo60 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
2777
+ const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
2739
2778
  path: _path2 + ".key",
2740
2779
  expected: "(string | undefined)",
2741
2780
  value: input3.key
@@ -2763,7 +2802,7 @@ var validCategoriesRequest = (input) => {
2763
2802
  path: _path2 + ".filter",
2764
2803
  expected: "(Filter | undefined)",
2765
2804
  value: input3.filter
2766
- })) && $vo11(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
2805
+ })) && $vo12(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
2767
2806
  path: _path2 + ".filter",
2768
2807
  expected: "(Filter | undefined)",
2769
2808
  value: input3.filter
@@ -2783,7 +2822,7 @@ var validCategoriesRequest = (input) => {
2783
2822
  path: _path2 + ".list[" + _index52 + "]",
2784
2823
  expected: "__type.o7",
2785
2824
  value: elem
2786
- })) && $vo61(elem, _path2 + ".list[" + _index52 + "]", _exceptionable2) || $report(_exceptionable2, {
2825
+ })) && $vo62(elem, _path2 + ".list[" + _index52 + "]", _exceptionable2) || $report(_exceptionable2, {
2787
2826
  path: _path2 + ".list[" + _index52 + "]",
2788
2827
  expected: "__type.o7",
2789
2828
  value: elem
@@ -2792,7 +2831,7 @@ var validCategoriesRequest = (input) => {
2792
2831
  expected: "Array<__type>.o3",
2793
2832
  value: input3.list
2794
2833
  }), true].every((flag) => flag);
2795
- const $vo61 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.sampleId || $report(_exceptionable2, {
2834
+ const $vo62 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.sampleId || $report(_exceptionable2, {
2796
2835
  path: _path2 + ".sampleId",
2797
2836
  expected: "string",
2798
2837
  value: input3.sampleId
@@ -2801,7 +2840,7 @@ var validCategoriesRequest = (input) => {
2801
2840
  expected: "string",
2802
2841
  value: input3.sample
2803
2842
  })].every((flag) => flag);
2804
- const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2843
+ const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2805
2844
  path: _path2 + ".hiddenValues",
2806
2845
  expected: "(HiddenValues | undefined)",
2807
2846
  value: input3.hiddenValues
@@ -2825,12 +2864,12 @@ var validCategoriesRequest = (input) => {
2825
2864
  path: _path2 + ".reuseId",
2826
2865
  expected: "(string | undefined)",
2827
2866
  value: input3.reuseId
2828
- }), 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, {
2867
+ }), 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, {
2829
2868
  path: _path2 + ".type",
2830
- expected: '("custom-bin" | "custom-groupset" | "custom-samplelst" | "predefined-groupset" | "regular-bin" | "values" | undefined)',
2869
+ expected: '("custom-bin" | "custom-groupset" | "custom-samplelst" | "filter" | "predefined-groupset" | "regular-bin" | "values" | undefined)',
2831
2870
  value: input3.type
2832
2871
  })].every((flag) => flag);
2833
- const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2872
+ const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2834
2873
  path: _path2 + ".hiddenValues",
2835
2874
  expected: "(HiddenValues | undefined)",
2836
2875
  value: input3.hiddenValues
@@ -2895,7 +2934,7 @@ var validCategoriesRequest = (input) => {
2895
2934
  expected: "(boolean | undefined)",
2896
2935
  value: input3.value_by_computable_grade
2897
2936
  }), true].every((flag) => flag);
2898
- const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2937
+ const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2899
2938
  path: _path2 + ".hiddenValues",
2900
2939
  expected: "(HiddenValues | undefined)",
2901
2940
  value: input3.hiddenValues
@@ -2960,7 +2999,7 @@ var validCategoriesRequest = (input) => {
2960
2999
  expected: '"values"',
2961
3000
  value: input3.type
2962
3001
  })].every((flag) => flag);
2963
- const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3002
+ const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2964
3003
  path: _path2 + ".hiddenValues",
2965
3004
  expected: "(HiddenValues | undefined)",
2966
3005
  value: input3.hiddenValues
@@ -3016,6 +3055,71 @@ var validCategoriesRequest = (input) => {
3016
3055
  path: _path2 + ".origin",
3017
3056
  expected: "(string | undefined)",
3018
3057
  value: input3.origin
3058
+ }), void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode || $report(_exceptionable2, {
3059
+ path: _path2 + ".mode",
3060
+ expected: '("binary" | "continuous" | "cox" | "cuminc" | "discrete" | "spline" | undefined)',
3061
+ value: input3.mode
3062
+ }), void 0 === input3.type || "filter" === input3.type || $report(_exceptionable2, {
3063
+ path: _path2 + ".type",
3064
+ expected: '("filter" | undefined)',
3065
+ value: input3.type
3066
+ })].every((flag) => flag);
3067
+ const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3068
+ path: _path2 + ".hiddenValues",
3069
+ expected: "(HiddenValues | undefined)",
3070
+ value: input3.hiddenValues
3071
+ })) && $vo4(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3072
+ path: _path2 + ".hiddenValues",
3073
+ expected: "(HiddenValues | undefined)",
3074
+ value: input3.hiddenValues
3075
+ }), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
3076
+ path: _path2 + ".isAtomic",
3077
+ expected: "(true | undefined)",
3078
+ value: input3.isAtomic
3079
+ }), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
3080
+ path: _path2 + ".name",
3081
+ expected: "(string | undefined)",
3082
+ value: input3.name
3083
+ }), void 0 === input3.reuseId || "string" === typeof input3.reuseId || $report(_exceptionable2, {
3084
+ path: _path2 + ".reuseId",
3085
+ expected: "(string | undefined)",
3086
+ value: input3.reuseId
3087
+ }), void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff || $report(_exceptionable2, {
3088
+ path: _path2 + ".cnvGainCutoff",
3089
+ expected: "(number | undefined)",
3090
+ value: input3.cnvGainCutoff
3091
+ }), void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength || $report(_exceptionable2, {
3092
+ path: _path2 + ".cnvMaxLength",
3093
+ expected: "(number | undefined)",
3094
+ value: input3.cnvMaxLength
3095
+ }), void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue || $report(_exceptionable2, {
3096
+ path: _path2 + ".cnvMinAbsValue",
3097
+ expected: "(number | undefined)",
3098
+ value: input3.cnvMinAbsValue
3099
+ }), void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff || $report(_exceptionable2, {
3100
+ path: _path2 + ".cnvLossCutoff",
3101
+ expected: "(number | undefined)",
3102
+ value: input3.cnvLossCutoff
3103
+ }), (Array.isArray(input3.exclude) || $report(_exceptionable2, {
3104
+ path: _path2 + ".exclude",
3105
+ expected: "Array<string>",
3106
+ value: input3.exclude
3107
+ })) && input3.exclude.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
3108
+ path: _path2 + ".exclude[" + _index56 + "]",
3109
+ expected: "string",
3110
+ value: elem
3111
+ })).every((flag) => flag) || $report(_exceptionable2, {
3112
+ path: _path2 + ".exclude",
3113
+ expected: "Array<string>",
3114
+ value: input3.exclude
3115
+ }), void 0 === input3.dt || "number" === typeof input3.dt || $report(_exceptionable2, {
3116
+ path: _path2 + ".dt",
3117
+ expected: "(number | undefined)",
3118
+ value: input3.dt
3119
+ }), void 0 === input3.origin || "string" === typeof input3.origin || $report(_exceptionable2, {
3120
+ path: _path2 + ".origin",
3121
+ expected: "(string | undefined)",
3122
+ value: input3.origin
3019
3123
  }), void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || $report(_exceptionable2, {
3020
3124
  path: _path2 + ".mode",
3021
3125
  expected: '("binary" | "discrete" | undefined)',
@@ -3029,7 +3133,7 @@ var validCategoriesRequest = (input) => {
3029
3133
  expected: "number",
3030
3134
  value: input3.predefined_groupset_idx
3031
3135
  })].every((flag) => flag);
3032
- const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3136
+ const $vo68 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3033
3137
  path: _path2 + ".hiddenValues",
3034
3138
  expected: "(HiddenValues | undefined)",
3035
3139
  value: input3.hiddenValues
@@ -3069,8 +3173,8 @@ var validCategoriesRequest = (input) => {
3069
3173
  path: _path2 + ".exclude",
3070
3174
  expected: "Array<string>",
3071
3175
  value: input3.exclude
3072
- })) && input3.exclude.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
3073
- path: _path2 + ".exclude[" + _index56 + "]",
3176
+ })) && input3.exclude.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
3177
+ path: _path2 + ".exclude[" + _index57 + "]",
3074
3178
  expected: "string",
3075
3179
  value: elem
3076
3180
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3097,12 +3201,12 @@ var validCategoriesRequest = (input) => {
3097
3201
  path: _path2 + ".customset",
3098
3202
  expected: "BaseGroupSet",
3099
3203
  value: input3.customset
3100
- })) && $vo7(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
3204
+ })) && $vo8(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
3101
3205
  path: _path2 + ".customset",
3102
3206
  expected: "BaseGroupSet",
3103
3207
  value: input3.customset
3104
3208
  })].every((flag) => flag);
3105
- const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3209
+ const $vo69 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3106
3210
  path: _path2 + ".hiddenValues",
3107
3211
  expected: "(HiddenValues | undefined)",
3108
3212
  value: input3.hiddenValues
@@ -3126,20 +3230,20 @@ var validCategoriesRequest = (input) => {
3126
3230
  path: _path2 + ".reuseId",
3127
3231
  expected: "(string | undefined)",
3128
3232
  value: input3.reuseId
3129
- }), 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, {
3233
+ }), 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, {
3130
3234
  path: _path2 + ".type",
3131
- expected: '("custom-bin" | "custom-groupset" | "custom-samplelst" | "predefined-groupset" | "regular-bin" | "values" | undefined)',
3235
+ expected: '("custom-bin" | "custom-groupset" | "custom-samplelst" | "filter" | "predefined-groupset" | "regular-bin" | "values" | undefined)',
3132
3236
  value: input3.type
3133
3237
  }), ("object" === typeof input3.groups && null !== input3.groups && false === Array.isArray(input3.groups) || $report(_exceptionable2, {
3134
3238
  path: _path2 + ".groups",
3135
3239
  expected: "SampleLstTermValues",
3136
3240
  value: input3.groups
3137
- })) && $vo68(input3.groups, _path2 + ".groups", _exceptionable2) || $report(_exceptionable2, {
3241
+ })) && $vo70(input3.groups, _path2 + ".groups", _exceptionable2) || $report(_exceptionable2, {
3138
3242
  path: _path2 + ".groups",
3139
3243
  expected: "SampleLstTermValues",
3140
3244
  value: input3.groups
3141
3245
  })].every((flag) => flag);
3142
- const $vo68 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3246
+ const $vo70 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3143
3247
  const value = input3[key];
3144
3248
  if (void 0 === value)
3145
3249
  return true;
@@ -3148,7 +3252,7 @@ var validCategoriesRequest = (input) => {
3148
3252
  path: _path2 + $join(key),
3149
3253
  expected: "__type.o8",
3150
3254
  value
3151
- })) && $vo69(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3255
+ })) && $vo71(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3152
3256
  path: _path2 + $join(key),
3153
3257
  expected: "__type.o8",
3154
3258
  value
@@ -3158,14 +3262,14 @@ var validCategoriesRequest = (input) => {
3158
3262
  path: _path2 + $join(key),
3159
3263
  expected: "__type.o8",
3160
3264
  value
3161
- })) && $vo69(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3265
+ })) && $vo71(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3162
3266
  path: _path2 + $join(key),
3163
3267
  expected: "__type.o8",
3164
3268
  value
3165
3269
  });
3166
3270
  return true;
3167
3271
  }).every((flag) => flag)].every((flag) => flag);
3168
- const $vo69 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
3272
+ const $vo71 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
3169
3273
  path: _path2 + ".name",
3170
3274
  expected: "string",
3171
3275
  value: input3.name
@@ -3177,12 +3281,12 @@ var validCategoriesRequest = (input) => {
3177
3281
  path: _path2 + ".list",
3178
3282
  expected: "Array<__type>.o3",
3179
3283
  value: input3.list
3180
- })) && input3.list.map((elem, _index57) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3181
- path: _path2 + ".list[" + _index57 + "]",
3284
+ })) && input3.list.map((elem, _index58) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3285
+ path: _path2 + ".list[" + _index58 + "]",
3182
3286
  expected: "__type.o7",
3183
3287
  value: elem
3184
- })) && $vo61(elem, _path2 + ".list[" + _index57 + "]", _exceptionable2) || $report(_exceptionable2, {
3185
- path: _path2 + ".list[" + _index57 + "]",
3288
+ })) && $vo62(elem, _path2 + ".list[" + _index58 + "]", _exceptionable2) || $report(_exceptionable2, {
3289
+ path: _path2 + ".list[" + _index58 + "]",
3186
3290
  expected: "__type.o7",
3187
3291
  value: elem
3188
3292
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3192,9 +3296,9 @@ var validCategoriesRequest = (input) => {
3192
3296
  }), true].every((flag) => flag);
3193
3297
  const $vu0 = (input3, _path2, _exceptionable2 = true) => (() => {
3194
3298
  if ("string" === typeof input3.type)
3195
- return $vo8(input3, _path2, _exceptionable2);
3299
+ return $vo9(input3, _path2, _exceptionable2);
3196
3300
  if ("filter" === input3.type)
3197
- return $vo10(input3, _path2, _exceptionable2);
3301
+ return $vo11(input3, _path2, _exceptionable2);
3198
3302
  return $report(_exceptionable2, {
3199
3303
  path: _path2,
3200
3304
  expected: "(ValuesGroup | FilterGroup)",
@@ -3203,27 +3307,27 @@ var validCategoriesRequest = (input) => {
3203
3307
  })();
3204
3308
  const $vu1 = (input3, _path2, _exceptionable2 = true) => (() => {
3205
3309
  if (void 0 !== input3.type)
3206
- return $vo11(input3, _path2, _exceptionable2);
3310
+ return $vo12(input3, _path2, _exceptionable2);
3207
3311
  if (void 0 !== input3.ranges)
3208
- return $vo19(input3, _path2, _exceptionable2);
3209
- return $vo12(input3, _path2, false) || $vo29(input3, _path2, false) || $vo32(input3, _path2, false);
3312
+ return $vo20(input3, _path2, _exceptionable2);
3313
+ return $vo13(input3, _path2, false) || $vo30(input3, _path2, false) || $vo33(input3, _path2, false);
3210
3314
  })();
3211
3315
  const $vu2 = (input3, _path2, _exceptionable2 = true) => (() => {
3212
3316
  if (true === input3.startunbounded)
3213
- return $vo23(input3, _path2, _exceptionable2);
3317
+ return $vo24(input3, _path2, _exceptionable2);
3214
3318
  if (true === input3.stopunbounded)
3215
- return $vo25(input3, _path2, _exceptionable2);
3216
- return $vo24(input3, _path2, _exceptionable2);
3319
+ return $vo26(input3, _path2, _exceptionable2);
3320
+ return $vo25(input3, _path2, _exceptionable2);
3217
3321
  })();
3218
3322
  const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
3219
3323
  if (2 === input3.dt)
3220
- return $vo38(input3, _path2, _exceptionable2);
3324
+ return $vo39(input3, _path2, _exceptionable2);
3221
3325
  if (5 === input3.dt)
3222
- return $vo37(input3, _path2, _exceptionable2);
3326
+ return $vo38(input3, _path2, _exceptionable2);
3223
3327
  if (4 === input3.dt)
3224
- return $vo36(input3, _path2, _exceptionable2);
3328
+ return $vo37(input3, _path2, _exceptionable2);
3225
3329
  if (1 === input3.dt)
3226
- return $vo35(input3, _path2, _exceptionable2);
3330
+ return $vo36(input3, _path2, _exceptionable2);
3227
3331
  return $report(_exceptionable2, {
3228
3332
  path: _path2,
3229
3333
  expected: "(FusionTvsValue | SVTvsValue | CNVTvsValue | SNVIndelTvsValue)",
@@ -3232,9 +3336,9 @@ var validCategoriesRequest = (input) => {
3232
3336
  })();
3233
3337
  const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
3234
3338
  if (true === input3.startunbounded)
3235
- return $vo23(input3, _path2, _exceptionable2);
3236
- if (void 0 !== input3.start)
3237
3339
  return $vo24(input3, _path2, _exceptionable2);
3340
+ if (void 0 !== input3.start)
3341
+ return $vo25(input3, _path2, _exceptionable2);
3238
3342
  return $report(_exceptionable2, {
3239
3343
  path: _path2,
3240
3344
  expected: "(StartUnboundedBin | FullyBoundedBin)",
@@ -3243,9 +3347,9 @@ var validCategoriesRequest = (input) => {
3243
3347
  })();
3244
3348
  const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
3245
3349
  if (void 0 !== input3.stop)
3246
- return $vo24(input3, _path2, _exceptionable2);
3247
- if (true === input3.stopunbounded)
3248
3350
  return $vo25(input3, _path2, _exceptionable2);
3351
+ if (true === input3.stopunbounded)
3352
+ return $vo26(input3, _path2, _exceptionable2);
3249
3353
  return $report(_exceptionable2, {
3250
3354
  path: _path2,
3251
3355
  expected: "(FullyBoundedBin | StopUnboundedBin)",
@@ -3255,31 +3359,27 @@ var validCategoriesRequest = (input) => {
3255
3359
  const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
3256
3360
  if (void 0 !== input3.type)
3257
3361
  return $vo1(input3, _path2, _exceptionable2);
3258
- return $vo51(input3, _path2, false) || $vo44(input3, _path2, false) || $vo39(input3, _path2, false);
3362
+ return $vo52(input3, _path2, false) || $vo45(input3, _path2, false) || $vo40(input3, _path2, false);
3259
3363
  })();
3260
3364
  const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
3261
3365
  if ("values" === input3.type)
3262
3366
  return $vo3(input3, _path2, _exceptionable2);
3263
3367
  if ("predefined-groupset" === input3.type)
3264
- return $vo5(input3, _path2, _exceptionable2);
3265
- if ("custom-groupset" === input3.type)
3266
3368
  return $vo6(input3, _path2, _exceptionable2);
3267
- return $report(_exceptionable2, {
3268
- path: _path2,
3269
- expected: "(ValuesQ | PredefinedGroupSettingQ | CustomGroupSettingQ)",
3270
- value: input3
3271
- });
3369
+ if ("custom-groupset" === input3.type)
3370
+ return $vo7(input3, _path2, _exceptionable2);
3371
+ return $vo5(input3, _path2, _exceptionable2);
3272
3372
  })();
3273
3373
  const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
3274
- if (Array.isArray(input3.lst) && input3.lst.map((elem, _index58) => "object" === typeof elem && null !== elem && $vo17(elem, _path2 + ".lst[" + _index58 + "]", false)).every((flag) => flag))
3275
- return $vo16(input3, _path2, _exceptionable2);
3276
- return $vo18(input3, _path2, _exceptionable2);
3374
+ if (Array.isArray(input3.lst) && input3.lst.map((elem, _index59) => "object" === typeof elem && null !== elem && $vo18(elem, _path2 + ".lst[" + _index59 + "]", false)).every((flag) => flag))
3375
+ return $vo17(input3, _path2, _exceptionable2);
3376
+ return $vo19(input3, _path2, _exceptionable2);
3277
3377
  })();
3278
3378
  const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
3279
3379
  if ("regular-bin" === input3.type)
3280
- return $vo22(input3, _path2, _exceptionable2);
3380
+ return $vo23(input3, _path2, _exceptionable2);
3281
3381
  if ("custom-bin" === input3.type)
3282
- return $vo26(input3, _path2, _exceptionable2);
3382
+ return $vo27(input3, _path2, _exceptionable2);
3283
3383
  return $report(_exceptionable2, {
3284
3384
  path: _path2,
3285
3385
  expected: "(RegularNumericBinConfig | CustomNumericBinConfig)",
@@ -3288,9 +3388,9 @@ var validCategoriesRequest = (input) => {
3288
3388
  })();
3289
3389
  const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
3290
3390
  if ("gene" === input3.kind)
3291
- return $vo33(input3, _path2, _exceptionable2);
3292
- if ("coord" === input3.kind)
3293
3391
  return $vo34(input3, _path2, _exceptionable2);
3392
+ if ("coord" === input3.kind)
3393
+ return $vo35(input3, _path2, _exceptionable2);
3294
3394
  return $report(_exceptionable2, {
3295
3395
  path: _path2,
3296
3396
  expected: "(GeneVariantGeneTerm | GeneVariantCoordTerm)",
@@ -3299,44 +3399,44 @@ var validCategoriesRequest = (input) => {
3299
3399
  })();
3300
3400
  const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
3301
3401
  if ("regular-bin" === input3.type)
3302
- return $vo22(input3, _path2, _exceptionable2);
3402
+ return $vo23(input3, _path2, _exceptionable2);
3303
3403
  if ("continuous" === input3.mode)
3304
- return $vo41(input3, _path2, _exceptionable2);
3305
- if ("spline" === input3.mode)
3306
3404
  return $vo42(input3, _path2, _exceptionable2);
3307
- return $vo26(input3, _path2, false) || $vo40(input3, _path2, false);
3405
+ if ("spline" === input3.mode)
3406
+ return $vo43(input3, _path2, _exceptionable2);
3407
+ return $vo27(input3, _path2, false) || $vo41(input3, _path2, false);
3308
3408
  })();
3309
3409
  const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
3310
3410
  if (void 0 !== input3.ranges)
3311
- return $vo19(input3, _path2, _exceptionable2);
3312
- return $vo12(input3, _path2, false) || $vo29(input3, _path2, false) || $vo32(input3, _path2, false);
3411
+ return $vo20(input3, _path2, _exceptionable2);
3412
+ return $vo13(input3, _path2, false) || $vo30(input3, _path2, false) || $vo33(input3, _path2, false);
3313
3413
  })();
3314
3414
  const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
3315
3415
  if ("categorical" === input3.type)
3316
- return $vo52(input3, _path2, _exceptionable2);
3317
- if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type)
3318
3416
  return $vo53(input3, _path2, _exceptionable2);
3319
- if ("condition" === input3.type)
3417
+ if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type)
3320
3418
  return $vo54(input3, _path2, _exceptionable2);
3321
- if ("gene" === input3.kind)
3419
+ if ("condition" === input3.type)
3322
3420
  return $vo55(input3, _path2, _exceptionable2);
3323
- if ("coord" === input3.kind)
3421
+ if ("gene" === input3.kind)
3324
3422
  return $vo56(input3, _path2, _exceptionable2);
3325
- return $vo57(input3, _path2, false) || $vo58(input3, _path2, false);
3423
+ if ("coord" === input3.kind)
3424
+ return $vo57(input3, _path2, _exceptionable2);
3425
+ return $vo58(input3, _path2, false) || $vo59(input3, _path2, false);
3326
3426
  })();
3327
3427
  const $vu14 = (input3, _path2, _exceptionable2 = true) => (() => {
3328
3428
  if (void 0 !== input3.bin_size)
3329
- return $vo22(input3, _path2, _exceptionable2);
3429
+ return $vo23(input3, _path2, _exceptionable2);
3330
3430
  if (void 0 !== input3.knots)
3331
- return $vo42(input3, _path2, _exceptionable2);
3431
+ return $vo43(input3, _path2, _exceptionable2);
3332
3432
  if (void 0 !== input3.AFcutoff)
3333
- return $vo45(input3, _path2, _exceptionable2);
3433
+ return $vo46(input3, _path2, _exceptionable2);
3334
3434
  if (void 0 !== input3.timeScale)
3335
- return $vo63(input3, _path2, _exceptionable2);
3435
+ return $vo64(input3, _path2, _exceptionable2);
3336
3436
  return (() => {
3337
3437
  if (void 0 !== input3.groups)
3338
- return $vo67(input3, _path2, _exceptionable2);
3339
- 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);
3438
+ return $vo69(input3, _path2, _exceptionable2);
3439
+ 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);
3340
3440
  })();
3341
3441
  })();
3342
3442
  return ("object" === typeof input2 && null !== input2 || $report(true, {