@sjcrh/proteinpaint-types 2.114.0 → 2.115.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/dist/brainImaging.js +1 -1
  2. package/dist/chunk-5HL5BPE5.js +126 -0
  3. package/dist/{chunk-BEXUBE5A.js → chunk-7GSVLBKZ.js} +10 -14
  4. package/dist/{chunk-H45GALYV.js → chunk-C7DJDPLP.js} +339 -343
  5. package/dist/{chunk-PR7XHL4T.js → chunk-EQGBEPDC.js} +10 -14
  6. package/dist/{chunk-BNOGQYXG.js → chunk-GS37E7DB.js} +339 -343
  7. package/dist/{chunk-KRHYG2ZZ.js → chunk-I3U2T7HV.js} +337 -341
  8. package/dist/{chunk-Q5F2XI6A.js → chunk-IJHMCHUT.js} +31 -23
  9. package/dist/{chunk-XDRUNGOV.js → chunk-KBTAXZM4.js} +286 -290
  10. package/dist/{chunk-JNEIQWTE.js → chunk-KZIZMP7Y.js} +27 -35
  11. package/dist/{chunk-7AQB3YHO.js → chunk-M26XQDA4.js} +10 -14
  12. package/dist/{chunk-66XSFQPI.js → chunk-MDBZCBM2.js} +17 -21
  13. package/dist/{chunk-OSHG443J.js → chunk-NESPJ4GG.js} +36 -44
  14. package/dist/{chunk-WVBWDL2B.js → chunk-PTYGGJLG.js} +339 -343
  15. package/dist/{chunk-T3NOHXOJ.js → chunk-ZPN2DV5E.js} +10 -14
  16. package/dist/correlationVolcano.js +1 -1
  17. package/dist/index.js +45 -37
  18. package/dist/termdb.boxplot.js +1 -1
  19. package/dist/termdb.categories.js +1 -1
  20. package/dist/termdb.cluster.js +1 -1
  21. package/dist/termdb.descrstats.js +1 -1
  22. package/dist/termdb.numericcategories.js +1 -1
  23. package/dist/termdb.percentile.js +1 -1
  24. package/dist/termdb.termsbyids.js +1 -1
  25. package/dist/termdb.topMutatedGenes.js +11 -0
  26. package/dist/termdb.topTermsByType.js +1 -1
  27. package/dist/termdb.topVariablyExpressedGenes.js +1 -1
  28. package/dist/termdb.violin.js +1 -1
  29. package/dist/wsisamples.js +11 -0
  30. package/package.json +1 -1
  31. package/src/dataset.ts +13 -3
  32. package/src/index.ts +2 -1
  33. package/src/routes/{gdc.topMutatedGenes.ts → termdb.topMutatedGenes.ts} +9 -7
  34. package/src/routes/wsisamples.ts +25 -0
  35. package/src/terms/numeric.ts +2 -2
  36. package/src/terms/term.ts +2 -1
  37. package/dist/gdc.topMutatedGenes.js +0 -11
@@ -58,8 +58,8 @@ var validDescrStatsRequest = (input) => {
58
58
  const errors = [];
59
59
  const __is = (input2) => {
60
60
  const $join = import_typia.createValidate.join;
61
- const $io0 = (input3) => "string" === typeof input3.genome && "string" === typeof input3.dslabel && "string" === typeof input3.embedder && ("object" === typeof input3.tw && null !== input3.tw && $iu6(input3.tw)) && (void 0 === input3.logScale || "boolean" === typeof input3.logScale) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io12(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 && $io14(input3.term));
61
+ const $io0 = (input3) => "string" === typeof input3.genome && "string" === typeof input3.dslabel && "string" === typeof input3.embedder && ("object" === typeof input3.tw && null !== input3.tw && $iu6(input3.tw)) && (void 0 === input3.logScale || "boolean" === typeof input3.logScale) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io15(input3.filter)) && true;
62
+ const $io1 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && "string" === typeof input3.$id && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("CatTWValues" === input3.type || "CatTWPredefinedGS" === input3.type || "CatTWCustomGS" === input3.type) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $iu7(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io12(input3.term));
63
63
  const $io2 = (input3) => Object.keys(input3).every((key) => {
64
64
  const value = input3[key];
65
65
  if (void 0 === value)
@@ -83,63 +83,63 @@ 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 && ("object" === typeof input3.filter && null !== input3.filter && $io12(input3.filter)) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
87
- const $io12 = (input3) => "lst" === input3.type && (void 0 === input3["in"] || "boolean" === typeof input3["in"]) && ("and" === input3.join || "or" === input3.join) && (void 0 === input3.tag || "string" === typeof input3.tag) && (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem)));
88
- const $io13 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io14(input3.term)) && (void 0 === input3.groupset_label || "string" === typeof input3.groupset_label) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && $io16(elem)));
89
- const $io14 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io15(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu8(input3.groupsetting));
90
- const $io15 = (input3) => Object.keys(input3).every((key) => {
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) => {
91
89
  const value = input3[key];
92
90
  if (void 0 === value)
93
91
  return true;
94
92
  if (RegExp(/(.*)/).test(key))
95
- return "object" === typeof value && null !== value && false === Array.isArray(value) && $io16(value);
93
+ return "object" === typeof value && null !== value && false === Array.isArray(value) && $io14(value);
96
94
  if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
97
- return "object" === typeof value && null !== value && false === Array.isArray(value) && $io16(value);
95
+ return "object" === typeof value && null !== value && false === Array.isArray(value) && $io14(value);
98
96
  return true;
99
97
  });
