@sjcrh/proteinpaint-types 2.113.0 → 2.115.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 (38) hide show
  1. package/dist/brainImaging.js +1 -1
  2. package/dist/chunk-5HL5BPE5.js +126 -0
  3. package/dist/{chunk-A72XYNKT.js → chunk-7GSVLBKZ.js} +22 -22
  4. package/dist/{chunk-7Z3AE4AY.js → chunk-C7DJDPLP.js} +592 -496
  5. package/dist/{chunk-GHAIGRB7.js → chunk-EQGBEPDC.js} +22 -22
  6. package/dist/{chunk-KHPBBU43.js → chunk-GS37E7DB.js} +592 -496
  7. package/dist/{chunk-TXZQ56TX.js → chunk-I3U2T7HV.js} +590 -494
  8. package/dist/{chunk-Q5F2XI6A.js → chunk-IJHMCHUT.js} +31 -23
  9. package/dist/{chunk-GGKNEHME.js → chunk-KBTAXZM4.js} +331 -305
  10. package/dist/{chunk-4CCAF4O5.js → chunk-KZIZMP7Y.js} +64 -64
  11. package/dist/{chunk-ES6BRZ4L.js → chunk-M26XQDA4.js} +22 -22
  12. package/dist/{chunk-FMW25T52.js → chunk-MDBZCBM2.js} +293 -197
  13. package/dist/{chunk-OJWYCYKF.js → chunk-NESPJ4GG.js} +76 -76
  14. package/dist/{chunk-2WZPM25H.js → chunk-PTYGGJLG.js} +592 -496
  15. package/dist/{chunk-ZFUF4XMD.js → chunk-ZPN2DV5E.js} +22 -22
  16. package/dist/correlationVolcano.js +1 -1
  17. package/dist/index.js +45 -37
  18. package/dist/termdb.boxplot.js +1 -1
  19. package/dist/termdb.categories.js +1 -1
  20. package/dist/termdb.cluster.js +1 -1
  21. package/dist/termdb.descrstats.js +1 -1
  22. package/dist/termdb.numericcategories.js +1 -1
  23. package/dist/termdb.percentile.js +1 -1
  24. package/dist/termdb.termsbyids.js +1 -1
  25. package/dist/termdb.topMutatedGenes.js +11 -0
  26. package/dist/termdb.topTermsByType.js +1 -1
  27. package/dist/termdb.topVariablyExpressedGenes.js +1 -1
  28. package/dist/termdb.violin.js +1 -1
  29. package/dist/wsisamples.js +11 -0
  30. package/package.json +1 -1
  31. package/src/dataset.ts +32 -9
  32. package/src/index.ts +2 -1
  33. package/src/routes/{gdc.topMutatedGenes.ts → termdb.topMutatedGenes.ts} +9 -7
  34. package/src/routes/wsisamples.ts +25 -0
  35. package/src/terms/geneVariant.ts +23 -2
  36. package/src/terms/numeric.ts +2 -2
  37. package/src/terms/term.ts +18 -9
  38. package/dist/gdc.topMutatedGenes.js +0 -11
@@ -58,8 +58,8 @@ var validDescrStatsRequest = (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.logScale || "boolean" === typeof input3.logScale) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io11(input3.filter)) && 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.logScale || "boolean" === typeof input3.logScale) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io15(input3.filter)) && 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 && $io12(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,126 +77,128 @@ var validDescrStatsRequest = (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 && true && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
87
+ const $io12 = (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) && $io13(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu8(input3.groupsetting));
88
+ const $io13 = (input3) => Object.keys(input3).every((key) => {
90
89
  const value = input3[key];
91
90
  if (void 0 === value)
92
91
  return true;
93
92
  if (RegExp(/(.*)/).test(key))
94
- return "object" === typeof value && null !== value && false === Array.isArray(value) && $io15(value);
93
+ return "object" === typeof value && null !== value && false === Array.isArray(value) && $io14(value);
95
94
  if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
96
- return "object" === typeof value && null !== value && false === Array.isArray(value) && $io15(value);
95
+ return "object" === typeof value && null !== value && false === Array.isArray(value) && $io14(value);
97
96
  return true;
98
97
  });
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;
98
+ const $io14 = (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 && $io15(input3.filter));
99
+ const $io15 = (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)));
100
+ const $io16 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io12(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) && $io14(elem)));
101
+ const $io17 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io18(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 && $io26(elem)));
102
+ const $io18 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === 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) && $io13(input3.values)) && true && ("object" === typeof input3.bins && null !== input3.bins && $io19(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io25(input3.continuousColorScale));
103
+ const $io19 = (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);
104
+ const $io20 = (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);
105
+ const $io21 = (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);
106
+ const $io22 = (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);
107
+ const $io23 = (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);
108
+ const $io24 = (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);
109
+ const $io25 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
110
+ const $io26 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
111
+ const $io27 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io28(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 && $io29(elem)));
112
+ const $io28 = (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) && $io13(input3.values)) && true;
113
+ const $io29 = (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;
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 && $iu10(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem)));
115
+ const $io31 = (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) && $io13(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io32(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);
116
+ const $io32 = (input3) => (void 0 === input3.disabled || "boolean" === typeof input3.disabled) && (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io33(elem)));
117
+ const $io33 = (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) && (void 0 === input3.id || "string" === typeof input3.id) && (Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu0(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) && $io13(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io32(input3.groupsetting)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
119
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
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
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
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) => {
123
+ const $io39 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.length === 0);
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 && $io18(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 && $io15(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) && $io13(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) && $io13(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 || "date" === 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) && $io13(input3.values)) && true && ("object" === typeof input3.bins && null !== input3.bins && $io19(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io25(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) && $io13(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) && $io13(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io32(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) && $io13(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io32(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) && $io13(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 && $io15(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 $io15(input3);
182
184
  if (void 0 !== input3.ranges)
183
- return $io19(input3);
185
+ return $io17(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 ($io16(input3))
188
+ return $io16(input3);
189
+ if ($io27(input3))
190
+ return $io27(input3);
191
+ if ($io30(input3))
192
+ return $io30(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 $io21(input3);
197
199
  if (true === input3.stopunbounded)
198
- return $io25(input3);
199
- return $io24(input3);
200
+ return $io23(input3);
201
+ return $io22(input3);
200
202
  })();
201
203
  const $iu3 = (input3) => (() => {
202
204
  if (2 === input3.dt)
@@ -211,28 +213,28 @@ var validDescrStatsRequest = (input) => {
211
213
  })();
212
214
  const $iu4 = (input3) => (() => {
213
215
  if (true === input3.startunbounded)
214
- return $io23(input3);
216
+ return $io21(input3);
215
217
  if (void 0 !== input3.start)
216
- return $io24(input3);
218
+ return $io22(input3);
217
219
  return false;
218
220
  })();
219
221
  const $iu5 = (input3) => (() => {
220
222
  if (void 0 !== input3.stop)
221
- return $io24(input3);
223
+ return $io22(input3);
222
224
  if (true === input3.stopunbounded)
223
- return $io25(input3);
225
+ return $io23(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 validDescrStatsRequest = (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 && $io33(elem)))
252
+ return $io32(input3);
253
+ return $io39(input3);
252
254
  })();
253
255
  const $iu9 = (input3) => (() => {
254
256
  if ("regular-bin" === input3.type)
255
- return $io22(input3);
257
+ return $io20(input3);
256
258
  if ("custom-bin" === input3.type)
257
- return $io26(input3);
259
+ return $io24(input3);
258
260
  return false;
259
261
  })();
260
262
  const $iu10 = (input3) => (() => {
261
263
  if ("gene" === input3.kind)
262
- return $io33(input3);
264
+ return $io31(input3);
263
265
  if ("coord" === input3.kind)
264
266
  return $io34(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 $io20(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 ($io24(input3))
278
+ return $io24(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 $io17(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 ($io16(input3))
289
+ return $io16(input3);
290
+ if ($io27(input3))
291
+ return $io27(input3);
292
+ if ($io30(input3))
293
+ return $io30(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 || "date" === 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 $io20(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 ($io24(input3))
340
+ return $io24(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
  })();
@@ -382,7 +388,7 @@ var validDescrStatsRequest = (input) => {
382
388
  path: _path2 + ".filter",
383
389
  expected: "(Filter | undefined)",
384
390
  value: input3.filter
385
- })) && $vo11(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
391
+ })) && $vo15(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
386
392
  path: _path2 + ".filter",
387
393
  expected: "(Filter | undefined)",
388
394
  value: input3.filter
@@ -415,19 +421,19 @@ var validDescrStatsRequest = (input) => {
415
421
  path: _path2 + ".type",
416
422
  expected: '("CatTWCustomGS" | "CatTWPredefinedGS" | "CatTWValues")',
417
423
  value: input3.type
418
- }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
424
+ }), ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) || $report(_exceptionable2, {
419
425
  path: _path2 + ".q",
420
- expected: "(CustomGroupSettingQ | PredefinedGroupSettingQ | ValuesQ)",
426
+ expected: "(CustomGroupSettingQ | FilterQ | PredefinedGroupSettingQ | ValuesQ)",
421
427
  value: input3.q
422
428
  })) && $vu7(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
423
429
  path: _path2 + ".q",
424
- expected: "(CustomGroupSettingQ | PredefinedGroupSettingQ | ValuesQ)",
430
+ expected: "(CustomGroupSettingQ | FilterQ | PredefinedGroupSettingQ | ValuesQ)",
425
431
  value: input3.q
426
432
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
427
433
  path: _path2 + ".term",
428
434
  expected: "CategoricalTerm",
429
435
  value: input3.term
430
- })) && $vo13(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
436
+ })) && $vo12(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
431
437
  path: _path2 + ".term",
432
438
  expected: "CategoricalTerm",
433
439
  value: input3.term
@@ -489,6 +495,35 @@ var validDescrStatsRequest = (input) => {
489
495
  path: _path2 + ".hiddenValues",
490
496
  expected: "(HiddenValues | undefined)",
491
497
  value: input3.hiddenValues
498
+ }), void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic || $report(_exceptionable2, {
499
+ path: _path2 + ".isAtomic",
500
+ expected: "(boolean | undefined)",
501
+ value: input3.isAtomic
502
+ }), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
503
+ path: _path2 + ".name",
504
+ expected: "(string | undefined)",
505
+ value: input3.name
506
+ }), void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode || $report(_exceptionable2, {
507
+ path: _path2 + ".mode",
508
+ expected: '("binary" | "continuous" | "cox" | "cuminc" | "discrete" | "spline" | undefined)',
509
+ value: input3.mode
510
+ }), void 0 === input3.reuseId || "string" === typeof input3.reuseId || $report(_exceptionable2, {
511
+ path: _path2 + ".reuseId",
512
+ expected: "(string | undefined)",
513
+ value: input3.reuseId
514
+ }), void 0 === input3.type || "filter" === input3.type || $report(_exceptionable2, {
515
+ path: _path2 + ".type",
516
+ expected: '("filter" | undefined)',
517
+ value: input3.type
518
+ })].every((flag) => flag);
519
+ const $vo6 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
520
+ path: _path2 + ".hiddenValues",
521
+ expected: "(HiddenValues | undefined)",
522
+ value: input3.hiddenValues
523
+ })) && $vo4(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
524
+ path: _path2 + ".hiddenValues",
525
+ expected: "(HiddenValues | undefined)",
526
+ value: input3.hiddenValues
492
527
  }), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
493
528
  path: _path2 + ".isAtomic",
494
529
  expected: "(true | undefined)",
@@ -514,7 +549,7 @@ var validDescrStatsRequest = (input) => {
514
549
  expected: "number",
515
550
  value: input3.predefined_groupset_idx
516
551
  })].every((flag) => flag);
517
- const $vo6 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
552
+ const $vo7 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
518
553
  path: _path2 + ".hiddenValues",
519
554
  expected: "(HiddenValues | undefined)",
520
555
  value: input3.hiddenValues
@@ -546,12 +581,12 @@ var validDescrStatsRequest = (input) => {
546
581
  path: _path2 + ".customset",
547
582
  expected: "BaseGroupSet",
548
583
  value: input3.customset
549
- })) && $vo7(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
584
+ })) && $vo8(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
550
585
  path: _path2 + ".customset",
551
586
  expected: "BaseGroupSet",
552
587
  value: input3.customset
553
588
  })].every((flag) => flag);
554
- const $vo7 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
589
+ const $vo8 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
555
590
  path: _path2 + ".groups",
556
591
  expected: "Array<GroupEntry>",
557
592
  value: input3.groups
@@ -568,7 +603,7 @@ var validDescrStatsRequest = (input) => {
568
603
  expected: "Array<GroupEntry>",
569
604
  value: input3.groups
570
605
  })].every((flag) => flag);
571
- const $vo8 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
606
+ const $vo9 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
572
607
  path: _path2 + ".name",
