@sjcrh/proteinpaint-types 2.119.0 → 2.121.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 (48) hide show
  1. package/dist/brainImaging.js +1 -1
  2. package/dist/{chunk-T2CSA2MC.js → chunk-3ZT4UCFM.js} +366 -512
  3. package/dist/{chunk-4V46EBDF.js → chunk-5XRJ5ATE.js} +916 -1264
  4. package/dist/{chunk-BM3JLR6T.js → chunk-AGSW7G4T.js} +905 -1253
  5. package/dist/{chunk-J6SJ4M3S.js → chunk-F64WJMRL.js} +1094 -1306
  6. package/dist/{chunk-YURGGHZI.js → chunk-K7P6C6KU.js} +731 -1079
  7. package/dist/{chunk-GI4NNB34.js → chunk-LBGUOJR3.js} +366 -512
  8. package/dist/{chunk-OL4OMJSP.js → chunk-NCFUZ5VV.js} +903 -1139
  9. package/dist/{chunk-GD3KAF6V.js → chunk-QMWUUGEK.js} +457 -603
  10. package/dist/{chunk-DL4UYYVE.js → chunk-RX5EB2HL.js} +366 -512
  11. package/dist/{chunk-ROPNHRVV.js → chunk-SQBZAOWB.js} +366 -512
  12. package/dist/{chunk-7NNYHDAK.js → chunk-XPOHYEAY.js} +917 -1265
  13. package/dist/{chunk-UVOO2LBD.js → chunk-ZMOSABYP.js} +916 -1264
  14. package/dist/correlationVolcano.js +1 -1
  15. package/dist/index.js +12 -12
  16. package/dist/termdb.boxplot.js +1 -1
  17. package/dist/termdb.categories.js +1 -1
  18. package/dist/termdb.cluster.js +1 -1
  19. package/dist/termdb.descrstats.js +1 -1
  20. package/dist/termdb.numericcategories.js +1 -1
  21. package/dist/termdb.percentile.js +1 -1
  22. package/dist/termdb.termsbyids.js +1 -1
  23. package/dist/termdb.topTermsByType.js +1 -1
  24. package/dist/termdb.topVariablyExpressedGenes.js +1 -1
  25. package/dist/termdb.violin.js +1 -1
  26. package/package.json +1 -1
  27. package/src/filter.ts +12 -67
  28. package/src/genome.ts +1 -1
  29. package/src/routes/hicgenome.ts +1 -1
  30. package/src/routes/isoformlst.ts +1 -1
  31. package/src/routes/termdb.cohorts.ts +1 -1
  32. package/src/routes/termdb.singlecellData.ts +1 -1
  33. package/src/terms/categorical.ts +3 -3
  34. package/src/terms/condition.ts +2 -2
  35. package/src/terms/geneExpression.ts +3 -3
  36. package/src/terms/geneVariant.ts +58 -19
  37. package/src/terms/metaboliteIntensity.ts +4 -4
  38. package/src/terms/q.ts +1 -1
  39. package/src/terms/samplelst.ts +3 -3
  40. package/src/terms/singleCellCellType.ts +2 -2
  41. package/src/terms/singleCellGeneExpression.ts +4 -5
  42. package/src/terms/snp.ts +3 -3
  43. package/src/terms/snps.ts +4 -4
  44. package/src/terms/term.ts +14 -8
  45. package/src/terms/tw.ts +7 -8
  46. package/src/terms/updated-types.ts +5 -4
  47. package/src/termsetting.ts +4 -4
  48. package/src/test/numeric.type.spec.ts +2 -2
@@ -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 && $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));
61
+ const $io0 = (input3) => "string" === typeof input3.genome && "string" === typeof input3.dslabel && "string" === typeof input3.embedder && ("object" === typeof input3.tw && null !== input3.tw && $iu5(input3.tw)) && (void 0 === input3.logScale || "boolean" === typeof input3.logScale) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io17(input3.filter)) && true;
62
+ const $io1 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === 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) && $iu6(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io20(input3.term));
63
63
  const $io2 = (input3) => Object.keys(input3).every((key) => {
64
64
  const value = input3[key];
65
65
  if (void 0 === value)
@@ -83,64 +83,64 @@ var validDescrStatsRequest = (input) => {
83
83
  const $io8 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu0(elem));
84
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
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) => {
86
+ const $io11 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io12(input3.filter)) && "boolean" === typeof input3.uncomputable;
87
+ const $io12 = (input3) => "object" === typeof input3.opts && null !== input3.opts && $io13(input3.opts) && (Array.isArray(input3.terms) && input3.terms.every((elem) => "object" === typeof elem && null !== elem && $io14(elem))) && ("object" === typeof input3.active && null !== input3.active && $io17(input3.active)) && "number" === typeof input3.group;
88
+ const $io13 = (input3) => Array.isArray(input3.joinWith) && input3.joinWith.every((elem) => "string" === typeof elem);
89
+ const $io14 = (input3) => "string" === typeof input3.id && "string" === typeof input3.query && "string" === typeof input3.name && "string" === typeof input3.name_noOrigin && true && "boolean" === typeof input3.isleaf && "string" === typeof input3.type && "number" === typeof input3.dt && (void 0 === input3.origin || "string" === typeof input3.origin) && ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io15(input3.values));
90
+ const $io15 = (input3) => Object.keys(input3).every((key) => {
89
91
  const value = input3[key];
90
92
  if (void 0 === value)
91
93
  return true;
92
94
  if (RegExp(/(.*)/).test(key))
93
- return "object" === typeof value && null !== value && false === Array.isArray(value) && $io14(value);
95
+ return "object" === typeof value && null !== value && false === Array.isArray(value) && $io16(value);
94
96
  if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
95
- return "object" === typeof value && null !== value && false === Array.isArray(value) && $io14(value);
97
+ return "object" === typeof value && null !== value && false === Array.isArray(value) && $io16(value);
96
98
  return true;
97
99
  });
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 && $iu8(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) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.length === 0);
119
- const $io35 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io13(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu8(input3.groupsetting)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
120
- const $io36 = (input3) => 1 === input3.dt && (Array.isArray(input3.mclassLst) && input3.mclassLst.every((elem) => "M" === elem || "E" === elem || "F" === elem || "N" === elem || "S" === elem || "D" === elem || "I" === elem || "P" === elem || "L" === elem || "Intron" === elem || "Blank" === elem || "WT" === elem || "ITD" === elem || "DEL" === elem || "NLOSS" === elem || "CLOSS" === elem || "Utr3" === elem || "Utr5" === elem || "X" === elem || "noncoding" === elem)) && (Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "M" === elem || "E" === elem || "F" === elem || "N" === elem || "S" === elem || "D" === elem || "I" === elem || "P" === elem || "L" === elem || "Intron" === elem || "Blank" === elem || "WT" === elem || "ITD" === elem || "DEL" === elem || "NLOSS" === elem || "CLOSS" === elem || "Utr3" === elem || "Utr5" === elem || "X" === elem || "noncoding" === elem)) && (void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin);
121
- const $io37 = (input3) => 4 === input3.dt && (Array.isArray(input3.mclassLst) && input3.mclassLst.every((elem) => "Blank" === elem || "WT" === elem || "CNV_amp" === elem || "CNV_loss" === elem || "CNV_loh" === elem || "CNV_amplification" === elem || "CNV_homozygous_deletion" === elem)) && (Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "Blank" === elem || "WT" === elem || "CNV_amp" === elem || "CNV_loss" === elem || "CNV_loh" === elem || "CNV_amplification" === elem || "CNV_homozygous_deletion" === elem)) && (void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin);
122
- const $io38 = (input3) => 5 === input3.dt && (Array.isArray(input3.mclassLst) && input3.mclassLst.every((elem) => "Blank" === elem || "WT" === elem || "SV" === elem)) && (Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "Blank" === elem || "WT" === elem || "SV" === elem)) && (void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin);
123
- const $io39 = (input3) => 2 === input3.dt && (Array.isArray(input3.mclassLst) && input3.mclassLst.every((elem) => "Blank" === elem || "WT" === elem || "Fuserna" === elem)) && (Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "Blank" === elem || "WT" === elem || "Fuserna" === elem)) && (void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin);
124
- const $io40 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && "string" === typeof input3.$id && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $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]))));
100
+ const $io16 = (input3) => (void 0 === input3.key || "string" === typeof input3.key) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable) && (void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label) && (void 0 === input3.order || "string" === typeof input3.order) && (void 0 === input3.color || "string" === typeof input3.color) && (void 0 === input3.group || "number" === typeof input3.group) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io17(input3.filter));
101
+ const $io17 = (input3) => "tvslst" === input3.type && "boolean" === typeof input3["in"] && "string" === typeof input3.join && (void 0 === input3.tag || "string" === typeof input3.tag) && (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem)));
102
+ const $io18 = (input3) => "tvs" === input3.type && ("object" === typeof input3.tvs && null !== input3.tvs && $iu7(input3.tvs));
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)) && (void 0 === input3.groupset_label || "string" === typeof input3.groupset_label) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && $io16(elem)));
104
+ const $io20 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io15(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io21(input3.filter)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu8(input3.groupsetting));
105
+ const $io21 = (input3) => "object" === typeof input3.opts && null !== input3.opts && $io13(input3.opts) && (Array.isArray(input3.terms) && input3.terms.every((elem) => "object" === typeof elem && null !== elem && $io14(elem)));
106
+ const $io22 = (input3) => (void 0 === input3.disabled || "boolean" === typeof input3.disabled) && (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io23(elem)));
107
+ const $io23 = (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)));
108
+ const $io24 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.length === 0);
109
+ const $io25 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io26(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 && $io34(elem)));
110
+ const $io26 = (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) && $io15(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io21(input3.filter)) && ("object" === typeof input3.bins && null !== input3.bins && $io27(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io33(input3.continuousColorScale));
111
+ const $io27 = (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);
112
+ const $io28 = (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 && $iu3(input3.first_bin)) && (void 0 === input3.last_bin || "object" === typeof input3.last_bin && null !== input3.last_bin && $iu4(input3.last_bin)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset);
113
+ const $io29 = (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);
114
+ const $io30 = (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);
115
+ const $io31 = (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);
116
+ const $io32 = (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);
117
+ const $io33 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
118
+ const $io34 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
119
+ const $io35 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io36(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 && $io37(elem)));
120
+ const $io36 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io15(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io21(input3.filter));
121
+ const $io37 = (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;
122
+ const $io38 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io14(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io39(elem)));
123
+ const $io39 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
124
+ const $io40 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === 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 && $io26(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu10(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] && $iu3(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu4(input3.lst[1]))));
126
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
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
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)));
129
+ const $io45 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === 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 && $io17(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 && $iu7(input3.tvs));
132
+ const $io48 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io15(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io21(input3.filter)) && (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
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
134
  const $io50 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
135
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 && $iu8(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 && $iu8(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;
136
+ const $io52 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === 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 && $iu11(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $iu12(input3.q));
137
+ const $io53 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io15(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io21(input3.filter)) && "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) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu8(input3.groupsetting));
138
+ const $io54 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io15(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io21(input3.filter)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu8(input3.groupsetting));
139
+ const $io55 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io15(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io21(input3.filter)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu8(input3.groupsetting));
140
+ const $io56 = (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) && $io15(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io21(input3.filter)) && ("object" === typeof input3.bins && null !== input3.bins && $io27(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io33(input3.continuousColorScale));
141
+ const $io57 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io15(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io21(input3.filter));
142
+ const $io58 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io15(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io21(input3.filter)) && (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)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io21(input3.filter));
144
144
  const $io60 = (input3) => Object.keys(input3).every((key) => {
145
145
  const value = input3[key];
146
146
  if (void 0 === value)
@@ -151,26 +151,22 @@ var validDescrStatsRequest = (input) => {
151
151
  return "object" === typeof value && null !== value && $io61(value);
152
152
  return true;
153
153
  });
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;
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 && $io17(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
155
  const $io62 = (input3) => "string" === typeof input3.sampleId && "string" === typeof input3.sample;
156
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
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.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.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.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.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) => {
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 || "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) && $io66(input3.groups));
159
+ const $io66 = (input3) => Object.keys(input3).every((key) => {
164
160
  const value = input3[key];
165
161
  if (void 0 === value)
166
162
  return true;
167
163
  if (RegExp(/(.*)/).test(key))
168
- return "object" === typeof value && null !== value && $io71(value);
164
+ return "object" === typeof value && null !== value && $io67(value);
169
165
  if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
170
- return "object" === typeof value && null !== value && $io71(value);
166
+ return "object" === typeof value && null !== value && $io67(value);
171
167
  return true;
172
168
  });
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;
169
+ const $io67 = (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;
174
170
  const $iu0 = (input3) => (() => {
175
171
  if ("string" === typeof input3.type)
176
172
  return $io9(input3);
@@ -179,53 +175,34 @@ var validDescrStatsRequest = (input) => {
179
175
  return false;
180
176
  })();
181
177
  const $iu1 = (input3) => (() => {
182
- if (void 0 !== input3.type)
183
- return $io15(input3);
184
- if (void 0 !== input3.ranges)
178
+ if ("tvslst" === input3.type)
185
179
  return $io17(input3);
186
- return (() => {
187
- if ($io16(input3))
188
- return $io16(input3);
189
- if ($io27(input3))
190
- return $io27(input3);
191
- if ($io30(input3))
192
- return $io30(input3);
193
- return false;
194
- })();
180
+ if ("tvs" === input3.type)
181
+ return $io18(input3);
182
+ return false;
195
183
  })();
196
184
  const $iu2 = (input3) => (() => {
197
185
  if (true === input3.startunbounded)
198
- return $io21(input3);
186
+ return $io29(input3);
199
187
  if (true === input3.stopunbounded)
200
- return $io23(input3);
201
- return $io22(input3);
188
+ return $io31(input3);
189
+ return $io30(input3);
202
190
  })();
203
191
  const $iu3 = (input3) => (() => {
204
- if (2 === input3.dt)
205
- return $io39(input3);
206
- if (5 === input3.dt)
207
- return $io38(input3);
208
- if (4 === input3.dt)
209
- return $io37(input3);
210
- if (1 === input3.dt)
211
- return $io36(input3);
212
- return false;
213
- })();
214
- const $iu4 = (input3) => (() => {
215
192
  if (true === input3.startunbounded)
216
- return $io21(input3);
193
+ return $io29(input3);
217
194
  if (void 0 !== input3.start)
218
- return $io22(input3);
195
+ return $io30(input3);
219
196
  return false;
220
197
  })();
221
- const $iu5 = (input3) => (() => {
198
+ const $iu4 = (input3) => (() => {
222
199
  if (void 0 !== input3.stop)
223
- return $io22(input3);
200
+ return $io30(input3);
224
201
  if (true === input3.stopunbounded)
225
- return $io23(input3);
202
+ return $io31(input3);
226
203
  return false;
227
204
  })();
228
- const $iu6 = (input3) => (() => {
205
+ const $iu5 = (input3) => (() => {
229
206
  if (void 0 !== input3.type)
230
207
  return $io1(input3);
231
208
  return (() => {
@@ -238,7 +215,7 @@ var validDescrStatsRequest = (input) => {
238
215
  return false;
239
216
  })();
240
217
  })();
241
- const $iu7 = (input3) => (() => {
218
+ const $iu6 = (input3) => (() => {
242
219
  if ("values" === input3.type)
243
220
  return $io3(input3);
244
221
  if ("predefined-groupset" === input3.type)
@@ -247,63 +224,56 @@ var validDescrStatsRequest = (input) => {
247
224
  return $io7(input3);
248
225
  return $io5(input3);
249
226
  })();
227
+ const $iu7 = (input3) => (() => {
228
+ if (void 0 !== input3.ranges)
229
+ return $io25(input3);
230
+ return (() => {
231
+ if ($io19(input3))
232
+ return $io19(input3);
233
+ if ($io35(input3))
234
+ return $io35(input3);
235
+ if ($io38(input3))
236
+ return $io38(input3);
237
+ return false;
238
+ })();
239
+ })();
250
240
  const $iu8 = (input3) => (() => {
251
- if (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io33(elem)))
252
- return $io32(input3);
253
- return $io34(input3);
241
+ if (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io23(elem)))
242
+ return $io22(input3);
243
+ return $io24(input3);
254
244
  })();
255
245
  const $iu9 = (input3) => (() => {
256
246
  if ("regular-bin" === input3.type)
257
- return $io20(input3);
247
+ return $io28(input3);
258
248
  if ("custom-bin" === input3.type)
259
- return $io24(input3);
249
+ return $io32(input3);
260
250
  return false;
261
251
  })();
262
252
  const $iu10 = (input3) => (() => {
263
- if ("gene" === input3.kind)
264
- return $io31(input3);
265
- if ("coord" === input3.kind)
266
- return $io35(input3);
267
- return false;
268
- })();
269
- const $iu11 = (input3) => (() => {
270
253
  if ("regular-bin" === input3.type)
271
- return $io20(input3);
254
+ return $io28(input3);
272
255
  if ("continuous" === input3.mode)
273
256
  return $io42(input3);
274
257
  if ("spline" === input3.mode)
275
258
  return $io43(input3);
276
259
  return (() => {
277
- if ($io24(input3))
278
- return $io24(input3);
260
+ if ($io32(input3))
261
+ return $io32(input3);
279
262
  if ($io41(input3))
280
263
  return $io41(input3);
281
264
  return false;
282
265
  })();
283
266
  })();
284
- const $iu12 = (input3) => (() => {
285
- if (void 0 !== input3.ranges)
286
- return $io17(input3);
287
- return (() => {
288
- if ($io16(input3))
289
- return $io16(input3);
290
- if ($io27(input3))
291
- return $io27(input3);
292
- if ($io30(input3))
293
- return $io30(input3);
294
- return false;
295
- })();
296
- })();
297
- const $iu13 = (input3) => (() => {
298
- if ("categorical" === input3.type)
267
+ const $iu11 = (input3) => (() => {
268
+ if ("gene" === input3.kind)
299
269
  return $io53(input3);
300
- if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type)
270
+ if ("coord" === input3.kind)
301
271
  return $io54(input3);
302
- if ("condition" === input3.type)
272
+ if ("categorical" === input3.type)
303
273
  return $io55(input3);
304
- if ("gene" === input3.kind)
274
+ if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type)
305
275
  return $io56(input3);
306
- if ("coord" === input3.kind)
276
+ if ("condition" === input3.type)
307
277
  return $io57(input3);
308
278
  return (() => {
309
279
  if ($io58(input3))
@@ -313,9 +283,13 @@ var validDescrStatsRequest = (input) => {
313
283
  return false;
314
284
  })();
315
285
  })();
316
- const $iu14 = (input3) => (() => {
286
+ const $iu12 = (input3) => (() => {
287
+ if (void 0 !== input3.predefined_groupset_idx)
288
+ return $io6(input3);
289
+ if (void 0 !== input3.customset)
290
+ return $io7(input3);
317
291
  if (void 0 !== input3.bin_size)
318
- return $io20(input3);
292
+ return $io28(input3);
319
293
  if (void 0 !== input3.knots)
320
294
  return $io43(input3);
321
295
  if (void 0 !== input3.AFcutoff)
@@ -324,7 +298,7 @@ var validDescrStatsRequest = (input) => {
324
298
  return $io64(input3);
325
299
  return (() => {
326
300
  if (void 0 !== input3.groups)
327
- return $io69(input3);
301
+ return $io65(input3);
328
302
  return (() => {
329
303
  if ($io5(input3))
330
304
  return $io5(input3);
@@ -332,24 +306,12 @@ var validDescrStatsRequest = (input) => {
332
306
  return $io63(input3);
333
307
  if ($io3(input3))
334
308
  return $io3(input3);
335
- if ($io6(input3))
336
- return $io6(input3);
337
- if ($io7(input3))
338
- return $io7(input3);
339
- if ($io24(input3))
340
- return $io24(input3);
309
+ if ($io32(input3))
310
+ return $io32(input3);
341
311
  if ($io41(input3))
342
312
  return $io41(input3);
343
313
  if ($io42(input3))
344
314
  return $io42(input3);
345
- if ($io66(input3))
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);
353
315
  return false;
354
316
  })();
355
317
  })();
@@ -376,7 +338,7 @@ var validDescrStatsRequest = (input) => {
376
338
  path: _path2 + ".tw",
377
339
  expected: "(BaseTW & { term: Term; q: Q; } | CategoricalTW | NumericTW | SnpsTW)",
378
340
  value: input3.tw
379
- })) && $vu6(input3.tw, _path2 + ".tw", _exceptionable2) || $report(_exceptionable2, {
341
+ })) && $vu5(input3.tw, _path2 + ".tw", _exceptionable2) || $report(_exceptionable2, {
380
342
  path: _path2 + ".tw",
381
343
  expected: "(BaseTW & { term: Term; q: Q; } | CategoricalTW | NumericTW | SnpsTW)",
382
344
  value: input3.tw
@@ -388,7 +350,7 @@ var validDescrStatsRequest = (input) => {
388
350
  path: _path2 + ".filter",
389
351
  expected: "(Filter | undefined)",
390
352
  value: input3.filter
391
- })) && $vo15(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
353
+ })) && $vo17(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
392
354
  path: _path2 + ".filter",
393
355
  expected: "(Filter | undefined)",
394
356
  value: input3.filter
@@ -397,9 +359,9 @@ var validDescrStatsRequest = (input) => {
397
359
  path: _path2 + ".id",
398
360
  expected: "(string | undefined)",
399
361
  value: input3.id
400
- }), "string" === typeof input3.$id || $report(_exceptionable2, {
362
+ }), void 0 === input3.$id || "string" === typeof input3.$id || $report(_exceptionable2, {
401
363
  path: _path2 + ".$id",
402
- expected: "string",
364
+ expected: "(string | undefined)",
403
365
  value: input3.$id
404
366
  }), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
405
367
  path: _path2 + ".isAtomic",
@@ -425,7 +387,7 @@ var validDescrStatsRequest = (input) => {
425
387
  path: _path2 + ".q",
426
388
  expected: "(CustomGroupSettingQ | FilterQ | PredefinedGroupSettingQ | ValuesQ)",
427
389
  value: input3.q
428
- })) && $vu7(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
390
+ })) && $vu6(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
429
391
  path: _path2 + ".q",
430
392
  expected: "(CustomGroupSettingQ | FilterQ | PredefinedGroupSettingQ | ValuesQ)",
431
393
  value: input3.q
@@ -433,7 +395,7 @@ var validDescrStatsRequest = (input) => {
433
395
  path: _path2 + ".term",
434
396
  expected: "CategoricalTerm",
435
397
  value: input3.term
436
- })) && $vo12(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
398
+ })) && $vo20(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
437
399
  path: _path2 + ".term",
438
400
  expected: "CategoricalTerm",
439
401
  value: input3.term
@@ -649,73 +611,111 @@ var validDescrStatsRequest = (input) => {
649
611
  path: _path2 + ".type",
650
612
  expected: '"filter"',
651
613
  value: input3.type
652
- }), true, void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable || $report(_exceptionable2, {
614
+ }), ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
615
+ path: _path2 + ".filter",
616
+ expected: "TermFilter & { active: Filter; group: number; }",
617
+ value: input3.filter
618
+ })) && $vo12(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
619
+ path: _path2 + ".filter",
620
+ expected: "TermFilter & { active: Filter; group: number; }",
621
+ value: input3.filter
622
+ }), "boolean" === typeof input3.uncomputable || $report(_exceptionable2, {
653
623
  path: _path2 + ".uncomputable",
654
- expected: "(boolean | undefined)",
624
+ expected: "boolean",
655
625
  value: input3.uncomputable
656
626
  })].every((flag) => flag);
657
- const $vo12 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
627
+ const $vo12 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3.opts && null !== input3.opts || $report(_exceptionable2, {
628
+ path: _path2 + ".opts",
629
+ expected: "__type.o2",
630
+ value: input3.opts
631
+ })) && $vo13(input3.opts, _path2 + ".opts", _exceptionable2) || $report(_exceptionable2, {
632
+ path: _path2 + ".opts",
633
+ expected: "__type.o2",
634
+ value: input3.opts
635
+ }), (Array.isArray(input3.terms) || $report(_exceptionable2, {
636
+ path: _path2 + ".terms",
637
+ expected: "Array<DtTerm>",
638
+ value: input3.terms
639
+ })) && input3.terms.map((elem, _index3) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
640
+ path: _path2 + ".terms[" + _index3 + "]",
641
+ expected: "DtTerm",
642
+ value: elem
643
+ })) && $vo14(elem, _path2 + ".terms[" + _index3 + "]", _exceptionable2) || $report(_exceptionable2, {
644
+ path: _path2 + ".terms[" + _index3 + "]",
645
+ expected: "DtTerm",
646
+ value: elem
647
+ })).every((flag) => flag) || $report(_exceptionable2, {
648
+ path: _path2 + ".terms",
649
+ expected: "Array<DtTerm>",
650
+ value: input3.terms
651
+ }), ("object" === typeof input3.active && null !== input3.active || $report(_exceptionable2, {
652
+ path: _path2 + ".active",
653
+ expected: "Filter",
654
+ value: input3.active
655
+ })) && $vo17(input3.active, _path2 + ".active", _exceptionable2) || $report(_exceptionable2, {
656
+ path: _path2 + ".active",
657
+ expected: "Filter",
658
+ value: input3.active
659
+ }), "number" === typeof input3.group || $report(_exceptionable2, {
660
+ path: _path2 + ".group",
661
+ expected: "number",
662
+ value: input3.group
663
+ })].every((flag) => flag);
664
+ const $vo13 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.joinWith) || $report(_exceptionable2, {
665
+ path: _path2 + ".joinWith",
666
+ expected: "Array<string>",
667
+ value: input3.joinWith
668
+ })) && input3.joinWith.map((elem, _index4) => "string" === typeof elem || $report(_exceptionable2, {
669
+ path: _path2 + ".joinWith[" + _index4 + "]",
670
+ expected: "string",
671
+ value: elem
672
+ })).every((flag) => flag) || $report(_exceptionable2, {
673
+ path: _path2 + ".joinWith",
674
+ expected: "Array<string>",
675
+ value: input3.joinWith
676
+ })].every((flag) => flag);
677
+ const $vo14 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
658
678
  path: _path2 + ".id",
