@sjcrh/proteinpaint-types 2.178.0 → 2.179.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. package/dist/brainImaging.js +1 -1
  2. package/dist/{chunk-GAYJUXNZ.js → chunk-4J5BPYYR.js} +429 -201
  3. package/dist/{chunk-WXCXZRKP.js → chunk-6DWX22RA.js} +707 -479
  4. package/dist/{chunk-UWAVSKMD.js → chunk-7V7USAKJ.js} +705 -477
  5. package/dist/{chunk-2XQJCZEO.js → chunk-A2FMYVMI.js} +520 -292
  6. package/dist/{chunk-FQYNRDHB.js → chunk-CC4IBTKW.js} +429 -201
  7. package/dist/{chunk-2Y7WE3JU.js → chunk-CSK3ZCDF.js} +705 -477
  8. package/dist/{chunk-UFYKXOY2.js → chunk-DUFHC6EI.js} +1073 -625
  9. package/dist/{chunk-NRV6MPRM.js → chunk-E2O4N7OC.js} +1346 -898
  10. package/dist/{chunk-CYQDO4FX.js → chunk-FQLGK65A.js} +742 -456
  11. package/dist/{chunk-HZEV7D5E.js → chunk-JTZQYNIT.js} +705 -477
  12. package/dist/{chunk-CX2Y673E.js → chunk-MKM4A5NU.js} +429 -201
  13. package/dist/{chunk-26UKKPK2.js → chunk-QQNDJ6BY.js} +713 -485
  14. package/dist/{chunk-PHRILOVX.js → chunk-RANWGPF7.js} +429 -201
  15. package/dist/{chunk-VBNF7BRI.js → chunk-XAHE4RNZ.js} +452 -224
  16. package/dist/{chunk-YHKFJCXG.js → chunk-YI63CW7Y.js} +646 -426
  17. package/dist/correlationVolcano.js +1 -1
  18. package/dist/grin2.js +1 -1
  19. package/dist/index.js +15 -15
  20. package/dist/termdb.boxplot.js +1 -1
  21. package/dist/termdb.categories.js +1 -1
  22. package/dist/termdb.chat.js +429 -201
  23. package/dist/termdb.chat2.js +1 -1
  24. package/dist/termdb.cluster.js +1 -1
  25. package/dist/termdb.descrstats.js +1 -1
  26. package/dist/termdb.dmr.js +1 -1
  27. package/dist/termdb.numericcategories.js +1 -1
  28. package/dist/termdb.percentile.js +1 -1
  29. package/dist/termdb.termsbyids.js +1 -1
  30. package/dist/termdb.topTermsByType.js +1 -1
  31. package/dist/termdb.topVariablyExpressedGenes.js +1 -1
  32. package/dist/termdb.violin.js +1 -1
  33. package/package.json +1 -1
  34. package/src/dataset.ts +28 -8
  35. package/src/filter.ts +33 -4
  36. package/src/routes/termdb.chat2.ts +13 -2
  37. package/src/routes/termdb.dmr.ts +17 -2
  38. package/src/terms/termCollection.ts +0 -3
@@ -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 && $io6(input3.filter)) && true;
62
- const $io1 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu7(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io55(input3.q)) && "QualTWValues" === input3.type;
61
+ const $io0 = (input3) => "string" === typeof input3.genome && "string" === typeof input3.dslabel && "string" === typeof input3.embedder && ("object" === typeof input3.tw && null !== input3.tw && $iu7(input3.tw)) && (void 0 === input3.logScale || "boolean" === typeof input3.logScale) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io6(input3.filter)) && true;
62
+ const $io1 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io57(input3.q)) && "QualTWValues" === input3.type;
63
63
  const $io2 = (input3) => Object.keys(input3).every((key) => {
64
64
  const value = input3[key];
65
65
  if (void 0 === value)
@@ -68,7 +68,7 @@ var validDescrStatsRequest = (input) => {
68
68
  return true;
69
69
  return true;
70
70
  });
71
- const $io3 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io38(input3.groupsetting));
71
+ const $io3 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io40(input3.groupsetting));
72
72
  const $io4 = (input3) => Object.keys(input3).every((key) => {
73
73
  const value = input3[key];
74
74
  if (void 0 === value)
@@ -80,15 +80,15 @@ var validDescrStatsRequest = (input) => {
80
80
  return true;
81
81
  });
82
82
  const $io5 = (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 && $io6(input3.filter));
83
- const $io6 = (input3) => "tvslst" === input3.type && "boolean" === typeof input3["in"] && "string" === typeof input3.join && (void 0 === input3.tag || "string" === typeof input3.tag) && (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $iu0(elem)));
84
- const $io7 = (input3) => "tvs" === input3.type && ("object" === typeof input3.tvs && null !== input3.tvs && $iu8(input3.tvs));
85
- const $io8 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io3(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) && $io5(elem)));
86
- const $io9 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io29(elem)));
83
+ const $io6 = (input3) => "tvslst" === input3.type && "boolean" === typeof input3["in"] && "string" === typeof input3.join && (void 0 === input3.tag || "string" === typeof input3.tag) && (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $iu0(elem))) && (void 0 === input3.$id || "string" === typeof input3.$id);
84
+ const $io7 = (input3) => "tvs" === input3.type && ("object" === typeof input3.tvs && null !== input3.tvs && $iu9(input3.tvs));
85
+ const $io8 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (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) && ("object" === typeof input3.term && null !== input3.term && $io3(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) && $io5(elem))) && (void 0 === input3.valueset || input3.valueset instanceof Set);
86
+ const $io9 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (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) && ("object" === typeof input3.term && null !== input3.term && $iu10(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem))) && (void 0 === input3.values || Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io30(elem)));
87
87
  const $io10 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === 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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io13(input3.bins));
88
88
  const $io11 = (input3) => "string" === typeof input3.fromUnit && "string" === typeof input3.toUnit && "string" === typeof input3.scaleFactor;
89
89
  const $io12 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
90
- const $io13 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu10(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu10(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);
91
- const $io14 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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) && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && (void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive) && (void 0 === input3.rounding || "string" === typeof input3.rounding) && (void 0 === input3.isDummyPreset || "boolean" === typeof input3.isDummyPreset);
90
+ const $io13 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu11(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu11(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);
91
+ const $io14 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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 && $iu5(input3.first_bin)) && (void 0 === input3.last_bin || "object" === typeof input3.last_bin && null !== input3.last_bin && $iu6(input3.last_bin)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset) && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && (void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive) && (void 0 === input3.rounding || "string" === typeof input3.rounding) && (void 0 === input3.isDummyPreset || "boolean" === typeof input3.isDummyPreset);
92
92
  const $io15 = (input3) => Object.keys(input3).every((key) => {
93
93
  const value = input3[key];
94
94
  if (void 0 === value)
@@ -100,7 +100,7 @@ var validDescrStatsRequest = (input) => {
100
100
  const $io16 = (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) && (void 0 === input3.range || "string" === typeof input3.range);
101
101
  const $io17 = (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) && (void 0 === input3.range || "string" === typeof input3.range);
102
102
  const $io18 = (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) && (void 0 === input3.range || "string" === typeof input3.range);
103
- const $io19 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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] && $iu1(input3.lst[0]) && (Array.isArray(input3.lst.slice(1)) && input3.lst.slice(1).every((elem) => "object" === typeof elem && null !== elem && $iu1(elem))))) && (void 0 === input3.preferredBins || "median" === input3.preferredBins) && (void 0 === input3.isDummyPreset || "boolean" === typeof input3.isDummyPreset);
103
+ const $io19 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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] && $iu4(input3.lst[0]) && (Array.isArray(input3.lst.slice(1)) && input3.lst.slice(1).every((elem) => "object" === typeof elem && null !== elem && $iu4(elem))))) && (void 0 === input3.preferredBins || "median" === input3.preferredBins) && (void 0 === input3.isDummyPreset || "boolean" === typeof input3.isDummyPreset);
104
104
  const $io20 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneExpression" === 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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io13(input3.bins)) && (void 0 === input3.kind || "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);
105
105
  const $io21 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneExpression" === 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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io13(input3.bins)) && (void 0 === input3.kind || "coord" === input3.kind) && (void 0 === input3.gene || "string" === typeof input3.gene) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
106
106
  const $io22 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.metabolite && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io13(input3.bins));
@@ -110,34 +110,45 @@ var validDescrStatsRequest = (input) => {
110
110
  const $io26 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "dnaMethylation" === 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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io13(input3.bins));
111
111
  const $io27 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "singleCellGeneExpression" === 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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.gene && "string" === typeof input3.sample && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io13(input3.bins)) && (void 0 === input3.kind || "gene" === input3.kind) && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
