@sjcrh/proteinpaint-types 2.141.0 → 2.142.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (32) hide show
  1. package/dist/brainImaging.js +1 -1
  2. package/dist/{chunk-77RH7U6G.js → chunk-2VDOPTRV.js} +474 -384
  3. package/dist/{chunk-WCWYMCZD.js → chunk-3BQ57P2P.js} +219 -123
  4. package/dist/{chunk-EOBFYFLQ.js → chunk-3L3ASC3B.js} +449 -353
  5. package/dist/{chunk-T3GTEGQN.js → chunk-4R265LDJ.js} +219 -123
  6. package/dist/{chunk-QWAPDNYB.js → chunk-CEDL2QZT.js} +453 -357
  7. package/dist/{chunk-424IUJWR.js → chunk-DMJFOII6.js} +219 -123
  8. package/dist/{chunk-S6OBK4RE.js → chunk-FVBXC7SY.js} +219 -123
  9. package/dist/{chunk-VMQUAU5V.js → chunk-GDM7YUXH.js} +449 -353
  10. package/dist/{chunk-UYBVE3DL.js → chunk-IR4QSJI7.js} +449 -353
  11. package/dist/{chunk-I7FTK55B.js → chunk-MVMUZSLL.js} +435 -339
  12. package/dist/{chunk-56JQGGZJ.js → chunk-SMVDKR2O.js} +781 -561
  13. package/dist/{chunk-KEJROUTM.js → chunk-SOM5WKDM.js} +255 -261
  14. package/dist/correlationVolcano.js +1 -1
  15. package/dist/index.js +12 -12
  16. package/dist/termdb.boxplot.js +1 -1
  17. package/dist/termdb.categories.js +1 -1
  18. package/dist/termdb.cluster.js +1 -1
  19. package/dist/termdb.descrstats.js +1 -1
  20. package/dist/termdb.numericcategories.js +1 -1
  21. package/dist/termdb.percentile.js +1 -1
  22. package/dist/termdb.termsbyids.js +1 -1
  23. package/dist/termdb.topTermsByType.js +1 -1
  24. package/dist/termdb.topVariablyExpressedGenes.js +1 -1
  25. package/dist/termdb.violin.js +1 -1
  26. package/package.json +1 -1
  27. package/src/terms/date.ts +7 -5
  28. package/src/terms/geneExpression.ts +22 -8
  29. package/src/terms/metaboliteIntensity.ts +13 -3
  30. package/src/terms/numeric.ts +1 -1
  31. package/src/terms/ssGSEA.ts +4 -2
  32. package/src/terms/tw.ts +2 -2
@@ -59,7 +59,7 @@ var validDescrStatsRequest = (input) => {
59
59
  const __is = (input2) => {
60
60
  const $join = import_typia.createValidate.join;
61
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 && 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 && $io3(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io39(input3.q)) && "CatTWValues" === input3.type;
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 && $io3(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io40(input3.q)) && "CatTWValues" === 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) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io32(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) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io33(input3.groupsetting));
72
72
  const $io4 = (input3) => Object.keys(input3).every((key) => {
73
73
  const value = input3[key];
74
74
  if (void 0 === value)
@@ -83,7 +83,7 @@ var validDescrStatsRequest = (input) => {
83
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
84
  const $io7 = (input3) => "tvs" === input3.type && ("object" === typeof input3.tvs && null !== input3.tvs && $iu7(input3.tvs));
85
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 && $iu8(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 && $io23(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 && $iu8(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 && $io24(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.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io11(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io12(input3.bins));
88
88
  const $io11 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
89
89
  const $io12 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu9(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu9(input3.less)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset) && (void 0 === input3.label_offset_ignored || "boolean" === typeof input3.label_offset_ignored) && (void 0 === input3.rounding || "string" === typeof input3.rounding) && (void 0 === input3.min || "number" === typeof input3.min) && (void 0 === input3.max || "number" === typeof input3.max);
@@ -100,64 +100,65 @@ var validDescrStatsRequest = (input) => {
100
100
  const $io16 = (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);
101
101
  const $io17 = (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);
102
102
  const $io18 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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);
103
- const $io19 = (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.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io11(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.gene && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io12(input3.bins)) && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
104
- const $io20 = (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.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io11(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 && $io12(input3.bins));
105
- const $io21 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "date" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io11(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 && $io12(input3.bins));
106
- const $io22 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "ssGSEA" === 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.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io11(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.genes || Array.isArray(input3.genes) && input3.genes.every((elem) => "string" === typeof elem)) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io12(input3.bins));
107
- const $io23 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
108
- const $io24 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io25(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 && $io26(elem)));
109
- const $io25 = (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);
110
- const $io26 = (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;
111
- const $io27 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io28(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io38(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName);
112
- const $io28 = (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 && $iu10(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));
113
- const $io29 = (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) && "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 && $io32(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io28(elem)));
114
- const $io30 = (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) && "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);
115
- const $io31 = (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) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
116
- const $io32 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io33(elem)));
117
- const $io33 = (input3) => "string" === typeof input3.name && (void 0 === input3.is_grade || "boolean" === typeof input3.is_grade) && (void 0 === input3.is_subcondition || "boolean" === typeof input3.is_subcondition) && (void 0 === input3.dt || "number" === typeof input3.dt) && (Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem)));
118
- const $io34 = (input3) => "string" === typeof input3.name && "string" === typeof input3.type && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io35(elem))) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
119
- const $io35 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
120
- const $io36 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io6(input3.filter)) && "string" === typeof input3.color;
121
- 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) && "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 && $io32(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io28(elem)));
122
- const $io38 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
123
- const $io39 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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;
124
- const $io40 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $io3(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io41(input3.q)) && "CatTWPredefinedGS" === input3.type;
125
- const $io41 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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;
126
- const $io42 = (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 && $io3(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io43(input3.q)) && "CatTWCustomGS" === input3.type;
127
- const $io43 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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 && $io44(input3.customset));
128
- const $io44 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem));
129
- const $io45 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWRegularBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io13(input3.q));
130
- const $io46 = (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 && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io18(input3.q));
131
- const $io47 = (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 && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io48(input3.q));
132
- const $io48 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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]))));
133
- const $io49 = (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 && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $io50(input3.q));
134
- const $io50 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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);
135
- const $io51 = (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 && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io52(input3.q));
136
- const $io52 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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 && $io53(elem))) && (null !== input3.type && void 0 === input3.type);
137
- const $io53 = (input3) => "number" === typeof input3.value;
138
- const $io54 = (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 && $iu11(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io57(input3.q));
139
- const $io55 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "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 && $io32(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io28(elem)));
140
- const $io56 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "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 && $io32(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io28(elem)));
141
- const $io57 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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;
142
- 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 && "GvPredefinedGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu11(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io59(input3.q));
143
- const $io59 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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;
144
- 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 && "GvCustomGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu11(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io61(input3.q));
145
- const $io61 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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 && $io44(input3.customset));
146
- 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 && "ConditionTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io25(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io63(input3.q));
147
- const $io63 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.breaks || Array.isArray(input3.breaks) && input3.breaks.every((elem) => "number" === typeof elem)) && ("age" === input3.timeScale || "time" === input3.timeScale) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && true;
148
- 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 && "SnpsTW" === input3.type && ("object" === typeof input3.q && null !== input3.q && $io65(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io67(input3.term));
149
- const $io65 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type) && "number" === typeof input3.AFcutoff && "number" === typeof input3.alleleType && "string" === typeof input3.cacheid && true && "number" === typeof input3.geneticModel && true && (void 0 === input3.missingGenotype || "number" === typeof input3.missingGenotype) && "number" === typeof input3.numOfSampleWithAnyValidGT && ("object" === typeof input3.restrictAncestry && null !== input3.restrictAncestry && $io66(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;
150
- const $io66 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu7(input3.tvs));
151
- const $io67 = (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.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io68(elem)));
152
- const $io68 = (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 && $io69(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io70(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);
153
- const $io69 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
154
- const $io70 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
155
- const $io71 = (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 && "SnpTW" === input3.type && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $iu12(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io76(input3.term));
156
- const $io72 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type);
157
- const $io73 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "filter" === input3.type);
158
- const $io74 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "predefined-groupset" === input3.type) && "number" === typeof input3.predefined_groupset_idx;
159
- const $io75 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "custom-groupset" === input3.type) && ("object" === typeof input3.customset && null !== input3.customset && $io44(input3.customset));
160
- const $io76 = (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) && "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 && $io32(input3.groupsetting));
103
+ const $io19 = (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.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io11(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io12(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);
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.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io11(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io12(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;
105
+ const $io21 = (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.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io11(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 && $io12(input3.bins));
106
+ const $io22 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "date" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io11(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io12(input3.bins));
107
+ const $io23 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "ssGSEA" === 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.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io11(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.genes || Array.isArray(input3.genes) && input3.genes.every((elem) => "string" === typeof elem)) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io12(input3.bins));
108
+ const $io24 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
109
+ const $io25 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io26(input3.term)) && (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 && $io27(elem)));
110
+ const $io26 = (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);
111
+ const $io27 = (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;
112
+ const $io28 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io29(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io39(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName);
113
+ const $io29 = (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 && $iu10(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));
114
+ const $io30 = (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) && "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 && $io33(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io29(elem)));
115
+ const $io31 = (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) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
116
+ const $io32 = (input3) => "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) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
117
+ const $io33 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)));
118
+ const $io34 = (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)));
119
+ const $io35 = (input3) => "string" === typeof input3.name && "string" === typeof input3.type && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io36(elem))) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
120
+ const $io36 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
121
+ const $io37 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io6(input3.filter)) && "string" === typeof input3.color;
122
+ const $io38 = (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) && "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 && $io33(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io29(elem)));
123
+ const $io39 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
124
+ const $io40 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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;
125
+ const $io41 = (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 && $io3(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io42(input3.q)) && "CatTWPredefinedGS" === input3.type;
126
+ const $io42 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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;
127
+ const $io43 = (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 && $io3(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io44(input3.q)) && "CatTWCustomGS" === input3.type;
128
+ const $io44 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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 && $io45(input3.customset));
129
+ const $io45 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem));
130
+ const $io46 = (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 && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io13(input3.q));
131
+ const $io47 = (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 && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io18(input3.q));
132
+ const $io48 = (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 && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io49(input3.q));
133
+ const $io49 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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]))));
134
+ const $io50 = (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 && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $io51(input3.q));
135
+ const $io51 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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);
136
+ const $io52 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWSpline" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io53(input3.q));
137
+ const $io53 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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 && $io54(elem))) && (null !== input3.type && void 0 === input3.type);
138
+ const $io54 = (input3) => "number" === typeof input3.value;
139
+ const $io55 = (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 && $iu11(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io58(input3.q));
140
+ const $io56 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "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 && $io33(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io29(elem)));
141
+ const $io57 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "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 && $io33(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io29(elem)));
142
+ const $io58 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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;
143
+ const $io59 = (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 && $iu11(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io60(input3.q));
144
+ const $io60 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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;
145
+ 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 && "GvCustomGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu11(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io62(input3.q));
146
+ const $io62 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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 && $io45(input3.customset));
147
+ 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 && "ConditionTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io26(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io64(input3.q));
148
+ const $io64 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.breaks || Array.isArray(input3.breaks) && input3.breaks.every((elem) => "number" === typeof elem)) && ("age" === input3.timeScale || "time" === input3.timeScale) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && true;
149
+ 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 && "SnpsTW" === input3.type && ("object" === typeof input3.q && null !== input3.q && $io66(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io68(input3.term));
150
+ const $io66 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type) && "number" === typeof input3.AFcutoff && "number" === typeof input3.alleleType && "string" === typeof input3.cacheid && true && "number" === typeof input3.geneticModel && true && (void 0 === input3.missingGenotype || "number" === typeof input3.missingGenotype) && "number" === typeof input3.numOfSampleWithAnyValidGT && ("object" === typeof input3.restrictAncestry && null !== input3.restrictAncestry && $io67(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;
151
+ const $io67 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu7(input3.tvs));
152
+ const $io68 = (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.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io69(elem)));
153
+ const $io69 = (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 && $io70(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io71(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);
154
+ const $io70 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
155
+ const $io71 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
156
+ 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 && "SnpTW" === input3.type && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $iu12(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io77(input3.term));
157
+ const $io73 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type);
158
+ const $io74 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "filter" === input3.type);
159
+ const $io75 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "predefined-groupset" === input3.type) && "number" === typeof input3.predefined_groupset_idx;
160
+ const $io76 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "custom-groupset" === input3.type) && ("object" === typeof input3.customset && null !== input3.customset && $io45(input3.customset));
161
+ const $io77 = (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) && "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 && $io33(input3.groupsetting));
161
162
  const $iu0 = (input3) => (() => {
162
163
  if ("tvslst" === input3.type)
163
164
  return $io6(input3);
@@ -174,16 +175,16 @@ var validDescrStatsRequest = (input) => {
174
175
  })();
175
176
  const $iu2 = (input3) => (() => {
176
177
  if ("gene" === input3.kind)
177
- return $io30(input3);
178
- if ("coord" === input3.kind)
179
178
  return $io31(input3);
179
+ if ("coord" === input3.kind)
180
+ return $io32(input3);
180
181
  return false;
181
182
  })();
182
183
  const $iu3 = (input3) => (() => {
183
184
  if ("string" === typeof input3.type)
184
- return $io34(input3);
185
+ return $io35(input3);
185
186
  if ("filter" === input3.type)
186
- return $io36(input3);
187
+ return $io37(input3);
187
188
  return false;
188
189
  })();
189
190
  const $iu4 = (input3) => (() => {
@@ -202,31 +203,31 @@ var validDescrStatsRequest = (input) => {
202
203
  })();
203
204
  const $iu6 = (input3) => (() => {
204
205
  if ("SnpTW" === input3.type)
205
- return $io71(input3);
206
+ return $io72(input3);
206
207
  if ("SnpsTW" === input3.type)
207
- return $io64(input3);
208
+ return $io65(input3);
208
209
  if ("ConditionTW" === input3.type)
209
- return $io62(input3);
210
+ return $io63(input3);
210
211
  if ("GvCustomGsTW" === input3.type)
211
- return $io60(input3);
212
+ return $io61(input3);
212
213
  if ("GvPredefinedGsTW" === input3.type)
213
- return $io58(input3);
214
+ return $io59(input3);
214
215
  if ("GvValuesTW" === input3.type)
215
- return $io54(input3);
216
+ return $io55(input3);
216
217
  if ("NumTWSpline" === input3.type)
217
- return $io51(input3);
218
+ return $io52(input3);
218
219
  if ("NumTWCont" === input3.type)
219
- return $io49(input3);
220
+ return $io50(input3);
220
221
  if ("NumTWBinary" === input3.type)
221
- return $io47(input3);
222
+ return $io48(input3);
222
223
  if ("NumTWCustomBin" === input3.type)
223
- return $io46(input3);
224
+ return $io47(input3);
224
225
  if ("NumTWRegularBin" === input3.type)
225
- return $io45(input3);
226
+ return $io46(input3);
226
227
  if ("CatTWCustomGS" === input3.type)
227
- return $io42(input3);
228
+ return $io43(input3);
228
229
  if ("CatTWPredefinedGS" === input3.type)
229
- return $io40(input3);
230
+ return $io41(input3);
230
231
  if ("CatTWValues" === input3.type)
231
232
  return $io1(input3);
232
233
  return false;
@@ -237,25 +238,29 @@ var validDescrStatsRequest = (input) => {
237
238
  return (() => {
238
239
  if ($io8(input3))
239
240
  return $io8(input3);
240
- if ($io24(input3))
241
- return $io24(input3);
242
- if ($io27(input3))
243
- return $io27(input3);
241
+ if ($io25(input3))
242
+ return $io25(input3);
243
+ if ($io28(input3))
244
+ return $io28(input3);
244
245
  return false;
245
246
  })();
246
247
  })();
247
248
  const $iu8 = (input3) => (() => {
248
249
  if ("integer" === input3.type || "float" === input3.type)
249
250
  return $io10(input3);
250
- if ("geneExpression" === input3.type)
251
- return $io19(input3);
252
- if ("date" === input3.type)
253
- return $io21(input3);
254
251
  if ("metaboliteIntensity" === input3.type)
255
- return $io20(input3);
256
- if ("ssGSEA" === input3.type)
252
+ return $io21(input3);
253
+ if ("date" === input3.type)
257
254
  return $io22(input3);
258
- return false;
255
+ if ("ssGSEA" === input3.type)
256
+ return $io23(input3);
257
+ return (() => {
258
+ if ($io20(input3))
259
+ return $io20(input3);
260
+ if ($io19(input3))
261
+ return $io19(input3);
262
+ return false;
263
+ })();
259
264
  })();
260
265
  const $iu9 = (input3) => (() => {
261
266
  if ("regular-bin" === input3.type)
@@ -266,28 +271,28 @@ var validDescrStatsRequest = (input) => {
266
271
  })();
267
272
  const $iu10 = (input3) => (() => {
268
273
  if ("gene" === input3.kind)
269
- return $io29(input3);
274
+ return $io30(input3);
270
275
  if ("coord" === input3.kind)
271
- return $io37(input3);
276
+ return $io38(input3);
272
277
  return false;
273
278
  })();
274
279
  const $iu11 = (input3) => (() => {
275
280
  if ("gene" === input3.kind)
276
- return $io55(input3);
277
- if ("coord" === input3.kind)
278
281
  return $io56(input3);
282
+ if ("coord" === input3.kind)
283
+ return $io57(input3);
279
284
  return false;
280
285
  })();
281
286
  const $iu12 = (input3) => (() => {
282
287
  if (void 0 !== input3.predefined_groupset_idx)
283
- return $io74(input3);
284
- if (void 0 !== input3.customset)
285
288
  return $io75(input3);
289
+ if (void 0 !== input3.customset)
290
+ return $io76(input3);
286
291
  return (() => {
292
+ if ($io74(input3))
293
+ return $io74(input3);
287
294
  if ($io73(input3))
288
295
  return $io73(input3);
289
- if ($io72(input3))
290
- return $io72(input3);
291
296
  return false;
292
297
  })();
293
298
  })();
@@ -366,7 +371,7 @@ var validDescrStatsRequest = (input) => {
366
371
  path: _path2 + ".q",
367
372
  expected: "ValuesQ",
368
373
  value: input3.q
369
- })) && $vo39(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
374
+ })) && $vo40(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
370
375
  path: _path2 + ".q",
371
376
  expected: "ValuesQ",
372
377
  value: input3.q
@@ -443,7 +448,7 @@ var validDescrStatsRequest = (input) => {
443
448
  path: _path2 + ".groupsetting",
444
449
  expected: "TermGroupSetting",
445
450
  value: input3.groupsetting
446
- })) && $vo32(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
451
+ })) && $vo33(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
447
452
  path: _path2 + ".groupsetting",
448
453
  expected: "TermGroupSetting",
449
454
  value: input3.groupsetting
@@ -600,11 +605,11 @@ var validDescrStatsRequest = (input) => {
600
605
  value: input3.isnot
601
606
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
602
607
  path: _path2 + ".term",
603
- expected: "(DateTerm | GeneExpressionTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)",
608
+ 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 | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
604
609
  value: input3.term
605
610
  })) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