659
679
  expected: "string",
660
680
  value: input3.id
681
+ }), "string" === typeof input3.query || $report(_exceptionable2, {
682
+ path: _path2 + ".query",
683
+ expected: "string",
684
+ value: input3.query
661
685
  }), "string" === typeof input3.name || $report(_exceptionable2, {
662
686
  path: _path2 + ".name",
663
687
  expected: "string",
664
688
  value: input3.name
665
- }), "categorical" === input3.type || $report(_exceptionable2, {
666
- path: _path2 + ".type",
667
- expected: '"categorical"',
668
- value: input3.type
669
- }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
670
- path: _path2 + ".child_types",
671
- expected: "(Array<string> | undefined)",
672
- value: input3.child_types
673
- })) && input3.child_types.map((elem, _index3) => "string" === typeof elem || $report(_exceptionable2, {
674
- path: _path2 + ".child_types[" + _index3 + "]",
675
- expected: "string",
676
- value: elem
677
- })).every((flag) => flag) || $report(_exceptionable2, {
678
- path: _path2 + ".child_types",
679
- expected: "(Array<string> | undefined)",
680
- value: input3.child_types
681
- }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
682
- path: _path2 + ".hashtmldetail",
683
- expected: "(boolean | undefined)",
684
- value: input3.hashtmldetail
685
- }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
686
- path: _path2 + ".included_types",
687
- expected: "(Array<string> | undefined)",
688
- value: input3.included_types
689
- })) && input3.included_types.map((elem, _index4) => "string" === typeof elem || $report(_exceptionable2, {
690
- path: _path2 + ".included_types[" + _index4 + "]",
689
+ }), "string" === typeof input3.name_noOrigin || $report(_exceptionable2, {
690
+ path: _path2 + ".name_noOrigin",
691
691
  expected: "string",
692
- value: elem
693
- })).every((flag) => flag) || $report(_exceptionable2, {
694
- path: _path2 + ".included_types",
695
- expected: "(Array<string> | undefined)",
696
- value: input3.included_types
697
- }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
692
+ value: input3.name_noOrigin
693
+ }), true, "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
698
694
  path: _path2 + ".isleaf",
699
- expected: "(boolean | undefined)",
695
+ expected: "boolean",
700
696
  value: input3.isleaf
701
- }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
697
+ }), "string" === typeof input3.type || $report(_exceptionable2, {
698
+ path: _path2 + ".type",
699
+ expected: "string",
700
+ value: input3.type
701
+ }), "number" === typeof input3.dt || $report(_exceptionable2, {
702
+ path: _path2 + ".dt",
703
+ expected: "number",
704
+ value: input3.dt
705
+ }), void 0 === input3.origin || "string" === typeof input3.origin || $report(_exceptionable2, {
706
+ path: _path2 + ".origin",
707
+ expected: "(string | undefined)",
708
+ value: input3.origin
709
+ }), ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
702
710
  path: _path2 + ".values",
703
- expected: "(TermValues | undefined)",
711
+ expected: "TermValues",
704
712
  value: input3.values
705
- })) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
713
+ })) && $vo15(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
706
714
  path: _path2 + ".values",
707
- expected: "(TermValues | undefined)",
715
+ expected: "TermValues",
708
716
  value: input3.values
709
- }), true, ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
710
- path: _path2 + ".groupsetting",
711
- expected: "(EnabledTermGroupSetting | __type.o4)",
712
- value: input3.groupsetting
713
- })) && $vu8(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
714
- path: _path2 + ".groupsetting",
715
- expected: "(EnabledTermGroupSetting | __type.o4)",
716
- value: input3.groupsetting
717
717
  })].every((flag) => flag);
718
- const $vo13 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
718
+ const $vo15 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
719
719
  const value = input3[key];
720
720
  if (void 0 === value)
721
721
  return true;
@@ -724,7 +724,7 @@ var validDescrStatsRequest = (input) => {
724
724
  path: _path2 + $join(key),
725
725
  expected: "BaseValue",
726
726
  value
727
- })) && $vo14(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
727
+ })) && $vo16(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
728
728
  path: _path2 + $join(key),
729
729
  expected: "BaseValue",
730
730
  value
@@ -734,14 +734,14 @@ var validDescrStatsRequest = (input) => {
734
734
  path: _path2 + $join(key),
735
735
  expected: "BaseValue",
736
736
  value
737
- })) && $vo14(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
737
+ })) && $vo16(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
738
738
  path: _path2 + $join(key),
739
739
  expected: "BaseValue",
740
740
  value
741
741
  });
742
742
  return true;
743
743
  }).every((flag) => flag)].every((flag) => flag);
744
- const $vo14 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
744
+ const $vo16 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
745
745
  path: _path2 + ".key",
746
746
  expected: "(string | undefined)",
747
747
  value: input3.key
@@ -769,22 +769,22 @@ var validDescrStatsRequest = (input) => {
769
769
  path: _path2 + ".filter",
770
770
  expected: "(Filter | undefined)",
771
771
  value: input3.filter
772
- })) && $vo15(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
772
+ })) && $vo17(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
773
773
  path: _path2 + ".filter",
774
774
  expected: "(Filter | undefined)",
775
775
  value: input3.filter
776
776
  })].every((flag) => flag);
777
- const $vo15 = (input3, _path2, _exceptionable2 = true) => ["lst" === input3.type || $report(_exceptionable2, {
777
+ const $vo17 = (input3, _path2, _exceptionable2 = true) => ["tvslst" === input3.type || $report(_exceptionable2, {
778
778
  path: _path2 + ".type",
779
- expected: '"lst"',
779
+ expected: '"tvslst"',
780
780
  value: input3.type
781
- }), void 0 === input3["in"] || "boolean" === typeof input3["in"] || $report(_exceptionable2, {
781
+ }), "boolean" === typeof input3["in"] || $report(_exceptionable2, {
782
782
  path: _path2 + '["in"]',
783
- expected: "(boolean | undefined)",
783
+ expected: "boolean",
784
784
  value: input3["in"]
785
- }), "and" === input3.join || "or" === input3.join || $report(_exceptionable2, {
785
+ }), "string" === typeof input3.join || $report(_exceptionable2, {
786
786
  path: _path2 + ".join",
787
- expected: '("and" | "or")',
787
+ expected: "string",
788
788
  value: input3.join
789
789
  }), void 0 === input3.tag || "string" === typeof input3.tag || $report(_exceptionable2, {
790
790
  path: _path2 + ".tag",
@@ -792,22 +792,35 @@ var validDescrStatsRequest = (input) => {
792
792
  value: input3.tag
793
793
  }), (Array.isArray(input3.lst) || $report(_exceptionable2, {
794
794
  path: _path2 + ".lst",
795
- expected: "Array<Filter | Tvs>",
795
+ expected: 'Array<Filter | { type: "tvs"; tvs: Tvs; }>',
796
796
  value: input3.lst
797
797
  })) && input3.lst.map((elem, _index5) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
798
798
  path: _path2 + ".lst[" + _index5 + "]",
799
- expected: "(CategoricalTvs | ConditionTvs | Filter | GeneVariantTvs | NumericTvs)",
799
+ expected: "(Filter | __type.o3)",
800
800
  value: elem
801
801
  })) && $vu1(elem, _path2 + ".lst[" + _index5 + "]", _exceptionable2) || $report(_exceptionable2, {
802
802
  path: _path2 + ".lst[" + _index5 + "]",
803
- expected: "(CategoricalTvs | ConditionTvs | Filter | GeneVariantTvs | NumericTvs)",
803
+ expected: "(Filter | __type.o3)",
804
804
  value: elem
805
805
  })).every((flag) => flag) || $report(_exceptionable2, {
806
806
  path: _path2 + ".lst",
807
- expected: "Array<Filter | Tvs>",
807
+ expected: 'Array<Filter | { type: "tvs"; tvs: Tvs; }>',
808
808
  value: input3.lst
809
809
  })].every((flag) => flag);
810
- const $vo16 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
810
+ const $vo18 = (input3, _path2, _exceptionable2 = true) => ["tvs" === input3.type || $report(_exceptionable2, {
811
+ path: _path2 + ".type",
812
+ expected: '"tvs"',
813
+ value: input3.type
814
+ }), ("object" === typeof input3.tvs && null !== input3.tvs || $report(_exceptionable2, {
815
+ path: _path2 + ".tvs",
816
+ expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
817
+ value: input3.tvs
818
+ })) && $vu7(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
819
+ path: _path2 + ".tvs",
820
+ expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
821
+ value: input3.tvs
822
+ })].every((flag) => flag);
823
+ const $vo19 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
811
824
  path: _path2 + ".join",
812
825
  expected: "(string | undefined)",
813
826
  value: input3.join
@@ -819,7 +832,7 @@ var validDescrStatsRequest = (input) => {
819
832
  path: _path2 + ".term",
820
833
  expected: "CategoricalTerm",
821
834
  value: input3.term
822
- })) && $vo12(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
835
+ })) && $vo20(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
823
836
  path: _path2 + ".term",
824
837
  expected: "CategoricalTerm",
825
838
  value: input3.term
@@ -835,7 +848,7 @@ var validDescrStatsRequest = (input) => {
835
848
  path: _path2 + ".values[" + _index6 + "]",
836
849
  expected: "BaseValue",
837
850
  value: elem
838
- })) && $vo14(elem, _path2 + ".values[" + _index6 + "]", _exceptionable2) || $report(_exceptionable2, {
851
+ })) && $vo16(elem, _path2 + ".values[" + _index6 + "]", _exceptionable2) || $report(_exceptionable2, {
839
852
  path: _path2 + ".values[" + _index6 + "]",
840
853
  expected: "BaseValue",
841
854
  value: elem
@@ -844,56 +857,7 @@ var validDescrStatsRequest = (input) => {
844
857
  expected: "Array<BaseValue>",
845
858
  value: input3.values
846
859
  })].every((flag) => flag);
847
- const $vo17 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
848
- path: _path2 + ".join",
849
- expected: "(string | undefined)",
850
- value: input3.join
851
- }), void 0 === input3.isnot || "boolean" === typeof input3.isnot || $report(_exceptionable2, {
852
- path: _path2 + ".isnot",
853
- expected: "(boolean | undefined)",
854
- value: input3.isnot
855
- }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
856
- path: _path2 + ".term",
857
- expected: "NumericTerm",
858
- value: input3.term
859
- })) && $vo18(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
860
- path: _path2 + ".term",
861
- expected: "NumericTerm",
862
- value: input3.term
863
- }), (Array.isArray(input3.ranges) || $report(_exceptionable2, {
864
- path: _path2 + ".ranges",
865
- expected: "Array<NumericBin>",
866
- value: input3.ranges
867
- })) && input3.ranges.map((elem, _index7) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
868
- path: _path2 + ".ranges[" + _index7 + "]",
869
- expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
870
- value: elem
871
- })) && $vu2(elem, _path2 + ".ranges[" + _index7 + "]", _exceptionable2) || $report(_exceptionable2, {
872
- path: _path2 + ".ranges[" + _index7 + "]",
873
- expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
874
- value: elem
875
- })).every((flag) => flag) || $report(_exceptionable2, {
876
- path: _path2 + ".ranges",
877
- expected: "Array<NumericBin>",
878
- value: input3.ranges
879
- }), (Array.isArray(input3.values) || $report(_exceptionable2, {
880
- path: _path2 + ".values",
881
- expected: "Array<__type>.o1",
882
- value: input3.values
883
- })) && input3.values.map((elem, _index8) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
884
- path: _path2 + ".values[" + _index8 + "]",
885
- expected: "__type.o3",
886
- value: elem
887
- })) && $vo26(elem, _path2 + ".values[" + _index8 + "]", _exceptionable2) || $report(_exceptionable2, {
888
- path: _path2 + ".values[" + _index8 + "]",
889
- expected: "__type.o3",
890
- value: elem
891
- })).every((flag) => flag) || $report(_exceptionable2, {
892
- path: _path2 + ".values",
893
- expected: "Array<__type>.o1",
894
- value: input3.values
895
- })].every((flag) => flag);
896
- const $vo18 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
860
+ const $vo20 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
897
861
  path: _path2 + ".id",
898
862
  expected: "string",
899
863
  value: input3.id