112
112
  const $io28 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "singleCellGeneExpression" === 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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.gene && "string" === typeof input3.sample && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io13(input3.bins)) && (void 0 === input3.kind || "coord" === input3.kind) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion));
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 && $io34(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io44(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName);
118
- const $io34 = (input3) => "string" === typeof input3.id && "string" === typeof input3.query && "string" === typeof input3.name && "string" === typeof input3.name_noOrigin && (void 0 === input3.parentTerm || "object" === typeof input3.parentTerm && null !== input3.parentTerm && $iu11(input3.parentTerm)) && true && "boolean" === typeof input3.isleaf && "string" === typeof input3.type && "number" === typeof input3.dt && (void 0 === input3.origin || "string" === typeof input3.origin) && ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values));
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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && "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) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io38(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)));
120
- const $io36 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && "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);
121
- const $io37 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
122
- const $io38 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io39(elem)));
123
- const $io39 = (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.dt || "number" === typeof input3.dt) && (Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem)));
124
- const $io40 = (input3) => "string" === typeof input3.name && "string" === typeof input3.type && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io41(elem))) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
125
- const $io41 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
126
- const $io42 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io6(input3.filter)) && "string" === typeof input3.color;
127
- const $io43 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io38(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)));
128
- const $io44 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
129
- const $io45 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && "number" === typeof input3.ratio;
130
- const $io46 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "termCollection" === 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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.collectionId || "string" === typeof input3.collectionId) && (void 0 === input3.termIds || Array.isArray(input3.termIds) && input3.termIds.every((elem) => "string" === typeof elem)) && (Array.isArray(input3.termlst) && input3.termlst.every((elem) => "object" === typeof elem && null !== elem && $io47(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io48(input3.propsByTermId)) && "numeric" === input3.memberType && (void 0 === input3.numerators || Array.isArray(input3.numerators) && input3.numerators.every((elem) => "string" === typeof elem));
131
- const $io47 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion));
132
- const $io48 = (input3) => Object.keys(input3).every((key) => {
113
+ const $io29 = (input3) => "number" === typeof input3.value && (void 0 === input3.label || "string" === typeof input3.label) && (void 0 === input3.name || "string" === typeof input3.name);
114
+ const $io30 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
115
+ const $io31 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (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) && ("object" === typeof input3.term && null !== input3.term && $io32(input3.term)) && (void 0 === input3.grade_and_child || Array.isArray(input3.grade_and_child) && input3.grade_and_child.every((elem) => "object" === typeof elem && null !== elem && $io33(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)));
116
+ const $io32 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion));
117
+ const $io33 = (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;
118
+ const $io34 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && (void 0 === input3.label || "string" === typeof input3.label) && Object.keys(input3).every((key) => {
119
+ if (["key", "label"].some((prop) => key === prop))
120
+ return true;
133
121
  const value = input3[key];
134
122
  if (void 0 === value)
135
123
  return true;
136
124
  if (RegExp(/(.*)/).test(key))
137
- return "object" === typeof value && null !== value && false === Array.isArray(value) && $io49(value);
125
+ return true;
138
126
  return true;
139
127
  });
140
- const $io49 = (input3) => Object.keys(input3).every((key) => {
128
+ const $io35 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (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) && ("object" === typeof input3.term && null !== input3.term && $io36(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && $io46(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName) && (void 0 === input3.genotype || "variant" === input3.genotype || "nt" === input3.genotype || "wt" === input3.genotype) && (void 0 === input3.mcount || "any" === input3.mcount || "single" === input3.mcount || "multiple" === input3.mcount || "all" === input3.mcount) && (void 0 === input3.continuousCnv || "boolean" === typeof input3.continuousCnv) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvWT || "boolean" === typeof input3.cnvWT) && (void 0 === input3.fractionOverlap || "number" === typeof input3.fractionOverlap);
129
+ const $io36 = (input3) => "string" === typeof input3.id && "string" === typeof input3.query && "string" === typeof input3.name && "string" === typeof input3.name_noOrigin && (void 0 === input3.parentTerm || "object" === typeof input3.parentTerm && null !== input3.parentTerm && $iu12(input3.parentTerm)) && true && "boolean" === typeof input3.isleaf && "string" === typeof input3.type && "number" === typeof input3.dt && (void 0 === input3.origin || "string" === typeof input3.origin) && ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values));
130
+ const $io37 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && "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) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io40(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io36(elem)));
131
+ const $io38 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && "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);
132
+ const $io39 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
133
+ const $io40 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io41(elem)));
134
+ const $io41 = (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.dt || "number" === typeof input3.dt) && (Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem)));
135
+ const $io42 = (input3) => "string" === typeof input3.name && "string" === typeof input3.type && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io43(elem))) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
136
+ const $io43 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
137
+ const $io44 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io6(input3.filter)) && "string" === typeof input3.color;
138
+ const $io45 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io40(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io36(elem)));
139
+ const $io46 = (input3) => (void 0 === input3.key || "string" === typeof input3.key) && (void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label) && (void 0 === input3.value || "string" === typeof input3.value) && (void 0 === input3.dt || "number" === typeof input3.dt) && (void 0 === input3.mclasslst || Array.isArray(input3.mclasslst) && input3.mclasslst.every((elem) => "string" === typeof elem)) && (void 0 === input3.mclassExcludeLst || Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "string" === typeof elem)) && (void 0 === input3.origin || "string" === typeof input3.origin);
140
+ const $io47 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (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) && ("object" === typeof input3.term && null !== input3.term && $iu13(input3.term)) && "number" === typeof input3.ratio;
141
+ const $io48 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "termCollection" === 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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.termIds || Array.isArray(input3.termIds) && input3.termIds.every((elem) => "string" === typeof elem)) && (Array.isArray(input3.termlst) && input3.termlst.every((elem) => "object" === typeof elem && null !== elem && $io49(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io50(input3.propsByTermId)) && "numeric" === input3.memberType && (void 0 === input3.numerators || Array.isArray(input3.numerators) && input3.numerators.every((elem) => "string" === typeof elem));
142
+ const $io49 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion));
143
+ const $io50 = (input3) => Object.keys(input3).every((key) => {
144
+ const value = input3[key];
145
+ if (void 0 === value)
146
+ return true;
147
+ if (RegExp(/(.*)/).test(key))
148
+ return "object" === typeof value && null !== value && false === Array.isArray(value) && $io51(value);
149
+ return true;
150
+ });
151
+ const $io51 = (input3) => Object.keys(input3).every((key) => {
141
152
  const value = input3[key];
142
153
  if (void 0 === value)
143
154
  return true;
@@ -145,47 +156,47 @@ var validDescrStatsRequest = (input) => {
145
156
  return true;
146
157
  return true;
147
158
  });
148
- const $io50 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "termCollection" === 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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.collectionId || "string" === typeof input3.collectionId) && (void 0 === input3.termIds || Array.isArray(input3.termIds) && input3.termIds.every((elem) => "string" === typeof elem)) && (Array.isArray(input3.termlst) && input3.termlst.every((elem) => "object" === typeof elem && null !== elem && $io47(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io48(input3.propsByTermId)) && "categorical" === input3.memberType && (Array.isArray(input3.categoryKeys) && input3.categoryKeys.every((elem) => "object" === typeof elem && null !== elem && $io51(elem)));
149
- const $io51 = (input3) => "string" === typeof input3.key && "boolean" === typeof input3.shown;
150
- const $io52 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "snp" === 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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && "string" === typeof input3.ref && (Array.isArray(input3.alt) && input3.alt.every((elem) => "string" === typeof elem)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io38(input3.groupsetting));
151
- const $io53 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "singleCellCellType" === 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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && ("object" === typeof input3.sample && null !== input3.sample && true) && "string" === typeof input3.plot && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io38(input3.groupsetting));
152
- const $io55 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "values" === input3.type;
153
- const $io56 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu7(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io57(input3.q)) && "QualTWPredefinedGS" === input3.type;
154
- const $io57 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx;
155
- const $io58 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu7(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io59(input3.q)) && "QualTWCustomGS" === input3.type;
156
- const $io59 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io60(input3.customset));
157
- const $io60 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem));
158
- const $io61 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWRegularBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io14(input3.q));
159
- const $io62 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCustomBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io19(input3.q));
160
- const $io63 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWBinary" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io64(input3.q));
161
- const $io64 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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])))) && (void 0 === input3.cutoffType || "normal" === input3.cutoffType || "percentile" === input3.cutoffType) && (void 0 === input3.cutoffPercentile || "number" === typeof input3.cutoffPercentile);
162
- const $io65 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $io66(input3.q));
163
- const $io66 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "continuous" === input3.mode) && (void 0 === input3.convert2ZScore || "boolean" === typeof input3.convert2ZScore) && (null !== input3.type && void 0 === input3.type) && (void 0 === input3.scale || "number" === typeof input3.scale);
164
- const $io67 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWSpline" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io68(input3.q));
165
- const $io68 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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 && $io69(elem))) && (null !== input3.type && void 0 === input3.type);
166
- const $io69 = (input3) => "number" === typeof input3.value;
167
- const $io70 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvValuesTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io73(input3.q));
168
- const $io71 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && "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) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io38(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)));
169
- const $io72 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io38(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)));
170
- const $io73 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "values" === input3.type;
171
- const $io74 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvPredefinedGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io75(input3.q));
172
- const $io75 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx && Array.isArray(input3.dtLst);
173
- const $io76 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvCustomGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io77(input3.q));
174
- const $io77 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io60(input3.customset)) && Array.isArray(input3.dtLst);
175
- const $io78 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "ConditionTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io31(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu14(input3.q));
176
- const $io79 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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) && ("discrete" === input3.mode || "binary" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && "grade" === input3.valueFor && true === input3.bar_by_grade && ("age" === input3.timeScale || "time" === input3.timeScale) && (void 0 === input3.breaks || Array.isArray(input3.breaks) && input3.breaks.every((elem) => "number" === typeof elem)) && (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;
177
- const $io80 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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) && "discrete" === input3.mode && "children" === input3.valueFor && true === input3.bar_by_children && true;
178
- const $io81 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "SnpsTW" === input3.type && ("object" === typeof input3.q && null !== input3.q && $io82(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io84(input3.term));
179
- const $io82 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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) && "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 && $io83(input3.restrictAncestry)) && true && true && ("object" === typeof input3.variant_filter && null !== input3.variant_filter && $io6(input3.variant_filter)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
180
- const $io83 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu8(input3.tvs));
181
- const $io84 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (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 && $io85(elem)));
182
- const $io85 = (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 && $io86(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io87(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);
183
- const $io86 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
184
- const $io87 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
185
- const $io88 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "TermCollectionTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io46(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io89(input3.q));
186
- const $io89 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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 && "values" === input3.type && (Array.isArray(input3.lst) && input3.lst.every((elem) => "string" === typeof elem)) && (void 0 === input3.numerators || Array.isArray(input3.numerators) && input3.numerators.every((elem) => "string" === typeof elem));
187
- const $io90 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "TermCollectionTWQual" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io50(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io91(input3.q));
188
- const $io91 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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) && "discrete" === input3.mode && "values" === input3.type && (Array.isArray(input3.lst) && input3.lst.every((elem) => "string" === typeof elem)) && (void 0 === input3.categoryKeys || Array.isArray(input3.categoryKeys) && input3.categoryKeys.every((elem) => "object" === typeof elem && null !== elem && $io51(elem)));
159
+ const $io52 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "termCollection" === 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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.termIds || Array.isArray(input3.termIds) && input3.termIds.every((elem) => "string" === typeof elem)) && (Array.isArray(input3.termlst) && input3.termlst.every((elem) => "object" === typeof elem && null !== elem && $io49(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io50(input3.propsByTermId)) && "categorical" === input3.memberType && (Array.isArray(input3.categoryKeys) && input3.categoryKeys.every((elem) => "object" === typeof elem && null !== elem && $io53(elem)));
160
+ const $io53 = (input3) => "string" === typeof input3.key && "boolean" === typeof input3.shown;
161
+ const $io54 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "snp" === 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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && "string" === typeof input3.ref && (Array.isArray(input3.alt) && input3.alt.every((elem) => "string" === typeof elem)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io40(input3.groupsetting));
162
+ const $io55 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "singleCellCellType" === 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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && ("object" === typeof input3.sample && null !== input3.sample && true) && "string" === typeof input3.plot && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io40(input3.groupsetting));
163
+ const $io57 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "values" === input3.type;
164
+ const $io58 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io59(input3.q)) && "QualTWPredefinedGS" === input3.type;
165
+ const $io59 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx;
166
+ const $io60 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io61(input3.q)) && "QualTWCustomGS" === input3.type;
167
+ const $io61 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io62(input3.customset));
168
+ const $io62 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem));
169
+ const $io63 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWRegularBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu10(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io14(input3.q));
170
+ const $io64 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCustomBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu10(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io19(input3.q));
171
+ const $io65 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWBinary" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu10(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io66(input3.q));
172
+ const $io66 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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] && $iu5(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu6(input3.lst[1])))) && (void 0 === input3.cutoffType || "normal" === input3.cutoffType || "percentile" === input3.cutoffType) && (void 0 === input3.cutoffPercentile || "number" === typeof input3.cutoffPercentile);
173
+ const $io67 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu10(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $io68(input3.q));
174
+ const $io68 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "continuous" === input3.mode) && (void 0 === input3.convert2ZScore || "boolean" === typeof input3.convert2ZScore) && (null !== input3.type && void 0 === input3.type) && (void 0 === input3.scale || "number" === typeof input3.scale);
175
+ const $io69 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWSpline" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu10(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io70(input3.q));
176
+ const $io70 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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 && $io71(elem))) && (null !== input3.type && void 0 === input3.type);
177
+ const $io71 = (input3) => "number" === typeof input3.value;
178
+ const $io72 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvValuesTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu14(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io75(input3.q));
179
+ const $io73 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && "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) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io40(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io36(elem)));
180
+ const $io74 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io40(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io36(elem)));
181
+ const $io75 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "values" === input3.type;
182
+ const $io76 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvPredefinedGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu14(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io77(input3.q));
183
+ const $io77 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx && Array.isArray(input3.dtLst);
184
+ const $io78 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvCustomGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu14(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io79(input3.q));
185
+ const $io79 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io62(input3.customset)) && Array.isArray(input3.dtLst);
186
+ const $io80 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "ConditionTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io32(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu15(input3.q));
187
+ const $io81 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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) && ("discrete" === input3.mode || "binary" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && "grade" === input3.valueFor && true === input3.bar_by_grade && ("age" === input3.timeScale || "time" === input3.timeScale) && (void 0 === input3.breaks || Array.isArray(input3.breaks) && input3.breaks.every((elem) => "number" === typeof elem)) && (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;
188
+ const $io82 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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) && "discrete" === input3.mode && "children" === input3.valueFor && true === input3.bar_by_children && true;
189
+ const $io83 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "SnpsTW" === input3.type && ("object" === typeof input3.q && null !== input3.q && $io84(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io86(input3.term));
190
+ const $io84 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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) && "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 && $io85(input3.restrictAncestry)) && true && true && ("object" === typeof input3.variant_filter && null !== input3.variant_filter && $io6(input3.variant_filter)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
191
+ const $io85 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu9(input3.tvs));
192
+ const $io86 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (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 && $io87(elem)));
193
+ const $io87 = (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 && $io88(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io89(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);
194
+ const $io88 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
195
+ const $io89 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
196
+ const $io90 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "TermCollectionTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io48(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io91(input3.q));
197
+ const $io91 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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 && "values" === input3.type && (Array.isArray(input3.lst) && input3.lst.every((elem) => "string" === typeof elem)) && (void 0 === input3.numerators || Array.isArray(input3.numerators) && input3.numerators.every((elem) => "string" === typeof elem));
198
+ const $io92 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "TermCollectionTWQual" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io52(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io93(input3.q));
199
+ const $io93 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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) && "discrete" === input3.mode && "values" === input3.type && (Array.isArray(input3.lst) && input3.lst.every((elem) => "string" === typeof elem)) && (void 0 === input3.categoryKeys || Array.isArray(input3.categoryKeys) && input3.categoryKeys.every((elem) => "object" === typeof elem && null !== elem && $io53(elem)));
189
200
  const $iu0 = (input3) => (() => {
190
201
  if ("tvslst" === input3.type)
191
202
  return $io6(input3);
@@ -198,94 +209,103 @@ var validDescrStatsRequest = (input) => {
198
209
  return $io16(input3);
199
210
  if (true === input3.stopunbounded)
200
211
  return $io18(input3);
212
+ if (void 0 !== input3.value)
213
+ return $io29(input3);
201
214
  return $io17(input3);
202
215
  })();
203
216
  const $iu2 = (input3) => (() => {
204
217
  if ("gene" === input3.kind)
205
- return $io36(input3);
218
+ return $io38(input3);
206
219
  if ("coord" === input3.kind)
207
- return $io37(input3);
220
+ return $io39(input3);
208
221
  return false;
209
222
  })();
210
223
  const $iu3 = (input3) => (() => {
211
224
  if ("string" === typeof input3.type)
212
- return $io40(input3);
213
- if ("filter" === input3.type)
214
225
  return $io42(input3);
226
+ if ("filter" === input3.type)
227
+ return $io44(input3);
215
228
  return false;
216
229
  })();
217
230
  const $iu4 = (input3) => (() => {
231
+ if (true === input3.startunbounded)
232
+ return $io16(input3);
233
+ if (true === input3.stopunbounded)
234
+ return $io18(input3);
235
+ return $io17(input3);
236
+ })();
237
+ const $iu5 = (input3) => (() => {
218
238
  if (true === input3.startunbounded)
219
239
  return $io16(input3);
220
240
  if (void 0 !== input3.start)
221
241
  return $io17(input3);
222
242
  return false;
223
243
  })();
224
- const $iu5 = (input3) => (() => {
244
+ const $iu6 = (input3) => (() => {
225
245
  if (void 0 !== input3.stop)
226
246
  return $io17(input3);
227
247
  if (true === input3.stopunbounded)
228
248
  return $io18(input3);
229
249
  return false;
230
250
  })();
231
- const $iu6 = (input3) => (() => {
251
+ const $iu7 = (input3) => (() => {
232
252
  if ("TermCollectionTWQual" === input3.type)
233
- return $io90(input3);
253
+ return $io92(input3);
234
254
  if ("TermCollectionTWCont" === input3.type)
235
- return $io88(input3);
255
+ return $io90(input3);
236
256
  if ("SnpsTW" === input3.type)
237
- return $io81(input3);
257
+ return $io83(input3);
238
258
  if ("ConditionTW" === input3.type)
239
- return $io78(input3);
259
+ return $io80(input3);
240
260
  if ("GvCustomGsTW" === input3.type)
241
- return $io76(input3);
261
+ return $io78(input3);
242
262
  if ("GvPredefinedGsTW" === input3.type)
243
- return $io74(input3);
263
+ return $io76(input3);
244
264
  if ("GvValuesTW" === input3.type)
245
- return $io70(input3);
265
+ return $io72(input3);
246
266
  if ("NumTWSpline" === input3.type)
247
- return $io67(input3);
267
+ return $io69(input3);
248
268
  if ("NumTWCont" === input3.type)
249
- return $io65(input3);
269
+ return $io67(input3);
250
270
  if ("NumTWBinary" === input3.type)
251
- return $io63(input3);
271
+ return $io65(input3);
252
272
  if ("NumTWCustomBin" === input3.type)
253
- return $io62(input3);
273
+ return $io64(input3);
254
274
  if ("NumTWRegularBin" === input3.type)
255
- return $io61(input3);
275
+ return $io63(input3);
256
276
  if ("QualTWCustomGS" === input3.type)
257
- return $io58(input3);
277
+ return $io60(input3);
258
278
  if ("QualTWPredefinedGS" === input3.type)
259
- return $io56(input3);
279
+ return $io58(input3);
260
280
  if ("QualTWValues" === input3.type)
261
281
  return $io1(input3);
262
282
  return false;
263
283
  })();
264
- const $iu7 = (input3) => (() => {
284
+ const $iu8 = (input3) => (() => {
265
285
  if ("categorical" === input3.type)
266
286
  return $io3(input3);
267
287
  if ("snp" === input3.type)
268
- return $io52(input3);
288
+ return $io54(input3);
269
289
  if ("singleCellCellType" === input3.type)
270
- return $io53(input3);
290
+ return $io55(input3);
271
291
  return false;
272
292
  })();
273
- const $iu8 = (input3) => (() => {
293
+ const $iu9 = (input3) => (() => {
274
294
  if (void 0 !== input3.ranges)
275
295
  return $io9(input3);
276
296
  if (void 0 !== input3.ratio)
277
- return $io45(input3);
297
+ return $io47(input3);
278
298
  return (() => {
279
299
  if ($io8(input3))
280
300
  return $io8(input3);
281
- if ($io30(input3))
282
- return $io30(input3);
283
- if ($io33(input3))
284
- return $io33(input3);
301
+ if ($io31(input3))
302
+ return $io31(input3);
303
+ if ($io35(input3))
304
+ return $io35(input3);
285
305
  return false;
286
306
  })();
287
307
  })();
288
- const $iu9 = (input3) => (() => {
308
+ const $iu10 = (input3) => (() => {
289
309
  if ("integer" === input3.type || "float" === input3.type)
290
310
  return $io10(input3);
291
311
  if ("metaboliteIntensity" === input3.type)
@@ -310,39 +330,39 @@ var validDescrStatsRequest = (input) => {
310
330
  return false;
311
331
  })();
312
332
  })();
313
- const $iu10 = (input3) => (() => {
333
+ const $iu11 = (input3) => (() => {
314
334
  if ("regular-bin" === input3.type)
315
335
  return $io14(input3);
316
336
  if ("custom-bin" === input3.type)
317
337
  return $io19(input3);
318
338
  return false;
319
339
  })();
320
- const $iu11 = (input3) => (() => {
340
+ const $iu12 = (input3) => (() => {
321
341
  if ("gene" === input3.kind)
322
- return $io35(input3);
342
+ return $io37(input3);
323
343
  if ("coord" === input3.kind)
324
- return $io43(input3);
344
+ return $io45(input3);
325
345
  return false;
326
346
  })();
327
- const $iu12 = (input3) => (() => {
347
+ const $iu13 = (input3) => (() => {
328
348
  if ("numeric" === input3.memberType)
329
- return $io46(input3);
349
+ return $io48(input3);
330
350
  if ("categorical" === input3.memberType)
331
- return $io50(input3);
351
+ return $io52(input3);
332
352
  return false;
333
353
  })();
334
- const $iu13 = (input3) => (() => {
354
+ const $iu14 = (input3) => (() => {
335
355
  if ("gene" === input3.kind)
336
- return $io71(input3);
356
+ return $io73(input3);
337
357
  if ("coord" === input3.kind)
338
- return $io72(input3);
358
+ return $io74(input3);
339
359
  return false;
340
360
  })();
341
- const $iu14 = (input3) => (() => {
361
+ const $iu15 = (input3) => (() => {
342
362
  if ("grade" === input3.valueFor)
343
- return $io79(input3);
363
+ return $io81(input3);
344
364
  if ("children" === input3.valueFor)
345
- return $io80(input3);
365
+ return $io82(input3);
346
366
  return false;
347
367
  })();
348
368
  return "object" === typeof input2 && null !== input2 && $io0(input2);
@@ -367,7 +387,7 @@ var validDescrStatsRequest = (input) => {
367
387
  path: _path2 + ".tw",
368
388
  expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW | TermCollectionTWCont | TermCollectionTWQual)",
369
389
  value: input3.tw
370
- })) && $vu6(input3.tw, _path2 + ".tw", _exceptionable2) || $report(_exceptionable2, {
390
+ })) && $vu7(input3.tw, _path2 + ".tw", _exceptionable2) || $report(_exceptionable2, {
371
391
  path: _path2 + ".tw",
372
392
  expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW | TermCollectionTWCont | TermCollectionTWQual)",
373
393
  value: input3.tw
@@ -412,7 +432,7 @@ var validDescrStatsRequest = (input) => {
412
432
  path: _path2 + ".term",
413
433
  expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
414
434
  value: input3.term
415
- })) && $vu7(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
435
+ })) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
416
436
  path: _path2 + ".term",
417
437
  expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
418
438
  value: input3.term
@@ -420,7 +440,7 @@ var validDescrStatsRequest = (input) => {
420
440
  path: _path2 + ".q",
421
441
  expected: "ValuesQ",
422
442
  value: input3.q
423
- })) && $vo55(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
443
+ })) && $vo57(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
424
444
  path: _path2 + ".q",
425
445
  expected: "ValuesQ",
426
446
  value: input3.q
@@ -505,7 +525,7 @@ var validDescrStatsRequest = (input) => {
505
525
  path: _path2 + ".groupsetting",
506
526
  expected: "TermGroupSetting",
507
527
  value: input3.groupsetting
508
- })) && $vo38(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
528
+ })) && $vo40(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
509
529
  path: _path2 + ".groupsetting",
510
530
  expected: "TermGroupSetting",
511
531
  value: input3.groupsetting
@@ -601,6 +621,10 @@ var validDescrStatsRequest = (input) => {
601
621
  path: _path2 + ".lst",
602
622
  expected: 'Array<Filter | { type: "tvs"; tvs: Tvs; }>',
603
623
  value: input3.lst
624
+ }), void 0 === input3.$id || "string" === typeof input3.$id || $report(_exceptionable2, {
625
+ path: _path2 + ".$id",
626
+ expected: "(string | undefined)",
627
+ value: input3.$id
604
628
  })].every((flag) => flag);
605
629
  const $vo7 = (input3, _path2, _exceptionable2 = true) => ["tvs" === input3.type || $report(_exceptionable2, {
606
630
  path: _path2 + ".type",
@@ -610,7 +634,7 @@ var validDescrStatsRequest = (input) => {
610
634
  path: _path2 + ".tvs",
611
635
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs | TermCollectionTvs)",
612
636
  value: input3.tvs
613
- })) && $vu8(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
637
+ })) && $vu9(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
614
638
  path: _path2 + ".tvs",
615
639
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs | TermCollectionTvs)",
616
640
  value: input3.tvs
@@ -623,6 +647,26 @@ var validDescrStatsRequest = (input) => {
623
647
  path: _path2 + ".isnot",
624
648
  expected: "(boolean | undefined)",
625
649
  value: input3.isnot
650
+ }), void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade || $report(_exceptionable2, {
651
+ path: _path2 + ".bar_by_grade",
652
+ expected: "(boolean | undefined)",
653
+ value: input3.bar_by_grade
654
+ }), void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children || $report(_exceptionable2, {
655
+ path: _path2 + ".bar_by_children",
656
+ expected: "(boolean | undefined)",
657
+ value: input3.bar_by_children
658
+ }), void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade || $report(_exceptionable2, {
659
+ path: _path2 + ".value_by_max_grade",
660
+ expected: "(boolean | undefined)",
661
+ value: input3.value_by_max_grade
662
+ }), void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent || $report(_exceptionable2, {
663
+ path: _path2 + ".value_by_most_recent",
664
+ expected: "(boolean | undefined)",
665
+ value: input3.value_by_most_recent
666
+ }), void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade || $report(_exceptionable2, {
667
+ path: _path2 + ".value_by_computable_grade",
668
+ expected: "(boolean | undefined)",
669
+ value: input3.value_by_computable_grade
626
670
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
627
671
  path: _path2 + ".term",
628
672
  expected: "CategoricalTerm",
@@ -651,6 +695,10 @@ var validDescrStatsRequest = (input) => {
651
695
  path: _path2 + ".values",
652
696
  expected: "Array<BaseValue>",
653
697
  value: input3.values
698
+ }), void 0 === input3.valueset || input3.valueset instanceof Set || $report(_exceptionable2, {
699
+ path: _path2 + ".valueset",
700
+ expected: "(Set<any> | undefined)",
701
+ value: input3.valueset
654
702
  })].every((flag) => flag);
655
703
  const $vo9 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
656
704
  path: _path2 + ".join",
@@ -660,45 +708,65 @@ var validDescrStatsRequest = (input) => {
660
708
  path: _path2 + ".isnot",
661
709
  expected: "(boolean | undefined)",
662
710
  value: input3.isnot
711
+ }), void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade || $report(_exceptionable2, {
712
+ path: _path2 + ".bar_by_grade",
713
+ expected: "(boolean | undefined)",
714
+ value: input3.bar_by_grade
715
+ }), void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children || $report(_exceptionable2, {
716
+ path: _path2 + ".bar_by_children",
717
+ expected: "(boolean | undefined)",
718
+ value: input3.bar_by_children
719
+ }), void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade || $report(_exceptionable2, {
720
+ path: _path2 + ".value_by_max_grade",
721
+ expected: "(boolean | undefined)",
722
+ value: input3.value_by_max_grade
723
+ }), void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent || $report(_exceptionable2, {
724
+ path: _path2 + ".value_by_most_recent",
725
+ expected: "(boolean | undefined)",
726
+ value: input3.value_by_most_recent
727
+ }), void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade || $report(_exceptionable2, {
728
+ path: _path2 + ".value_by_computable_grade",
729
+ expected: "(boolean | undefined)",
730
+ value: input3.value_by_computable_grade
663
731
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
664
732
  path: _path2 + ".term",
665
733
  expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm | WholeProteomeAbundanceTerm)',
666
734
  value: input3.term
667
- })) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
735
+ })) && $vu10(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
668
736
  path: _path2 + ".term",
669
737
  expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm | WholeProteomeAbundanceTerm)',
670
738
  value: input3.term
671
739
  }), (Array.isArray(input3.ranges) || $report(_exceptionable2, {
672
740
  path: _path2 + ".ranges",
673
- expected: "Array<NumericBin>",
741
+ expected: "Array<NumericBin | { value: number; label?: string | undefined; name?: string | undefined; }>",
674
742
  value: input3.ranges
675
743
  })) && input3.ranges.map((elem, _index5) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
676
744
  path: _path2 + ".ranges[" + _index5 + "]",
677
- expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
745
+ expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin | __type.o4)",
678
746
  value: elem