606
611
  path: _path2 + ".term",
607
- expected: "(DateTerm | GeneExpressionTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)",
612
+ 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 | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
608
613
  value: input3.term
609
614
  }), (Array.isArray(input3.ranges) || $report(_exceptionable2, {
610
615
  path: _path2 + ".ranges",
@@ -630,7 +635,7 @@ var validDescrStatsRequest = (input) => {
630
635
  path: _path2 + ".values[" + _index6 + "]",
631
636
  expected: "__type.o3",
632
637
  value: elem
633
- })) && $vo23(elem, _path2 + ".values[" + _index6 + "]", _exceptionable2) || $report(_exceptionable2, {
638
+ })) && $vo24(elem, _path2 + ".values[" + _index6 + "]", _exceptionable2) || $report(_exceptionable2, {
634
639
  path: _path2 + ".values[" + _index6 + "]",
635
640
  expected: "__type.o3",
636
641
  value: elem
@@ -1041,10 +1046,6 @@ var validDescrStatsRequest = (input) => {
1041
1046
  path: _path2 + ".unit",
1042
1047
  expected: "(string | undefined)",
1043
1048
  value: input3.unit
1044
- }), "string" === typeof input3.gene || $report(_exceptionable2, {
1045
- path: _path2 + ".gene",
1046
- expected: "string",
1047
- value: input3.gene
1048
1049
  }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1049
1050
  path: _path2 + ".bins",
1050
1051
  expected: "(PresetNumericBins | undefined)",
@@ -1053,6 +1054,14 @@ var validDescrStatsRequest = (input) => {
1053
1054
  path: _path2 + ".bins",
1054
1055
  expected: "(PresetNumericBins | undefined)",
1055
1056
  value: input3.bins
1057
+ }), void 0 === input3.kind || "gene" === input3.kind || $report(_exceptionable2, {
1058
+ path: _path2 + ".kind",
1059
+ expected: '("gene" | undefined)',
1060
+ value: input3.kind
1061
+ }), "string" === typeof input3.gene || $report(_exceptionable2, {
1062
+ path: _path2 + ".gene",
1063
+ expected: "string",
1064
+ value: input3.gene
1056
1065
  }), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
1057
1066
  path: _path2 + ".chr",
1058
1067
  expected: "(string | undefined)",
@@ -1074,9 +1083,9 @@ var validDescrStatsRequest = (input) => {
1074
1083
  path: _path2 + ".name",
1075
1084
  expected: "string",
1076
1085
  value: input3.name
1077
- }), "metaboliteIntensity" === input3.type || $report(_exceptionable2, {
1086
+ }), "geneExpression" === input3.type || $report(_exceptionable2, {
1078
1087
  path: _path2 + ".type",
1079
- expected: '"metaboliteIntensity"',
1088
+ expected: '"geneExpression"',
1080
1089
  value: input3.type
1081
1090
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1082
1091
  path: _path2 + ".child_types",
@@ -1134,10 +1143,6 @@ var validDescrStatsRequest = (input) => {
1134
1143
  path: _path2 + ".unit",
1135
1144
  expected: "(string | undefined)",
1136
1145
  value: input3.unit
1137
- }), "string" === typeof input3.metabolite || $report(_exceptionable2, {
1138
- path: _path2 + ".metabolite",
1139
- expected: "string",
1140
- value: input3.metabolite
1141
1146
  }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1142
1147
  path: _path2 + ".bins",
1143
1148
  expected: "(PresetNumericBins | undefined)",
@@ -1146,6 +1151,26 @@ var validDescrStatsRequest = (input) => {
1146
1151
  path: _path2 + ".bins",
1147
1152
  expected: "(PresetNumericBins | undefined)",
1148
1153
  value: input3.bins
1154
+ }), void 0 === input3.kind || "coord" === input3.kind || $report(_exceptionable2, {
1155
+ path: _path2 + ".kind",
1156
+ expected: '("coord" | undefined)',
1157
+ value: input3.kind
1158
+ }), void 0 === input3.gene || "string" === typeof input3.gene || $report(_exceptionable2, {
1159
+ path: _path2 + ".gene",
1160
+ expected: "(string | undefined)",
1161
+ value: input3.gene
1162
+ }), "string" === typeof input3.chr || $report(_exceptionable2, {
1163
+ path: _path2 + ".chr",
1164
+ expected: "string",
1165
+ value: input3.chr
1166
+ }), "number" === typeof input3.start || $report(_exceptionable2, {
1167
+ path: _path2 + ".start",
1168
+ expected: "number",
1169
+ value: input3.start
1170
+ }), "number" === typeof input3.stop || $report(_exceptionable2, {
1171
+ path: _path2 + ".stop",
1172
+ expected: "number",
1173
+ value: input3.stop
1149
1174
  })].every((flag) => flag);
1150
1175
  const $vo21 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1151
1176
  path: _path2 + ".id",