@@ -901,16 +865,16 @@ var validDescrStatsRequest = (input) => {
901
865
  path: _path2 + ".name",
902
866
  expected: "string",
903
867
  value: input3.name
904
- }), "integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type || $report(_exceptionable2, {
868
+ }), "categorical" === input3.type || $report(_exceptionable2, {
905
869
  path: _path2 + ".type",
906
- expected: '("date" | "float" | "geneExpression" | "integer" | "metaboliteIntensity")',
870
+ expected: '"categorical"',
907
871
  value: input3.type
908
872
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
909
873
  path: _path2 + ".child_types",
910
874
  expected: "(Array<string> | undefined)",
911
875
  value: input3.child_types
912
- })) && input3.child_types.map((elem, _index9) => "string" === typeof elem || $report(_exceptionable2, {
913
- path: _path2 + ".child_types[" + _index9 + "]",
876
+ })) && input3.child_types.map((elem, _index7) => "string" === typeof elem || $report(_exceptionable2, {
877
+ path: _path2 + ".child_types[" + _index7 + "]",
914
878
  expected: "string",
915
879
  value: elem
916
880
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -925,8 +889,8 @@ var validDescrStatsRequest = (input) => {
925
889
  path: _path2 + ".included_types",
926
890
  expected: "(Array<string> | undefined)",
927
891
  value: input3.included_types
928
- })) && input3.included_types.map((elem, _index10) => "string" === typeof elem || $report(_exceptionable2, {
929
- path: _path2 + ".included_types[" + _index10 + "]",
892
+ })) && input3.included_types.map((elem, _index8) => "string" === typeof elem || $report(_exceptionable2, {
893
+ path: _path2 + ".included_types[" + _index8 + "]",
930
894
  expected: "string",
931
895
  value: elem
932
896
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -941,79 +905,301 @@ var validDescrStatsRequest = (input) => {
941
905
  path: _path2 + ".values",
942
906
  expected: "(TermValues | undefined)",
943
907
  value: input3.values
944
- })) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
908
+ })) && $vo15(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
945
909
  path: _path2 + ".values",
946
910
  expected: "(TermValues | undefined)",
947
911
  value: input3.values
948
- }), true, ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
949
- path: _path2 + ".bins",
950
- expected: "PresetNumericBins",
951
- value: input3.bins
952
- })) && $vo19(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
953
- path: _path2 + ".bins",
954
- expected: "PresetNumericBins",
955
- value: input3.bins
956
- }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
957
- path: _path2 + ".unit",
958
- expected: "(string | undefined)",
959
- value: input3.unit
960
- }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
961
- path: _path2 + ".continuousColorScale",
962
- expected: "(__type.o2 | undefined)",
963
- value: input3.continuousColorScale
964
- })) && $vo25(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
965
- path: _path2 + ".continuousColorScale",
966
- expected: "(__type.o2 | undefined)",
967
- value: input3.continuousColorScale
912
+ }), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
913
+ path: _path2 + ".filter",
914
+ expected: "(TermFilter | undefined)",
915
+ value: input3.filter
916
+ })) && $vo21(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
917
+ path: _path2 + ".filter",
918
+ expected: "(TermFilter | undefined)",
919
+ value: input3.filter
920
+ }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
921
+ path: _path2 + ".groupsetting",
922
+ expected: "(EnabledTermGroupSetting | __type.o4)",
923
+ value: input3.groupsetting
924
+ })) && $vu8(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
925
+ path: _path2 + ".groupsetting",
926
+ expected: "(EnabledTermGroupSetting | __type.o4)",
927
+ value: input3.groupsetting
968
928
  })].every((flag) => flag);
969
- const $vo19 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3["default"] && null !== input3["default"] || $report(_exceptionable2, {
970
- path: _path2 + '["default"]',
971
- expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
972
- value: input3["default"]
973
- })) && $vu9(input3["default"], _path2 + '["default"]', _exceptionable2) || $report(_exceptionable2, {
974
- path: _path2 + '["default"]',
975
- expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
976
- value: input3["default"]
977
- }), ("object" === typeof input3.less && null !== input3.less || $report(_exceptionable2, {
978
- path: _path2 + ".less",
979
- expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
980
- value: input3.less
981
- })) && $vu9(input3.less, _path2 + ".less", _exceptionable2) || $report(_exceptionable2, {
982
- path: _path2 + ".less",
983
- expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
984
- value: input3.less
985
- }), void 0 === input3.label_offset || "number" === typeof input3.label_offset || $report(_exceptionable2, {
986
- path: _path2 + ".label_offset",
987
- expected: "(number | undefined)",
988
- value: input3.label_offset
989
- }), void 0 === input3.label_offset_ignored || "boolean" === typeof input3.label_offset_ignored || $report(_exceptionable2, {
990
- path: _path2 + ".label_offset_ignored",
991
- expected: "(boolean | undefined)",
992
- value: input3.label_offset_ignored
993
- }), void 0 === input3.rounding || "string" === typeof input3.rounding || $report(_exceptionable2, {
994
- path: _path2 + ".rounding",
995
- expected: "(string | undefined)",
996
- value: input3.rounding
997
- }), void 0 === input3.min || "number" === typeof input3.min || $report(_exceptionable2, {
998
- path: _path2 + ".min",
999
- expected: "(number | undefined)",
1000
- value: input3.min
1001
- }), void 0 === input3.max || "number" === typeof input3.max || $report(_exceptionable2, {
1002
- path: _path2 + ".max",
1003
- expected: "(number | undefined)",
1004
- value: input3.max
929
+ const $vo21 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3.opts && null !== input3.opts || $report(_exceptionable2, {
930
+ path: _path2 + ".opts",
931
+ expected: "__type.o2",
932
+ value: input3.opts
933
+ })) && $vo13(input3.opts, _path2 + ".opts", _exceptionable2) || $report(_exceptionable2, {
934
+ path: _path2 + ".opts",
935
+ expected: "__type.o2",
936
+ value: input3.opts
937
+ }), (Array.isArray(input3.terms) || $report(_exceptionable2, {
938
+ path: _path2 + ".terms",
939
+ expected: "Array<DtTerm>",
940
+ value: input3.terms
941
+ })) && input3.terms.map((elem, _index9) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
942
+ path: _path2 + ".terms[" + _index9 + "]",
943
+ expected: "DtTerm",
944
+ value: elem
945
+ })) && $vo14(elem, _path2 + ".terms[" + _index9 + "]", _exceptionable2) || $report(_exceptionable2, {
946
+ path: _path2 + ".terms[" + _index9 + "]",
947
+ expected: "DtTerm",
948
+ value: elem
949
+ })).every((flag) => flag) || $report(_exceptionable2, {
950
+ path: _path2 + ".terms",
951
+ expected: "Array<DtTerm>",
952
+ value: input3.terms
1005
953
  })].every((flag) => flag);
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, {
1007
- path: _path2 + ".hiddenValues",
1008
- expected: "(HiddenValues | undefined)",
1009
- value: input3.hiddenValues
1010
- })) && $vo4(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
1011
- path: _path2 + ".hiddenValues",
1012
- expected: "(HiddenValues | undefined)",
1013
- value: input3.hiddenValues
1014
- }), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
1015
- path: _path2 + ".isAtomic",
1016
- expected: "(true | undefined)",
954
+ const $vo22 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.disabled || "boolean" === typeof input3.disabled || $report(_exceptionable2, {
955
+ path: _path2 + ".disabled",
956
+ expected: "(boolean | undefined)",
957
+ value: input3.disabled
958
+ }), (Array.isArray(input3.lst) || $report(_exceptionable2, {
959
+ path: _path2 + ".lst",
960
+ expected: "Array<Groupset>",
961
+ value: input3.lst
962
+ })) && input3.lst.map((elem, _index10) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
963
+ path: _path2 + ".lst[" + _index10 + "]",
964
+ expected: "Groupset",
965
+ value: elem
966
+ })) && $vo23(elem, _path2 + ".lst[" + _index10 + "]", _exceptionable2) || $report(_exceptionable2, {
967
+ path: _path2 + ".lst[" + _index10 + "]",
968
+ expected: "Groupset",
969
+ value: elem
970
+ })).every((flag) => flag) || $report(_exceptionable2, {
971
+ path: _path2 + ".lst",
972
+ expected: "Array<Groupset>",
973
+ value: input3.lst
974
+ })].every((flag) => flag);
975
+ const $vo23 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
976
+ path: _path2 + ".name",
977
+ expected: "string",
978
+ value: input3.name
979
+ }), void 0 === input3.is_grade || "boolean" === typeof input3.is_grade || $report(_exceptionable2, {
980
+ path: _path2 + ".is_grade",
981
+ expected: "(boolean | undefined)",
982
+ value: input3.is_grade
983
+ }), void 0 === input3.is_subcondition || "boolean" === typeof input3.is_subcondition || $report(_exceptionable2, {
984
+ path: _path2 + ".is_subcondition",
985
+ expected: "(boolean | undefined)",
986
+ value: input3.is_subcondition
987
+ }), void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
988
+ path: _path2 + ".id",
989
+ expected: "(string | undefined)",
990
+ value: input3.id
991
+ }), (Array.isArray(input3.groups) || $report(_exceptionable2, {
992
+ path: _path2 + ".groups",
993
+ expected: "Array<GroupEntry>",
994
+ value: input3.groups
995
+ })) && input3.groups.map((elem, _index11) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
996
+ path: _path2 + ".groups[" + _index11 + "]",
997
+ expected: "(FilterGroup | ValuesGroup)",
998
+ value: elem
999
+ })) && $vu0(elem, _path2 + ".groups[" + _index11 + "]", _exceptionable2) || $report(_exceptionable2, {
1000
+ path: _path2 + ".groups[" + _index11 + "]",
1001
+ expected: "(FilterGroup | ValuesGroup)",
1002
+ value: elem
1003
+ })).every((flag) => flag) || $report(_exceptionable2, {
1004
+ path: _path2 + ".groups",
1005
+ expected: "Array<GroupEntry>",
1006
+ value: input3.groups
1007
+ })].every((flag) => flag);
1008
+ const $vo24 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
1009
+ path: _path2 + ".disabled",
1010
+ expected: "boolean",
1011
+ value: input3.disabled
1012
+ }), void 0 === input3.lst || (Array.isArray(input3.lst) || $report(_exceptionable2, {
1013
+ path: _path2 + ".lst",
1014
+ expected: "([] | undefined)",
1015
+ value: input3.lst
1016
+ })) && ((input3.lst.length === 0 || $report(_exceptionable2, {
1017
+ path: _path2 + ".lst",
1018
+ expected: "[]",
1019
+ value: input3.lst
1020
+ })) && [].every((flag) => flag)) || $report(_exceptionable2, {
1021
+ path: _path2 + ".lst",
1022
+ expected: "([] | undefined)",
1023
+ value: input3.lst
1024
+ })].every((flag) => flag);
1025
+ const $vo25 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1026
+ path: _path2 + ".join",
1027
+ expected: "(string | undefined)",
1028
+ value: input3.join
1029
+ }), void 0 === input3.isnot || "boolean" === typeof input3.isnot || $report(_exceptionable2, {
1030
+ path: _path2 + ".isnot",
1031
+ expected: "(boolean | undefined)",
1032
+ value: input3.isnot
1033
+ }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
1034
+ path: _path2 + ".term",
1035
+ expected: "NumericTerm",
1036
+ value: input3.term
1037
+ })) && $vo26(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1038
+ path: _path2 + ".term",
1039
+ expected: "NumericTerm",
1040
+ value: input3.term
1041
+ }), (Array.isArray(input3.ranges) || $report(_exceptionable2, {
1042
+ path: _path2 + ".ranges",
1043
+ expected: "Array<NumericBin>",
1044
+ value: input3.ranges
1045
+ })) && input3.ranges.map((elem, _index12) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1046
+ path: _path2 + ".ranges[" + _index12 + "]",
1047
+ expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
1048
+ value: elem
1049
+ })) && $vu2(elem, _path2 + ".ranges[" + _index12 + "]", _exceptionable2) || $report(_exceptionable2, {
1050
+ path: _path2 + ".ranges[" + _index12 + "]",
1051
+ expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
1052
+ value: elem
1053
+ })).every((flag) => flag) || $report(_exceptionable2, {
1054
+ path: _path2 + ".ranges",
1055
+ expected: "Array<NumericBin>",
1056
+ value: input3.ranges
1057
+ }), (Array.isArray(input3.values) || $report(_exceptionable2, {
1058
+ path: _path2 + ".values",
1059
+ expected: "Array<__type>.o1",
1060
+ value: input3.values
1061
+ })) && input3.values.map((elem, _index13) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1062
+ path: _path2 + ".values[" + _index13 + "]",
1063
+ expected: "__type.o6",
1064
+ value: elem
1065
+ })) && $vo34(elem, _path2 + ".values[" + _index13 + "]", _exceptionable2) || $report(_exceptionable2, {
1066
+ path: _path2 + ".values[" + _index13 + "]",
1067
+ expected: "__type.o6",
1068
+ value: elem
1069
+ })).every((flag) => flag) || $report(_exceptionable2, {
1070
+ path: _path2 + ".values",
1071
+ expected: "Array<__type>.o1",
1072
+ value: input3.values
1073
+ })].every((flag) => flag);
1074
+ const $vo26 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1075
+ path: _path2 + ".id",
1076
+ expected: "string",
1077
+ value: input3.id
1078
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
1079
+ path: _path2 + ".name",
1080
+ expected: "string",
1081
+ value: input3.name
1082
+ }), "integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type || $report(_exceptionable2, {
1083
+ path: _path2 + ".type",
1084
+ expected: '("date" | "float" | "geneExpression" | "integer" | "metaboliteIntensity")',
1085
+ value: input3.type
1086
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1087
+ path: _path2 + ".child_types",
1088
+ expected: "(Array<string> | undefined)",
1089
+ value: input3.child_types
1090
+ })) && input3.child_types.map((elem, _index14) => "string" === typeof elem || $report(_exceptionable2, {
1091
+ path: _path2 + ".child_types[" + _index14 + "]",
1092
+ expected: "string",
1093
+ value: elem
1094
+ })).every((flag) => flag) || $report(_exceptionable2, {
1095
+ path: _path2 + ".child_types",
1096
+ expected: "(Array<string> | undefined)",
1097
+ value: input3.child_types
1098
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
1099
+ path: _path2 + ".hashtmldetail",
1100
+ expected: "(boolean | undefined)",
1101
+ value: input3.hashtmldetail
1102
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
1103
+ path: _path2 + ".included_types",
1104
+ expected: "(Array<string> | undefined)",
1105
+ value: input3.included_types
1106
+ })) && input3.included_types.map((elem, _index15) => "string" === typeof elem || $report(_exceptionable2, {
1107
+ path: _path2 + ".included_types[" + _index15 + "]",
1108
+ expected: "string",
1109
+ value: elem
1110
+ })).every((flag) => flag) || $report(_exceptionable2, {
1111
+ path: _path2 + ".included_types",
1112
+ expected: "(Array<string> | undefined)",
1113
+ value: input3.included_types
1114
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1115
+ path: _path2 + ".isleaf",
1116
+ expected: "(boolean | undefined)",
1117
+ value: input3.isleaf
1118
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1119
+ path: _path2 + ".values",
1120
+ expected: "(TermValues | undefined)",
1121
+ value: input3.values
1122
+ })) && $vo15(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1123
+ path: _path2 + ".values",
1124
+ expected: "(TermValues | undefined)",
1125
+ value: input3.values
1126
+ }), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
1127
+ path: _path2 + ".filter",
1128
+ expected: "(TermFilter | undefined)",
1129
+ value: input3.filter
1130
+ })) && $vo21(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
1131
+ path: _path2 + ".filter",
1132
+ expected: "(TermFilter | undefined)",
1133
+ value: input3.filter
1134
+ }), ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1135
+ path: _path2 + ".bins",
1136
+ expected: "PresetNumericBins",
1137
+ value: input3.bins
1138
+ })) && $vo27(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1139
+ path: _path2 + ".bins",
1140
+ expected: "PresetNumericBins",
1141
+ value: input3.bins
1142
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1143
+ path: _path2 + ".unit",
1144
+ expected: "(string | undefined)",
1145
+ value: input3.unit
1146
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1147
+ path: _path2 + ".continuousColorScale",
1148
+ expected: "(__type.o5 | undefined)",
1149
+ value: input3.continuousColorScale
1150
+ })) && $vo33(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1151
+ path: _path2 + ".continuousColorScale",
1152
+ expected: "(__type.o5 | undefined)",
1153
+ value: input3.continuousColorScale
1154
+ })].every((flag) => flag);
1155
+ const $vo27 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3["default"] && null !== input3["default"] || $report(_exceptionable2, {
1156
+ path: _path2 + '["default"]',
1157
+ expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
1158
+ value: input3["default"]
1159
+ })) && $vu9(input3["default"], _path2 + '["default"]', _exceptionable2) || $report(_exceptionable2, {
1160
+ path: _path2 + '["default"]',
1161
+ expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
1162
+ value: input3["default"]
1163
+ }), ("object" === typeof input3.less && null !== input3.less || $report(_exceptionable2, {
1164
+ path: _path2 + ".less",
1165
+ expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
1166
+ value: input3.less
1167
+ })) && $vu9(input3.less, _path2 + ".less", _exceptionable2) || $report(_exceptionable2, {
1168
+ path: _path2 + ".less",
1169
+ expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
1170
+ value: input3.less
1171
+ }), void 0 === input3.label_offset || "number" === typeof input3.label_offset || $report(_exceptionable2, {
1172
+ path: _path2 + ".label_offset",
1173
+ expected: "(number | undefined)",
1174
+ value: input3.label_offset
1175
+ }), void 0 === input3.label_offset_ignored || "boolean" === typeof input3.label_offset_ignored || $report(_exceptionable2, {
1176
+ path: _path2 + ".label_offset_ignored",
1177
+ expected: "(boolean | undefined)",
1178
+ value: input3.label_offset_ignored
1179
+ }), void 0 === input3.rounding || "string" === typeof input3.rounding || $report(_exceptionable2, {
1180
+ path: _path2 + ".rounding",
1181
+ expected: "(string | undefined)",
1182
+ value: input3.rounding
1183
+ }), void 0 === input3.min || "number" === typeof input3.min || $report(_exceptionable2, {
1184
+ path: _path2 + ".min",
1185
+ expected: "(number | undefined)",
1186
+ value: input3.min
1187
+ }), void 0 === input3.max || "number" === typeof input3.max || $report(_exceptionable2, {
1188
+ path: _path2 + ".max",
1189
+ expected: "(number | undefined)",
1190
+ value: input3.max
1191
+ })].every((flag) => flag);
1192
+ const $vo28 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1193
+ path: _path2 + ".hiddenValues",
1194
+ expected: "(HiddenValues | undefined)",
1195
+ value: input3.hiddenValues
1196
+ })) && $vo4(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
1197
+ path: _path2 + ".hiddenValues",
1198
+ expected: "(HiddenValues | undefined)",
1199
+ value: input3.hiddenValues
1200
+ }), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
1201
+ path: _path2 + ".isAtomic",
1202
+ expected: "(true | undefined)",
1017
1203
  value: input3.isAtomic
1018
1204
  }), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
1019
1205
  path: _path2 + ".name",
@@ -1039,7 +1225,7 @@ var validDescrStatsRequest = (input) => {
1039
1225
  path: _path2 + ".first_bin",
1040
1226
  expected: "(FullyBoundedBin | StartUnboundedBin)",
1041
1227
  value: input3.first_bin
1042
- })) && $vu4(input3.first_bin, _path2 + ".first_bin", _exceptionable2) || $report(_exceptionable2, {
1228
+ })) && $vu3(input3.first_bin, _path2 + ".first_bin", _exceptionable2) || $report(_exceptionable2, {
1043
1229
  path: _path2 + ".first_bin",
1044
1230
  expected: "(FullyBoundedBin | StartUnboundedBin)",
1045
1231
  value: input3.first_bin
@@ -1047,7 +1233,7 @@ var validDescrStatsRequest = (input) => {
1047
1233
  path: _path2 + ".last_bin",
1048
1234
  expected: "(FullyBoundedBin | StopUnboundedBin | undefined)",
1049
1235
  value: input3.last_bin
1050
- })) && $vu5(input3.last_bin, _path2 + ".last_bin", _exceptionable2) || $report(_exceptionable2, {
1236
+ })) && $vu4(input3.last_bin, _path2 + ".last_bin", _exceptionable2) || $report(_exceptionable2, {
1051
1237
  path: _path2 + ".last_bin",
1052
1238
  expected: "(FullyBoundedBin | StopUnboundedBin | undefined)",
1053
1239
  value: input3.last_bin
@@ -1056,7 +1242,7 @@ var validDescrStatsRequest = (input) => {
1056
1242
  expected: "(number | undefined)",
1057
1243
  value: input3.label_offset
1058
1244
  })].every((flag) => flag);