679
747
  })) && $vu1(elem, _path2 + ".ranges[" + _index5 + "]", _exceptionable2) || $report(_exceptionable2, {
680
748
  path: _path2 + ".ranges[" + _index5 + "]",
681
- expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
749
+ expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin | __type.o4)",
682
750
  value: elem
683
751
  })).every((flag) => flag) || $report(_exceptionable2, {
684
752
  path: _path2 + ".ranges",
685
- expected: "Array<NumericBin>",
753
+ expected: "Array<NumericBin | { value: number; label?: string | undefined; name?: string | undefined; }>",
686
754
  value: input3.ranges
687
- }), (Array.isArray(input3.values) || $report(_exceptionable2, {
755
+ }), void 0 === input3.values || (Array.isArray(input3.values) || $report(_exceptionable2, {
688
756
  path: _path2 + ".values",
689
- expected: "Array<__type>",
757
+ expected: "(Array<__type> | undefined)",
690
758
  value: input3.values
691
759
  })) && input3.values.map((elem, _index6) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
692
760
  path: _path2 + ".values[" + _index6 + "]",
693
- expected: "__type.o4",
761
+ expected: "__type.o5",
694
762
  value: elem
695
- })) && $vo29(elem, _path2 + ".values[" + _index6 + "]", _exceptionable2) || $report(_exceptionable2, {
763
+ })) && $vo30(elem, _path2 + ".values[" + _index6 + "]", _exceptionable2) || $report(_exceptionable2, {
696
764
  path: _path2 + ".values[" + _index6 + "]",
697
- expected: "__type.o4",
765
+ expected: "__type.o5",
698
766
  value: elem
699
767
  })).every((flag) => flag) || $report(_exceptionable2, {
700
768
  path: _path2 + ".values",
701
- expected: "Array<__type>",
769
+ expected: "(Array<__type> | undefined)",
702
770
  value: input3.values
703
771
  })].every((flag) => flag);
704
772
  const $vo10 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
@@ -812,7 +880,7 @@ var validDescrStatsRequest = (input) => {
812
880
  path: _path2 + '["default"]',
813
881
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
814
882
  value: input3["default"]
815
- })) && $vu10(input3["default"], _path2 + '["default"]', _exceptionable2) || $report(_exceptionable2, {
883
+ })) && $vu11(input3["default"], _path2 + '["default"]', _exceptionable2) || $report(_exceptionable2, {
816
884
  path: _path2 + '["default"]',
817
885
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
818
886
  value: input3["default"]
@@ -820,7 +888,7 @@ var validDescrStatsRequest = (input) => {
820
888
  path: _path2 + ".less",
821
889
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
822
890
  value: input3.less
823
- })) && $vu10(input3.less, _path2 + ".less", _exceptionable2) || $report(_exceptionable2, {
891
+ })) && $vu11(input3.less, _path2 + ".less", _exceptionable2) || $report(_exceptionable2, {
824
892
  path: _path2 + ".less",
825
893
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
826
894
  value: input3.less
@@ -881,7 +949,7 @@ var validDescrStatsRequest = (input) => {
881
949
  path: _path2 + ".first_bin",
882
950
  expected: "(FullyBoundedBin | StartUnboundedBin)",
883
951
  value: input3.first_bin
884
- })) && $vu4(input3.first_bin, _path2 + ".first_bin", _exceptionable2) || $report(_exceptionable2, {
952
+ })) && $vu5(input3.first_bin, _path2 + ".first_bin", _exceptionable2) || $report(_exceptionable2, {
885
953
  path: _path2 + ".first_bin",
886
954
  expected: "(FullyBoundedBin | StartUnboundedBin)",
887
955
  value: input3.first_bin
@@ -889,7 +957,7 @@ var validDescrStatsRequest = (input) => {
889
957
  path: _path2 + ".last_bin",
890
958
  expected: "(FullyBoundedBin | StopUnboundedBin | undefined)",
891
959
  value: input3.last_bin
892
- })) && $vu5(input3.last_bin, _path2 + ".last_bin", _exceptionable2) || $report(_exceptionable2, {
960
+ })) && $vu6(input3.last_bin, _path2 + ".last_bin", _exceptionable2) || $report(_exceptionable2, {
893
961
  path: _path2 + ".last_bin",
894
962
  expected: "(FullyBoundedBin | StopUnboundedBin | undefined)",
895
963
  value: input3.last_bin
@@ -1054,7 +1122,7 @@ var validDescrStatsRequest = (input) => {
1054
1122
  path: _path2 + ".lst[0]",
1055
1123
  expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
1056
1124
  value: input3.lst[0]
1057
- })) && $vu1(input3.lst[0], _path2 + ".lst[0]", _exceptionable2) || $report(_exceptionable2, {
1125
+ })) && $vu4(input3.lst[0], _path2 + ".lst[0]", _exceptionable2) || $report(_exceptionable2, {
1058
1126
  path: _path2 + ".lst[0]",
1059
1127
  expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
1060
1128
  value: input3.lst[0]
@@ -1067,7 +1135,7 @@ var validDescrStatsRequest = (input) => {
1067
1135
  path: _path2 + ".lst[" + (1 + _index9) + "]",
1068
1136
  expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
1069
1137
  value: elem
1070
- })) && $vu1(elem, _path2 + ".lst[" + (1 + _index9) + "]", _exceptionable2) || $report(_exceptionable2, {
1138
+ })) && $vu4(elem, _path2 + ".lst[" + (1 + _index9) + "]", _exceptionable2) || $report(_exceptionable2, {
1071
1139
  path: _path2 + ".lst[" + (1 + _index9) + "]",
1072
1140
  expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
1073
1141
  value: elem
@@ -1973,7 +2041,20 @@ var validDescrStatsRequest = (input) => {
1973
2041
  expected: "number",
1974
2042
  value: input3.stop
1975
2043
  })].every((flag) => flag);
1976
- const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
2044
+ const $vo29 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
2045
+ path: _path2 + ".value",
2046
+ expected: "number",
2047
+ value: input3.value
2048
+ }), void 0 === input3.label || "string" === typeof input3.label || $report(_exceptionable2, {
2049
+ path: _path2 + ".label",
2050
+ expected: "(string | undefined)",
2051
+ value: input3.label
2052
+ }), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
2053
+ path: _path2 + ".name",
2054
+ expected: "(string | undefined)",
2055
+ value: input3.name
2056
+ })].every((flag) => flag);
2057
+ const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1977
2058
  path: _path2 + ".key",
1978
2059
  expected: "string",
1979
2060
  value: input3.key
@@ -1990,7 +2071,7 @@ var validDescrStatsRequest = (input) => {
1990
2071
  expected: "(string | undefined)",
1991
2072
  value: input3.label
1992
2073
  })].every((flag) => flag);
1993
- const $vo30 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
2074
+ const $vo31 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1994
2075
  path: _path2 + ".join",
1995
2076
  expected: "(string | undefined)",
1996
2077
  value: input3.join
@@ -1998,14 +2079,14 @@ var validDescrStatsRequest = (input) => {
1998
2079
  path: _path2 + ".isnot",
1999
2080
  expected: "(boolean | undefined)",
2000
2081
  value: input3.isnot
2001
- }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2002
- path: _path2 + ".term",
2003
- expected: "ConditionTerm",
2004
- value: input3.term
2005
- })) && $vo31(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2006
- path: _path2 + ".term",
2007
- expected: "ConditionTerm",
2008
- value: input3.term
2082
+ }), void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade || $report(_exceptionable2, {
2083
+ path: _path2 + ".bar_by_grade",
2084
+ expected: "(boolean | undefined)",
2085
+ value: input3.bar_by_grade
2086
+ }), void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children || $report(_exceptionable2, {
2087
+ path: _path2 + ".bar_by_children",
2088
+ expected: "(boolean | undefined)",
2089
+ value: input3.bar_by_children
2009
2090
  }), void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade || $report(_exceptionable2, {
2010
2091
  path: _path2 + ".value_by_max_grade",
2011
2092
  expected: "(boolean | undefined)",
@@ -2018,6 +2099,14 @@ var validDescrStatsRequest = (input) => {
2018
2099
  path: _path2 + ".value_by_computable_grade",
2019
2100
  expected: "(boolean | undefined)",
2020
2101
  value: input3.value_by_computable_grade
2102
+ }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2103
+ path: _path2 + ".term",
2104
+ expected: "ConditionTerm",
2105
+ value: input3.term
2106
+ })) && $vo32(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2107
+ path: _path2 + ".term",
2108
+ expected: "ConditionTerm",
2109
+ value: input3.term
2021
2110
  }), void 0 === input3.grade_and_child || (Array.isArray(input3.grade_and_child) || $report(_exceptionable2, {
2022
2111
  path: _path2 + ".grade_and_child",
2023
2112
  expected: "(Array<GradeAndChildEntry> | undefined)",
@@ -2026,7 +2115,7 @@ var validDescrStatsRequest = (input) => {
2026
2115
  path: _path2 + ".grade_and_child[" + _index29 + "]",
2027
2116
  expected: "GradeAndChildEntry",
2028
2117
  value: elem
2029
- })) && $vo32(elem, _path2 + ".grade_and_child[" + _index29 + "]", _exceptionable2) || $report(_exceptionable2, {
2118
+ })) && $vo33(elem, _path2 + ".grade_and_child[" + _index29 + "]", _exceptionable2) || $report(_exceptionable2, {
2030
2119
  path: _path2 + ".grade_and_child[" + _index29 + "]",
2031
2120
  expected: "GradeAndChildEntry",
2032
2121
  value: elem
@@ -2034,8 +2123,24 @@ var validDescrStatsRequest = (input) => {
2034
2123
  path: _path2 + ".grade_and_child",
2035
2124
  expected: "(Array<GradeAndChildEntry> | undefined)",
2036
2125
  value: input3.grade_and_child
2126
+ }), (Array.isArray(input3.values) || $report(_exceptionable2, {
2127
+ path: _path2 + ".values",
2128
+ expected: "Array<__type>.o1",
2129
+ value: input3.values
2130
+ })) && input3.values.map((elem, _index30) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2131
+ path: _path2 + ".values[" + _index30 + "]",
2132
+ expected: "__type.o6",
2133
+ value: elem
2134
+ })) && $vo34(elem, _path2 + ".values[" + _index30 + "]", _exceptionable2) || $report(_exceptionable2, {
2135
+ path: _path2 + ".values[" + _index30 + "]",
2136
+ expected: "__type.o6",
2137
+ value: elem
2138
+ })).every((flag) => flag) || $report(_exceptionable2, {
2139
+ path: _path2 + ".values",
2140
+ expected: "Array<__type>.o1",
2141
+ value: input3.values
2037
2142
  })].every((flag) => flag);
2038
- const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2143
+ const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2039
2144
  path: _path2 + ".id",
2040
2145
  expected: "string",
2041
2146
  value: input3.id
@@ -2051,8 +2156,8 @@ var validDescrStatsRequest = (input) => {
2051
2156
  path: _path2 + ".child_types",
2052
2157
  expected: "(Array<string> | undefined)",
2053
2158
  value: input3.child_types
2054
- })) && input3.child_types.map((elem, _index30) => "string" === typeof elem || $report(_exceptionable2, {
2055
- path: _path2 + ".child_types[" + _index30 + "]",
2159
+ })) && input3.child_types.map((elem, _index31) => "string" === typeof elem || $report(_exceptionable2, {
2160
+ path: _path2 + ".child_types[" + _index31 + "]",
2056
2161
  expected: "string",
2057
2162
  value: elem
2058
2163
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2067,8 +2172,8 @@ var validDescrStatsRequest = (input) => {
2067
2172
  path: _path2 + ".included_types",
2068
2173
  expected: "(Array<string> | undefined)",
2069
2174
  value: input3.included_types
2070
- })) && input3.included_types.map((elem, _index31) => "string" === typeof elem || $report(_exceptionable2, {
2071
- path: _path2 + ".included_types[" + _index31 + "]",
2175
+ })) && input3.included_types.map((elem, _index32) => "string" === typeof elem || $report(_exceptionable2, {
2176
+ path: _path2 + ".included_types[" + _index32 + "]",
2072
2177
  expected: "string",
2073
2178
  value: elem
2074
2179
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2100,7 +2205,7 @@ var validDescrStatsRequest = (input) => {
2100
2205
  expected: "(__type.o2 | undefined)",
2101
2206
  value: input3.valueConversion
2102
2207
  })].every((flag) => flag);
2103
- const $vo32 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
2208
+ const $vo33 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
2104
2209
  path: _path2 + ".grade",
2105
2210
  expected: "number",
2106
2211
  value: input3.grade
@@ -2117,7 +2222,25 @@ var validDescrStatsRequest = (input) => {
2117
2222
  expected: "string",
2118
2223
  value: input3.child_label
2119
2224
  })].every((flag) => flag);
2120
- const $vo33 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
2225
+ const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
2226
+ path: _path2 + ".key",
2227
+ expected: "(number | string)",
2228
+ value: input3.key
2229
+ }), void 0 === input3.label || "string" === typeof input3.label || $report(_exceptionable2, {
2230
+ path: _path2 + ".label",
2231
+ expected: "(string | undefined)",
2232
+ value: input3.label
2233
+ }), false === _exceptionable2 || Object.keys(input3).map((key) => {
2234
+ if (["key", "label"].some((prop) => key === prop))
2235
+ return true;
2236
+ const value = input3[key];
2237
+ if (void 0 === value)
2238
+ return true;
2239
+ if (RegExp(/(.*)/).test(key))
2240
+ return true;
2241
+ return true;
2242
+ }).every((flag) => flag)].every((flag) => flag);
2243
+ const $vo35 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
2121
2244
  path: _path2 + ".join",
2122
2245
  expected: "(string | undefined)",
2123
2246
  value: input3.join
@@ -2125,29 +2248,49 @@ var validDescrStatsRequest = (input) => {
2125
2248
  path: _path2 + ".isnot",
2126
2249
  expected: "(boolean | undefined)",
2127
2250
  value: input3.isnot
2251
+ }), void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade || $report(_exceptionable2, {
2252
+ path: _path2 + ".bar_by_grade",
2253
+ expected: "(boolean | undefined)",
2254
+ value: input3.bar_by_grade
2255
+ }), void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children || $report(_exceptionable2, {
2256
+ path: _path2 + ".bar_by_children",
2257
+ expected: "(boolean | undefined)",
2258
+ value: input3.bar_by_children
2259
+ }), void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade || $report(_exceptionable2, {
2260
+ path: _path2 + ".value_by_max_grade",
2261
+ expected: "(boolean | undefined)",
2262
+ value: input3.value_by_max_grade
2263
+ }), void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent || $report(_exceptionable2, {
2264
+ path: _path2 + ".value_by_most_recent",
2265
+ expected: "(boolean | undefined)",
2266
+ value: input3.value_by_most_recent
2267
+ }), void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade || $report(_exceptionable2, {
2268
+ path: _path2 + ".value_by_computable_grade",
2269
+ expected: "(boolean | undefined)",
2270
+ value: input3.value_by_computable_grade
2128
2271
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2129
2272
  path: _path2 + ".term",
2130
2273
  expected: "DtTerm",
2131
2274
  value: input3.term
2132
- })) && $vo34(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2275
+ })) && $vo36(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2133
2276
  path: _path2 + ".term",
2134
2277
  expected: "DtTerm",
2135
2278
  value: input3.term
2136
2279
  }), (Array.isArray(input3.values) || $report(_exceptionable2, {
2137
2280
  path: _path2 + ".values",
2138
- expected: "Array<__type>.o2",
2281
+ expected: "Array<GeneVariantValue>",
2139
2282
  value: input3.values
2140
- })) && input3.values.map((elem, _index32) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2141
- path: _path2 + ".values[" + _index32 + "]",
2142
- expected: "__type.o6",
2283
+ })) && input3.values.map((elem, _index33) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || $report(_exceptionable2, {
2284
+ path: _path2 + ".values[" + _index33 + "]",
2285
+ expected: "GeneVariantValue",
2143
2286
  value: elem
2144
- })) && $vo44(elem, _path2 + ".values[" + _index32 + "]", _exceptionable2) || $report(_exceptionable2, {
2145
- path: _path2 + ".values[" + _index32 + "]",
2146
- expected: "__type.o6",
2287
+ })) && $vo46(elem, _path2 + ".values[" + _index33 + "]", _exceptionable2) || $report(_exceptionable2, {
2288
+ path: _path2 + ".values[" + _index33 + "]",
2289
+ expected: "GeneVariantValue",
2147
2290
  value: elem
2148
2291
  })).every((flag) => flag) || $report(_exceptionable2, {
2149
2292
  path: _path2 + ".values",
2150
- expected: "Array<__type>.o2",
2293
+ expected: "Array<GeneVariantValue>",
2151
2294
  value: input3.values
2152
2295
  }), void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested || $report(_exceptionable2, {
2153
2296
  path: _path2 + ".includeNotTested",
@@ -2157,8 +2300,40 @@ var validDescrStatsRequest = (input) => {
2157
2300
  path: _path2 + ".excludeGeneName",
2158
2301
  expected: "(boolean | undefined)",
2159
2302
  value: input3.excludeGeneName
2303
+ }), void 0 === input3.genotype || "variant" === input3.genotype || "nt" === input3.genotype || "wt" === input3.genotype || $report(_exceptionable2, {
2304
+ path: _path2 + ".genotype",
2305
+ expected: '("nt" | "variant" | "wt" | undefined)',
2306
+ value: input3.genotype
2307
+ }), void 0 === input3.mcount || "any" === input3.mcount || "single" === input3.mcount || "multiple" === input3.mcount || "all" === input3.mcount || $report(_exceptionable2, {
2308
+ path: _path2 + ".mcount",
2309
+ expected: '("all" | "any" | "multiple" | "single" | undefined)',
2310
+ value: input3.mcount
2311
+ }), void 0 === input3.continuousCnv || "boolean" === typeof input3.continuousCnv || $report(_exceptionable2, {
2312
+ path: _path2 + ".continuousCnv",
2313
+ expected: "(boolean | undefined)",
2314
+ value: input3.continuousCnv
2315
+ }), void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff || $report(_exceptionable2, {
2316
+ path: _path2 + ".cnvLossCutoff",
2317
+ expected: "(number | undefined)",
2318
+ value: input3.cnvLossCutoff
2319
+ }), void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff || $report(_exceptionable2, {
2320
+ path: _path2 + ".cnvGainCutoff",
2321
+ expected: "(number | undefined)",
2322
+ value: input3.cnvGainCutoff
2323
+ }), void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength || $report(_exceptionable2, {
2324
+ path: _path2 + ".cnvMaxLength",
2325
+ expected: "(number | undefined)",
2326
+ value: input3.cnvMaxLength
2327
+ }), void 0 === input3.cnvWT || "boolean" === typeof input3.cnvWT || $report(_exceptionable2, {
2328
+ path: _path2 + ".cnvWT",
2329
+ expected: "(boolean | undefined)",
2330
+ value: input3.cnvWT
2331
+ }), void 0 === input3.fractionOverlap || "number" === typeof input3.fractionOverlap || $report(_exceptionable2, {
2332
+ path: _path2 + ".fractionOverlap",
2333
+ expected: "(number | undefined)",
2334
+ value: input3.fractionOverlap
2160
2335
  })].every((flag) => flag);
2161
- const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2336
+ const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2162
2337
  path: _path2 + ".id",
2163
2338
  expected: "string",
2164
2339
  value: input3.id
@@ -2178,7 +2353,7 @@ var validDescrStatsRequest = (input) => {
2178
2353
  path: _path2 + ".parentTerm",
2179
2354
  expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
2180
2355
  value: input3.parentTerm
2181
- })) && $vu11(input3.parentTerm, _path2 + ".parentTerm", _exceptionable2) || $report(_exceptionable2, {
2356
+ })) && $vu12(input3.parentTerm, _path2 + ".parentTerm", _exceptionable2) || $report(_exceptionable2, {
2182
2357
  path: _path2 + ".parentTerm",
2183
2358
  expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
2184
2359
  value: input3.parentTerm
@@ -2207,7 +2382,7 @@ var validDescrStatsRequest = (input) => {
2207
2382
  expected: "TermValues",
2208
2383
  value: input3.values
2209
2384
  })].every((flag) => flag);
2210
- const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2385
+ const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2211
2386
  path: _path2 + ".id",
2212
2387
  expected: "string",
2213
2388
  value: input3.id