@@ -1155,9 +1180,9 @@ var validDescrStatsRequest = (input) => {
1155
1180
  path: _path2 + ".name",
1156
1181
  expected: "string",
1157
1182
  value: input3.name
1158
- }), "date" === input3.type || $report(_exceptionable2, {
1183
+ }), "metaboliteIntensity" === input3.type || $report(_exceptionable2, {
1159
1184
  path: _path2 + ".type",
1160
- expected: '"date"',
1185
+ expected: '"metaboliteIntensity"',
1161
1186
  value: input3.type
1162
1187
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1163
1188
  path: _path2 + ".child_types",
@@ -1236,9 +1261,9 @@ var validDescrStatsRequest = (input) => {
1236
1261
  path: _path2 + ".name",
1237
1262
  expected: "string",
1238
1263
  value: input3.name
1239
- }), "ssGSEA" === input3.type || $report(_exceptionable2, {
1264
+ }), "date" === input3.type || $report(_exceptionable2, {
1240
1265
  path: _path2 + ".type",
1241
- expected: '"ssGSEA"',
1266
+ expected: '"date"',
1242
1267
  value: input3.type
1243
1268
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1244
1269
  path: _path2 + ".child_types",
@@ -1296,12 +1321,89 @@ var validDescrStatsRequest = (input) => {
1296
1321
  path: _path2 + ".unit",
1297
1322
  expected: "(string | undefined)",
1298
1323
  value: input3.unit
1324
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1325
+ path: _path2 + ".bins",
1326
+ expected: "(PresetNumericBins | undefined)",
1327
+ value: input3.bins
1328
+ })) && $vo12(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1329
+ path: _path2 + ".bins",
1330
+ expected: "(PresetNumericBins | undefined)",
1331
+ value: input3.bins
1332
+ })].every((flag) => flag);
1333
+ const $vo23 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1334
+ path: _path2 + ".id",
1335
+ expected: "string",
1336
+ value: input3.id
1337
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
1338
+ path: _path2 + ".name",
1339
+ expected: "string",
1340
+ value: input3.name
1341
+ }), "ssGSEA" === input3.type || $report(_exceptionable2, {
1342
+ path: _path2 + ".type",
1343
+ expected: '"ssGSEA"',
1344
+ value: input3.type
1345
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1346
+ path: _path2 + ".child_types",
1347
+ expected: "(Array<string> | undefined)",
1348
+ value: input3.child_types
1349
+ })) && input3.child_types.map((elem, _index18) => "string" === typeof elem || $report(_exceptionable2, {
1350
+ path: _path2 + ".child_types[" + _index18 + "]",
1351
+ expected: "string",
1352
+ value: elem
1353
+ })).every((flag) => flag) || $report(_exceptionable2, {
1354
+ path: _path2 + ".child_types",
1355
+ expected: "(Array<string> | undefined)",
1356
+ value: input3.child_types
1357
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
1358
+ path: _path2 + ".hashtmldetail",
1359
+ expected: "(boolean | undefined)",
1360
+ value: input3.hashtmldetail
1361
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
1362
+ path: _path2 + ".included_types",
1363
+ expected: "(Array<string> | undefined)",
1364
+ value: input3.included_types
1365
+ })) && input3.included_types.map((elem, _index19) => "string" === typeof elem || $report(_exceptionable2, {
1366
+ path: _path2 + ".included_types[" + _index19 + "]",
1367
+ expected: "string",
1368
+ value: elem
1369
+ })).every((flag) => flag) || $report(_exceptionable2, {
1370
+ path: _path2 + ".included_types",
1371
+ expected: "(Array<string> | undefined)",
1372
+ value: input3.included_types
1373
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1374
+ path: _path2 + ".isleaf",
1375
+ expected: "(boolean | undefined)",
1376
+ value: input3.isleaf
1377
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1378
+ path: _path2 + ".values",
1379
+ expected: "(TermValues | undefined)",
1380
+ value: input3.values
1381
+ })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1382
+ path: _path2 + ".values",
1383
+ expected: "(TermValues | undefined)",
1384
+ value: input3.values
1385
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
1386
+ path: _path2 + ".skipValuesBuild",
1387
+ expected: "(boolean | undefined)",
1388
+ value: input3.skipValuesBuild
1389
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1390
+ path: _path2 + ".continuousColorScale",
1391
+ expected: "(__type.o2 | undefined)",
1392
+ value: input3.continuousColorScale
1393
+ })) && $vo11(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1394
+ path: _path2 + ".continuousColorScale",
1395
+ expected: "(__type.o2 | undefined)",
1396
+ value: input3.continuousColorScale
1397
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1398
+ path: _path2 + ".unit",
1399
+ expected: "(string | undefined)",
1400
+ value: input3.unit
1299
1401
  }), void 0 === input3.genes || (Array.isArray(input3.genes) || $report(_exceptionable2, {
1300
1402
  path: _path2 + ".genes",
1301
1403
  expected: "(Array<string> | undefined)",
1302
1404
  value: input3.genes
1303
- })) && input3.genes.map((elem, _index18) => "string" === typeof elem || $report(_exceptionable2, {
1304
- path: _path2 + ".genes[" + _index18 + "]",
1405
+ })) && input3.genes.map((elem, _index20) => "string" === typeof elem || $report(_exceptionable2, {
1406
+ path: _path2 + ".genes[" + _index20 + "]",
1305
1407
  expected: "string",
1306
1408
  value: elem
1307
1409
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1317,7 +1419,7 @@ var validDescrStatsRequest = (input) => {
1317
1419
  expected: "(PresetNumericBins | undefined)",
1318
1420
  value: input3.bins
1319
1421
  })].every((flag) => flag);
1320
- const $vo23 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1422
+ const $vo24 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1321
1423
  path: _path2 + ".key",
1322
1424
  expected: "string",
1323
1425
  value: input3.key
@@ -1334,7 +1436,7 @@ var validDescrStatsRequest = (input) => {
1334
1436
  expected: "(string | undefined)",
1335
1437
  value: input3.label
1336
1438
  })].every((flag) => flag);
1337
- const $vo24 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1439
+ const $vo25 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1338
1440
  path: _path2 + ".join",
1339
1441
  expected: "(string | undefined)",
1340
1442
  value: input3.join
@@ -1346,7 +1448,7 @@ var validDescrStatsRequest = (input) => {
1346
1448
  path: _path2 + ".term",
1347
1449
  expected: "ConditionTerm",
1348
1450
  value: input3.term
1349
- })) && $vo25(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1451
+ })) && $vo26(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1350
1452
  path: _path2 + ".term",
1351
1453
  expected: "ConditionTerm",
1352
1454
  value: input3.term
@@ -1366,12 +1468,12 @@ var validDescrStatsRequest = (input) => {
1366
1468
  path: _path2 + ".grade_and_child",
1367
1469
  expected: "(Array<GradeAndChildEntry> | undefined)",
1368
1470
  value: input3.grade_and_child
1369
- })) && input3.grade_and_child.map((elem, _index19) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1370
- path: _path2 + ".grade_and_child[" + _index19 + "]",
1471
+ })) && input3.grade_and_child.map((elem, _index21) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1472
+ path: _path2 + ".grade_and_child[" + _index21 + "]",
1371
1473
  expected: "GradeAndChildEntry",
1372
1474
  value: elem
1373
- })) && $vo26(elem, _path2 + ".grade_and_child[" + _index19 + "]", _exceptionable2) || $report(_exceptionable2, {
1374
- path: _path2 + ".grade_and_child[" + _index19 + "]",
1475
+ })) && $vo27(elem, _path2 + ".grade_and_child[" + _index21 + "]", _exceptionable2) || $report(_exceptionable2, {
1476
+ path: _path2 + ".grade_and_child[" + _index21 + "]",
1375
1477
  expected: "GradeAndChildEntry",
1376
1478
  value: elem
1377
1479
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1379,7 +1481,7 @@ var validDescrStatsRequest = (input) => {
1379
1481
  expected: "(Array<GradeAndChildEntry> | undefined)",
1380
1482
  value: input3.grade_and_child
1381
1483
  })].every((flag) => flag);
1382
- const $vo25 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1484
+ const $vo26 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1383
1485
  path: _path2 + ".id",
1384
1486
  expected: "string",
1385
1487
  value: input3.id
@@ -1395,8 +1497,8 @@ var validDescrStatsRequest = (input) => {
1395
1497
  path: _path2 + ".child_types",
1396
1498
  expected: "(Array<string> | undefined)",
1397
1499
  value: input3.child_types
1398
- })) && input3.child_types.map((elem, _index20) => "string" === typeof elem || $report(_exceptionable2, {
1399
- path: _path2 + ".child_types[" + _index20 + "]",
1500
+ })) && input3.child_types.map((elem, _index22) => "string" === typeof elem || $report(_exceptionable2, {
1501
+ path: _path2 + ".child_types[" + _index22 + "]",
1400
1502
  expected: "string",
1401
1503
  value: elem
1402
1504
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1411,8 +1513,8 @@ var validDescrStatsRequest = (input) => {
1411
1513
  path: _path2 + ".included_types",
1412
1514
  expected: "(Array<string> | undefined)",
1413
1515
  value: input3.included_types
1414
- })) && input3.included_types.map((elem, _index21) => "string" === typeof elem || $report(_exceptionable2, {
1415
- path: _path2 + ".included_types[" + _index21 + "]",
1516
+ })) && input3.included_types.map((elem, _index23) => "string" === typeof elem || $report(_exceptionable2, {
1517
+ path: _path2 + ".included_types[" + _index23 + "]",
1416
1518
  expected: "string",
1417
1519
  value: elem
1418
1520
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1436,7 +1538,7 @@ var validDescrStatsRequest = (input) => {
1436
1538
  expected: "(boolean | undefined)",
1437
1539
  value: input3.skipValuesBuild
1438
1540
  })].every((flag) => flag);
1439
- const $vo26 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1541
+ const $vo27 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1440
1542
  path: _path2 + ".grade",
1441
1543
  expected: "number",
1442
1544
  value: input3.grade
@@ -1453,7 +1555,7 @@ var validDescrStatsRequest = (input) => {
1453
1555
  expected: "string",
1454
1556
  value: input3.child_label
1455
1557
  })].every((flag) => flag);
1456
- const $vo27 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1558
+ const $vo28 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1457
1559
  path: _path2 + ".join",
1458
1560
  expected: "(string | undefined)",
1459
1561
  value: input3.join
@@ -1465,7 +1567,7 @@ var validDescrStatsRequest = (input) => {
1465
1567
  path: _path2 + ".term",
1466
1568
  expected: "DtTerm",
1467
1569
  value: input3.term
1468
- })) && $vo28(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1570
+ })) && $vo29(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1469
1571
  path: _path2 + ".term",
1470
1572
  expected: "DtTerm",
1471
1573
  value: input3.term
@@ -1473,12 +1575,12 @@ var validDescrStatsRequest = (input) => {
1473
1575
  path: _path2 + ".values",
1474
1576
  expected: "Array<__type>.o2",
1475
1577
  value: input3.values
1476
- })) && input3.values.map((elem, _index22) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1477
- path: _path2 + ".values[" + _index22 + "]",
1578
+ })) && input3.values.map((elem, _index24) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1579
+ path: _path2 + ".values[" + _index24 + "]",
1478
1580
  expected: "__type.o5",
1479
1581
  value: elem
1480
- })) && $vo38(elem, _path2 + ".values[" + _index22 + "]", _exceptionable2) || $report(_exceptionable2, {
1481
- path: _path2 + ".values[" + _index22 + "]",
1582
+ })) && $vo39(elem, _path2 + ".values[" + _index24 + "]", _exceptionable2) || $report(_exceptionable2, {
1583
+ path: _path2 + ".values[" + _index24 + "]",
1482
1584
  expected: "__type.o5",
1483
1585
  value: elem
1484
1586
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1494,7 +1596,7 @@ var validDescrStatsRequest = (input) => {
1494
1596
  expected: "(boolean | undefined)",
1495
1597
  value: input3.excludeGeneName
1496
1598
  })].every((flag) => flag);
1497
- const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1599
+ const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1498
1600
  path: _path2 + ".id",
1499
1601
  expected: "string",
1500
1602
  value: input3.id
@@ -1543,7 +1645,7 @@ var validDescrStatsRequest = (input) => {
1543
1645
  expected: "TermValues",
1544
1646
  value: input3.values
1545
1647
  })].every((flag) => flag);
1546
- const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1648
+ const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1547
1649
  path: _path2 + ".id",
1548
1650
  expected: "string",
1549
1651
  value: input3.id
@@ -1559,8 +1661,8 @@ var validDescrStatsRequest = (input) => {
1559
1661
  path: _path2 + ".child_types",
1560
1662
  expected: "(Array<string> | undefined)",
1561
1663
  value: input3.child_types
1562
- })) && input3.child_types.map((elem, _index23) => "string" === typeof elem || $report(_exceptionable2, {
1563
- path: _path2 + ".child_types[" + _index23 + "]",
1664
+ })) && input3.child_types.map((elem, _index25) => "string" === typeof elem || $report(_exceptionable2, {
1665
+ path: _path2 + ".child_types[" + _index25 + "]",
1564
1666
  expected: "string",
1565
1667
  value: elem
1566
1668
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1575,8 +1677,8 @@ var validDescrStatsRequest = (input) => {
1575
1677
  path: _path2 + ".included_types",
1576
1678
  expected: "(Array<string> | undefined)",
1577
1679
  value: input3.included_types
1578
- })) && input3.included_types.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
1579
- path: _path2 + ".included_types[" + _index24 + "]",
1680
+ })) && input3.included_types.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
1681
+ path: _path2 + ".included_types[" + _index26 + "]",
1580
1682
  expected: "string",
1581
1683
  value: elem