1059
- const $vo21 = (input3, _path2, _exceptionable2 = true) => [true === input3.startunbounded || $report(_exceptionable2, {
1245
+ const $vo29 = (input3, _path2, _exceptionable2 = true) => [true === input3.startunbounded || $report(_exceptionable2, {
1060
1246
  path: _path2 + ".startunbounded",
1061
1247
  expected: "true",
1062
1248
  value: input3.startunbounded
@@ -1081,7 +1267,7 @@ var validDescrStatsRequest = (input) => {
1081
1267
  expected: "(string | undefined)",
1082
1268
  value: input3.label
1083
1269
  })].every((flag) => flag);
1084
- const $vo22 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.startunbounded || false === input3.startunbounded || $report(_exceptionable2, {
1270
+ const $vo30 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.startunbounded || false === input3.startunbounded || $report(_exceptionable2, {
1085
1271
  path: _path2 + ".startunbounded",
1086
1272
  expected: "(false | undefined)",
1087
1273
  value: input3.startunbounded
@@ -1110,7 +1296,7 @@ var validDescrStatsRequest = (input) => {
1110
1296
  expected: "(string | undefined)",
1111
1297
  value: input3.label
1112
1298
  })].every((flag) => flag);
1113
- const $vo23 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.start || $report(_exceptionable2, {
1299
+ const $vo31 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.start || $report(_exceptionable2, {
1114
1300
  path: _path2 + ".start",
1115
1301
  expected: "number",
1116
1302
  value: input3.start
@@ -1135,7 +1321,7 @@ var validDescrStatsRequest = (input) => {
1135
1321
  expected: "(string | undefined)",
1136
1322
  value: input3.label
1137
1323
  })].every((flag) => flag);
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, {
1324
+ const $vo32 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1139
1325
  path: _path2 + ".hiddenValues",
1140
1326
  expected: "(HiddenValues | undefined)",
1141
1327
  value: input3.hiddenValues
@@ -1181,12 +1367,12 @@ var validDescrStatsRequest = (input) => {
1181
1367
  path: _path2 + ".lst",
1182
1368
  expected: "...(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
1183
1369
  value: input3.lst.slice(1)
1184
- })) && input3.lst.slice(1).map((elem, _index11) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1185
- path: _path2 + ".lst[" + (1 + _index11) + "]",
1370
+ })) && input3.lst.slice(1).map((elem, _index16) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1371
+ path: _path2 + ".lst[" + (1 + _index16) + "]",
1186
1372
  expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
1187
1373
  value: elem
1188
- })) && $vu2(elem, _path2 + ".lst[" + (1 + _index11) + "]", _exceptionable2) || $report(_exceptionable2, {
1189
- path: _path2 + ".lst[" + (1 + _index11) + "]",
1374
+ })) && $vu2(elem, _path2 + ".lst[" + (1 + _index16) + "]", _exceptionable2) || $report(_exceptionable2, {
1375
+ path: _path2 + ".lst[" + (1 + _index16) + "]",
1190
1376
  expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
1191
1377
  value: elem
1192
1378
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1202,7 +1388,7 @@ var validDescrStatsRequest = (input) => {
1202
1388
  expected: '("median" | undefined)',
1203
1389
  value: input3.preferredBins
1204
1390
  })].every((flag) => flag);
1205
- const $vo25 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.minColor || $report(_exceptionable2, {
1391
+ const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.minColor || $report(_exceptionable2, {
1206
1392
  path: _path2 + ".minColor",
1207
1393
  expected: "string",
1208
1394
  value: input3.minColor
@@ -1211,7 +1397,7 @@ var validDescrStatsRequest = (input) => {
1211
1397
  expected: "string",
1212
1398
  value: input3.maxColor
1213
1399
  })].every((flag) => flag);
1214
- const $vo26 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1400
+ const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1215
1401
  path: _path2 + ".key",
1216
1402
  expected: "string",
1217
1403
  value: input3.key
@@ -1228,7 +1414,7 @@ var validDescrStatsRequest = (input) => {
1228
1414
  expected: "(string | undefined)",
1229
1415
  value: input3.label
1230
1416
  })].every((flag) => flag);
1231
- const $vo27 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1417
+ const $vo35 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1232
1418
  path: _path2 + ".join",
1233
1419
  expected: "(string | undefined)",
1234
1420
  value: input3.join
@@ -1240,7 +1426,7 @@ var validDescrStatsRequest = (input) => {
1240
1426
  path: _path2 + ".term",
1241
1427
  expected: "ConditionTerm",
1242
1428
  value: input3.term
1243
- })) && $vo28(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1429
+ })) && $vo36(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1244
1430
  path: _path2 + ".term",
1245
1431
  expected: "ConditionTerm",
1246
1432
  value: input3.term
@@ -1260,12 +1446,12 @@ var validDescrStatsRequest = (input) => {
1260
1446
  path: _path2 + ".grade_and_child",
1261
1447
  expected: "(Array<GradeAndChildEntry> | undefined)",
1262
1448
  value: input3.grade_and_child
1263
- })) && input3.grade_and_child.map((elem, _index12) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1264
- path: _path2 + ".grade_and_child[" + _index12 + "]",
1449
+ })) && input3.grade_and_child.map((elem, _index17) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1450
+ path: _path2 + ".grade_and_child[" + _index17 + "]",
1265
1451
  expected: "GradeAndChildEntry",
1266
1452
  value: elem
1267
- })) && $vo29(elem, _path2 + ".grade_and_child[" + _index12 + "]", _exceptionable2) || $report(_exceptionable2, {
1268
- path: _path2 + ".grade_and_child[" + _index12 + "]",
1453
+ })) && $vo37(elem, _path2 + ".grade_and_child[" + _index17 + "]", _exceptionable2) || $report(_exceptionable2, {
1454
+ path: _path2 + ".grade_and_child[" + _index17 + "]",
1269
1455
  expected: "GradeAndChildEntry",
1270
1456
  value: elem
1271
1457
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1273,7 +1459,7 @@ var validDescrStatsRequest = (input) => {
1273
1459
  expected: "(Array<GradeAndChildEntry> | undefined)",
1274
1460
  value: input3.grade_and_child
1275
1461
  })].every((flag) => flag);
1276
- const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1462
+ const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1277
1463
  path: _path2 + ".id",
1278
1464
  expected: "string",
1279
1465
  value: input3.id
@@ -1289,8 +1475,8 @@ var validDescrStatsRequest = (input) => {
1289
1475
  path: _path2 + ".child_types",
1290
1476
  expected: "(Array<string> | undefined)",
1291
1477
  value: input3.child_types
1292
- })) && input3.child_types.map((elem, _index13) => "string" === typeof elem || $report(_exceptionable2, {
1293
- path: _path2 + ".child_types[" + _index13 + "]",
1478
+ })) && input3.child_types.map((elem, _index18) => "string" === typeof elem || $report(_exceptionable2, {
1479
+ path: _path2 + ".child_types[" + _index18 + "]",
1294
1480
  expected: "string",
1295
1481
  value: elem
1296
1482
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1305,8 +1491,8 @@ var validDescrStatsRequest = (input) => {
1305
1491
  path: _path2 + ".included_types",
1306
1492
  expected: "(Array<string> | undefined)",
1307
1493
  value: input3.included_types
1308
- })) && input3.included_types.map((elem, _index14) => "string" === typeof elem || $report(_exceptionable2, {
1309
- path: _path2 + ".included_types[" + _index14 + "]",
1494
+ })) && input3.included_types.map((elem, _index19) => "string" === typeof elem || $report(_exceptionable2, {
1495
+ path: _path2 + ".included_types[" + _index19 + "]",
1310
1496
  expected: "string",
1311
1497
  value: elem
1312
1498
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1321,12 +1507,20 @@ var validDescrStatsRequest = (input) => {
1321
1507
  path: _path2 + ".values",
1322
1508
  expected: "(TermValues | undefined)",
1323
1509
  value: input3.values
1324
- })) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1510
+ })) && $vo15(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1325
1511
  path: _path2 + ".values",
1326
1512
  expected: "(TermValues | undefined)",
1327
1513
  value: input3.values
1328
- }), true].every((flag) => flag);
1329
- const $vo29 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1514
+ }), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
1515
+ path: _path2 + ".filter",
1516
+ expected: "(TermFilter | undefined)",
1517
+ value: input3.filter
1518
+ })) && $vo21(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
1519
+ path: _path2 + ".filter",
1520
+ expected: "(TermFilter | undefined)",
1521
+ value: input3.filter
1522
+ })].every((flag) => flag);
1523
+ const $vo37 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1330
1524
  path: _path2 + ".grade",
1331
1525
  expected: "number",
1332
1526
  value: input3.grade
@@ -1339,411 +1533,63 @@ var validDescrStatsRequest = (input) => {
1339
1533
  expected: "(string | undefined)",
1340
1534
  value: input3.child_id
1341
1535
  }), "string" === typeof input3.child_label || $report(_exceptionable2, {
1342
- path: _path2 + ".child_label",
1343
- expected: "string",
1344
- value: input3.child_label
1345
- })].every((flag) => flag);
1346
- const $vo30 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1347
- path: _path2 + ".join",
1348
- expected: "(string | undefined)",
1349
- value: input3.join
1350
- }), void 0 === input3.isnot || "boolean" === typeof input3.isnot || $report(_exceptionable2, {
1351
- path: _path2 + ".isnot",
1352
- expected: "(boolean | undefined)",
1353
- value: input3.isnot
1354
- }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
1355
- path: _path2 + ".term",
1356
- expected: "(GeneVariantCoordTerm | GeneVariantGeneTerm)",
1357
- value: input3.term
1358
- })) && $vu10(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1359
- path: _path2 + ".term",
1360
- expected: "(GeneVariantCoordTerm | GeneVariantGeneTerm)",
1361
- value: input3.term
1362
- }), (Array.isArray(input3.values) || $report(_exceptionable2, {
1363
- path: _path2 + ".values",
1364
- expected: "Array<GeneVariantTvsValue>",
1365
- value: input3.values
1366
- })) && input3.values.map((elem, _index15) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1367
- path: _path2 + ".values[" + _index15 + "]",
1368
- expected: "(CNVTvsValue | FusionTvsValue | SNVIndelTvsValue | SVTvsValue)",
1369
- value: elem
1370
- })) && $vu3(elem, _path2 + ".values[" + _index15 + "]", _exceptionable2) || $report(_exceptionable2, {
1371
- path: _path2 + ".values[" + _index15 + "]",
1372
- expected: "(CNVTvsValue | FusionTvsValue | SNVIndelTvsValue | SVTvsValue)",
1373
- value: elem
1374
- })).every((flag) => flag) || $report(_exceptionable2, {
1375
- path: _path2 + ".values",
1376
- expected: "Array<GeneVariantTvsValue>",
1377
- value: input3.values
1378
- })].every((flag) => flag);
1379
- const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1380
- path: _path2 + ".id",
1381
- expected: "string",
1382
- value: input3.id
1383
- }), "string" === typeof input3.name || $report(_exceptionable2, {
1384
- path: _path2 + ".name",
1385
- expected: "string",
1386
- value: input3.name
1387
- }), "geneVariant" === input3.type || $report(_exceptionable2, {
1388
- path: _path2 + ".type",
1389
- expected: '"geneVariant"',
1390
- value: input3.type
1391
- }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1392
- path: _path2 + ".child_types",
1393
- expected: "(Array<string> | undefined)",
1394
- value: input3.child_types
1395
- })) && input3.child_types.map((elem, _index16) => "string" === typeof elem || $report(_exceptionable2, {
1396
- path: _path2 + ".child_types[" + _index16 + "]",
1397
- expected: "string",
1398
- value: elem
1399
- })).every((flag) => flag) || $report(_exceptionable2, {
1400
- path: _path2 + ".child_types",
1401
- expected: "(Array<string> | undefined)",
1402
- value: input3.child_types
1403
- }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
1404
- path: _path2 + ".hashtmldetail",
1405
- expected: "(boolean | undefined)",
1406
- value: input3.hashtmldetail
1407
- }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
1408
- path: _path2 + ".included_types",
1409
- expected: "(Array<string> | undefined)",
1410
- value: input3.included_types
1411
- })) && input3.included_types.map((elem, _index17) => "string" === typeof elem || $report(_exceptionable2, {
1412
- path: _path2 + ".included_types[" + _index17 + "]",
1413
- expected: "string",
1414
- value: elem
1415
- })).every((flag) => flag) || $report(_exceptionable2, {
1416
- path: _path2 + ".included_types",
1417
- expected: "(Array<string> | undefined)",
1418
- value: input3.included_types
1419
- }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1420
- path: _path2 + ".isleaf",
1421
- expected: "(boolean | undefined)",
1422
- value: input3.isleaf
1423
- }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1424
- path: _path2 + ".values",
1425
- expected: "(TermValues | undefined)",
1426
- value: input3.values
1427
- })) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1428
- path: _path2 + ".values",
1429
- expected: "(TermValues | undefined)",
1430
- value: input3.values
1431
- }), true, ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
1432
- path: _path2 + ".groupsetting",
1433
- expected: "(EnabledTermGroupSetting | __type.o4)",
1434
- value: input3.groupsetting
1435
- })) && $vu8(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
1436
- path: _path2 + ".groupsetting",
1437
- expected: "(EnabledTermGroupSetting | __type.o4)",
1438
- value: input3.groupsetting
1439
- }), "gene" === input3.kind || $report(_exceptionable2, {
1440
- path: _path2 + ".kind",
1441
- expected: '"gene"',
1442
- value: input3.kind
1443
- }), "string" === typeof input3.gene || $report(_exceptionable2, {
1444
- path: _path2 + ".gene",
1445
- expected: "string",
1446
- value: input3.gene
1447
- }), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
1448
- path: _path2 + ".chr",
1449
- expected: "(string | undefined)",
1450
- value: input3.chr
1451
- }), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
1452
- path: _path2 + ".start",
1453
- expected: "(number | undefined)",
1454
- value: input3.start
1455
- }), void 0 === input3.stop || "number" === typeof input3.stop || $report(_exceptionable2, {
1456
- path: _path2 + ".stop",
1457
- expected: "(number | undefined)",
1458
- value: input3.stop
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);
1514
- const $vo34 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
1515
- path: _path2 + ".disabled",
1516
- expected: "boolean",
1517
- value: input3.disabled
1518
- }), void 0 === input3.lst || (Array.isArray(input3.lst) || $report(_exceptionable2, {
1519
- path: _path2 + ".lst",
1520
- expected: "([] | undefined)",
1521
- value: input3.lst
1522
- })) && ((input3.lst.length === 0 || $report(_exceptionable2, {
1523
- path: _path2 + ".lst",
1524
- expected: "[]",
1525
- value: input3.lst
1526
- })) && [].every((flag) => flag)) || $report(_exceptionable2, {
1527
- path: _path2 + ".lst",
1528
- expected: "([] | undefined)",
1529
- value: input3.lst
1530
- })].every((flag) => flag);
1531
- const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1532
- path: _path2 + ".id",
1533
- expected: "string",
1534
- value: input3.id
1535
- }), "string" === typeof input3.name || $report(_exceptionable2, {
1536
- path: _path2 + ".name",
1537
- expected: "string",
1538
- value: input3.name
1539
- }), "geneVariant" === input3.type || $report(_exceptionable2, {
1540
- path: _path2 + ".type",
1541
- expected: '"geneVariant"',
1542
- value: input3.type
1543
- }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1544
- path: _path2 + ".child_types",
1545
- expected: "(Array<string> | undefined)",
1546
- value: input3.child_types
1547
- })) && input3.child_types.map((elem, _index20) => "string" === typeof elem || $report(_exceptionable2, {
1548
- path: _path2 + ".child_types[" + _index20 + "]",
1549
- expected: "string",
1550
- value: elem
1551
- })).every((flag) => flag) || $report(_exceptionable2, {
1552
- path: _path2 + ".child_types",
1553
- expected: "(Array<string> | undefined)",
1554
- value: input3.child_types
1555
- }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
1556
- path: _path2 + ".hashtmldetail",
1557
- expected: "(boolean | undefined)",
1558
- value: input3.hashtmldetail
1559
- }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
1560
- path: _path2 + ".included_types",
1561
- expected: "(Array<string> | undefined)",
1562
- value: input3.included_types
1563
- })) && input3.included_types.map((elem, _index21) => "string" === typeof elem || $report(_exceptionable2, {
1564
- path: _path2 + ".included_types[" + _index21 + "]",
1565
- expected: "string",
1566
- value: elem
1567
- })).every((flag) => flag) || $report(_exceptionable2, {
1568
- path: _path2 + ".included_types",
1569
- expected: "(Array<string> | undefined)",
1570
- value: input3.included_types
1571
- }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1572
- path: _path2 + ".isleaf",
1573
- expected: "(boolean | undefined)",
1574
- value: input3.isleaf
1575
- }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1576
- path: _path2 + ".values",
1577
- expected: "(TermValues | undefined)",
1578
- value: input3.values
1579
- })) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1580
- path: _path2 + ".values",
1581
- expected: "(TermValues | undefined)",
1582
- value: input3.values
1583
- }), true, ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
1584
- path: _path2 + ".groupsetting",
1585
- expected: "(EnabledTermGroupSetting | __type.o4)",
1586
- value: input3.groupsetting
1587
- })) && $vu8(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
1588
- path: _path2 + ".groupsetting",
1589
- expected: "(EnabledTermGroupSetting | __type.o4)",
1590
- value: input3.groupsetting
1591
- }), "coord" === input3.kind || $report(_exceptionable2, {
1592
- path: _path2 + ".kind",
1593
- expected: '"coord"',
1594
- value: input3.kind
1595
- }), "string" === typeof input3.chr || $report(_exceptionable2, {
1596
- path: _path2 + ".chr",
1597
- expected: "string",
1598
- value: input3.chr
1599
- }), "number" === typeof input3.start || $report(_exceptionable2, {
1600
- path: _path2 + ".start",
1601
- expected: "number",
1602
- value: input3.start
1603
- }), "number" === typeof input3.stop || $report(_exceptionable2, {
1604
- path: _path2 + ".stop",
1605
- expected: "number",
1606
- value: input3.stop
1607
- })].every((flag) => flag);
1608
- const $vo36 = (input3, _path2, _exceptionable2 = true) => [1 === input3.dt || $report(_exceptionable2, {
1609
- path: _path2 + ".dt",
1610
- expected: "1",
1611
- value: input3.dt
1612
- }), (Array.isArray(input3.mclassLst) || $report(_exceptionable2, {
1613
- path: _path2 + ".mclassLst",
1614
- expected: "Array<SNVIndelClasses>",
1615
- value: input3.mclassLst
1616
- })) && input3.mclassLst.map((elem, _index22) => "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 || $report(_exceptionable2, {
1617
- path: _path2 + ".mclassLst[" + _index22 + "]",
1618
- expected: '("Blank" | "CLOSS" | "D" | "DEL" | "E" | "F" | "I" | "ITD" | "Intron" | "L" | "M" | "N" | "NLOSS" | "P" | "S" | "Utr3" | "Utr5" | "WT" | "X" | "noncoding")',
1619
- value: elem
1620
- })).every((flag) => flag) || $report(_exceptionable2, {
1621
- path: _path2 + ".mclassLst",
1622
- expected: "Array<SNVIndelClasses>",
1623
- value: input3.mclassLst
1624
- }), (Array.isArray(input3.mclassExcludeLst) || $report(_exceptionable2, {
1625
- path: _path2 + ".mclassExcludeLst",
1626
- expected: "Array<SNVIndelClasses>",
1627
- value: input3.mclassExcludeLst
1628
- })) && input3.mclassExcludeLst.map((elem, _index23) => "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 || $report(_exceptionable2, {
1629
- path: _path2 + ".mclassExcludeLst[" + _index23 + "]",
1630
- expected: '("Blank" | "CLOSS" | "D" | "DEL" | "E" | "F" | "I" | "ITD" | "Intron" | "L" | "M" | "N" | "NLOSS" | "P" | "S" | "Utr3" | "Utr5" | "WT" | "X" | "noncoding")',
1631
- value: elem
1632
- })).every((flag) => flag) || $report(_exceptionable2, {
1633
- path: _path2 + ".mclassExcludeLst",
1634
- expected: "Array<SNVIndelClasses>",
1635
- value: input3.mclassExcludeLst
1636
- }), void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin || $report(_exceptionable2, {
1637
- path: _path2 + ".origin",
1638
- expected: '("germline" | "somatic" | undefined)',
1639
- value: input3.origin
1640
- })].every((flag) => flag);
1641
- const $vo37 = (input3, _path2, _exceptionable2 = true) => [4 === input3.dt || $report(_exceptionable2, {
1642
- path: _path2 + ".dt",
1643
- expected: "4",
1644
- value: input3.dt
1645
- }), (Array.isArray(input3.mclassLst) || $report(_exceptionable2, {
1646
- path: _path2 + ".mclassLst",
1647
- expected: "Array<CNVClasses>",
1648
- value: input3.mclassLst
1649
- })) && input3.mclassLst.map((elem, _index24) => "Blank" === elem || "WT" === elem || "CNV_amp" === elem || "CNV_loss" === elem || "CNV_loh" === elem || "CNV_amplification" === elem || "CNV_homozygous_deletion" === elem || $report(_exceptionable2, {
1650
- path: _path2 + ".mclassLst[" + _index24 + "]",
1651
- expected: '("Blank" | "CNV_amp" | "CNV_amplification" | "CNV_homozygous_deletion" | "CNV_loh" | "CNV_loss" | "WT")',
1652
- value: elem
1653
- })).every((flag) => flag) || $report(_exceptionable2, {
1654
- path: _path2 + ".mclassLst",
1655
- expected: "Array<CNVClasses>",
1656
- value: input3.mclassLst
1657
- }), (Array.isArray(input3.mclassExcludeLst) || $report(_exceptionable2, {
1658
- path: _path2 + ".mclassExcludeLst",
1659
- expected: "Array<CNVClasses>",
1660
- value: input3.mclassExcludeLst
1661
- })) && input3.mclassExcludeLst.map((elem, _index25) => "Blank" === elem || "WT" === elem || "CNV_amp" === elem || "CNV_loss" === elem || "CNV_loh" === elem || "CNV_amplification" === elem || "CNV_homozygous_deletion" === elem || $report(_exceptionable2, {
1662
- path: _path2 + ".mclassExcludeLst[" + _index25 + "]",
1663
- expected: '("Blank" | "CNV_amp" | "CNV_amplification" | "CNV_homozygous_deletion" | "CNV_loh" | "CNV_loss" | "WT")',
1664
- value: elem
1665
- })).every((flag) => flag) || $report(_exceptionable2, {
1666
- path: _path2 + ".mclassExcludeLst",
1667
- expected: "Array<CNVClasses>",
1668
- value: input3.mclassExcludeLst
1669
- }), void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin || $report(_exceptionable2, {
1670
- path: _path2 + ".origin",
1671
- expected: '("germline" | "somatic" | undefined)',
1672
- value: input3.origin
1536
+ path: _path2 + ".child_label",
1537
+ expected: "string",
1538
+ value: input3.child_label
1673
1539
  })].every((flag) => flag);