573
608
  expected: "string",
574
609
  value: input3.name
@@ -584,7 +619,7 @@ var validDescrStatsRequest = (input) => {
584
619
  path: _path2 + ".values[" + _index2 + "]",
585
620
  expected: "__type.o1",
586
621
  value: elem
587
- })) && $vo9(elem, _path2 + ".values[" + _index2 + "]", _exceptionable2) || $report(_exceptionable2, {
622
+ })) && $vo10(elem, _path2 + ".values[" + _index2 + "]", _exceptionable2) || $report(_exceptionable2, {
588
623
  path: _path2 + ".values[" + _index2 + "]",
589
624
  expected: "__type.o1",
590
625
  value: elem
@@ -597,7 +632,7 @@ var validDescrStatsRequest = (input) => {
597
632
  expected: "(boolean | undefined)",
598
633
  value: input3.uncomputable
599
634
  })].every((flag) => flag);
600
- const $vo9 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
635
+ const $vo10 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
601
636
  path: _path2 + ".key",
602
637
  expected: "(number | string)",
603
638
  value: input3.key
@@ -606,7 +641,7 @@ var validDescrStatsRequest = (input) => {
606
641
  expected: "string",
607
642
  value: input3.label
608
643
  })].every((flag) => flag);
609
- const $vo10 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
644
+ const $vo11 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
610
645
  path: _path2 + ".name",
611
646
  expected: "string",
612
647
  value: input3.name
@@ -614,86 +649,12 @@ var validDescrStatsRequest = (input) => {
614
649
  path: _path2 + ".type",
615
650
  expected: '"filter"',
616
651
  value: input3.type
617
- }), ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
618
- path: _path2 + ".filter",
619
- expected: "Filter",
620
- value: input3.filter
621
- })) && $vo11(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
622
- path: _path2 + ".filter",
623
- expected: "Filter",
624
- value: input3.filter
625
- })].every((flag) => flag);
626
- const $vo11 = (input3, _path2, _exceptionable2 = true) => ["lst" === input3.type || $report(_exceptionable2, {
627
- path: _path2 + ".type",
628
- expected: '"lst"',
629
- value: input3.type
630
- }), void 0 === input3["in"] || "boolean" === typeof input3["in"] || $report(_exceptionable2, {
631
- path: _path2 + '["in"]',
632
- expected: "(boolean | undefined)",
633
- value: input3["in"]
634
- }), "and" === input3.join || "or" === input3.join || $report(_exceptionable2, {
635
- path: _path2 + ".join",
636
- expected: '("and" | "or")',
637
- value: input3.join
638
- }), void 0 === input3.tag || "string" === typeof input3.tag || $report(_exceptionable2, {
639
- path: _path2 + ".tag",
640
- expected: "(string | undefined)",
641
- value: input3.tag
642
- }), (Array.isArray(input3.lst) || $report(_exceptionable2, {
643
- path: _path2 + ".lst",
644
- expected: "Array<Filter | Tvs>",
645
- value: input3.lst
646
- })) && input3.lst.map((elem, _index3) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
647
- path: _path2 + ".lst[" + _index3 + "]",
648
- expected: "(CategoricalTvs | ConditionTvs | Filter | GeneVariantTvs | NumericTvs)",
649
- value: elem
650
- })) && $vu1(elem, _path2 + ".lst[" + _index3 + "]", _exceptionable2) || $report(_exceptionable2, {
651
- path: _path2 + ".lst[" + _index3 + "]",
652
- expected: "(CategoricalTvs | ConditionTvs | Filter | GeneVariantTvs | NumericTvs)",
653
- value: elem
654
- })).every((flag) => flag) || $report(_exceptionable2, {
655
- path: _path2 + ".lst",
656
- expected: "Array<Filter | Tvs>",
657
- value: input3.lst
658
- })].every((flag) => flag);
659
- const $vo12 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
660
- path: _path2 + ".join",
661
- expected: "(string | undefined)",
662
- value: input3.join
663
- }), void 0 === input3.isnot || "boolean" === typeof input3.isnot || $report(_exceptionable2, {
664
- path: _path2 + ".isnot",
652
+ }), true, void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable || $report(_exceptionable2, {
653
+ path: _path2 + ".uncomputable",
665
654
  expected: "(boolean | undefined)",
666
- value: input3.isnot
667
- }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
668
- path: _path2 + ".term",
669
- expected: "CategoricalTerm",
670
- value: input3.term
671
- })) && $vo13(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
672
- path: _path2 + ".term",
673
- expected: "CategoricalTerm",
674
- value: input3.term
675
- }), void 0 === input3.groupset_label || "string" === typeof input3.groupset_label || $report(_exceptionable2, {
676
- path: _path2 + ".groupset_label",
677
- expected: "(string | undefined)",
678
- value: input3.groupset_label
679
- }), (Array.isArray(input3.values) || $report(_exceptionable2, {
680
- path: _path2 + ".values",
681
- expected: "Array<BaseValue>",
682
- value: input3.values
683
- })) && input3.values.map((elem, _index4) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || $report(_exceptionable2, {
684
- path: _path2 + ".values[" + _index4 + "]",
685
- expected: "BaseValue",
686
- value: elem
687
- })) && $vo15(elem, _path2 + ".values[" + _index4 + "]", _exceptionable2) || $report(_exceptionable2, {
688
- path: _path2 + ".values[" + _index4 + "]",
689
- expected: "BaseValue",
690
- value: elem
691
- })).every((flag) => flag) || $report(_exceptionable2, {
692
- path: _path2 + ".values",
693
- expected: "Array<BaseValue>",
694
- value: input3.values
655
+ value: input3.uncomputable
695
656
  })].every((flag) => flag);
696
- const $vo13 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
657
+ const $vo12 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
697
658
  path: _path2 + ".id",
698
659
  expected: "string",
699
660
  value: input3.id
@@ -709,8 +670,8 @@ var validDescrStatsRequest = (input) => {
709
670
  path: _path2 + ".child_types",
710
671
  expected: "(Array<string> | undefined)",
711
672
  value: input3.child_types
712
- })) && input3.child_types.map((elem, _index5) => "string" === typeof elem || $report(_exceptionable2, {
713
- path: _path2 + ".child_types[" + _index5 + "]",
673
+ })) && input3.child_types.map((elem, _index3) => "string" === typeof elem || $report(_exceptionable2, {
674
+ path: _path2 + ".child_types[" + _index3 + "]",
714
675
  expected: "string",
715
676
  value: elem
716
677
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -725,8 +686,8 @@ var validDescrStatsRequest = (input) => {
725
686
  path: _path2 + ".included_types",
726
687
  expected: "(Array<string> | undefined)",
727
688
  value: input3.included_types
728
- })) && input3.included_types.map((elem, _index6) => "string" === typeof elem || $report(_exceptionable2, {
729
- path: _path2 + ".included_types[" + _index6 + "]",
689
+ })) && input3.included_types.map((elem, _index4) => "string" === typeof elem || $report(_exceptionable2, {
690
+ path: _path2 + ".included_types[" + _index4 + "]",
730
691
  expected: "string",
731
692
  value: elem
732
693
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -741,20 +702,20 @@ var validDescrStatsRequest = (input) => {
741
702
  path: _path2 + ".values",
742
703
  expected: "(TermValues | undefined)",
743
704
  value: input3.values
744
- })) && $vo14(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
705
+ })) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
745
706
  path: _path2 + ".values",
746
707
  expected: "(TermValues | undefined)",
747
708
  value: input3.values
748
- }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
709
+ }), true, ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
749
710
  path: _path2 + ".groupsetting",
750
- expected: "(EnabledTermGroupSetting | __type.o2)",
711
+ expected: "(EnabledTermGroupSetting | __type.o4)",
751
712
  value: input3.groupsetting
752
713
  })) && $vu8(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
753
714
  path: _path2 + ".groupsetting",
754
- expected: "(EnabledTermGroupSetting | __type.o2)",
715
+ expected: "(EnabledTermGroupSetting | __type.o4)",
755
716
  value: input3.groupsetting
756
717
  })].every((flag) => flag);
757
- const $vo14 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
718
+ const $vo13 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
758
719
  const value = input3[key];
759
720
  if (void 0 === value)
760
721
  return true;
@@ -763,7 +724,7 @@ var validDescrStatsRequest = (input) => {
763
724
  path: _path2 + $join(key),
764
725
  expected: "BaseValue",
765
726
  value
766
- })) && $vo15(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
727
+ })) && $vo14(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
767
728
  path: _path2 + $join(key),
768
729
  expected: "BaseValue",
769
730
  value
@@ -773,14 +734,14 @@ var validDescrStatsRequest = (input) => {
773
734
  path: _path2 + $join(key),
774
735
  expected: "BaseValue",
775
736
  value
776
- })) && $vo15(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
737
+ })) && $vo14(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
777
738
  path: _path2 + $join(key),
778
739
  expected: "BaseValue",
779
740
  value
780
741
  });
781
742
  return true;
782
743
  }).every((flag) => flag)].every((flag) => flag);
783
- const $vo15 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
744
+ const $vo14 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
784
745
  path: _path2 + ".key",
785
746
  expected: "(string | undefined)",
786
747
  value: input3.key
@@ -808,79 +769,82 @@ var validDescrStatsRequest = (input) => {
808
769
  path: _path2 + ".filter",
809
770
  expected: "(Filter | undefined)",
810
771
  value: input3.filter
811
- })) && $vo11(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
772
+ })) && $vo15(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
812
773
  path: _path2 + ".filter",
813
774
  expected: "(Filter | undefined)",
814
775
  value: input3.filter
815
776
  })].every((flag) => flag);
816
- const $vo16 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.disabled || "boolean" === typeof input3.disabled || $report(_exceptionable2, {
817
- path: _path2 + ".disabled",
777
+ const $vo15 = (input3, _path2, _exceptionable2 = true) => ["lst" === input3.type || $report(_exceptionable2, {
778
+ path: _path2 + ".type",
779
+ expected: '"lst"',
780
+ value: input3.type
781
+ }), void 0 === input3["in"] || "boolean" === typeof input3["in"] || $report(_exceptionable2, {
782
+ path: _path2 + '["in"]',
818
783
  expected: "(boolean | undefined)",
819
- value: input3.disabled
784
+ value: input3["in"]
785
+ }), "and" === input3.join || "or" === input3.join || $report(_exceptionable2, {
786
+ path: _path2 + ".join",
787
+ expected: '("and" | "or")',
788
+ value: input3.join
789
+ }), void 0 === input3.tag || "string" === typeof input3.tag || $report(_exceptionable2, {
790
+ path: _path2 + ".tag",
791
+ expected: "(string | undefined)",
792
+ value: input3.tag
820
793
  }), (Array.isArray(input3.lst) || $report(_exceptionable2, {
821
794
  path: _path2 + ".lst",
822
- expected: "Array<Groupset>",
795
+ expected: "Array<Filter | Tvs>",
823
796
  value: input3.lst
824
- })) && input3.lst.map((elem, _index7) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
825
- path: _path2 + ".lst[" + _index7 + "]",
826
- expected: "Groupset",
797
+ })) && input3.lst.map((elem, _index5) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
798
+ path: _path2 + ".lst[" + _index5 + "]",
799
+ expected: "(CategoricalTvs | ConditionTvs | Filter | GeneVariantTvs | NumericTvs)",
827
800
  value: elem
828
- })) && $vo17(elem, _path2 + ".lst[" + _index7 + "]", _exceptionable2) || $report(_exceptionable2, {
829
- path: _path2 + ".lst[" + _index7 + "]",
830
- expected: "Groupset",
801
+ })) && $vu1(elem, _path2 + ".lst[" + _index5 + "]", _exceptionable2) || $report(_exceptionable2, {
802
+ path: _path2 + ".lst[" + _index5 + "]",
803
+ expected: "(CategoricalTvs | ConditionTvs | Filter | GeneVariantTvs | NumericTvs)",
831
804
  value: elem
832
805
  })).every((flag) => flag) || $report(_exceptionable2, {
833
806
  path: _path2 + ".lst",
834
- expected: "Array<Groupset>",
807
+ expected: "Array<Filter | Tvs>",
835
808
  value: input3.lst
836
809
  })].every((flag) => flag);