1582
1684
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1623,12 +1725,12 @@ var validDescrStatsRequest = (input) => {
1623
1725
  path: _path2 + ".genes",
1624
1726
  expected: "Array<GvGeneTerm>",
1625
1727
  value: input3.genes
1626
- })) && input3.genes.map((elem, _index25) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1627
- path: _path2 + ".genes[" + _index25 + "]",
1728
+ })) && input3.genes.map((elem, _index27) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1729
+ path: _path2 + ".genes[" + _index27 + "]",
1628
1730
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1629
1731
  value: elem
1630
- })) && $vu2(elem, _path2 + ".genes[" + _index25 + "]", _exceptionable2) || $report(_exceptionable2, {
1631
- path: _path2 + ".genes[" + _index25 + "]",
1732
+ })) && $vu2(elem, _path2 + ".genes[" + _index27 + "]", _exceptionable2) || $report(_exceptionable2, {
1733
+ path: _path2 + ".genes[" + _index27 + "]",
1632
1734
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1633
1735
  value: elem
1634
1736
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1639,7 +1741,7 @@ var validDescrStatsRequest = (input) => {
1639
1741
  path: _path2 + ".groupsetting",
1640
1742
  expected: "(TermGroupSetting | undefined)",
1641
1743
  value: input3.groupsetting
1642
- })) && $vo32(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
1744
+ })) && $vo33(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
1643
1745
  path: _path2 + ".groupsetting",
1644
1746
  expected: "(TermGroupSetting | undefined)",
1645
1747
  value: input3.groupsetting
@@ -1647,12 +1749,12 @@ var validDescrStatsRequest = (input) => {
1647
1749
  path: _path2 + ".childTerms",
1648
1750
  expected: "(Array<DtTerm> | undefined)",
1649
1751
  value: input3.childTerms
1650
- })) && input3.childTerms.map((elem, _index26) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1651
- path: _path2 + ".childTerms[" + _index26 + "]",
1752
+ })) && input3.childTerms.map((elem, _index28) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1753
+ path: _path2 + ".childTerms[" + _index28 + "]",
1652
1754
  expected: "DtTerm",
1653
1755
  value: elem
1654
- })) && $vo28(elem, _path2 + ".childTerms[" + _index26 + "]", _exceptionable2) || $report(_exceptionable2, {
1655
- path: _path2 + ".childTerms[" + _index26 + "]",
1756
+ })) && $vo29(elem, _path2 + ".childTerms[" + _index28 + "]", _exceptionable2) || $report(_exceptionable2, {
1757
+ path: _path2 + ".childTerms[" + _index28 + "]",
1656
1758
  expected: "DtTerm",
1657
1759
  value: elem
1658
1760
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1660,7 +1762,7 @@ var validDescrStatsRequest = (input) => {
1660
1762
  expected: "(Array<DtTerm> | undefined)",
1661
1763
  value: input3.childTerms
1662
1764
  })].every((flag) => flag);
1663
- const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1765
+ const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1664
1766
  path: _path2 + ".id",
1665
1767
  expected: "string",
1666
1768
  value: input3.id
@@ -1676,8 +1778,8 @@ var validDescrStatsRequest = (input) => {
1676
1778
  path: _path2 + ".child_types",
1677
1779
  expected: "(Array<string> | undefined)",
1678
1780
  value: input3.child_types
1679
- })) && input3.child_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
1680
- path: _path2 + ".child_types[" + _index27 + "]",
1781
+ })) && input3.child_types.map((elem, _index29) => "string" === typeof elem || $report(_exceptionable2, {
1782
+ path: _path2 + ".child_types[" + _index29 + "]",
1681
1783
  expected: "string",
1682
1784
  value: elem
1683
1785
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1692,8 +1794,8 @@ var validDescrStatsRequest = (input) => {
1692
1794
  path: _path2 + ".included_types",
1693
1795
  expected: "(Array<string> | undefined)",
1694
1796
  value: input3.included_types
1695
- })) && input3.included_types.map((elem, _index28) => "string" === typeof elem || $report(_exceptionable2, {
1696
- path: _path2 + ".included_types[" + _index28 + "]",
1797
+ })) && input3.included_types.map((elem, _index30) => "string" === typeof elem || $report(_exceptionable2, {
1798
+ path: _path2 + ".included_types[" + _index30 + "]",
1697
1799
  expected: "string",
1698
1800
  value: elem
1699
1801
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1737,7 +1839,7 @@ var validDescrStatsRequest = (input) => {
1737
1839
  expected: "(number | undefined)",
1738
1840
  value: input3.stop
1739
1841
  })].every((flag) => flag);
1740
- const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1842
+ const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1741
1843
  path: _path2 + ".id",
1742
1844
  expected: "string",
1743
1845
  value: input3.id
@@ -1753,8 +1855,8 @@ var validDescrStatsRequest = (input) => {
1753
1855
  path: _path2 + ".child_types",
1754
1856
  expected: "(Array<string> | undefined)",
1755
1857
  value: input3.child_types
1756
- })) && input3.child_types.map((elem, _index29) => "string" === typeof elem || $report(_exceptionable2, {
1757
- path: _path2 + ".child_types[" + _index29 + "]",
1858
+ })) && input3.child_types.map((elem, _index31) => "string" === typeof elem || $report(_exceptionable2, {
1859
+ path: _path2 + ".child_types[" + _index31 + "]",
1758
1860
  expected: "string",
1759
1861
  value: elem
1760
1862
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1769,8 +1871,8 @@ var validDescrStatsRequest = (input) => {
1769
1871
  path: _path2 + ".included_types",
1770
1872
  expected: "(Array<string> | undefined)",
1771
1873
  value: input3.included_types
1772
- })) && input3.included_types.map((elem, _index30) => "string" === typeof elem || $report(_exceptionable2, {
1773
- path: _path2 + ".included_types[" + _index30 + "]",
1874
+ })) && input3.included_types.map((elem, _index32) => "string" === typeof elem || $report(_exceptionable2, {
1875
+ path: _path2 + ".included_types[" + _index32 + "]",
1774
1876
  expected: "string",
1775
1877
  value: elem
1776
1878
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1810,7 +1912,7 @@ var validDescrStatsRequest = (input) => {
1810
1912
  expected: "number",
1811
1913
  value: input3.stop
1812
1914
  })].every((flag) => flag);
1813
- const $vo32 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
1915
+ const $vo33 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
1814
1916
  path: _path2 + ".disabled",
1815
1917
  expected: "boolean",
1816
1918
  value: input3.disabled
@@ -1818,12 +1920,12 @@ var validDescrStatsRequest = (input) => {
1818
1920
  path: _path2 + ".lst",
1819
1921
  expected: "(Array<Groupset> | undefined)",
1820
1922
  value: input3.lst
1821
- })) && input3.lst.map((elem, _index31) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1822
- path: _path2 + ".lst[" + _index31 + "]",
1923
+ })) && input3.lst.map((elem, _index33) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1924
+ path: _path2 + ".lst[" + _index33 + "]",
1823
1925
  expected: "Groupset",
1824
1926
  value: elem
1825
- })) && $vo33(elem, _path2 + ".lst[" + _index31 + "]", _exceptionable2) || $report(_exceptionable2, {
1826
- path: _path2 + ".lst[" + _index31 + "]",
1927
+ })) && $vo34(elem, _path2 + ".lst[" + _index33 + "]", _exceptionable2) || $report(_exceptionable2, {
1928
+ path: _path2 + ".lst[" + _index33 + "]",
1827
1929
  expected: "Groupset",
1828
1930
  value: elem
1829
1931
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1831,7 +1933,7 @@ var validDescrStatsRequest = (input) => {
1831
1933
  expected: "(Array<Groupset> | undefined)",
1832
1934
  value: input3.lst
1833
1935
  })].every((flag) => flag);
1834
- const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
1936
+ const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
1835
1937
  path: _path2 + ".name",
1836
1938
  expected: "string",
1837
1939
  value: input3.name
@@ -1851,12 +1953,12 @@ var validDescrStatsRequest = (input) => {
1851
1953
  path: _path2 + ".groups",
1852
1954
  expected: "Array<GroupEntry>",
1853
1955
  value: input3.groups
1854
- })) && input3.groups.map((elem, _index32) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1855
- path: _path2 + ".groups[" + _index32 + "]",
1956
+ })) && input3.groups.map((elem, _index34) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1957
+ path: _path2 + ".groups[" + _index34 + "]",
1856
1958
  expected: "(FilterGroup | ValuesGroup)",
1857
1959
  value: elem
1858
- })) && $vu3(elem, _path2 + ".groups[" + _index32 + "]", _exceptionable2) || $report(_exceptionable2, {
1859
- path: _path2 + ".groups[" + _index32 + "]",
1960
+ })) && $vu3(elem, _path2 + ".groups[" + _index34 + "]", _exceptionable2) || $report(_exceptionable2, {
1961
+ path: _path2 + ".groups[" + _index34 + "]",
1860
1962
  expected: "(FilterGroup | ValuesGroup)",
1861
1963
  value: elem
1862
1964
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1864,7 +1966,7 @@ var validDescrStatsRequest = (input) => {
1864
1966
  expected: "Array<GroupEntry>",
1865
1967
  value: input3.groups
1866
1968
  })].every((flag) => flag);
1867
- const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
1969
+ const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
1868
1970
  path: _path2 + ".name",
1869
1971
  expected: "string",
1870
1972
  value: input3.name
@@ -1876,12 +1978,12 @@ var validDescrStatsRequest = (input) => {
1876
1978
  path: _path2 + ".values",
1877
1979
  expected: "Array<__type>.o1",
1878
1980
  value: input3.values
1879
- })) && input3.values.map((elem, _index33) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1880
- path: _path2 + ".values[" + _index33 + "]",
1981
+ })) && input3.values.map((elem, _index35) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1982
+ path: _path2 + ".values[" + _index35 + "]",
1881
1983
  expected: "__type.o4",
1882
1984
  value: elem
1883
- })) && $vo35(elem, _path2 + ".values[" + _index33 + "]", _exceptionable2) || $report(_exceptionable2, {
1884
- path: _path2 + ".values[" + _index33 + "]",
1985
+ })) && $vo36(elem, _path2 + ".values[" + _index35 + "]", _exceptionable2) || $report(_exceptionable2, {
1986
+ path: _path2 + ".values[" + _index35 + "]",
1885
1987
  expected: "__type.o4",
1886
1988
  value: elem
1887
1989
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1893,7 +1995,7 @@ var validDescrStatsRequest = (input) => {
1893
1995
  expected: "(boolean | undefined)",
1894
1996
  value: input3.uncomputable
1895
1997
  })].every((flag) => flag);
1896
- const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
1998
+ const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
1897
1999
  path: _path2 + ".key",
1898
2000
  expected: "(number | string)",
1899
2001
  value: input3.key
@@ -1902,7 +2004,7 @@ var validDescrStatsRequest = (input) => {
1902
2004
  expected: "string",
1903
2005
  value: input3.label
1904
2006
  })].every((flag) => flag);
1905
- const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2007
+ const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
1906
2008
  path: _path2 + ".name",
1907
2009
  expected: "string",
1908
2010
  value: input3.name
@@ -1923,7 +2025,7 @@ var validDescrStatsRequest = (input) => {
1923
2025
  expected: "string",
1924
2026
  value: input3.color
1925
2027
  })].every((flag) => flag);
1926
- const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2028
+ const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1927
2029
  path: _path2 + ".id",
1928
2030
  expected: "string",
1929
2031
  value: input3.id