100
- const $io16 = (input3) => (void 0 === input3.key || "string" === typeof input3.key) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable) && (void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label) && (void 0 === input3.order || "string" === typeof input3.order) && (void 0 === input3.color || "string" === typeof input3.color) && (void 0 === input3.group || "number" === typeof input3.group) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io12(input3.filter));
101
- const $io17 = (input3) => (void 0 === input3.disabled || "boolean" === typeof input3.disabled) && (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io18(elem)));
102
- const $io18 = (input3) => "string" === typeof input3.name && (void 0 === input3.is_grade || "boolean" === typeof input3.is_grade) && (void 0 === input3.is_subcondition || "boolean" === typeof input3.is_subcondition) && (Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu0(elem)));
103
- const $io19 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.length === 0);
104
- const $io20 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io21(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io29(elem)));
105
- const $io21 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io15(input3.values)) && true && ("object" === typeof input3.bins && null !== input3.bins && $io22(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io28(input3.continuousColorScale));
106
- const $io22 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu9(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu9(input3.less)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset) && (void 0 === input3.label_offset_ignored || "boolean" === typeof input3.label_offset_ignored) && (void 0 === input3.rounding || "string" === typeof input3.rounding) && (void 0 === input3.min || "number" === typeof input3.min) && (void 0 === input3.max || "number" === typeof input3.max);
107
- const $io23 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "regular-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode) && "number" === typeof input3.bin_size && ("object" === typeof input3.first_bin && null !== input3.first_bin && $iu4(input3.first_bin)) && (void 0 === input3.last_bin || "object" === typeof input3.last_bin && null !== input3.last_bin && $iu5(input3.last_bin)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset);
108
- const $io24 = (input3) => true === input3.startunbounded && (void 0 === input3.startinclusive || false === input3.startinclusive) && "number" === typeof input3.stop && (void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive) && (void 0 === input3.stopunbounded || false === input3.stopunbounded) && (void 0 === input3.label || "string" === typeof input3.label);
109
- const $io25 = (input3) => (void 0 === input3.startunbounded || false === input3.startunbounded) && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && "number" === typeof input3.start && "number" === typeof input3.stop && (void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive) && (void 0 === input3.stopunbounded || false === input3.stopunbounded) && (void 0 === input3.label || "string" === typeof input3.label);
110
- const $io26 = (input3) => "number" === typeof input3.start && true === input3.stopunbounded && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && (void 0 === input3.startunbounded || false === input3.startunbounded) && (void 0 === input3.stopinclusive || false === input3.stopinclusive) && (void 0 === input3.label || "string" === typeof input3.label);
111
- const $io27 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "custom-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && (Array.isArray(input3.lst) && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu2(input3.lst[0]) && (Array.isArray(input3.lst.slice(1)) && input3.lst.slice(1).every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))))) && (void 0 === input3.preferredBins || "median" === input3.preferredBins);
112
- const $io28 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
113
- const $io29 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
114
- const $io30 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io31(input3.term)) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && (void 0 === input3.grade_and_child || Array.isArray(input3.grade_and_child) && input3.grade_and_child.every((elem) => "object" === typeof elem && null !== elem && $io32(elem)));
115
- const $io31 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io15(input3.values)) && true;
116
- const $io32 = (input3) => "number" === typeof input3.grade && "string" === typeof input3.grade_label && (void 0 === input3.child_id || "string" === typeof input3.child_id) && "string" === typeof input3.child_label;
117
- const $io33 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $iu10(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem)));
118
- const $io34 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io15(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io17(input3.groupsetting)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
119
- const $io35 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io15(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io17(input3.groupsetting)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
120
- const $io36 = (input3) => 1 === input3.dt && (Array.isArray(input3.mclassLst) && input3.mclassLst.every((elem) => "M" === elem || "E" === elem || "F" === elem || "N" === elem || "S" === elem || "D" === elem || "I" === elem || "P" === elem || "L" === elem || "Intron" === elem || "Blank" === elem || "WT" === elem || "ITD" === elem || "DEL" === elem || "NLOSS" === elem || "CLOSS" === elem || "Utr3" === elem || "Utr5" === elem || "X" === elem || "noncoding" === elem)) && (Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "M" === elem || "E" === elem || "F" === elem || "N" === elem || "S" === elem || "D" === elem || "I" === elem || "P" === elem || "L" === elem || "Intron" === elem || "Blank" === elem || "WT" === elem || "ITD" === elem || "DEL" === elem || "NLOSS" === elem || "CLOSS" === elem || "Utr3" === elem || "Utr5" === elem || "X" === elem || "noncoding" === elem)) && (void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin);
121
- const $io37 = (input3) => 4 === input3.dt && (Array.isArray(input3.mclassLst) && input3.mclassLst.every((elem) => "Blank" === elem || "WT" === elem || "CNV_amp" === elem || "CNV_loss" === elem || "CNV_loh" === elem || "CNV_amplification" === elem || "CNV_homozygous_deletion" === elem)) && (Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "Blank" === elem || "WT" === elem || "CNV_amp" === elem || "CNV_loss" === elem || "CNV_loh" === elem || "CNV_amplification" === elem || "CNV_homozygous_deletion" === elem)) && (void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin);
122
- const $io38 = (input3) => 5 === input3.dt && (Array.isArray(input3.mclassLst) && input3.mclassLst.every((elem) => "Blank" === elem || "WT" === elem || "SV" === elem)) && (Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "Blank" === elem || "WT" === elem || "SV" === elem)) && (void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin);
123
- const $io39 = (input3) => 2 === input3.dt && (Array.isArray(input3.mclassLst) && input3.mclassLst.every((elem) => "Blank" === elem || "WT" === elem || "Fuserna" === elem)) && (Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "Blank" === elem || "WT" === elem || "Fuserna" === elem)) && (void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin);
124
- const $io40 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && "string" === typeof input3.$id && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $io21(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu11(input3.q));
98
+ const $io14 = (input3) => (void 0 === input3.key || "string" === typeof input3.key) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable) && (void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label) && (void 0 === input3.order || "string" === typeof input3.order) && (void 0 === input3.color || "string" === typeof input3.color) && (void 0 === input3.group || "number" === typeof input3.group) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io15(input3.filter));
99
+ const $io15 = (input3) => "lst" === input3.type && (void 0 === input3["in"] || "boolean" === typeof input3["in"]) && ("and" === input3.join || "or" === input3.join) && (void 0 === input3.tag || "string" === typeof input3.tag) && (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem)));
100
+ const $io16 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io12(input3.term)) && (void 0 === input3.groupset_label || "string" === typeof input3.groupset_label) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && $io14(elem)));
101
+ const $io17 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io18(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io26(elem)));
102
+ const $io18 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io13(input3.values)) && true && ("object" === typeof input3.bins && null !== input3.bins && $io19(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io25(input3.continuousColorScale));
103
+ const $io19 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu9(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu9(input3.less)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset) && (void 0 === input3.label_offset_ignored || "boolean" === typeof input3.label_offset_ignored) && (void 0 === input3.rounding || "string" === typeof input3.rounding) && (void 0 === input3.min || "number" === typeof input3.min) && (void 0 === input3.max || "number" === typeof input3.max);
104
+ const $io20 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "regular-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode) && "number" === typeof input3.bin_size && ("object" === typeof input3.first_bin && null !== input3.first_bin && $iu4(input3.first_bin)) && (void 0 === input3.last_bin || "object" === typeof input3.last_bin && null !== input3.last_bin && $iu5(input3.last_bin)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset);
105
+ const $io21 = (input3) => true === input3.startunbounded && (void 0 === input3.startinclusive || false === input3.startinclusive) && "number" === typeof input3.stop && (void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive) && (void 0 === input3.stopunbounded || false === input3.stopunbounded) && (void 0 === input3.label || "string" === typeof input3.label);
106
+ const $io22 = (input3) => (void 0 === input3.startunbounded || false === input3.startunbounded) && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && "number" === typeof input3.start && "number" === typeof input3.stop && (void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive) && (void 0 === input3.stopunbounded || false === input3.stopunbounded) && (void 0 === input3.label || "string" === typeof input3.label);
107
+ const $io23 = (input3) => "number" === typeof input3.start && true === input3.stopunbounded && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && (void 0 === input3.startunbounded || false === input3.startunbounded) && (void 0 === input3.stopinclusive || false === input3.stopinclusive) && (void 0 === input3.label || "string" === typeof input3.label);
108
+ const $io24 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "custom-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && (Array.isArray(input3.lst) && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu2(input3.lst[0]) && (Array.isArray(input3.lst.slice(1)) && input3.lst.slice(1).every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))))) && (void 0 === input3.preferredBins || "median" === input3.preferredBins);
109
+ const $io25 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
110
+ const $io26 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
111
+ const $io27 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io28(input3.term)) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && (void 0 === input3.grade_and_child || Array.isArray(input3.grade_and_child) && input3.grade_and_child.every((elem) => "object" === typeof elem && null !== elem && $io29(elem)));
112
+ const $io28 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io13(input3.values)) && true;
113
+ const $io29 = (input3) => "number" === typeof input3.grade && "string" === typeof input3.grade_label && (void 0 === input3.child_id || "string" === typeof input3.child_id) && "string" === typeof input3.child_label;
114
+ const $io30 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $iu10(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem)));
115
+ const $io31 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io13(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io32(input3.groupsetting)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
116
+ const $io32 = (input3) => (void 0 === input3.disabled || "boolean" === typeof input3.disabled) && (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io33(elem)));
117
+ const $io33 = (input3) => "string" === typeof input3.name && (void 0 === input3.is_grade || "boolean" === typeof input3.is_grade) && (void 0 === input3.is_subcondition || "boolean" === typeof input3.is_subcondition) && (void 0 === input3.id || "string" === typeof input3.id) && (Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu0(elem)));
118
+ const $io34 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io13(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io32(input3.groupsetting)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
119
+ const $io35 = (input3) => 1 === input3.dt && (Array.isArray(input3.mclassLst) && input3.mclassLst.every((elem) => "M" === elem || "E" === elem || "F" === elem || "N" === elem || "S" === elem || "D" === elem || "I" === elem || "P" === elem || "L" === elem || "Intron" === elem || "Blank" === elem || "WT" === elem || "ITD" === elem || "DEL" === elem || "NLOSS" === elem || "CLOSS" === elem || "Utr3" === elem || "Utr5" === elem || "X" === elem || "noncoding" === elem)) && (Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "M" === elem || "E" === elem || "F" === elem || "N" === elem || "S" === elem || "D" === elem || "I" === elem || "P" === elem || "L" === elem || "Intron" === elem || "Blank" === elem || "WT" === elem || "ITD" === elem || "DEL" === elem || "NLOSS" === elem || "CLOSS" === elem || "Utr3" === elem || "Utr5" === elem || "X" === elem || "noncoding" === elem)) && (void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin);
120
+ const $io36 = (input3) => 4 === input3.dt && (Array.isArray(input3.mclassLst) && input3.mclassLst.every((elem) => "Blank" === elem || "WT" === elem || "CNV_amp" === elem || "CNV_loss" === elem || "CNV_loh" === elem || "CNV_amplification" === elem || "CNV_homozygous_deletion" === elem)) && (Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "Blank" === elem || "WT" === elem || "CNV_amp" === elem || "CNV_loss" === elem || "CNV_loh" === elem || "CNV_amplification" === elem || "CNV_homozygous_deletion" === elem)) && (void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin);
121
+ const $io37 = (input3) => 5 === input3.dt && (Array.isArray(input3.mclassLst) && input3.mclassLst.every((elem) => "Blank" === elem || "WT" === elem || "SV" === elem)) && (Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "Blank" === elem || "WT" === elem || "SV" === elem)) && (void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin);
122
+ const $io38 = (input3) => 2 === input3.dt && (Array.isArray(input3.mclassLst) && input3.mclassLst.every((elem) => "Blank" === elem || "WT" === elem || "Fuserna" === elem)) && (Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "Blank" === elem || "WT" === elem || "Fuserna" === elem)) && (void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin);
123
+ const $io39 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.length === 0);
124
+ const $io40 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && "string" === typeof input3.$id && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $io18(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu11(input3.q));
125
125
  const $io41 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "binary" === input3.mode && "custom-bin" === input3.type && (Array.isArray(input3.lst) && (input3.lst.length === 2 && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu4(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu5(input3.lst[1]))));
126
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
129
  const $io45 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && "string" === typeof input3.$id && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.q && null !== input3.q && $io46(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io48(input3.term));
130
- const $io46 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type) && "number" === typeof input3.AFcutoff && "number" === typeof input3.alleleType && "string" === typeof input3.cacheid && true && "number" === typeof input3.geneticModel && true && (void 0 === input3.missingGenotype || "number" === typeof input3.missingGenotype) && "number" === typeof input3.numOfSampleWithAnyValidGT && ("object" === typeof input3.restrictAncestry && null !== input3.restrictAncestry && $io47(input3.restrictAncestry)) && true && true && ("object" === typeof input3.variant_filter && null !== input3.variant_filter && $io12(input3.variant_filter)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
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
131
  const $io47 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu12(input3.tvs));
132
- const $io48 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io15(input3.values)) && true && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io49(elem)));
132
+ const $io48 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io13(input3.values)) && true && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io49(elem)));
133
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
136
  const $io52 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && "string" === typeof input3.$id && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $iu14(input3.q));
137
- const $io53 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io15(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu8(input3.groupsetting));
138
- const $io54 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io15(input3.values)) && true && ("object" === typeof input3.bins && null !== input3.bins && $io22(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io28(input3.continuousColorScale));
139
- const $io55 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io15(input3.values)) && true;
140
- const $io56 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io15(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io17(input3.groupsetting)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
141
- const $io57 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io15(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io17(input3.groupsetting)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
142
- const $io58 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io15(input3.values)) && true && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io49(elem)));
137
+ const $io53 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io13(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu8(input3.groupsetting));
138
+ const $io54 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io13(input3.values)) && true && ("object" === typeof input3.bins && null !== input3.bins && $io19(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io25(input3.continuousColorScale));
139
+ const $io55 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io13(input3.values)) && true;
140
+ const $io56 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io13(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io32(input3.groupsetting)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
141
+ const $io57 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io13(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io32(input3.groupsetting)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
142
+ const $io58 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io13(input3.values)) && true && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io49(elem)));
143
143
  const $io59 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io60(input3.values)) && true;
144
144
  const $io60 = (input3) => Object.keys(input3).every((key) => {
145
145
  const value = input3[key];
@@ -151,7 +151,7 @@ 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 && $io12(input3.filter)) && "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io62(elem))) && true;
154
+ const $io61 = (input3) => (void 0 === input3.key || "string" === typeof input3.key) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable) && (void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label) && (void 0 === input3.order || "string" === typeof input3.order) && (void 0 === input3.color || "string" === typeof input3.color) && (void 0 === input3.group || "number" === typeof input3.group) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io15(input3.filter)) && "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io62(elem))) && true;
155
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;
@@ -180,49 +180,49 @@ var validDescrStatsRequest = (input) => {
180
180
  })();
181
181
  const $iu1 = (input3) => (() => {
182
182
  if (void 0 !== input3.type)
183
- return $io12(input3);
183
+ return $io15(input3);
184
184
  if (void 0 !== input3.ranges)
185
- return $io20(input3);
185
+ return $io17(input3);
186
186
  return (() => {
187
- if ($io13(input3))
188
- return $io13(input3);
187
+ if ($io16(input3))
188
+ return $io16(input3);
189
+ if ($io27(input3))
190
+ return $io27(input3);
189
191
  if ($io30(input3))
190
192
  return $io30(input3);
191
- if ($io33(input3))
192
- return $io33(input3);
193
193
  return false;
194
194
  })();
195
195
  })();
196
196
  const $iu2 = (input3) => (() => {
197
197
  if (true === input3.startunbounded)
198
- return $io24(input3);
198
+ return $io21(input3);
199
199
  if (true === input3.stopunbounded)
200
- return $io26(input3);
201
- return $io25(input3);
200
+ return $io23(input3);
201
+ return $io22(input3);
202
202
  })();