837
- const $vo17 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
838
- path: _path2 + ".name",
839
- expected: "string",
840
- value: input3.name
841
- }), void 0 === input3.is_grade || "boolean" === typeof input3.is_grade || $report(_exceptionable2, {
842
- path: _path2 + ".is_grade",
843
- expected: "(boolean | undefined)",
844
- value: input3.is_grade
845
- }), void 0 === input3.is_subcondition || "boolean" === typeof input3.is_subcondition || $report(_exceptionable2, {
846
- path: _path2 + ".is_subcondition",
810
+ const $vo16 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
811
+ path: _path2 + ".join",
812
+ expected: "(string | undefined)",
813
+ value: input3.join
814
+ }), void 0 === input3.isnot || "boolean" === typeof input3.isnot || $report(_exceptionable2, {
815
+ path: _path2 + ".isnot",
847
816
  expected: "(boolean | undefined)",
848
- value: input3.is_subcondition
849
- }), (Array.isArray(input3.groups) || $report(_exceptionable2, {
850
- path: _path2 + ".groups",
851
- expected: "Array<GroupEntry>",
852
- value: input3.groups
853
- })) && input3.groups.map((elem, _index8) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
854
- path: _path2 + ".groups[" + _index8 + "]",
855
- expected: "(FilterGroup | ValuesGroup)",
817
+ value: input3.isnot
818
+ }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
819
+ path: _path2 + ".term",
820
+ expected: "CategoricalTerm",
821
+ value: input3.term
822
+ })) && $vo12(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
823
+ path: _path2 + ".term",
824
+ expected: "CategoricalTerm",
825
+ value: input3.term
826
+ }), void 0 === input3.groupset_label || "string" === typeof input3.groupset_label || $report(_exceptionable2, {
827
+ path: _path2 + ".groupset_label",
828
+ expected: "(string | undefined)",
829
+ value: input3.groupset_label
830
+ }), (Array.isArray(input3.values) || $report(_exceptionable2, {
831
+ path: _path2 + ".values",
832
+ expected: "Array<BaseValue>",
833
+ value: input3.values
834
+ })) && input3.values.map((elem, _index6) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || $report(_exceptionable2, {
835
+ path: _path2 + ".values[" + _index6 + "]",
836
+ expected: "BaseValue",
856
837
  value: elem
857
- })) && $vu0(elem, _path2 + ".groups[" + _index8 + "]", _exceptionable2) || $report(_exceptionable2, {
858
- path: _path2 + ".groups[" + _index8 + "]",
859
- expected: "(FilterGroup | ValuesGroup)",
838
+ })) && $vo14(elem, _path2 + ".values[" + _index6 + "]", _exceptionable2) || $report(_exceptionable2, {
839
+ path: _path2 + ".values[" + _index6 + "]",
840
+ expected: "BaseValue",
860
841
  value: elem
861
842
  })).every((flag) => flag) || $report(_exceptionable2, {
862
- path: _path2 + ".groups",
863
- expected: "Array<GroupEntry>",
864
- value: input3.groups
865
- })].every((flag) => flag);
866
- const $vo18 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
867
- path: _path2 + ".disabled",
868
- expected: "boolean",
869
- value: input3.disabled
870
- }), void 0 === input3.lst || (Array.isArray(input3.lst) || $report(_exceptionable2, {
871
- path: _path2 + ".lst",
872
- expected: "([] | undefined)",
873
- value: input3.lst
874
- })) && ((input3.lst.length === 0 || $report(_exceptionable2, {
875
- path: _path2 + ".lst",
876
- expected: "[]",
877
- value: input3.lst
878
- })) && [].every((flag) => flag)) || $report(_exceptionable2, {
879
- path: _path2 + ".lst",
880
- expected: "([] | undefined)",
881
- value: input3.lst
843
+ path: _path2 + ".values",
844
+ expected: "Array<BaseValue>",
845
+ value: input3.values
882
846
  })].every((flag) => flag);
883
- const $vo19 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
847
+ const $vo17 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
884
848
  path: _path2 + ".join",
885
849
  expected: "(string | undefined)",
886
850
  value: input3.join
@@ -892,7 +856,7 @@ var validDescrStatsRequest = (input) => {
892
856
  path: _path2 + ".term",
893
857
  expected: "NumericTerm",
894
858
  value: input3.term
895
- })) && $vo20(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
859
+ })) && $vo18(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
896
860
  path: _path2 + ".term",
897
861
  expected: "NumericTerm",
898
862
  value: input3.term
@@ -900,12 +864,12 @@ var validDescrStatsRequest = (input) => {
900
864
  path: _path2 + ".ranges",
901
865
  expected: "Array<NumericBin>",
902
866
  value: input3.ranges
903
- })) && input3.ranges.map((elem, _index9) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
904
- path: _path2 + ".ranges[" + _index9 + "]",
867
+ })) && input3.ranges.map((elem, _index7) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
868
+ path: _path2 + ".ranges[" + _index7 + "]",
905
869
  expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
906
870
  value: elem
907
- })) && $vu2(elem, _path2 + ".ranges[" + _index9 + "]", _exceptionable2) || $report(_exceptionable2, {
908
- path: _path2 + ".ranges[" + _index9 + "]",
871
+ })) && $vu2(elem, _path2 + ".ranges[" + _index7 + "]", _exceptionable2) || $report(_exceptionable2, {
872
+ path: _path2 + ".ranges[" + _index7 + "]",
909
873
  expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
910
874
  value: elem
911
875
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -916,20 +880,20 @@ var validDescrStatsRequest = (input) => {
916
880
  path: _path2 + ".values",
917
881
  expected: "Array<__type>.o1",
918
882
  value: input3.values
919
- })) && input3.values.map((elem, _index10) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
920
- path: _path2 + ".values[" + _index10 + "]",
921
- expected: "__type.o4",
883
+ })) && input3.values.map((elem, _index8) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
884
+ path: _path2 + ".values[" + _index8 + "]",
885
+ expected: "__type.o3",
922
886
  value: elem
923
- })) && $vo28(elem, _path2 + ".values[" + _index10 + "]", _exceptionable2) || $report(_exceptionable2, {
924
- path: _path2 + ".values[" + _index10 + "]",
925
- expected: "__type.o4",
887
+ })) && $vo26(elem, _path2 + ".values[" + _index8 + "]", _exceptionable2) || $report(_exceptionable2, {
888
+ path: _path2 + ".values[" + _index8 + "]",
889
+ expected: "__type.o3",
926
890
  value: elem
927
891
  })).every((flag) => flag) || $report(_exceptionable2, {
928
892
  path: _path2 + ".values",
929
893
  expected: "Array<__type>.o1",
930
894
  value: input3.values
931
895
  })].every((flag) => flag);
932
- const $vo20 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
896
+ const $vo18 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
933
897
  path: _path2 + ".id",
934
898
  expected: "string",
935
899
  value: input3.id
@@ -937,16 +901,16 @@ var validDescrStatsRequest = (input) => {
937
901
  path: _path2 + ".name",
938
902
  expected: "string",
939
903
  value: input3.name
940
- }), "integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || $report(_exceptionable2, {
904
+ }), "integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type || $report(_exceptionable2, {
941
905
  path: _path2 + ".type",
942
- expected: '("float" | "geneExpression" | "integer" | "metaboliteIntensity")',
906
+ expected: '("date" | "float" | "geneExpression" | "integer" | "metaboliteIntensity")',
943
907
  value: input3.type
944
908
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
945
909
  path: _path2 + ".child_types",
946
910
  expected: "(Array<string> | undefined)",
947
911
  value: input3.child_types
948
- })) && input3.child_types.map((elem, _index11) => "string" === typeof elem || $report(_exceptionable2, {
949
- path: _path2 + ".child_types[" + _index11 + "]",
912
+ })) && input3.child_types.map((elem, _index9) => "string" === typeof elem || $report(_exceptionable2, {
913
+ path: _path2 + ".child_types[" + _index9 + "]",
950
914
  expected: "string",
951
915
  value: elem
952
916
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -961,8 +925,8 @@ var validDescrStatsRequest = (input) => {
961
925
  path: _path2 + ".included_types",
962
926
  expected: "(Array<string> | undefined)",
963
927
  value: input3.included_types
964
- })) && input3.included_types.map((elem, _index12) => "string" === typeof elem || $report(_exceptionable2, {
965
- path: _path2 + ".included_types[" + _index12 + "]",
928
+ })) && input3.included_types.map((elem, _index10) => "string" === typeof elem || $report(_exceptionable2, {
929
+ path: _path2 + ".included_types[" + _index10 + "]",
966
930
  expected: "string",
967
931
  value: elem
968
932
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -977,15 +941,15 @@ var validDescrStatsRequest = (input) => {
977
941
  path: _path2 + ".values",
978
942
  expected: "(TermValues | undefined)",
979
943
  value: input3.values
980
- })) && $vo14(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
944
+ })) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
981
945
  path: _path2 + ".values",
982
946
  expected: "(TermValues | undefined)",
983
947
  value: input3.values
984
- }), ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
948
+ }), true, ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
985
949
  path: _path2 + ".bins",
986
950
  expected: "PresetNumericBins",
987
951
  value: input3.bins
988
- })) && $vo21(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
952
+ })) && $vo19(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
989
953
  path: _path2 + ".bins",
990
954
  expected: "PresetNumericBins",
991
955
  value: input3.bins
@@ -995,14 +959,14 @@ var validDescrStatsRequest = (input) => {
995
959
  value: input3.unit
996
960
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
997
961
  path: _path2 + ".continuousColorScale",
998
- expected: "(__type.o3 | undefined)",
962
+ expected: "(__type.o2 | undefined)",
999
963
  value: input3.continuousColorScale
1000
- })) && $vo27(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
964
+ })) && $vo25(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1001
965
  path: _path2 + ".continuousColorScale",
1002
- expected: "(__type.o3 | undefined)",
966
+ expected: "(__type.o2 | undefined)",
1003
967
  value: input3.continuousColorScale
1004
968
  })].every((flag) => flag);
1005
- const $vo21 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3["default"] && null !== input3["default"] || $report(_exceptionable2, {
969
+ const $vo19 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3["default"] && null !== input3["default"] || $report(_exceptionable2, {
1006
970
  path: _path2 + '["default"]',
1007
971
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
1008
972
  value: input3["default"]
@@ -1039,7 +1003,7 @@ var validDescrStatsRequest = (input) => {
1039
1003
  expected: "(number | undefined)",
1040
1004
  value: input3.max
1041
1005
  })].every((flag) => flag);
1042
- const $vo22 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1006
+ const $vo20 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1043
1007
  path: _path2 + ".hiddenValues",
1044
1008
  expected: "(HiddenValues | undefined)",
1045
1009
  value: input3.hiddenValues
@@ -1092,7 +1056,7 @@ var validDescrStatsRequest = (input) => {
1092
1056
  expected: "(number | undefined)",
1093
1057
  value: input3.label_offset
1094
1058
  })].every((flag) => flag);