1674
- const $vo38 = (input3, _path2, _exceptionable2 = true) => [5 === input3.dt || $report(_exceptionable2, {
1675
- path: _path2 + ".dt",
1676
- expected: "5",
1677
- value: input3.dt
1678
- }), (Array.isArray(input3.mclassLst) || $report(_exceptionable2, {
1679
- path: _path2 + ".mclassLst",
1680
- expected: "Array<SVClasses>",
1681
- value: input3.mclassLst
1682
- })) && input3.mclassLst.map((elem, _index26) => "Blank" === elem || "WT" === elem || "SV" === elem || $report(_exceptionable2, {
1683
- path: _path2 + ".mclassLst[" + _index26 + "]",
1684
- expected: '("Blank" | "SV" | "WT")',
1540
+ const $vo38 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1541
+ path: _path2 + ".join",
1542
+ expected: "(string | undefined)",
1543
+ value: input3.join
1544
+ }), void 0 === input3.isnot || "boolean" === typeof input3.isnot || $report(_exceptionable2, {
1545
+ path: _path2 + ".isnot",
1546
+ expected: "(boolean | undefined)",
1547
+ value: input3.isnot
1548
+ }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
1549
+ path: _path2 + ".term",
1550
+ expected: "DtTerm",
1551
+ value: input3.term
1552
+ })) && $vo14(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1553
+ path: _path2 + ".term",
1554
+ expected: "DtTerm",
1555
+ value: input3.term
1556
+ }), (Array.isArray(input3.values) || $report(_exceptionable2, {
1557
+ path: _path2 + ".values",
1558
+ expected: "Array<__type>.o2",
1559
+ value: input3.values
1560
+ })) && input3.values.map((elem, _index20) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1561
+ path: _path2 + ".values[" + _index20 + "]",
1562
+ expected: "__type.o7",
1685
1563
  value: elem
1686
- })).every((flag) => flag) || $report(_exceptionable2, {
1687
- path: _path2 + ".mclassLst",
1688
- expected: "Array<SVClasses>",
1689
- value: input3.mclassLst
1690
- }), (Array.isArray(input3.mclassExcludeLst) || $report(_exceptionable2, {
1691
- path: _path2 + ".mclassExcludeLst",
1692
- expected: "Array<SVClasses>",
1693
- value: input3.mclassExcludeLst
1694
- })) && input3.mclassExcludeLst.map((elem, _index27) => "Blank" === elem || "WT" === elem || "SV" === elem || $report(_exceptionable2, {
1695
- path: _path2 + ".mclassExcludeLst[" + _index27 + "]",
1696
- expected: '("Blank" | "SV" | "WT")',
1564
+ })) && $vo39(elem, _path2 + ".values[" + _index20 + "]", _exceptionable2) || $report(_exceptionable2, {
1565
+ path: _path2 + ".values[" + _index20 + "]",
1566
+ expected: "__type.o7",
1697
1567
  value: elem
1698
1568
  })).every((flag) => flag) || $report(_exceptionable2, {
1699
- path: _path2 + ".mclassExcludeLst",
1700
- expected: "Array<SVClasses>",
1701
- value: input3.mclassExcludeLst
1702
- }), void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin || $report(_exceptionable2, {
1703
- path: _path2 + ".origin",
1704
- expected: '("germline" | "somatic" | undefined)',
1705
- value: input3.origin
1569
+ path: _path2 + ".values",
1570
+ expected: "Array<__type>.o2",
1571
+ value: input3.values
1706
1572
  })].every((flag) => flag);
1707
- const $vo39 = (input3, _path2, _exceptionable2 = true) => [2 === input3.dt || $report(_exceptionable2, {
1708
- path: _path2 + ".dt",
1709
- expected: "2",
1710
- value: input3.dt
1711
- }), (Array.isArray(input3.mclassLst) || $report(_exceptionable2, {
1712
- path: _path2 + ".mclassLst",
1713
- expected: "Array<FusionRNAClasses>",
1714
- value: input3.mclassLst
1715
- })) && input3.mclassLst.map((elem, _index28) => "Blank" === elem || "WT" === elem || "Fuserna" === elem || $report(_exceptionable2, {
1716
- path: _path2 + ".mclassLst[" + _index28 + "]",
1717
- expected: '("Blank" | "Fuserna" | "WT")',
1718
- value: elem
1719
- })).every((flag) => flag) || $report(_exceptionable2, {
1720
- path: _path2 + ".mclassLst",
1721
- expected: "Array<FusionRNAClasses>",
1722
- value: input3.mclassLst
1723
- }), (Array.isArray(input3.mclassExcludeLst) || $report(_exceptionable2, {
1724
- path: _path2 + ".mclassExcludeLst",
1725
- expected: "Array<FusionRNAClasses>",
1726
- value: input3.mclassExcludeLst
1727
- })) && input3.mclassExcludeLst.map((elem, _index29) => "Blank" === elem || "WT" === elem || "Fuserna" === elem || $report(_exceptionable2, {
1728
- path: _path2 + ".mclassExcludeLst[" + _index29 + "]",
1729
- expected: '("Blank" | "Fuserna" | "WT")',
1730
- value: elem
1731
- })).every((flag) => flag) || $report(_exceptionable2, {
1732
- path: _path2 + ".mclassExcludeLst",
1733
- expected: "Array<FusionRNAClasses>",
1734
- value: input3.mclassExcludeLst
1735
- }), void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin || $report(_exceptionable2, {
1736
- path: _path2 + ".origin",
1737
- expected: '("germline" | "somatic" | undefined)',
1738
- value: input3.origin
1573
+ const $vo39 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1574
+ path: _path2 + ".key",
1575
+ expected: "string",
1576
+ value: input3.key
1577
+ }), "string" === typeof input3.label || $report(_exceptionable2, {
1578
+ path: _path2 + ".label",
1579
+ expected: "string",
1580
+ value: input3.label
1581
+ }), "string" === typeof input3.value || $report(_exceptionable2, {
1582
+ path: _path2 + ".value",
1583
+ expected: "string",
1584
+ value: input3.value
1739
1585
  })].every((flag) => flag);
1740
1586
  const $vo40 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
1741
1587
  path: _path2 + ".id",
1742
1588
  expected: "(string | undefined)",
1743
1589
  value: input3.id
1744
- }), "string" === typeof input3.$id || $report(_exceptionable2, {
1590
+ }), void 0 === input3.$id || "string" === typeof input3.$id || $report(_exceptionable2, {
1745
1591
  path: _path2 + ".$id",
1746
- expected: "string",
1592
+ expected: "(string | undefined)",
1747
1593
  value: input3.$id
1748
1594
  }), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
1749
1595
  path: _path2 + ".isAtomic",
@@ -1765,7 +1611,7 @@ var validDescrStatsRequest = (input) => {
1765
1611
  path: _path2 + ".term",
1766
1612
  expected: "NumericTerm",
1767
1613
  value: input3.term
1768
- })) && $vo18(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1614
+ })) && $vo26(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1769
1615
  path: _path2 + ".term",
1770
1616
  expected: "NumericTerm",
1771
1617
  value: input3.term
@@ -1773,7 +1619,7 @@ var validDescrStatsRequest = (input) => {
1773
1619
  path: _path2 + ".q",
1774
1620
  expected: "(BinaryNumericQ | ContinuousNumericQ | CustomNumericBinConfig | RegularNumericBinConfig | SplineNumericQ)",
1775
1621
  value: input3.q
1776
- })) && $vu11(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
1622
+ })) && $vu10(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
1777
1623
  path: _path2 + ".q",
1778
1624
  expected: "(BinaryNumericQ | ContinuousNumericQ | CustomNumericBinConfig | RegularNumericBinConfig | SplineNumericQ)",
1779
1625
  value: input3.q
@@ -1819,7 +1665,7 @@ var validDescrStatsRequest = (input) => {
1819
1665
  path: _path2 + ".lst[0]",
1820
1666
  expected: "(FullyBoundedBin | StartUnboundedBin)",
1821
1667
  value: input3.lst[0]
1822
- })) && $vu4(input3.lst[0], _path2 + ".lst[0]", _exceptionable2) || $report(_exceptionable2, {
1668
+ })) && $vu3(input3.lst[0], _path2 + ".lst[0]", _exceptionable2) || $report(_exceptionable2, {
1823
1669
  path: _path2 + ".lst[0]",
1824
1670
  expected: "(FullyBoundedBin | StartUnboundedBin)",
1825
1671
  value: input3.lst[0]
@@ -1828,7 +1674,7 @@ var validDescrStatsRequest = (input) => {
1828
1674
  path: _path2 + ".lst[1]",
1829
1675
  expected: "(FullyBoundedBin | StopUnboundedBin)",
1830
1676
  value: input3.lst[1]
1831
- })) && $vu5(input3.lst[1], _path2 + ".lst[1]", _exceptionable2) || $report(_exceptionable2, {
1677
+ })) && $vu4(input3.lst[1], _path2 + ".lst[1]", _exceptionable2) || $report(_exceptionable2, {
1832
1678
  path: _path2 + ".lst[1]",
1833
1679
  expected: "(FullyBoundedBin | StopUnboundedBin)",
1834
1680
  value: input3.lst[1]
@@ -1901,19 +1747,19 @@ var validDescrStatsRequest = (input) => {
1901
1747
  value: input3.mode
1902
1748
  }), (Array.isArray(input3.knots) || $report(_exceptionable2, {
1903
1749
  path: _path2 + ".knots",
1904
- expected: "Array<__type>.o2",
1750
+ expected: "Array<__type>.o3",
1905
1751
  value: input3.knots
1906
- })) && input3.knots.map((elem, _index30) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1907
- path: _path2 + ".knots[" + _index30 + "]",
1908
- expected: "__type.o5",
1752
+ })) && input3.knots.map((elem, _index21) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1753
+ path: _path2 + ".knots[" + _index21 + "]",
1754
+ expected: "__type.o8",
1909
1755
  value: elem
1910
- })) && $vo44(elem, _path2 + ".knots[" + _index30 + "]", _exceptionable2) || $report(_exceptionable2, {
1911
- path: _path2 + ".knots[" + _index30 + "]",
1912
- expected: "__type.o5",
1756
+ })) && $vo44(elem, _path2 + ".knots[" + _index21 + "]", _exceptionable2) || $report(_exceptionable2, {
1757
+ path: _path2 + ".knots[" + _index21 + "]",
1758
+ expected: "__type.o8",
1913
1759
  value: elem
1914
1760
  })).every((flag) => flag) || $report(_exceptionable2, {
1915
1761
  path: _path2 + ".knots",
1916
- expected: "Array<__type>.o2",
1762
+ expected: "Array<__type>.o3",
1917
1763
  value: input3.knots
1918
1764
  }), (null !== input3.type || $report(_exceptionable2, {
1919
1765
  path: _path2 + ".type",
@@ -1933,9 +1779,9 @@ var validDescrStatsRequest = (input) => {
1933
1779
  path: _path2 + ".id",
1934
1780
  expected: "(string | undefined)",
1935
1781
  value: input3.id
1936
- }), "string" === typeof input3.$id || $report(_exceptionable2, {
1782
+ }), void 0 === input3.$id || "string" === typeof input3.$id || $report(_exceptionable2, {
1937
1783
  path: _path2 + ".$id",
1938
- expected: "string",
1784
+ expected: "(string | undefined)",
1939
1785
  value: input3.$id
1940
1786
  }), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
1941
1787
  path: _path2 + ".isAtomic",
@@ -2034,7 +1880,7 @@ var validDescrStatsRequest = (input) => {
2034
1880
  path: _path2 + ".variant_filter",
2035
1881
  expected: "Filter",
2036
1882
  value: input3.variant_filter
2037
- })) && $vo15(input3.variant_filter, _path2 + ".variant_filter", _exceptionable2) || $report(_exceptionable2, {
1883
+ })) && $vo17(input3.variant_filter, _path2 + ".variant_filter", _exceptionable2) || $report(_exceptionable2, {
2038
1884
  path: _path2 + ".variant_filter",
2039
1885
  expected: "Filter",
2040
1886
  value: input3.variant_filter
@@ -2059,7 +1905,7 @@ var validDescrStatsRequest = (input) => {
2059
1905
  path: _path2 + ".tvs",
2060
1906
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
2061
1907
  value: input3.tvs
2062
- })) && $vu12(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
1908
+ })) && $vu7(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
2063
1909
  path: _path2 + ".tvs",
2064
1910
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
2065
1911
  value: input3.tvs
@@ -2080,8 +1926,8 @@ var validDescrStatsRequest = (input) => {
2080
1926
  path: _path2 + ".child_types",
2081
1927
  expected: "(Array<string> | undefined)",
2082
1928
  value: input3.child_types
2083
- })) && input3.child_types.map((elem, _index31) => "string" === typeof elem || $report(_exceptionable2, {
2084
- path: _path2 + ".child_types[" + _index31 + "]",
1929
+ })) && input3.child_types.map((elem, _index22) => "string" === typeof elem || $report(_exceptionable2, {
1930
+ path: _path2 + ".child_types[" + _index22 + "]",
2085
1931
  expected: "string",
2086
1932
  value: elem
2087
1933
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2096,8 +1942,8 @@ var validDescrStatsRequest = (input) => {
2096
1942
  path: _path2 + ".included_types",
2097
1943
  expected: "(Array<string> | undefined)",
2098
1944
  value: input3.included_types
2099
- })) && input3.included_types.map((elem, _index32) => "string" === typeof elem || $report(_exceptionable2, {
2100
- path: _path2 + ".included_types[" + _index32 + "]",
1945
+ })) && input3.included_types.map((elem, _index23) => "string" === typeof elem || $report(_exceptionable2, {
1946
+ path: _path2 + ".included_types[" + _index23 + "]",
2101
1947
  expected: "string",
2102
1948
  value: elem
2103
1949
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2112,11 +1958,19 @@ var validDescrStatsRequest = (input) => {
2112
1958
  path: _path2 + ".values",
2113
1959
  expected: "(TermValues | undefined)",
2114
1960
  value: input3.values
2115
- })) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1961
+ })) && $vo15(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2116
1962
  path: _path2 + ".values",
2117
1963
  expected: "(TermValues | undefined)",
2118
1964
  value: input3.values
2119
- }), true, void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit || $report(_exceptionable2, {
1965
+ }), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
1966
+ path: _path2 + ".filter",
1967
+ expected: "(TermFilter | undefined)",
1968
+ value: input3.filter
1969
+ })) && $vo21(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
1970
+ path: _path2 + ".filter",
1971
+ expected: "(TermFilter | undefined)",
1972
+ value: input3.filter
1973
+ }), void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit || $report(_exceptionable2, {
2120
1974
  path: _path2 + ".reachedVariantLimit",
2121
1975
  expected: "(boolean | undefined)",
2122
1976
  value: input3.reachedVariantLimit
@@ -2124,12 +1978,12 @@ var validDescrStatsRequest = (input) => {
2124
1978
  path: _path2 + ".snps",
2125
1979
  expected: "(Array<SnpsEntry> | undefined)",
2126
1980
  value: input3.snps
2127
- })) && input3.snps.map((elem, _index33) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2128
- path: _path2 + ".snps[" + _index33 + "]",
1981
+ })) && input3.snps.map((elem, _index24) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1982
+ path: _path2 + ".snps[" + _index24 + "]",
2129
1983
  expected: "SnpsEntry",
2130
1984
  value: elem
2131
- })) && $vo49(elem, _path2 + ".snps[" + _index33 + "]", _exceptionable2) || $report(_exceptionable2, {
2132
- path: _path2 + ".snps[" + _index33 + "]",
1985
+ })) && $vo49(elem, _path2 + ".snps[" + _index24 + "]", _exceptionable2) || $report(_exceptionable2, {
1986
+ path: _path2 + ".snps[" + _index24 + "]",
2133
1987
  expected: "SnpsEntry",
2134
1988
  value: elem
2135
1989
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2141,8 +1995,8 @@ var validDescrStatsRequest = (input) => {
2141
1995
  path: _path2 + ".altAlleles",
2142
1996
  expected: "(Array<string> | undefined)",
2143
1997
  value: input3.altAlleles
2144
- })) && input3.altAlleles.map((elem, _index34) => "string" === typeof elem || $report(_exceptionable2, {
2145
- path: _path2 + ".altAlleles[" + _index34 + "]",
1998
+ })) && input3.altAlleles.map((elem, _index25) => "string" === typeof elem || $report(_exceptionable2, {
1999
+ path: _path2 + ".altAlleles[" + _index25 + "]",
2146
2000
  expected: "string",
2147
2001
  value: elem
2148
2002
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2153,12 +2007,12 @@ var validDescrStatsRequest = (input) => {
2153
2007
  path: _path2 + ".alleles",
2154
2008
  expected: "(Array<AllelesEntry> | undefined)",
2155
2009
  value: input3.alleles
2156
- })) && input3.alleles.map((elem, _index35) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2157
- path: _path2 + ".alleles[" + _index35 + "]",
2010
+ })) && input3.alleles.map((elem, _index26) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2011
+ path: _path2 + ".alleles[" + _index26 + "]",
2158
2012
  expected: "AllelesEntry",
2159
2013
  value: elem
2160
- })) && $vo50(elem, _path2 + ".alleles[" + _index35 + "]", _exceptionable2) || $report(_exceptionable2, {
2161
- path: _path2 + ".alleles[" + _index35 + "]",
2014
+ })) && $vo50(elem, _path2 + ".alleles[" + _index26 + "]", _exceptionable2) || $report(_exceptionable2, {
2015
+ path: _path2 + ".alleles[" + _index26 + "]",
2162
2016
  expected: "AllelesEntry",
2163
2017
  value: elem
2164
2018
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2171,11 +2025,11 @@ var validDescrStatsRequest = (input) => {
2171
2025
  value: input3.effectAllele
2172
2026
  }), void 0 === input3.gt2count || ("object" === typeof input3.gt2count && null !== input3.gt2count || $report(_exceptionable2, {
2173
2027
  path: _path2 + ".gt2count",
2174
- expected: "(__type.o6 | undefined)",
2028
+ expected: "(__type.o9 | undefined)",
2175
2029
  value: input3.gt2count
2176
2030
  })) && $vo51(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
2177
2031
  path: _path2 + ".gt2count",
2178
- expected: "(__type.o6 | undefined)",
2032
+ expected: "(__type.o9 | undefined)",
2179
2033
  value: input3.gt2count
2180
2034
  }), void 0 === input3.invalid || "boolean" === typeof input3.invalid || $report(_exceptionable2, {
2181
2035
  path: _path2 + ".invalid",
@@ -2228,9 +2082,9 @@ var validDescrStatsRequest = (input) => {
2228
2082
  path: _path2 + ".id",
2229
2083
  expected: "(string | undefined)",
2230
2084
  value: input3.id
2231
- }), "string" === typeof input3.$id || $report(_exceptionable2, {
2085
+ }), void 0 === input3.$id || "string" === typeof input3.$id || $report(_exceptionable2, {
2232
2086
  path: _path2 + ".$id",
2233
- expected: "string",
2087
+ expected: "(string | undefined)",
2234
2088
  value: input3.$id
2235
2089
  }), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
2236
2090
  path: _path2 + ".isAtomic",
@@ -2250,19 +2104,19 @@ var validDescrStatsRequest = (input) => {
2250
2104
  value: input3.minNumSamples
2251
2105
  }), true, ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2252