@@ -1939,8 +2041,8 @@ var validDescrStatsRequest = (input) => {
1939
2041
  path: _path2 + ".child_types",
1940
2042
  expected: "(Array<string> | undefined)",
1941
2043
  value: input3.child_types
1942
- })) && input3.child_types.map((elem, _index34) => "string" === typeof elem || $report(_exceptionable2, {
1943
- path: _path2 + ".child_types[" + _index34 + "]",
2044
+ })) && input3.child_types.map((elem, _index36) => "string" === typeof elem || $report(_exceptionable2, {
2045
+ path: _path2 + ".child_types[" + _index36 + "]",
1944
2046
  expected: "string",
1945
2047
  value: elem
1946
2048
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1955,8 +2057,8 @@ var validDescrStatsRequest = (input) => {
1955
2057
  path: _path2 + ".included_types",
1956
2058
  expected: "(Array<string> | undefined)",
1957
2059
  value: input3.included_types
1958
- })) && input3.included_types.map((elem, _index35) => "string" === typeof elem || $report(_exceptionable2, {
1959
- path: _path2 + ".included_types[" + _index35 + "]",
2060
+ })) && input3.included_types.map((elem, _index37) => "string" === typeof elem || $report(_exceptionable2, {
2061
+ path: _path2 + ".included_types[" + _index37 + "]",
1960
2062
  expected: "string",
1961
2063
  value: elem
1962
2064
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1999,12 +2101,12 @@ var validDescrStatsRequest = (input) => {
1999
2101
  path: _path2 + ".genes",
2000
2102
  expected: "Array<GvGeneTerm>",
2001
2103
  value: input3.genes
2002
- })) && input3.genes.map((elem, _index36) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2003
- path: _path2 + ".genes[" + _index36 + "]",
2104
+ })) && input3.genes.map((elem, _index38) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2105
+ path: _path2 + ".genes[" + _index38 + "]",
2004
2106
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2005
2107
  value: elem
2006
- })) && $vu2(elem, _path2 + ".genes[" + _index36 + "]", _exceptionable2) || $report(_exceptionable2, {
2007
- path: _path2 + ".genes[" + _index36 + "]",
2108
+ })) && $vu2(elem, _path2 + ".genes[" + _index38 + "]", _exceptionable2) || $report(_exceptionable2, {
2109
+ path: _path2 + ".genes[" + _index38 + "]",
2008
2110
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2009
2111
  value: elem
2010
2112
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2015,7 +2117,7 @@ var validDescrStatsRequest = (input) => {
2015
2117
  path: _path2 + ".groupsetting",
2016
2118
  expected: "(TermGroupSetting | undefined)",
2017
2119
  value: input3.groupsetting
2018
- })) && $vo32(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2120
+ })) && $vo33(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2019
2121
  path: _path2 + ".groupsetting",
2020
2122
  expected: "(TermGroupSetting | undefined)",
2021
2123
  value: input3.groupsetting
@@ -2023,12 +2125,12 @@ var validDescrStatsRequest = (input) => {
2023
2125
  path: _path2 + ".childTerms",
2024
2126
  expected: "(Array<DtTerm> | undefined)",
2025
2127
  value: input3.childTerms
2026
- })) && input3.childTerms.map((elem, _index37) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2027
- path: _path2 + ".childTerms[" + _index37 + "]",
2128
+ })) && input3.childTerms.map((elem, _index39) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2129
+ path: _path2 + ".childTerms[" + _index39 + "]",
2028
2130
  expected: "DtTerm",
2029
2131
  value: elem
2030
- })) && $vo28(elem, _path2 + ".childTerms[" + _index37 + "]", _exceptionable2) || $report(_exceptionable2, {
2031
- path: _path2 + ".childTerms[" + _index37 + "]",
2132
+ })) && $vo29(elem, _path2 + ".childTerms[" + _index39 + "]", _exceptionable2) || $report(_exceptionable2, {
2133
+ path: _path2 + ".childTerms[" + _index39 + "]",
2032
2134
  expected: "DtTerm",
2033
2135
  value: elem
2034
2136
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2036,7 +2138,7 @@ var validDescrStatsRequest = (input) => {
2036
2138
  expected: "(Array<DtTerm> | undefined)",
2037
2139
  value: input3.childTerms
2038
2140
  })].every((flag) => flag);
2039
- const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
2141
+ const $vo39 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
2040
2142
  path: _path2 + ".key",
2041
2143
  expected: "string",
2042
2144
  value: input3.key
@@ -2049,7 +2151,7 @@ var validDescrStatsRequest = (input) => {
2049
2151
  expected: "string",
2050
2152
  value: input3.value
2051
2153
  })].every((flag) => flag);
2052
- const $vo39 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2154
+ const $vo40 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2053
2155
  path: _path2 + ".hiddenValues",
2054
2156
  expected: "(HiddenValues | undefined)",
2055
2157
  value: input3.hiddenValues
@@ -2078,7 +2180,7 @@ var validDescrStatsRequest = (input) => {
2078
2180
  expected: '"values"',
2079
2181
  value: input3.type
2080
2182
  })].every((flag) => flag);
2081
- const $vo40 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2183
+ const $vo41 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2082
2184
  path: _path2 + ".id",
2083
2185
  expected: "(string | undefined)",
2084
2186
  value: input3.id
@@ -2114,7 +2216,7 @@ var validDescrStatsRequest = (input) => {
2114
2216
  path: _path2 + ".q",
2115
2217
  expected: "PredefinedGroupSettingQ",
2116
2218
  value: input3.q
2117
- })) && $vo41(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2219
+ })) && $vo42(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2118
2220
  path: _path2 + ".q",
2119
2221
  expected: "PredefinedGroupSettingQ",
2120
2222
  value: input3.q
@@ -2123,7 +2225,7 @@ var validDescrStatsRequest = (input) => {
2123
2225
  expected: '"CatTWPredefinedGS"',
2124
2226
  value: input3.type
2125
2227
  })].every((flag) => flag);
2126
- const $vo41 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2228
+ const $vo42 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2127
2229
  path: _path2 + ".hiddenValues",
2128
2230
  expected: "(HiddenValues | undefined)",
2129
2231
  value: input3.hiddenValues
@@ -2156,7 +2258,7 @@ var validDescrStatsRequest = (input) => {
2156
2258
  expected: "number",
2157
2259
  value: input3.predefined_groupset_idx
2158
2260
  })].every((flag) => flag);
2159
- const $vo42 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2261
+ const $vo43 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2160
2262
  path: _path2 + ".id",
2161
2263
  expected: "(string | undefined)",
2162
2264
  value: input3.id
@@ -2192,7 +2294,7 @@ var validDescrStatsRequest = (input) => {
2192
2294
  path: _path2 + ".q",
2193
2295
  expected: "CustomGroupSettingQ",
2194
2296
  value: input3.q
2195
- })) && $vo43(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2297
+ })) && $vo44(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2196
2298
  path: _path2 + ".q",
2197
2299
  expected: "CustomGroupSettingQ",
2198
2300
  value: input3.q
@@ -2201,7 +2303,7 @@ var validDescrStatsRequest = (input) => {
2201
2303
  expected: '"CatTWCustomGS"',
2202
2304
  value: input3.type
2203
2305
  })].every((flag) => flag);
2204
- const $vo43 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2306
+ const $vo44 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2205
2307
  path: _path2 + ".hiddenValues",
2206
2308
  expected: "(HiddenValues | undefined)",
2207
2309
  value: input3.hiddenValues
@@ -2233,21 +2335,21 @@ var validDescrStatsRequest = (input) => {
2233
2335
  path: _path2 + ".customset",
2234
2336
  expected: "BaseGroupSet",
2235
2337
  value: input3.customset
2236
- })) && $vo44(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
2338
+ })) && $vo45(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
2237
2339
  path: _path2 + ".customset",
2238
2340
  expected: "BaseGroupSet",
2239
2341
  value: input3.customset
2240
2342
  })].every((flag) => flag);
2241
- const $vo44 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
2343
+ const $vo45 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
2242
2344
  path: _path2 + ".groups",
2243
2345
  expected: "Array<GroupEntry>",
2244
2346
  value: input3.groups
2245
- })) && input3.groups.map((elem, _index38) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2246
- path: _path2 + ".groups[" + _index38 + "]",
2347
+ })) && input3.groups.map((elem, _index40) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2348
+ path: _path2 + ".groups[" + _index40 + "]",
2247
2349
  expected: "(FilterGroup | ValuesGroup)",
2248
2350
  value: elem
2249
- })) && $vu3(elem, _path2 + ".groups[" + _index38 + "]", _exceptionable2) || $report(_exceptionable2, {
2250
- path: _path2 + ".groups[" + _index38 + "]",
2351
+ })) && $vu3(elem, _path2 + ".groups[" + _index40 + "]", _exceptionable2) || $report(_exceptionable2, {
2352
+ path: _path2 + ".groups[" + _index40 + "]",
2251
2353
  expected: "(FilterGroup | ValuesGroup)",
2252
2354
  value: elem
2253
2355
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2255,7 +2357,7 @@ var validDescrStatsRequest = (input) => {
2255
2357
  expected: "Array<GroupEntry>",
2256
2358
  value: input3.groups
2257
2359
  })].every((flag) => flag);
2258
- const $vo45 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2360
+ const $vo46 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2259
2361
  path: _path2 + ".id",
2260
2362
  expected: "(string | undefined)",
2261
2363
  value: input3.id
@@ -2285,11 +2387,11 @@ var validDescrStatsRequest = (input) => {
2285
2387
  value: input3.type
2286
2388
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2287
2389
  path: _path2 + ".term",
2288
- expected: "(DateTerm | GeneExpressionTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)",
2390
+ 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 | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
2289
2391
  value: input3.term
2290
2392
  })) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2291
2393
  path: _path2 + ".term",
2292
- expected: "(DateTerm | GeneExpressionTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)",
2394
+ 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 | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
2293
2395
  value: input3.term
2294
2396
  }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
2295
2397
  path: _path2 + ".q",
@@ -2300,7 +2402,7 @@ var validDescrStatsRequest = (input) => {
2300
2402
  expected: "RegularNumericBinConfig",
2301
2403
  value: input3.q
2302
2404
  })].every((flag) => flag);
2303
- const $vo46 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2405
+ const $vo47 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2304
2406
  path: _path2 + ".id",
2305
2407
  expected: "(string | undefined)",
2306
2408
  value: input3.id
@@ -2330,11 +2432,11 @@ var validDescrStatsRequest = (input) => {
2330
2432
  value: input3.type
2331
2433
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2332
2434
  path: _path2 + ".term",
2333
- expected: "(DateTerm | GeneExpressionTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)",
2435
+ 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 | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
2334
2436
  value: input3.term
2335
2437
  })) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2336
2438
  path: _path2 + ".term",
2337
- expected: "(DateTerm | GeneExpressionTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)",
2439
+ 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 | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
2338
2440
  value: input3.term
2339
2441
  }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
2340
2442
  path: _path2 + ".q",
@@ -2345,7 +2447,7 @@ var validDescrStatsRequest = (input) => {
2345
2447
  expected: "CustomNumericBinConfig",
2346
2448
  value: input3.q
2347
2449
  })].every((flag) => flag);
2348
- const $vo47 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2450
+ const $vo48 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2349
2451
  path: _path2 + ".id",
2350
2452
  expected: "(string | undefined)",
2351
2453
  value: input3.id
@@ -2375,22 +2477,22 @@ var validDescrStatsRequest = (input) => {
2375
2477
  value: input3.type
2376
2478
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2377
2479
  path: _path2 + ".term",
2378
- expected: "(DateTerm | GeneExpressionTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)",
2480
+ 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 | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
2379
2481
  value: input3.term
2380
2482
  })) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2381
2483
  path: _path2 + ".term",
2382
- expected: "(DateTerm | GeneExpressionTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)",
2484
+ 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 | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
2383
2485
  value: input3.term
2384
2486
  }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
2385
2487
  path: _path2 + ".q",
2386
2488
  expected: "BinaryNumericQ",
2387
2489
  value: input3.q
2388
- })) && $vo48(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2490
+ })) && $vo49(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2389
2491
  path: _path2 + ".q",
2390
2492
  expected: "BinaryNumericQ",
2391
2493
  value: input3.q
2392
2494
  })].every((flag) => flag);
2393
- const $vo48 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2495
+ const $vo49 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2394
2496
  path: _path2 + ".hiddenValues",
2395
2497
  expected: "(HiddenValues | undefined)",
2396
2498
  value: input3.hiddenValues
@@ -2450,7 +2552,7 @@ var validDescrStatsRequest = (input) => {
2450
2552
  expected: "[StartUnboundedBin | FullyBoundedBin, FullyBoundedBin | StopUnboundedBin]",
2451
2553
  value: input3.lst
2452
2554
  })].every((flag) => flag);
2453
- const $vo49 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2555
+ const $vo50 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2454
2556
  path: _path2 + ".id",
2455
2557
  expected: "(string | undefined)",
2456
2558
  value: input3.id
@@ -2480,22 +2582,22 @@ var validDescrStatsRequest = (input) => {
2480
2582
  value: input3.type
2481
2583
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2482
2584
  path: _path2 + ".term",
2483
- expected: "(DateTerm | GeneExpressionTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)",
2585
+ 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 | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
2484
2586
  value: input3.term
2485
2587
  })) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2486
2588
  path: _path2 + ".term",
2487
- expected: "(DateTerm | GeneExpressionTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)",
2589
+ 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 | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
2488
2590
  value: input3.term
2489
2591
  }), ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) || $report(_exceptionable2, {
2490
2592
  path: _path2 + ".q",
2491
2593
  expected: "ContinuousNumericQ",
2492
2594
  value: input3.q
2493
- })) && $vo50(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2595
+ })) && $vo51(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2494
2596
  path: _path2 + ".q",
2495
2597
  expected: "ContinuousNumericQ",
2496
2598
  value: input3.q
2497
2599
  })].every((flag) => flag);
2498
- const $vo50 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2600
+ const $vo51 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2499
2601
  path: _path2 + ".hiddenValues",
2500
2602
  expected: "(HiddenValues | undefined)",
2501
2603
  value: input3.hiddenValues
@@ -2532,7 +2634,7 @@ var validDescrStatsRequest = (input) => {
2532
2634
  expected: "undefined",
2533
2635
  value: input3.type
2534
2636
  }))].every((flag) => flag);
2535
- const $vo51 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2637
+ const $vo52 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2536
2638
  path: _path2 + ".id",
2537
2639
  expected: "(string | undefined)",
2538
2640
  value: input3.id