1095
- const $vo23 = (input3, _path2, _exceptionable2 = true) => [true === input3.startunbounded || $report(_exceptionable2, {
1059
+ const $vo21 = (input3, _path2, _exceptionable2 = true) => [true === input3.startunbounded || $report(_exceptionable2, {
1096
1060
  path: _path2 + ".startunbounded",
1097
1061
  expected: "true",
1098
1062
  value: input3.startunbounded
@@ -1117,7 +1081,7 @@ var validDescrStatsRequest = (input) => {
1117
1081
  expected: "(string | undefined)",
1118
1082
  value: input3.label
1119
1083
  })].every((flag) => flag);
1120
- const $vo24 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.startunbounded || false === input3.startunbounded || $report(_exceptionable2, {
1084
+ const $vo22 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.startunbounded || false === input3.startunbounded || $report(_exceptionable2, {
1121
1085
  path: _path2 + ".startunbounded",
1122
1086
  expected: "(false | undefined)",
1123
1087
  value: input3.startunbounded
@@ -1146,7 +1110,7 @@ var validDescrStatsRequest = (input) => {
1146
1110
  expected: "(string | undefined)",
1147
1111
  value: input3.label
1148
1112
  })].every((flag) => flag);
1149
- const $vo25 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.start || $report(_exceptionable2, {
1113
+ const $vo23 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.start || $report(_exceptionable2, {
1150
1114
  path: _path2 + ".start",
1151
1115
  expected: "number",
1152
1116
  value: input3.start
@@ -1171,7 +1135,7 @@ var validDescrStatsRequest = (input) => {
1171
1135
  expected: "(string | undefined)",
1172
1136
  value: input3.label
1173
1137
  })].every((flag) => flag);
1174
- const $vo26 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1138
+ const $vo24 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1175
1139
  path: _path2 + ".hiddenValues",
1176
1140
  expected: "(HiddenValues | undefined)",
1177
1141
  value: input3.hiddenValues
@@ -1217,12 +1181,12 @@ var validDescrStatsRequest = (input) => {
1217
1181
  path: _path2 + ".lst",
1218
1182
  expected: "...(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
1219
1183
  value: input3.lst.slice(1)
1220
- })) && input3.lst.slice(1).map((elem, _index13) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1221
- path: _path2 + ".lst[" + (1 + _index13) + "]",
1184
+ })) && input3.lst.slice(1).map((elem, _index11) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1185
+ path: _path2 + ".lst[" + (1 + _index11) + "]",
1222
1186
  expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
1223
1187
  value: elem
1224
- })) && $vu2(elem, _path2 + ".lst[" + (1 + _index13) + "]", _exceptionable2) || $report(_exceptionable2, {
1225
- path: _path2 + ".lst[" + (1 + _index13) + "]",
1188
+ })) && $vu2(elem, _path2 + ".lst[" + (1 + _index11) + "]", _exceptionable2) || $report(_exceptionable2, {
1189
+ path: _path2 + ".lst[" + (1 + _index11) + "]",
1226
1190
  expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
1227
1191
  value: elem
1228
1192
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1238,7 +1202,7 @@ var validDescrStatsRequest = (input) => {
1238
1202
  expected: '("median" | undefined)',
1239
1203
  value: input3.preferredBins
1240
1204
  })].every((flag) => flag);
1241
- const $vo27 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.minColor || $report(_exceptionable2, {
1205
+ const $vo25 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.minColor || $report(_exceptionable2, {
1242
1206
  path: _path2 + ".minColor",
1243
1207
  expected: "string",
1244
1208
  value: input3.minColor
@@ -1247,7 +1211,7 @@ var validDescrStatsRequest = (input) => {
1247
1211
  expected: "string",
1248
1212
  value: input3.maxColor
1249
1213
  })].every((flag) => flag);
1250
- const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1214
+ const $vo26 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1251
1215
  path: _path2 + ".key",
1252
1216
  expected: "string",
1253
1217
  value: input3.key
@@ -1264,7 +1228,7 @@ var validDescrStatsRequest = (input) => {
1264
1228
  expected: "(string | undefined)",
1265
1229
  value: input3.label
1266
1230
  })].every((flag) => flag);
1267
- const $vo29 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1231
+ const $vo27 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1268
1232
  path: _path2 + ".join",
1269
1233
  expected: "(string | undefined)",
1270
1234
  value: input3.join
@@ -1276,7 +1240,7 @@ var validDescrStatsRequest = (input) => {
1276
1240
  path: _path2 + ".term",
1277
1241
  expected: "ConditionTerm",
1278
1242
  value: input3.term
1279
- })) && $vo30(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1243
+ })) && $vo28(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1280
1244
  path: _path2 + ".term",
1281
1245
  expected: "ConditionTerm",
1282
1246
  value: input3.term
@@ -1296,12 +1260,12 @@ var validDescrStatsRequest = (input) => {
1296
1260
  path: _path2 + ".grade_and_child",
1297
1261
  expected: "(Array<GradeAndChildEntry> | undefined)",
1298
1262
  value: input3.grade_and_child
1299
- })) && input3.grade_and_child.map((elem, _index14) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1300
- path: _path2 + ".grade_and_child[" + _index14 + "]",
1263
+ })) && input3.grade_and_child.map((elem, _index12) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1264
+ path: _path2 + ".grade_and_child[" + _index12 + "]",
1301
1265
  expected: "GradeAndChildEntry",
1302
1266
  value: elem
1303
- })) && $vo31(elem, _path2 + ".grade_and_child[" + _index14 + "]", _exceptionable2) || $report(_exceptionable2, {
1304
- path: _path2 + ".grade_and_child[" + _index14 + "]",
1267
+ })) && $vo29(elem, _path2 + ".grade_and_child[" + _index12 + "]", _exceptionable2) || $report(_exceptionable2, {
1268
+ path: _path2 + ".grade_and_child[" + _index12 + "]",
1305
1269
  expected: "GradeAndChildEntry",
1306
1270
  value: elem
1307
1271
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1309,7 +1273,7 @@ var validDescrStatsRequest = (input) => {
1309
1273
  expected: "(Array<GradeAndChildEntry> | undefined)",
1310
1274
  value: input3.grade_and_child
1311
1275
  })].every((flag) => flag);
1312
- const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1276
+ const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1313
1277
  path: _path2 + ".id",
1314
1278
  expected: "string",
1315
1279
  value: input3.id
@@ -1325,8 +1289,8 @@ var validDescrStatsRequest = (input) => {
1325
1289
  path: _path2 + ".child_types",
1326
1290
  expected: "(Array<string> | undefined)",
1327
1291
  value: input3.child_types
1328
- })) && input3.child_types.map((elem, _index15) => "string" === typeof elem || $report(_exceptionable2, {
1329
- path: _path2 + ".child_types[" + _index15 + "]",
1292
+ })) && input3.child_types.map((elem, _index13) => "string" === typeof elem || $report(_exceptionable2, {
1293
+ path: _path2 + ".child_types[" + _index13 + "]",
1330
1294
  expected: "string",
1331
1295
  value: elem
1332
1296
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1341,8 +1305,8 @@ var validDescrStatsRequest = (input) => {
1341
1305
  path: _path2 + ".included_types",
1342
1306
  expected: "(Array<string> | undefined)",
1343
1307
  value: input3.included_types
1344
- })) && input3.included_types.map((elem, _index16) => "string" === typeof elem || $report(_exceptionable2, {
1345
- path: _path2 + ".included_types[" + _index16 + "]",
1308
+ })) && input3.included_types.map((elem, _index14) => "string" === typeof elem || $report(_exceptionable2, {
1309
+ path: _path2 + ".included_types[" + _index14 + "]",
1346
1310
  expected: "string",
1347
1311
  value: elem
1348
1312
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1357,12 +1321,12 @@ var validDescrStatsRequest = (input) => {
1357
1321
  path: _path2 + ".values",
1358
1322
  expected: "(TermValues | undefined)",
1359
1323
  value: input3.values
1360
- })) && $vo14(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1324
+ })) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1361
1325
  path: _path2 + ".values",
1362
1326
  expected: "(TermValues | undefined)",
1363
1327
  value: input3.values
1364
- })].every((flag) => flag);
1365
- const $vo31 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1328
+ }), true].every((flag) => flag);
1329
+ const $vo29 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1366
1330
  path: _path2 + ".grade",
1367
1331
  expected: "number",
1368
1332
  value: input3.grade
@@ -1379,7 +1343,7 @@ var validDescrStatsRequest = (input) => {
1379
1343
  expected: "string",
1380
1344
  value: input3.child_label
1381
1345
  })].every((flag) => flag);
1382
- const $vo32 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1346
+ const $vo30 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1383
1347
  path: _path2 + ".join",
1384
1348
  expected: "(string | undefined)",
1385
1349
  value: input3.join
@@ -1399,12 +1363,12 @@ var validDescrStatsRequest = (input) => {
1399
1363
  path: _path2 + ".values",
1400
1364
  expected: "Array<GeneVariantTvsValue>",
1401
1365
  value: input3.values
1402
- })) && input3.values.map((elem, _index17) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1403
- path: _path2 + ".values[" + _index17 + "]",
1366
+ })) && input3.values.map((elem, _index15) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1367
+ path: _path2 + ".values[" + _index15 + "]",
1404
1368
  expected: "(CNVTvsValue | FusionTvsValue | SNVIndelTvsValue | SVTvsValue)",
1405
1369
  value: elem
1406
- })) && $vu3(elem, _path2 + ".values[" + _index17 + "]", _exceptionable2) || $report(_exceptionable2, {
1407
- path: _path2 + ".values[" + _index17 + "]",
1370
+ })) && $vu3(elem, _path2 + ".values[" + _index15 + "]", _exceptionable2) || $report(_exceptionable2, {
1371
+ path: _path2 + ".values[" + _index15 + "]",
1408
1372
  expected: "(CNVTvsValue | FusionTvsValue | SNVIndelTvsValue | SVTvsValue)",
1409
1373
  value: elem
1410
1374
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1412,7 +1376,7 @@ var validDescrStatsRequest = (input) => {
1412
1376
  expected: "Array<GeneVariantTvsValue>",
1413
1377
  value: input3.values
1414
1378
  })].every((flag) => flag);
1415
- const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1379
+ const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1416
1380
  path: _path2 + ".id",
1417
1381
  expected: "string",
1418
1382
  value: input3.id
@@ -1428,8 +1392,8 @@ var validDescrStatsRequest = (input) => {
1428
1392
  path: _path2 + ".child_types",
1429
1393
  expected: "(Array<string> | undefined)",
1430
1394
  value: input3.child_types
1431
- })) && input3.child_types.map((elem, _index18) => "string" === typeof elem || $report(_exceptionable2, {
1432
- path: _path2 + ".child_types[" + _index18 + "]",
1395
+ })) && input3.child_types.map((elem, _index16) => "string" === typeof elem || $report(_exceptionable2, {
1396
+ path: _path2 + ".child_types[" + _index16 + "]",
1433
1397
  expected: "string",
1434
1398
  value: elem
1435
1399
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1444,8 +1408,8 @@ var validDescrStatsRequest = (input) => {
1444
1408
  path: _path2 + ".included_types",
1445
1409
  expected: "(Array<string> | undefined)",
1446
1410
  value: input3.included_types
1447
- })) && input3.included_types.map((elem, _index19) => "string" === typeof elem || $report(_exceptionable2, {
1448
- path: _path2 + ".included_types[" + _index19 + "]",
1411
+ })) && input3.included_types.map((elem, _index17) => "string" === typeof elem || $report(_exceptionable2, {
1412
+ path: _path2 + ".included_types[" + _index17 + "]",
1449
1413
  expected: "string",
1450
1414
  value: elem
1451
1415
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1460,15 +1424,15 @@ var validDescrStatsRequest = (input) => {
1460
1424
  path: _path2 + ".values",
1461
1425
  expected: "(TermValues | undefined)",
1462
1426
  value: input3.values
1463
- })) && $vo14(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1427
+ })) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1464
1428
  path: _path2 + ".values",
1465
1429
  expected: "(TermValues | undefined)",
1466
1430
  value: input3.values
1467
- }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
1431
+ }), true, ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
1468
1432
  path: _path2 + ".groupsetting",
1469
1433
  expected: "EnabledTermGroupSetting",
1470
1434
  value: input3.groupsetting
1471
- })) && $vo16(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
1435
+ })) && $vo32(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
1472
1436
  path: _path2 + ".groupsetting",
1473
1437
  expected: "EnabledTermGroupSetting",
1474
1438
  value: input3.groupsetting
@@ -1493,6 +1457,60 @@ var validDescrStatsRequest = (input) => {
1493
1457
  expected: "(number | undefined)",
1494
1458
  value: input3.stop
1495
1459
  })].every((flag) => flag);
1460
+ const $vo32 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.disabled || "boolean" === typeof input3.disabled || $report(_exceptionable2, {
1461
+ path: _path2 + ".disabled",
1462
+ expected: "(boolean | undefined)",
1463
+ value: input3.disabled
1464
+ }), (Array.isArray(input3.lst) || $report(_exceptionable2, {
1465
+ path: _path2 + ".lst",
1466
+ expected: "Array<Groupset>",
1467
+ value: input3.lst
1468
+ })) && input3.lst.map((elem, _index18) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1469
+ path: _path2 + ".lst[" + _index18 + "]",
1470
+ expected: "Groupset",
1471
+ value: elem
1472
+ })) && $vo33(elem, _path2 + ".lst[" + _index18 + "]", _exceptionable2) || $report(_exceptionable2, {
1473
+ path: _path2 + ".lst[" + _index18 + "]",
1474
+ expected: "Groupset",
1475
+ value: elem
1476
+ })).every((flag) => flag) || $report(_exceptionable2, {
1477
+ path: _path2 + ".lst",
1478
+ expected: "Array<Groupset>",
1479
+ value: input3.lst
1480
+ })].every((flag) => flag);
1481
+ const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
1482
+ path: _path2 + ".name",
1483
+ expected: "string",
1484
+ value: input3.name
1485
+ }), void 0 === input3.is_grade || "boolean" === typeof input3.is_grade || $report(_exceptionable2, {
1486
+ path: _path2 + ".is_grade",
1487
+ expected: "(boolean | undefined)",
1488
+ value: input3.is_grade
1489
+ }), void 0 === input3.is_subcondition || "boolean" === typeof input3.is_subcondition || $report(_exceptionable2, {
1490
+ path: _path2 + ".is_subcondition",
1491
+ expected: "(boolean | undefined)",
1492
+ value: input3.is_subcondition
1493
+ }), void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
1494
+ path: _path2 + ".id",
1495
+ expected: "(string | undefined)",
1496
+ value: input3.id
1497
+ }), (Array.isArray(input3.groups) || $report(_exceptionable2, {
1498
+ path: _path2 + ".groups",
1499
+ expected: "Array<GroupEntry>",
1500
+ value: input3.groups
1501
+ })) && input3.groups.map((elem, _index19) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1502
+ path: _path2 + ".groups[" + _index19 + "]",
1503
+ expected: "(FilterGroup | ValuesGroup)",
1504
+ value: elem
1505
+ })) && $vu0(elem, _path2 + ".groups[" + _index19 + "]", _exceptionable2) || $report(_exceptionable2, {
1506
+ path: _path2 + ".groups[" + _index19 + "]",
1507
+ expected: "(FilterGroup | ValuesGroup)",
1508
+ value: elem
1509
+ })).every((flag) => flag) || $report(_exceptionable2, {
1510
+ path: _path2 + ".groups",
1511
+ expected: "Array<GroupEntry>",
1512
+ value: input3.groups
1513
+ })].every((flag) => flag);
1496
1514
  const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1497