2106
  path: _path2 + ".term",
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: TermGroupSetting; } & { kind: "coord"; chr: string; start: number; stop: number; } | BaseTerm & { type: "geneVariant"; groupsetting: TermGroupSetting; } & { kind: "gene"; gene: string; chr?: string | undefined; start?: number | undefined; stop?: number | undefined; } | BaseTerm & { values: SampleLstTermValues; })',
2107
+ 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"; } & GvCoord & { groupsetting: TermGroupSetting; filter: TermFilter; } | BaseTerm & { type: "geneVariant"; } & GvGene & { groupsetting: TermGroupSetting; filter: TermFilter; } | BaseTerm & { values: SampleLstTermValues; })',
2254
2108
  value: input3.term
2255
- })) && $vu13(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2109
+ })) && $vu11(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2256
2110
  path: _path2 + ".term",
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: TermGroupSetting; } & { kind: "coord"; chr: string; start: number; stop: number; } | BaseTerm & { type: "geneVariant"; groupsetting: TermGroupSetting; } & { kind: "gene"; gene: string; chr?: string | undefined; start?: number | undefined; stop?: number | undefined; } | BaseTerm & { values: SampleLstTermValues; })',
2111
+ 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"; } & GvCoord & { groupsetting: TermGroupSetting; filter: TermFilter; } | BaseTerm & { type: "geneVariant"; } & GvGene & { groupsetting: TermGroupSetting; filter: TermFilter; } | BaseTerm & { values: SampleLstTermValues; })',
2258
2112
  value: input3.term
2259
2113
  }), ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) || $report(_exceptionable2, {
2260
2114
  path: _path2 + ".q",
2261
- expected: "(BaseQ | BinaryNumericQ | ConditionQ | ContinuousNumericQ | CustomGroupSettingQ | CustomNumericBinConfig | FilterQ | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; } & BaseQ & { ...; } | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; } & { ...; } & { ...; } | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; } & { ...; } & { ...; }.o1 | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; } & { ...; } & { ...; }.o2 | PredefinedGroupSettingQ | RegularNumericBinConfig | SampleLstQ | SnpsQ | SplineNumericQ | ValuesQ)",
2115
+ expected: "(BaseQ | BinaryNumericQ | ConditionQ | ContinuousNumericQ | CustomGroupSettingQ | CustomNumericBinConfig | FilterQ | PredefinedGroupSettingQ | RegularNumericBinConfig | SampleLstQ | SnpsQ | SplineNumericQ | ValuesQ)",
2262
2116
  value: input3.q
2263
- })) && $vu14(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2117
+ })) && $vu12(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2264
2118
  path: _path2 + ".q",
2265
- expected: "(BaseQ | BinaryNumericQ | ConditionQ | ContinuousNumericQ | CustomGroupSettingQ | CustomNumericBinConfig | FilterQ | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; } & BaseQ & { ...; } | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; } & { ...; } & { ...; } | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; } & { ...; } & { ...; }.o1 | MinBaseQ & { cnvGainCutoff?: number | undefined; cnvMaxLength?: number | undefined; cnvMinAbsValue?: number | undefined; cnvLossCutoff?: number | undefined; exclude: string[]; } & { ...; } & { ...; }.o2 | PredefinedGroupSettingQ | RegularNumericBinConfig | SampleLstQ | SnpsQ | SplineNumericQ | ValuesQ)",
2119
+ expected: "(BaseQ | BinaryNumericQ | ConditionQ | ContinuousNumericQ | CustomGroupSettingQ | CustomNumericBinConfig | FilterQ | PredefinedGroupSettingQ | RegularNumericBinConfig | SampleLstQ | SnpsQ | SplineNumericQ | ValuesQ)",
2266
2120
  value: input3.q
2267
2121
  })].every((flag) => flag);
2268
2122
  const $vo53 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
@@ -2273,16 +2127,16 @@ var validDescrStatsRequest = (input) => {
2273
2127
  path: _path2 + ".name",
2274
2128
  expected: "string",
2275
2129
  value: input3.name
2276
- }), "categorical" === input3.type || $report(_exceptionable2, {
2130
+ }), "geneVariant" === input3.type || $report(_exceptionable2, {
2277
2131
  path: _path2 + ".type",
2278
- expected: '"categorical"',
2132
+ expected: '"geneVariant"',
2279
2133
  value: input3.type
2280
2134
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
2281
2135
  path: _path2 + ".child_types",
2282
2136
  expected: "(Array<string> | undefined)",
2283
2137
  value: input3.child_types
2284
- })) && input3.child_types.map((elem, _index36) => "string" === typeof elem || $report(_exceptionable2, {
2285
- path: _path2 + ".child_types[" + _index36 + "]",
2138
+ })) && input3.child_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
2139
+ path: _path2 + ".child_types[" + _index27 + "]",
2286
2140
  expected: "string",
2287
2141
  value: elem
2288
2142
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2297,8 +2151,8 @@ var validDescrStatsRequest = (input) => {
2297
2151
  path: _path2 + ".included_types",
2298
2152
  expected: "(Array<string> | undefined)",
2299
2153
  value: input3.included_types
2300
- })) && input3.included_types.map((elem, _index37) => "string" === typeof elem || $report(_exceptionable2, {
2301
- path: _path2 + ".included_types[" + _index37 + "]",
2154
+ })) && input3.included_types.map((elem, _index28) => "string" === typeof elem || $report(_exceptionable2, {
2155
+ path: _path2 + ".included_types[" + _index28 + "]",
2302
2156
  expected: "string",
2303
2157
  value: elem
2304
2158
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2313,11 +2167,39 @@ var validDescrStatsRequest = (input) => {
2313
2167
  path: _path2 + ".values",
2314
2168
  expected: "(TermValues | undefined)",
2315
2169
  value: input3.values
2316
- })) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2170
+ })) && $vo15(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2317
2171
  path: _path2 + ".values",
2318
2172
  expected: "(TermValues | undefined)",
2319
2173
  value: input3.values
2320
- }), true, ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
2174
+ }), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
2175
+ path: _path2 + ".filter",
2176
+ expected: "(TermFilter | undefined)",
2177
+ value: input3.filter
2178
+ })) && $vo21(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
2179
+ path: _path2 + ".filter",
2180
+ expected: "(TermFilter | undefined)",
2181
+ value: input3.filter
2182
+ }), "gene" === input3.kind || $report(_exceptionable2, {
2183
+ path: _path2 + ".kind",
2184
+ expected: '"gene"',
2185
+ value: input3.kind
2186
+ }), "string" === typeof input3.gene || $report(_exceptionable2, {
2187
+ path: _path2 + ".gene",
2188
+ expected: "string",
2189
+ value: input3.gene
2190
+ }), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
2191
+ path: _path2 + ".chr",
2192
+ expected: "(string | undefined)",
2193
+ value: input3.chr
2194
+ }), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
2195
+ path: _path2 + ".start",
2196
+ expected: "(number | undefined)",
2197
+ value: input3.start
2198
+ }), void 0 === input3.stop || "number" === typeof input3.stop || $report(_exceptionable2, {
2199
+ path: _path2 + ".stop",
2200
+ expected: "(number | undefined)",
2201
+ value: input3.stop
2202
+ }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
2321
2203
  path: _path2 + ".groupsetting",
2322
2204
  expected: "(EnabledTermGroupSetting | __type.o4)",
2323
2205
  value: input3.groupsetting
@@ -2334,16 +2216,16 @@ var validDescrStatsRequest = (input) => {
2334
2216
  path: _path2 + ".name",
2335
2217
  expected: "string",
2336
2218
  value: input3.name
2337
- }), "integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type || $report(_exceptionable2, {
2219
+ }), "geneVariant" === input3.type || $report(_exceptionable2, {
2338
2220
  path: _path2 + ".type",
2339
- expected: '("date" | "float" | "geneExpression" | "integer" | "metaboliteIntensity")',
2221
+ expected: '"geneVariant"',
2340
2222
  value: input3.type
2341
2223
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
2342
2224
  path: _path2 + ".child_types",
2343
2225
  expected: "(Array<string> | undefined)",
2344
2226
  value: input3.child_types
2345
- })) && input3.child_types.map((elem, _index38) => "string" === typeof elem || $report(_exceptionable2, {
2346
- path: _path2 + ".child_types[" + _index38 + "]",
2227
+ })) && input3.child_types.map((elem, _index29) => "string" === typeof elem || $report(_exceptionable2, {
2228
+ path: _path2 + ".child_types[" + _index29 + "]",
2347
2229
  expected: "string",
2348
2230
  value: elem
2349
2231
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2358,8 +2240,8 @@ var validDescrStatsRequest = (input) => {
2358
2240
  path: _path2 + ".included_types",
2359
2241
  expected: "(Array<string> | undefined)",
2360
2242
  value: input3.included_types
2361
- })) && input3.included_types.map((elem, _index39) => "string" === typeof elem || $report(_exceptionable2, {
2362
- path: _path2 + ".included_types[" + _index39 + "]",
2243
+ })) && input3.included_types.map((elem, _index30) => "string" === typeof elem || $report(_exceptionable2, {
2244
+ path: _path2 + ".included_types[" + _index30 + "]",
2363
2245
  expected: "string",
2364
2246
  value: elem
2365
2247
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2374,30 +2256,42 @@ var validDescrStatsRequest = (input) => {
2374
2256
  path: _path2 + ".values",
2375
2257
  expected: "(TermValues | undefined)",
2376
2258
  value: input3.values
2377
- })) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2259
+ })) && $vo15(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2378
2260
  path: _path2 + ".values",
2379
2261
  expected: "(TermValues | undefined)",
2380
2262
  value: input3.values
2381
- }), true, ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
2382
- path: _path2 + ".bins",
2383
- expected: "PresetNumericBins",
2384
- value: input3.bins
2385
- })) && $vo19(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
2386
- path: _path2 + ".bins",
2387
- expected: "PresetNumericBins",
2388
- value: input3.bins
2389
- }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
2390
- path: _path2 + ".unit",
2391
- expected: "(string | undefined)",
2392
- value: input3.unit
2393
- }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
2394
- path: _path2 + ".continuousColorScale",
2395
- expected: "(__type.o2 | undefined)",
2396
- value: input3.continuousColorScale
2397
- })) && $vo25(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
2398
- path: _path2 + ".continuousColorScale",
2399
- expected: "(__type.o2 | undefined)",
2400
- value: input3.continuousColorScale
2263
+ }), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
2264
+ path: _path2 + ".filter",
2265
+ expected: "(TermFilter | undefined)",
2266
+ value: input3.filter
2267
+ })) && $vo21(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
2268
+ path: _path2 + ".filter",
2269
+ expected: "(TermFilter | undefined)",
2270
+ value: input3.filter
2271
+ }), "coord" === input3.kind || $report(_exceptionable2, {
2272
+ path: _path2 + ".kind",
2273
+ expected: '"coord"',
2274
+ value: input3.kind
2275
+ }), "string" === typeof input3.chr || $report(_exceptionable2, {
2276
+ path: _path2 + ".chr",
2277
+ expected: "string",
2278
+ value: input3.chr
2279
+ }), "number" === typeof input3.start || $report(_exceptionable2, {
2280
+ path: _path2 + ".start",
2281
+ expected: "number",
2282
+ value: input3.start
2283
+ }), "number" === typeof input3.stop || $report(_exceptionable2, {
2284
+ path: _path2 + ".stop",
2285
+ expected: "number",
2286
+ value: input3.stop
2287
+ }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
2288
+ path: _path2 + ".groupsetting",
2289
+ expected: "(EnabledTermGroupSetting | __type.o4)",
2290
+ value: input3.groupsetting
2291
+ })) && $vu8(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2292
+ path: _path2 + ".groupsetting",
2293
+ expected: "(EnabledTermGroupSetting | __type.o4)",
2294
+ value: input3.groupsetting
2401
2295
  })].every((flag) => flag);
2402
2296
  const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2403
2297
  path: _path2 + ".id",
@@ -2407,16 +2301,16 @@ var validDescrStatsRequest = (input) => {
2407
2301
  path: _path2 + ".name",
2408
2302
  expected: "string",
2409
2303
  value: input3.name
2410
- }), "condition" === input3.type || $report(_exceptionable2, {
2304
+ }), "categorical" === input3.type || $report(_exceptionable2, {
2411
2305
  path: _path2 + ".type",
2412
- expected: '"condition"',
2306
+ expected: '"categorical"',
2413
2307
  value: input3.type
2414
2308
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
2415
2309
  path: _path2 + ".child_types",
2416
2310
  expected: "(Array<string> | undefined)",
2417
2311
  value: input3.child_types
2418
- })) && input3.child_types.map((elem, _index40) => "string" === typeof elem || $report(_exceptionable2, {
2419
- path: _path2 + ".child_types[" + _index40 + "]",
2312
+ })) && input3.child_types.map((elem, _index31) => "string" === typeof elem || $report(_exceptionable2, {
2313
+ path: _path2 + ".child_types[" + _index31 + "]",
2420
2314
  expected: "string",
2421
2315
  value: elem
2422
2316
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2431,8 +2325,8 @@ var validDescrStatsRequest = (input) => {
2431
2325
  path: _path2 + ".included_types",
2432
2326
  expected: "(Array<string> | undefined)",
2433
2327
  value: input3.included_types
2434
- })) && input3.included_types.map((elem, _index41) => "string" === typeof elem || $report(_exceptionable2, {
2435
- path: _path2 + ".included_types[" + _index41 + "]",
2328
+ })) && input3.included_types.map((elem, _index32) => "string" === typeof elem || $report(_exceptionable2, {
2329
+ path: _path2 + ".included_types[" + _index32 + "]",
2436
2330
  expected: "string",
2437
2331
  value: elem
2438
2332
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2447,11 +2341,27 @@ var validDescrStatsRequest = (input) => {
2447
2341
  path: _path2 + ".values",
2448
2342
  expected: "(TermValues | undefined)",
2449
2343
  value: input3.values
2450
- })) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2344
+ })) && $vo15(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2451
2345
  path: _path2 + ".values",
2452
2346
  expected: "(TermValues | undefined)",
2453
2347
  value: input3.values
2454
- }), true].every((flag) => flag);
2348
+ }), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
2349
+ path: _path2 + ".filter",
2350
+ expected: "(TermFilter | undefined)",
2351
+ value: input3.filter
2352
+ })) && $vo21(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
2353
+ path: _path2 + ".filter",
2354
+ expected: "(TermFilter | undefined)",
2355
+ value: input3.filter
2356
+ }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
2357
+ path: _path2 + ".groupsetting",
2358
+ expected: "(EnabledTermGroupSetting | __type.o4)",
2359
+ value: input3.groupsetting
2360
+ })) && $vu8(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2361
+ path: _path2 + ".groupsetting",
2362
+ expected: "(EnabledTermGroupSetting | __type.o4)",
2363
+ value: input3.groupsetting
2364
+ })].every((flag) => flag);
2455
2365
  const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2456
2366
  path: _path2 + ".id",
2457
2367
  expected: "string",
@@ -2460,16 +2370,16 @@ var validDescrStatsRequest = (input) => {
2460
2370
  path: _path2 + ".name",
2461
2371
  expected: "string",
2462
2372
  value: input3.name
2463
- }), "geneVariant" === input3.type || $report(_exceptionable2, {
2373
+ }), "integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type || $report(_exceptionable2, {
2464
2374
  path: _path2 + ".type",
2465
- expected: '"geneVariant"',
2375
+ expected: '("date" | "float" | "geneExpression" | "integer" | "metaboliteIntensity")',
2466
2376
  value: input3.type
2467
2377
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
2468
2378
  path: _path2 + ".child_types",
2469
2379
  expected: "(Array<string> | undefined)",
2470
2380
  value: input3.child_types
2471
- })) && input3.child_types.map((elem, _index42) => "string" === typeof elem || $report(_exceptionable2, {
2472
- path: _path2 + ".child_types[" + _index42 + "]",
2381
+ })) && input3.child_types.map((elem, _index33) => "string" === typeof elem || $report(_exceptionable2, {
2382
+ path: _path2 + ".child_types[" + _index33 + "]",
2473
2383
  expected: "string",
2474
2384
  value: elem
2475
2385
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2484,8 +2394,8 @@ var validDescrStatsRequest = (input) => {
2484
2394
  path: _path2 + ".included_types",
2485
2395
  expected: "(Array<string> | undefined)",
2486
2396
  value: input3.included_types
2487
- })) && input3.included_types.map((elem, _index43) => "string" === typeof elem || $report(_exceptionable2, {
2488
- path: _path2 + ".included_types[" + _index43 + "]",
2397
+ })) && input3.included_types.map((elem, _index34) => "string" === typeof elem || $report(_exceptionable2, {
2398
+ path: _path2 + ".included_types[" + _index34 + "]",
2489
2399
  expected: "string",
2490
2400
  value: elem
2491
2401
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2500,38 +2410,38 @@ var validDescrStatsRequest = (input) => {
2500
2410
  path: _path2 + ".values",
2501
2411
  expected: "(TermValues | undefined)",
2502
2412
  value: input3.values
2503
- })) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2413
+ })) && $vo15(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2504
2414
  path: _path2 + ".values",
2505
2415
  expected: "(TermValues | undefined)",
2506
2416
  value: input3.values
2507
- }), true, ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
2508
- path: _path2 + ".groupsetting",
2509
- expected: "(EnabledTermGroupSetting | __type.o4)",
2510
- value: input3.groupsetting
2511
- })) && $vu8(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2512
- path: _path2 + ".groupsetting",
2513
- expected: "(EnabledTermGroupSetting | __type.o4)",
2514
- value: input3.groupsetting
2515
- }), "gene" === input3.kind || $report(_exceptionable2, {
2516
- path: _path2 + ".kind",
2517
- expected: '"gene"',
2518
- value: input3.kind
2519
- }), "string" === typeof input3.gene || $report(_exceptionable2, {
2520
- path: _path2 + ".gene",
2521
- expected: "string",
2522
- value: input3.gene
2523
- }), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
2524
- path: _path2 + ".chr",
2417
+ }), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
2418
+ path: _path2 + ".filter",
2419
+ expected: "(TermFilter | undefined)",
2420
+ value: input3.filter
2421
+ })) && $vo21(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
2422
+ path: _path2 + ".filter",
2423
+ expected: "(TermFilter | undefined)",
2424
+ value: input3.filter
2425
+ }), ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
2426
+ path: _path2 + ".bins",
2427
+ expected: "PresetNumericBins",
2428
+ value: input3.bins
2429
+ })) && $vo27(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
2430
+ path: _path2 + ".bins",
2431
+ expected: "PresetNumericBins",
2432
+ value: input3.bins
2433
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
2434
+ path: _path2 + ".unit",
2525
2435
  expected: "(string | undefined)",
2526
- value: input3.chr
2527
- }), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
2528
- path: _path2 + ".start",
2529
- expected: "(number | undefined)",
2530
- value: input3.start
2531
- }), void 0 === input3.stop || "number" === typeof input3.stop || $report(_exceptionable2, {
2532
- path: _path2 + ".stop",
2533
- expected: "(number | undefined)",
2534
- value: input3.stop
2436
+ value: input3.unit
2437
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
2438
+ path: _path2 + ".continuousColorScale",
2439
+ expected: "(__type.o5 | undefined)",
2440
+ value: input3.continuousColorScale
2441
+ })) && $vo33(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
2442
+ path: _path2 + ".continuousColorScale",
2443
+ expected: "(__type.o5 | undefined)",
2444
+ value: input3.continuousColorScale
2535
2445
  })].every((flag) => flag);