203
203
  const $iu3 = (input3) => (() => {
204
204
  if (2 === input3.dt)
205
- return $io39(input3);
206
- if (5 === input3.dt)
207
205
  return $io38(input3);
208
- if (4 === input3.dt)
206
+ if (5 === input3.dt)
209
207
  return $io37(input3);
210
- if (1 === input3.dt)
208
+ if (4 === input3.dt)
211
209
  return $io36(input3);
210
+ if (1 === input3.dt)
211
+ return $io35(input3);
212
212
  return false;
213
213
  })();
214
214
  const $iu4 = (input3) => (() => {
215
215
  if (true === input3.startunbounded)
216
- return $io24(input3);
216
+ return $io21(input3);
217
217
  if (void 0 !== input3.start)
218
- return $io25(input3);
218
+ return $io22(input3);
219
219
  return false;
220
220
  })();
221
221
  const $iu5 = (input3) => (() => {
222
222
  if (void 0 !== input3.stop)
223
- return $io25(input3);
223
+ return $io22(input3);
224
224
  if (true === input3.stopunbounded)
225
- return $io26(input3);
225
+ return $io23(input3);
226
226
  return false;
227
227
  })();
228
228
  const $iu6 = (input3) => (() => {
@@ -248,34 +248,34 @@ var validDescrStatsRequest = (input) => {
248
248
  return $io5(input3);
249
249
  })();
250
250
  const $iu8 = (input3) => (() => {
251
- if (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io18(elem)))
252
- return $io17(input3);
253
- return $io19(input3);
251
+ if (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io33(elem)))
252
+ return $io32(input3);
253
+ return $io39(input3);
254
254
  })();
255
255
  const $iu9 = (input3) => (() => {
256
256
  if ("regular-bin" === input3.type)
257
- return $io23(input3);
257
+ return $io20(input3);
258
258
  if ("custom-bin" === input3.type)
259
- return $io27(input3);
259
+ return $io24(input3);
260
260
  return false;
261
261
  })();
262
262
  const $iu10 = (input3) => (() => {
263
263
  if ("gene" === input3.kind)
264
- return $io34(input3);
264
+ return $io31(input3);
265
265
  if ("coord" === input3.kind)
266
- return $io35(input3);
266
+ return $io34(input3);
267
267
  return false;
268
268
  })();
269
269
  const $iu11 = (input3) => (() => {
270
270
  if ("regular-bin" === input3.type)
271
- return $io23(input3);
271
+ return $io20(input3);
272
272
  if ("continuous" === input3.mode)
273
273
  return $io42(input3);
274
274
  if ("spline" === input3.mode)
275
275
  return $io43(input3);
276
276
  return (() => {
277
- if ($io27(input3))
278
- return $io27(input3);
277
+ if ($io24(input3))
278
+ return $io24(input3);
279
279
  if ($io41(input3))
280
280
  return $io41(input3);
281
281
  return false;
@@ -283,21 +283,21 @@ var validDescrStatsRequest = (input) => {
283
283
  })();
284
284
  const $iu12 = (input3) => (() => {
285
285
  if (void 0 !== input3.ranges)
286
- return $io20(input3);
286
+ return $io17(input3);
287
287
  return (() => {
288
- if ($io13(input3))
289
- return $io13(input3);
288
+ if ($io16(input3))
289
+ return $io16(input3);
290
+ if ($io27(input3))
291
+ return $io27(input3);
290
292
  if ($io30(input3))
291
293
  return $io30(input3);
292
- if ($io33(input3))
293
- return $io33(input3);
294
294
  return false;
295
295
  })();
296
296
  })();
297
297
  const $iu13 = (input3) => (() => {
298
298
  if ("categorical" === input3.type)
299
299
  return $io53(input3);
300
- if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type)
300
+ if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type)
301
301
  return $io54(input3);
302
302
  if ("condition" === input3.type)
303
303
  return $io55(input3);
@@ -315,7 +315,7 @@ var validDescrStatsRequest = (input) => {
315
315
  })();
316
316
  const $iu14 = (input3) => (() => {
317
317
  if (void 0 !== input3.bin_size)
318
- return $io23(input3);
318
+ return $io20(input3);
319
319
  if (void 0 !== input3.knots)
320
320
  return $io43(input3);
321
321
  if (void 0 !== input3.AFcutoff)
@@ -336,8 +336,8 @@ var validDescrStatsRequest = (input) => {
336
336
  return $io6(input3);
337
337
  if ($io7(input3))
338
338
  return $io7(input3);
339
- if ($io27(input3))
340
- return $io27(input3);
339
+ if ($io24(input3))
340
+ return $io24(input3);
341
341
  if ($io41(input3))
342
342
  return $io41(input3);
343
343
  if ($io42(input3))
@@ -388,7 +388,7 @@ var validDescrStatsRequest = (input) => {
388
388
  path: _path2 + ".filter",
389
389
  expected: "(Filter | undefined)",
390
390
  value: input3.filter
391
- })) && $vo12(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
391
+ })) && $vo15(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
392
392
  path: _path2 + ".filter",
393
393
  expected: "(Filter | undefined)",
394
394
  value: input3.filter
@@ -433,7 +433,7 @@ var validDescrStatsRequest = (input) => {
433
433
  path: _path2 + ".term",
434
434
  expected: "CategoricalTerm",
435
435
  value: input3.term
436
- })) && $vo14(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
436
+ })) && $vo12(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
437
437
  path: _path2 + ".term",
438
438
  expected: "CategoricalTerm",
439
439
  value: input3.term
@@ -649,90 +649,12 @@ var validDescrStatsRequest = (input) => {
649
649
  path: _path2 + ".type",
650
650
  expected: '"filter"',
651
651
  value: input3.type
652
- }), ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
653
- path: _path2 + ".filter",
654
- expected: "Filter",
655
- value: input3.filter
656
- })) && $vo12(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
657
- path: _path2 + ".filter",
658
- expected: "Filter",
659
- value: input3.filter
660
- }), void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable || $report(_exceptionable2, {
652
+ }), true, void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable || $report(_exceptionable2, {
661
653
  path: _path2 + ".uncomputable",
662
654
  expected: "(boolean | undefined)",
663
655
  value: input3.uncomputable
664
656
  })].every((flag) => flag);
665
- const $vo12 = (input3, _path2, _exceptionable2 = true) => ["lst" === input3.type || $report(_exceptionable2, {
666
- path: _path2 + ".type",
667
- expected: '"lst"',
668
- value: input3.type
669
- }), void 0 === input3["in"] || "boolean" === typeof input3["in"] || $report(_exceptionable2, {
670
- path: _path2 + '["in"]',
671
- expected: "(boolean | undefined)",
672
- value: input3["in"]
673
- }), "and" === input3.join || "or" === input3.join || $report(_exceptionable2, {
674
- path: _path2 + ".join",
675
- expected: '("and" | "or")',
676
- value: input3.join
677
- }), void 0 === input3.tag || "string" === typeof input3.tag || $report(_exceptionable2, {
678
- path: _path2 + ".tag",
679
- expected: "(string | undefined)",
680
- value: input3.tag
681
- }), (Array.isArray(input3.lst) || $report(_exceptionable2, {
682
- path: _path2 + ".lst",
683
- expected: "Array<Filter | Tvs>",
684
- value: input3.lst
685
- })) && input3.lst.map((elem, _index3) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
686
- path: _path2 + ".lst[" + _index3 + "]",
687
- expected: "(CategoricalTvs | ConditionTvs | Filter | GeneVariantTvs | NumericTvs)",
688
- value: elem
689
- })) && $vu1(elem, _path2 + ".lst[" + _index3 + "]", _exceptionable2) || $report(_exceptionable2, {
690
- path: _path2 + ".lst[" + _index3 + "]",
691
- expected: "(CategoricalTvs | ConditionTvs | Filter | GeneVariantTvs | NumericTvs)",
692
- value: elem
693
- })).every((flag) => flag) || $report(_exceptionable2, {
694
- path: _path2 + ".lst",
695
- expected: "Array<Filter | Tvs>",
696
- value: input3.lst
697
- })].every((flag) => flag);
698
- const $vo13 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
699
- path: _path2 + ".join",
700
- expected: "(string | undefined)",
701
- value: input3.join
702
- }), void 0 === input3.isnot || "boolean" === typeof input3.isnot || $report(_exceptionable2, {
703
- path: _path2 + ".isnot",
704
- expected: "(boolean | undefined)",
705
- value: input3.isnot
706
- }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
707
- path: _path2 + ".term",
708
- expected: "CategoricalTerm",
709
- value: input3.term
710
- })) && $vo14(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
711
- path: _path2 + ".term",
712
- expected: "CategoricalTerm",
713
- value: input3.term
714
- }), void 0 === input3.groupset_label || "string" === typeof input3.groupset_label || $report(_exceptionable2, {
715
- path: _path2 + ".groupset_label",
716
- expected: "(string | undefined)",
717
- value: input3.groupset_label
718
- }), (Array.isArray(input3.values) || $report(_exceptionable2, {
719
- path: _path2 + ".values",
720
- expected: "Array<BaseValue>",
721
- value: input3.values
722
- })) && input3.values.map((elem, _index4) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || $report(_exceptionable2, {
723
- path: _path2 + ".values[" + _index4 + "]",
724
- expected: "BaseValue",
725
- value: elem
726
- })) && $vo16(elem, _path2 + ".values[" + _index4 + "]", _exceptionable2) || $report(_exceptionable2, {
727
- path: _path2 + ".values[" + _index4 + "]",
728
- expected: "BaseValue",
729
- value: elem
730
- })).every((flag) => flag) || $report(_exceptionable2, {
731
- path: _path2 + ".values",
732
- expected: "Array<BaseValue>",
733
- value: input3.values
734
- })].every((flag) => flag);
735
- const $vo14 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
657
+ const $vo12 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
736
658
  path: _path2 + ".id",
737
659
  expected: "string",
738
660
  value: input3.id
@@ -748,8 +670,8 @@ var validDescrStatsRequest = (input) => {
748
670
  path: _path2 + ".child_types",
749
671
  expected: "(Array<string> | undefined)",
750
672
  value: input3.child_types
751
- })) && input3.child_types.map((elem, _index5) => "string" === typeof elem || $report(_exceptionable2, {
752
- path: _path2 + ".child_types[" + _index5 + "]",
673
+ })) && input3.child_types.map((elem, _index3) => "string" === typeof elem || $report(_exceptionable2, {
674
+ path: _path2 + ".child_types[" + _index3 + "]",
753
675
  expected: "string",
754
676
  value: elem
755
677
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -764,8 +686,8 @@ var validDescrStatsRequest = (input) => {
764
686
  path: _path2 + ".included_types",
765
687
  expected: "(Array<string> | undefined)",
766
688
  value: input3.included_types
767
- })) && input3.included_types.map((elem, _index6) => "string" === typeof elem || $report(_exceptionable2, {
768
- path: _path2 + ".included_types[" + _index6 + "]",
689
+ })) && input3.included_types.map((elem, _index4) => "string" === typeof elem || $report(_exceptionable2, {
690
+ path: _path2 + ".included_types[" + _index4 + "]",
769
691
  expected: "string",
770
692
  value: elem
771
693
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -780,20 +702,20 @@ var validDescrStatsRequest = (input) => {
780
702
  path: _path2 + ".values",
781
703
  expected: "(TermValues | undefined)",
782
704
  value: input3.values
783
- })) && $vo15(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
705
+ })) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
784
706
  path: _path2 + ".values",