1515
  path: _path2 + ".id",
1498
1516
  expected: "string",
@@ -1541,15 +1559,15 @@ var validDescrStatsRequest = (input) => {
1541
1559
  path: _path2 + ".values",
1542
1560
  expected: "(TermValues | undefined)",
1543
1561
  value: input3.values
1544
- })) && $vo14(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1562
+ })) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1545
1563
  path: _path2 + ".values",
1546
1564
  expected: "(TermValues | undefined)",
1547
1565
  value: input3.values
1548
- }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
1566
+ }), true, ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
1549
1567
  path: _path2 + ".groupsetting",
1550
1568
  expected: "EnabledTermGroupSetting",
1551
1569
  value: input3.groupsetting
1552
- })) && $vo16(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
1570
+ })) && $vo32(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
1553
1571
  path: _path2 + ".groupsetting",
1554
1572
  expected: "EnabledTermGroupSetting",
1555
1573
  value: input3.groupsetting
@@ -1702,7 +1720,24 @@ var validDescrStatsRequest = (input) => {
1702
1720
  expected: '("germline" | "somatic" | undefined)',
1703
1721
  value: input3.origin
1704
1722
  })].every((flag) => flag);
1705
- const $vo39 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
1723
+ const $vo39 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
1724
+ path: _path2 + ".disabled",
1725
+ expected: "boolean",
1726
+ value: input3.disabled
1727
+ }), void 0 === input3.lst || (Array.isArray(input3.lst) || $report(_exceptionable2, {
1728
+ path: _path2 + ".lst",
1729
+ expected: "([] | undefined)",
1730
+ value: input3.lst
1731
+ })) && ((input3.lst.length === 0 || $report(_exceptionable2, {
1732
+ path: _path2 + ".lst",
1733
+ expected: "[]",
1734
+ value: input3.lst
1735
+ })) && [].every((flag) => flag)) || $report(_exceptionable2, {
1736
+ path: _path2 + ".lst",
1737
+ expected: "([] | undefined)",
1738
+ value: input3.lst
1739
+ })].every((flag) => flag);
1740
+ const $vo40 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
1706
1741
  path: _path2 + ".id",
1707
1742
  expected: "(string | undefined)",
1708
1743
  value: input3.id
@@ -1730,7 +1765,7 @@ var validDescrStatsRequest = (input) => {
1730
1765
  path: _path2 + ".term",
1731
1766
  expected: "NumericTerm",
1732
1767
  value: input3.term
1733
- })) && $vo20(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1768
+ })) && $vo18(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1734
1769
  path: _path2 + ".term",
1735
1770
  expected: "NumericTerm",
1736
1771
  value: input3.term
@@ -1743,7 +1778,7 @@ var validDescrStatsRequest = (input) => {
1743
1778
  expected: "(BinaryNumericQ | ContinuousNumericQ | CustomNumericBinConfig | RegularNumericBinConfig | SplineNumericQ)",
1744
1779
  value: input3.q
1745
1780
  })].every((flag) => flag);
1746
- const $vo40 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1781
+ const $vo41 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1747
1782
  path: _path2 + ".hiddenValues",
1748
1783
  expected: "(HiddenValues | undefined)",
1749
1784
  value: input3.hiddenValues
@@ -1803,7 +1838,7 @@ var validDescrStatsRequest = (input) => {
1803
1838
  expected: "[StartUnboundedBin | FullyBoundedBin, FullyBoundedBin | StopUnboundedBin]",
1804
1839
  value: input3.lst
1805
1840
  })].every((flag) => flag);
1806
- const $vo41 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1841
+ const $vo42 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1807
1842
  path: _path2 + ".hiddenValues",
1808
1843
  expected: "(HiddenValues | undefined)",
1809
1844
  value: input3.hiddenValues
@@ -1840,7 +1875,7 @@ var validDescrStatsRequest = (input) => {
1840
1875
  expected: "undefined",
1841
1876
  value: input3.type
1842
1877
  }))].every((flag) => flag);
1843
- const $vo42 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1878
+ const $vo43 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1844
1879
  path: _path2 + ".hiddenValues",
1845
1880
  expected: "(HiddenValues | undefined)",
1846
1881
  value: input3.hiddenValues
@@ -1872,7 +1907,7 @@ var validDescrStatsRequest = (input) => {
1872
1907
  path: _path2 + ".knots[" + _index30 + "]",
1873
1908
  expected: "__type.o5",
1874
1909
  value: elem
1875
- })) && $vo43(elem, _path2 + ".knots[" + _index30 + "]", _exceptionable2) || $report(_exceptionable2, {
1910
+ })) && $vo44(elem, _path2 + ".knots[" + _index30 + "]", _exceptionable2) || $report(_exceptionable2, {
1876
1911
  path: _path2 + ".knots[" + _index30 + "]",
1877
1912
  expected: "__type.o5",
1878
1913
  value: elem
@@ -1889,12 +1924,12 @@ var validDescrStatsRequest = (input) => {
1889
1924
  expected: "undefined",
1890
1925
  value: input3.type
1891
1926
  }))].every((flag) => flag);
1892
- const $vo43 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
1927
+ const $vo44 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
1893
1928
  path: _path2 + ".value",
1894
1929
  expected: "number",
1895
1930
  value: input3.value
1896
1931
  })].every((flag) => flag);
1897
- const $vo44 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
1932
+ const $vo45 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
1898
1933
  path: _path2 + ".id",
1899
1934
  expected: "(string | undefined)",
1900
1935
  value: input3.id
@@ -1922,7 +1957,7 @@ var validDescrStatsRequest = (input) => {
1922
1957
  path: _path2 + ".q",
1923
1958
  expected: "SnpsQ",
1924
1959
  value: input3.q
1925
- })) && $vo45(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
1960
+ })) && $vo46(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
1926
1961
  path: _path2 + ".q",
1927
1962
  expected: "SnpsQ",
1928
1963
  value: input3.q
@@ -1930,12 +1965,12 @@ var validDescrStatsRequest = (input) => {
1930
1965
  path: _path2 + ".term",
1931
1966
  expected: "SnpsTerm",
1932
1967
  value: input3.term
1933
- })) && $vo47(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1968
+ })) && $vo48(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1934
1969
  path: _path2 + ".term",
1935
1970
  expected: "SnpsTerm",
1936
1971
  value: input3.term
1937
1972
  })].every((flag) => flag);
1938
- const $vo45 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1973
+ const $vo46 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1939
1974
  path: _path2 + ".hiddenValues",
1940
1975
  expected: "(HiddenValues | undefined)",
1941
1976
  value: input3.hiddenValues
@@ -1959,9 +1994,9 @@ var validDescrStatsRequest = (input) => {
1959
1994
  path: _path2 + ".reuseId",
1960
1995
  expected: "(string | undefined)",
1961
1996
  value: input3.reuseId
1962
- }), 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, {
1997
+ }), 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, {
1963
1998
  path: _path2 + ".type",
1964
- expected: '("custom-bin" | "custom-groupset" | "custom-samplelst" | "predefined-groupset" | "regular-bin" | "values" | undefined)',
1999
+ expected: '("custom-bin" | "custom-groupset" | "custom-samplelst" | "filter" | "predefined-groupset" | "regular-bin" | "values" | undefined)',
1965
2000
  value: input3.type
1966
2001
  }), "number" === typeof input3.AFcutoff || $report(_exceptionable2, {
1967
2002
  path: _path2 + ".AFcutoff",
@@ -1991,7 +2026,7 @@ var validDescrStatsRequest = (input) => {
1991
2026
  path: _path2 + ".restrictAncestry",
1992
2027
  expected: "RestrictAncestry",
1993
2028
  value: input3.restrictAncestry
1994
- })) && $vo46(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
2029
+ })) && $vo47(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
1995
2030
  path: _path2 + ".restrictAncestry",
1996
2031
  expected: "RestrictAncestry",
1997
2032
  value: input3.restrictAncestry
@@ -1999,7 +2034,7 @@ var validDescrStatsRequest = (input) => {
1999
2034
  path: _path2 + ".variant_filter",
2000
2035
  expected: "Filter",
2001
2036
  value: input3.variant_filter
2002
- })) && $vo11(input3.variant_filter, _path2 + ".variant_filter", _exceptionable2) || $report(_exceptionable2, {
2037
+ })) && $vo15(input3.variant_filter, _path2 + ".variant_filter", _exceptionable2) || $report(_exceptionable2, {
2003
2038
  path: _path2 + ".variant_filter",
2004
2039
  expected: "Filter",
2005
2040
  value: input3.variant_filter
@@ -2016,7 +2051,7 @@ var validDescrStatsRequest = (input) => {
2016
2051
  expected: "number",
2017
2052
  value: input3.stop
2018
2053
  })].every((flag) => flag);
2019
- const $vo46 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2054
+ const $vo47 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2020
2055
  path: _path2 + ".name",
2021
2056
  expected: "string",
2022
2057
  value: input3.name
@@ -2029,7 +2064,7 @@ var validDescrStatsRequest = (input) => {
2029
2064
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
2030
2065
  value: input3.tvs
2031
2066
  })].every((flag) => flag);
2032
- const $vo47 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2067
+ const $vo48 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2033
2068
  path: _path2 + ".id",
2034
2069
  expected: "string",
2035
2070
  value: input3.id
@@ -2077,11 +2112,11 @@ var validDescrStatsRequest = (input) => {
2077
2112
  path: _path2 + ".values",
2078
2113
  expected: "(TermValues | undefined)",
2079
2114
  value: input3.values
2080
- })) && $vo14(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2115
+ })) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2081
2116
  path: _path2 + ".values",
2082
2117
  expected: "(TermValues | undefined)",
2083
2118
  value: input3.values
2084
- }), void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit || $report(_exceptionable2, {
2119
+ }), true, void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit || $report(_exceptionable2, {
2085
2120
  path: _path2 + ".reachedVariantLimit",
2086
2121
  expected: "(boolean | undefined)",
2087
2122
  value: input3.reachedVariantLimit
@@ -2093,7 +2128,7 @@ var validDescrStatsRequest = (input) => {
2093
2128
  path: _path2 + ".snps[" + _index33 + "]",
2094
2129
  expected: "SnpsEntry",
2095
2130
  value: elem
2096
- })) && $vo48(elem, _path2 + ".snps[" + _index33 + "]", _exceptionable2) || $report(_exceptionable2, {
2131
+ })) && $vo49(elem, _path2 + ".snps[" + _index33 + "]", _exceptionable2) || $report(_exceptionable2, {
2097
2132
  path: _path2 + ".snps[" + _index33 + "]",
2098
2133
  expected: "SnpsEntry",
2099
2134
  value: elem
@@ -2102,7 +2137,7 @@ var validDescrStatsRequest = (input) => {
2102
2137
  expected: "(Array<SnpsEntry> | undefined)",
2103
2138
  value: input3.snps
2104
2139
  })].every((flag) => flag);
2105
- const $vo48 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
2140
+ const $vo49 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
2106
2141
  path: _path2 + ".altAlleles",
2107
2142
  expected: "(Array<string> | undefined)",
2108
2143
  value: input3.altAlleles
@@ -2122,7 +2157,7 @@ var validDescrStatsRequest = (input) => {
2122
2157
  path: _path2 + ".alleles[" + _index35 + "]",
2123
2158
  expected: "AllelesEntry",
2124
2159
  value: elem
2125
- })) && $vo49(elem, _path2 + ".alleles[" + _index35 + "]", _exceptionable2) || $report(_exceptionable2, {
2160
+ })) && $vo50(elem, _path2 + ".alleles[" + _index35 + "]", _exceptionable2) || $report(_exceptionable2, {
2126
2161
  path: _path2 + ".alleles[" + _index35 + "]",
2127
2162
  expected: "AllelesEntry",
2128
2163
  value: elem
@@ -2138,7 +2173,7 @@ var validDescrStatsRequest = (input) => {
2138
2173
  path: _path2 + ".gt2count",
2139
2174
  expected: "(__type.o6 | undefined)",
2140
2175
  value: input3.gt2count
2141
- })) && $vo50(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
2176
+ })) && $vo51(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
2142
2177
  path: _path2 + ".gt2count",
2143
2178
  expected: "(__type.o6 | undefined)",
2144
2179
  value: input3.gt2count
@@ -2167,7 +2202,7 @@ var validDescrStatsRequest = (input) => {
2167
2202
  expected: "(number | undefined)",
2168
2203
  value: input3.pos
2169
2204
  })].every((flag) => flag);