2536
2446
  const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2537
2447
  path: _path2 + ".id",
@@ -2541,16 +2451,16 @@ var validDescrStatsRequest = (input) => {
2541
2451
  path: _path2 + ".name",
2542
2452
  expected: "string",
2543
2453
  value: input3.name
2544
- }), "geneVariant" === input3.type || $report(_exceptionable2, {
2454
+ }), "condition" === input3.type || $report(_exceptionable2, {
2545
2455
  path: _path2 + ".type",
2546
- expected: '"geneVariant"',
2456
+ expected: '"condition"',
2547
2457
  value: input3.type
2548
2458
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
2549
2459
  path: _path2 + ".child_types",
2550
2460
  expected: "(Array<string> | undefined)",
2551
2461
  value: input3.child_types
2552
- })) && input3.child_types.map((elem, _index44) => "string" === typeof elem || $report(_exceptionable2, {
2553
- path: _path2 + ".child_types[" + _index44 + "]",
2462
+ })) && input3.child_types.map((elem, _index35) => "string" === typeof elem || $report(_exceptionable2, {
2463
+ path: _path2 + ".child_types[" + _index35 + "]",
2554
2464
  expected: "string",
2555
2465
  value: elem
2556
2466
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2565,50 +2475,34 @@ var validDescrStatsRequest = (input) => {
2565
2475
  path: _path2 + ".included_types",
2566
2476
  expected: "(Array<string> | undefined)",
2567
2477
  value: input3.included_types
2568
- })) && input3.included_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
2569
- path: _path2 + ".included_types[" + _index45 + "]",
2478
+ })) && input3.included_types.map((elem, _index36) => "string" === typeof elem || $report(_exceptionable2, {
2479
+ path: _path2 + ".included_types[" + _index36 + "]",
2570
2480
  expected: "string",
2571
2481
  value: elem
2572
2482
  })).every((flag) => flag) || $report(_exceptionable2, {
2573
2483
  path: _path2 + ".included_types",
2574
2484
  expected: "(Array<string> | undefined)",
2575
- value: input3.included_types
2576
- }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
2577
- path: _path2 + ".isleaf",
2578
- expected: "(boolean | undefined)",
2579
- value: input3.isleaf
2580
- }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
2581
- path: _path2 + ".values",
2582
- expected: "(TermValues | undefined)",
2583
- value: input3.values
2584
- })) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2585
- path: _path2 + ".values",
2586
- expected: "(TermValues | undefined)",
2587
- value: input3.values
2588
- }), true, ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
2589
- path: _path2 + ".groupsetting",
2590
- expected: "(EnabledTermGroupSetting | __type.o4)",
2591
- value: input3.groupsetting
2592
- })) && $vu8(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2593
- path: _path2 + ".groupsetting",
2594
- expected: "(EnabledTermGroupSetting | __type.o4)",
2595
- value: input3.groupsetting
2596
- }), "coord" === input3.kind || $report(_exceptionable2, {
2597
- path: _path2 + ".kind",
2598
- expected: '"coord"',
2599
- value: input3.kind
2600
- }), "string" === typeof input3.chr || $report(_exceptionable2, {
2601
- path: _path2 + ".chr",
2602
- expected: "string",
2603
- value: input3.chr
2604
- }), "number" === typeof input3.start || $report(_exceptionable2, {
2605
- path: _path2 + ".start",
2606
- expected: "number",
2607
- value: input3.start
2608
- }), "number" === typeof input3.stop || $report(_exceptionable2, {
2609
- path: _path2 + ".stop",
2610
- expected: "number",
2611
- value: input3.stop
2485
+ value: input3.included_types
2486
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
2487
+ path: _path2 + ".isleaf",
2488
+ expected: "(boolean | undefined)",
2489
+ value: input3.isleaf
2490
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
2491
+ path: _path2 + ".values",
2492
+ expected: "(TermValues | undefined)",
2493
+ value: input3.values
2494
+ })) && $vo15(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2495
+ path: _path2 + ".values",
2496
+ expected: "(TermValues | undefined)",
2497
+ value: input3.values
2498
+ }), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
2499
+ path: _path2 + ".filter",
2500
+ expected: "(TermFilter | undefined)",
2501
+ value: input3.filter
2502
+ })) && $vo21(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
2503
+ path: _path2 + ".filter",
2504
+ expected: "(TermFilter | undefined)",
2505
+ value: input3.filter
2612
2506
  })].every((flag) => flag);
2613
2507
  const $vo58 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2614
2508
  path: _path2 + ".id",
@@ -2626,8 +2520,8 @@ var validDescrStatsRequest = (input) => {
2626
2520
  path: _path2 + ".child_types",
2627
2521
  expected: "(Array<string> | undefined)",
2628
2522
  value: input3.child_types
2629
- })) && input3.child_types.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
2630
- path: _path2 + ".child_types[" + _index46 + "]",
2523
+ })) && input3.child_types.map((elem, _index37) => "string" === typeof elem || $report(_exceptionable2, {
2524
+ path: _path2 + ".child_types[" + _index37 + "]",
2631
2525
  expected: "string",
2632
2526
  value: elem
2633
2527
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2642,8 +2536,8 @@ var validDescrStatsRequest = (input) => {
2642
2536
  path: _path2 + ".included_types",
2643
2537
  expected: "(Array<string> | undefined)",
2644
2538
  value: input3.included_types
2645
- })) && input3.included_types.map((elem, _index47) => "string" === typeof elem || $report(_exceptionable2, {
2646
- path: _path2 + ".included_types[" + _index47 + "]",
2539
+ })) && input3.included_types.map((elem, _index38) => "string" === typeof elem || $report(_exceptionable2, {
2540
+ path: _path2 + ".included_types[" + _index38 + "]",
2647
2541
  expected: "string",
2648
2542
  value: elem
2649
2543
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2658,11 +2552,19 @@ var validDescrStatsRequest = (input) => {
2658
2552
  path: _path2 + ".values",
2659
2553
  expected: "(TermValues | undefined)",
2660
2554
  value: input3.values
2661
- })) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2555
+ })) && $vo15(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2662
2556
  path: _path2 + ".values",
2663
2557
  expected: "(TermValues | undefined)",
2664
2558
  value: input3.values
2665
- }), true, void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit || $report(_exceptionable2, {
2559
+ }), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
2560
+ path: _path2 + ".filter",
2561
+ expected: "(TermFilter | undefined)",
2562
+ value: input3.filter
2563
+ })) && $vo21(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
2564
+ path: _path2 + ".filter",
2565
+ expected: "(TermFilter | undefined)",
2566
+ value: input3.filter
2567
+ }), void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit || $report(_exceptionable2, {
2666
2568
  path: _path2 + ".reachedVariantLimit",
2667
2569
  expected: "(boolean | undefined)",
2668
2570
  value: input3.reachedVariantLimit
@@ -2670,12 +2572,12 @@ var validDescrStatsRequest = (input) => {
2670
2572
  path: _path2 + ".snps",
2671
2573
  expected: "(Array<SnpsEntry> | undefined)",
2672
2574
  value: input3.snps
2673
- })) && input3.snps.map((elem, _index48) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2674
- path: _path2 + ".snps[" + _index48 + "]",
2575
+ })) && input3.snps.map((elem, _index39) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2576
+ path: _path2 + ".snps[" + _index39 + "]",
2675
2577
  expected: "SnpsEntry",
2676
2578
  value: elem
2677
- })) && $vo49(elem, _path2 + ".snps[" + _index48 + "]", _exceptionable2) || $report(_exceptionable2, {
2678
- path: _path2 + ".snps[" + _index48 + "]",
2579
+ })) && $vo49(elem, _path2 + ".snps[" + _index39 + "]", _exceptionable2) || $report(_exceptionable2, {
2580
+ path: _path2 + ".snps[" + _index39 + "]",
2679
2581
  expected: "SnpsEntry",
2680
2582
  value: elem
2681
2583
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2699,8 +2601,8 @@ var validDescrStatsRequest = (input) => {
2699
2601
  path: _path2 + ".child_types",
2700
2602
  expected: "(Array<string> | undefined)",
2701
2603
  value: input3.child_types
2702
- })) && input3.child_types.map((elem, _index49) => "string" === typeof elem || $report(_exceptionable2, {
2703
- path: _path2 + ".child_types[" + _index49 + "]",
2604
+ })) && input3.child_types.map((elem, _index40) => "string" === typeof elem || $report(_exceptionable2, {
2605
+ path: _path2 + ".child_types[" + _index40 + "]",
2704
2606
  expected: "string",
2705
2607
  value: elem
2706
2608
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2715,8 +2617,8 @@ var validDescrStatsRequest = (input) => {
2715
2617
  path: _path2 + ".included_types",
2716
2618
  expected: "(Array<string> | undefined)",
2717
2619
  value: input3.included_types
2718
- })) && input3.included_types.map((elem, _index50) => "string" === typeof elem || $report(_exceptionable2, {
2719
- path: _path2 + ".included_types[" + _index50 + "]",
2620
+ })) && input3.included_types.map((elem, _index41) => "string" === typeof elem || $report(_exceptionable2, {
2621
+ path: _path2 + ".included_types[" + _index41 + "]",
2720
2622
  expected: "string",
2721
2623
  value: elem
2722
2624
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2735,7 +2637,15 @@ var validDescrStatsRequest = (input) => {
2735
2637
  path: _path2 + ".values",
2736
2638
  expected: "(TermValues & SampleLstTermValues | undefined)",
2737
2639
  value: input3.values
2738
- }), true].every((flag) => flag);
2640
+ }), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
2641
+ path: _path2 + ".filter",
2642
+ expected: "(TermFilter | undefined)",
2643
+ value: input3.filter
2644
+ })) && $vo21(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
2645
+ path: _path2 + ".filter",
2646
+ expected: "(TermFilter | undefined)",
2647
+ value: input3.filter
2648
+ })].every((flag) => flag);
2739
2649
  const $vo60 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2740
2650
  const value = input3[key];
2741
2651
  if (void 0 === value)
@@ -2790,7 +2700,7 @@ var validDescrStatsRequest = (input) => {
2790
2700
  path: _path2 + ".filter",
2791
2701
  expected: "(Filter | undefined)",
2792
2702
  value: input3.filter
2793
- })) && $vo15(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
2703
+ })) && $vo17(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
2794
2704
  path: _path2 + ".filter",
2795
2705
  expected: "(Filter | undefined)",
2796
2706
  value: input3.filter
@@ -2804,19 +2714,19 @@ var validDescrStatsRequest = (input) => {
2804
2714
  value: input3.inuse
2805
2715
  }), (Array.isArray(input3.list) || $report(_exceptionable2, {
2806
2716
  path: _path2 + ".list",
2807
- expected: "Array<__type>.o3",
2717
+ expected: "Array<__type>.o4",
2808
2718
  value: input3.list
2809
- })) && input3.list.map((elem, _index51) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2810
- path: _path2 + ".list[" + _index51 + "]",
2811
- expected: "__type.o7",
2719
+ })) && input3.list.map((elem, _index42) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2720
+ path: _path2 + ".list[" + _index42 + "]",
2721
+ expected: "__type.o10",
2812
2722
  value: elem
2813
- })) && $vo62(elem, _path2 + ".list[" + _index51 + "]", _exceptionable2) || $report(_exceptionable2, {
2814
- path: _path2 + ".list[" + _index51 + "]",
2815
- expected: "__type.o7",
2723
+ })) && $vo62(elem, _path2 + ".list[" + _index42 + "]", _exceptionable2) || $report(_exceptionable2, {
2724
+ path: _path2 + ".list[" + _index42 + "]",
2725
+ expected: "__type.o10",
2816
2726
  value: elem
2817
2727
  })).every((flag) => flag) || $report(_exceptionable2, {
2818
2728
  path: _path2 + ".list",
2819
- expected: "Array<__type>.o3",
2729
+ expected: "Array<__type>.o4",
2820
2730
  value: input3.list
2821
2731
  }), true].every((flag) => flag);