@@ -2223,8 +2398,8 @@ var validDescrStatsRequest = (input) => {
2223
2398
  path: _path2 + ".child_types",
2224
2399
  expected: "(Array<string> | undefined)",
2225
2400
  value: input3.child_types
2226
- })) && input3.child_types.map((elem, _index33) => "string" === typeof elem || $report(_exceptionable2, {
2227
- path: _path2 + ".child_types[" + _index33 + "]",
2401
+ })) && input3.child_types.map((elem, _index34) => "string" === typeof elem || $report(_exceptionable2, {
2402
+ path: _path2 + ".child_types[" + _index34 + "]",
2228
2403
  expected: "string",
2229
2404
  value: elem
2230
2405
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2239,8 +2414,8 @@ var validDescrStatsRequest = (input) => {
2239
2414
  path: _path2 + ".included_types",
2240
2415
  expected: "(Array<string> | undefined)",
2241
2416
  value: input3.included_types
2242
- })) && input3.included_types.map((elem, _index34) => "string" === typeof elem || $report(_exceptionable2, {
2243
- path: _path2 + ".included_types[" + _index34 + "]",
2417
+ })) && input3.included_types.map((elem, _index35) => "string" === typeof elem || $report(_exceptionable2, {
2418
+ path: _path2 + ".included_types[" + _index35 + "]",
2244
2419
  expected: "string",
2245
2420
  value: elem
2246
2421
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2295,12 +2470,12 @@ var validDescrStatsRequest = (input) => {
2295
2470
  path: _path2 + ".genes",
2296
2471
  expected: "Array<GvGeneTerm>",
2297
2472
  value: input3.genes
2298
- })) && input3.genes.map((elem, _index35) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2299
- path: _path2 + ".genes[" + _index35 + "]",
2473
+ })) && input3.genes.map((elem, _index36) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2474
+ path: _path2 + ".genes[" + _index36 + "]",
2300
2475
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2301
2476
  value: elem
2302
- })) && $vu2(elem, _path2 + ".genes[" + _index35 + "]", _exceptionable2) || $report(_exceptionable2, {
2303
- path: _path2 + ".genes[" + _index35 + "]",
2477
+ })) && $vu2(elem, _path2 + ".genes[" + _index36 + "]", _exceptionable2) || $report(_exceptionable2, {
2478
+ path: _path2 + ".genes[" + _index36 + "]",
2304
2479
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2305
2480
  value: elem
2306
2481
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2311,7 +2486,7 @@ var validDescrStatsRequest = (input) => {
2311
2486
  path: _path2 + ".groupsetting",
2312
2487
  expected: "(TermGroupSetting | undefined)",
2313
2488
  value: input3.groupsetting
2314
- })) && $vo38(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2489
+ })) && $vo40(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2315
2490
  path: _path2 + ".groupsetting",
2316
2491
  expected: "(TermGroupSetting | undefined)",
2317
2492
  value: input3.groupsetting
@@ -2319,12 +2494,12 @@ var validDescrStatsRequest = (input) => {
2319
2494
  path: _path2 + ".childTerms",
2320
2495
  expected: "(Array<DtTerm> | undefined)",
2321
2496
  value: input3.childTerms
2322
- })) && input3.childTerms.map((elem, _index36) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2323
- path: _path2 + ".childTerms[" + _index36 + "]",
2497
+ })) && input3.childTerms.map((elem, _index37) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2498
+ path: _path2 + ".childTerms[" + _index37 + "]",
2324
2499
  expected: "DtTerm",
2325
2500
  value: elem
2326
- })) && $vo34(elem, _path2 + ".childTerms[" + _index36 + "]", _exceptionable2) || $report(_exceptionable2, {
2327
- path: _path2 + ".childTerms[" + _index36 + "]",
2501
+ })) && $vo36(elem, _path2 + ".childTerms[" + _index37 + "]", _exceptionable2) || $report(_exceptionable2, {
2502
+ path: _path2 + ".childTerms[" + _index37 + "]",
2328
2503
  expected: "DtTerm",
2329
2504
  value: elem
2330
2505
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2332,7 +2507,7 @@ var validDescrStatsRequest = (input) => {
2332
2507
  expected: "(Array<DtTerm> | undefined)",
2333
2508
  value: input3.childTerms
2334
2509
  })].every((flag) => flag);
2335
- const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2510
+ const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2336
2511
  path: _path2 + ".id",
2337
2512
  expected: "string",
2338
2513
  value: input3.id
@@ -2348,8 +2523,8 @@ var validDescrStatsRequest = (input) => {
2348
2523
  path: _path2 + ".child_types",
2349
2524
  expected: "(Array<string> | undefined)",
2350
2525
  value: input3.child_types
2351
- })) && input3.child_types.map((elem, _index37) => "string" === typeof elem || $report(_exceptionable2, {
2352
- path: _path2 + ".child_types[" + _index37 + "]",
2526
+ })) && input3.child_types.map((elem, _index38) => "string" === typeof elem || $report(_exceptionable2, {
2527
+ path: _path2 + ".child_types[" + _index38 + "]",
2353
2528
  expected: "string",
2354
2529
  value: elem
2355
2530
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2364,8 +2539,8 @@ var validDescrStatsRequest = (input) => {
2364
2539
  path: _path2 + ".included_types",
2365
2540
  expected: "(Array<string> | undefined)",
2366
2541
  value: input3.included_types
2367
- })) && input3.included_types.map((elem, _index38) => "string" === typeof elem || $report(_exceptionable2, {
2368
- path: _path2 + ".included_types[" + _index38 + "]",
2542
+ })) && input3.included_types.map((elem, _index39) => "string" === typeof elem || $report(_exceptionable2, {
2543
+ path: _path2 + ".included_types[" + _index39 + "]",
2369
2544
  expected: "string",
2370
2545
  value: elem
2371
2546
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2417,7 +2592,7 @@ var validDescrStatsRequest = (input) => {
2417
2592
  expected: "(number | undefined)",
2418
2593
  value: input3.stop
2419
2594
  })].every((flag) => flag);
2420
- const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2595
+ const $vo39 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2421
2596
  path: _path2 + ".id",
2422
2597
  expected: "string",
2423
2598
  value: input3.id
@@ -2433,8 +2608,8 @@ var validDescrStatsRequest = (input) => {
2433
2608
  path: _path2 + ".child_types",
2434
2609
  expected: "(Array<string> | undefined)",
2435
2610
  value: input3.child_types
2436
- })) && input3.child_types.map((elem, _index39) => "string" === typeof elem || $report(_exceptionable2, {
2437
- path: _path2 + ".child_types[" + _index39 + "]",
2611
+ })) && input3.child_types.map((elem, _index40) => "string" === typeof elem || $report(_exceptionable2, {
2612
+ path: _path2 + ".child_types[" + _index40 + "]",
2438
2613
  expected: "string",
2439
2614
  value: elem
2440
2615
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2449,8 +2624,8 @@ var validDescrStatsRequest = (input) => {
2449
2624
  path: _path2 + ".included_types",
2450
2625
  expected: "(Array<string> | undefined)",
2451
2626
  value: input3.included_types
2452
- })) && input3.included_types.map((elem, _index40) => "string" === typeof elem || $report(_exceptionable2, {
2453
- path: _path2 + ".included_types[" + _index40 + "]",
2627
+ })) && input3.included_types.map((elem, _index41) => "string" === typeof elem || $report(_exceptionable2, {
2628
+ path: _path2 + ".included_types[" + _index41 + "]",
2454
2629
  expected: "string",
2455
2630
  value: elem
2456
2631
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2498,7 +2673,7 @@ var validDescrStatsRequest = (input) => {
2498
2673
  expected: "number",
2499
2674
  value: input3.stop
2500
2675
  })].every((flag) => flag);
2501
- const $vo38 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
2676
+ const $vo40 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
2502
2677
  path: _path2 + ".disabled",
2503
2678
  expected: "boolean",
2504
2679
  value: input3.disabled
@@ -2506,12 +2681,12 @@ var validDescrStatsRequest = (input) => {
2506
2681
  path: _path2 + ".lst",
2507
2682
  expected: "(Array<Groupset> | undefined)",
2508
2683
  value: input3.lst
2509
- })) && input3.lst.map((elem, _index41) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2510
- path: _path2 + ".lst[" + _index41 + "]",
2684
+ })) && input3.lst.map((elem, _index42) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2685
+ path: _path2 + ".lst[" + _index42 + "]",
2511
2686
  expected: "Groupset",
2512
2687
  value: elem
2513
- })) && $vo39(elem, _path2 + ".lst[" + _index41 + "]", _exceptionable2) || $report(_exceptionable2, {
2514
- path: _path2 + ".lst[" + _index41 + "]",
2688
+ })) && $vo41(elem, _path2 + ".lst[" + _index42 + "]", _exceptionable2) || $report(_exceptionable2, {
2689
+ path: _path2 + ".lst[" + _index42 + "]",
2515
2690
  expected: "Groupset",
2516
2691
  value: elem
2517
2692
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2519,7 +2694,7 @@ var validDescrStatsRequest = (input) => {
2519
2694
  expected: "(Array<Groupset> | undefined)",
2520
2695
  value: input3.lst
2521
2696
  })].every((flag) => flag);
2522
- const $vo39 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2697
+ const $vo41 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2523
2698
  path: _path2 + ".name",
2524
2699
  expected: "string",
2525
2700
  value: input3.name
@@ -2539,12 +2714,12 @@ var validDescrStatsRequest = (input) => {
2539
2714
  path: _path2 + ".groups",
2540
2715
  expected: "Array<GroupEntry>",
2541
2716
  value: input3.groups
2542
- })) && input3.groups.map((elem, _index42) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2543
- path: _path2 + ".groups[" + _index42 + "]",
2717
+ })) && input3.groups.map((elem, _index43) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2718
+ path: _path2 + ".groups[" + _index43 + "]",
2544
2719
  expected: "(FilterGroup | ValuesGroup)",
2545
2720
  value: elem
2546
- })) && $vu3(elem, _path2 + ".groups[" + _index42 + "]", _exceptionable2) || $report(_exceptionable2, {
2547
- path: _path2 + ".groups[" + _index42 + "]",
2721
+ })) && $vu3(elem, _path2 + ".groups[" + _index43 + "]", _exceptionable2) || $report(_exceptionable2, {
2722
+ path: _path2 + ".groups[" + _index43 + "]",
2548
2723
  expected: "(FilterGroup | ValuesGroup)",
2549
2724
  value: elem
2550
2725
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2552,7 +2727,7 @@ var validDescrStatsRequest = (input) => {
2552
2727
  expected: "Array<GroupEntry>",
2553
2728
  value: input3.groups
2554
2729
  })].every((flag) => flag);
2555
- const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2730
+ const $vo42 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2556
2731
  path: _path2 + ".name",
2557
2732
  expected: "string",
2558
2733
  value: input3.name
@@ -2562,26 +2737,26 @@ var validDescrStatsRequest = (input) => {
2562
2737
  value: input3.type
2563
2738
  }), (Array.isArray(input3.values) || $report(_exceptionable2, {
2564
2739
  path: _path2 + ".values",
2565
- expected: "Array<__type>.o1",
2740
+ expected: "Array<__type>.o2",
2566
2741
  value: input3.values
2567
- })) && input3.values.map((elem, _index43) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2568
- path: _path2 + ".values[" + _index43 + "]",
2569
- expected: "__type.o5",
2742
+ })) && input3.values.map((elem, _index44) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2743
+ path: _path2 + ".values[" + _index44 + "]",
2744
+ expected: "__type.o7",
2570
2745
  value: elem
2571
- })) && $vo41(elem, _path2 + ".values[" + _index43 + "]", _exceptionable2) || $report(_exceptionable2, {
2572
- path: _path2 + ".values[" + _index43 + "]",
2573
- expected: "__type.o5",
2746
+ })) && $vo43(elem, _path2 + ".values[" + _index44 + "]", _exceptionable2) || $report(_exceptionable2, {
2747
+ path: _path2 + ".values[" + _index44 + "]",
2748
+ expected: "__type.o7",
2574
2749
  value: elem
2575
2750
  })).every((flag) => flag) || $report(_exceptionable2, {
2576
2751
  path: _path2 + ".values",
2577
- expected: "Array<__type>.o1",
2752
+ expected: "Array<__type>.o2",
2578
2753
  value: input3.values
2579
2754
  }), void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable || $report(_exceptionable2, {
2580
2755
  path: _path2 + ".uncomputable",
2581
2756
  expected: "(boolean | undefined)",
2582
2757
  value: input3.uncomputable
2583
2758
  })].every((flag) => flag);
2584
- const $vo41 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
2759
+ const $vo43 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
2585
2760
  path: _path2 + ".key",
2586
2761
  expected: "(number | string)",
2587
2762
  value: input3.key
@@ -2590,7 +2765,7 @@ var validDescrStatsRequest = (input) => {
2590
2765
  expected: "string",
2591
2766
  value: input3.label
2592
2767
  })].every((flag) => flag);
2593
- const $vo42 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2768
+ const $vo44 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2594
2769
  path: _path2 + ".name",
2595
2770
  expected: "string",
2596
2771
  value: input3.name
@@ -2611,7 +2786,7 @@ var validDescrStatsRequest = (input) => {
2611
2786
  expected: "string",
2612
2787
  value: input3.color
2613
2788
  })].every((flag) => flag);
2614
- const $vo43 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2789
+ const $vo45 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2615
2790
  path: _path2 + ".id",
2616
2791
  expected: "string",
2617
2792
  value: input3.id
@@ -2627,8 +2802,8 @@ var validDescrStatsRequest = (input) => {
2627
2802
  path: _path2 + ".child_types",
2628
2803
  expected: "(Array<string> | undefined)",
2629
2804
  value: input3.child_types
2630
- })) && input3.child_types.map((elem, _index44) => "string" === typeof elem || $report(_exceptionable2, {
2631
- path: _path2 + ".child_types[" + _index44 + "]",
2805
+ })) && input3.child_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
2806
+ path: _path2 + ".child_types[" + _index45 + "]",
2632
2807
  expected: "string",
2633
2808
  value: elem
2634
2809
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2643,8 +2818,8 @@ var validDescrStatsRequest = (input) => {
2643
2818
  path: _path2 + ".included_types",
2644
2819
  expected: "(Array<string> | undefined)",
2645
2820
  value: input3.included_types
2646
- })) && input3.included_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
2647
- path: _path2 + ".included_types[" + _index45 + "]",
2821
+ })) && input3.included_types.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
2822
+ path: _path2 + ".included_types[" + _index46 + "]",
2648
2823
  expected: "string",
2649
2824
  value: elem
2650
2825
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2695,12 +2870,12 @@ var validDescrStatsRequest = (input) => {
2695
2870
  path: _path2 + ".genes",
2696
2871
  expected: "Array<GvGeneTerm>",
2697
2872
  value: input3.genes
2698
- })) && input3.genes.map((elem, _index46) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2699
- path: _path2 + ".genes[" + _index46 + "]",
2873
+ })) && input3.genes.map((elem, _index47) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2874
+ path: _path2 + ".genes[" + _index47 + "]",
2700
2875
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2701
2876
  value: elem
2702
- })) && $vu2(elem, _path2 + ".genes[" + _index46 + "]", _exceptionable2) || $report(_exceptionable2, {
2703
- path: _path2 + ".genes[" + _index46 + "]",
2877
+ })) && $vu2(elem, _path2 + ".genes[" + _index47 + "]", _exceptionable2) || $report(_exceptionable2, {
2878
+ path: _path2 + ".genes[" + _index47 + "]",
2704
2879
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2705
2880
  value: elem
2706
2881
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2711,7 +2886,7 @@ var validDescrStatsRequest = (input) => {
2711
2886
  path: _path2 + ".groupsetting",
2712
2887
  expected: "(TermGroupSetting | undefined)",
2713
2888
  value: input3.groupsetting
2714
- })) && $vo38(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2889
+ })) && $vo40(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2715
2890
  path: _path2 + ".groupsetting",
2716
2891
  expected: "(TermGroupSetting | undefined)",
2717
2892
  value: input3.groupsetting
@@ -2719,12 +2894,12 @@ var validDescrStatsRequest = (input) => {
2719
2894
  path: _path2 + ".childTerms",
2720
2895
  expected: "(Array<DtTerm> | undefined)",
2721
2896
  value: input3.childTerms
2722
- })) && input3.childTerms.map((elem, _index47) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2723
- path: _path2 + ".childTerms[" + _index47 + "]",
2897
+ })) && input3.childTerms.map((elem, _index48) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2898
+ path: _path2 + ".childTerms[" + _index48 + "]",
2724
2899
  expected: "DtTerm",
2725
2900
  value: elem
2726
- })) && $vo34(elem, _path2 + ".childTerms[" + _index47 + "]", _exceptionable2) || $report(_exceptionable2, {
2727
- path: _path2 + ".childTerms[" + _index47 + "]",
2901
+ })) && $vo36(elem, _path2 + ".childTerms[" + _index48 + "]", _exceptionable2) || $report(_exceptionable2, {
2902
+ path: _path2 + ".childTerms[" + _index48 + "]",
2728
2903
  expected: "DtTerm",
2729
2904
  value: elem
2730
2905
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2732,20 +2907,52 @@ var validDescrStatsRequest = (input) => {
2732
2907
  expected: "(Array<DtTerm> | undefined)",
2733
2908
  value: input3.childTerms
2734
2909
  })].every((flag) => flag);
2735
- const $vo44 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
2910
+ const $vo46 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
2736
2911
  path: _path2 + ".key",
2737
- expected: "string",
2912
+ expected: "(string | undefined)",
2738
2913
  value: input3.key
2739
- }), "string" === typeof input3.label || $report(_exceptionable2, {
2914
+ }), void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label || $report(_exceptionable2, {
2740
2915
  path: _path2 + ".label",
2741
- expected: "string",
2916
+ expected: "(number | string | undefined)",
2742
2917
  value: input3.label
2743
- }), "string" === typeof input3.value || $report(_exceptionable2, {
2918
+ }), void 0 === input3.value || "string" === typeof input3.value || $report(_exceptionable2, {
2744
2919
  path: _path2 + ".value",
2745
- expected: "string",
2920
+ expected: "(string | undefined)",
2746
2921
  value: input3.value
2922
+ }), void 0 === input3.dt || "number" === typeof input3.dt || $report(_exceptionable2, {
2923
+ path: _path2 + ".dt",
2924
+ expected: "(number | undefined)",
2925
+ value: input3.dt
2926
+ }), void 0 === input3.mclasslst || (Array.isArray(input3.mclasslst) || $report(_exceptionable2, {
2927
+ path: _path2 + ".mclasslst",
2928
+ expected: "(Array<string> | undefined)",
2929
+ value: input3.mclasslst
2930
+ })) && input3.mclasslst.map((elem, _index49) => "string" === typeof elem || $report(_exceptionable2, {
2931
+ path: _path2 + ".mclasslst[" + _index49 + "]",
2932
+ expected: "string",
2933
+ value: elem
2934
+ })).every((flag) => flag) || $report(_exceptionable2, {
2935
+ path: _path2 + ".mclasslst",
2936
+ expected: "(Array<string> | undefined)",
2937
+ value: input3.mclasslst
2938
+ }), void 0 === input3.mclassExcludeLst || (Array.isArray(input3.mclassExcludeLst) || $report(_exceptionable2, {
2939
+ path: _path2 + ".mclassExcludeLst",
2940
+ expected: "(Array<string> | undefined)",
2941
+ value: input3.mclassExcludeLst
2942
+ })) && input3.mclassExcludeLst.map((elem, _index50) => "string" === typeof elem || $report(_exceptionable2, {
2943
+ path: _path2 + ".mclassExcludeLst[" + _index50 + "]",
2944
+ expected: "string",
2945
+ value: elem
2946
+ })).every((flag) => flag) || $report(_exceptionable2, {
2947
+ path: _path2 + ".mclassExcludeLst",
2948
+ expected: "(Array<string> | undefined)",
2949
+ value: input3.mclassExcludeLst
2950
+ }), void 0 === input3.origin || "string" === typeof input3.origin || $report(_exceptionable2, {
2951
+ path: _path2 + ".origin",
2952
+ expected: "(string | undefined)",
2953
+ value: input3.origin
2747
2954
  })].every((flag) => flag);