@@ -2562,22 +2664,22 @@ var validDescrStatsRequest = (input) => {
2562
2664
  value: input3.type
2563
2665
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2564
2666
  path: _path2 + ".term",
2565
- expected: "(DateTerm | GeneExpressionTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)",
2667
+ 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 | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
2566
2668
  value: input3.term
2567
2669
  })) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2568
2670
  path: _path2 + ".term",
2569
- expected: "(DateTerm | GeneExpressionTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)",
2671
+ 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 | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
2570
2672
  value: input3.term
2571
2673
  }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
2572
2674
  path: _path2 + ".q",
2573
2675
  expected: "SplineNumericQ",
2574
2676
  value: input3.q
2575
- })) && $vo52(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2677
+ })) && $vo53(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2576
2678
  path: _path2 + ".q",
2577
2679
  expected: "SplineNumericQ",
2578
2680
  value: input3.q
2579
2681
  })].every((flag) => flag);
2580
- const $vo52 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2682
+ const $vo53 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2581
2683
  path: _path2 + ".hiddenValues",
2582
2684
  expected: "(HiddenValues | undefined)",
2583
2685
  value: input3.hiddenValues
@@ -2605,12 +2707,12 @@ var validDescrStatsRequest = (input) => {
2605
2707
  path: _path2 + ".knots",
2606
2708
  expected: "Array<__type>.o3",
2607
2709
  value: input3.knots
2608
- })) && input3.knots.map((elem, _index39) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2609
- path: _path2 + ".knots[" + _index39 + "]",
2710
+ })) && input3.knots.map((elem, _index41) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2711
+ path: _path2 + ".knots[" + _index41 + "]",
2610
2712
  expected: "__type.o6",
2611
2713
  value: elem
2612
- })) && $vo53(elem, _path2 + ".knots[" + _index39 + "]", _exceptionable2) || $report(_exceptionable2, {
2613
- path: _path2 + ".knots[" + _index39 + "]",
2714
+ })) && $vo54(elem, _path2 + ".knots[" + _index41 + "]", _exceptionable2) || $report(_exceptionable2, {
2715
+ path: _path2 + ".knots[" + _index41 + "]",
2614
2716
  expected: "__type.o6",
2615
2717
  value: elem
2616
2718
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2626,12 +2728,12 @@ var validDescrStatsRequest = (input) => {
2626
2728
  expected: "undefined",
2627
2729
  value: input3.type
2628
2730
  }))].every((flag) => flag);
2629
- const $vo53 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
2731
+ const $vo54 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
2630
2732
  path: _path2 + ".value",
2631
2733
  expected: "number",
2632
2734
  value: input3.value
2633
2735
  })].every((flag) => flag);
2634
- const $vo54 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2736
+ const $vo55 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2635
2737
  path: _path2 + ".id",
2636
2738
  expected: "(string | undefined)",
2637
2739
  value: input3.id
@@ -2671,12 +2773,12 @@ var validDescrStatsRequest = (input) => {
2671
2773
  path: _path2 + ".q",
2672
2774
  expected: "GvValuesQ",
2673
2775
  value: input3.q
2674
- })) && $vo57(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2776
+ })) && $vo58(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2675
2777
  path: _path2 + ".q",
2676
2778
  expected: "GvValuesQ",
2677
2779
  value: input3.q
2678
2780
  })].every((flag) => flag);
2679
- const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2781
+ const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2680
2782
  path: _path2 + ".id",
2681
2783
  expected: "string",
2682
2784
  value: input3.id
@@ -2692,8 +2794,8 @@ var validDescrStatsRequest = (input) => {
2692
2794
  path: _path2 + ".child_types",
2693
2795
  expected: "(Array<string> | undefined)",
2694
2796
  value: input3.child_types
2695
- })) && input3.child_types.map((elem, _index40) => "string" === typeof elem || $report(_exceptionable2, {
2696
- path: _path2 + ".child_types[" + _index40 + "]",
2797
+ })) && input3.child_types.map((elem, _index42) => "string" === typeof elem || $report(_exceptionable2, {
2798
+ path: _path2 + ".child_types[" + _index42 + "]",
2697
2799
  expected: "string",
2698
2800
  value: elem
2699
2801
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2708,8 +2810,8 @@ var validDescrStatsRequest = (input) => {
2708
2810
  path: _path2 + ".included_types",
2709
2811
  expected: "(Array<string> | undefined)",
2710
2812
  value: input3.included_types
2711
- })) && input3.included_types.map((elem, _index41) => "string" === typeof elem || $report(_exceptionable2, {
2712
- path: _path2 + ".included_types[" + _index41 + "]",
2813
+ })) && input3.included_types.map((elem, _index43) => "string" === typeof elem || $report(_exceptionable2, {
2814
+ path: _path2 + ".included_types[" + _index43 + "]",
2713
2815
  expected: "string",
2714
2816
  value: elem
2715
2817
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2756,12 +2858,12 @@ var validDescrStatsRequest = (input) => {
2756
2858
  path: _path2 + ".genes",
2757
2859
  expected: "Array<GvGeneTerm>",
2758
2860
  value: input3.genes
2759
- })) && input3.genes.map((elem, _index42) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2760
- path: _path2 + ".genes[" + _index42 + "]",
2861
+ })) && input3.genes.map((elem, _index44) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2862
+ path: _path2 + ".genes[" + _index44 + "]",
2761
2863
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2762
2864
  value: elem
2763
- })) && $vu2(elem, _path2 + ".genes[" + _index42 + "]", _exceptionable2) || $report(_exceptionable2, {
2764
- path: _path2 + ".genes[" + _index42 + "]",
2865
+ })) && $vu2(elem, _path2 + ".genes[" + _index44 + "]", _exceptionable2) || $report(_exceptionable2, {
2866
+ path: _path2 + ".genes[" + _index44 + "]",
2765
2867
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2766
2868
  value: elem
2767
2869
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2772,7 +2874,7 @@ var validDescrStatsRequest = (input) => {
2772
2874
  path: _path2 + ".groupsetting",
2773
2875
  expected: "TermGroupSetting",
2774
2876
  value: input3.groupsetting
2775
- })) && $vo32(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2877
+ })) && $vo33(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2776
2878
  path: _path2 + ".groupsetting",
2777
2879
  expected: "TermGroupSetting",
2778
2880
  value: input3.groupsetting
@@ -2780,12 +2882,12 @@ var validDescrStatsRequest = (input) => {
2780
2882
  path: _path2 + ".childTerms",
2781
2883
  expected: "Array<DtTerm>",
2782
2884
  value: input3.childTerms
2783
- })) && input3.childTerms.map((elem, _index43) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2784
- path: _path2 + ".childTerms[" + _index43 + "]",
2885
+ })) && input3.childTerms.map((elem, _index45) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2886
+ path: _path2 + ".childTerms[" + _index45 + "]",
2785
2887
  expected: "DtTerm",
2786
2888
  value: elem
2787
- })) && $vo28(elem, _path2 + ".childTerms[" + _index43 + "]", _exceptionable2) || $report(_exceptionable2, {
2788
- path: _path2 + ".childTerms[" + _index43 + "]",
2889
+ })) && $vo29(elem, _path2 + ".childTerms[" + _index45 + "]", _exceptionable2) || $report(_exceptionable2, {
2890
+ path: _path2 + ".childTerms[" + _index45 + "]",
2789
2891
  expected: "DtTerm",
2790
2892
  value: elem
2791
2893
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2793,7 +2895,7 @@ var validDescrStatsRequest = (input) => {
2793
2895
  expected: "Array<DtTerm>",
2794
2896
  value: input3.childTerms
2795
2897
  })].every((flag) => flag);
2796
- const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2898
+ const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2797
2899
  path: _path2 + ".id",
2798
2900
  expected: "string",
2799
2901
  value: input3.id
@@ -2809,8 +2911,8 @@ var validDescrStatsRequest = (input) => {
2809
2911
  path: _path2 + ".child_types",
2810
2912
  expected: "(Array<string> | undefined)",
2811
2913
  value: input3.child_types
2812
- })) && input3.child_types.map((elem, _index44) => "string" === typeof elem || $report(_exceptionable2, {
2813
- path: _path2 + ".child_types[" + _index44 + "]",
2914
+ })) && input3.child_types.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
2915
+ path: _path2 + ".child_types[" + _index46 + "]",
2814
2916
  expected: "string",
2815
2917
  value: elem
2816
2918
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2825,8 +2927,8 @@ var validDescrStatsRequest = (input) => {
2825
2927
  path: _path2 + ".included_types",
2826
2928
  expected: "(Array<string> | undefined)",
2827
2929
  value: input3.included_types
2828
- })) && input3.included_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
2829
- path: _path2 + ".included_types[" + _index45 + "]",
2930
+ })) && input3.included_types.map((elem, _index47) => "string" === typeof elem || $report(_exceptionable2, {
2931
+ path: _path2 + ".included_types[" + _index47 + "]",
2830
2932
  expected: "string",
2831
2933
  value: elem
2832
2934
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2869,12 +2971,12 @@ var validDescrStatsRequest = (input) => {
2869
2971
  path: _path2 + ".genes",
2870
2972
  expected: "Array<GvGeneTerm>",
2871
2973
  value: input3.genes
2872
- })) && input3.genes.map((elem, _index46) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2873
- path: _path2 + ".genes[" + _index46 + "]",
2974
+ })) && input3.genes.map((elem, _index48) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2975
+ path: _path2 + ".genes[" + _index48 + "]",
2874
2976
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2875
2977
  value: elem
2876
- })) && $vu2(elem, _path2 + ".genes[" + _index46 + "]", _exceptionable2) || $report(_exceptionable2, {
2877
- path: _path2 + ".genes[" + _index46 + "]",
2978
+ })) && $vu2(elem, _path2 + ".genes[" + _index48 + "]", _exceptionable2) || $report(_exceptionable2, {
2979
+ path: _path2 + ".genes[" + _index48 + "]",
2878
2980
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2879
2981
  value: elem
2880
2982
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2885,7 +2987,7 @@ var validDescrStatsRequest = (input) => {
2885
2987
  path: _path2 + ".groupsetting",
2886
2988
  expected: "TermGroupSetting",
2887
2989
  value: input3.groupsetting
2888
- })) && $vo32(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2990
+ })) && $vo33(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2889
2991
  path: _path2 + ".groupsetting",
2890
2992
  expected: "TermGroupSetting",
2891
2993
  value: input3.groupsetting
@@ -2893,12 +2995,12 @@ var validDescrStatsRequest = (input) => {
2893
2995
  path: _path2 + ".childTerms",
2894
2996
  expected: "Array<DtTerm>",
2895
2997
  value: input3.childTerms
2896
- })) && input3.childTerms.map((elem, _index47) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2897
- path: _path2 + ".childTerms[" + _index47 + "]",
2998
+ })) && input3.childTerms.map((elem, _index49) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2999
+ path: _path2 + ".childTerms[" + _index49 + "]",
2898
3000
  expected: "DtTerm",
2899
3001
  value: elem
2900
- })) && $vo28(elem, _path2 + ".childTerms[" + _index47 + "]", _exceptionable2) || $report(_exceptionable2, {
2901
- path: _path2 + ".childTerms[" + _index47 + "]",
3002
+ })) && $vo29(elem, _path2 + ".childTerms[" + _index49 + "]", _exceptionable2) || $report(_exceptionable2, {
3003
+ path: _path2 + ".childTerms[" + _index49 + "]",
2902
3004
  expected: "DtTerm",
2903
3005
  value: elem
2904
3006
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2906,7 +3008,7 @@ var validDescrStatsRequest = (input) => {
2906
3008
  expected: "Array<DtTerm>",
2907
3009
  value: input3.childTerms
2908
3010
  })].every((flag) => flag);
2909
- const $vo57 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3011
+ const $vo58 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2910
3012
  path: _path2 + ".hiddenValues",
2911
3013
  expected: "(HiddenValues | undefined)",
2912
3014
  value: input3.hiddenValues
@@ -2947,7 +3049,7 @@ var validDescrStatsRequest = (input) => {
2947
3049
  expected: '"values"',
2948
3050
  value: input3.type
2949
3051
  })].every((flag) => flag);
2950
- const $vo58 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3052
+ const $vo59 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2951
3053
  path: _path2 + ".id",
2952
3054
  expected: "(string | undefined)",
2953
3055
  value: input3.id
@@ -2987,12 +3089,12 @@ var validDescrStatsRequest = (input) => {
2987
3089
  path: _path2 + ".q",
2988
3090
  expected: "GvPredefinedGsQ",
2989
3091
  value: input3.q
2990
- })) && $vo59(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3092
+ })) && $vo60(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2991
3093
  path: _path2 + ".q",
2992
3094
  expected: "GvPredefinedGsQ",
2993
3095
  value: input3.q
2994
3096
  })].every((flag) => flag);