2822
2732
  const $vo62 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.sampleId || $report(_exceptionable2, {
@@ -2897,8 +2807,8 @@ var validDescrStatsRequest = (input) => {
2897
2807
  path: _path2 + ".breaks",
2898
2808
  expected: "(Array<number> | undefined)",
2899
2809
  value: input3.breaks
2900
- })) && input3.breaks.map((elem, _index52) => "number" === typeof elem || $report(_exceptionable2, {
2901
- path: _path2 + ".breaks[" + _index52 + "]",
2810
+ })) && input3.breaks.map((elem, _index43) => "number" === typeof elem || $report(_exceptionable2, {
2811
+ path: _path2 + ".breaks[" + _index43 + "]",
2902
2812
  expected: "number",
2903
2813
  value: elem
2904
2814
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2930,246 +2840,6 @@ var validDescrStatsRequest = (input) => {
2930
2840
  path: _path2 + ".hiddenValues",
2931
2841
  expected: "(HiddenValues | undefined)",
2932
2842
  value: input3.hiddenValues
2933
- }), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
2934
- path: _path2 + ".isAtomic",
2935
- expected: "(true | undefined)",
2936
- value: input3.isAtomic
2937
- }), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
2938
- path: _path2 + ".name",
2939
- expected: "(string | undefined)",
2940
- value: input3.name
2941
- }), void 0 === input3.reuseId || "string" === typeof input3.reuseId || $report(_exceptionable2, {
2942
- path: _path2 + ".reuseId",
2943
- expected: "(string | undefined)",
2944
- value: input3.reuseId
2945
- }), void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff || $report(_exceptionable2, {
2946
- path: _path2 + ".cnvGainCutoff",
2947
- expected: "(number | undefined)",
2948
- value: input3.cnvGainCutoff
2949
- }), void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength || $report(_exceptionable2, {
2950
- path: _path2 + ".cnvMaxLength",
2951
- expected: "(number | undefined)",
2952
- value: input3.cnvMaxLength
2953
- }), void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue || $report(_exceptionable2, {
2954
- path: _path2 + ".cnvMinAbsValue",
2955
- expected: "(number | undefined)",
2956
- value: input3.cnvMinAbsValue
2957
- }), void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff || $report(_exceptionable2, {
2958
- path: _path2 + ".cnvLossCutoff",
2959
- expected: "(number | undefined)",
2960
- value: input3.cnvLossCutoff
2961
- }), (Array.isArray(input3.exclude) || $report(_exceptionable2, {
2962
- path: _path2 + ".exclude",
2963
- expected: "Array<string>",
2964
- value: input3.exclude
2965
- })) && input3.exclude.map((elem, _index53) => "string" === typeof elem || $report(_exceptionable2, {
2966
- path: _path2 + ".exclude[" + _index53 + "]",
2967
- expected: "string",
2968
- value: elem
2969
- })).every((flag) => flag) || $report(_exceptionable2, {
2970
- path: _path2 + ".exclude",
2971
- expected: "Array<string>",
2972
- value: input3.exclude
2973
- }), void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || $report(_exceptionable2, {
2974
- path: _path2 + ".mode",
2975
- expected: '("binary" | "discrete" | undefined)',
2976
- value: input3.mode
2977
- }), "values" === input3.type || $report(_exceptionable2, {
2978
- path: _path2 + ".type",
2979
- expected: '"values"',
2980
- value: input3.type
2981
- })].every((flag) => flag);
2982
- const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2983
- path: _path2 + ".hiddenValues",
2984
- expected: "(HiddenValues | undefined)",
2985
- value: input3.hiddenValues
2986
- })) && $vo4(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
2987
- path: _path2 + ".hiddenValues",
2988
- expected: "(HiddenValues | undefined)",
2989
- value: input3.hiddenValues
2990
- }), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
2991
- path: _path2 + ".isAtomic",
2992
- expected: "(true | undefined)",
2993
- value: input3.isAtomic
2994
- }), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
2995
- path: _path2 + ".name",
2996
- expected: "(string | undefined)",
2997
- value: input3.name
2998
- }), void 0 === input3.reuseId || "string" === typeof input3.reuseId || $report(_exceptionable2, {
2999
- path: _path2 + ".reuseId",
3000
- expected: "(string | undefined)",
3001
- value: input3.reuseId
3002
- }), void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff || $report(_exceptionable2, {
3003
- path: _path2 + ".cnvGainCutoff",
3004
- expected: "(number | undefined)",
3005
- value: input3.cnvGainCutoff
3006
- }), void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength || $report(_exceptionable2, {
3007
- path: _path2 + ".cnvMaxLength",
3008
- expected: "(number | undefined)",
3009
- value: input3.cnvMaxLength
3010
- }), void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue || $report(_exceptionable2, {
3011
- path: _path2 + ".cnvMinAbsValue",
3012
- expected: "(number | undefined)",
3013
- value: input3.cnvMinAbsValue
3014
- }), void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff || $report(_exceptionable2, {
3015
- path: _path2 + ".cnvLossCutoff",
3016
- expected: "(number | undefined)",
3017
- value: input3.cnvLossCutoff
3018
- }), (Array.isArray(input3.exclude) || $report(_exceptionable2, {
3019
- path: _path2 + ".exclude",
3020
- expected: "Array<string>",
3021
- value: input3.exclude
3022
- })) && input3.exclude.map((elem, _index54) => "string" === typeof elem || $report(_exceptionable2, {
3023
- path: _path2 + ".exclude[" + _index54 + "]",
3024
- expected: "string",
3025
- value: elem
3026
- })).every((flag) => flag) || $report(_exceptionable2, {
3027
- path: _path2 + ".exclude",
3028
- expected: "Array<string>",
3029
- value: input3.exclude
3030
- }), void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode || $report(_exceptionable2, {
3031
- path: _path2 + ".mode",
3032
- expected: '("binary" | "continuous" | "cox" | "cuminc" | "discrete" | "spline" | undefined)',
3033
- value: input3.mode
3034
- }), void 0 === input3.type || "filter" === input3.type || $report(_exceptionable2, {
3035
- path: _path2 + ".type",
3036
- expected: '("filter" | undefined)',
3037
- value: input3.type
3038
- })].every((flag) => flag);
3039
- const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3040
- path: _path2 + ".hiddenValues",
3041
- expected: "(HiddenValues | undefined)",
3042
- value: input3.hiddenValues
3043
- })) && $vo4(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3044
- path: _path2 + ".hiddenValues",
3045
- expected: "(HiddenValues | undefined)",
3046
- value: input3.hiddenValues
3047
- }), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
3048
- path: _path2 + ".isAtomic",
3049
- expected: "(true | undefined)",
3050
- value: input3.isAtomic
3051
- }), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
3052
- path: _path2 + ".name",
3053
- expected: "(string | undefined)",
3054
- value: input3.name
3055
- }), void 0 === input3.reuseId || "string" === typeof input3.reuseId || $report(_exceptionable2, {
3056
- path: _path2 + ".reuseId",
3057
- expected: "(string | undefined)",
3058
- value: input3.reuseId
3059
- }), void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff || $report(_exceptionable2, {
3060
- path: _path2 + ".cnvGainCutoff",
3061
- expected: "(number | undefined)",
3062
- value: input3.cnvGainCutoff
3063
- }), void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength || $report(_exceptionable2, {
3064
- path: _path2 + ".cnvMaxLength",
3065
- expected: "(number | undefined)",
3066
- value: input3.cnvMaxLength
3067
- }), void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue || $report(_exceptionable2, {
3068
- path: _path2 + ".cnvMinAbsValue",
3069
- expected: "(number | undefined)",
3070
- value: input3.cnvMinAbsValue
3071
- }), void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff || $report(_exceptionable2, {
3072
- path: _path2 + ".cnvLossCutoff",
3073
- expected: "(number | undefined)",
3074
- value: input3.cnvLossCutoff
3075
- }), (Array.isArray(input3.exclude) || $report(_exceptionable2, {
3076
- path: _path2 + ".exclude",
3077
- expected: "Array<string>",
3078
- value: input3.exclude
3079
- })) && input3.exclude.map((elem, _index55) => "string" === typeof elem || $report(_exceptionable2, {
3080
- path: _path2 + ".exclude[" + _index55 + "]",
3081
- expected: "string",
3082
- value: elem
3083
- })).every((flag) => flag) || $report(_exceptionable2, {
3084
- path: _path2 + ".exclude",
3085
- expected: "Array<string>",
3086
- value: input3.exclude
3087
- }), void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || $report(_exceptionable2, {
3088
- path: _path2 + ".mode",
3089
- expected: '("binary" | "discrete" | undefined)',
3090
- value: input3.mode
3091
- }), "predefined-groupset" === input3.type || $report(_exceptionable2, {
3092
- path: _path2 + ".type",
3093
- expected: '"predefined-groupset"',
3094
- value: input3.type
3095
- }), "number" === typeof input3.predefined_groupset_idx || $report(_exceptionable2, {
3096
- path: _path2 + ".predefined_groupset_idx",
3097
- expected: "number",
3098
- value: input3.predefined_groupset_idx
3099
- })].every((flag) => flag);
3100
- const $vo68 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3101
- path: _path2 + ".hiddenValues",
3102
- expected: "(HiddenValues | undefined)",
3103
- value: input3.hiddenValues
3104
- })) && $vo4(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3105
- path: _path2 + ".hiddenValues",
3106
- expected: "(HiddenValues | undefined)",
3107
- value: input3.hiddenValues
3108
- }), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
3109
- path: _path2 + ".isAtomic",
3110
- expected: "(true | undefined)",
3111
- value: input3.isAtomic
3112
- }), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
3113
- path: _path2 + ".name",
3114
- expected: "(string | undefined)",
3115
- value: input3.name
3116
- }), void 0 === input3.reuseId || "string" === typeof input3.reuseId || $report(_exceptionable2, {
3117
- path: _path2 + ".reuseId",
3118
- expected: "(string | undefined)",
3119
- value: input3.reuseId
3120
- }), void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff || $report(_exceptionable2, {
3121
- path: _path2 + ".cnvGainCutoff",
3122
- expected: "(number | undefined)",
3123
- value: input3.cnvGainCutoff
3124
- }), void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength || $report(_exceptionable2, {
3125
- path: _path2 + ".cnvMaxLength",
3126
- expected: "(number | undefined)",
3127
- value: input3.cnvMaxLength
3128
- }), void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue || $report(_exceptionable2, {
3129
- path: _path2 + ".cnvMinAbsValue",
3130
- expected: "(number | undefined)",
3131
- value: input3.cnvMinAbsValue
3132
- }), void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff || $report(_exceptionable2, {
3133
- path: _path2 + ".cnvLossCutoff",
3134
- expected: "(number | undefined)",
3135
- value: input3.cnvLossCutoff
3136
- }), (Array.isArray(input3.exclude) || $report(_exceptionable2, {
3137
- path: _path2 + ".exclude",
3138
- expected: "Array<string>",
3139
- value: input3.exclude
3140
- })) && input3.exclude.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
3141
- path: _path2 + ".exclude[" + _index56 + "]",
3142
- expected: "string",
3143
- value: elem
3144
- })).every((flag) => flag) || $report(_exceptionable2, {
3145
- path: _path2 + ".exclude",
3146
- expected: "Array<string>",
3147
- value: input3.exclude
3148
- }), void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || $report(_exceptionable2, {
3149
- path: _path2 + ".mode",
3150
- expected: '("binary" | "discrete" | undefined)',
3151
- value: input3.mode
3152
- }), "custom-groupset" === input3.type || $report(_exceptionable2, {
3153
- path: _path2 + ".type",
3154
- expected: '"custom-groupset"',
3155
- value: input3.type
3156
- }), ("object" === typeof input3.customset && null !== input3.customset || $report(_exceptionable2, {
3157
- path: _path2 + ".customset",
3158
- expected: "BaseGroupSet",
3159
- value: input3.customset
3160
- })) && $vo8(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
3161
- path: _path2 + ".customset",
3162
- expected: "BaseGroupSet",
3163
- value: input3.customset
3164
- })].every((flag) => flag);
3165
- const $vo69 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3166
- path: _path2 + ".hiddenValues",
3167
- expected: "(HiddenValues | undefined)",
3168
- value: input3.hiddenValues
3169
- })) && $vo4(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3170
- path: _path2 + ".hiddenValues",
3171
- expected: "(HiddenValues | undefined)",
3172
- value: input3.hiddenValues
3173
2843
  }), void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic || $report(_exceptionable2, {
3174
2844
  path: _path2 + ".isAtomic",
3175
2845
  expected: "(boolean | undefined)",
@@ -3194,38 +2864,38 @@ var validDescrStatsRequest = (input) => {
3194
2864
  path: _path2 + ".groups",
3195
2865
  expected: "SampleLstTermValues",
3196
2866
  value: input3.groups
3197
- })) && $vo70(input3.groups, _path2 + ".groups", _exceptionable2) || $report(_exceptionable2, {
2867
+ })) && $vo66(input3.groups, _path2 + ".groups", _exceptionable2) || $report(_exceptionable2, {
3198
2868
  path: _path2 + ".groups",
3199
2869
  expected: "SampleLstTermValues",
3200
2870
  value: input3.groups
3201
2871
  })].every((flag) => flag);
3202
- const $vo70 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2872
+ const $vo66 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3203
2873
  const value = input3[key];
3204
2874
  if (void 0 === value)
3205
2875
  return true;
3206
2876
  if (RegExp(/(.*)/).test(key))
3207
2877
  return ("object" === typeof value && null !== value || $report(_exceptionable2, {
3208
2878
  path: _path2 + $join(key),
3209
- expected: "__type.o8",
2879
+ expected: "__type.o11",
3210
2880
  value
3211
- })) && $vo71(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2881
+ })) && $vo67(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3212
2882
  path: _path2 + $join(key),
3213
- expected: "__type.o8",
2883
+ expected: "__type.o11",
3214
2884
  value
3215
2885
  });
3216
2886
  if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
3217
2887
  return ("object" === typeof value && null !== value || $report(_exceptionable2, {
3218
2888
  path: _path2 + $join(key),
3219
- expected: "__type.o8",
2889
+ expected: "__type.o11",
3220
2890
  value
3221
- })) && $vo71(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2891
+ })) && $vo67(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3222
2892
  path: _path2 + $join(key),
3223
- expected: "__type.o8",
2893
+ expected: "__type.o11",
3224
2894
  value
3225
2895
  });
3226
2896
  return true;
3227
2897
  }).every((flag) => flag)].every((flag) => flag);
3228
- const $vo71 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2898
+ const $vo67 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
3229
2899
  path: _path2 + ".name",
3230
2900
  expected: "string",
3231
2901
  value: input3.name
@@ -3235,19 +2905,19 @@ var validDescrStatsRequest = (input) => {
3235
2905
  value: input3.inuse
3236
2906
  }), (Array.isArray(input3.list) || $report(_exceptionable2, {
3237
2907
  path: _path2 + ".list",
3238
- expected: "Array<__type>.o3",
2908
+ expected: "Array<__type>.o4",
3239
2909
  value: input3.list
3240
- })) && input3.list.map((elem, _index57) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3241
- path: _path2 + ".list[" + _index57 + "]",
3242
- expected: "__type.o7",
2910
+ })) && input3.list.map((elem, _index44) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2911
+ path: _path2 + ".list[" + _index44 + "]",
2912
+ expected: "__type.o10",
3243
2913
  value: elem
3244
- })) && $vo62(elem, _path2 + ".list[" + _index57 + "]", _exceptionable2) || $report(_exceptionable2, {
3245
- path: _path2 + ".list[" + _index57 + "]",
3246
- expected: "__type.o7",
2914
+ })) && $vo62(elem, _path2 + ".list[" + _index44 + "]", _exceptionable2) || $report(_exceptionable2, {
2915
+ path: _path2 + ".list[" + _index44 + "]",
2916
+ expected: "__type.o10",
3247
2917
  value: elem
3248
2918
  })).every((flag) => flag) || $report(_exceptionable2, {
3249
2919
  path: _path2 + ".list",
3250
- expected: "Array<__type>.o3",
2920
+ expected: "Array<__type>.o4",
3251
2921
  value: input3.list
3252
2922
  }), true].every((flag) => flag);
3253
2923
  const $vu0 = (input3, _path2, _exceptionable2 = true) => (() => {
@@ -3262,62 +2932,51 @@ var validDescrStatsRequest = (input) => {
3262
2932
  });
3263
2933
  })();
3264
2934
  const $vu1 = (input3, _path2, _exceptionable2 = true) => (() => {
3265
- if (void 0 !== input3.type)
3266
- return $vo15(input3, _path2, _exceptionable2);
3267
- if (void 0 !== input3.ranges)
2935
+ if ("tvslst" === input3.type)
3268
2936
  return $vo17(input3, _path2, _exceptionable2);
3269
- return $vo16(input3, _path2, false) || $vo27(input3, _path2, false) || $vo30(input3, _path2, false);
2937
+ if ("tvs" === input3.type)
2938
+ return $vo18(input3, _path2, _exceptionable2);
2939
+ return $report(_exceptionable2, {
2940
+ path: _path2,
2941
+ expected: "(Filter | __type.o3)",
2942
+ value: input3
2943
+ });
3270
2944
  })();
3271
2945
  const $vu2 = (input3, _path2, _exceptionable2 = true) => (() => {
3272
2946
  if (true === input3.startunbounded)
3273
- return $vo21(input3, _path2, _exceptionable2);
2947
+ return $vo29(input3, _path2, _exceptionable2);
3274
2948
  if (true === input3.stopunbounded)
3275
- return $vo23(input3, _path2, _exceptionable2);
3276
- return $vo22(input3, _path2, _exceptionable2);
2949
+ return $vo31(input3, _path2, _exceptionable2);
2950
+ return $vo30(input3, _path2, _exceptionable2);
3277
2951
  })();
3278
2952
  const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
3279
- if (2 === input3.dt)
3280
- return $vo39(input3, _path2, _exceptionable2);
3281
- if (5 === input3.dt)
3282
- return $vo38(input3, _path2, _exceptionable2);
3283
- if (4 === input3.dt)
3284
- return $vo37(input3, _path2, _exceptionable2);
3285
- if (1 === input3.dt)
3286
- return $vo36(input3, _path2, _exceptionable2);
3287
- return $report(_exceptionable2, {
3288
- path: _path2,
3289
- expected: "(FusionTvsValue | SVTvsValue | CNVTvsValue | SNVIndelTvsValue)",
3290
- value: input3
3291
- });
3292
- })();
3293
- const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
3294
2953
  if (true === input3.startunbounded)
3295
- return $vo21(input3, _path2, _exceptionable2);
2954
+ return $vo29(input3, _path2, _exceptionable2);
3296
2955
  if (void 0 !== input3.start)
3297
- return $vo22(input3, _path2, _exceptionable2);
2956
+ return $vo30(input3, _path2, _exceptionable2);
3298
2957
  return $report(_exceptionable2, {
3299
2958
  path: _path2,
3300
2959
  expected: "(StartUnboundedBin | FullyBoundedBin)",
3301
2960
  value: input3
3302
2961
  });
3303
2962
  })();
3304
- const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
2963
+ const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
3305
2964
  if (void 0 !== input3.stop)
3306
- return $vo22(input3, _path2, _exceptionable2);
2965
+ return $vo30(input3, _path2, _exceptionable2);
3307
2966
  if (true === input3.stopunbounded)
3308
- return $vo23(input3, _path2, _exceptionable2);
2967
+ return $vo31(input3, _path2, _exceptionable2);
3309
2968
  return $report(_exceptionable2, {
3310
2969
  path: _path2,
3311
2970
  expected: "(FullyBoundedBin | StopUnboundedBin)",
3312
2971
  value: input3
3313
2972
  });
3314
2973
  })();
3315
- const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
2974
+ const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
3316
2975
  if (void 0 !== input3.type)
3317
2976
  return $vo1(input3, _path2, _exceptionable2);
3318
2977
  return $vo52(input3, _path2, false) || $vo45(input3, _path2, false) || $vo40(input3, _path2, false);
3319
2978
  })();
3320
- const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
2979
+ const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
3321
2980
  if ("values" === input3.type)
3322
2981
  return $vo3(input3, _path2, _exceptionable2);
3323
2982
  if ("predefined-groupset" === input3.type)
@@ -3326,16 +2985,21 @@ var validDescrStatsRequest = (input) => {
3326
2985
  return $vo7(input3, _path2, _exceptionable2);
3327
2986
  return $vo5(input3, _path2, _exceptionable2);
3328
2987
  })();
2988
+ const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
2989
+ if (void 0 !== input3.ranges)
2990
+ return $vo25(input3, _path2, _exceptionable2);
2991
+ return $vo19(input3, _path2, false) || $vo35(input3, _path2, false) || $vo38(input3, _path2, false);
2992
+ })();
3329
2993
  const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
3330
- if (Array.isArray(input3.lst) && input3.lst.map((elem, _index58) => "object" === typeof elem && null !== elem && $vo33(elem, _path2 + ".lst[" + _index58 + "]", false)).every((flag) => flag))
3331
- return $vo32(input3, _path2, _exceptionable2);
3332
- return $vo34(input3, _path2, _exceptionable2);
2994
+ if (Array.isArray(input3.lst) && input3.lst.map((elem, _index45) => "object" === typeof elem && null !== elem && $vo23(elem, _path2 + ".lst[" + _index45 + "]", false)).every((flag) => flag))
2995
+ return $vo22(input3, _path2, _exceptionable2);
2996
+ return $vo24(input3, _path2, _exceptionable2);
3333
2997
  })();
3334
2998
  const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
3335
2999
  if ("regular-bin" === input3.type)
3336
- return $vo20(input3, _path2, _exceptionable2);
3000
+ return $vo28(input3, _path2, _exceptionable2);
3337
3001
  if ("custom-bin" === input3.type)
3338
- return $vo24(input3, _path2, _exceptionable2);
3002
+ return $vo32(input3, _path2, _exceptionable2);
3339
3003
  return $report(_exceptionable2, {
3340
3004
  path: _path2,
3341
3005
  expected: "(RegularNumericBinConfig | CustomNumericBinConfig)",
@@ -3343,46 +3007,34 @@ var validDescrStatsRequest = (input) => {
3343
3007
  });
3344
3008
  })();
3345
3009
  const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
3346
- if ("gene" === input3.kind)
3347
- return $vo31(input3, _path2, _exceptionable2);
3348
- if ("coord" === input3.kind)
3349
- return $vo35(input3, _path2, _exceptionable2);
3350
- return $report(_exceptionable2, {
3351
- path: _path2,
3352
- expected: "(GeneVariantGeneTerm | GeneVariantCoordTerm)",
3353
- value: input3
3354
- });
3355
- })();
3356
- const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
3357
3010
  if ("regular-bin" === input3.type)
3358
- return $vo20(input3, _path2, _exceptionable2);
3011
+ return $vo28(input3, _path2, _exceptionable2);
3359
3012
  if ("continuous" === input3.mode)
3360
3013
  return $vo42(input3, _path2, _exceptionable2);
3361
3014
  if ("spline" === input3.mode)
3362
3015
  return $vo43(input3, _path2, _exceptionable2);
3363
- return $vo24(input3, _path2, false) || $vo41(input3, _path2, false);
3364
- })();
3365
- const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
3366
- if (void 0 !== input3.ranges)
3367
- return $vo17(input3, _path2, _exceptionable2);
3368
- return $vo16(input3, _path2, false) || $vo27(input3, _path2, false) || $vo30(input3, _path2, false);
3016
+ return $vo32(input3, _path2, false) || $vo41(input3, _path2, false);
3369
3017
  })();
3370
- const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
3371
- if ("categorical" === input3.type)
3018
+ const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
3019
+ if ("gene" === input3.kind)
3372
3020
  return $vo53(input3, _path2, _exceptionable2);
3373
- if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type)
3021
+ if ("coord" === input3.kind)
3374
3022
  return $vo54(input3, _path2, _exceptionable2);
3375
- if ("condition" === input3.type)
3023
+ if ("categorical" === input3.type)
3376
3024
  return $vo55(input3, _path2, _exceptionable2);
3377
- if ("gene" === input3.kind)
3025
+ if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type)
3378
3026
  return $vo56(input3, _path2, _exceptionable2);
3379
- if ("coord" === input3.kind)
3027
+ if ("condition" === input3.type)
3380
3028
  return $vo57(input3, _path2, _exceptionable2);
3381
3029
  return $vo58(input3, _path2, false) || $vo59(input3, _path2, false);
3382
3030
  })();
3383
- const $vu14 = (input3, _path2, _exceptionable2 = true) => (() => {
3031
+ const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
3032
+ if (void 0 !== input3.predefined_groupset_idx)
3033
+ return $vo6(input3, _path2, _exceptionable2);
3034
+ if (void 0 !== input3.customset)
3035
+ return $vo7(input3, _path2, _exceptionable2);
3384
3036
  if (void 0 !== input3.bin_size)
3385
- return $vo20(input3, _path2, _exceptionable2);
3037
+ return $vo28(input3, _path2, _exceptionable2);
3386
3038
  if (void 0 !== input3.knots)
3387
3039
  return $vo43(input3, _path2, _exceptionable2);
3388
3040
  if (void 0 !== input3.AFcutoff)
@@ -3391,8 +3043,8 @@ var validDescrStatsRequest = (input) => {
3391
3043
  return $vo64(input3, _path2, _exceptionable2);
3392
3044
  return (() => {
3393
3045
  if (void 0 !== input3.groups)
3394
- return $vo69(input3, _path2, _exceptionable2);
3395
- 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);
3046
+ return $vo65(input3, _path2, _exceptionable2);
3047
+ return $vo5(input3, _path2, false) || $vo63(input3, _path2, false) || $vo3(input3, _path2, false) || $vo32(input3, _path2, false) || $vo41(input3, _path2, false) || $vo42(input3, _path2, false);
3396
3048
  })();
3397
3049
  })();
3398
3050
  return ("object" === typeof input2 && null !== input2 || $report(true, {