2170
- const $vo49 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
2205
+ const $vo50 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
2171
2206
  path: _path2 + ".allele",
2172
2207
  expected: "string",
2173
2208
  value: input3.allele
@@ -2180,7 +2215,7 @@ var validDescrStatsRequest = (input) => {
2180
2215
  expected: "boolean",
2181
2216
  value: input3.isRef
2182
2217
  })].every((flag) => flag);
2183
- const $vo50 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
2218
+ const $vo51 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
2184
2219
  path: _path2 + ".k",
2185
2220
  expected: "string",
2186
2221
  value: input3.k
@@ -2189,7 +2224,7 @@ var validDescrStatsRequest = (input) => {
2189
2224
  expected: "(number | string)",
2190
2225
  value: input3.v
2191
2226
  })].every((flag) => flag);
2192
- const $vo51 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2227
+ const $vo52 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2193
2228
  path: _path2 + ".id",
2194
2229
  expected: "(string | undefined)",
2195
2230
  value: input3.id
@@ -2215,22 +2250,22 @@ var validDescrStatsRequest = (input) => {
2215
2250
  value: input3.minNumSamples
2216
2251
  }), true, ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2217
2252
  path: _path2 + ".term",
2218
- expected: '(BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { id?: string | undefined; type: "integer" | "float" | "geneExpression" | "metaboliteIntensity"; bins: PresetNumericBins; values?: TermValues | undefined; unit?: string | undefined; continuousColorScale?: { ...; } | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "geneVariant"; groupsetting: EnabledTermGroupSetting; } & { kind: "coord"; chr: string; start: number; stop: number; } | BaseTerm & { type: "geneVariant"; groupsetting: EnabledTermGroupSetting; } & { kind: "gene"; gene: string; chr?: string | undefined; start?: number | undefined; stop?: number | undefined; } | BaseTerm & { values: SampleLstTermValues; })',
2253
+ expected: '(BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { id?: string | undefined; type: "integer" | "float" | "geneExpression" | "metaboliteIntensity" | "date"; bins: PresetNumericBins; values?: TermValues | undefined; unit?: string | undefined; continuousColorScale?: { ...; } | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "geneVariant"; groupsetting: EnabledTermGroupSetting; } & { kind: "coord"; chr: string; start: number; stop: number; } | BaseTerm & { type: "geneVariant"; groupsetting: EnabledTermGroupSetting; } & { kind: "gene"; gene: string; chr?: string | undefined; start?: number | undefined; stop?: number | undefined; } | BaseTerm & { values: SampleLstTermValues; })',
2219
2254
  value: input3.term
2220
2255
  })) && $vu13(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2221
2256
  path: _path2 + ".term",
2222
- expected: '(BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { id?: string | undefined; type: "integer" | "float" | "geneExpression" | "metaboliteIntensity"; bins: PresetNumericBins; values?: TermValues | undefined; unit?: string | undefined; continuousColorScale?: { ...; } | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "geneVariant"; groupsetting: EnabledTermGroupSetting; } & { kind: "coord"; chr: string; start: number; stop: number; } | BaseTerm & { type: "geneVariant"; groupsetting: EnabledTermGroupSetting; } & { kind: "gene"; gene: string; chr?: string | undefined; start?: number | undefined; stop?: number | undefined; } | BaseTerm & { values: SampleLstTermValues; })',
2257
+ expected: '(BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { id?: string | undefined; type: "integer" | "float" | "geneExpression" | "metaboliteIntensity" | "date"; bins: PresetNumericBins; values?: TermValues | undefined; unit?: string | undefined; continuousColorScale?: { ...; } | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "geneVariant"; groupsetting: EnabledTermGroupSetting; } & { kind: "coord"; chr: string; start: number; stop: number; } | BaseTerm & { type: "geneVariant"; groupsetting: EnabledTermGroupSetting; } & { kind: "gene"; gene: string; chr?: string | undefined; start?: number | undefined; stop?: number | undefined; } | BaseTerm & { values: SampleLstTermValues; })',
2223
2258
  value: input3.term
2224
2259
  }), ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) || $report(_exceptionable2, {
2225
2260
  path: _path2 + ".q",
2226
- 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)",
2261
+ 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)",
2227
2262
  value: input3.q
2228
2263
  })) && $vu14(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2229
2264
  path: _path2 + ".q",
2230
- 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)",
2265
+ 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)",
2231
2266
  value: input3.q
2232
2267
  })].every((flag) => flag);
2233
- const $vo52 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2268
+ const $vo53 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2234
2269
  path: _path2 + ".id",
2235
2270
  expected: "string",
2236
2271
  value: input3.id
@@ -2278,20 +2313,20 @@ var validDescrStatsRequest = (input) => {
2278
2313
  path: _path2 + ".values",
2279
2314
  expected: "(TermValues | undefined)",
2280
2315
  value: input3.values
2281
- })) && $vo14(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2316
+ })) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2282
2317
  path: _path2 + ".values",
2283
2318
  expected: "(TermValues | undefined)",
2284
2319
  value: input3.values
2285
- }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
2320
+ }), true, ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
2286
2321
  path: _path2 + ".groupsetting",
2287
- expected: "(EnabledTermGroupSetting | __type.o2)",
2322
+ expected: "(EnabledTermGroupSetting | __type.o4)",
2288
2323
  value: input3.groupsetting
2289
2324
  })) && $vu8(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2290
2325
  path: _path2 + ".groupsetting",
2291
- expected: "(EnabledTermGroupSetting | __type.o2)",
2326
+ expected: "(EnabledTermGroupSetting | __type.o4)",
2292
2327
  value: input3.groupsetting
2293
2328
  })].every((flag) => flag);
2294
- const $vo53 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2329
+ const $vo54 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2295
2330
  path: _path2 + ".id",
2296
2331
  expected: "string",
2297
2332
  value: input3.id
@@ -2299,9 +2334,9 @@ var validDescrStatsRequest = (input) => {
2299
2334
  path: _path2 + ".name",
2300
2335
  expected: "string",
2301
2336
  value: input3.name
2302
- }), "integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || $report(_exceptionable2, {
2337
+ }), "integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type || $report(_exceptionable2, {
2303
2338
  path: _path2 + ".type",
2304
- expected: '("float" | "geneExpression" | "integer" | "metaboliteIntensity")',
2339
+ expected: '("date" | "float" | "geneExpression" | "integer" | "metaboliteIntensity")',
2305
2340
  value: input3.type
2306
2341
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
2307
2342
  path: _path2 + ".child_types",
@@ -2339,15 +2374,15 @@ var validDescrStatsRequest = (input) => {
2339
2374
  path: _path2 + ".values",
2340
2375
  expected: "(TermValues | undefined)",
2341
2376
  value: input3.values
2342
- })) && $vo14(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2377
+ })) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2343
2378
  path: _path2 + ".values",
2344
2379
  expected: "(TermValues | undefined)",
2345
2380
  value: input3.values
2346
- }), ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
2381
+ }), true, ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
2347
2382
  path: _path2 + ".bins",
2348
2383
  expected: "PresetNumericBins",
2349
2384
  value: input3.bins
2350
- })) && $vo21(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
2385
+ })) && $vo19(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
2351
2386
  path: _path2 + ".bins",
2352
2387
  expected: "PresetNumericBins",
2353
2388
  value: input3.bins
@@ -2357,14 +2392,14 @@ var validDescrStatsRequest = (input) => {
2357
2392
  value: input3.unit
2358
2393
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
2359
2394
  path: _path2 + ".continuousColorScale",
2360
- expected: "(__type.o3 | undefined)",
2395
+ expected: "(__type.o2 | undefined)",
2361
2396
  value: input3.continuousColorScale
2362
- })) && $vo27(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
2397
+ })) && $vo25(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
2363
2398
  path: _path2 + ".continuousColorScale",
2364
- expected: "(__type.o3 | undefined)",
2399
+ expected: "(__type.o2 | undefined)",
2365
2400
  value: input3.continuousColorScale
2366
2401
  })].every((flag) => flag);
2367
- const $vo54 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2402
+ const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2368
2403
  path: _path2 + ".id",
2369
2404
  expected: "string",
2370
2405
  value: input3.id
@@ -2412,12 +2447,12 @@ var validDescrStatsRequest = (input) => {
2412
2447
  path: _path2 + ".values",
2413
2448
  expected: "(TermValues | undefined)",
2414
2449
  value: input3.values
2415
- })) && $vo14(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2450
+ })) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2416
2451
  path: _path2 + ".values",
2417
2452
  expected: "(TermValues | undefined)",
2418
2453
  value: input3.values
2419
- })].every((flag) => flag);
2420
- const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2454
+ }), true].every((flag) => flag);
2455
+ const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2421
2456
  path: _path2 + ".id",
2422
2457
  expected: "string",
2423
2458
  value: input3.id
@@ -2465,15 +2500,15 @@ var validDescrStatsRequest = (input) => {
2465
2500
  path: _path2 + ".values",
2466
2501
  expected: "(TermValues | undefined)",
2467
2502
  value: input3.values
2468
- })) && $vo14(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2503
+ })) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2469
2504
  path: _path2 + ".values",
2470
2505
  expected: "(TermValues | undefined)",
2471
2506
  value: input3.values
2472
- }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
2507
+ }), true, ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
2473
2508
  path: _path2 + ".groupsetting",
2474
2509
  expected: "EnabledTermGroupSetting",
2475
2510
  value: input3.groupsetting
2476
- })) && $vo16(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2511
+ })) && $vo32(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2477
2512
  path: _path2 + ".groupsetting",
2478
2513
  expected: "EnabledTermGroupSetting",
2479
2514
  value: input3.groupsetting
@@ -2498,7 +2533,7 @@ var validDescrStatsRequest = (input) => {
2498
2533
  expected: "(number | undefined)",
2499
2534
  value: input3.stop
2500
2535
  })].every((flag) => flag);
2501
- const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2536
+ const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2502
2537
  path: _path2 + ".id",
2503
2538
  expected: "string",
2504
2539
  value: input3.id
@@ -2546,15 +2581,15 @@ var validDescrStatsRequest = (input) => {
2546
2581
  path: _path2 + ".values",
2547
2582
  expected: "(TermValues | undefined)",
2548
2583
  value: input3.values
2549
- })) && $vo14(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2584
+ })) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2550
2585
  path: _path2 + ".values",
2551
2586
  expected: "(TermValues | undefined)",
2552
2587
  value: input3.values
2553
- }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
2588
+ }), true, ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
2554
2589
  path: _path2 + ".groupsetting",
2555
2590
  expected: "EnabledTermGroupSetting",
2556
2591
  value: input3.groupsetting
2557
- })) && $vo16(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2592
+ })) && $vo32(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2558
2593
  path: _path2 + ".groupsetting",
2559
2594
  expected: "EnabledTermGroupSetting",
2560
2595
  value: input3.groupsetting
@@ -2575,7 +2610,7 @@ var validDescrStatsRequest = (input) => {
2575
2610
  expected: "number",
2576
2611
  value: input3.stop
2577
2612
  })].every((flag) => flag);
2578
- const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2613
+ const $vo58 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2579
2614
  path: _path2 + ".id",
2580
2615
  expected: "string",
2581
2616
  value: input3.id
@@ -2623,11 +2658,11 @@ var validDescrStatsRequest = (input) => {
2623
2658
  path: _path2 + ".values",
2624
2659
  expected: "(TermValues | undefined)",
2625
2660
  value: input3.values
2626
- })) && $vo14(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2661
+ })) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2627
2662
  path: _path2 + ".values",
2628
2663
  expected: "(TermValues | undefined)",
2629
2664
  value: input3.values
2630
- }), void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit || $report(_exceptionable2, {
2665
+ }), true, void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit || $report(_exceptionable2, {
2631
2666
  path: _path2 + ".reachedVariantLimit",
2632
2667
  expected: "(boolean | undefined)",
2633
2668
  value: input3.reachedVariantLimit
@@ -2639,7 +2674,7 @@ var validDescrStatsRequest = (input) => {
2639
2674
  path: _path2 + ".snps[" + _index48 + "]",
2640
2675
  expected: "SnpsEntry",
2641
2676
  value: elem
2642
- })) && $vo48(elem, _path2 + ".snps[" + _index48 + "]", _exceptionable2) || $report(_exceptionable2, {
2677
+ })) && $vo49(elem, _path2 + ".snps[" + _index48 + "]", _exceptionable2) || $report(_exceptionable2, {
2643
2678
  path: _path2 + ".snps[" + _index48 + "]",
2644
2679
  expected: "SnpsEntry",
2645
2680
  value: elem
@@ -2648,7 +2683,7 @@ var validDescrStatsRequest = (input) => {
2648
2683
  expected: "(Array<SnpsEntry> | undefined)",
2649
2684
  value: input3.snps
2650
2685
  })].every((flag) => flag);