2995
- const $vo59 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3097
+ const $vo60 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2996
3098
  path: _path2 + ".hiddenValues",
2997
3099
  expected: "(HiddenValues | undefined)",
2998
3100
  value: input3.hiddenValues
@@ -3037,7 +3139,7 @@ var validDescrStatsRequest = (input) => {
3037
3139
  expected: "number",
3038
3140
  value: input3.predefined_groupset_idx
3039
3141
  })].every((flag) => flag);
3040
- const $vo60 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3142
+ const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3041
3143
  path: _path2 + ".id",
3042
3144
  expected: "(string | undefined)",
3043
3145
  value: input3.id
@@ -3077,12 +3179,12 @@ var validDescrStatsRequest = (input) => {
3077
3179
  path: _path2 + ".q",
3078
3180
  expected: "GvCustomGsQ",
3079
3181
  value: input3.q
3080
- })) && $vo61(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3182
+ })) && $vo62(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3081
3183
  path: _path2 + ".q",
3082
3184
  expected: "GvCustomGsQ",
3083
3185
  value: input3.q
3084
3186
  })].every((flag) => flag);
3085
- const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3187
+ const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3086
3188
  path: _path2 + ".hiddenValues",
3087
3189
  expected: "(HiddenValues | undefined)",
3088
3190
  value: input3.hiddenValues
@@ -3126,12 +3228,12 @@ var validDescrStatsRequest = (input) => {
3126
3228
  path: _path2 + ".customset",
3127
3229
  expected: "BaseGroupSet",
3128
3230
  value: input3.customset
3129
- })) && $vo44(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
3231
+ })) && $vo45(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
3130
3232
  path: _path2 + ".customset",
3131
3233
  expected: "BaseGroupSet",
3132
3234
  value: input3.customset
3133
3235
  })].every((flag) => flag);
3134
- const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3236
+ const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3135
3237
  path: _path2 + ".id",
3136
3238
  expected: "(string | undefined)",
3137
3239
  value: input3.id
@@ -3163,7 +3265,7 @@ var validDescrStatsRequest = (input) => {
3163
3265
  path: _path2 + ".term",
3164
3266
  expected: "ConditionTerm",
3165
3267
  value: input3.term
3166
- })) && $vo25(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3268
+ })) && $vo26(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3167
3269
  path: _path2 + ".term",
3168
3270
  expected: "ConditionTerm",
3169
3271
  value: input3.term
@@ -3171,12 +3273,12 @@ var validDescrStatsRequest = (input) => {
3171
3273
  path: _path2 + ".q",
3172
3274
  expected: "ConditionQ",
3173
3275
  value: input3.q
3174
- })) && $vo63(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3276
+ })) && $vo64(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3175
3277
  path: _path2 + ".q",
3176
3278
  expected: "ConditionQ",
3177
3279
  value: input3.q
3178
3280
  })].every((flag) => flag);
3179
- const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3281
+ const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3180
3282
  path: _path2 + ".hiddenValues",
3181
3283
  expected: "(HiddenValues | undefined)",
3182
3284
  value: input3.hiddenValues
@@ -3216,8 +3318,8 @@ var validDescrStatsRequest = (input) => {
3216
3318
  path: _path2 + ".breaks",
3217
3319
  expected: "(Array<number> | undefined)",
3218
3320
  value: input3.breaks
3219
- })) && input3.breaks.map((elem, _index48) => "number" === typeof elem || $report(_exceptionable2, {
3220
- path: _path2 + ".breaks[" + _index48 + "]",
3321
+ })) && input3.breaks.map((elem, _index50) => "number" === typeof elem || $report(_exceptionable2, {
3322
+ path: _path2 + ".breaks[" + _index50 + "]",
3221
3323
  expected: "number",
3222
3324
  value: elem
3223
3325
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3241,7 +3343,7 @@ var validDescrStatsRequest = (input) => {
3241
3343
  expected: "(boolean | undefined)",
3242
3344
  value: input3.value_by_computable_grade
3243
3345
  }), true].every((flag) => flag);
3244
- const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3346
+ const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3245
3347
  path: _path2 + ".id",
3246
3348
  expected: "(string | undefined)",
3247
3349
  value: input3.id
@@ -3273,7 +3375,7 @@ var validDescrStatsRequest = (input) => {
3273
3375
  path: _path2 + ".q",
3274
3376
  expected: "SnpsQ",
3275
3377
  value: input3.q
3276
- })) && $vo65(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3378
+ })) && $vo66(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3277
3379
  path: _path2 + ".q",
3278
3380
  expected: "SnpsQ",
3279
3381
  value: input3.q
@@ -3281,12 +3383,12 @@ var validDescrStatsRequest = (input) => {
3281
3383
  path: _path2 + ".term",
3282
3384
  expected: "SnpsTerm",
3283
3385
  value: input3.term
3284
- })) && $vo67(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3386
+ })) && $vo68(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3285
3387
  path: _path2 + ".term",
3286
3388
  expected: "SnpsTerm",
3287
3389
  value: input3.term
3288
3390
  })].every((flag) => flag);
3289
- const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3391
+ const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3290
3392
  path: _path2 + ".hiddenValues",
3291
3393
  expected: "(HiddenValues | undefined)",
3292
3394
  value: input3.hiddenValues
@@ -3342,7 +3444,7 @@ var validDescrStatsRequest = (input) => {
3342
3444
  path: _path2 + ".restrictAncestry",
3343
3445
  expected: "RestrictAncestry",
3344
3446
  value: input3.restrictAncestry
3345
- })) && $vo66(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
3447
+ })) && $vo67(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
3346
3448
  path: _path2 + ".restrictAncestry",
3347
3449
  expected: "RestrictAncestry",
3348
3450
  value: input3.restrictAncestry
@@ -3367,7 +3469,7 @@ var validDescrStatsRequest = (input) => {
3367
3469
  expected: "number",
3368
3470
  value: input3.stop
3369
3471
  })].every((flag) => flag);
3370
- const $vo66 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
3472
+ const $vo67 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
3371
3473
  path: _path2 + ".name",
3372
3474
  expected: "string",
3373
3475
  value: input3.name
@@ -3380,7 +3482,7 @@ var validDescrStatsRequest = (input) => {
3380
3482
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
3381
3483
  value: input3.tvs
3382
3484
  })].every((flag) => flag);
3383
- const $vo67 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3485
+ const $vo68 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3384
3486
  path: _path2 + ".id",
3385
3487
  expected: "string",
3386
3488
  value: input3.id
@@ -3396,8 +3498,8 @@ var validDescrStatsRequest = (input) => {
3396
3498
  path: _path2 + ".child_types",
3397
3499
  expected: "(Array<string> | undefined)",
3398
3500
  value: input3.child_types
3399
- })) && input3.child_types.map((elem, _index49) => "string" === typeof elem || $report(_exceptionable2, {
3400
- path: _path2 + ".child_types[" + _index49 + "]",
3501
+ })) && input3.child_types.map((elem, _index51) => "string" === typeof elem || $report(_exceptionable2, {
3502
+ path: _path2 + ".child_types[" + _index51 + "]",
3401
3503
  expected: "string",
3402
3504
  value: elem
3403
3505
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3412,8 +3514,8 @@ var validDescrStatsRequest = (input) => {
3412
3514
  path: _path2 + ".included_types",
3413
3515
  expected: "(Array<string> | undefined)",
3414
3516
  value: input3.included_types
3415
- })) && input3.included_types.map((elem, _index50) => "string" === typeof elem || $report(_exceptionable2, {
3416
- path: _path2 + ".included_types[" + _index50 + "]",
3517
+ })) && input3.included_types.map((elem, _index52) => "string" === typeof elem || $report(_exceptionable2, {
3518
+ path: _path2 + ".included_types[" + _index52 + "]",
3417
3519
  expected: "string",
3418
3520
  value: elem
3419
3521
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3444,12 +3546,12 @@ var validDescrStatsRequest = (input) => {
3444
3546
  path: _path2 + ".snps",
3445
3547
  expected: "(Array<SnpsEntry> | undefined)",
3446
3548
  value: input3.snps
3447
- })) && input3.snps.map((elem, _index51) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3448
- path: _path2 + ".snps[" + _index51 + "]",
3549
+ })) && input3.snps.map((elem, _index53) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3550
+ path: _path2 + ".snps[" + _index53 + "]",
3449
3551
  expected: "SnpsEntry",
3450
3552
  value: elem
3451
- })) && $vo68(elem, _path2 + ".snps[" + _index51 + "]", _exceptionable2) || $report(_exceptionable2, {
3452
- path: _path2 + ".snps[" + _index51 + "]",
3553
+ })) && $vo69(elem, _path2 + ".snps[" + _index53 + "]", _exceptionable2) || $report(_exceptionable2, {
3554
+ path: _path2 + ".snps[" + _index53 + "]",
3453
3555
  expected: "SnpsEntry",
3454
3556
  value: elem
3455
3557
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3457,12 +3559,12 @@ var validDescrStatsRequest = (input) => {
3457
3559
  expected: "(Array<SnpsEntry> | undefined)",
3458
3560
  value: input3.snps
3459
3561
  })].every((flag) => flag);
3460
- const $vo68 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
3562
+ const $vo69 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
3461
3563
  path: _path2 + ".altAlleles",
3462
3564
  expected: "(Array<string> | undefined)",
3463
3565
  value: input3.altAlleles
3464
- })) && input3.altAlleles.map((elem, _index52) => "string" === typeof elem || $report(_exceptionable2, {
3465
- path: _path2 + ".altAlleles[" + _index52 + "]",
3566
+ })) && input3.altAlleles.map((elem, _index54) => "string" === typeof elem || $report(_exceptionable2, {
3567
+ path: _path2 + ".altAlleles[" + _index54 + "]",
3466
3568
  expected: "string",
3467
3569
  value: elem
3468
3570
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3473,12 +3575,12 @@ var validDescrStatsRequest = (input) => {
3473
3575
  path: _path2 + ".alleles",
3474
3576
  expected: "(Array<AllelesEntry> | undefined)",
3475
3577
  value: input3.alleles
3476
- })) && input3.alleles.map((elem, _index53) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3477
- path: _path2 + ".alleles[" + _index53 + "]",
3578
+ })) && input3.alleles.map((elem, _index55) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3579
+ path: _path2 + ".alleles[" + _index55 + "]",
3478
3580
  expected: "AllelesEntry",
3479
3581
  value: elem
3480
- })) && $vo69(elem, _path2 + ".alleles[" + _index53 + "]", _exceptionable2) || $report(_exceptionable2, {
3481
- path: _path2 + ".alleles[" + _index53 + "]",
3582
+ })) && $vo70(elem, _path2 + ".alleles[" + _index55 + "]", _exceptionable2) || $report(_exceptionable2, {
3583
+ path: _path2 + ".alleles[" + _index55 + "]",
3482
3584
  expected: "AllelesEntry",
3483
3585
  value: elem
3484
3586
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3493,7 +3595,7 @@ var validDescrStatsRequest = (input) => {
3493
3595
  path: _path2 + ".gt2count",
3494
3596
  expected: "(__type.o7 | undefined)",
3495
3597
  value: input3.gt2count
3496
- })) && $vo70(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
3598
+ })) && $vo71(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
3497
3599
  path: _path2 + ".gt2count",
3498
3600
  expected: "(__type.o7 | undefined)",
3499
3601
  value: input3.gt2count
@@ -3522,7 +3624,7 @@ var validDescrStatsRequest = (input) => {
3522
3624
  expected: "(number | undefined)",
3523
3625
  value: input3.pos
3524
3626
  })].every((flag) => flag);
3525
- const $vo69 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
3627
+ const $vo70 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
3526
3628
  path: _path2 + ".allele",
3527
3629
  expected: "string",
3528
3630
  value: input3.allele
@@ -3535,7 +3637,7 @@ var validDescrStatsRequest = (input) => {
3535
3637
  expected: "boolean",
3536
3638
  value: input3.isRef
3537
3639
  })].every((flag) => flag);
3538
- const $vo70 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
3640
+ const $vo71 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
3539
3641
  path: _path2 + ".k",
3540
3642
  expected: "string",
3541
3643
  value: input3.k
@@ -3544,7 +3646,7 @@ var validDescrStatsRequest = (input) => {
3544
3646
  expected: "(number | string)",
3545
3647
  value: input3.v
3546
3648
  })].every((flag) => flag);
3547
- const $vo71 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3649
+ const $vo72 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3548
3650
  path: _path2 + ".id",
3549
3651
  expected: "(string | undefined)",
3550
3652
  value: input3.id