785
707
  expected: "(TermValues | undefined)",
786
708
  value: input3.values
787
709
  }), true, ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
788
710
  path: _path2 + ".groupsetting",
789
- expected: "(EnabledTermGroupSetting | __type.o2)",
711
+ expected: "(EnabledTermGroupSetting | __type.o4)",
790
712
  value: input3.groupsetting
791
713
  })) && $vu8(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
792
714
  path: _path2 + ".groupsetting",
793
- expected: "(EnabledTermGroupSetting | __type.o2)",
715
+ expected: "(EnabledTermGroupSetting | __type.o4)",
794
716
  value: input3.groupsetting
795
717
  })].every((flag) => flag);
796
- const $vo15 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
718
+ const $vo13 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
797
719
  const value = input3[key];
798
720
  if (void 0 === value)
799
721
  return true;
@@ -802,7 +724,7 @@ var validDescrStatsRequest = (input) => {
802
724
  path: _path2 + $join(key),
803
725
  expected: "BaseValue",
804
726
  value
805
- })) && $vo16(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
727
+ })) && $vo14(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
806
728
  path: _path2 + $join(key),
807
729
  expected: "BaseValue",
808
730
  value
@@ -812,14 +734,14 @@ var validDescrStatsRequest = (input) => {
812
734
  path: _path2 + $join(key),
813
735
  expected: "BaseValue",
814
736
  value
815
- })) && $vo16(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
737
+ })) && $vo14(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
816
738
  path: _path2 + $join(key),
817
739
  expected: "BaseValue",
818
740
  value
819
741
  });
820
742
  return true;
821
743
  }).every((flag) => flag)].every((flag) => flag);
822
- const $vo16 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
744
+ const $vo14 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
823
745
  path: _path2 + ".key",
824
746
  expected: "(string | undefined)",
825
747
  value: input3.key
@@ -847,79 +769,82 @@ var validDescrStatsRequest = (input) => {
847
769
  path: _path2 + ".filter",
848
770
  expected: "(Filter | undefined)",
849
771
  value: input3.filter
850
- })) && $vo12(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
772
+ })) && $vo15(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
851
773
  path: _path2 + ".filter",
852
774
  expected: "(Filter | undefined)",
853
775
  value: input3.filter
854
776
  })].every((flag) => flag);
855
- const $vo17 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.disabled || "boolean" === typeof input3.disabled || $report(_exceptionable2, {
856
- path: _path2 + ".disabled",
777
+ const $vo15 = (input3, _path2, _exceptionable2 = true) => ["lst" === input3.type || $report(_exceptionable2, {
778
+ path: _path2 + ".type",
779
+ expected: '"lst"',
780
+ value: input3.type
781
+ }), void 0 === input3["in"] || "boolean" === typeof input3["in"] || $report(_exceptionable2, {
782
+ path: _path2 + '["in"]',
857
783
  expected: "(boolean | undefined)",
858
- value: input3.disabled
784
+ value: input3["in"]
785
+ }), "and" === input3.join || "or" === input3.join || $report(_exceptionable2, {
786
+ path: _path2 + ".join",
787
+ expected: '("and" | "or")',
788
+ value: input3.join
789
+ }), void 0 === input3.tag || "string" === typeof input3.tag || $report(_exceptionable2, {
790
+ path: _path2 + ".tag",
791
+ expected: "(string | undefined)",
792
+ value: input3.tag
859
793
  }), (Array.isArray(input3.lst) || $report(_exceptionable2, {
860
794
  path: _path2 + ".lst",
861
- expected: "Array<Groupset>",
795
+ expected: "Array<Filter | Tvs>",
862
796
  value: input3.lst
863
- })) && input3.lst.map((elem, _index7) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
864
- path: _path2 + ".lst[" + _index7 + "]",
865
- expected: "Groupset",
797
+ })) && input3.lst.map((elem, _index5) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
798
+ path: _path2 + ".lst[" + _index5 + "]",
799
+ expected: "(CategoricalTvs | ConditionTvs | Filter | GeneVariantTvs | NumericTvs)",
866
800
  value: elem
867
- })) && $vo18(elem, _path2 + ".lst[" + _index7 + "]", _exceptionable2) || $report(_exceptionable2, {
868
- path: _path2 + ".lst[" + _index7 + "]",
869
- expected: "Groupset",
801
+ })) && $vu1(elem, _path2 + ".lst[" + _index5 + "]", _exceptionable2) || $report(_exceptionable2, {
802
+ path: _path2 + ".lst[" + _index5 + "]",
803
+ expected: "(CategoricalTvs | ConditionTvs | Filter | GeneVariantTvs | NumericTvs)",
870
804
  value: elem
871
805
  })).every((flag) => flag) || $report(_exceptionable2, {
872
806
  path: _path2 + ".lst",
873
- expected: "Array<Groupset>",
807
+ expected: "Array<Filter | Tvs>",
874
808
  value: input3.lst
875
809
  })].every((flag) => flag);
876
- const $vo18 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
877
- path: _path2 + ".name",
878
- expected: "string",
879
- value: input3.name
880
- }), void 0 === input3.is_grade || "boolean" === typeof input3.is_grade || $report(_exceptionable2, {
881
- path: _path2 + ".is_grade",
882
- expected: "(boolean | undefined)",
883
- value: input3.is_grade
884
- }), void 0 === input3.is_subcondition || "boolean" === typeof input3.is_subcondition || $report(_exceptionable2, {
885
- path: _path2 + ".is_subcondition",
810
+ const $vo16 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
811
+ path: _path2 + ".join",
812
+ expected: "(string | undefined)",
813
+ value: input3.join
814
+ }), void 0 === input3.isnot || "boolean" === typeof input3.isnot || $report(_exceptionable2, {
815
+ path: _path2 + ".isnot",
886
816
  expected: "(boolean | undefined)",
887
- value: input3.is_subcondition
888
- }), (Array.isArray(input3.groups) || $report(_exceptionable2, {
889
- path: _path2 + ".groups",
890
- expected: "Array<GroupEntry>",
891
- value: input3.groups
892
- })) && input3.groups.map((elem, _index8) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
893
- path: _path2 + ".groups[" + _index8 + "]",
894
- expected: "(FilterGroup | ValuesGroup)",
817
+ value: input3.isnot
818
+ }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
819
+ path: _path2 + ".term",
820
+ expected: "CategoricalTerm",
821
+ value: input3.term
822
+ })) && $vo12(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
823
+ path: _path2 + ".term",
824
+ expected: "CategoricalTerm",
825
+ value: input3.term
826
+ }), void 0 === input3.groupset_label || "string" === typeof input3.groupset_label || $report(_exceptionable2, {
827
+ path: _path2 + ".groupset_label",
828
+ expected: "(string | undefined)",
829
+ value: input3.groupset_label
830
+ }), (Array.isArray(input3.values) || $report(_exceptionable2, {
831
+ path: _path2 + ".values",
832
+ expected: "Array<BaseValue>",
833
+ value: input3.values
834
+ })) && input3.values.map((elem, _index6) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || $report(_exceptionable2, {
835
+ path: _path2 + ".values[" + _index6 + "]",
836
+ expected: "BaseValue",
895
837
  value: elem
896
- })) && $vu0(elem, _path2 + ".groups[" + _index8 + "]", _exceptionable2) || $report(_exceptionable2, {
897
- path: _path2 + ".groups[" + _index8 + "]",
898
- expected: "(FilterGroup | ValuesGroup)",
838
+ })) && $vo14(elem, _path2 + ".values[" + _index6 + "]", _exceptionable2) || $report(_exceptionable2, {
839
+ path: _path2 + ".values[" + _index6 + "]",
840
+ expected: "BaseValue",
899
841
  value: elem
900
842
  })).every((flag) => flag) || $report(_exceptionable2, {
901
- path: _path2 + ".groups",
902
- expected: "Array<GroupEntry>",
903
- value: input3.groups
904
- })].every((flag) => flag);
905
- const $vo19 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
906
- path: _path2 + ".disabled",
907
- expected: "boolean",
908
- value: input3.disabled
909
- }), void 0 === input3.lst || (Array.isArray(input3.lst) || $report(_exceptionable2, {
910
- path: _path2 + ".lst",
911
- expected: "([] | undefined)",
912
- value: input3.lst
913
- })) && ((input3.lst.length === 0 || $report(_exceptionable2, {
914
- path: _path2 + ".lst",
915
- expected: "[]",
916
- value: input3.lst
917
- })) && [].every((flag) => flag)) || $report(_exceptionable2, {
918
- path: _path2 + ".lst",
919
- expected: "([] | undefined)",
920
- value: input3.lst
843
+ path: _path2 + ".values",
844
+ expected: "Array<BaseValue>",
845
+ value: input3.values
921
846
  })].every((flag) => flag);
922
- const $vo20 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
847
+ const $vo17 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
923
848
  path: _path2 + ".join",
924
849
  expected: "(string | undefined)",
925
850
  value: input3.join
@@ -931,7 +856,7 @@ var validDescrStatsRequest = (input) => {
931
856
  path: _path2 + ".term",
932
857
  expected: "NumericTerm",
933
858
  value: input3.term
934
- })) && $vo21(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
859
+ })) && $vo18(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
935
860
  path: _path2 + ".term",
936
861
  expected: "NumericTerm",
937
862
  value: input3.term
@@ -939,12 +864,12 @@ var validDescrStatsRequest = (input) => {
939
864
  path: _path2 + ".ranges",
940
865
  expected: "Array<NumericBin>",
941
866
  value: input3.ranges
942
- })) && input3.ranges.map((elem, _index9) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
943
- path: _path2 + ".ranges[" + _index9 + "]",
867
+ })) && input3.ranges.map((elem, _index7) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
868
+ path: _path2 + ".ranges[" + _index7 + "]",
944
869
  expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
945
870
  value: elem
946
- })) && $vu2(elem, _path2 + ".ranges[" + _index9 + "]", _exceptionable2) || $report(_exceptionable2, {
947
- path: _path2 + ".ranges[" + _index9 + "]",
871
+ })) && $vu2(elem, _path2 + ".ranges[" + _index7 + "]", _exceptionable2) || $report(_exceptionable2, {
872
+ path: _path2 + ".ranges[" + _index7 + "]",
948
873
  expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
949
874
  value: elem
950
875
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -955,20 +880,20 @@ var validDescrStatsRequest = (input) => {
955
880
  path: _path2 + ".values",
956
881
  expected: "Array<__type>.o1",
957
882
  value: input3.values
958
- })) && input3.values.map((elem, _index10) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
959
- path: _path2 + ".values[" + _index10 + "]",
960
- expected: "__type.o4",
883
+ })) && input3.values.map((elem, _index8) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
884
+ path: _path2 + ".values[" + _index8 + "]",
885
+ expected: "__type.o3",
961
886
  value: elem
962
- })) && $vo29(elem, _path2 + ".values[" + _index10 + "]", _exceptionable2) || $report(_exceptionable2, {
963
- path: _path2 + ".values[" + _index10 + "]",
964
- expected: "__type.o4",
887
+ })) && $vo26(elem, _path2 + ".values[" + _index8 + "]", _exceptionable2) || $report(_exceptionable2, {
888
+ path: _path2 + ".values[" + _index8 + "]",
889
+ expected: "__type.o3",
965
890
  value: elem
966
891
  })).every((flag) => flag) || $report(_exceptionable2, {
967
892
  path: _path2 + ".values",
968
893
  expected: "Array<__type>.o1",
969
894
  value: input3.values
970
895
  })].every((flag) => flag);