2748
- const $vo45 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
2955
+ const $vo47 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
2749
2956
  path: _path2 + ".join",
2750
2957
  expected: "(string | undefined)",
2751
2958
  value: input3.join
@@ -2753,11 +2960,31 @@ var validDescrStatsRequest = (input) => {
2753
2960
  path: _path2 + ".isnot",
2754
2961
  expected: "(boolean | undefined)",
2755
2962
  value: input3.isnot
2963
+ }), void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade || $report(_exceptionable2, {
2964
+ path: _path2 + ".bar_by_grade",
2965
+ expected: "(boolean | undefined)",
2966
+ value: input3.bar_by_grade
2967
+ }), void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children || $report(_exceptionable2, {
2968
+ path: _path2 + ".bar_by_children",
2969
+ expected: "(boolean | undefined)",
2970
+ value: input3.bar_by_children
2971
+ }), void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade || $report(_exceptionable2, {
2972
+ path: _path2 + ".value_by_max_grade",
2973
+ expected: "(boolean | undefined)",
2974
+ value: input3.value_by_max_grade
2975
+ }), void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent || $report(_exceptionable2, {
2976
+ path: _path2 + ".value_by_most_recent",
2977
+ expected: "(boolean | undefined)",
2978
+ value: input3.value_by_most_recent
2979
+ }), void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade || $report(_exceptionable2, {
2980
+ path: _path2 + ".value_by_computable_grade",
2981
+ expected: "(boolean | undefined)",
2982
+ value: input3.value_by_computable_grade
2756
2983
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2757
2984
  path: _path2 + ".term",
2758
2985
  expected: "(CategoricalTermCollection | NumericTermCollection)",
2759
2986
  value: input3.term
2760
- })) && $vu12(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2987
+ })) && $vu13(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2761
2988
  path: _path2 + ".term",
2762
2989
  expected: "(CategoricalTermCollection | NumericTermCollection)",
2763
2990
  value: input3.term
@@ -2766,7 +2993,7 @@ var validDescrStatsRequest = (input) => {
2766
2993
  expected: "number",
2767
2994
  value: input3.ratio
2768
2995
  })].every((flag) => flag);
2769
- const $vo46 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2996
+ const $vo48 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2770
2997
  path: _path2 + ".id",
2771
2998
  expected: "string",
2772
2999
  value: input3.id
@@ -2782,8 +3009,8 @@ var validDescrStatsRequest = (input) => {
2782
3009
  path: _path2 + ".child_types",
2783
3010
  expected: "(Array<string> | undefined)",
2784
3011
  value: input3.child_types
2785
- })) && input3.child_types.map((elem, _index48) => "string" === typeof elem || $report(_exceptionable2, {
2786
- path: _path2 + ".child_types[" + _index48 + "]",
3012
+ })) && input3.child_types.map((elem, _index51) => "string" === typeof elem || $report(_exceptionable2, {
3013
+ path: _path2 + ".child_types[" + _index51 + "]",
2787
3014
  expected: "string",
2788
3015
  value: elem
2789
3016
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2798,8 +3025,8 @@ var validDescrStatsRequest = (input) => {
2798
3025
  path: _path2 + ".included_types",
2799
3026
  expected: "(Array<string> | undefined)",
2800
3027
  value: input3.included_types
2801
- })) && input3.included_types.map((elem, _index49) => "string" === typeof elem || $report(_exceptionable2, {
2802
- path: _path2 + ".included_types[" + _index49 + "]",
3028
+ })) && input3.included_types.map((elem, _index52) => "string" === typeof elem || $report(_exceptionable2, {
3029
+ path: _path2 + ".included_types[" + _index52 + "]",
2803
3030
  expected: "string",
2804
3031
  value: elem
2805
3032
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2830,16 +3057,12 @@ var validDescrStatsRequest = (input) => {
2830
3057
  path: _path2 + ".valueConversion",
2831
3058
  expected: "(__type.o2 | undefined)",
2832
3059
  value: input3.valueConversion
2833
- }), void 0 === input3.collectionId || "string" === typeof input3.collectionId || $report(_exceptionable2, {
2834
- path: _path2 + ".collectionId",
2835
- expected: "(string | undefined)",
2836
- value: input3.collectionId
2837
3060
  }), void 0 === input3.termIds || (Array.isArray(input3.termIds) || $report(_exceptionable2, {
2838
3061
  path: _path2 + ".termIds",
2839
3062
  expected: "(Array<string> | undefined)",
2840
3063
  value: input3.termIds
2841
- })) && input3.termIds.map((elem, _index50) => "string" === typeof elem || $report(_exceptionable2, {
2842
- path: _path2 + ".termIds[" + _index50 + "]",
3064
+ })) && input3.termIds.map((elem, _index53) => "string" === typeof elem || $report(_exceptionable2, {
3065
+ path: _path2 + ".termIds[" + _index53 + "]",
2843
3066
  expected: "string",
2844
3067
  value: elem
2845
3068
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2850,12 +3073,12 @@ var validDescrStatsRequest = (input) => {
2850
3073
  path: _path2 + ".termlst",
2851
3074
  expected: "Array<BaseTerm>",
2852
3075
  value: input3.termlst
2853
- })) && input3.termlst.map((elem, _index51) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2854
- path: _path2 + ".termlst[" + _index51 + "]",
3076
+ })) && input3.termlst.map((elem, _index54) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3077
+ path: _path2 + ".termlst[" + _index54 + "]",
2855
3078
  expected: "BaseTerm",
2856
3079
  value: elem
2857
- })) && $vo47(elem, _path2 + ".termlst[" + _index51 + "]", _exceptionable2) || $report(_exceptionable2, {
2858
- path: _path2 + ".termlst[" + _index51 + "]",
3080
+ })) && $vo49(elem, _path2 + ".termlst[" + _index54 + "]", _exceptionable2) || $report(_exceptionable2, {
3081
+ path: _path2 + ".termlst[" + _index54 + "]",
2859
3082
  expected: "BaseTerm",
2860
3083
  value: elem
2861
3084
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2868,11 +3091,11 @@ var validDescrStatsRequest = (input) => {
2868
3091
  value: input3.newTvs
2869
3092
  }), ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) || $report(_exceptionable2, {
2870
3093
  path: _path2 + ".propsByTermId",
2871
- expected: "__type.o7",
3094
+ expected: "__type.o8",
2872
3095
  value: input3.propsByTermId
2873
- })) && $vo48(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
3096
+ })) && $vo50(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
2874
3097
  path: _path2 + ".propsByTermId",
2875
- expected: "__type.o7",
3098
+ expected: "__type.o8",
2876
3099
  value: input3.propsByTermId
2877
3100
  }), "numeric" === input3.memberType || $report(_exceptionable2, {
2878
3101
  path: _path2 + ".memberType",
@@ -2882,8 +3105,8 @@ var validDescrStatsRequest = (input) => {
2882
3105
  path: _path2 + ".numerators",
2883
3106
  expected: "(Array<string> | undefined)",
2884
3107
  value: input3.numerators
2885
- })) && input3.numerators.map((elem, _index52) => "string" === typeof elem || $report(_exceptionable2, {
2886
- path: _path2 + ".numerators[" + _index52 + "]",
3108
+ })) && input3.numerators.map((elem, _index55) => "string" === typeof elem || $report(_exceptionable2, {
3109
+ path: _path2 + ".numerators[" + _index55 + "]",
2887
3110
  expected: "string",
2888
3111
  value: elem
2889
3112
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2891,7 +3114,7 @@ var validDescrStatsRequest = (input) => {
2891
3114
  expected: "(Array<string> | undefined)",
2892
3115
  value: input3.numerators
2893
3116
  })].every((flag) => flag);
2894
- const $vo47 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3117
+ const $vo49 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2895
3118
  path: _path2 + ".id",
2896
3119
  expected: "string",
2897
3120
  value: input3.id
@@ -2907,8 +3130,8 @@ var validDescrStatsRequest = (input) => {
2907
3130
  path: _path2 + ".child_types",
2908
3131
  expected: "(Array<string> | undefined)",
2909
3132
  value: input3.child_types
2910
- })) && input3.child_types.map((elem, _index53) => "string" === typeof elem || $report(_exceptionable2, {
2911
- path: _path2 + ".child_types[" + _index53 + "]",
3133
+ })) && input3.child_types.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
3134
+ path: _path2 + ".child_types[" + _index56 + "]",
2912
3135
  expected: "string",
2913
3136
  value: elem
2914
3137
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2923,8 +3146,8 @@ var validDescrStatsRequest = (input) => {
2923
3146
  path: _path2 + ".included_types",
2924
3147
  expected: "(Array<string> | undefined)",
2925
3148
  value: input3.included_types
2926
- })) && input3.included_types.map((elem, _index54) => "string" === typeof elem || $report(_exceptionable2, {
2927
- path: _path2 + ".included_types[" + _index54 + "]",
3149
+ })) && input3.included_types.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
3150
+ path: _path2 + ".included_types[" + _index57 + "]",
2928
3151
  expected: "string",
2929
3152
  value: elem
2930
3153
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2956,23 +3179,23 @@ var validDescrStatsRequest = (input) => {
2956
3179
  expected: "(__type.o2 | undefined)",
2957
3180
  value: input3.valueConversion
2958
3181
  })].every((flag) => flag);
2959
- const $vo48 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3182
+ const $vo50 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2960
3183
  const value = input3[key];
2961
3184
  if (void 0 === value)
2962
3185
  return true;
2963
3186
  if (RegExp(/(.*)/).test(key))
2964
3187
  return ("object" === typeof value && null !== value && false === Array.isArray(value) || $report(_exceptionable2, {
2965
3188
  path: _path2 + $join(key),
2966
- expected: "__type.o8",
3189
+ expected: "__type.o9",
2967
3190
  value
2968
- })) && $vo49(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3191
+ })) && $vo51(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2969
3192
  path: _path2 + $join(key),
2970
- expected: "__type.o8",
3193
+ expected: "__type.o9",
2971
3194
  value
2972
3195
  });
2973
3196
  return true;
2974
3197
  }).every((flag) => flag)].every((flag) => flag);
2975
- const $vo49 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3198
+ const $vo51 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2976
3199
  const value = input3[key];
2977
3200
  if (void 0 === value)
2978
3201
  return true;
@@ -2980,7 +3203,7 @@ var validDescrStatsRequest = (input) => {
2980
3203
  return true;
2981
3204
  return true;
2982
3205
  }).every((flag) => flag)].every((flag) => flag);
2983
- const $vo50 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3206
+ const $vo52 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2984
3207
  path: _path2 + ".id",
2985
3208
  expected: "string",
2986
3209
  value: input3.id
@@ -2996,8 +3219,8 @@ var validDescrStatsRequest = (input) => {
2996
3219
  path: _path2 + ".child_types",
2997
3220
  expected: "(Array<string> | undefined)",
2998
3221
  value: input3.child_types
2999
- })) && input3.child_types.map((elem, _index55) => "string" === typeof elem || $report(_exceptionable2, {
3000
- path: _path2 + ".child_types[" + _index55 + "]",
3222
+ })) && input3.child_types.map((elem, _index58) => "string" === typeof elem || $report(_exceptionable2, {
3223
+ path: _path2 + ".child_types[" + _index58 + "]",
3001
3224
  expected: "string",
3002
3225
  value: elem
3003
3226
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3012,8 +3235,8 @@ var validDescrStatsRequest = (input) => {
3012
3235
  path: _path2 + ".included_types",
3013
3236
  expected: "(Array<string> | undefined)",
3014
3237
  value: input3.included_types
3015
- })) && input3.included_types.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
3016
- path: _path2 + ".included_types[" + _index56 + "]",
3238
+ })) && input3.included_types.map((elem, _index59) => "string" === typeof elem || $report(_exceptionable2, {
3239
+ path: _path2 + ".included_types[" + _index59 + "]",
3017
3240
  expected: "string",
3018
3241
  value: elem
3019
3242
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3044,16 +3267,12 @@ var validDescrStatsRequest = (input) => {
3044
3267
  path: _path2 + ".valueConversion",
3045
3268
  expected: "(__type.o2 | undefined)",
3046
3269
  value: input3.valueConversion
3047
- }), void 0 === input3.collectionId || "string" === typeof input3.collectionId || $report(_exceptionable2, {
3048
- path: _path2 + ".collectionId",
3049
- expected: "(string | undefined)",
3050
- value: input3.collectionId
3051
3270
  }), void 0 === input3.termIds || (Array.isArray(input3.termIds) || $report(_exceptionable2, {
3052
3271
  path: _path2 + ".termIds",
3053
3272
  expected: "(Array<string> | undefined)",
3054
3273
  value: input3.termIds
3055
- })) && input3.termIds.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
3056
- path: _path2 + ".termIds[" + _index57 + "]",
3274
+ })) && input3.termIds.map((elem, _index60) => "string" === typeof elem || $report(_exceptionable2, {
3275
+ path: _path2 + ".termIds[" + _index60 + "]",
3057
3276
  expected: "string",
3058
3277
  value: elem
3059
3278
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3064,12 +3283,12 @@ var validDescrStatsRequest = (input) => {
3064
3283
  path: _path2 + ".termlst",
3065
3284
  expected: "Array<BaseTerm>",
3066
3285
  value: input3.termlst
3067
- })) && input3.termlst.map((elem, _index58) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3068
- path: _path2 + ".termlst[" + _index58 + "]",
3286
+ })) && input3.termlst.map((elem, _index61) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3287
+ path: _path2 + ".termlst[" + _index61 + "]",
3069
3288
  expected: "BaseTerm",
3070
3289
  value: elem
3071
- })) && $vo47(elem, _path2 + ".termlst[" + _index58 + "]", _exceptionable2) || $report(_exceptionable2, {
3072
- path: _path2 + ".termlst[" + _index58 + "]",
3290
+ })) && $vo49(elem, _path2 + ".termlst[" + _index61 + "]", _exceptionable2) || $report(_exceptionable2, {
3291
+ path: _path2 + ".termlst[" + _index61 + "]",
3073
3292
  expected: "BaseTerm",
3074
3293
  value: elem
3075
3294
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3082,11 +3301,11 @@ var validDescrStatsRequest = (input) => {
3082
3301
  value: input3.newTvs
3083
3302
  }), ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) || $report(_exceptionable2, {
3084
3303
  path: _path2 + ".propsByTermId",
3085
- expected: "__type.o7",
3304
+ expected: "__type.o8",
3086
3305
  value: input3.propsByTermId
3087
- })) && $vo48(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
3306
+ })) && $vo50(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
3088
3307
  path: _path2 + ".propsByTermId",
3089
- expected: "__type.o7",
3308
+ expected: "__type.o8",
3090
3309
  value: input3.propsByTermId
3091
3310
  }), "categorical" === input3.memberType || $report(_exceptionable2, {
3092
3311
  path: _path2 + ".memberType",
@@ -3096,12 +3315,12 @@ var validDescrStatsRequest = (input) => {
3096
3315
  path: _path2 + ".categoryKeys",
3097
3316
  expected: "Array<CategoryKey>",
3098
3317
  value: input3.categoryKeys
3099
- })) && input3.categoryKeys.map((elem, _index59) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3100
- path: _path2 + ".categoryKeys[" + _index59 + "]",
3318
+ })) && input3.categoryKeys.map((elem, _index62) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3319
+ path: _path2 + ".categoryKeys[" + _index62 + "]",
3101
3320
  expected: "CategoryKey",
3102
3321
  value: elem
3103
- })) && $vo51(elem, _path2 + ".categoryKeys[" + _index59 + "]", _exceptionable2) || $report(_exceptionable2, {
3104
- path: _path2 + ".categoryKeys[" + _index59 + "]",
3322
+ })) && $vo53(elem, _path2 + ".categoryKeys[" + _index62 + "]", _exceptionable2) || $report(_exceptionable2, {
3323
+ path: _path2 + ".categoryKeys[" + _index62 + "]",
3105
3324
  expected: "CategoryKey",
3106
3325
  value: elem
3107
3326
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3109,7 +3328,7 @@ var validDescrStatsRequest = (input) => {
3109
3328
  expected: "Array<CategoryKey>",
3110
3329
  value: input3.categoryKeys
3111
3330
  })].every((flag) => flag);
3112
- const $vo51 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
3331
+ const $vo53 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
3113
3332
  path: _path2 + ".key",
3114
3333
  expected: "string",
3115
3334
  value: input3.key
@@ -3118,7 +3337,7 @@ var validDescrStatsRequest = (input) => {
3118
3337
  expected: "boolean",
3119
3338
  value: input3.shown
3120
3339
  })].every((flag) => flag);
3121
- const $vo52 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3340
+ const $vo54 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3122
3341
  path: _path2 + ".id",
3123
3342
  expected: "string",
3124
3343
  value: input3.id
@@ -3134,8 +3353,8 @@ var validDescrStatsRequest = (input) => {
3134
3353
  path: _path2 + ".child_types",
3135
3354
  expected: "(Array<string> | undefined)",
3136
3355
  value: input3.child_types
3137
- })) && input3.child_types.map((elem, _index60) => "string" === typeof elem || $report(_exceptionable2, {
3138
- path: _path2 + ".child_types[" + _index60 + "]",
3356
+ })) && input3.child_types.map((elem, _index63) => "string" === typeof elem || $report(_exceptionable2, {
3357
+ path: _path2 + ".child_types[" + _index63 + "]",
3139
3358
  expected: "string",
3140
3359
  value: elem
3141
3360
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3150,8 +3369,8 @@ var validDescrStatsRequest = (input) => {
3150
3369
  path: _path2 + ".included_types",
3151
3370
  expected: "(Array<string> | undefined)",
3152
3371
  value: input3.included_types
3153
- })) && input3.included_types.map((elem, _index61) => "string" === typeof elem || $report(_exceptionable2, {
3154
- path: _path2 + ".included_types[" + _index61 + "]",
3372
+ })) && input3.included_types.map((elem, _index64) => "string" === typeof elem || $report(_exceptionable2, {
3373
+ path: _path2 + ".included_types[" + _index64 + "]",
3155
3374
  expected: "string",
3156
3375
  value: elem
3157
3376
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3202,8 +3421,8 @@ var validDescrStatsRequest = (input) => {
3202
3421
  path: _path2 + ".alt",
3203
3422
  expected: "Array<string>",
3204
3423
  value: input3.alt
3205
- })) && input3.alt.map((elem, _index62) => "string" === typeof elem || $report(_exceptionable2, {
3206
- path: _path2 + ".alt[" + _index62 + "]",
3424
+ })) && input3.alt.map((elem, _index65) => "string" === typeof elem || $report(_exceptionable2, {
3425
+ path: _path2 + ".alt[" + _index65 + "]",
3207
3426
  expected: "string",
3208
3427
  value: elem
3209
3428
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3214,12 +3433,12 @@ var validDescrStatsRequest = (input) => {
3214
3433
  path: _path2 + ".groupsetting",
3215
3434
  expected: "TermGroupSetting",
3216
3435
  value: input3.groupsetting
3217
- })) && $vo38(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
3436
+ })) && $vo40(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
3218
3437
  path: _path2 + ".groupsetting",
3219
3438
  expected: "TermGroupSetting",
3220
3439
  value: input3.groupsetting
3221
3440
  })].every((flag) => flag);
3222
- const $vo53 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3441
+ const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3223
3442
  path: _path2 + ".id",
3224
3443
  expected: "string",
3225
3444
  value: input3.id