2651
- const $vo58 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2686
+ const $vo59 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2652
2687
  path: _path2 + ".id",
2653
2688
  expected: "string",
2654
2689
  value: input3.id
@@ -2696,12 +2731,12 @@ var validDescrStatsRequest = (input) => {
2696
2731
  path: _path2 + ".values",
2697
2732
  expected: "(TermValues & SampleLstTermValues | undefined)",
2698
2733
  value: input3.values
2699
- })) && $vo59(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2734
+ })) && $vo60(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2700
2735
  path: _path2 + ".values",
2701
2736
  expected: "(TermValues & SampleLstTermValues | undefined)",
2702
2737
  value: input3.values
2703
- })].every((flag) => flag);
2704
- const $vo59 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2738
+ }), true].every((flag) => flag);
2739
+ const $vo60 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2705
2740
  const value = input3[key];
2706
2741
  if (void 0 === value)
2707
2742
  return true;
@@ -2710,7 +2745,7 @@ var validDescrStatsRequest = (input) => {
2710
2745
  path: _path2 + $join(key),
2711
2746
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
2712
2747
  value
2713
- })) && $vo60(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2748
+ })) && $vo61(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2714
2749
  path: _path2 + $join(key),
2715
2750
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
2716
2751
  value
@@ -2720,14 +2755,14 @@ var validDescrStatsRequest = (input) => {
2720
2755
  path: _path2 + $join(key),
2721
2756
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
2722
2757
  value
2723
- })) && $vo60(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2758
+ })) && $vo61(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2724
2759
  path: _path2 + $join(key),
2725
2760
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
2726
2761
  value
2727
2762
  });
2728
2763
  return true;
2729
2764
  }).every((flag) => flag)].every((flag) => flag);
2730
- const $vo60 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
2765
+ const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
2731
2766
  path: _path2 + ".key",
2732
2767
  expected: "(string | undefined)",
2733
2768
  value: input3.key
@@ -2755,7 +2790,7 @@ var validDescrStatsRequest = (input) => {
2755
2790
  path: _path2 + ".filter",
2756
2791
  expected: "(Filter | undefined)",
2757
2792
  value: input3.filter
2758
- })) && $vo11(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
2793
+ })) && $vo15(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
2759
2794
  path: _path2 + ".filter",
2760
2795
  expected: "(Filter | undefined)",
2761
2796
  value: input3.filter
@@ -2775,7 +2810,7 @@ var validDescrStatsRequest = (input) => {
2775
2810
  path: _path2 + ".list[" + _index51 + "]",
2776
2811
  expected: "__type.o7",
2777
2812
  value: elem
2778
- })) && $vo61(elem, _path2 + ".list[" + _index51 + "]", _exceptionable2) || $report(_exceptionable2, {
2813
+ })) && $vo62(elem, _path2 + ".list[" + _index51 + "]", _exceptionable2) || $report(_exceptionable2, {
2779
2814
  path: _path2 + ".list[" + _index51 + "]",
2780
2815
  expected: "__type.o7",
2781
2816
  value: elem
@@ -2784,7 +2819,7 @@ var validDescrStatsRequest = (input) => {
2784
2819
  expected: "Array<__type>.o3",
2785
2820
  value: input3.list
2786
2821
  }), true].every((flag) => flag);
2787
- const $vo61 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.sampleId || $report(_exceptionable2, {
2822
+ const $vo62 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.sampleId || $report(_exceptionable2, {
2788
2823
  path: _path2 + ".sampleId",
2789
2824
  expected: "string",
2790
2825
  value: input3.sampleId
@@ -2793,7 +2828,7 @@ var validDescrStatsRequest = (input) => {
2793
2828
  expected: "string",
2794
2829
  value: input3.sample
2795
2830
  })].every((flag) => flag);
2796
- const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2831
+ const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2797
2832
  path: _path2 + ".hiddenValues",
2798
2833
  expected: "(HiddenValues | undefined)",
2799
2834
  value: input3.hiddenValues
@@ -2817,12 +2852,12 @@ var validDescrStatsRequest = (input) => {
2817
2852
  path: _path2 + ".reuseId",
2818
2853
  expected: "(string | undefined)",
2819
2854
  value: input3.reuseId
2820
- }), 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, {
2855
+ }), 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, {
2821
2856
  path: _path2 + ".type",
2822
- expected: '("custom-bin" | "custom-groupset" | "custom-samplelst" | "predefined-groupset" | "regular-bin" | "values" | undefined)',
2857
+ expected: '("custom-bin" | "custom-groupset" | "custom-samplelst" | "filter" | "predefined-groupset" | "regular-bin" | "values" | undefined)',
2823
2858
  value: input3.type
2824
2859
  })].every((flag) => flag);
2825
- const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2860
+ const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2826
2861
  path: _path2 + ".hiddenValues",
2827
2862
  expected: "(HiddenValues | undefined)",
2828
2863
  value: input3.hiddenValues
@@ -2887,7 +2922,7 @@ var validDescrStatsRequest = (input) => {
2887
2922
  expected: "(boolean | undefined)",
2888
2923
  value: input3.value_by_computable_grade
2889
2924
  }), true].every((flag) => flag);
2890
- const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2925
+ const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2891
2926
  path: _path2 + ".hiddenValues",
2892
2927
  expected: "(HiddenValues | undefined)",
2893
2928
  value: input3.hiddenValues
@@ -2952,7 +2987,7 @@ var validDescrStatsRequest = (input) => {
2952
2987
  expected: '"values"',
2953
2988
  value: input3.type
2954
2989
  })].every((flag) => flag);
2955
- const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2990
+ const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2956
2991
  path: _path2 + ".hiddenValues",
2957
2992
  expected: "(HiddenValues | undefined)",
2958
2993
  value: input3.hiddenValues
@@ -3008,6 +3043,71 @@ var validDescrStatsRequest = (input) => {
3008
3043
  path: _path2 + ".origin",
3009
3044
  expected: "(string | undefined)",
3010
3045
  value: input3.origin
3046
+ }), void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode || $report(_exceptionable2, {
3047
+ path: _path2 + ".mode",
3048
+ expected: '("binary" | "continuous" | "cox" | "cuminc" | "discrete" | "spline" | undefined)',
3049
+ value: input3.mode
3050
+ }), void 0 === input3.type || "filter" === input3.type || $report(_exceptionable2, {
3051
+ path: _path2 + ".type",
3052
+ expected: '("filter" | undefined)',
3053
+ value: input3.type
3054
+ })].every((flag) => flag);
3055
+ const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3056
+ path: _path2 + ".hiddenValues",
3057
+ expected: "(HiddenValues | undefined)",
3058
+ value: input3.hiddenValues
3059
+ })) && $vo4(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3060
+ path: _path2 + ".hiddenValues",
3061
+ expected: "(HiddenValues | undefined)",
3062
+ value: input3.hiddenValues
3063
+ }), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
3064
+ path: _path2 + ".isAtomic",
3065
+ expected: "(true | undefined)",
3066
+ value: input3.isAtomic
3067
+ }), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
3068
+ path: _path2 + ".name",
3069
+ expected: "(string | undefined)",
3070
+ value: input3.name
3071
+ }), void 0 === input3.reuseId || "string" === typeof input3.reuseId || $report(_exceptionable2, {
3072
+ path: _path2 + ".reuseId",
3073
+ expected: "(string | undefined)",
3074
+ value: input3.reuseId
3075
+ }), void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff || $report(_exceptionable2, {
3076
+ path: _path2 + ".cnvGainCutoff",
3077
+ expected: "(number | undefined)",
3078
+ value: input3.cnvGainCutoff
3079
+ }), void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength || $report(_exceptionable2, {
3080
+ path: _path2 + ".cnvMaxLength",
3081
+ expected: "(number | undefined)",
3082
+ value: input3.cnvMaxLength
3083
+ }), void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue || $report(_exceptionable2, {
3084
+ path: _path2 + ".cnvMinAbsValue",
3085
+ expected: "(number | undefined)",
3086
+ value: input3.cnvMinAbsValue
3087
+ }), void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff || $report(_exceptionable2, {
3088
+ path: _path2 + ".cnvLossCutoff",
3089
+ expected: "(number | undefined)",
3090
+ value: input3.cnvLossCutoff
3091
+ }), (Array.isArray(input3.exclude) || $report(_exceptionable2, {
3092
+ path: _path2 + ".exclude",
3093
+ expected: "Array<string>",
3094
+ value: input3.exclude
3095
+ })) && input3.exclude.map((elem, _index55) => "string" === typeof elem || $report(_exceptionable2, {
3096
+ path: _path2 + ".exclude[" + _index55 + "]",
3097
+ expected: "string",
3098
+ value: elem
3099
+ })).every((flag) => flag) || $report(_exceptionable2, {
3100
+ path: _path2 + ".exclude",
3101
+ expected: "Array<string>",
3102
+ value: input3.exclude
3103
+ }), void 0 === input3.dt || "number" === typeof input3.dt || $report(_exceptionable2, {
3104
+ path: _path2 + ".dt",
3105
+ expected: "(number | undefined)",
3106
+ value: input3.dt
3107
+ }), void 0 === input3.origin || "string" === typeof input3.origin || $report(_exceptionable2, {
3108
+ path: _path2 + ".origin",
3109
+ expected: "(string | undefined)",
3110
+ value: input3.origin
3011
3111
  }), void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || $report(_exceptionable2, {
3012
3112
  path: _path2 + ".mode",
3013
3113
  expected: '("binary" | "discrete" | undefined)',
@@ -3021,7 +3121,7 @@ var validDescrStatsRequest = (input) => {
3021
3121
  expected: "number",
3022
3122
  value: input3.predefined_groupset_idx
3023
3123
  })].every((flag) => flag);
3024
- const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3124
+ const $vo68 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3025
3125
  path: _path2 + ".hiddenValues",
3026
3126
  expected: "(HiddenValues | undefined)",
3027
3127
  value: input3.hiddenValues
@@ -3061,8 +3161,8 @@ var validDescrStatsRequest = (input) => {
3061
3161
  path: _path2 + ".exclude",
3062
3162
  expected: "Array<string>",
3063
3163
  value: input3.exclude
3064
- })) && input3.exclude.map((elem, _index55) => "string" === typeof elem || $report(_exceptionable2, {
3065
- path: _path2 + ".exclude[" + _index55 + "]",
3164
+ })) && input3.exclude.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
3165
+ path: _path2 + ".exclude[" + _index56 + "]",
3066
3166
  expected: "string",
3067
3167
  value: elem
3068
3168
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3089,12 +3189,12 @@ var validDescrStatsRequest = (input) => {
3089
3189
  path: _path2 + ".customset",
3090
3190
  expected: "BaseGroupSet",
3091
3191
  value: input3.customset
3092
- })) && $vo7(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
3192
+ })) && $vo8(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
3093
3193
  path: _path2 + ".customset",
3094
3194
  expected: "BaseGroupSet",
3095
3195
  value: input3.customset
3096
3196
  })].every((flag) => flag);
3097
- const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3197
+ const $vo69 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3098
3198
  path: _path2 + ".hiddenValues",
3099
3199
  expected: "(HiddenValues | undefined)",
3100
3200
  value: input3.hiddenValues
@@ -3118,20 +3218,20 @@ var validDescrStatsRequest = (input) => {
3118
3218
  path: _path2 + ".reuseId",
3119
3219
  expected: "(string | undefined)",
3120
3220
  value: input3.reuseId
3121
- }), 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, {
3221
+ }), 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, {
3122
3222
  path: _path2 + ".type",
3123
- expected: '("custom-bin" | "custom-groupset" | "custom-samplelst" | "predefined-groupset" | "regular-bin" | "values" | undefined)',
3223
+ expected: '("custom-bin" | "custom-groupset" | "custom-samplelst" | "filter" | "predefined-groupset" | "regular-bin" | "values" | undefined)',
3124
3224
  value: input3.type
3125
3225
  }), ("object" === typeof input3.groups && null !== input3.groups && false === Array.isArray(input3.groups) || $report(_exceptionable2, {
3126
3226
  path: _path2 + ".groups",
3127
3227
  expected: "SampleLstTermValues",
3128
3228
  value: input3.groups
3129
- })) && $vo68(input3.groups, _path2 + ".groups", _exceptionable2) || $report(_exceptionable2, {
3229
+ })) && $vo70(input3.groups, _path2 + ".groups", _exceptionable2) || $report(_exceptionable2, {
3130
3230
  path: _path2 + ".groups",
3131
3231
  expected: "SampleLstTermValues",
3132
3232
  value: input3.groups
3133
3233
  })].every((flag) => flag);