971
- const $vo21 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
896
+ const $vo18 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
972
897
  path: _path2 + ".id",
973
898
  expected: "string",
974
899
  value: input3.id
@@ -976,16 +901,16 @@ var validDescrStatsRequest = (input) => {
976
901
  path: _path2 + ".name",
977
902
  expected: "string",
978
903
  value: input3.name
979
- }), "integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || $report(_exceptionable2, {
904
+ }), "integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type || $report(_exceptionable2, {
980
905
  path: _path2 + ".type",
981
- expected: '("float" | "geneExpression" | "integer" | "metaboliteIntensity")',
906
+ expected: '("date" | "float" | "geneExpression" | "integer" | "metaboliteIntensity")',
982
907
  value: input3.type
983
908
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
984
909
  path: _path2 + ".child_types",
985
910
  expected: "(Array<string> | undefined)",
986
911
  value: input3.child_types
987
- })) && input3.child_types.map((elem, _index11) => "string" === typeof elem || $report(_exceptionable2, {
988
- path: _path2 + ".child_types[" + _index11 + "]",
912
+ })) && input3.child_types.map((elem, _index9) => "string" === typeof elem || $report(_exceptionable2, {
913
+ path: _path2 + ".child_types[" + _index9 + "]",
989
914
  expected: "string",
990
915
  value: elem
991
916
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1000,8 +925,8 @@ var validDescrStatsRequest = (input) => {
1000
925
  path: _path2 + ".included_types",
1001
926
  expected: "(Array<string> | undefined)",
1002
927
  value: input3.included_types
1003
- })) && input3.included_types.map((elem, _index12) => "string" === typeof elem || $report(_exceptionable2, {
1004
- path: _path2 + ".included_types[" + _index12 + "]",
928
+ })) && input3.included_types.map((elem, _index10) => "string" === typeof elem || $report(_exceptionable2, {
929
+ path: _path2 + ".included_types[" + _index10 + "]",
1005
930
  expected: "string",
1006
931
  value: elem
1007
932
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1016,7 +941,7 @@ var validDescrStatsRequest = (input) => {
1016
941
  path: _path2 + ".values",
1017
942
  expected: "(TermValues | undefined)",
1018
943
  value: input3.values
1019
- })) && $vo15(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
944
+ })) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1020
945
  path: _path2 + ".values",
1021
946
  expected: "(TermValues | undefined)",
1022
947
  value: input3.values
@@ -1024,7 +949,7 @@ var validDescrStatsRequest = (input) => {
1024
949
  path: _path2 + ".bins",
1025
950
  expected: "PresetNumericBins",
1026
951
  value: input3.bins
1027
- })) && $vo22(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
952
+ })) && $vo19(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1028
953
  path: _path2 + ".bins",
1029
954
  expected: "PresetNumericBins",
1030
955
  value: input3.bins
@@ -1034,14 +959,14 @@ var validDescrStatsRequest = (input) => {
1034
959
  value: input3.unit
1035
960
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1036
961
  path: _path2 + ".continuousColorScale",
1037
- expected: "(__type.o3 | undefined)",
962
+ expected: "(__type.o2 | undefined)",
1038
963
  value: input3.continuousColorScale
1039
- })) && $vo28(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
964
+ })) && $vo25(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1040
965
  path: _path2 + ".continuousColorScale",
1041
- expected: "(__type.o3 | undefined)",
966
+ expected: "(__type.o2 | undefined)",
1042
967
  value: input3.continuousColorScale
1043
968
  })].every((flag) => flag);
1044
- const $vo22 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3["default"] && null !== input3["default"] || $report(_exceptionable2, {
969
+ const $vo19 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3["default"] && null !== input3["default"] || $report(_exceptionable2, {
1045
970
  path: _path2 + '["default"]',
1046
971
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
1047
972
  value: input3["default"]
@@ -1078,7 +1003,7 @@ var validDescrStatsRequest = (input) => {
1078
1003
  expected: "(number | undefined)",
1079
1004
  value: input3.max
1080
1005
  })].every((flag) => flag);
1081
- const $vo23 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1006
+ const $vo20 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1082
1007
  path: _path2 + ".hiddenValues",
1083
1008
  expected: "(HiddenValues | undefined)",
1084
1009
  value: input3.hiddenValues
@@ -1131,7 +1056,7 @@ var validDescrStatsRequest = (input) => {
1131
1056
  expected: "(number | undefined)",
1132
1057
  value: input3.label_offset
1133
1058
  })].every((flag) => flag);
1134
- const $vo24 = (input3, _path2, _exceptionable2 = true) => [true === input3.startunbounded || $report(_exceptionable2, {
1059
+ const $vo21 = (input3, _path2, _exceptionable2 = true) => [true === input3.startunbounded || $report(_exceptionable2, {
1135
1060
  path: _path2 + ".startunbounded",
1136
1061
  expected: "true",
1137
1062
  value: input3.startunbounded
@@ -1156,7 +1081,7 @@ var validDescrStatsRequest = (input) => {
1156
1081
  expected: "(string | undefined)",
1157
1082
  value: input3.label
1158
1083
  })].every((flag) => flag);
1159
- const $vo25 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.startunbounded || false === input3.startunbounded || $report(_exceptionable2, {
1084
+ const $vo22 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.startunbounded || false === input3.startunbounded || $report(_exceptionable2, {
1160
1085
  path: _path2 + ".startunbounded",
1161
1086
  expected: "(false | undefined)",
1162
1087
  value: input3.startunbounded
@@ -1185,7 +1110,7 @@ var validDescrStatsRequest = (input) => {
1185
1110
  expected: "(string | undefined)",
1186
1111
  value: input3.label
1187
1112
  })].every((flag) => flag);
1188
- const $vo26 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.start || $report(_exceptionable2, {
1113
+ const $vo23 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.start || $report(_exceptionable2, {
1189
1114
  path: _path2 + ".start",
1190
1115
  expected: "number",
1191
1116
  value: input3.start
@@ -1210,7 +1135,7 @@ var validDescrStatsRequest = (input) => {
1210
1135
  expected: "(string | undefined)",
1211
1136
  value: input3.label
1212
1137
  })].every((flag) => flag);
1213
- const $vo27 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1138
+ const $vo24 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1214
1139
  path: _path2 + ".hiddenValues",
1215
1140
  expected: "(HiddenValues | undefined)",
1216
1141
  value: input3.hiddenValues
@@ -1256,12 +1181,12 @@ var validDescrStatsRequest = (input) => {
1256
1181
  path: _path2 + ".lst",
1257
1182
  expected: "...(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
1258
1183
  value: input3.lst.slice(1)
1259
- })) && input3.lst.slice(1).map((elem, _index13) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1260
- path: _path2 + ".lst[" + (1 + _index13) + "]",
1184
+ })) && input3.lst.slice(1).map((elem, _index11) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1185
+ path: _path2 + ".lst[" + (1 + _index11) + "]",
1261
1186
  expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
1262
1187
  value: elem
1263
- })) && $vu2(elem, _path2 + ".lst[" + (1 + _index13) + "]", _exceptionable2) || $report(_exceptionable2, {
1264
- path: _path2 + ".lst[" + (1 + _index13) + "]",
1188
+ })) && $vu2(elem, _path2 + ".lst[" + (1 + _index11) + "]", _exceptionable2) || $report(_exceptionable2, {
1189
+ path: _path2 + ".lst[" + (1 + _index11) + "]",
1265
1190
  expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
1266
1191
  value: elem
1267
1192
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1277,7 +1202,7 @@ var validDescrStatsRequest = (input) => {
1277
1202
  expected: '("median" | undefined)',
1278
1203
  value: input3.preferredBins
1279
1204
  })].every((flag) => flag);
1280
- const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.minColor || $report(_exceptionable2, {
1205
+ const $vo25 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.minColor || $report(_exceptionable2, {
1281
1206
  path: _path2 + ".minColor",
1282
1207
  expected: "string",
1283
1208
  value: input3.minColor
@@ -1286,7 +1211,7 @@ var validDescrStatsRequest = (input) => {
1286
1211
  expected: "string",
1287
1212
  value: input3.maxColor
1288
1213
  })].every((flag) => flag);
1289
- const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1214
+ const $vo26 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1290
1215
  path: _path2 + ".key",
1291
1216
  expected: "string",
1292
1217
  value: input3.key
@@ -1303,7 +1228,7 @@ var validDescrStatsRequest = (input) => {
1303
1228
  expected: "(string | undefined)",
1304
1229
  value: input3.label
1305
1230
  })].every((flag) => flag);
1306
- const $vo30 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1231
+ const $vo27 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1307
1232
  path: _path2 + ".join",
1308
1233
  expected: "(string | undefined)",
1309
1234
  value: input3.join
@@ -1315,7 +1240,7 @@ var validDescrStatsRequest = (input) => {
1315
1240
  path: _path2 + ".term",
1316
1241
  expected: "ConditionTerm",
1317
1242
  value: input3.term
1318
- })) && $vo31(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1243
+ })) && $vo28(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1319
1244
  path: _path2 + ".term",
1320
1245
  expected: "ConditionTerm",
1321
1246
  value: input3.term
@@ -1335,12 +1260,12 @@ var validDescrStatsRequest = (input) => {
1335
1260
  path: _path2 + ".grade_and_child",
1336
1261
  expected: "(Array<GradeAndChildEntry> | undefined)",
1337
1262
  value: input3.grade_and_child
1338
- })) && input3.grade_and_child.map((elem, _index14) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1339
- path: _path2 + ".grade_and_child[" + _index14 + "]",
1263
+ })) && input3.grade_and_child.map((elem, _index12) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1264
+ path: _path2 + ".grade_and_child[" + _index12 + "]",
1340
1265
  expected: "GradeAndChildEntry",
1341
1266
  value: elem
1342
- })) && $vo32(elem, _path2 + ".grade_and_child[" + _index14 + "]", _exceptionable2) || $report(_exceptionable2, {
1343
- path: _path2 + ".grade_and_child[" + _index14 + "]",
1267
+ })) && $vo29(elem, _path2 + ".grade_and_child[" + _index12 + "]", _exceptionable2) || $report(_exceptionable2, {
1268
+ path: _path2 + ".grade_and_child[" + _index12 + "]",
1344
1269
  expected: "GradeAndChildEntry",
1345
1270
  value: elem
1346
1271
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1348,7 +1273,7 @@ var validDescrStatsRequest = (input) => {
1348
1273
  expected: "(Array<GradeAndChildEntry> | undefined)",
1349
1274
  value: input3.grade_and_child
1350
1275
  })].every((flag) => flag);