@@ -3235,8 +3454,8 @@ var validDescrStatsRequest = (input) => {
3235
3454
  path: _path2 + ".child_types",
3236
3455
  expected: "(Array<string> | undefined)",
3237
3456
  value: input3.child_types
3238
- })) && input3.child_types.map((elem, _index63) => "string" === typeof elem || $report(_exceptionable2, {
3239
- path: _path2 + ".child_types[" + _index63 + "]",
3457
+ })) && input3.child_types.map((elem, _index66) => "string" === typeof elem || $report(_exceptionable2, {
3458
+ path: _path2 + ".child_types[" + _index66 + "]",
3240
3459
  expected: "string",
3241
3460
  value: elem
3242
3461
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3251,8 +3470,8 @@ var validDescrStatsRequest = (input) => {
3251
3470
  path: _path2 + ".included_types",
3252
3471
  expected: "(Array<string> | undefined)",
3253
3472
  value: input3.included_types
3254
- })) && input3.included_types.map((elem, _index64) => "string" === typeof elem || $report(_exceptionable2, {
3255
- path: _path2 + ".included_types[" + _index64 + "]",
3473
+ })) && input3.included_types.map((elem, _index67) => "string" === typeof elem || $report(_exceptionable2, {
3474
+ path: _path2 + ".included_types[" + _index67 + "]",
3256
3475
  expected: "string",
3257
3476
  value: elem
3258
3477
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3287,7 +3506,7 @@ var validDescrStatsRequest = (input) => {
3287
3506
  path: _path2 + ".sample",
3288
3507
  expected: "object",
3289
3508
  value: input3.sample
3290
- })) && $vo54(input3.sample, _path2 + ".sample", _exceptionable2) || $report(_exceptionable2, {
3509
+ })) && $vo56(input3.sample, _path2 + ".sample", _exceptionable2) || $report(_exceptionable2, {
3291
3510
  path: _path2 + ".sample",
3292
3511
  expected: "object",
3293
3512
  value: input3.sample
@@ -3299,13 +3518,13 @@ var validDescrStatsRequest = (input) => {
3299
3518
  path: _path2 + ".groupsetting",
3300
3519
  expected: "TermGroupSetting",
3301
3520
  value: input3.groupsetting
3302
- })) && $vo38(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
3521
+ })) && $vo40(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
3303
3522
  path: _path2 + ".groupsetting",
3304
3523
  expected: "TermGroupSetting",
3305
3524
  value: input3.groupsetting
3306
3525
  })].every((flag) => flag);
3307
- const $vo54 = (input3, _path2, _exceptionable2 = true) => true;
3308
- const $vo55 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3526
+ const $vo56 = (input3, _path2, _exceptionable2 = true) => true;
3527
+ const $vo57 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3309
3528
  path: _path2 + ".hiddenValues",
3310
3529
  expected: "(HiddenValues | undefined)",
3311
3530
  value: input3.hiddenValues
@@ -3334,7 +3553,7 @@ var validDescrStatsRequest = (input) => {
3334
3553
  expected: '"values"',
3335
3554
  value: input3.type
3336
3555
  })].every((flag) => flag);
3337
- const $vo56 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3556
+ const $vo58 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3338
3557
  path: _path2 + ".id",
3339
3558
  expected: "(string | undefined)",
3340
3559
  value: input3.id
@@ -3362,7 +3581,7 @@ var validDescrStatsRequest = (input) => {
3362
3581
  path: _path2 + ".term",
3363
3582
  expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
3364
3583
  value: input3.term
3365
- })) && $vu7(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3584
+ })) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3366
3585
  path: _path2 + ".term",
3367
3586
  expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
3368
3587
  value: input3.term
@@ -3370,7 +3589,7 @@ var validDescrStatsRequest = (input) => {
3370
3589
  path: _path2 + ".q",
3371
3590
  expected: "PredefinedGroupSettingQ",
3372
3591
  value: input3.q
3373
- })) && $vo57(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3592
+ })) && $vo59(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3374
3593
  path: _path2 + ".q",
3375
3594
  expected: "PredefinedGroupSettingQ",
3376
3595
  value: input3.q
@@ -3379,7 +3598,7 @@ var validDescrStatsRequest = (input) => {
3379
3598
  expected: '"QualTWPredefinedGS"',
3380
3599
  value: input3.type
3381
3600
  })].every((flag) => flag);
3382
- const $vo57 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3601
+ const $vo59 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3383
3602
  path: _path2 + ".hiddenValues",
3384
3603
  expected: "(HiddenValues | undefined)",
3385
3604
  value: input3.hiddenValues
@@ -3412,7 +3631,7 @@ var validDescrStatsRequest = (input) => {
3412
3631
  expected: "number",
3413
3632
  value: input3.predefined_groupset_idx
3414
3633
  })].every((flag) => flag);
3415
- const $vo58 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3634
+ const $vo60 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3416
3635
  path: _path2 + ".id",
3417
3636
  expected: "(string | undefined)",
3418
3637
  value: input3.id
@@ -3440,7 +3659,7 @@ var validDescrStatsRequest = (input) => {
3440
3659
  path: _path2 + ".term",
3441
3660
  expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
3442
3661
  value: input3.term
3443
- })) && $vu7(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3662
+ })) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3444
3663
  path: _path2 + ".term",
3445
3664
  expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
3446
3665
  value: input3.term
@@ -3448,7 +3667,7 @@ var validDescrStatsRequest = (input) => {
3448
3667
  path: _path2 + ".q",
3449
3668
  expected: "CustomGroupSettingQ",
3450
3669
  value: input3.q
3451
- })) && $vo59(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3670
+ })) && $vo61(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3452
3671
  path: _path2 + ".q",
3453
3672
  expected: "CustomGroupSettingQ",
3454
3673
  value: input3.q
@@ -3457,7 +3676,7 @@ var validDescrStatsRequest = (input) => {
3457
3676
  expected: '"QualTWCustomGS"',
3458
3677
  value: input3.type
3459
3678
  })].every((flag) => flag);
3460
- const $vo59 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3679
+ const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3461
3680
  path: _path2 + ".hiddenValues",
3462
3681
  expected: "(HiddenValues | undefined)",
3463
3682
  value: input3.hiddenValues
@@ -3489,21 +3708,21 @@ var validDescrStatsRequest = (input) => {
3489
3708
  path: _path2 + ".customset",
3490
3709
  expected: "BaseGroupSet",
3491
3710
  value: input3.customset
3492
- })) && $vo60(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
3711
+ })) && $vo62(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
3493
3712
  path: _path2 + ".customset",
3494
3713
  expected: "BaseGroupSet",
3495
3714
  value: input3.customset
3496
3715
  })].every((flag) => flag);
3497
- const $vo60 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
3716
+ const $vo62 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
3498
3717
  path: _path2 + ".groups",
3499
3718
  expected: "Array<GroupEntry>",
3500
3719
  value: input3.groups
3501
- })) && input3.groups.map((elem, _index65) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3502
- path: _path2 + ".groups[" + _index65 + "]",
3720
+ })) && input3.groups.map((elem, _index68) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3721
+ path: _path2 + ".groups[" + _index68 + "]",
3503
3722
  expected: "(FilterGroup | ValuesGroup)",
3504
3723
  value: elem
3505
- })) && $vu3(elem, _path2 + ".groups[" + _index65 + "]", _exceptionable2) || $report(_exceptionable2, {
3506
- path: _path2 + ".groups[" + _index65 + "]",
3724
+ })) && $vu3(elem, _path2 + ".groups[" + _index68 + "]", _exceptionable2) || $report(_exceptionable2, {
3725
+ path: _path2 + ".groups[" + _index68 + "]",
3507
3726
  expected: "(FilterGroup | ValuesGroup)",
3508
3727
  value: elem
3509
3728
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3511,7 +3730,7 @@ var validDescrStatsRequest = (input) => {
3511
3730
  expected: "Array<GroupEntry>",
3512
3731
  value: input3.groups
3513
3732
  })].every((flag) => flag);
3514
- const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3733
+ const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3515
3734
  path: _path2 + ".id",
3516
3735
  expected: "(string | undefined)",
3517
3736
  value: input3.id
@@ -3543,7 +3762,7 @@ var validDescrStatsRequest = (input) => {
3543
3762
  path: _path2 + ".term",
3544
3763
  expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm | WholeProteomeAbundanceTerm)',
3545
3764
  value: input3.term
3546
- })) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3765
+ })) && $vu10(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3547
3766
  path: _path2 + ".term",
3548
3767
  expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm | WholeProteomeAbundanceTerm)',
3549
3768
  value: input3.term
@@ -3556,7 +3775,7 @@ var validDescrStatsRequest = (input) => {
3556
3775
  expected: "RegularNumericBinConfig",
3557
3776
  value: input3.q
3558
3777
  })].every((flag) => flag);
3559
- const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3778
+ const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3560
3779
  path: _path2 + ".id",
3561
3780
  expected: "(string | undefined)",
3562
3781
  value: input3.id
@@ -3588,7 +3807,7 @@ var validDescrStatsRequest = (input) => {
3588
3807
  path: _path2 + ".term",
3589
3808
  expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm | WholeProteomeAbundanceTerm)',
3590
3809
  value: input3.term
3591
- })) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3810
+ })) && $vu10(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3592
3811
  path: _path2 + ".term",
3593
3812
  expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm | WholeProteomeAbundanceTerm)',
3594
3813
  value: input3.term
@@ -3601,7 +3820,7 @@ var validDescrStatsRequest = (input) => {
3601
3820
  expected: "CustomNumericBinConfig",
3602
3821
  value: input3.q
3603
3822
  })].every((flag) => flag);
3604
- const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3823
+ const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3605
3824
  path: _path2 + ".id",
3606
3825
  expected: "(string | undefined)",
3607
3826
  value: input3.id
@@ -3633,7 +3852,7 @@ var validDescrStatsRequest = (input) => {
3633
3852
  path: _path2 + ".term",
3634
3853
  expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm | WholeProteomeAbundanceTerm)',
3635
3854
  value: input3.term
3636
- })) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3855
+ })) && $vu10(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3637
3856
  path: _path2 + ".term",
3638
3857
  expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm | WholeProteomeAbundanceTerm)',
3639
3858
  value: input3.term
@@ -3641,12 +3860,12 @@ var validDescrStatsRequest = (input) => {
3641
3860
  path: _path2 + ".q",
3642
3861
  expected: "BinaryNumericQ",
3643
3862
  value: input3.q
3644
- })) && $vo64(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3863
+ })) && $vo66(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3645
3864
  path: _path2 + ".q",
3646
3865
  expected: "BinaryNumericQ",
3647
3866
  value: input3.q
3648
3867
  })].every((flag) => flag);
3649
- const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3868
+ const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3650
3869
  path: _path2 + ".hiddenValues",
3651
3870
  expected: "(HiddenValues | undefined)",
3652
3871
  value: input3.hiddenValues
@@ -3687,7 +3906,7 @@ var validDescrStatsRequest = (input) => {
3687
3906
  path: _path2 + ".lst[0]",
3688
3907
  expected: "(FullyBoundedBin | StartUnboundedBin)",
3689
3908
  value: input3.lst[0]
3690
- })) && $vu4(input3.lst[0], _path2 + ".lst[0]", _exceptionable2) || $report(_exceptionable2, {
3909
+ })) && $vu5(input3.lst[0], _path2 + ".lst[0]", _exceptionable2) || $report(_exceptionable2, {
3691
3910
  path: _path2 + ".lst[0]",
3692
3911
  expected: "(FullyBoundedBin | StartUnboundedBin)",
3693
3912
  value: input3.lst[0]
@@ -3696,7 +3915,7 @@ var validDescrStatsRequest = (input) => {
3696
3915
  path: _path2 + ".lst[1]",
3697
3916
  expected: "(FullyBoundedBin | StopUnboundedBin)",
3698
3917
  value: input3.lst[1]
3699
- })) && $vu5(input3.lst[1], _path2 + ".lst[1]", _exceptionable2) || $report(_exceptionable2, {
3918
+ })) && $vu6(input3.lst[1], _path2 + ".lst[1]", _exceptionable2) || $report(_exceptionable2, {
3700
3919
  path: _path2 + ".lst[1]",
3701
3920
  expected: "(FullyBoundedBin | StopUnboundedBin)",
3702
3921
  value: input3.lst[1]
@@ -3714,7 +3933,7 @@ var validDescrStatsRequest = (input) => {
3714
3933
  expected: "(number | undefined)",
3715
3934
  value: input3.cutoffPercentile
3716
3935
  })].every((flag) => flag);
3717
- const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3936
+ const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3718
3937
  path: _path2 + ".id",
3719
3938
  expected: "(string | undefined)",
3720
3939
  value: input3.id
@@ -3746,7 +3965,7 @@ var validDescrStatsRequest = (input) => {
3746
3965
  path: _path2 + ".term",
3747
3966
  expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm | WholeProteomeAbundanceTerm)',
3748
3967
  value: input3.term
3749
- })) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3968
+ })) && $vu10(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3750
3969
  path: _path2 + ".term",
3751
3970
  expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm | WholeProteomeAbundanceTerm)',
3752
3971
  value: input3.term
@@ -3754,12 +3973,12 @@ var validDescrStatsRequest = (input) => {
3754
3973
  path: _path2 + ".q",
3755
3974
  expected: "ContinuousNumericQ",
3756
3975
  value: input3.q
3757
- })) && $vo66(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3976
+ })) && $vo68(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3758
3977
  path: _path2 + ".q",
3759
3978
  expected: "ContinuousNumericQ",
3760
3979
  value: input3.q
3761
3980
  })].every((flag) => flag);
3762
- const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3981
+ const $vo68 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3763
3982
  path: _path2 + ".hiddenValues",
3764
3983
  expected: "(HiddenValues | undefined)",
3765
3984
  value: input3.hiddenValues
@@ -3800,7 +4019,7 @@ var validDescrStatsRequest = (input) => {
3800
4019
  expected: "(number | undefined)",
3801
4020
  value: input3.scale
3802
4021
  })].every((flag) => flag);
3803
- const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4022
+ const $vo69 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3804
4023
  path: _path2 + ".id",
3805
4024
  expected: "(string | undefined)",
3806
4025
  value: input3.id
@@ -3832,7 +4051,7 @@ var validDescrStatsRequest = (input) => {
3832
4051
  path: _path2 + ".term",
3833
4052
  expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm | WholeProteomeAbundanceTerm)',
3834
4053
  value: input3.term
3835
- })) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4054
+ })) && $vu10(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3836
4055
  path: _path2 + ".term",
3837
4056
  expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm | WholeProteomeAbundanceTerm)',
3838
4057
  value: input3.term
@@ -3840,12 +4059,12 @@ var validDescrStatsRequest = (input) => {
3840
4059
  path: _path2 + ".q",
3841
4060
  expected: "SplineNumericQ",
3842
4061
  value: input3.q
3843
- })) && $vo68(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4062
+ })) && $vo70(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3844
4063
  path: _path2 + ".q",
3845
4064
  expected: "SplineNumericQ",
3846
4065
  value: input3.q
3847
4066
  })].every((flag) => flag);
3848
- const $vo68 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4067
+ const $vo70 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3849
4068
  path: _path2 + ".hiddenValues",
3850
4069
  expected: "(HiddenValues | undefined)",
3851
4070
  value: input3.hiddenValues
@@ -3873,13 +4092,13 @@ var validDescrStatsRequest = (input) => {
3873
4092
  path: _path2 + ".knots",
3874
4093
  expected: "Array<__type>.o3",
3875
4094
  value: input3.knots
3876
- })) && input3.knots.map((elem, _index66) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3877
- path: _path2 + ".knots[" + _index66 + "]",
3878
- expected: "__type.o9",
4095
+ })) && input3.knots.map((elem, _index69) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4096
+ path: _path2 + ".knots[" + _index69 + "]",
4097
+ expected: "__type.o10",
3879
4098
  value: elem
3880
- })) && $vo69(elem, _path2 + ".knots[" + _index66 + "]", _exceptionable2) || $report(_exceptionable2, {
3881
- path: _path2 + ".knots[" + _index66 + "]",
3882
- expected: "__type.o9",
4099
+ })) && $vo71(elem, _path2 + ".knots[" + _index69 + "]", _exceptionable2) || $report(_exceptionable2, {
4100
+ path: _path2 + ".knots[" + _index69 + "]",
4101
+ expected: "__type.o10",
3883
4102
  value: elem
3884
4103
  })).every((flag) => flag) || $report(_exceptionable2, {
3885
4104
  path: _path2 + ".knots",
@@ -3894,12 +4113,12 @@ var validDescrStatsRequest = (input) => {
3894
4113
  expected: "undefined",
3895
4114
  value: input3.type
3896
4115
  }))].every((flag) => flag);
3897
- const $vo69 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
4116
+ const $vo71 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
3898
4117
  path: _path2 + ".value",
3899
4118
  expected: "number",
3900
4119
  value: input3.value
3901
4120
  })].every((flag) => flag);
3902
- const $vo70 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4121
+ const $vo72 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3903
4122
  path: _path2 + ".id",
3904
4123
  expected: "(string | undefined)",
3905
4124
  value: input3.id
@@ -3931,7 +4150,7 @@ var validDescrStatsRequest = (input) => {
3931
4150
  path: _path2 + ".term",
3932
4151
  expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
3933
4152
  value: input3.term
3934
- })) && $vu13(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4153
+ })) && $vu14(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3935
4154
  path: _path2 + ".term",
3936
4155
  expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
3937
4156
  value: input3.term
@@ -3939,12 +4158,12 @@ var validDescrStatsRequest = (input) => {
3939
4158
  path: _path2 + ".q",
3940
4159
  expected: "GvValuesQ",
3941
4160
  value: input3.q
3942
- })) && $vo73(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4161
+ })) && $vo75(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3943
4162
  path: _path2 + ".q",
3944
4163
  expected: "GvValuesQ",
3945
4164
  value: input3.q
3946
4165
  })].every((flag) => flag);
3947
- const $vo71 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4166
+ const $vo73 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3948
4167
  path: _path2 + ".id",
3949
4168
  expected: "string",
3950
4169
  value: input3.id