@@ -3584,12 +3686,12 @@ var validDescrStatsRequest = (input) => {
3584
3686
  path: _path2 + ".term",
3585
3687
  expected: "SnpTerm",
3586
3688
  value: input3.term
3587
- })) && $vo76(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3689
+ })) && $vo77(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3588
3690
  path: _path2 + ".term",
3589
3691
  expected: "SnpTerm",
3590
3692
  value: input3.term
3591
3693
  })].every((flag) => flag);
3592
- const $vo72 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3694
+ const $vo73 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3593
3695
  path: _path2 + ".hiddenValues",
3594
3696
  expected: "(HiddenValues | undefined)",
3595
3697
  value: input3.hiddenValues
@@ -3618,7 +3720,7 @@ var validDescrStatsRequest = (input) => {
3618
3720
  expected: '("values" | undefined)',
3619
3721
  value: input3.type
3620
3722
  })].every((flag) => flag);
3621
- const $vo73 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3723
+ const $vo74 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3622
3724
  path: _path2 + ".hiddenValues",
3623
3725
  expected: "(HiddenValues | undefined)",
3624
3726
  value: input3.hiddenValues
@@ -3647,7 +3749,7 @@ var validDescrStatsRequest = (input) => {
3647
3749
  expected: '("filter" | undefined)',
3648
3750
  value: input3.type
3649
3751
  })].every((flag) => flag);
3650
- const $vo74 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3752
+ const $vo75 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3651
3753
  path: _path2 + ".hiddenValues",
3652
3754
  expected: "(HiddenValues | undefined)",
3653
3755
  value: input3.hiddenValues
@@ -3680,7 +3782,7 @@ var validDescrStatsRequest = (input) => {
3680
3782
  expected: "number",
3681
3783
  value: input3.predefined_groupset_idx
3682
3784
  })].every((flag) => flag);
3683
- const $vo75 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3785
+ const $vo76 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3684
3786
  path: _path2 + ".hiddenValues",
3685
3787
  expected: "(HiddenValues | undefined)",
3686
3788
  value: input3.hiddenValues
@@ -3712,12 +3814,12 @@ var validDescrStatsRequest = (input) => {
3712
3814
  path: _path2 + ".customset",
3713
3815
  expected: "BaseGroupSet",
3714
3816
  value: input3.customset
3715
- })) && $vo44(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
3817
+ })) && $vo45(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
3716
3818
  path: _path2 + ".customset",
3717
3819
  expected: "BaseGroupSet",
3718
3820
  value: input3.customset
3719
3821
  })].every((flag) => flag);
3720
- const $vo76 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3822
+ const $vo77 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3721
3823
  path: _path2 + ".id",
3722
3824
  expected: "string",
3723
3825
  value: input3.id
@@ -3733,8 +3835,8 @@ var validDescrStatsRequest = (input) => {
3733
3835
  path: _path2 + ".child_types",
3734
3836
  expected: "(Array<string> | undefined)",
3735
3837
  value: input3.child_types
3736
- })) && input3.child_types.map((elem, _index54) => "string" === typeof elem || $report(_exceptionable2, {
3737
- path: _path2 + ".child_types[" + _index54 + "]",
3838
+ })) && input3.child_types.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
3839
+ path: _path2 + ".child_types[" + _index56 + "]",
3738
3840
  expected: "string",
3739
3841
  value: elem
3740
3842
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3749,8 +3851,8 @@ var validDescrStatsRequest = (input) => {
3749
3851
  path: _path2 + ".included_types",
3750
3852
  expected: "(Array<string> | undefined)",
3751
3853
  value: input3.included_types
3752
- })) && input3.included_types.map((elem, _index55) => "string" === typeof elem || $report(_exceptionable2, {
3753
- path: _path2 + ".included_types[" + _index55 + "]",
3854
+ })) && input3.included_types.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
3855
+ path: _path2 + ".included_types[" + _index57 + "]",
3754
3856
  expected: "string",
3755
3857
  value: elem
3756
3858
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3793,8 +3895,8 @@ var validDescrStatsRequest = (input) => {
3793
3895
  path: _path2 + ".alt",
3794
3896
  expected: "Array<string>",
3795
3897
  value: input3.alt
3796
- })) && input3.alt.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
3797
- path: _path2 + ".alt[" + _index56 + "]",
3898
+ })) && input3.alt.map((elem, _index58) => "string" === typeof elem || $report(_exceptionable2, {
3899
+ path: _path2 + ".alt[" + _index58 + "]",
3798
3900
  expected: "string",
3799
3901
  value: elem
3800
3902
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3805,7 +3907,7 @@ var validDescrStatsRequest = (input) => {
3805
3907
  path: _path2 + ".groupsetting",
3806
3908
  expected: "TermGroupSetting",
3807
3909
  value: input3.groupsetting
3808
- })) && $vo32(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
3910
+ })) && $vo33(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
3809
3911
  path: _path2 + ".groupsetting",
3810
3912
  expected: "TermGroupSetting",
3811
3913
  value: input3.groupsetting
@@ -3830,9 +3932,9 @@ var validDescrStatsRequest = (input) => {
3830
3932
  })();
3831
3933
  const $vu2 = (input3, _path2, _exceptionable2 = true) => (() => {
3832
3934
  if ("gene" === input3.kind)
3833
- return $vo30(input3, _path2, _exceptionable2);
3834
- if ("coord" === input3.kind)
3835
3935
  return $vo31(input3, _path2, _exceptionable2);
3936
+ if ("coord" === input3.kind)
3937
+ return $vo32(input3, _path2, _exceptionable2);
3836
3938
  return $report(_exceptionable2, {
3837
3939
  path: _path2,
3838
3940
  expected: "(BaseTerm & Gene | BaseTerm & Coord)",
@@ -3841,9 +3943,9 @@ var validDescrStatsRequest = (input) => {
3841
3943
  })();
3842
3944
  const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
3843
3945
  if ("string" === typeof input3.type)
3844
- return $vo34(input3, _path2, _exceptionable2);
3946
+ return $vo35(input3, _path2, _exceptionable2);
3845
3947
  if ("filter" === input3.type)
3846
- return $vo36(input3, _path2, _exceptionable2);
3948
+ return $vo37(input3, _path2, _exceptionable2);
3847
3949
  return $report(_exceptionable2, {
3848
3950
  path: _path2,
3849
3951
  expected: "(ValuesGroup | FilterGroup)",
@@ -3874,31 +3976,31 @@ var validDescrStatsRequest = (input) => {
3874
3976
  })();
3875
3977
  const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
3876
3978
  if ("SnpTW" === input3.type)
3877
- return $vo71(input3, _path2, _exceptionable2);
3979
+ return $vo72(input3, _path2, _exceptionable2);
3878
3980
  if ("SnpsTW" === input3.type)
3879
- return $vo64(input3, _path2, _exceptionable2);
3981
+ return $vo65(input3, _path2, _exceptionable2);
3880
3982
  if ("ConditionTW" === input3.type)
3881
- return $vo62(input3, _path2, _exceptionable2);
3983
+ return $vo63(input3, _path2, _exceptionable2);
3882
3984
  if ("GvCustomGsTW" === input3.type)
3883
- return $vo60(input3, _path2, _exceptionable2);
3985
+ return $vo61(input3, _path2, _exceptionable2);
3884
3986
  if ("GvPredefinedGsTW" === input3.type)
3885
- return $vo58(input3, _path2, _exceptionable2);
3987
+ return $vo59(input3, _path2, _exceptionable2);
3886
3988
  if ("GvValuesTW" === input3.type)
3887
- return $vo54(input3, _path2, _exceptionable2);
3989
+ return $vo55(input3, _path2, _exceptionable2);
3888
3990
  if ("NumTWSpline" === input3.type)
3889
- return $vo51(input3, _path2, _exceptionable2);
3991
+ return $vo52(input3, _path2, _exceptionable2);
3890
3992
  if ("NumTWCont" === input3.type)
3891
- return $vo49(input3, _path2, _exceptionable2);
3993
+ return $vo50(input3, _path2, _exceptionable2);
3892
3994
  if ("NumTWBinary" === input3.type)
3893
- return $vo47(input3, _path2, _exceptionable2);
3995
+ return $vo48(input3, _path2, _exceptionable2);
3894
3996
  if ("NumTWCustomBin" === input3.type)
3895
- return $vo46(input3, _path2, _exceptionable2);
3997
+ return $vo47(input3, _path2, _exceptionable2);
3896
3998
  if ("NumTWRegularBin" === input3.type)
3897
- return $vo45(input3, _path2, _exceptionable2);
3999
+ return $vo46(input3, _path2, _exceptionable2);
3898
4000
  if ("CatTWCustomGS" === input3.type)
3899
- return $vo42(input3, _path2, _exceptionable2);
4001
+ return $vo43(input3, _path2, _exceptionable2);
3900
4002
  if ("CatTWPredefinedGS" === input3.type)
3901
- return $vo40(input3, _path2, _exceptionable2);
4003
+ return $vo41(input3, _path2, _exceptionable2);
3902
4004
  if ("CatTWValues" === input3.type)
3903
4005
  return $vo1(input3, _path2, _exceptionable2);
3904
4006
  return $report(_exceptionable2, {
@@ -3910,24 +4012,18 @@ var validDescrStatsRequest = (input) => {
3910
4012
  const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
3911
4013
  if (void 0 !== input3.ranges)
3912
4014
  return $vo9(input3, _path2, _exceptionable2);
3913
- return $vo8(input3, _path2, false) || $vo24(input3, _path2, false) || $vo27(input3, _path2, false);
4015
+ return $vo8(input3, _path2, false) || $vo25(input3, _path2, false) || $vo28(input3, _path2, false);
3914
4016
  })();
3915
4017
  const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
3916
4018
  if ("integer" === input3.type || "float" === input3.type)
3917
4019
  return $vo10(input3, _path2, _exceptionable2);
3918
- if ("geneExpression" === input3.type)
3919
- return $vo19(input3, _path2, _exceptionable2);
3920
- if ("date" === input3.type)
3921
- return $vo21(input3, _path2, _exceptionable2);
3922
4020
  if ("metaboliteIntensity" === input3.type)
3923
- return $vo20(input3, _path2, _exceptionable2);
3924
- if ("ssGSEA" === input3.type)
4021
+ return $vo21(input3, _path2, _exceptionable2);
4022
+ if ("date" === input3.type)
3925
4023
  return $vo22(input3, _path2, _exceptionable2);
3926
- return $report(_exceptionable2, {
3927
- path: _path2,
3928
- expected: "(NumericDictTerm | GeneExpressionTerm | DateTerm | MetaboliteIntensityTerm | SsGSEATerm)",
3929
- value: input3
3930
- });
4024
+ if ("ssGSEA" === input3.type)
4025
+ return $vo23(input3, _path2, _exceptionable2);
4026
+ return $vo20(input3, _path2, false) || $vo19(input3, _path2, false);
3931
4027
  })();
3932
4028
  const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
3933
4029
  if ("regular-bin" === input3.type)
@@ -3942,9 +4038,9 @@ var validDescrStatsRequest = (input) => {
3942
4038
  })();
3943
4039
  const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
3944
4040
  if ("gene" === input3.kind)
3945
- return $vo29(input3, _path2, _exceptionable2);
4041
+ return $vo30(input3, _path2, _exceptionable2);
3946
4042
  if ("coord" === input3.kind)
3947
- return $vo37(input3, _path2, _exceptionable2);
4043
+ return $vo38(input3, _path2, _exceptionable2);
3948
4044
  return $report(_exceptionable2, {
3949
4045
  path: _path2,
3950
4046
  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; })',
@@ -3953,9 +4049,9 @@ var validDescrStatsRequest = (input) => {
3953
4049
  })();
3954
4050
  const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
3955
4051
  if ("gene" === input3.kind)
3956
- return $vo55(input3, _path2, _exceptionable2);
3957
- if ("coord" === input3.kind)
3958
4052
  return $vo56(input3, _path2, _exceptionable2);
4053
+ if ("coord" === input3.kind)
4054
+ return $vo57(input3, _path2, _exceptionable2);
3959
4055
  return $report(_exceptionable2, {
3960
4056
  path: _path2,
3961
4057
  expected: '(BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
@@ -3964,10 +4060,10 @@ var validDescrStatsRequest = (input) => {
3964
4060
  })();
3965
4061
  const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
3966
4062
  if (void 0 !== input3.predefined_groupset_idx)
3967
- return $vo74(input3, _path2, _exceptionable2);
3968
- if (void 0 !== input3.customset)
3969
4063
  return $vo75(input3, _path2, _exceptionable2);
3970
- return $vo73(input3, _path2, false) || $vo72(input3, _path2, false);
4064
+ if (void 0 !== input3.customset)
4065
+ return $vo76(input3, _path2, _exceptionable2);
4066
+ return $vo74(input3, _path2, false) || $vo73(input3, _path2, false);
3971
4067
  })();
3972
4068
  return ("object" === typeof input2 && null !== input2 || $report(true, {
3973
4069
  path: _path + "",