1351
- const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1276
+ const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1352
1277
  path: _path2 + ".id",
1353
1278
  expected: "string",
1354
1279
  value: input3.id
@@ -1364,8 +1289,8 @@ var validDescrStatsRequest = (input) => {
1364
1289
  path: _path2 + ".child_types",
1365
1290
  expected: "(Array<string> | undefined)",
1366
1291
  value: input3.child_types
1367
- })) && input3.child_types.map((elem, _index15) => "string" === typeof elem || $report(_exceptionable2, {
1368
- path: _path2 + ".child_types[" + _index15 + "]",
1292
+ })) && input3.child_types.map((elem, _index13) => "string" === typeof elem || $report(_exceptionable2, {
1293
+ path: _path2 + ".child_types[" + _index13 + "]",
1369
1294
  expected: "string",
1370
1295
  value: elem
1371
1296
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1380,8 +1305,8 @@ var validDescrStatsRequest = (input) => {
1380
1305
  path: _path2 + ".included_types",
1381
1306
  expected: "(Array<string> | undefined)",
1382
1307
  value: input3.included_types
1383
- })) && input3.included_types.map((elem, _index16) => "string" === typeof elem || $report(_exceptionable2, {
1384
- path: _path2 + ".included_types[" + _index16 + "]",
1308
+ })) && input3.included_types.map((elem, _index14) => "string" === typeof elem || $report(_exceptionable2, {
1309
+ path: _path2 + ".included_types[" + _index14 + "]",
1385
1310
  expected: "string",
1386
1311
  value: elem
1387
1312
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1396,12 +1321,12 @@ var validDescrStatsRequest = (input) => {
1396
1321
  path: _path2 + ".values",
1397
1322
  expected: "(TermValues | undefined)",
1398
1323
  value: input3.values
1399
- })) && $vo15(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1324
+ })) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1400
1325
  path: _path2 + ".values",
1401
1326
  expected: "(TermValues | undefined)",
1402
1327
  value: input3.values
1403
1328
  }), true].every((flag) => flag);
1404
- const $vo32 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1329
+ const $vo29 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1405
1330
  path: _path2 + ".grade",
1406
1331
  expected: "number",
1407
1332
  value: input3.grade
@@ -1418,7 +1343,7 @@ var validDescrStatsRequest = (input) => {
1418
1343
  expected: "string",
1419
1344
  value: input3.child_label
1420
1345
  })].every((flag) => flag);
1421
- const $vo33 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1346
+ const $vo30 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1422
1347
  path: _path2 + ".join",
1423
1348
  expected: "(string | undefined)",
1424
1349
  value: input3.join
@@ -1438,12 +1363,12 @@ var validDescrStatsRequest = (input) => {
1438
1363
  path: _path2 + ".values",
1439
1364
  expected: "Array<GeneVariantTvsValue>",
1440
1365
  value: input3.values
1441
- })) && input3.values.map((elem, _index17) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1442
- path: _path2 + ".values[" + _index17 + "]",
1366
+ })) && input3.values.map((elem, _index15) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1367
+ path: _path2 + ".values[" + _index15 + "]",
1443
1368
  expected: "(CNVTvsValue | FusionTvsValue | SNVIndelTvsValue | SVTvsValue)",
1444
1369
  value: elem
1445
- })) && $vu3(elem, _path2 + ".values[" + _index17 + "]", _exceptionable2) || $report(_exceptionable2, {
1446
- path: _path2 + ".values[" + _index17 + "]",
1370
+ })) && $vu3(elem, _path2 + ".values[" + _index15 + "]", _exceptionable2) || $report(_exceptionable2, {
1371
+ path: _path2 + ".values[" + _index15 + "]",
1447
1372
  expected: "(CNVTvsValue | FusionTvsValue | SNVIndelTvsValue | SVTvsValue)",
1448
1373
  value: elem
1449
1374
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1451,7 +1376,7 @@ var validDescrStatsRequest = (input) => {
1451
1376
  expected: "Array<GeneVariantTvsValue>",
1452
1377
  value: input3.values
1453
1378
  })].every((flag) => flag);
1454
- const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1379
+ const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1455
1380
  path: _path2 + ".id",
1456
1381
  expected: "string",
1457
1382
  value: input3.id
@@ -1467,8 +1392,8 @@ var validDescrStatsRequest = (input) => {
1467
1392
  path: _path2 + ".child_types",
1468
1393
  expected: "(Array<string> | undefined)",
1469
1394
  value: input3.child_types
1470
- })) && input3.child_types.map((elem, _index18) => "string" === typeof elem || $report(_exceptionable2, {
1471
- path: _path2 + ".child_types[" + _index18 + "]",
1395
+ })) && input3.child_types.map((elem, _index16) => "string" === typeof elem || $report(_exceptionable2, {
1396
+ path: _path2 + ".child_types[" + _index16 + "]",
1472
1397
  expected: "string",
1473
1398
  value: elem
1474
1399
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1483,8 +1408,8 @@ var validDescrStatsRequest = (input) => {
1483
1408
  path: _path2 + ".included_types",
1484
1409
  expected: "(Array<string> | undefined)",
1485
1410
  value: input3.included_types
1486
- })) && input3.included_types.map((elem, _index19) => "string" === typeof elem || $report(_exceptionable2, {
1487
- path: _path2 + ".included_types[" + _index19 + "]",
1411
+ })) && input3.included_types.map((elem, _index17) => "string" === typeof elem || $report(_exceptionable2, {
1412
+ path: _path2 + ".included_types[" + _index17 + "]",
1488
1413
  expected: "string",
1489
1414
  value: elem
1490
1415
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1499,7 +1424,7 @@ var validDescrStatsRequest = (input) => {
1499
1424
  path: _path2 + ".values",
1500
1425
  expected: "(TermValues | undefined)",
1501
1426
  value: input3.values
1502
- })) && $vo15(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1427
+ })) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1503
1428
  path: _path2 + ".values",
1504
1429
  expected: "(TermValues | undefined)",
1505
1430
  value: input3.values
@@ -1507,7 +1432,7 @@ var validDescrStatsRequest = (input) => {
1507
1432
  path: _path2 + ".groupsetting",
1508
1433
  expected: "EnabledTermGroupSetting",
1509
1434
  value: input3.groupsetting
1510
- })) && $vo17(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
1435
+ })) && $vo32(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
1511
1436
  path: _path2 + ".groupsetting",
1512
1437
  expected: "EnabledTermGroupSetting",
1513
1438
  value: input3.groupsetting
@@ -1532,7 +1457,61 @@ var validDescrStatsRequest = (input) => {
1532
1457
  expected: "(number | undefined)",
1533
1458
  value: input3.stop
1534
1459
  })].every((flag) => flag);
1535
- const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
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) => ["string" === typeof input3.id || $report(_exceptionable2, {
1536
1515
  path: _path2 + ".id",
1537
1516
  expected: "string",
1538
1517
  value: input3.id
@@ -1580,7 +1559,7 @@ var validDescrStatsRequest = (input) => {
1580
1559
  path: _path2 + ".values",
1581
1560
  expected: "(TermValues | undefined)",
1582
1561
  value: input3.values
1583
- })) && $vo15(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1562
+ })) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1584
1563
  path: _path2 + ".values",
1585
1564
  expected: "(TermValues | undefined)",
1586
1565
  value: input3.values
@@ -1588,7 +1567,7 @@ var validDescrStatsRequest = (input) => {
1588
1567
  path: _path2 + ".groupsetting",
1589
1568
  expected: "EnabledTermGroupSetting",
1590
1569
  value: input3.groupsetting
1591
- })) && $vo17(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
1570
+ })) && $vo32(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
1592
1571
  path: _path2 + ".groupsetting",
1593
1572
  expected: "EnabledTermGroupSetting",
1594
1573
  value: input3.groupsetting
@@ -1609,7 +1588,7 @@ var validDescrStatsRequest = (input) => {
1609
1588
  expected: "number",
1610
1589
  value: input3.stop
1611
1590
  })].every((flag) => flag);