@@ -3960,8 +4179,8 @@ var validDescrStatsRequest = (input) => {
3960
4179
  path: _path2 + ".child_types",
3961
4180
  expected: "(Array<string> | undefined)",
3962
4181
  value: input3.child_types
3963
- })) && input3.child_types.map((elem, _index67) => "string" === typeof elem || $report(_exceptionable2, {
3964
- path: _path2 + ".child_types[" + _index67 + "]",
4182
+ })) && input3.child_types.map((elem, _index70) => "string" === typeof elem || $report(_exceptionable2, {
4183
+ path: _path2 + ".child_types[" + _index70 + "]",
3965
4184
  expected: "string",
3966
4185
  value: elem
3967
4186
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3976,8 +4195,8 @@ var validDescrStatsRequest = (input) => {
3976
4195
  path: _path2 + ".included_types",
3977
4196
  expected: "(Array<string> | undefined)",
3978
4197
  value: input3.included_types
3979
- })) && input3.included_types.map((elem, _index68) => "string" === typeof elem || $report(_exceptionable2, {
3980
- path: _path2 + ".included_types[" + _index68 + "]",
4198
+ })) && input3.included_types.map((elem, _index71) => "string" === typeof elem || $report(_exceptionable2, {
4199
+ path: _path2 + ".included_types[" + _index71 + "]",
3981
4200
  expected: "string",
3982
4201
  value: elem
3983
4202
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4032,12 +4251,12 @@ var validDescrStatsRequest = (input) => {
4032
4251
  path: _path2 + ".genes",
4033
4252
  expected: "Array<GvGeneTerm>",
4034
4253
  value: input3.genes
4035
- })) && input3.genes.map((elem, _index69) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4036
- path: _path2 + ".genes[" + _index69 + "]",
4254
+ })) && input3.genes.map((elem, _index72) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4255
+ path: _path2 + ".genes[" + _index72 + "]",
4037
4256
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
4038
4257
  value: elem
4039
- })) && $vu2(elem, _path2 + ".genes[" + _index69 + "]", _exceptionable2) || $report(_exceptionable2, {
4040
- path: _path2 + ".genes[" + _index69 + "]",
4258
+ })) && $vu2(elem, _path2 + ".genes[" + _index72 + "]", _exceptionable2) || $report(_exceptionable2, {
4259
+ path: _path2 + ".genes[" + _index72 + "]",
4041
4260
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
4042
4261
  value: elem
4043
4262
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4048,7 +4267,7 @@ var validDescrStatsRequest = (input) => {
4048
4267
  path: _path2 + ".groupsetting",
4049
4268
  expected: "TermGroupSetting",
4050
4269
  value: input3.groupsetting
4051
- })) && $vo38(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
4270
+ })) && $vo40(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
4052
4271
  path: _path2 + ".groupsetting",
4053
4272
  expected: "TermGroupSetting",
4054
4273
  value: input3.groupsetting
@@ -4056,12 +4275,12 @@ var validDescrStatsRequest = (input) => {
4056
4275
  path: _path2 + ".childTerms",
4057
4276
  expected: "Array<DtTerm>",
4058
4277
  value: input3.childTerms
4059
- })) && input3.childTerms.map((elem, _index70) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4060
- path: _path2 + ".childTerms[" + _index70 + "]",
4278
+ })) && input3.childTerms.map((elem, _index73) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4279
+ path: _path2 + ".childTerms[" + _index73 + "]",
4061
4280
  expected: "DtTerm",
4062
4281
  value: elem
4063
- })) && $vo34(elem, _path2 + ".childTerms[" + _index70 + "]", _exceptionable2) || $report(_exceptionable2, {
4064
- path: _path2 + ".childTerms[" + _index70 + "]",
4282
+ })) && $vo36(elem, _path2 + ".childTerms[" + _index73 + "]", _exceptionable2) || $report(_exceptionable2, {
4283
+ path: _path2 + ".childTerms[" + _index73 + "]",
4065
4284
  expected: "DtTerm",
4066
4285
  value: elem
4067
4286
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4069,7 +4288,7 @@ var validDescrStatsRequest = (input) => {
4069
4288
  expected: "Array<DtTerm>",
4070
4289
  value: input3.childTerms
4071
4290
  })].every((flag) => flag);
4072
- const $vo72 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4291
+ const $vo74 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4073
4292
  path: _path2 + ".id",
4074
4293
  expected: "string",
4075
4294
  value: input3.id
@@ -4085,8 +4304,8 @@ var validDescrStatsRequest = (input) => {
4085
4304
  path: _path2 + ".child_types",
4086
4305
  expected: "(Array<string> | undefined)",
4087
4306
  value: input3.child_types
4088
- })) && input3.child_types.map((elem, _index71) => "string" === typeof elem || $report(_exceptionable2, {
4089
- path: _path2 + ".child_types[" + _index71 + "]",
4307
+ })) && input3.child_types.map((elem, _index74) => "string" === typeof elem || $report(_exceptionable2, {
4308
+ path: _path2 + ".child_types[" + _index74 + "]",
4090
4309
  expected: "string",
4091
4310
  value: elem
4092
4311
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4101,8 +4320,8 @@ var validDescrStatsRequest = (input) => {
4101
4320
  path: _path2 + ".included_types",
4102
4321
  expected: "(Array<string> | undefined)",
4103
4322
  value: input3.included_types
4104
- })) && input3.included_types.map((elem, _index72) => "string" === typeof elem || $report(_exceptionable2, {
4105
- path: _path2 + ".included_types[" + _index72 + "]",
4323
+ })) && input3.included_types.map((elem, _index75) => "string" === typeof elem || $report(_exceptionable2, {
4324
+ path: _path2 + ".included_types[" + _index75 + "]",
4106
4325
  expected: "string",
4107
4326
  value: elem
4108
4327
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4153,12 +4372,12 @@ var validDescrStatsRequest = (input) => {
4153
4372
  path: _path2 + ".genes",
4154
4373
  expected: "Array<GvGeneTerm>",
4155
4374
  value: input3.genes
4156
- })) && input3.genes.map((elem, _index73) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4157
- path: _path2 + ".genes[" + _index73 + "]",
4375
+ })) && input3.genes.map((elem, _index76) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4376
+ path: _path2 + ".genes[" + _index76 + "]",
4158
4377
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
4159
4378
  value: elem
4160
- })) && $vu2(elem, _path2 + ".genes[" + _index73 + "]", _exceptionable2) || $report(_exceptionable2, {
4161
- path: _path2 + ".genes[" + _index73 + "]",
4379
+ })) && $vu2(elem, _path2 + ".genes[" + _index76 + "]", _exceptionable2) || $report(_exceptionable2, {
4380
+ path: _path2 + ".genes[" + _index76 + "]",
4162
4381
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
4163
4382
  value: elem
4164
4383
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4169,7 +4388,7 @@ var validDescrStatsRequest = (input) => {
4169
4388
  path: _path2 + ".groupsetting",
4170
4389
  expected: "TermGroupSetting",
4171
4390
  value: input3.groupsetting
4172
- })) && $vo38(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
4391
+ })) && $vo40(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
4173
4392
  path: _path2 + ".groupsetting",
4174
4393
  expected: "TermGroupSetting",
4175
4394
  value: input3.groupsetting
@@ -4177,12 +4396,12 @@ var validDescrStatsRequest = (input) => {
4177
4396
  path: _path2 + ".childTerms",
4178
4397
  expected: "Array<DtTerm>",
4179
4398
  value: input3.childTerms
4180
- })) && input3.childTerms.map((elem, _index74) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4181
- path: _path2 + ".childTerms[" + _index74 + "]",
4399
+ })) && input3.childTerms.map((elem, _index77) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4400
+ path: _path2 + ".childTerms[" + _index77 + "]",
4182
4401
  expected: "DtTerm",
4183
4402
  value: elem
4184
- })) && $vo34(elem, _path2 + ".childTerms[" + _index74 + "]", _exceptionable2) || $report(_exceptionable2, {
4185
- path: _path2 + ".childTerms[" + _index74 + "]",
4403
+ })) && $vo36(elem, _path2 + ".childTerms[" + _index77 + "]", _exceptionable2) || $report(_exceptionable2, {
4404
+ path: _path2 + ".childTerms[" + _index77 + "]",
4186
4405
  expected: "DtTerm",
4187
4406
  value: elem
4188
4407
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4190,7 +4409,7 @@ var validDescrStatsRequest = (input) => {
4190
4409
  expected: "Array<DtTerm>",
4191
4410
  value: input3.childTerms
4192
4411
  })].every((flag) => flag);
4193
- const $vo73 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4412
+ const $vo75 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4194
4413
  path: _path2 + ".hiddenValues",
4195
4414
  expected: "(HiddenValues | undefined)",
4196
4415
  value: input3.hiddenValues
@@ -4231,7 +4450,7 @@ var validDescrStatsRequest = (input) => {
4231
4450
  expected: '"values"',
4232
4451
  value: input3.type
4233
4452
  })].every((flag) => flag);
4234
- const $vo74 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4453
+ const $vo76 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4235
4454
  path: _path2 + ".id",
4236
4455
  expected: "(string | undefined)",
4237
4456
  value: input3.id
@@ -4263,7 +4482,7 @@ var validDescrStatsRequest = (input) => {
4263
4482
  path: _path2 + ".term",
4264
4483
  expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
4265
4484
  value: input3.term
4266
- })) && $vu13(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4485
+ })) && $vu14(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4267
4486
  path: _path2 + ".term",
4268
4487
  expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
4269
4488
  value: input3.term
@@ -4271,12 +4490,12 @@ var validDescrStatsRequest = (input) => {
4271
4490
  path: _path2 + ".q",
4272
4491
  expected: "GvPredefinedGsQ",
4273
4492
  value: input3.q
4274
- })) && $vo75(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4493
+ })) && $vo77(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4275
4494
  path: _path2 + ".q",
4276
4495
  expected: "GvPredefinedGsQ",
4277
4496
  value: input3.q
4278
4497
  })].every((flag) => flag);
4279
- const $vo75 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4498
+ const $vo77 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4280
4499
  path: _path2 + ".hiddenValues",
4281
4500
  expected: "(HiddenValues | undefined)",
4282
4501
  value: input3.hiddenValues
@@ -4325,7 +4544,7 @@ var validDescrStatsRequest = (input) => {
4325
4544
  expected: "Array<any>",
4326
4545
  value: input3.dtLst
4327
4546
  })].every((flag) => flag);
4328
- const $vo76 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4547
+ const $vo78 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4329
4548
  path: _path2 + ".id",
4330
4549
  expected: "(string | undefined)",
4331
4550
  value: input3.id
@@ -4357,7 +4576,7 @@ var validDescrStatsRequest = (input) => {
4357
4576
  path: _path2 + ".term",
4358
4577
  expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
4359
4578
  value: input3.term
4360
- })) && $vu13(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4579
+ })) && $vu14(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4361
4580
  path: _path2 + ".term",
4362
4581
  expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
4363
4582
  value: input3.term
@@ -4365,12 +4584,12 @@ var validDescrStatsRequest = (input) => {
4365
4584
  path: _path2 + ".q",
4366
4585
  expected: "GvCustomGsQ",
4367
4586
  value: input3.q
4368
- })) && $vo77(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4587
+ })) && $vo79(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4369
4588
  path: _path2 + ".q",
4370
4589
  expected: "GvCustomGsQ",
4371
4590
  value: input3.q
4372
4591
  })].every((flag) => flag);
4373
- const $vo77 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4592
+ const $vo79 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4374
4593
  path: _path2 + ".hiddenValues",
4375
4594
  expected: "(HiddenValues | undefined)",
4376
4595
  value: input3.hiddenValues
@@ -4414,7 +4633,7 @@ var validDescrStatsRequest = (input) => {
4414
4633
  path: _path2 + ".customset",
4415
4634
  expected: "BaseGroupSet",
4416
4635
  value: input3.customset
4417
- })) && $vo60(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
4636
+ })) && $vo62(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
4418
4637
  path: _path2 + ".customset",
4419
4638
  expected: "BaseGroupSet",
4420
4639
  value: input3.customset
@@ -4423,7 +4642,7 @@ var validDescrStatsRequest = (input) => {
4423
4642
  expected: "Array<any>",
4424
4643
  value: input3.dtLst
4425
4644
  })].every((flag) => flag);
4426
- const $vo78 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4645
+ const $vo80 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4427
4646
  path: _path2 + ".id",
4428
4647
  expected: "(string | undefined)",
4429
4648
  value: input3.id
@@ -4455,7 +4674,7 @@ var validDescrStatsRequest = (input) => {
4455
4674
  path: _path2 + ".term",
4456
4675
  expected: "ConditionTerm",
4457
4676
  value: input3.term
4458
- })) && $vo31(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4677
+ })) && $vo32(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4459
4678
  path: _path2 + ".term",
4460
4679
  expected: "ConditionTerm",
4461
4680
  value: input3.term
@@ -4463,12 +4682,12 @@ var validDescrStatsRequest = (input) => {
4463
4682
  path: _path2 + ".q",
4464
4683
  expected: "(ConditionChildrenQ | ConditionGradeQ)",
4465
4684
  value: input3.q
4466
- })) && $vu14(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4685
+ })) && $vu15(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4467
4686
  path: _path2 + ".q",
4468
4687
  expected: "(ConditionChildrenQ | ConditionGradeQ)",
4469
4688
  value: input3.q
4470
4689
  })].every((flag) => flag);
4471
- const $vo79 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4690
+ const $vo81 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4472
4691
  path: _path2 + ".hiddenValues",
4473
4692
  expected: "(HiddenValues | undefined)",
4474
4693
  value: input3.hiddenValues
@@ -4508,8 +4727,8 @@ var validDescrStatsRequest = (input) => {
4508
4727
  path: _path2 + ".breaks",
4509
4728
  expected: "(Array<number> | undefined)",
4510
4729
  value: input3.breaks
4511
- })) && input3.breaks.map((elem, _index75) => "number" === typeof elem || $report(_exceptionable2, {
4512
- path: _path2 + ".breaks[" + _index75 + "]",
4730
+ })) && input3.breaks.map((elem, _index78) => "number" === typeof elem || $report(_exceptionable2, {
4731
+ path: _path2 + ".breaks[" + _index78 + "]",
4513
4732
  expected: "number",
4514
4733
  value: elem
4515
4734
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4529,7 +4748,7 @@ var validDescrStatsRequest = (input) => {
4529
4748
  expected: "(boolean | undefined)",
4530
4749
  value: input3.value_by_computable_grade
4531
4750
  }), true].every((flag) => flag);
4532
- const $vo80 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4751
+ const $vo82 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4533
4752
  path: _path2 + ".hiddenValues",
4534
4753
  expected: "(HiddenValues | undefined)",
4535
4754
  value: input3.hiddenValues
@@ -4562,7 +4781,7 @@ var validDescrStatsRequest = (input) => {
4562
4781
  expected: "true",
4563
4782
  value: input3.bar_by_children
4564
4783
  }), true].every((flag) => flag);
4565
- const $vo81 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4784
+ const $vo83 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4566
4785
  path: _path2 + ".id",
4567
4786
  expected: "(string | undefined)",
4568
4787
  value: input3.id
@@ -4594,7 +4813,7 @@ var validDescrStatsRequest = (input) => {
4594
4813
  path: _path2 + ".q",
4595
4814
  expected: "SnpsQ",
4596
4815
  value: input3.q
4597
- })) && $vo82(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4816
+ })) && $vo84(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4598
4817
  path: _path2 + ".q",
4599
4818
  expected: "SnpsQ",
4600
4819
  value: input3.q
@@ -4602,12 +4821,12 @@ var validDescrStatsRequest = (input) => {
4602
4821
  path: _path2 + ".term",
4603
4822
  expected: "SnpsTerm",
4604
4823
  value: input3.term
4605
- })) && $vo84(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4824
+ })) && $vo86(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4606
4825
  path: _path2 + ".term",
4607
4826
  expected: "SnpsTerm",
4608
4827
  value: input3.term
4609
4828
  })].every((flag) => flag);
4610
- const $vo82 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4829
+ const $vo84 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4611
4830
  path: _path2 + ".hiddenValues",
4612
4831
  expected: "(HiddenValues | undefined)",
4613
4832
  value: input3.hiddenValues
@@ -4655,7 +4874,7 @@ var validDescrStatsRequest = (input) => {
4655
4874
  path: _path2 + ".restrictAncestry",
4656
4875
  expected: "RestrictAncestry",
4657
4876
  value: input3.restrictAncestry
4658
- })) && $vo83(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
4877
+ })) && $vo85(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
4659
4878
  path: _path2 + ".restrictAncestry",
4660
4879
  expected: "RestrictAncestry",
4661
4880
  value: input3.restrictAncestry
@@ -4680,7 +4899,7 @@ var validDescrStatsRequest = (input) => {
4680
4899
  expected: "number",
4681
4900
  value: input3.stop
4682
4901
  })].every((flag) => flag);
4683
- const $vo83 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
4902
+ const $vo85 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
4684
4903
  path: _path2 + ".name",
4685
4904
  expected: "string",
4686
4905
  value: input3.name
@@ -4688,12 +4907,12 @@ var validDescrStatsRequest = (input) => {
4688
4907
  path: _path2 + ".tvs",
4689
4908
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs | TermCollectionTvs)",
4690
4909
  value: input3.tvs
4691
- })) && $vu8(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
4910
+ })) && $vu9(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
4692
4911
  path: _path2 + ".tvs",
4693
4912
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs | TermCollectionTvs)",
4694
4913
  value: input3.tvs
4695
4914
  })].every((flag) => flag);
4696
- const $vo84 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4915
+ const $vo86 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4697
4916
  path: _path2 + ".id",
4698
4917
  expected: "string",
4699
4918
  value: input3.id
@@ -4709,8 +4928,8 @@ var validDescrStatsRequest = (input) => {
4709
4928
  path: _path2 + ".child_types",
4710
4929
  expected: "(Array<string> | undefined)",
4711
4930
  value: input3.child_types
4712
- })) && input3.child_types.map((elem, _index76) => "string" === typeof elem || $report(_exceptionable2, {
4713
- path: _path2 + ".child_types[" + _index76 + "]",
4931
+ })) && input3.child_types.map((elem, _index79) => "string" === typeof elem || $report(_exceptionable2, {
4932
+ path: _path2 + ".child_types[" + _index79 + "]",
4714
4933
  expected: "string",
4715
4934
  value: elem
4716
4935
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4725,8 +4944,8 @@ var validDescrStatsRequest = (input) => {
4725
4944
  path: _path2 + ".included_types",
4726
4945
  expected: "(Array<string> | undefined)",
4727
4946
  value: input3.included_types
4728
- })) && input3.included_types.map((elem, _index77) => "string" === typeof elem || $report(_exceptionable2, {
4729
- path: _path2 + ".included_types[" + _index77 + "]",
4947
+ })) && input3.included_types.map((elem, _index80) => "string" === typeof elem || $report(_exceptionable2, {
4948
+ path: _path2 + ".included_types[" + _index80 + "]",
4730
4949
  expected: "string",
4731
4950
  value: elem
4732
4951
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4765,12 +4984,12 @@ var validDescrStatsRequest = (input) => {
4765
4984
  path: _path2 + ".snps",
4766
4985
  expected: "(Array<SnpsEntry> | undefined)",
4767
4986
  value: input3.snps
4768
- })) && input3.snps.map((elem, _index78) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4769
- path: _path2 + ".snps[" + _index78 + "]",
4987
+ })) && input3.snps.map((elem, _index81) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4988
+ path: _path2 + ".snps[" + _index81 + "]",
4770
4989
  expected: "SnpsEntry",
4771
4990
  value: elem
4772
- })) && $vo85(elem, _path2 + ".snps[" + _index78 + "]", _exceptionable2) || $report(_exceptionable2, {
4773
- path: _path2 + ".snps[" + _index78 + "]",
4991
+ })) && $vo87(elem, _path2 + ".snps[" + _index81 + "]", _exceptionable2) || $report(_exceptionable2, {
4992
+ path: _path2 + ".snps[" + _index81 + "]",
4774
4993
  expected: "SnpsEntry",
4775
4994
  value: elem
4776
4995
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4778,12 +4997,12 @@ var validDescrStatsRequest = (input) => {
4778
4997
  expected: "(Array<SnpsEntry> | undefined)",
4779
4998
  value: input3.snps
4780
4999
  })].every((flag) => flag);
4781
- const $vo85 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
5000
+ const $vo87 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
4782
5001
  path: _path2 + ".altAlleles",
4783
5002
  expected: "(Array<string> | undefined)",
4784
5003
  value: input3.altAlleles