3134
- const $vo68 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3234
+ const $vo70 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3135
3235
  const value = input3[key];
3136
3236
  if (void 0 === value)
3137
3237
  return true;
@@ -3140,7 +3240,7 @@ var validDescrStatsRequest = (input) => {
3140
3240
  path: _path2 + $join(key),
3141
3241
  expected: "__type.o8",
3142
3242
  value
3143
- })) && $vo69(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3243
+ })) && $vo71(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3144
3244
  path: _path2 + $join(key),
3145
3245
  expected: "__type.o8",
3146
3246
  value
@@ -3150,14 +3250,14 @@ var validDescrStatsRequest = (input) => {
3150
3250
  path: _path2 + $join(key),
3151
3251
  expected: "__type.o8",
3152
3252
  value
3153
- })) && $vo69(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3253
+ })) && $vo71(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3154
3254
  path: _path2 + $join(key),
3155
3255
  expected: "__type.o8",
3156
3256
  value
3157
3257
  });
3158
3258
  return true;
3159
3259
  }).every((flag) => flag)].every((flag) => flag);
3160
- const $vo69 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
3260
+ const $vo71 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
3161
3261
  path: _path2 + ".name",
3162
3262
  expected: "string",
3163
3263
  value: input3.name
@@ -3169,12 +3269,12 @@ var validDescrStatsRequest = (input) => {
3169
3269
  path: _path2 + ".list",
3170
3270
  expected: "Array<__type>.o3",
3171
3271
  value: input3.list
3172
- })) && input3.list.map((elem, _index56) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3173
- path: _path2 + ".list[" + _index56 + "]",
3272
+ })) && input3.list.map((elem, _index57) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3273
+ path: _path2 + ".list[" + _index57 + "]",
3174
3274
  expected: "__type.o7",
3175
3275
  value: elem
3176
- })) && $vo61(elem, _path2 + ".list[" + _index56 + "]", _exceptionable2) || $report(_exceptionable2, {
3177
- path: _path2 + ".list[" + _index56 + "]",
3276
+ })) && $vo62(elem, _path2 + ".list[" + _index57 + "]", _exceptionable2) || $report(_exceptionable2, {
3277
+ path: _path2 + ".list[" + _index57 + "]",
3178
3278
  expected: "__type.o7",
3179
3279
  value: elem
3180
3280
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3184,9 +3284,9 @@ var validDescrStatsRequest = (input) => {
3184
3284
  }), true].every((flag) => flag);
3185
3285
  const $vu0 = (input3, _path2, _exceptionable2 = true) => (() => {
3186
3286
  if ("string" === typeof input3.type)
3187
- return $vo8(input3, _path2, _exceptionable2);
3287
+ return $vo9(input3, _path2, _exceptionable2);
3188
3288
  if ("filter" === input3.type)
3189
- return $vo10(input3, _path2, _exceptionable2);
3289
+ return $vo11(input3, _path2, _exceptionable2);
3190
3290
  return $report(_exceptionable2, {
3191
3291
  path: _path2,
3192
3292
  expected: "(ValuesGroup | FilterGroup)",
@@ -3195,17 +3295,17 @@ var validDescrStatsRequest = (input) => {
3195
3295
  })();
3196
3296
  const $vu1 = (input3, _path2, _exceptionable2 = true) => (() => {
3197
3297
  if (void 0 !== input3.type)
3198
- return $vo11(input3, _path2, _exceptionable2);
3298
+ return $vo15(input3, _path2, _exceptionable2);
3199
3299
  if (void 0 !== input3.ranges)
3200
- return $vo19(input3, _path2, _exceptionable2);
3201
- return $vo12(input3, _path2, false) || $vo29(input3, _path2, false) || $vo32(input3, _path2, false);
3300
+ return $vo17(input3, _path2, _exceptionable2);
3301
+ return $vo16(input3, _path2, false) || $vo27(input3, _path2, false) || $vo30(input3, _path2, false);
3202
3302
  })();
3203
3303
  const $vu2 = (input3, _path2, _exceptionable2 = true) => (() => {
3204
3304
  if (true === input3.startunbounded)
3205
- return $vo23(input3, _path2, _exceptionable2);
3305
+ return $vo21(input3, _path2, _exceptionable2);
3206
3306
  if (true === input3.stopunbounded)
3207
- return $vo25(input3, _path2, _exceptionable2);
3208
- return $vo24(input3, _path2, _exceptionable2);
3307
+ return $vo23(input3, _path2, _exceptionable2);
3308
+ return $vo22(input3, _path2, _exceptionable2);
3209
3309
  })();
3210
3310
  const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
3211
3311
  if (2 === input3.dt)
@@ -3224,9 +3324,9 @@ var validDescrStatsRequest = (input) => {
3224
3324
  })();
3225
3325
  const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
3226
3326
  if (true === input3.startunbounded)
3227
- return $vo23(input3, _path2, _exceptionable2);
3327
+ return $vo21(input3, _path2, _exceptionable2);
3228
3328
  if (void 0 !== input3.start)
3229
- return $vo24(input3, _path2, _exceptionable2);
3329
+ return $vo22(input3, _path2, _exceptionable2);
3230
3330
  return $report(_exceptionable2, {
3231
3331
  path: _path2,
3232
3332
  expected: "(StartUnboundedBin | FullyBoundedBin)",
@@ -3235,9 +3335,9 @@ var validDescrStatsRequest = (input) => {
3235
3335
  })();
3236
3336
  const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
3237
3337
  if (void 0 !== input3.stop)
3238
- return $vo24(input3, _path2, _exceptionable2);
3338
+ return $vo22(input3, _path2, _exceptionable2);
3239
3339
  if (true === input3.stopunbounded)
3240
- return $vo25(input3, _path2, _exceptionable2);
3340
+ return $vo23(input3, _path2, _exceptionable2);
3241
3341
  return $report(_exceptionable2, {
3242
3342
  path: _path2,
3243
3343
  expected: "(FullyBoundedBin | StopUnboundedBin)",
@@ -3247,31 +3347,27 @@ var validDescrStatsRequest = (input) => {
3247
3347
  const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
3248
3348
  if (void 0 !== input3.type)
3249
3349
  return $vo1(input3, _path2, _exceptionable2);
3250
- return $vo51(input3, _path2, false) || $vo44(input3, _path2, false) || $vo39(input3, _path2, false);
3350
+ return $vo52(input3, _path2, false) || $vo45(input3, _path2, false) || $vo40(input3, _path2, false);
3251
3351
  })();
3252
3352
  const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
3253
3353
  if ("values" === input3.type)
3254
3354
  return $vo3(input3, _path2, _exceptionable2);
3255
3355
  if ("predefined-groupset" === input3.type)
3256
- return $vo5(input3, _path2, _exceptionable2);
3257
- if ("custom-groupset" === input3.type)
3258
3356
  return $vo6(input3, _path2, _exceptionable2);
3259
- return $report(_exceptionable2, {
3260
- path: _path2,
3261
- expected: "(ValuesQ | PredefinedGroupSettingQ | CustomGroupSettingQ)",
3262
- value: input3
3263
- });
3357
+ if ("custom-groupset" === input3.type)
3358
+ return $vo7(input3, _path2, _exceptionable2);
3359
+ return $vo5(input3, _path2, _exceptionable2);
3264
3360
  })();
3265
3361
  const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
3266
- if (Array.isArray(input3.lst) && input3.lst.map((elem, _index57) => "object" === typeof elem && null !== elem && $vo17(elem, _path2 + ".lst[" + _index57 + "]", false)).every((flag) => flag))
3267
- return $vo16(input3, _path2, _exceptionable2);
3268
- return $vo18(input3, _path2, _exceptionable2);
3362
+ if (Array.isArray(input3.lst) && input3.lst.map((elem, _index58) => "object" === typeof elem && null !== elem && $vo33(elem, _path2 + ".lst[" + _index58 + "]", false)).every((flag) => flag))
3363
+ return $vo32(input3, _path2, _exceptionable2);
3364
+ return $vo39(input3, _path2, _exceptionable2);
3269
3365
  })();
3270
3366
  const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
3271
3367
  if ("regular-bin" === input3.type)
3272
- return $vo22(input3, _path2, _exceptionable2);
3368
+ return $vo20(input3, _path2, _exceptionable2);
3273
3369
  if ("custom-bin" === input3.type)
3274
- return $vo26(input3, _path2, _exceptionable2);
3370
+ return $vo24(input3, _path2, _exceptionable2);
3275
3371
  return $report(_exceptionable2, {
3276
3372
  path: _path2,
3277
3373
  expected: "(RegularNumericBinConfig | CustomNumericBinConfig)",
@@ -3280,7 +3376,7 @@ var validDescrStatsRequest = (input) => {
3280
3376
  })();
3281
3377
  const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
3282
3378
  if ("gene" === input3.kind)
3283
- return $vo33(input3, _path2, _exceptionable2);
3379
+ return $vo31(input3, _path2, _exceptionable2);
3284
3380
  if ("coord" === input3.kind)
3285
3381
  return $vo34(input3, _path2, _exceptionable2);
3286
3382
  return $report(_exceptionable2, {
@@ -3291,44 +3387,44 @@ var validDescrStatsRequest = (input) => {
3291
3387
  })();
3292
3388
  const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
3293
3389
  if ("regular-bin" === input3.type)
3294
- return $vo22(input3, _path2, _exceptionable2);
3390
+ return $vo20(input3, _path2, _exceptionable2);
3295
3391
  if ("continuous" === input3.mode)
3296
- return $vo41(input3, _path2, _exceptionable2);
3297
- if ("spline" === input3.mode)
3298
3392
  return $vo42(input3, _path2, _exceptionable2);
3299
- return $vo26(input3, _path2, false) || $vo40(input3, _path2, false);
3393
+ if ("spline" === input3.mode)
3394
+ return $vo43(input3, _path2, _exceptionable2);
3395
+ return $vo24(input3, _path2, false) || $vo41(input3, _path2, false);
3300
3396
  })();
3301
3397
  const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
3302
3398
  if (void 0 !== input3.ranges)
3303
- return $vo19(input3, _path2, _exceptionable2);
3304
- return $vo12(input3, _path2, false) || $vo29(input3, _path2, false) || $vo32(input3, _path2, false);
3399
+ return $vo17(input3, _path2, _exceptionable2);
3400
+ return $vo16(input3, _path2, false) || $vo27(input3, _path2, false) || $vo30(input3, _path2, false);
3305
3401
  })();
3306
3402
  const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
3307
3403
  if ("categorical" === input3.type)
3308
- return $vo52(input3, _path2, _exceptionable2);
3309
- if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type)
3310
3404
  return $vo53(input3, _path2, _exceptionable2);
3311
- if ("condition" === input3.type)
3405
+ if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type)
3312
3406
  return $vo54(input3, _path2, _exceptionable2);
3313
- if ("gene" === input3.kind)
3407
+ if ("condition" === input3.type)
3314
3408
  return $vo55(input3, _path2, _exceptionable2);
3315
- if ("coord" === input3.kind)
3409
+ if ("gene" === input3.kind)
3316
3410
  return $vo56(input3, _path2, _exceptionable2);
3317
- return $vo57(input3, _path2, false) || $vo58(input3, _path2, false);
3411
+ if ("coord" === input3.kind)
3412
+ return $vo57(input3, _path2, _exceptionable2);
3413
+ return $vo58(input3, _path2, false) || $vo59(input3, _path2, false);
3318
3414
  })();
3319
3415
  const $vu14 = (input3, _path2, _exceptionable2 = true) => (() => {
3320
3416
  if (void 0 !== input3.bin_size)
3321
- return $vo22(input3, _path2, _exceptionable2);
3417
+ return $vo20(input3, _path2, _exceptionable2);
3322
3418
  if (void 0 !== input3.knots)
3323
- return $vo42(input3, _path2, _exceptionable2);
3419
+ return $vo43(input3, _path2, _exceptionable2);
3324
3420
  if (void 0 !== input3.AFcutoff)
3325
- return $vo45(input3, _path2, _exceptionable2);
3421
+ return $vo46(input3, _path2, _exceptionable2);
3326
3422
  if (void 0 !== input3.timeScale)
3327
- return $vo63(input3, _path2, _exceptionable2);
3423
+ return $vo64(input3, _path2, _exceptionable2);
3328
3424
  return (() => {
3329
3425
  if (void 0 !== input3.groups)
3330
- return $vo67(input3, _path2, _exceptionable2);
3331
- 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);
3426
+ return $vo69(input3, _path2, _exceptionable2);
3427
+ return $vo5(input3, _path2, false) || $vo63(input3, _path2, false) || $vo3(input3, _path2, false) || $vo6(input3, _path2, false) || $vo7(input3, _path2, false) || $vo24(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);
3332
3428
  })();
3333
3429
  })();
3334
3430
  return ("object" === typeof input2 && null !== input2 || $report(true, {