1612
- const $vo36 = (input3, _path2, _exceptionable2 = true) => [1 === input3.dt || $report(_exceptionable2, {
1591
+ const $vo35 = (input3, _path2, _exceptionable2 = true) => [1 === input3.dt || $report(_exceptionable2, {
1613
1592
  path: _path2 + ".dt",
1614
1593
  expected: "1",
1615
1594
  value: input3.dt
@@ -1642,7 +1621,7 @@ var validDescrStatsRequest = (input) => {
1642
1621
  expected: '("germline" | "somatic" | undefined)',
1643
1622
  value: input3.origin
1644
1623
  })].every((flag) => flag);
1645
- const $vo37 = (input3, _path2, _exceptionable2 = true) => [4 === input3.dt || $report(_exceptionable2, {
1624
+ const $vo36 = (input3, _path2, _exceptionable2 = true) => [4 === input3.dt || $report(_exceptionable2, {
1646
1625
  path: _path2 + ".dt",
1647
1626
  expected: "4",
1648
1627
  value: input3.dt
@@ -1675,7 +1654,7 @@ var validDescrStatsRequest = (input) => {
1675
1654
  expected: '("germline" | "somatic" | undefined)',
1676
1655
  value: input3.origin
1677
1656
  })].every((flag) => flag);
1678
- const $vo38 = (input3, _path2, _exceptionable2 = true) => [5 === input3.dt || $report(_exceptionable2, {
1657
+ const $vo37 = (input3, _path2, _exceptionable2 = true) => [5 === input3.dt || $report(_exceptionable2, {
1679
1658
  path: _path2 + ".dt",
1680
1659
  expected: "5",
1681
1660
  value: input3.dt
@@ -1708,7 +1687,7 @@ var validDescrStatsRequest = (input) => {
1708
1687
  expected: '("germline" | "somatic" | undefined)',
1709
1688
  value: input3.origin
1710
1689
  })].every((flag) => flag);
1711
- const $vo39 = (input3, _path2, _exceptionable2 = true) => [2 === input3.dt || $report(_exceptionable2, {
1690
+ const $vo38 = (input3, _path2, _exceptionable2 = true) => [2 === input3.dt || $report(_exceptionable2, {
1712
1691
  path: _path2 + ".dt",
1713
1692
  expected: "2",
1714
1693
  value: input3.dt
@@ -1741,6 +1720,23 @@ var validDescrStatsRequest = (input) => {
1741
1720
  expected: '("germline" | "somatic" | undefined)',
1742
1721
  value: input3.origin
1743
1722
  })].every((flag) => flag);
1723
+ const $vo39 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
1724
+ path: _path2 + ".disabled",
1725
+ expected: "boolean",
1726
+ value: input3.disabled
1727
+ }), void 0 === input3.lst || (Array.isArray(input3.lst) || $report(_exceptionable2, {
1728
+ path: _path2 + ".lst",
1729
+ expected: "([] | undefined)",
1730
+ value: input3.lst
1731
+ })) && ((input3.lst.length === 0 || $report(_exceptionable2, {
1732
+ path: _path2 + ".lst",
1733
+ expected: "[]",
1734
+ value: input3.lst
1735
+ })) && [].every((flag) => flag)) || $report(_exceptionable2, {
1736
+ path: _path2 + ".lst",
1737
+ expected: "([] | undefined)",
1738
+ value: input3.lst
1739
+ })].every((flag) => flag);
1744
1740
  const $vo40 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
1745
1741
  path: _path2 + ".id",
1746
1742
  expected: "(string | undefined)",
@@ -1769,7 +1765,7 @@ var validDescrStatsRequest = (input) => {
1769
1765
  path: _path2 + ".term",
1770
1766
  expected: "NumericTerm",
1771
1767
  value: input3.term
1772
- })) && $vo21(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1768
+ })) && $vo18(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1773
1769
  path: _path2 + ".term",
1774
1770
  expected: "NumericTerm",
1775
1771
  value: input3.term
@@ -2038,7 +2034,7 @@ var validDescrStatsRequest = (input) => {
2038
2034
  path: _path2 + ".variant_filter",
2039
2035
  expected: "Filter",
2040
2036
  value: input3.variant_filter
2041
- })) && $vo12(input3.variant_filter, _path2 + ".variant_filter", _exceptionable2) || $report(_exceptionable2, {
2037
+ })) && $vo15(input3.variant_filter, _path2 + ".variant_filter", _exceptionable2) || $report(_exceptionable2, {
2042
2038
  path: _path2 + ".variant_filter",
2043
2039
  expected: "Filter",
2044
2040
  value: input3.variant_filter
@@ -2116,7 +2112,7 @@ var validDescrStatsRequest = (input) => {
2116
2112
  path: _path2 + ".values",
2117
2113
  expected: "(TermValues | undefined)",
2118
2114
  value: input3.values
2119
- })) && $vo15(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2115
+ })) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2120
2116
  path: _path2 + ".values",
2121
2117
  expected: "(TermValues | undefined)",
2122
2118
  value: input3.values
@@ -2254,11 +2250,11 @@ var validDescrStatsRequest = (input) => {
2254
2250
  value: input3.minNumSamples
2255
2251
  }), true, ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2256
2252
  path: _path2 + ".term",
2257
- expected: '(BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { id?: string | undefined; type: "integer" | "float" | "geneExpression" | "metaboliteIntensity"; bins: PresetNumericBins; values?: TermValues | undefined; unit?: string | undefined; continuousColorScale?: { ...; } | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "geneVariant"; groupsetting: EnabledTermGroupSetting; } & { kind: "coord"; chr: string; start: number; stop: number; } | BaseTerm & { type: "geneVariant"; groupsetting: EnabledTermGroupSetting; } & { kind: "gene"; gene: string; chr?: string | undefined; start?: number | undefined; stop?: number | undefined; } | BaseTerm & { values: SampleLstTermValues; })',
2253
+ expected: '(BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { id?: string | undefined; type: "integer" | "float" | "geneExpression" | "metaboliteIntensity" | "date"; bins: PresetNumericBins; values?: TermValues | undefined; unit?: string | undefined; continuousColorScale?: { ...; } | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "geneVariant"; groupsetting: EnabledTermGroupSetting; } & { kind: "coord"; chr: string; start: number; stop: number; } | BaseTerm & { type: "geneVariant"; groupsetting: EnabledTermGroupSetting; } & { kind: "gene"; gene: string; chr?: string | undefined; start?: number | undefined; stop?: number | undefined; } | BaseTerm & { values: SampleLstTermValues; })',
2258
2254
  value: input3.term
2259
2255
  })) && $vu13(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2260
2256
  path: _path2 + ".term",
2261
- expected: '(BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { id?: string | undefined; type: "integer" | "float" | "geneExpression" | "metaboliteIntensity"; bins: PresetNumericBins; values?: TermValues | undefined; unit?: string | undefined; continuousColorScale?: { ...; } | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "geneVariant"; groupsetting: EnabledTermGroupSetting; } & { kind: "coord"; chr: string; start: number; stop: number; } | BaseTerm & { type: "geneVariant"; groupsetting: EnabledTermGroupSetting; } & { kind: "gene"; gene: string; chr?: string | undefined; start?: number | undefined; stop?: number | undefined; } | BaseTerm & { values: SampleLstTermValues; })',
2257
+ expected: '(BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { id?: string | undefined; type: "integer" | "float" | "geneExpression" | "metaboliteIntensity" | "date"; bins: PresetNumericBins; values?: TermValues | undefined; unit?: string | undefined; continuousColorScale?: { ...; } | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "geneVariant"; groupsetting: EnabledTermGroupSetting; } & { kind: "coord"; chr: string; start: number; stop: number; } | BaseTerm & { type: "geneVariant"; groupsetting: EnabledTermGroupSetting; } & { kind: "gene"; gene: string; chr?: string | undefined; start?: number | undefined; stop?: number | undefined; } | BaseTerm & { values: SampleLstTermValues; })',
2262
2258
  value: input3.term
2263
2259
  }), ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) || $report(_exceptionable2, {
2264
2260
  path: _path2 + ".q",
@@ -2317,17 +2313,17 @@ var validDescrStatsRequest = (input) => {
2317
2313
  path: _path2 + ".values",
2318
2314
  expected: "(TermValues | undefined)",
2319
2315
  value: input3.values
2320
- })) && $vo15(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2316
+ })) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2321
2317
  path: _path2 + ".values",
2322
2318
  expected: "(TermValues | undefined)",
2323
2319
  value: input3.values
2324
2320
  }), true, ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
2325
2321
  path: _path2 + ".groupsetting",
2326
- expected: "(EnabledTermGroupSetting | __type.o2)",
2322
+ expected: "(EnabledTermGroupSetting | __type.o4)",
2327
2323
  value: input3.groupsetting
2328
2324
  })) && $vu8(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2329
2325
  path: _path2 + ".groupsetting",
2330
- expected: "(EnabledTermGroupSetting | __type.o2)",
2326
+ expected: "(EnabledTermGroupSetting | __type.o4)",
2331
2327
  value: input3.groupsetting
2332
2328
  })].every((flag) => flag);
2333
2329
  const $vo54 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
@@ -2338,9 +2334,9 @@ var validDescrStatsRequest = (input) => {
2338
2334
  path: _path2 + ".name",
2339
2335
  expected: "string",
2340
2336
  value: input3.name
2341
- }), "integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || $report(_exceptionable2, {
2337
+ }), "integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type || $report(_exceptionable2, {
2342
2338
  path: _path2 + ".type",
2343
- expected: '("float" | "geneExpression" | "integer" | "metaboliteIntensity")',
2339
+ expected: '("date" | "float" | "geneExpression" | "integer" | "metaboliteIntensity")',
2344
2340
  value: input3.type
2345
2341
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
2346
2342
  path: _path2 + ".child_types",
@@ -2378,7 +2374,7 @@ var validDescrStatsRequest = (input) => {
2378
2374
  path: _path2 + ".values",
2379
2375
  expected: "(TermValues | undefined)",
2380
2376
  value: input3.values
2381
- })) && $vo15(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2377
+ })) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2382
2378
  path: _path2 + ".values",
2383
2379
  expected: "(TermValues | undefined)",
2384
2380
  value: input3.values
@@ -2386,7 +2382,7 @@ var validDescrStatsRequest = (input) => {
2386
2382
  path: _path2 + ".bins",
2387
2383
  expected: "PresetNumericBins",
2388
2384
  value: input3.bins
2389
- })) && $vo22(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
2385
+ })) && $vo19(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
2390
2386
  path: _path2 + ".bins",
2391
2387
  expected: "PresetNumericBins",
2392
2388
  value: input3.bins
@@ -2396,11 +2392,11 @@ var validDescrStatsRequest = (input) => {
2396
2392
  value: input3.unit
2397
2393
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
2398
2394
  path: _path2 + ".continuousColorScale",
2399
- expected: "(__type.o3 | undefined)",
2395
+ expected: "(__type.o2 | undefined)",
2400
2396
  value: input3.continuousColorScale
2401
- })) && $vo28(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
2397
+ })) && $vo25(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
2402
2398
  path: _path2 + ".continuousColorScale",
2403
- expected: "(__type.o3 | undefined)",
2399
+ expected: "(__type.o2 | undefined)",
2404
2400
  value: input3.continuousColorScale
2405
2401
  })].every((flag) => flag);
2406
2402
  const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
@@ -2451,7 +2447,7 @@ var validDescrStatsRequest = (input) => {
2451
2447
  path: _path2 + ".values",
2452
2448
  expected: "(TermValues | undefined)",
2453
2449
  value: input3.values
2454
- })) && $vo15(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2450
+ })) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2455
2451
  path: _path2 + ".values",
2456
2452
  expected: "(TermValues | undefined)",
2457
2453
  value: input3.values
@@ -2504,7 +2500,7 @@ var validDescrStatsRequest = (input) => {
2504
2500
  path: _path2 + ".values",
2505
2501
  expected: "(TermValues | undefined)",
2506
2502
  value: input3.values
2507
- })) && $vo15(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2503
+ })) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2508
2504
  path: _path2 + ".values",
2509
2505
  expected: "(TermValues | undefined)",
2510
2506
  value: input3.values
@@ -2512,7 +2508,7 @@ var validDescrStatsRequest = (input) => {
2512
2508
  path: _path2 + ".groupsetting",
2513
2509
  expected: "EnabledTermGroupSetting",
2514
2510
  value: input3.groupsetting
2515
- })) && $vo17(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2511
+ })) && $vo32(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2516
2512
  path: _path2 + ".groupsetting",
2517
2513
  expected: "EnabledTermGroupSetting",
2518
2514
  value: input3.groupsetting
@@ -2585,7 +2581,7 @@ var validDescrStatsRequest = (input) => {
2585
2581
  path: _path2 + ".values",
2586
2582
  expected: "(TermValues | undefined)",
2587
2583
  value: input3.values
2588
- })) && $vo15(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2584
+ })) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2589
2585
  path: _path2 + ".values",