4785
- })) && input3.altAlleles.map((elem, _index79) => "string" === typeof elem || $report(_exceptionable2, {
4786
- path: _path2 + ".altAlleles[" + _index79 + "]",
5004
+ })) && input3.altAlleles.map((elem, _index82) => "string" === typeof elem || $report(_exceptionable2, {
5005
+ path: _path2 + ".altAlleles[" + _index82 + "]",
4787
5006
  expected: "string",
4788
5007
  value: elem
4789
5008
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4794,12 +5013,12 @@ var validDescrStatsRequest = (input) => {
4794
5013
  path: _path2 + ".alleles",
4795
5014
  expected: "(Array<AllelesEntry> | undefined)",
4796
5015
  value: input3.alleles
4797
- })) && input3.alleles.map((elem, _index80) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4798
- path: _path2 + ".alleles[" + _index80 + "]",
5016
+ })) && input3.alleles.map((elem, _index83) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
5017
+ path: _path2 + ".alleles[" + _index83 + "]",
4799
5018
  expected: "AllelesEntry",
4800
5019
  value: elem
4801
- })) && $vo86(elem, _path2 + ".alleles[" + _index80 + "]", _exceptionable2) || $report(_exceptionable2, {
4802
- path: _path2 + ".alleles[" + _index80 + "]",
5020
+ })) && $vo88(elem, _path2 + ".alleles[" + _index83 + "]", _exceptionable2) || $report(_exceptionable2, {
5021
+ path: _path2 + ".alleles[" + _index83 + "]",
4803
5022
  expected: "AllelesEntry",
4804
5023
  value: elem
4805
5024
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4812,11 +5031,11 @@ var validDescrStatsRequest = (input) => {
4812
5031
  value: input3.effectAllele
4813
5032
  }), void 0 === input3.gt2count || ("object" === typeof input3.gt2count && null !== input3.gt2count || $report(_exceptionable2, {
4814
5033
  path: _path2 + ".gt2count",
4815
- expected: "(__type.o10 | undefined)",
5034
+ expected: "(__type.o11 | undefined)",
4816
5035
  value: input3.gt2count
4817
- })) && $vo87(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
5036
+ })) && $vo89(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
4818
5037
  path: _path2 + ".gt2count",
4819
- expected: "(__type.o10 | undefined)",
5038
+ expected: "(__type.o11 | undefined)",
4820
5039
  value: input3.gt2count
4821
5040
  }), void 0 === input3.invalid || "boolean" === typeof input3.invalid || $report(_exceptionable2, {
4822
5041
  path: _path2 + ".invalid",
@@ -4843,7 +5062,7 @@ var validDescrStatsRequest = (input) => {
4843
5062
  expected: "(number | undefined)",
4844
5063
  value: input3.pos
4845
5064
  })].every((flag) => flag);
4846
- const $vo86 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
5065
+ const $vo88 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
4847
5066
  path: _path2 + ".allele",
4848
5067
  expected: "string",
4849
5068
  value: input3.allele
@@ -4856,7 +5075,7 @@ var validDescrStatsRequest = (input) => {
4856
5075
  expected: "boolean",
4857
5076
  value: input3.isRef
4858
5077
  })].every((flag) => flag);
4859
- const $vo87 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
5078
+ const $vo89 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
4860
5079
  path: _path2 + ".k",
4861
5080
  expected: "string",
4862
5081
  value: input3.k
@@ -4865,7 +5084,7 @@ var validDescrStatsRequest = (input) => {
4865
5084
  expected: "(number | string)",
4866
5085
  value: input3.v
4867
5086
  })].every((flag) => flag);
4868
- const $vo88 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
5087
+ const $vo90 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4869
5088
  path: _path2 + ".id",
4870
5089
  expected: "(string | undefined)",
4871
5090
  value: input3.id
@@ -4897,7 +5116,7 @@ var validDescrStatsRequest = (input) => {
4897
5116
  path: _path2 + ".term",
4898
5117
  expected: "NumericTermCollection",
4899
5118
  value: input3.term
4900
- })) && $vo46(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
5119
+ })) && $vo48(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4901
5120
  path: _path2 + ".term",
4902
5121
  expected: "NumericTermCollection",
4903
5122
  value: input3.term
@@ -4905,12 +5124,12 @@ var validDescrStatsRequest = (input) => {
4905
5124
  path: _path2 + ".q",
4906
5125
  expected: "TermCollectionQCont",
4907
5126
  value: input3.q
4908
- })) && $vo89(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
5127
+ })) && $vo91(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4909
5128
  path: _path2 + ".q",
4910
5129
  expected: "TermCollectionQCont",
4911
5130
  value: input3.q
4912
5131
  })].every((flag) => flag);
4913
- const $vo89 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
5132
+ const $vo91 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4914
5133
  path: _path2 + ".hiddenValues",
4915
5134
  expected: "(HiddenValues | undefined)",
4916
5135
  value: input3.hiddenValues
@@ -4942,8 +5161,8 @@ var validDescrStatsRequest = (input) => {
4942
5161
  path: _path2 + ".lst",
4943
5162
  expected: "Array<string>",
4944
5163
  value: input3.lst
4945
- })) && input3.lst.map((elem, _index81) => "string" === typeof elem || $report(_exceptionable2, {
4946
- path: _path2 + ".lst[" + _index81 + "]",
5164
+ })) && input3.lst.map((elem, _index84) => "string" === typeof elem || $report(_exceptionable2, {
5165
+ path: _path2 + ".lst[" + _index84 + "]",
4947
5166
  expected: "string",
4948
5167
  value: elem
4949
5168
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4954,8 +5173,8 @@ var validDescrStatsRequest = (input) => {
4954
5173
  path: _path2 + ".numerators",
4955
5174
  expected: "(Array<string> | undefined)",
4956
5175
  value: input3.numerators
4957
- })) && input3.numerators.map((elem, _index82) => "string" === typeof elem || $report(_exceptionable2, {
4958
- path: _path2 + ".numerators[" + _index82 + "]",
5176
+ })) && input3.numerators.map((elem, _index85) => "string" === typeof elem || $report(_exceptionable2, {
5177
+ path: _path2 + ".numerators[" + _index85 + "]",
4959
5178
  expected: "string",
4960
5179
  value: elem
4961
5180
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4963,7 +5182,7 @@ var validDescrStatsRequest = (input) => {
4963
5182
  expected: "(Array<string> | undefined)",
4964
5183
  value: input3.numerators
4965
5184
  })].every((flag) => flag);
4966
- const $vo90 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
5185
+ const $vo92 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4967
5186
  path: _path2 + ".id",
4968
5187
  expected: "(string | undefined)",
4969
5188
  value: input3.id
@@ -4995,7 +5214,7 @@ var validDescrStatsRequest = (input) => {
4995
5214
  path: _path2 + ".term",
4996
5215
  expected: "CategoricalTermCollection",
4997
5216
  value: input3.term
4998
- })) && $vo50(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
5217
+ })) && $vo52(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4999
5218
  path: _path2 + ".term",
5000
5219
  expected: "CategoricalTermCollection",
5001
5220
  value: input3.term
@@ -5003,12 +5222,12 @@ var validDescrStatsRequest = (input) => {
5003
5222
  path: _path2 + ".q",
5004
5223
  expected: "TermCollectionQQual",
5005
5224
  value: input3.q
5006
- })) && $vo91(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
5225
+ })) && $vo93(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
5007
5226
  path: _path2 + ".q",
5008
5227
  expected: "TermCollectionQQual",
5009
5228
  value: input3.q
5010
5229
  })].every((flag) => flag);
5011
- const $vo91 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
5230
+ const $vo93 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
5012
5231
  path: _path2 + ".hiddenValues",
5013
5232
  expected: "(HiddenValues | undefined)",
5014
5233
  value: input3.hiddenValues
@@ -5040,8 +5259,8 @@ var validDescrStatsRequest = (input) => {
5040
5259
  path: _path2 + ".lst",
5041
5260
  expected: "Array<string>",
5042
5261
  value: input3.lst
5043
- })) && input3.lst.map((elem, _index83) => "string" === typeof elem || $report(_exceptionable2, {
5044
- path: _path2 + ".lst[" + _index83 + "]",
5262
+ })) && input3.lst.map((elem, _index86) => "string" === typeof elem || $report(_exceptionable2, {
5263
+ path: _path2 + ".lst[" + _index86 + "]",
5045
5264
  expected: "string",
5046
5265
  value: elem
5047
5266
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -5052,12 +5271,12 @@ var validDescrStatsRequest = (input) => {
5052
5271
  path: _path2 + ".categoryKeys",
5053
5272
  expected: "(Array<CategoryKey> | undefined)",
5054
5273
  value: input3.categoryKeys
5055
- })) && input3.categoryKeys.map((elem, _index84) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
5056
- path: _path2 + ".categoryKeys[" + _index84 + "]",
5274
+ })) && input3.categoryKeys.map((elem, _index87) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
5275
+ path: _path2 + ".categoryKeys[" + _index87 + "]",
5057
5276
  expected: "CategoryKey",
5058
5277
  value: elem
5059
- })) && $vo51(elem, _path2 + ".categoryKeys[" + _index84 + "]", _exceptionable2) || $report(_exceptionable2, {
5060
- path: _path2 + ".categoryKeys[" + _index84 + "]",
5278
+ })) && $vo53(elem, _path2 + ".categoryKeys[" + _index87 + "]", _exceptionable2) || $report(_exceptionable2, {
5279
+ path: _path2 + ".categoryKeys[" + _index87 + "]",
5061
5280
  expected: "CategoryKey",
5062
5281
  value: elem
5063
5282
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -5081,13 +5300,15 @@ var validDescrStatsRequest = (input) => {
5081
5300
  return $vo16(input3, _path2, _exceptionable2);
5082
5301
  if (true === input3.stopunbounded)
5083
5302
  return $vo18(input3, _path2, _exceptionable2);
5303
+ if (void 0 !== input3.value)
5304
+ return $vo29(input3, _path2, _exceptionable2);
5084
5305
  return $vo17(input3, _path2, _exceptionable2);
5085
5306
  })();
5086
5307
  const $vu2 = (input3, _path2, _exceptionable2 = true) => (() => {
5087
5308
  if ("gene" === input3.kind)
5088
- return $vo36(input3, _path2, _exceptionable2);
5309
+ return $vo38(input3, _path2, _exceptionable2);
5089
5310
  if ("coord" === input3.kind)
5090
- return $vo37(input3, _path2, _exceptionable2);
5311
+ return $vo39(input3, _path2, _exceptionable2);
5091
5312
  return $report(_exceptionable2, {
5092
5313
  path: _path2,
5093
5314
  expected: "(BaseTerm & Gene | BaseTerm & Coord)",
@@ -5096,9 +5317,9 @@ var validDescrStatsRequest = (input) => {
5096
5317
  })();
5097
5318
  const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
5098
5319
  if ("string" === typeof input3.type)
5099
- return $vo40(input3, _path2, _exceptionable2);
5100
- if ("filter" === input3.type)
5101
5320
  return $vo42(input3, _path2, _exceptionable2);
5321
+ if ("filter" === input3.type)
5322
+ return $vo44(input3, _path2, _exceptionable2);
5102
5323
  return $report(_exceptionable2, {
5103
5324
  path: _path2,
5104
5325
  expected: "(ValuesGroup | FilterGroup)",
@@ -5106,6 +5327,13 @@ var validDescrStatsRequest = (input) => {
5106
5327
  });
5107
5328
  })();
5108
5329
  const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
5330
+ if (true === input3.startunbounded)
5331
+ return $vo16(input3, _path2, _exceptionable2);
5332
+ if (true === input3.stopunbounded)
5333
+ return $vo18(input3, _path2, _exceptionable2);
5334
+ return $vo17(input3, _path2, _exceptionable2);
5335
+ })();
5336
+ const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
5109
5337
  if (true === input3.startunbounded)
5110
5338
  return $vo16(input3, _path2, _exceptionable2);
5111
5339
  if (void 0 !== input3.start)
@@ -5116,7 +5344,7 @@ var validDescrStatsRequest = (input) => {
5116
5344
  value: input3
5117
5345
  });
5118
5346
  })();
5119
- const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
5347
+ const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
5120
5348
  if (void 0 !== input3.stop)
5121
5349
  return $vo17(input3, _path2, _exceptionable2);
5122
5350
  if (true === input3.stopunbounded)
@@ -5127,35 +5355,35 @@ var validDescrStatsRequest = (input) => {
5127
5355
  value: input3
5128
5356
  });
5129
5357
  })();
5130
- const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
5358
+ const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
5131
5359
  if ("TermCollectionTWQual" === input3.type)
5132
- return $vo90(input3, _path2, _exceptionable2);
5360
+ return $vo92(input3, _path2, _exceptionable2);
5133
5361
  if ("TermCollectionTWCont" === input3.type)
5134
- return $vo88(input3, _path2, _exceptionable2);
5362
+ return $vo90(input3, _path2, _exceptionable2);
5135
5363
  if ("SnpsTW" === input3.type)
5136
- return $vo81(input3, _path2, _exceptionable2);
5364
+ return $vo83(input3, _path2, _exceptionable2);
5137
5365
  if ("ConditionTW" === input3.type)
5138
- return $vo78(input3, _path2, _exceptionable2);
5366
+ return $vo80(input3, _path2, _exceptionable2);
5139
5367
  if ("GvCustomGsTW" === input3.type)
5140
- return $vo76(input3, _path2, _exceptionable2);
5368
+ return $vo78(input3, _path2, _exceptionable2);
5141
5369
  if ("GvPredefinedGsTW" === input3.type)
5142
- return $vo74(input3, _path2, _exceptionable2);
5370
+ return $vo76(input3, _path2, _exceptionable2);
5143
5371
  if ("GvValuesTW" === input3.type)
5144
- return $vo70(input3, _path2, _exceptionable2);
5372
+ return $vo72(input3, _path2, _exceptionable2);
5145
5373
  if ("NumTWSpline" === input3.type)
5146
- return $vo67(input3, _path2, _exceptionable2);
5374
+ return $vo69(input3, _path2, _exceptionable2);
5147
5375
  if ("NumTWCont" === input3.type)
5148
- return $vo65(input3, _path2, _exceptionable2);
5376
+ return $vo67(input3, _path2, _exceptionable2);
5149
5377
  if ("NumTWBinary" === input3.type)
5150
- return $vo63(input3, _path2, _exceptionable2);
5378
+ return $vo65(input3, _path2, _exceptionable2);
5151
5379
  if ("NumTWCustomBin" === input3.type)
5152
- return $vo62(input3, _path2, _exceptionable2);
5380
+ return $vo64(input3, _path2, _exceptionable2);
5153
5381
  if ("NumTWRegularBin" === input3.type)
5154
- return $vo61(input3, _path2, _exceptionable2);
5382
+ return $vo63(input3, _path2, _exceptionable2);
5155
5383
  if ("QualTWCustomGS" === input3.type)
5156
- return $vo58(input3, _path2, _exceptionable2);
5384
+ return $vo60(input3, _path2, _exceptionable2);
5157
5385
  if ("QualTWPredefinedGS" === input3.type)
5158
- return $vo56(input3, _path2, _exceptionable2);
5386
+ return $vo58(input3, _path2, _exceptionable2);
5159
5387
  if ("QualTWValues" === input3.type)
5160
5388
  return $vo1(input3, _path2, _exceptionable2);
5161
5389
  return $report(_exceptionable2, {
@@ -5164,27 +5392,27 @@ var validDescrStatsRequest = (input) => {
5164
5392
  value: input3
5165
5393
  });
5166
5394
  })();
5167
- const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
5395
+ const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
5168
5396
  if ("categorical" === input3.type)
5169
5397
  return $vo3(input3, _path2, _exceptionable2);
5170
5398
  if ("snp" === input3.type)
5171
- return $vo52(input3, _path2, _exceptionable2);
5399
+ return $vo54(input3, _path2, _exceptionable2);
5172
5400
  if ("singleCellCellType" === input3.type)
5173
- return $vo53(input3, _path2, _exceptionable2);
5401
+ return $vo55(input3, _path2, _exceptionable2);
5174
5402
  return $report(_exceptionable2, {
5175
5403
  path: _path2,
5176
5404
  expected: "(CategoricalTerm | SnpTerm | SingleCellCellTypeTerm)",
5177
5405
  value: input3
5178
5406
  });
5179
5407
  })();
5180
- const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
5408
+ const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
5181
5409
  if (void 0 !== input3.ranges)
5182
5410
  return $vo9(input3, _path2, _exceptionable2);
5183
5411
  if (void 0 !== input3.ratio)
5184
- return $vo45(input3, _path2, _exceptionable2);
5185
- return $vo8(input3, _path2, false) || $vo30(input3, _path2, false) || $vo33(input3, _path2, false);
5412
+ return $vo47(input3, _path2, _exceptionable2);
5413
+ return $vo8(input3, _path2, false) || $vo31(input3, _path2, false) || $vo35(input3, _path2, false);
5186
5414
  })();
5187
- const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
5415
+ const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
5188
5416
  if ("integer" === input3.type || "float" === input3.type)
5189
5417
  return $vo10(input3, _path2, _exceptionable2);
5190
5418
  if ("metaboliteIntensity" === input3.type)
@@ -5199,7 +5427,7 @@ var validDescrStatsRequest = (input) => {
5199
5427
  return $vo26(input3, _path2, _exceptionable2);
5200
5428
  return $vo21(input3, _path2, false) || $vo20(input3, _path2, false) || $vo28(input3, _path2, false) || $vo27(input3, _path2, false);
5201
5429
  })();
5202
- const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
5430
+ const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
5203
5431
  if ("regular-bin" === input3.type)
5204
5432
  return $vo14(input3, _path2, _exceptionable2);
5205
5433
  if ("custom-bin" === input3.type)
@@ -5210,44 +5438,44 @@ var validDescrStatsRequest = (input) => {
5210
5438
  value: input3
5211
5439
  });
5212
5440
  })();
5213
- const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
5441
+ const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
5214
5442
  if ("gene" === input3.kind)
5215
- return $vo35(input3, _path2, _exceptionable2);
5443
+ return $vo37(input3, _path2, _exceptionable2);
5216
5444
  if ("coord" === input3.kind)
5217
- return $vo43(input3, _path2, _exceptionable2);
5445
+ return $vo45(input3, _path2, _exceptionable2);
5218
5446
  return $report(_exceptionable2, {
5219
5447
  path: _path2,
5220
5448
  expected: '(BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; })',
5221
5449
  value: input3
5222
5450
  });
5223
5451
  })();
5224
- const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
5452
+ const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
5225
5453
  if ("numeric" === input3.memberType)
5226
- return $vo46(input3, _path2, _exceptionable2);
5454
+ return $vo48(input3, _path2, _exceptionable2);
5227
5455
  if ("categorical" === input3.memberType)
5228
- return $vo50(input3, _path2, _exceptionable2);
5456
+ return $vo52(input3, _path2, _exceptionable2);
5229
5457
  return $report(_exceptionable2, {
5230
5458
  path: _path2,
5231
5459
  expected: "(NumericTermCollection | CategoricalTermCollection)",
5232
5460
  value: input3
5233
5461
  });
5234
5462
  })();
5235
- const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
5463
+ const $vu14 = (input3, _path2, _exceptionable2 = true) => (() => {
5236
5464
  if ("gene" === input3.kind)
5237
- return $vo71(input3, _path2, _exceptionable2);
5465
+ return $vo73(input3, _path2, _exceptionable2);
5238
5466
  if ("coord" === input3.kind)
5239
- return $vo72(input3, _path2, _exceptionable2);
5467
+ return $vo74(input3, _path2, _exceptionable2);
5240
5468
  return $report(_exceptionable2, {
5241
5469
  path: _path2,
5242
5470
  expected: '(BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
5243
5471
  value: input3
5244
5472
  });
5245
5473
  })();
5246
- const $vu14 = (input3, _path2, _exceptionable2 = true) => (() => {
5474
+ const $vu15 = (input3, _path2, _exceptionable2 = true) => (() => {
5247
5475
  if ("grade" === input3.valueFor)
5248
- return $vo79(input3, _path2, _exceptionable2);
5476
+ return $vo81(input3, _path2, _exceptionable2);
5249
5477
  if ("children" === input3.valueFor)
5250
- return $vo80(input3, _path2, _exceptionable2);
5478
+ return $vo82(input3, _path2, _exceptionable2);
5251
5479
  return $report(_exceptionable2, {
5252
5480
  path: _path2,
5253
5481
  expected: "(ConditionGradeQ | ConditionChildrenQ)",