2590
2586
  expected: "(TermValues | undefined)",
2591
2587
  value: input3.values
@@ -2593,7 +2589,7 @@ var validDescrStatsRequest = (input) => {
2593
2589
  path: _path2 + ".groupsetting",
2594
2590
  expected: "EnabledTermGroupSetting",
2595
2591
  value: input3.groupsetting
2596
- })) && $vo17(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2592
+ })) && $vo32(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2597
2593
  path: _path2 + ".groupsetting",
2598
2594
  expected: "EnabledTermGroupSetting",
2599
2595
  value: input3.groupsetting
@@ -2662,7 +2658,7 @@ var validDescrStatsRequest = (input) => {
2662
2658
  path: _path2 + ".values",
2663
2659
  expected: "(TermValues | undefined)",
2664
2660
  value: input3.values
2665
- })) && $vo15(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2661
+ })) && $vo13(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2666
2662
  path: _path2 + ".values",
2667
2663
  expected: "(TermValues | undefined)",
2668
2664
  value: input3.values
@@ -2794,7 +2790,7 @@ var validDescrStatsRequest = (input) => {
2794
2790
  path: _path2 + ".filter",
2795
2791
  expected: "(Filter | undefined)",
2796
2792
  value: input3.filter
2797
- })) && $vo12(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
2793
+ })) && $vo15(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
2798
2794
  path: _path2 + ".filter",
2799
2795
  expected: "(Filter | undefined)",
2800
2796
  value: input3.filter
@@ -3299,27 +3295,27 @@ var validDescrStatsRequest = (input) => {
3299
3295
  })();
3300
3296
  const $vu1 = (input3, _path2, _exceptionable2 = true) => (() => {
3301
3297
  if (void 0 !== input3.type)
3302
- return $vo12(input3, _path2, _exceptionable2);
3298
+ return $vo15(input3, _path2, _exceptionable2);
3303
3299
  if (void 0 !== input3.ranges)
3304
- return $vo20(input3, _path2, _exceptionable2);
3305
- return $vo13(input3, _path2, false) || $vo30(input3, _path2, false) || $vo33(input3, _path2, false);
3300
+ return $vo17(input3, _path2, _exceptionable2);
3301
+ return $vo16(input3, _path2, false) || $vo27(input3, _path2, false) || $vo30(input3, _path2, false);
3306
3302
  })();
3307
3303
  const $vu2 = (input3, _path2, _exceptionable2 = true) => (() => {
3308
3304
  if (true === input3.startunbounded)
3309
- return $vo24(input3, _path2, _exceptionable2);
3305
+ return $vo21(input3, _path2, _exceptionable2);
3310
3306
  if (true === input3.stopunbounded)
3311
- return $vo26(input3, _path2, _exceptionable2);
3312
- return $vo25(input3, _path2, _exceptionable2);
3307
+ return $vo23(input3, _path2, _exceptionable2);
3308
+ return $vo22(input3, _path2, _exceptionable2);
3313
3309
  })();
3314
3310
  const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
3315
3311
  if (2 === input3.dt)
3316
- return $vo39(input3, _path2, _exceptionable2);
3317
- if (5 === input3.dt)
3318
3312
  return $vo38(input3, _path2, _exceptionable2);
3319
- if (4 === input3.dt)
3313
+ if (5 === input3.dt)
3320
3314
  return $vo37(input3, _path2, _exceptionable2);
3321
- if (1 === input3.dt)
3315
+ if (4 === input3.dt)
3322
3316
  return $vo36(input3, _path2, _exceptionable2);
3317
+ if (1 === input3.dt)
3318
+ return $vo35(input3, _path2, _exceptionable2);
3323
3319
  return $report(_exceptionable2, {
3324
3320
  path: _path2,
3325
3321
  expected: "(FusionTvsValue | SVTvsValue | CNVTvsValue | SNVIndelTvsValue)",
@@ -3328,9 +3324,9 @@ var validDescrStatsRequest = (input) => {
3328
3324
  })();
3329
3325
  const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
3330
3326
  if (true === input3.startunbounded)
3331
- return $vo24(input3, _path2, _exceptionable2);
3327
+ return $vo21(input3, _path2, _exceptionable2);
3332
3328
  if (void 0 !== input3.start)
3333
- return $vo25(input3, _path2, _exceptionable2);
3329
+ return $vo22(input3, _path2, _exceptionable2);
3334
3330
  return $report(_exceptionable2, {
3335
3331
  path: _path2,
3336
3332
  expected: "(StartUnboundedBin | FullyBoundedBin)",
@@ -3339,9 +3335,9 @@ var validDescrStatsRequest = (input) => {
3339
3335
  })();
3340
3336
  const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
3341
3337
  if (void 0 !== input3.stop)
3342
- return $vo25(input3, _path2, _exceptionable2);
3338
+ return $vo22(input3, _path2, _exceptionable2);
3343
3339
  if (true === input3.stopunbounded)
3344
- return $vo26(input3, _path2, _exceptionable2);
3340
+ return $vo23(input3, _path2, _exceptionable2);
3345
3341
  return $report(_exceptionable2, {
3346
3342
  path: _path2,
3347
3343
  expected: "(FullyBoundedBin | StopUnboundedBin)",
@@ -3363,15 +3359,15 @@ var validDescrStatsRequest = (input) => {
3363
3359
  return $vo5(input3, _path2, _exceptionable2);
3364
3360
  })();
3365
3361
  const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
3366
- if (Array.isArray(input3.lst) && input3.lst.map((elem, _index58) => "object" === typeof elem && null !== elem && $vo18(elem, _path2 + ".lst[" + _index58 + "]", false)).every((flag) => flag))
3367
- return $vo17(input3, _path2, _exceptionable2);
3368
- return $vo19(input3, _path2, _exceptionable2);
3362
+ if (Array.isArray(input3.lst) && input3.lst.map((elem, _index58) => "object" === typeof elem && null !== elem && $vo33(elem, _path2 + ".lst[" + _index58 + "]", false)).every((flag) => flag))
3363
+ return $vo32(input3, _path2, _exceptionable2);
3364
+ return $vo39(input3, _path2, _exceptionable2);
3369
3365
  })();
3370
3366
  const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
3371
3367
  if ("regular-bin" === input3.type)
3372
- return $vo23(input3, _path2, _exceptionable2);
3368
+ return $vo20(input3, _path2, _exceptionable2);
3373
3369
  if ("custom-bin" === input3.type)
3374
- return $vo27(input3, _path2, _exceptionable2);
3370
+ return $vo24(input3, _path2, _exceptionable2);
3375
3371
  return $report(_exceptionable2, {
3376
3372
  path: _path2,
3377
3373
  expected: "(RegularNumericBinConfig | CustomNumericBinConfig)",
@@ -3380,9 +3376,9 @@ var validDescrStatsRequest = (input) => {
3380
3376
  })();
3381
3377
  const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
3382
3378
  if ("gene" === input3.kind)
3383
- return $vo34(input3, _path2, _exceptionable2);
3379
+ return $vo31(input3, _path2, _exceptionable2);
3384
3380
  if ("coord" === input3.kind)
3385
- return $vo35(input3, _path2, _exceptionable2);
3381
+ return $vo34(input3, _path2, _exceptionable2);
3386
3382
  return $report(_exceptionable2, {
3387
3383
  path: _path2,
3388
3384
  expected: "(GeneVariantGeneTerm | GeneVariantCoordTerm)",
@@ -3391,22 +3387,22 @@ var validDescrStatsRequest = (input) => {
3391
3387
  })();
3392
3388
  const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
3393
3389
  if ("regular-bin" === input3.type)
3394
- return $vo23(input3, _path2, _exceptionable2);
3390
+ return $vo20(input3, _path2, _exceptionable2);
3395
3391
  if ("continuous" === input3.mode)
3396
3392
  return $vo42(input3, _path2, _exceptionable2);
3397
3393
  if ("spline" === input3.mode)
3398
3394
  return $vo43(input3, _path2, _exceptionable2);
3399
- return $vo27(input3, _path2, false) || $vo41(input3, _path2, false);
3395
+ return $vo24(input3, _path2, false) || $vo41(input3, _path2, false);
3400
3396
  })();
3401
3397
  const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
3402
3398
  if (void 0 !== input3.ranges)
3403
- return $vo20(input3, _path2, _exceptionable2);
3404
- return $vo13(input3, _path2, false) || $vo30(input3, _path2, false) || $vo33(input3, _path2, false);
3399
+ return $vo17(input3, _path2, _exceptionable2);
3400
+ return $vo16(input3, _path2, false) || $vo27(input3, _path2, false) || $vo30(input3, _path2, false);
3405
3401
  })();
3406
3402
  const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
3407
3403
  if ("categorical" === input3.type)
3408
3404
  return $vo53(input3, _path2, _exceptionable2);
3409
- if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type)
3405
+ if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type)
3410
3406
  return $vo54(input3, _path2, _exceptionable2);
3411
3407
  if ("condition" === input3.type)
3412
3408
  return $vo55(input3, _path2, _exceptionable2);
@@ -3418,7 +3414,7 @@ var validDescrStatsRequest = (input) => {
3418
3414
  })();
3419
3415
  const $vu14 = (input3, _path2, _exceptionable2 = true) => (() => {
3420
3416
  if (void 0 !== input3.bin_size)
3421
- return $vo23(input3, _path2, _exceptionable2);
3417
+ return $vo20(input3, _path2, _exceptionable2);
3422
3418
  if (void 0 !== input3.knots)
3423
3419
  return $vo43(input3, _path2, _exceptionable2);
3424
3420
  if (void 0 !== input3.AFcutoff)
@@ -3428,7 +3424,7 @@ var validDescrStatsRequest = (input) => {
3428
3424
  return (() => {
3429
3425
  if (void 0 !== input3.groups)
3430
3426
  return $vo69(input3, _path2, _exceptionable2);
3431
- return $vo5(input3, _path2, false) || $vo63(input3, _path2, false) || $vo3(input3, _path2, false) || $vo6(input3, _path2, false) || $vo7(input3, _path2, false) || $vo27(input3, _path2, false) || $vo41(input3, _path2, false) || $vo42(input3, _path2, false) || $vo66(input3, _path2, false) || $vo65(input3, _path2, false) || $vo67(input3, _path2, false) || $vo68(input3, _path2, false);
3427
+ return $vo5(input3, _path2, false) || $vo63(input3, _path2, false) || $vo3(input3, _path2, false) || $vo6(input3, _path2, false) || $vo7(input3, _path2, false) || $vo24(input3, _path2, false) || $vo41(input3, _path2, false) || $vo42(input3, _path2, false) || $vo66(input3, _path2, false) || $vo65(input3, _path2, false) || $vo67(input3, _path2, false) || $vo68(input3, _path2, false);
3432
3428
  })();
3433
3429
  })();
3434
3430
  return ("object" === typeof input2 && null !== input2 || $report(true, {