@sjcrh/proteinpaint-types 2.137.2 → 2.138.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 (33) hide show
  1. package/dist/brainImaging.js +1 -1
  2. package/dist/{chunk-SUL2XLYM.js → chunk-2YASZMH3.js} +665 -229
  3. package/dist/{chunk-6LRQCE3E.js → chunk-6HAS5WRS.js} +243 -41
  4. package/dist/{chunk-6H6TQ3MA.js → chunk-7FTOFTNK.js} +243 -41
  5. package/dist/{chunk-PAQX4HYF.js → chunk-AL4VFH5I.js} +520 -286
  6. package/dist/{chunk-7YFANJ2A.js → chunk-CC3OBRKE.js} +479 -245
  7. package/dist/{chunk-FMSTAFII.js → chunk-DD2RLZHC.js} +243 -41
  8. package/dist/{chunk-YW6G7WTF.js → chunk-GGZUN2GE.js} +5 -1
  9. package/dist/{chunk-CBPDONEQ.js → chunk-HCBXL376.js} +494 -246
  10. package/dist/{chunk-MDPMNCMV.js → chunk-HWRFIXJA.js} +480 -246
  11. package/dist/{chunk-IE3MSHTB.js → chunk-I2BMMKPN.js} +480 -246
  12. package/dist/{chunk-QCGBPQ7S.js → chunk-JKBVXIRQ.js} +247 -45
  13. package/dist/{chunk-657TS66W.js → chunk-LTGT4NK4.js} +713 -277
  14. package/dist/{chunk-YGOZU46P.js → chunk-S2M5SN7Q.js} +243 -41
  15. package/dist/correlationVolcano.js +1 -1
  16. package/dist/index.js +13 -13
  17. package/dist/termdb.boxplot.js +1 -1
  18. package/dist/termdb.categories.js +1 -1
  19. package/dist/termdb.cluster.js +1 -1
  20. package/dist/termdb.descrstats.js +1 -1
  21. package/dist/termdb.numericcategories.js +1 -1
  22. package/dist/termdb.percentile.js +1 -1
  23. package/dist/termdb.singleSampleMutation.js +1 -1
  24. package/dist/termdb.termsbyids.js +1 -1
  25. package/dist/termdb.topTermsByType.js +1 -1
  26. package/dist/termdb.topVariablyExpressedGenes.js +1 -1
  27. package/dist/termdb.violin.js +1 -1
  28. package/package.json +1 -1
  29. package/src/dataset.ts +11 -7
  30. package/src/routes/termdb.categories.ts +5 -0
  31. package/src/routes/termdb.descrstats.ts +1 -0
  32. package/src/routes/termdb.singleSampleMutation.ts +3 -1
  33. package/src/terms/geneVariant.ts +11 -3
@@ -58,8 +58,8 @@ var validDescrStatsRequest = (input) => {
58
58
  const errors = [];
59
59
  const __is = (input2) => {
60
60
  const $join = import_typia.createValidate.join;
61
- const $io0 = (input3) => "string" === typeof input3.genome && "string" === typeof input3.dslabel && "string" === typeof input3.embedder && ("object" === typeof input3.tw && null !== input3.tw && $iu5(input3.tw)) && (void 0 === input3.logScale || "boolean" === typeof input3.logScale) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io12(input3.filter)) && true;
62
- const $io1 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("CatTWValues" === input3.type || "CatTWPredefinedGS" === input3.type || "CatTWCustomGS" === input3.type) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $iu6(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io15(input3.term));
61
+ const $io0 = (input3) => "string" === typeof input3.genome && "string" === typeof input3.dslabel && "string" === typeof input3.embedder && ("object" === typeof input3.tw && null !== input3.tw && $iu6(input3.tw)) && (void 0 === input3.logScale || "boolean" === typeof input3.logScale) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io12(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 && ("CatTWValues" === input3.type || "CatTWPredefinedGS" === input3.type || "CatTWCustomGS" === input3.type) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $iu7(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io15(input3.term));
63
63
  const $io2 = (input3) => Object.keys(input3).every((key) => {
64
64
  const value = input3[key];
65
65
  if (void 0 === value)
@@ -85,7 +85,7 @@ var validDescrStatsRequest = (input) => {
85
85
  const $io10 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
86
86
  const $io11 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io12(input3.filter)) && "string" === typeof input3.color;
87
87
  const $io12 = (input3) => "tvslst" === input3.type && "boolean" === typeof input3["in"] && "string" === typeof input3.join && (void 0 === input3.tag || "string" === typeof input3.tag) && (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem)));
88
- const $io13 = (input3) => "tvs" === input3.type && ("object" === typeof input3.tvs && null !== input3.tvs && $iu7(input3.tvs));
88
+ const $io13 = (input3) => "tvs" === input3.type && ("object" === typeof input3.tvs && null !== input3.tvs && $iu8(input3.tvs));
89
89
  const $io14 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io15(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) && $io17(elem)));
90
90
  const $io15 = (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) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io18(input3.groupsetting));
91
91
  const $io16 = (input3) => Object.keys(input3).every((key) => {
@@ -103,8 +103,8 @@ var validDescrStatsRequest = (input) => {
103
103
  const $io19 = (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 && $iu0(elem)));
104
104
  const $io20 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io21(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io29(elem)));
105
105
  const $io21 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.bins && null !== input3.bins && $io22(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io28(input3.continuousColorScale));
106
- const $io22 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu8(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu8(input3.less)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset) && (void 0 === input3.label_offset_ignored || "boolean" === typeof input3.label_offset_ignored) && (void 0 === input3.rounding || "string" === typeof input3.rounding) && (void 0 === input3.min || "number" === typeof input3.min) && (void 0 === input3.max || "number" === typeof input3.max);
107
- const $io23 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "regular-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode) && "number" === typeof input3.bin_size && ("object" === typeof input3.first_bin && null !== input3.first_bin && $iu3(input3.first_bin)) && (void 0 === input3.last_bin || "object" === typeof input3.last_bin && null !== input3.last_bin && $iu4(input3.last_bin)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset);
106
+ const $io22 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu9(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu9(input3.less)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset) && (void 0 === input3.label_offset_ignored || "boolean" === typeof input3.label_offset_ignored) && (void 0 === input3.rounding || "string" === typeof input3.rounding) && (void 0 === input3.min || "number" === typeof input3.min) && (void 0 === input3.max || "number" === typeof input3.max);
107
+ const $io23 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "regular-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode) && "number" === typeof input3.bin_size && ("object" === typeof input3.first_bin && null !== input3.first_bin && $iu4(input3.first_bin)) && (void 0 === input3.last_bin || "object" === typeof input3.last_bin && null !== input3.last_bin && $iu5(input3.last_bin)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset);
108
108
  const $io24 = (input3) => true === input3.startunbounded && (void 0 === input3.startinclusive || false === input3.startinclusive) && "number" === typeof input3.stop && (void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive) && (void 0 === input3.stopunbounded || false === input3.stopunbounded) && (void 0 === input3.label || "string" === typeof input3.label);
109
109
  const $io25 = (input3) => (void 0 === input3.startunbounded || false === input3.startunbounded) && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && "number" === typeof input3.start && "number" === typeof input3.stop && (void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive) && (void 0 === input3.stopunbounded || false === input3.stopunbounded) && (void 0 === input3.label || "string" === typeof input3.label);
110
110
  const $io26 = (input3) => "number" === typeof input3.start && true === input3.stopunbounded && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && (void 0 === input3.startunbounded || false === input3.startunbounded) && (void 0 === input3.stopinclusive || false === input3.stopinclusive) && (void 0 === input3.label || "string" === typeof input3.label);
@@ -114,57 +114,59 @@ var validDescrStatsRequest = (input) => {
114
114
  const $io30 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io31(input3.term)) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && (void 0 === input3.grade_and_child || Array.isArray(input3.grade_and_child) && input3.grade_and_child.every((elem) => "object" === typeof elem && null !== elem && $io32(elem)));
115
115
  const $io31 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
116
116
  const $io32 = (input3) => "number" === typeof input3.grade && "string" === typeof input3.grade_label && (void 0 === input3.child_id || "string" === typeof input3.child_id) && "string" === typeof input3.child_label;
117
- const $io33 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io34(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io37(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName);
118
- const $io34 = (input3) => "string" === typeof input3.id && "string" === typeof input3.query && "string" === typeof input3.name && "string" === typeof input3.name_noOrigin && (void 0 === input3.parentTerm || "object" === typeof input3.parentTerm && null !== input3.parentTerm && $iu9(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) && $io16(input3.values));
119
- const $io35 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io16(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) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io18(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)));
120
- const $io36 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "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) && $io16(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 && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io18(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)));
121
- const $io37 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
122
- const $io38 = (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 && $io21(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu10(input3.q));
123
- const $io39 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "binary" === input3.mode && "custom-bin" === input3.type && (Array.isArray(input3.lst) && (input3.lst.length === 2 && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu3(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu4(input3.lst[1]))));
124
- const $io40 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "continuous" === input3.mode && (void 0 === input3.convert2ZScore || "boolean" === typeof input3.convert2ZScore) && (null !== input3.type && void 0 === input3.type);
125
- const $io41 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "spline" === input3.mode && (Array.isArray(input3.knots) && input3.knots.every((elem) => "object" === typeof elem && null !== elem && $io42(elem))) && (null !== input3.type && void 0 === input3.type);
126
- const $io42 = (input3) => "number" === typeof input3.value;
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.q && null !== input3.q && $io44(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io46(input3.term));
128
- const $io44 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type) && "number" === typeof input3.AFcutoff && "number" === typeof input3.alleleType && "string" === typeof input3.cacheid && true && "number" === typeof input3.geneticModel && true && (void 0 === input3.missingGenotype || "number" === typeof input3.missingGenotype) && "number" === typeof input3.numOfSampleWithAnyValidGT && ("object" === typeof input3.restrictAncestry && null !== input3.restrictAncestry && $io45(input3.restrictAncestry)) && true && true && ("object" === typeof input3.variant_filter && null !== input3.variant_filter && $io12(input3.variant_filter)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
129
- const $io45 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu7(input3.tvs));
130
- const $io46 = (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) && $io16(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 && $io47(elem)));
131
- const $io47 = (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 && $io48(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io49(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);
132
- const $io48 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
133
- const $io49 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
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 && ("object" === typeof input3.term && null !== input3.term && $iu11(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $iu12(input3.q));
135
- const $io51 = (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) && $io16(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) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io18(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)));
136
- const $io52 = (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) && $io16(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 && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io18(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)));
137
- const $io53 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io18(input3.groupsetting));
138
- const $io54 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.bins && null !== input3.bins && $io22(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io28(input3.continuousColorScale));
139
- const $io55 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
140
- const $io56 = (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) && $io16(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 && $io47(elem)));
141
- const $io57 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io58(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
142
- const $io58 = (input3) => Object.keys(input3).every((key) => {
117
+ const $io33 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io34(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io39(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName);
118
+ const $io34 = (input3) => "string" === typeof input3.id && "string" === typeof input3.query && "string" === typeof input3.name && "string" === typeof input3.name_noOrigin && (void 0 === input3.parentTerm || "object" === typeof input3.parentTerm && null !== input3.parentTerm && $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) && $io16(input3.values));
119
+ const $io35 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io16(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 && $iu3(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io18(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)));
120
+ const $io36 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io16(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);
121
+ const $io37 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io16(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;
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) && $io16(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 && $iu3(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io18(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)));
123
+ const $io39 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
124
+ const $io40 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $io21(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu11(input3.q));
125
+ const $io41 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "binary" === input3.mode && "custom-bin" === input3.type && (Array.isArray(input3.lst) && (input3.lst.length === 2 && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu4(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu5(input3.lst[1]))));
126
+ const $io42 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "continuous" === input3.mode && (void 0 === input3.convert2ZScore || "boolean" === typeof input3.convert2ZScore) && (null !== input3.type && void 0 === input3.type);
127
+ const $io43 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "spline" === input3.mode && (Array.isArray(input3.knots) && input3.knots.every((elem) => "object" === typeof elem && null !== elem && $io44(elem))) && (null !== input3.type && void 0 === input3.type);
128
+ const $io44 = (input3) => "number" === typeof input3.value;
129
+ const $io45 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.q && null !== input3.q && $io46(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io48(input3.term));
130
+ const $io46 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type) && "number" === typeof input3.AFcutoff && "number" === typeof input3.alleleType && "string" === typeof input3.cacheid && true && "number" === typeof input3.geneticModel && true && (void 0 === input3.missingGenotype || "number" === typeof input3.missingGenotype) && "number" === typeof input3.numOfSampleWithAnyValidGT && ("object" === typeof input3.restrictAncestry && null !== input3.restrictAncestry && $io47(input3.restrictAncestry)) && true && true && ("object" === typeof input3.variant_filter && null !== input3.variant_filter && $io12(input3.variant_filter)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
131
+ const $io47 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu8(input3.tvs));
132
+ const $io48 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io16(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 && $io49(elem)));
133
+ const $io49 = (input3) => (void 0 === input3.altAlleles || Array.isArray(input3.altAlleles) && input3.altAlleles.every((elem) => "string" === typeof elem)) && (void 0 === input3.alleles || Array.isArray(input3.alleles) && input3.alleles.every((elem) => "object" === typeof elem && null !== elem && $io50(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io51(input3.gt2count)) && (void 0 === input3.invalid || "boolean" === typeof input3.invalid) && (void 0 === input3.referenceAllele || "string" === typeof input3.referenceAllele) && "string" === typeof input3.rsid && "string" === typeof input3.snpid && true && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.pos || "number" === typeof input3.pos);
134
+ const $io50 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
135
+ const $io51 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
136
+ const $io52 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (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 && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $iu13(input3.q));
137
+ const $io53 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io16(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 && $iu3(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io18(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)));
138
+ const $io54 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io16(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 && $iu3(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io18(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)));
139
+ const $io55 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io18(input3.groupsetting));
140
+ const $io56 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.bins && null !== input3.bins && $io22(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io28(input3.continuousColorScale));
141
+ const $io57 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
142
+ const $io58 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io16(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 && $io49(elem)));
143
+ const $io59 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io60(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
144
+ const $io60 = (input3) => Object.keys(input3).every((key) => {
143
145
  const value = input3[key];
144
146
  if (void 0 === value)
145
147
  return true;
146
148
  if (RegExp(/(.*)/).test(key))
147
- return "object" === typeof value && null !== value && $io59(value);
149
+ return "object" === typeof value && null !== value && $io61(value);
148
150
  if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
149
- return "object" === typeof value && null !== value && $io59(value);
151
+ return "object" === typeof value && null !== value && $io61(value);
150
152
  return true;
151
153
  });
152
- const $io59 = (input3) => (void 0 === input3.key || "string" === typeof input3.key) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable) && (void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label) && (void 0 === input3.order || "string" === typeof input3.order) && (void 0 === input3.color || "string" === typeof input3.color) && (void 0 === input3.group || "number" === typeof input3.group) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io12(input3.filter)) && "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io60(elem))) && true;
153
- const $io60 = (input3) => "string" === typeof input3.sampleId && "string" === typeof input3.sample;
154
- const $io61 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type);
155
- const $io62 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "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;
156
- const $io63 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type) && ("object" === typeof input3.groups && null !== input3.groups && false === Array.isArray(input3.groups) && $io64(input3.groups));
157
- const $io64 = (input3) => Object.keys(input3).every((key) => {
154
+ const $io61 = (input3) => (void 0 === input3.key || "string" === typeof input3.key) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable) && (void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label) && (void 0 === input3.order || "string" === typeof input3.order) && (void 0 === input3.color || "string" === typeof input3.color) && (void 0 === input3.group || "number" === typeof input3.group) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io12(input3.filter)) && "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io62(elem))) && true;
155
+ const $io62 = (input3) => "string" === typeof input3.sampleId && "string" === typeof input3.sample;
156
+ const $io63 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type);
157
+ const $io64 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.breaks || Array.isArray(input3.breaks) && input3.breaks.every((elem) => "number" === typeof elem)) && ("age" === input3.timeScale || "time" === input3.timeScale) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && true;
158
+ const $io65 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type) && ("object" === typeof input3.groups && null !== input3.groups && false === Array.isArray(input3.groups) && $io66(input3.groups));
159
+ const $io66 = (input3) => Object.keys(input3).every((key) => {
158
160
  const value = input3[key];
159
161
  if (void 0 === value)
160
162
  return true;
161
163
  if (RegExp(/(.*)/).test(key))
162
- return "object" === typeof value && null !== value && $io65(value);
164
+ return "object" === typeof value && null !== value && $io67(value);
163
165
  if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
164
- return "object" === typeof value && null !== value && $io65(value);
166
+ return "object" === typeof value && null !== value && $io67(value);
165
167
  return true;
166
168
  });
167
- const $io65 = (input3) => "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io60(elem))) && true;
169
+ const $io67 = (input3) => "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io62(elem))) && true;
168
170
  const $iu0 = (input3) => (() => {
169
171
  if ("string" === typeof input3.type)
170
172
  return $io9(input3);
@@ -187,33 +189,40 @@ var validDescrStatsRequest = (input) => {
187
189
  return $io25(input3);
188
190
  })();
189
191
  const $iu3 = (input3) => (() => {
192
+ if ("gene" === input3.kind)
193
+ return $io36(input3);
194
+ if ("coord" === input3.kind)
195
+ return $io37(input3);
196
+ return false;
197
+ })();
198
+ const $iu4 = (input3) => (() => {
190
199
  if (true === input3.startunbounded)
191
200
  return $io24(input3);
192
201
  if (void 0 !== input3.start)
193
202
  return $io25(input3);
194
203
  return false;
195
204
  })();
196
- const $iu4 = (input3) => (() => {
205
+ const $iu5 = (input3) => (() => {
197
206
  if (void 0 !== input3.stop)
198
207
  return $io25(input3);
199
208
  if (true === input3.stopunbounded)
200
209
  return $io26(input3);
201
210
  return false;
202
211
  })();
203
- const $iu5 = (input3) => (() => {
212
+ const $iu6 = (input3) => (() => {
204
213
  if (void 0 !== input3.type)
205
214
  return $io1(input3);
206
215
  return (() => {
207
- if ($io50(input3))
208
- return $io50(input3);
209
- if ($io43(input3))
210
- return $io43(input3);
211
- if ($io38(input3))
212
- return $io38(input3);
216
+ if ($io52(input3))
217
+ return $io52(input3);
218
+ if ($io45(input3))
219
+ return $io45(input3);
220
+ if ($io40(input3))
221
+ return $io40(input3);
213
222
  return false;
214
223
  })();
215
224
  })();
216
- const $iu6 = (input3) => (() => {
225
+ const $iu7 = (input3) => (() => {
217
226
  if ("values" === input3.type)
218
227
  return $io3(input3);
219
228
  if ("predefined-groupset" === input3.type)
@@ -222,7 +231,7 @@ var validDescrStatsRequest = (input) => {
222
231
  return $io7(input3);
223
232
  return $io5(input3);
224
233
  })();
225
- const $iu7 = (input3) => (() => {
234
+ const $iu8 = (input3) => (() => {
226
235
  if (void 0 !== input3.ranges)
227
236
  return $io20(input3);
228
237
  return (() => {
@@ -235,55 +244,55 @@ var validDescrStatsRequest = (input) => {
235
244
  return false;
236
245
  })();
237
246
  })();
238
- const $iu8 = (input3) => (() => {
247
+ const $iu9 = (input3) => (() => {
239
248
  if ("regular-bin" === input3.type)
240
249
  return $io23(input3);
241
250
  if ("custom-bin" === input3.type)
242
251
  return $io27(input3);
243
252
  return false;
244
253
  })();
245
- const $iu9 = (input3) => (() => {
254
+ const $iu10 = (input3) => (() => {
246
255
  if ("gene" === input3.kind)
247
256
  return $io35(input3);
248
257
  if ("coord" === input3.kind)
249
- return $io36(input3);
258
+ return $io38(input3);
250
259
  return false;
251
260
  })();
252
- const $iu10 = (input3) => (() => {
261
+ const $iu11 = (input3) => (() => {
253
262
  if ("regular-bin" === input3.type)
254
263
  return $io23(input3);
255
264
  if ("continuous" === input3.mode)
256
- return $io40(input3);
265
+ return $io42(input3);
257
266
  if ("spline" === input3.mode)
258
- return $io41(input3);
267
+ return $io43(input3);
259
268
  return (() => {
260
269
  if ($io27(input3))
261
270
  return $io27(input3);
262
- if ($io39(input3))
263
- return $io39(input3);
271
+ if ($io41(input3))
272
+ return $io41(input3);
264
273
  return false;
265
274
  })();
266
275
  })();
267
- const $iu11 = (input3) => (() => {
276
+ const $iu12 = (input3) => (() => {
268
277
  if ("gene" === input3.kind)
269
- return $io51(input3);
278
+ return $io53(input3);
270
279
  if ("coord" === input3.kind)
271
- return $io52(input3);
280
+ return $io54(input3);
272
281
  if ("categorical" === input3.type)
273
- return $io53(input3);
282
+ return $io55(input3);
274
283
  if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type)
275
- return $io54(input3);
284
+ return $io56(input3);
276
285
  if ("condition" === input3.type)
277
- return $io55(input3);
286
+ return $io57(input3);
278
287
  return (() => {
279
- if ($io56(input3))
280
- return $io56(input3);
281
- if ($io57(input3))
282
- return $io57(input3);
288
+ if ($io58(input3))
289
+ return $io58(input3);
290
+ if ($io59(input3))
291
+ return $io59(input3);
283
292
  return false;
284
293
  })();
285
294
  })();
286
- const $iu12 = (input3) => (() => {
295
+ const $iu13 = (input3) => (() => {
287
296
  if (void 0 !== input3.predefined_groupset_idx)
288
297
  return $io6(input3);
289
298
  if (void 0 !== input3.customset)
@@ -291,27 +300,27 @@ var validDescrStatsRequest = (input) => {
291
300
  if (void 0 !== input3.bin_size)
292
301
  return $io23(input3);
293
302
  if (void 0 !== input3.knots)
294
- return $io41(input3);
303
+ return $io43(input3);
295
304
  if (void 0 !== input3.AFcutoff)
296
- return $io44(input3);
305
+ return $io46(input3);
297
306
  if (void 0 !== input3.timeScale)
298
- return $io62(input3);
307
+ return $io64(input3);
299
308
  return (() => {
300
309
  if (void 0 !== input3.groups)
301
- return $io63(input3);
310
+ return $io65(input3);
302
311
  return (() => {
303
312
  if ($io5(input3))
304
313
  return $io5(input3);
305
- if ($io61(input3))
306
- return $io61(input3);
314
+ if ($io63(input3))
315
+ return $io63(input3);
307
316
  if ($io3(input3))
308
317
  return $io3(input3);
309
318
  if ($io27(input3))
310
319
  return $io27(input3);
311
- if ($io39(input3))
312
- return $io39(input3);
313
- if ($io40(input3))
314
- return $io40(input3);
320
+ if ($io41(input3))
321
+ return $io41(input3);
322
+ if ($io42(input3))
323
+ return $io42(input3);
315
324
  return false;
316
325
  })();
317
326
  })();
@@ -338,7 +347,7 @@ var validDescrStatsRequest = (input) => {
338
347
  path: _path2 + ".tw",
339
348
  expected: "(BaseTW & { term: Term; q: Q; } | CategoricalTW | NumericTW | SnpsTW)",
340
349
  value: input3.tw
341
- })) && $vu5(input3.tw, _path2 + ".tw", _exceptionable2) || $report(_exceptionable2, {
350
+ })) && $vu6(input3.tw, _path2 + ".tw", _exceptionable2) || $report(_exceptionable2, {
342
351
  path: _path2 + ".tw",
343
352
  expected: "(BaseTW & { term: Term; q: Q; } | CategoricalTW | NumericTW | SnpsTW)",
344
353
  value: input3.tw
@@ -354,7 +363,7 @@ var validDescrStatsRequest = (input) => {
354
363
  path: _path2 + ".filter",
355
364
  expected: "(Filter | undefined)",
356
365
  value: input3.filter
357
- }), true].every((flag) => flag);
366
+ }), true, true].every((flag) => flag);
358
367
  const $vo1 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
359
368
  path: _path2 + ".id",
360
369
  expected: "(string | undefined)",
@@ -387,7 +396,7 @@ var validDescrStatsRequest = (input) => {
387
396
  path: _path2 + ".q",
388
397
  expected: "(CustomGroupSettingQ | FilterQ | PredefinedGroupSettingQ | ValuesQ)",
389
398
  value: input3.q
390
- })) && $vu6(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
399
+ })) && $vu7(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
391
400
  path: _path2 + ".q",
392
401
  expected: "(CustomGroupSettingQ | FilterQ | PredefinedGroupSettingQ | ValuesQ)",
393
402
  value: input3.q
@@ -665,7 +674,7 @@ var validDescrStatsRequest = (input) => {
665
674
  path: _path2 + ".tvs",
666
675
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
667
676
  value: input3.tvs
668
- })) && $vu7(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
677
+ })) && $vu8(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
669
678
  path: _path2 + ".tvs",
670
679
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
671
680
  value: input3.tvs
@@ -1015,7 +1024,7 @@ var validDescrStatsRequest = (input) => {
1015
1024
  path: _path2 + '["default"]',
1016
1025
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
1017
1026
  value: input3["default"]
1018
- })) && $vu8(input3["default"], _path2 + '["default"]', _exceptionable2) || $report(_exceptionable2, {
1027
+ })) && $vu9(input3["default"], _path2 + '["default"]', _exceptionable2) || $report(_exceptionable2, {
1019
1028
  path: _path2 + '["default"]',
1020
1029
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
1021
1030
  value: input3["default"]
@@ -1023,7 +1032,7 @@ var validDescrStatsRequest = (input) => {
1023
1032
  path: _path2 + ".less",
1024
1033
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
1025
1034
  value: input3.less
1026
- })) && $vu8(input3.less, _path2 + ".less", _exceptionable2) || $report(_exceptionable2, {
1035
+ })) && $vu9(input3.less, _path2 + ".less", _exceptionable2) || $report(_exceptionable2, {
1027
1036
  path: _path2 + ".less",
1028
1037
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
1029
1038
  value: input3.less
@@ -1084,7 +1093,7 @@ var validDescrStatsRequest = (input) => {
1084
1093
  path: _path2 + ".first_bin",
1085
1094
  expected: "(FullyBoundedBin | StartUnboundedBin)",
1086
1095
  value: input3.first_bin
1087
- })) && $vu3(input3.first_bin, _path2 + ".first_bin", _exceptionable2) || $report(_exceptionable2, {
1096
+ })) && $vu4(input3.first_bin, _path2 + ".first_bin", _exceptionable2) || $report(_exceptionable2, {
1088
1097
  path: _path2 + ".first_bin",
1089
1098
  expected: "(FullyBoundedBin | StartUnboundedBin)",
1090
1099
  value: input3.first_bin
@@ -1092,7 +1101,7 @@ var validDescrStatsRequest = (input) => {
1092
1101
  path: _path2 + ".last_bin",
1093
1102
  expected: "(FullyBoundedBin | StopUnboundedBin | undefined)",
1094
1103
  value: input3.last_bin
1095
- })) && $vu4(input3.last_bin, _path2 + ".last_bin", _exceptionable2) || $report(_exceptionable2, {
1104
+ })) && $vu5(input3.last_bin, _path2 + ".last_bin", _exceptionable2) || $report(_exceptionable2, {
1096
1105
  path: _path2 + ".last_bin",
1097
1106
  expected: "(FullyBoundedBin | StopUnboundedBin | undefined)",
1098
1107
  value: input3.last_bin
@@ -1416,7 +1425,7 @@ var validDescrStatsRequest = (input) => {
1416
1425
  path: _path2 + ".values[" + _index17 + "]",
1417
1426
  expected: "__type.o5",
1418
1427
  value: elem
1419
- })) && $vo37(elem, _path2 + ".values[" + _index17 + "]", _exceptionable2) || $report(_exceptionable2, {
1428
+ })) && $vo39(elem, _path2 + ".values[" + _index17 + "]", _exceptionable2) || $report(_exceptionable2, {
1420
1429
  path: _path2 + ".values[" + _index17 + "]",
1421
1430
  expected: "__type.o5",
1422
1431
  value: elem
@@ -1451,11 +1460,11 @@ var validDescrStatsRequest = (input) => {
1451
1460
  value: input3.name_noOrigin
1452
1461
  }), void 0 === input3.parentTerm || ("object" === typeof input3.parentTerm && null !== input3.parentTerm || $report(_exceptionable2, {
1453
1462
  path: _path2 + ".parentTerm",
1454
- expected: '(BaseTerm & { type: "geneVariant"; } & GvCoord & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & { type: "geneVariant"; } & GvGene & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
1463
+ expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
1455
1464
  value: input3.parentTerm
1456
- })) && $vu9(input3.parentTerm, _path2 + ".parentTerm", _exceptionable2) || $report(_exceptionable2, {
1465
+ })) && $vu10(input3.parentTerm, _path2 + ".parentTerm", _exceptionable2) || $report(_exceptionable2, {
1457
1466
  path: _path2 + ".parentTerm",
1458
- expected: '(BaseTerm & { type: "geneVariant"; } & GvCoord & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & { type: "geneVariant"; } & GvGene & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
1467
+ expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
1459
1468
  value: input3.parentTerm
1460
1469
  }), true, "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1461
1470
  path: _path2 + ".isleaf",
@@ -1558,6 +1567,22 @@ var validDescrStatsRequest = (input) => {
1558
1567
  path: _path2 + ".stop",
1559
1568
  expected: "(number | undefined)",
1560
1569
  value: input3.stop
1570
+ }), (Array.isArray(input3.genes) || $report(_exceptionable2, {
1571
+ path: _path2 + ".genes",
1572
+ expected: "Array<GvGeneTerm>",
1573
+ value: input3.genes
1574
+ })) && input3.genes.map((elem, _index20) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1575
+ path: _path2 + ".genes[" + _index20 + "]",
1576
+ expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1577
+ value: elem
1578
+ })) && $vu3(elem, _path2 + ".genes[" + _index20 + "]", _exceptionable2) || $report(_exceptionable2, {
1579
+ path: _path2 + ".genes[" + _index20 + "]",
1580
+ expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1581
+ value: elem
1582
+ })).every((flag) => flag) || $report(_exceptionable2, {
1583
+ path: _path2 + ".genes",
1584
+ expected: "Array<GvGeneTerm>",
1585
+ value: input3.genes
1561
1586
  }), void 0 === input3.groupsetting || ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
1562
1587
  path: _path2 + ".groupsetting",
1563
1588
  expected: "(TermGroupSetting | undefined)",
@@ -1570,12 +1595,12 @@ var validDescrStatsRequest = (input) => {
1570
1595
  path: _path2 + ".childTerms",
1571
1596
  expected: "(Array<DtTerm> | undefined)",
1572
1597
  value: input3.childTerms
1573
- })) && input3.childTerms.map((elem, _index20) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1574
- path: _path2 + ".childTerms[" + _index20 + "]",
1598
+ })) && input3.childTerms.map((elem, _index21) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1599
+ path: _path2 + ".childTerms[" + _index21 + "]",
1575
1600
  expected: "DtTerm",
1576
1601
  value: elem
1577
- })) && $vo34(elem, _path2 + ".childTerms[" + _index20 + "]", _exceptionable2) || $report(_exceptionable2, {
1578
- path: _path2 + ".childTerms[" + _index20 + "]",
1602
+ })) && $vo34(elem, _path2 + ".childTerms[" + _index21 + "]", _exceptionable2) || $report(_exceptionable2, {
1603
+ path: _path2 + ".childTerms[" + _index21 + "]",
1579
1604
  expected: "DtTerm",
1580
1605
  value: elem
1581
1606
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1591,6 +1616,156 @@ var validDescrStatsRequest = (input) => {
1591
1616
  path: _path2 + ".name",
1592
1617
  expected: "string",
1593
1618
  value: input3.name
1619
+ }), "string" === typeof input3.type || $report(_exceptionable2, {
1620
+ path: _path2 + ".type",
1621
+ expected: "string",
1622
+ value: input3.type
1623
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1624
+ path: _path2 + ".child_types",
1625
+ expected: "(Array<string> | undefined)",
1626
+ value: input3.child_types
1627
+ })) && input3.child_types.map((elem, _index22) => "string" === typeof elem || $report(_exceptionable2, {
1628
+ path: _path2 + ".child_types[" + _index22 + "]",
1629
+ expected: "string",
1630
+ value: elem
1631
+ })).every((flag) => flag) || $report(_exceptionable2, {
1632
+ path: _path2 + ".child_types",
1633
+ expected: "(Array<string> | undefined)",
1634
+ value: input3.child_types
1635
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
1636
+ path: _path2 + ".hashtmldetail",
1637
+ expected: "(boolean | undefined)",
1638
+ value: input3.hashtmldetail
1639
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
1640
+ path: _path2 + ".included_types",
1641
+ expected: "(Array<string> | undefined)",
1642
+ value: input3.included_types
1643
+ })) && input3.included_types.map((elem, _index23) => "string" === typeof elem || $report(_exceptionable2, {
1644
+ path: _path2 + ".included_types[" + _index23 + "]",
1645
+ expected: "string",
1646
+ value: elem
1647
+ })).every((flag) => flag) || $report(_exceptionable2, {
1648
+ path: _path2 + ".included_types",
1649
+ expected: "(Array<string> | undefined)",
1650
+ value: input3.included_types
1651
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1652
+ path: _path2 + ".isleaf",
1653
+ expected: "(boolean | undefined)",
1654
+ value: input3.isleaf
1655
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1656
+ path: _path2 + ".values",
1657
+ expected: "(TermValues | undefined)",
1658
+ value: input3.values
1659
+ })) && $vo16(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1660
+ path: _path2 + ".values",
1661
+ expected: "(TermValues | undefined)",
1662
+ value: input3.values
1663
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
1664
+ path: _path2 + ".skipValuesBuild",
1665
+ expected: "(boolean | undefined)",
1666
+ value: input3.skipValuesBuild
1667
+ }), "gene" === input3.kind || $report(_exceptionable2, {
1668
+ path: _path2 + ".kind",
1669
+ expected: '"gene"',
1670
+ value: input3.kind
1671
+ }), "string" === typeof input3.gene || $report(_exceptionable2, {
1672
+ path: _path2 + ".gene",
1673
+ expected: "string",
1674
+ value: input3.gene
1675
+ }), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
1676
+ path: _path2 + ".chr",
1677
+ expected: "(string | undefined)",
1678
+ value: input3.chr
1679
+ }), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
1680
+ path: _path2 + ".start",
1681
+ expected: "(number | undefined)",
1682
+ value: input3.start
1683
+ }), void 0 === input3.stop || "number" === typeof input3.stop || $report(_exceptionable2, {
1684
+ path: _path2 + ".stop",
1685
+ expected: "(number | undefined)",
1686
+ value: input3.stop
1687
+ })].every((flag) => flag);
1688
+ const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1689
+ path: _path2 + ".id",
1690
+ expected: "string",
1691
+ value: input3.id
1692
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
1693
+ path: _path2 + ".name",
1694
+ expected: "string",
1695
+ value: input3.name
1696
+ }), "string" === typeof input3.type || $report(_exceptionable2, {
1697
+ path: _path2 + ".type",
1698
+ expected: "string",
1699
+ value: input3.type
1700
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1701
+ path: _path2 + ".child_types",
1702
+ expected: "(Array<string> | undefined)",
1703
+ value: input3.child_types
1704
+ })) && input3.child_types.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
1705
+ path: _path2 + ".child_types[" + _index24 + "]",
1706
+ expected: "string",
1707
+ value: elem
1708
+ })).every((flag) => flag) || $report(_exceptionable2, {
1709
+ path: _path2 + ".child_types",
1710
+ expected: "(Array<string> | undefined)",
1711
+ value: input3.child_types
1712
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
1713
+ path: _path2 + ".hashtmldetail",
1714
+ expected: "(boolean | undefined)",
1715
+ value: input3.hashtmldetail
1716
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
1717
+ path: _path2 + ".included_types",
1718
+ expected: "(Array<string> | undefined)",
1719
+ value: input3.included_types
1720
+ })) && input3.included_types.map((elem, _index25) => "string" === typeof elem || $report(_exceptionable2, {
1721
+ path: _path2 + ".included_types[" + _index25 + "]",
1722
+ expected: "string",
1723
+ value: elem
1724
+ })).every((flag) => flag) || $report(_exceptionable2, {
1725
+ path: _path2 + ".included_types",
1726
+ expected: "(Array<string> | undefined)",
1727
+ value: input3.included_types
1728
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1729
+ path: _path2 + ".isleaf",
1730
+ expected: "(boolean | undefined)",
1731
+ value: input3.isleaf
1732
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1733
+ path: _path2 + ".values",
1734
+ expected: "(TermValues | undefined)",
1735
+ value: input3.values
1736
+ })) && $vo16(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1737
+ path: _path2 + ".values",
1738
+ expected: "(TermValues | undefined)",
1739
+ value: input3.values
1740
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
1741
+ path: _path2 + ".skipValuesBuild",
1742
+ expected: "(boolean | undefined)",
1743
+ value: input3.skipValuesBuild
1744
+ }), "coord" === input3.kind || $report(_exceptionable2, {
1745
+ path: _path2 + ".kind",
1746
+ expected: '"coord"',
1747
+ value: input3.kind
1748
+ }), "string" === typeof input3.chr || $report(_exceptionable2, {
1749
+ path: _path2 + ".chr",
1750
+ expected: "string",
1751
+ value: input3.chr
1752
+ }), "number" === typeof input3.start || $report(_exceptionable2, {
1753
+ path: _path2 + ".start",
1754
+ expected: "number",
1755
+ value: input3.start
1756
+ }), "number" === typeof input3.stop || $report(_exceptionable2, {
1757
+ path: _path2 + ".stop",
1758
+ expected: "number",
1759
+ value: input3.stop
1760
+ })].every((flag) => flag);
1761
+ const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1762
+ path: _path2 + ".id",
1763
+ expected: "string",
1764
+ value: input3.id
1765
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
1766
+ path: _path2 + ".name",
1767
+ expected: "string",
1768
+ value: input3.name
1594
1769
  }), "geneVariant" === input3.type || $report(_exceptionable2, {
1595
1770
  path: _path2 + ".type",
1596
1771
  expected: '"geneVariant"',
@@ -1599,8 +1774,8 @@ var validDescrStatsRequest = (input) => {
1599
1774
  path: _path2 + ".child_types",
1600
1775
  expected: "(Array<string> | undefined)",
1601
1776
  value: input3.child_types
1602
- })) && input3.child_types.map((elem, _index21) => "string" === typeof elem || $report(_exceptionable2, {
1603
- path: _path2 + ".child_types[" + _index21 + "]",
1777
+ })) && input3.child_types.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
1778
+ path: _path2 + ".child_types[" + _index26 + "]",
1604
1779
  expected: "string",
1605
1780
  value: elem
1606
1781
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1615,8 +1790,8 @@ var validDescrStatsRequest = (input) => {
1615
1790
  path: _path2 + ".included_types",
1616
1791
  expected: "(Array<string> | undefined)",
1617
1792
  value: input3.included_types
1618
- })) && input3.included_types.map((elem, _index22) => "string" === typeof elem || $report(_exceptionable2, {
1619
- path: _path2 + ".included_types[" + _index22 + "]",
1793
+ })) && input3.included_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
1794
+ path: _path2 + ".included_types[" + _index27 + "]",
1620
1795
  expected: "string",
1621
1796
  value: elem
1622
1797
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1655,6 +1830,22 @@ var validDescrStatsRequest = (input) => {
1655
1830
  path: _path2 + ".stop",
1656
1831
  expected: "number",
1657
1832
  value: input3.stop
1833
+ }), (Array.isArray(input3.genes) || $report(_exceptionable2, {
1834
+ path: _path2 + ".genes",
1835
+ expected: "Array<GvGeneTerm>",
1836
+ value: input3.genes
1837
+ })) && input3.genes.map((elem, _index28) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1838
+ path: _path2 + ".genes[" + _index28 + "]",
1839
+ expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1840
+ value: elem
1841
+ })) && $vu3(elem, _path2 + ".genes[" + _index28 + "]", _exceptionable2) || $report(_exceptionable2, {
1842
+ path: _path2 + ".genes[" + _index28 + "]",
1843
+ expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1844
+ value: elem
1845
+ })).every((flag) => flag) || $report(_exceptionable2, {
1846
+ path: _path2 + ".genes",
1847
+ expected: "Array<GvGeneTerm>",
1848
+ value: input3.genes
1658
1849
  }), void 0 === input3.groupsetting || ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
1659
1850
  path: _path2 + ".groupsetting",
1660
1851
  expected: "(TermGroupSetting | undefined)",
@@ -1667,12 +1858,12 @@ var validDescrStatsRequest = (input) => {
1667
1858
  path: _path2 + ".childTerms",
1668
1859
  expected: "(Array<DtTerm> | undefined)",
1669
1860
  value: input3.childTerms
1670
- })) && input3.childTerms.map((elem, _index23) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1671
- path: _path2 + ".childTerms[" + _index23 + "]",
1861
+ })) && input3.childTerms.map((elem, _index29) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1862
+ path: _path2 + ".childTerms[" + _index29 + "]",
1672
1863
  expected: "DtTerm",
1673
1864
  value: elem
1674
- })) && $vo34(elem, _path2 + ".childTerms[" + _index23 + "]", _exceptionable2) || $report(_exceptionable2, {
1675
- path: _path2 + ".childTerms[" + _index23 + "]",
1865
+ })) && $vo34(elem, _path2 + ".childTerms[" + _index29 + "]", _exceptionable2) || $report(_exceptionable2, {
1866
+ path: _path2 + ".childTerms[" + _index29 + "]",
1676
1867
  expected: "DtTerm",
1677
1868
  value: elem
1678
1869
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1680,7 +1871,7 @@ var validDescrStatsRequest = (input) => {
1680
1871
  expected: "(Array<DtTerm> | undefined)",
1681
1872
  value: input3.childTerms
1682
1873
  })].every((flag) => flag);
1683
- const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1874
+ const $vo39 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1684
1875
  path: _path2 + ".key",
1685
1876
  expected: "string",
1686
1877
  value: input3.key
@@ -1693,7 +1884,7 @@ var validDescrStatsRequest = (input) => {
1693
1884
  expected: "string",
1694
1885
  value: input3.value
1695
1886
  })].every((flag) => flag);
1696
- const $vo38 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
1887
+ const $vo40 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
1697
1888
  path: _path2 + ".id",
1698
1889
  expected: "(string | undefined)",
1699
1890
  value: input3.id
@@ -1729,12 +1920,12 @@ var validDescrStatsRequest = (input) => {
1729
1920
  path: _path2 + ".q",
1730
1921
  expected: "(BinaryNumericQ | ContinuousNumericQ | CustomNumericBinConfig | RegularNumericBinConfig | SplineNumericQ)",
1731
1922
  value: input3.q
1732
- })) && $vu10(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
1923
+ })) && $vu11(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
1733
1924
  path: _path2 + ".q",
1734
1925
  expected: "(BinaryNumericQ | ContinuousNumericQ | CustomNumericBinConfig | RegularNumericBinConfig | SplineNumericQ)",
1735
1926
  value: input3.q
1736
1927
  })].every((flag) => flag);
1737
- const $vo39 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1928
+ const $vo41 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1738
1929
  path: _path2 + ".hiddenValues",
1739
1930
  expected: "(HiddenValues | undefined)",
1740
1931
  value: input3.hiddenValues
@@ -1775,7 +1966,7 @@ var validDescrStatsRequest = (input) => {
1775
1966
  path: _path2 + ".lst[0]",
1776
1967
  expected: "(FullyBoundedBin | StartUnboundedBin)",
1777
1968
  value: input3.lst[0]
1778
- })) && $vu3(input3.lst[0], _path2 + ".lst[0]", _exceptionable2) || $report(_exceptionable2, {
1969
+ })) && $vu4(input3.lst[0], _path2 + ".lst[0]", _exceptionable2) || $report(_exceptionable2, {
1779
1970
  path: _path2 + ".lst[0]",
1780
1971
  expected: "(FullyBoundedBin | StartUnboundedBin)",
1781
1972
  value: input3.lst[0]
@@ -1784,7 +1975,7 @@ var validDescrStatsRequest = (input) => {
1784
1975
  path: _path2 + ".lst[1]",
1785
1976
  expected: "(FullyBoundedBin | StopUnboundedBin)",
1786
1977
  value: input3.lst[1]
1787
- })) && $vu4(input3.lst[1], _path2 + ".lst[1]", _exceptionable2) || $report(_exceptionable2, {
1978
+ })) && $vu5(input3.lst[1], _path2 + ".lst[1]", _exceptionable2) || $report(_exceptionable2, {
1788
1979
  path: _path2 + ".lst[1]",
1789
1980
  expected: "(FullyBoundedBin | StopUnboundedBin)",
1790
1981
  value: input3.lst[1]
@@ -1794,7 +1985,7 @@ var validDescrStatsRequest = (input) => {
1794
1985
  expected: "[StartUnboundedBin | FullyBoundedBin, FullyBoundedBin | StopUnboundedBin]",
1795
1986
  value: input3.lst
1796
1987
  })].every((flag) => flag);
1797
- const $vo40 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1988
+ const $vo42 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1798
1989
  path: _path2 + ".hiddenValues",
1799
1990
  expected: "(HiddenValues | undefined)",
1800
1991
  value: input3.hiddenValues
@@ -1831,7 +2022,7 @@ var validDescrStatsRequest = (input) => {
1831
2022
  expected: "undefined",
1832
2023
  value: input3.type
1833
2024
  }))].every((flag) => flag);
1834
- const $vo41 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2025
+ const $vo43 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1835
2026
  path: _path2 + ".hiddenValues",
1836
2027
  expected: "(HiddenValues | undefined)",
1837
2028
  value: input3.hiddenValues
@@ -1859,12 +2050,12 @@ var validDescrStatsRequest = (input) => {
1859
2050
  path: _path2 + ".knots",
1860
2051
  expected: "Array<__type>.o3",
1861
2052
  value: input3.knots
1862
- })) && input3.knots.map((elem, _index24) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1863
- path: _path2 + ".knots[" + _index24 + "]",
2053
+ })) && input3.knots.map((elem, _index30) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2054
+ path: _path2 + ".knots[" + _index30 + "]",
1864
2055
  expected: "__type.o6",
1865
2056
  value: elem
1866
- })) && $vo42(elem, _path2 + ".knots[" + _index24 + "]", _exceptionable2) || $report(_exceptionable2, {
1867
- path: _path2 + ".knots[" + _index24 + "]",
2057
+ })) && $vo44(elem, _path2 + ".knots[" + _index30 + "]", _exceptionable2) || $report(_exceptionable2, {
2058
+ path: _path2 + ".knots[" + _index30 + "]",
1868
2059
  expected: "__type.o6",
1869
2060
  value: elem
1870
2061
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1880,12 +2071,12 @@ var validDescrStatsRequest = (input) => {
1880
2071
  expected: "undefined",
1881
2072
  value: input3.type
1882
2073
  }))].every((flag) => flag);
1883
- const $vo42 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
2074
+ const $vo44 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
1884
2075
  path: _path2 + ".value",
1885
2076
  expected: "number",
1886
2077
  value: input3.value
1887
2078
  })].every((flag) => flag);
1888
- const $vo43 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2079
+ const $vo45 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
1889
2080
  path: _path2 + ".id",
1890
2081
  expected: "(string | undefined)",
1891
2082
  value: input3.id
@@ -1913,7 +2104,7 @@ var validDescrStatsRequest = (input) => {
1913
2104
  path: _path2 + ".q",
1914
2105
  expected: "SnpsQ",
1915
2106
  value: input3.q
1916
- })) && $vo44(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2107
+ })) && $vo46(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
1917
2108
  path: _path2 + ".q",
1918
2109
  expected: "SnpsQ",
1919
2110
  value: input3.q
@@ -1921,12 +2112,12 @@ var validDescrStatsRequest = (input) => {
1921
2112
  path: _path2 + ".term",
1922
2113
  expected: "SnpsTerm",
1923
2114
  value: input3.term
1924
- })) && $vo46(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2115
+ })) && $vo48(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1925
2116
  path: _path2 + ".term",
1926
2117
  expected: "SnpsTerm",
1927
2118
  value: input3.term
1928
2119
  })].every((flag) => flag);
1929
- const $vo44 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2120
+ const $vo46 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1930
2121
  path: _path2 + ".hiddenValues",
1931
2122
  expected: "(HiddenValues | undefined)",
1932
2123
  value: input3.hiddenValues
@@ -1982,7 +2173,7 @@ var validDescrStatsRequest = (input) => {
1982
2173
  path: _path2 + ".restrictAncestry",
1983
2174
  expected: "RestrictAncestry",
1984
2175
  value: input3.restrictAncestry
1985
- })) && $vo45(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
2176
+ })) && $vo47(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
1986
2177
  path: _path2 + ".restrictAncestry",
1987
2178
  expected: "RestrictAncestry",
1988
2179
  value: input3.restrictAncestry
@@ -2007,7 +2198,7 @@ var validDescrStatsRequest = (input) => {
2007
2198
  expected: "number",
2008
2199
  value: input3.stop
2009
2200
  })].every((flag) => flag);
2010
- const $vo45 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2201
+ const $vo47 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2011
2202
  path: _path2 + ".name",
2012
2203
  expected: "string",
2013
2204
  value: input3.name
@@ -2015,12 +2206,12 @@ var validDescrStatsRequest = (input) => {
2015
2206
  path: _path2 + ".tvs",
2016
2207
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
2017
2208
  value: input3.tvs
2018
- })) && $vu7(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
2209
+ })) && $vu8(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
2019
2210
  path: _path2 + ".tvs",
2020
2211
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
2021
2212
  value: input3.tvs
2022
2213
  })].every((flag) => flag);
2023
- const $vo46 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2214
+ const $vo48 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2024
2215
  path: _path2 + ".id",
2025
2216
  expected: "string",
2026
2217
  value: input3.id
@@ -2036,8 +2227,8 @@ var validDescrStatsRequest = (input) => {
2036
2227
  path: _path2 + ".child_types",
2037
2228
  expected: "(Array<string> | undefined)",
2038
2229
  value: input3.child_types
2039
- })) && input3.child_types.map((elem, _index25) => "string" === typeof elem || $report(_exceptionable2, {
2040
- path: _path2 + ".child_types[" + _index25 + "]",
2230
+ })) && input3.child_types.map((elem, _index31) => "string" === typeof elem || $report(_exceptionable2, {
2231
+ path: _path2 + ".child_types[" + _index31 + "]",
2041
2232
  expected: "string",
2042
2233
  value: elem
2043
2234
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2052,8 +2243,8 @@ var validDescrStatsRequest = (input) => {
2052
2243
  path: _path2 + ".included_types",
2053
2244
  expected: "(Array<string> | undefined)",
2054
2245
  value: input3.included_types
2055
- })) && input3.included_types.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
2056
- path: _path2 + ".included_types[" + _index26 + "]",
2246
+ })) && input3.included_types.map((elem, _index32) => "string" === typeof elem || $report(_exceptionable2, {
2247
+ path: _path2 + ".included_types[" + _index32 + "]",
2057
2248
  expected: "string",
2058
2249
  value: elem
2059
2250
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2084,12 +2275,12 @@ var validDescrStatsRequest = (input) => {
2084
2275
  path: _path2 + ".snps",
2085
2276
  expected: "(Array<SnpsEntry> | undefined)",
2086
2277
  value: input3.snps
2087
- })) && input3.snps.map((elem, _index27) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2088
- path: _path2 + ".snps[" + _index27 + "]",
2278
+ })) && input3.snps.map((elem, _index33) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2279
+ path: _path2 + ".snps[" + _index33 + "]",
2089
2280
  expected: "SnpsEntry",
2090
2281
  value: elem
2091
- })) && $vo47(elem, _path2 + ".snps[" + _index27 + "]", _exceptionable2) || $report(_exceptionable2, {
2092
- path: _path2 + ".snps[" + _index27 + "]",
2282
+ })) && $vo49(elem, _path2 + ".snps[" + _index33 + "]", _exceptionable2) || $report(_exceptionable2, {
2283
+ path: _path2 + ".snps[" + _index33 + "]",
2093
2284
  expected: "SnpsEntry",
2094
2285
  value: elem
2095
2286
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2097,12 +2288,12 @@ var validDescrStatsRequest = (input) => {
2097
2288
  expected: "(Array<SnpsEntry> | undefined)",
2098
2289
  value: input3.snps
2099
2290
  })].every((flag) => flag);
2100
- const $vo47 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
2291
+ const $vo49 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
2101
2292
  path: _path2 + ".altAlleles",
2102
2293
  expected: "(Array<string> | undefined)",
2103
2294
  value: input3.altAlleles
2104
- })) && input3.altAlleles.map((elem, _index28) => "string" === typeof elem || $report(_exceptionable2, {
2105
- path: _path2 + ".altAlleles[" + _index28 + "]",
2295
+ })) && input3.altAlleles.map((elem, _index34) => "string" === typeof elem || $report(_exceptionable2, {
2296
+ path: _path2 + ".altAlleles[" + _index34 + "]",
2106
2297
  expected: "string",
2107
2298
  value: elem
2108
2299
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2113,12 +2304,12 @@ var validDescrStatsRequest = (input) => {
2113
2304
  path: _path2 + ".alleles",
2114
2305
  expected: "(Array<AllelesEntry> | undefined)",
2115
2306
  value: input3.alleles
2116
- })) && input3.alleles.map((elem, _index29) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2117
- path: _path2 + ".alleles[" + _index29 + "]",
2307
+ })) && input3.alleles.map((elem, _index35) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2308
+ path: _path2 + ".alleles[" + _index35 + "]",
2118
2309
  expected: "AllelesEntry",
2119
2310
  value: elem
2120
- })) && $vo48(elem, _path2 + ".alleles[" + _index29 + "]", _exceptionable2) || $report(_exceptionable2, {
2121
- path: _path2 + ".alleles[" + _index29 + "]",
2311
+ })) && $vo50(elem, _path2 + ".alleles[" + _index35 + "]", _exceptionable2) || $report(_exceptionable2, {
2312
+ path: _path2 + ".alleles[" + _index35 + "]",
2122
2313
  expected: "AllelesEntry",
2123
2314
  value: elem
2124
2315
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2133,7 +2324,7 @@ var validDescrStatsRequest = (input) => {
2133
2324
  path: _path2 + ".gt2count",
2134
2325
  expected: "(__type.o7 | undefined)",
2135
2326
  value: input3.gt2count
2136
- })) && $vo49(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
2327
+ })) && $vo51(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
2137
2328
  path: _path2 + ".gt2count",
2138
2329
  expected: "(__type.o7 | undefined)",
2139
2330
  value: input3.gt2count
@@ -2162,7 +2353,7 @@ var validDescrStatsRequest = (input) => {
2162
2353
  expected: "(number | undefined)",
2163
2354
  value: input3.pos
2164
2355
  })].every((flag) => flag);
2165
- const $vo48 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
2356
+ const $vo50 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
2166
2357
  path: _path2 + ".allele",
2167
2358
  expected: "string",
2168
2359
  value: input3.allele
@@ -2175,7 +2366,7 @@ var validDescrStatsRequest = (input) => {
2175
2366
  expected: "boolean",
2176
2367
  value: input3.isRef
2177
2368
  })].every((flag) => flag);
2178
- const $vo49 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
2369
+ const $vo51 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
2179
2370
  path: _path2 + ".k",
2180
2371
  expected: "string",
2181
2372
  value: input3.k
@@ -2184,7 +2375,7 @@ var validDescrStatsRequest = (input) => {
2184
2375
  expected: "(number | string)",
2185
2376
  value: input3.v
2186
2377
  })].every((flag) => flag);
2187
- const $vo50 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2378
+ const $vo52 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2188
2379
  path: _path2 + ".id",
2189
2380
  expected: "(string | undefined)",
2190
2381
  value: input3.id
@@ -2210,22 +2401,22 @@ var validDescrStatsRequest = (input) => {
2210
2401
  value: input3.minNumSamples
2211
2402
  }), true, ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2212
2403
  path: _path2 + ".term",
2213
- expected: '(BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { id?: string | undefined; type: "integer" | "float" | "geneExpression" | "metaboliteIntensity" | "date"; bins: PresetNumericBins; values?: TermValues | undefined; unit?: string | undefined; continuousColorScale?: { ...; } | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "geneVariant"; } & GvCoord & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { type: "geneVariant"; } & GvGene & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { values: SampleLstTermValues; })',
2404
+ expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { id?: string | undefined; type: "integer" | "float" | "geneExpression" | "metaboliteIntensity" | "date"; bins: PresetNumericBins; values?: TermValues | undefined; unit?: string | undefined; continuousColorScale?: { ...; } | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { values: SampleLstTermValues; })',
2214
2405
  value: input3.term
2215
- })) && $vu11(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2406
+ })) && $vu12(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2216
2407
  path: _path2 + ".term",
2217
- expected: '(BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { id?: string | undefined; type: "integer" | "float" | "geneExpression" | "metaboliteIntensity" | "date"; bins: PresetNumericBins; values?: TermValues | undefined; unit?: string | undefined; continuousColorScale?: { ...; } | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "geneVariant"; } & GvCoord & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { type: "geneVariant"; } & GvGene & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { values: SampleLstTermValues; })',
2408
+ expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { id?: string | undefined; type: "integer" | "float" | "geneExpression" | "metaboliteIntensity" | "date"; bins: PresetNumericBins; values?: TermValues | undefined; unit?: string | undefined; continuousColorScale?: { ...; } | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { values: SampleLstTermValues; })',
2218
2409
  value: input3.term
2219
2410
  }), ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) || $report(_exceptionable2, {
2220
2411
  path: _path2 + ".q",
2221
2412
  expected: "(BaseQ | BinaryNumericQ | ConditionQ | ContinuousNumericQ | CustomGroupSettingQ | CustomNumericBinConfig | FilterQ | PredefinedGroupSettingQ | RegularNumericBinConfig | SampleLstQ | SnpsQ | SplineNumericQ | ValuesQ)",
2222
2413
  value: input3.q
2223
- })) && $vu12(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2414
+ })) && $vu13(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2224
2415
  path: _path2 + ".q",
2225
2416
  expected: "(BaseQ | BinaryNumericQ | ConditionQ | ContinuousNumericQ | CustomGroupSettingQ | CustomNumericBinConfig | FilterQ | PredefinedGroupSettingQ | RegularNumericBinConfig | SampleLstQ | SnpsQ | SplineNumericQ | ValuesQ)",
2226
2417
  value: input3.q
2227
2418
  })].every((flag) => flag);
2228
- const $vo51 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2419
+ const $vo53 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2229
2420
  path: _path2 + ".id",
2230
2421
  expected: "string",
2231
2422
  value: input3.id
@@ -2241,8 +2432,8 @@ var validDescrStatsRequest = (input) => {
2241
2432
  path: _path2 + ".child_types",
2242
2433
  expected: "(Array<string> | undefined)",
2243
2434
  value: input3.child_types
2244
- })) && input3.child_types.map((elem, _index30) => "string" === typeof elem || $report(_exceptionable2, {
2245
- path: _path2 + ".child_types[" + _index30 + "]",
2435
+ })) && input3.child_types.map((elem, _index36) => "string" === typeof elem || $report(_exceptionable2, {
2436
+ path: _path2 + ".child_types[" + _index36 + "]",
2246
2437
  expected: "string",
2247
2438
  value: elem
2248
2439
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2257,8 +2448,8 @@ var validDescrStatsRequest = (input) => {
2257
2448
  path: _path2 + ".included_types",
2258
2449
  expected: "(Array<string> | undefined)",
2259
2450
  value: input3.included_types
2260
- })) && input3.included_types.map((elem, _index31) => "string" === typeof elem || $report(_exceptionable2, {
2261
- path: _path2 + ".included_types[" + _index31 + "]",
2451
+ })) && input3.included_types.map((elem, _index37) => "string" === typeof elem || $report(_exceptionable2, {
2452
+ path: _path2 + ".included_types[" + _index37 + "]",
2262
2453
  expected: "string",
2263
2454
  value: elem
2264
2455
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2301,6 +2492,22 @@ var validDescrStatsRequest = (input) => {
2301
2492
  path: _path2 + ".stop",
2302
2493
  expected: "(number | undefined)",
2303
2494
  value: input3.stop
2495
+ }), (Array.isArray(input3.genes) || $report(_exceptionable2, {
2496
+ path: _path2 + ".genes",
2497
+ expected: "Array<GvGeneTerm>",
2498
+ value: input3.genes
2499
+ })) && input3.genes.map((elem, _index38) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2500
+ path: _path2 + ".genes[" + _index38 + "]",
2501
+ expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2502
+ value: elem
2503
+ })) && $vu3(elem, _path2 + ".genes[" + _index38 + "]", _exceptionable2) || $report(_exceptionable2, {
2504
+ path: _path2 + ".genes[" + _index38 + "]",
2505
+ expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2506
+ value: elem
2507
+ })).every((flag) => flag) || $report(_exceptionable2, {
2508
+ path: _path2 + ".genes",
2509
+ expected: "Array<GvGeneTerm>",
2510
+ value: input3.genes
2304
2511
  }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
2305
2512
  path: _path2 + ".groupsetting",
2306
2513
  expected: "TermGroupSetting",
@@ -2313,12 +2520,12 @@ var validDescrStatsRequest = (input) => {
2313
2520
  path: _path2 + ".childTerms",
2314
2521
  expected: "Array<DtTerm>",
2315
2522
  value: input3.childTerms
2316
- })) && input3.childTerms.map((elem, _index32) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2317
- path: _path2 + ".childTerms[" + _index32 + "]",
2523
+ })) && input3.childTerms.map((elem, _index39) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2524
+ path: _path2 + ".childTerms[" + _index39 + "]",
2318
2525
  expected: "DtTerm",
2319
2526
  value: elem
2320
- })) && $vo34(elem, _path2 + ".childTerms[" + _index32 + "]", _exceptionable2) || $report(_exceptionable2, {
2321
- path: _path2 + ".childTerms[" + _index32 + "]",
2527
+ })) && $vo34(elem, _path2 + ".childTerms[" + _index39 + "]", _exceptionable2) || $report(_exceptionable2, {
2528
+ path: _path2 + ".childTerms[" + _index39 + "]",
2322
2529
  expected: "DtTerm",
2323
2530
  value: elem
2324
2531
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2326,7 +2533,7 @@ var validDescrStatsRequest = (input) => {
2326
2533
  expected: "Array<DtTerm>",
2327
2534
  value: input3.childTerms
2328
2535
  })].every((flag) => flag);
2329
- const $vo52 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2536
+ const $vo54 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2330
2537
  path: _path2 + ".id",
2331
2538
  expected: "string",
2332
2539
  value: input3.id
@@ -2342,8 +2549,8 @@ var validDescrStatsRequest = (input) => {
2342
2549
  path: _path2 + ".child_types",
2343
2550
  expected: "(Array<string> | undefined)",
2344
2551
  value: input3.child_types
2345
- })) && input3.child_types.map((elem, _index33) => "string" === typeof elem || $report(_exceptionable2, {
2346
- path: _path2 + ".child_types[" + _index33 + "]",
2552
+ })) && input3.child_types.map((elem, _index40) => "string" === typeof elem || $report(_exceptionable2, {
2553
+ path: _path2 + ".child_types[" + _index40 + "]",
2347
2554
  expected: "string",
2348
2555
  value: elem
2349
2556
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2358,8 +2565,8 @@ var validDescrStatsRequest = (input) => {
2358
2565
  path: _path2 + ".included_types",
2359
2566
  expected: "(Array<string> | undefined)",
2360
2567
  value: input3.included_types
2361
- })) && input3.included_types.map((elem, _index34) => "string" === typeof elem || $report(_exceptionable2, {
2362
- path: _path2 + ".included_types[" + _index34 + "]",
2568
+ })) && input3.included_types.map((elem, _index41) => "string" === typeof elem || $report(_exceptionable2, {
2569
+ path: _path2 + ".included_types[" + _index41 + "]",
2363
2570
  expected: "string",
2364
2571
  value: elem
2365
2572
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2398,6 +2605,22 @@ var validDescrStatsRequest = (input) => {
2398
2605
  path: _path2 + ".stop",
2399
2606
  expected: "number",
2400
2607
  value: input3.stop
2608
+ }), (Array.isArray(input3.genes) || $report(_exceptionable2, {
2609
+ path: _path2 + ".genes",
2610
+ expected: "Array<GvGeneTerm>",
2611
+ value: input3.genes
2612
+ })) && input3.genes.map((elem, _index42) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2613
+ path: _path2 + ".genes[" + _index42 + "]",
2614
+ expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2615
+ value: elem
2616
+ })) && $vu3(elem, _path2 + ".genes[" + _index42 + "]", _exceptionable2) || $report(_exceptionable2, {
2617
+ path: _path2 + ".genes[" + _index42 + "]",
2618
+ expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2619
+ value: elem
2620
+ })).every((flag) => flag) || $report(_exceptionable2, {
2621
+ path: _path2 + ".genes",
2622
+ expected: "Array<GvGeneTerm>",
2623
+ value: input3.genes
2401
2624
  }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
2402
2625
  path: _path2 + ".groupsetting",
2403
2626
  expected: "TermGroupSetting",
@@ -2410,12 +2633,12 @@ var validDescrStatsRequest = (input) => {
2410
2633
  path: _path2 + ".childTerms",
2411
2634
  expected: "Array<DtTerm>",
2412
2635
  value: input3.childTerms
2413
- })) && input3.childTerms.map((elem, _index35) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2414
- path: _path2 + ".childTerms[" + _index35 + "]",
2636
+ })) && input3.childTerms.map((elem, _index43) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2637
+ path: _path2 + ".childTerms[" + _index43 + "]",
2415
2638
  expected: "DtTerm",
2416
2639
  value: elem
2417
- })) && $vo34(elem, _path2 + ".childTerms[" + _index35 + "]", _exceptionable2) || $report(_exceptionable2, {
2418
- path: _path2 + ".childTerms[" + _index35 + "]",
2640
+ })) && $vo34(elem, _path2 + ".childTerms[" + _index43 + "]", _exceptionable2) || $report(_exceptionable2, {
2641
+ path: _path2 + ".childTerms[" + _index43 + "]",
2419
2642
  expected: "DtTerm",
2420
2643
  value: elem
2421
2644
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2423,7 +2646,7 @@ var validDescrStatsRequest = (input) => {
2423
2646
  expected: "Array<DtTerm>",
2424
2647
  value: input3.childTerms
2425
2648
  })].every((flag) => flag);
2426
- const $vo53 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2649
+ const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2427
2650
  path: _path2 + ".id",
2428
2651
  expected: "string",
2429
2652
  value: input3.id
@@ -2439,8 +2662,8 @@ var validDescrStatsRequest = (input) => {
2439
2662
  path: _path2 + ".child_types",
2440
2663
  expected: "(Array<string> | undefined)",
2441
2664
  value: input3.child_types
2442
- })) && input3.child_types.map((elem, _index36) => "string" === typeof elem || $report(_exceptionable2, {
2443
- path: _path2 + ".child_types[" + _index36 + "]",
2665
+ })) && input3.child_types.map((elem, _index44) => "string" === typeof elem || $report(_exceptionable2, {
2666
+ path: _path2 + ".child_types[" + _index44 + "]",
2444
2667
  expected: "string",
2445
2668
  value: elem
2446
2669
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2455,8 +2678,8 @@ var validDescrStatsRequest = (input) => {
2455
2678
  path: _path2 + ".included_types",
2456
2679
  expected: "(Array<string> | undefined)",
2457
2680
  value: input3.included_types
2458
- })) && input3.included_types.map((elem, _index37) => "string" === typeof elem || $report(_exceptionable2, {
2459
- path: _path2 + ".included_types[" + _index37 + "]",
2681
+ })) && input3.included_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
2682
+ path: _path2 + ".included_types[" + _index45 + "]",
2460
2683
  expected: "string",
2461
2684
  value: elem
2462
2685
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2488,7 +2711,7 @@ var validDescrStatsRequest = (input) => {
2488
2711
  expected: "TermGroupSetting",
2489
2712
  value: input3.groupsetting
2490
2713
  })].every((flag) => flag);
2491
- const $vo54 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2714
+ const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2492
2715
  path: _path2 + ".id",
2493
2716
  expected: "string",
2494
2717
  value: input3.id
@@ -2504,8 +2727,8 @@ var validDescrStatsRequest = (input) => {
2504
2727
  path: _path2 + ".child_types",
2505
2728
  expected: "(Array<string> | undefined)",
2506
2729
  value: input3.child_types
2507
- })) && input3.child_types.map((elem, _index38) => "string" === typeof elem || $report(_exceptionable2, {
2508
- path: _path2 + ".child_types[" + _index38 + "]",
2730
+ })) && input3.child_types.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
2731
+ path: _path2 + ".child_types[" + _index46 + "]",
2509
2732
  expected: "string",
2510
2733
  value: elem
2511
2734
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2520,8 +2743,8 @@ var validDescrStatsRequest = (input) => {
2520
2743
  path: _path2 + ".included_types",
2521
2744
  expected: "(Array<string> | undefined)",
2522
2745
  value: input3.included_types
2523
- })) && input3.included_types.map((elem, _index39) => "string" === typeof elem || $report(_exceptionable2, {
2524
- path: _path2 + ".included_types[" + _index39 + "]",
2746
+ })) && input3.included_types.map((elem, _index47) => "string" === typeof elem || $report(_exceptionable2, {
2747
+ path: _path2 + ".included_types[" + _index47 + "]",
2525
2748
  expected: "string",
2526
2749
  value: elem
2527
2750
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2565,7 +2788,7 @@ var validDescrStatsRequest = (input) => {
2565
2788
  expected: "(__type.o3 | undefined)",
2566
2789
  value: input3.continuousColorScale
2567
2790
  })].every((flag) => flag);
2568
- const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2791
+ const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2569
2792
  path: _path2 + ".id",
2570
2793
  expected: "string",
2571
2794
  value: input3.id
@@ -2581,8 +2804,8 @@ var validDescrStatsRequest = (input) => {
2581
2804
  path: _path2 + ".child_types",
2582
2805
  expected: "(Array<string> | undefined)",
2583
2806
  value: input3.child_types
2584
- })) && input3.child_types.map((elem, _index40) => "string" === typeof elem || $report(_exceptionable2, {
2585
- path: _path2 + ".child_types[" + _index40 + "]",
2807
+ })) && input3.child_types.map((elem, _index48) => "string" === typeof elem || $report(_exceptionable2, {
2808
+ path: _path2 + ".child_types[" + _index48 + "]",
2586
2809
  expected: "string",
2587
2810
  value: elem
2588
2811
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2597,8 +2820,8 @@ var validDescrStatsRequest = (input) => {
2597
2820
  path: _path2 + ".included_types",
2598
2821
  expected: "(Array<string> | undefined)",
2599
2822
  value: input3.included_types
2600
- })) && input3.included_types.map((elem, _index41) => "string" === typeof elem || $report(_exceptionable2, {
2601
- path: _path2 + ".included_types[" + _index41 + "]",
2823
+ })) && input3.included_types.map((elem, _index49) => "string" === typeof elem || $report(_exceptionable2, {
2824
+ path: _path2 + ".included_types[" + _index49 + "]",
2602
2825
  expected: "string",
2603
2826
  value: elem
2604
2827
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2622,7 +2845,7 @@ var validDescrStatsRequest = (input) => {
2622
2845
  expected: "(boolean | undefined)",
2623
2846
  value: input3.skipValuesBuild
2624
2847
  })].every((flag) => flag);
2625
- const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2848
+ const $vo58 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2626
2849
  path: _path2 + ".id",
2627
2850
  expected: "string",
2628
2851
  value: input3.id
@@ -2638,8 +2861,8 @@ var validDescrStatsRequest = (input) => {
2638
2861
  path: _path2 + ".child_types",
2639
2862
  expected: "(Array<string> | undefined)",
2640
2863
  value: input3.child_types
2641
- })) && input3.child_types.map((elem, _index42) => "string" === typeof elem || $report(_exceptionable2, {
2642
- path: _path2 + ".child_types[" + _index42 + "]",
2864
+ })) && input3.child_types.map((elem, _index50) => "string" === typeof elem || $report(_exceptionable2, {
2865
+ path: _path2 + ".child_types[" + _index50 + "]",
2643
2866
  expected: "string",
2644
2867
  value: elem
2645
2868
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2654,8 +2877,8 @@ var validDescrStatsRequest = (input) => {
2654
2877
  path: _path2 + ".included_types",
2655
2878
  expected: "(Array<string> | undefined)",
2656
2879
  value: input3.included_types
2657
- })) && input3.included_types.map((elem, _index43) => "string" === typeof elem || $report(_exceptionable2, {
2658
- path: _path2 + ".included_types[" + _index43 + "]",
2880
+ })) && input3.included_types.map((elem, _index51) => "string" === typeof elem || $report(_exceptionable2, {
2881
+ path: _path2 + ".included_types[" + _index51 + "]",
2659
2882
  expected: "string",
2660
2883
  value: elem
2661
2884
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2686,12 +2909,12 @@ var validDescrStatsRequest = (input) => {
2686
2909
  path: _path2 + ".snps",
2687
2910
  expected: "(Array<SnpsEntry> | undefined)",
2688
2911
  value: input3.snps
2689
- })) && input3.snps.map((elem, _index44) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2690
- path: _path2 + ".snps[" + _index44 + "]",
2912
+ })) && input3.snps.map((elem, _index52) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2913
+ path: _path2 + ".snps[" + _index52 + "]",
2691
2914
  expected: "SnpsEntry",
2692
2915
  value: elem
2693
- })) && $vo47(elem, _path2 + ".snps[" + _index44 + "]", _exceptionable2) || $report(_exceptionable2, {
2694
- path: _path2 + ".snps[" + _index44 + "]",
2916
+ })) && $vo49(elem, _path2 + ".snps[" + _index52 + "]", _exceptionable2) || $report(_exceptionable2, {
2917
+ path: _path2 + ".snps[" + _index52 + "]",
2695
2918
  expected: "SnpsEntry",
2696
2919
  value: elem
2697
2920
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2699,7 +2922,7 @@ var validDescrStatsRequest = (input) => {
2699
2922
  expected: "(Array<SnpsEntry> | undefined)",
2700
2923
  value: input3.snps
2701
2924
  })].every((flag) => flag);
2702
- const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2925
+ const $vo59 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2703
2926
  path: _path2 + ".id",
2704
2927
  expected: "string",
2705
2928
  value: input3.id
@@ -2715,8 +2938,8 @@ var validDescrStatsRequest = (input) => {
2715
2938
  path: _path2 + ".child_types",
2716
2939
  expected: "(Array<string> | undefined)",
2717
2940
  value: input3.child_types
2718
- })) && input3.child_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
2719
- path: _path2 + ".child_types[" + _index45 + "]",
2941
+ })) && input3.child_types.map((elem, _index53) => "string" === typeof elem || $report(_exceptionable2, {
2942
+ path: _path2 + ".child_types[" + _index53 + "]",
2720
2943
  expected: "string",
2721
2944
  value: elem
2722
2945
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2731,8 +2954,8 @@ var validDescrStatsRequest = (input) => {
2731
2954
  path: _path2 + ".included_types",
2732
2955
  expected: "(Array<string> | undefined)",
2733
2956
  value: input3.included_types
2734
- })) && input3.included_types.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
2735
- path: _path2 + ".included_types[" + _index46 + "]",
2957
+ })) && input3.included_types.map((elem, _index54) => "string" === typeof elem || $report(_exceptionable2, {
2958
+ path: _path2 + ".included_types[" + _index54 + "]",
2736
2959
  expected: "string",
2737
2960
  value: elem
2738
2961
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2747,7 +2970,7 @@ var validDescrStatsRequest = (input) => {
2747
2970
  path: _path2 + ".values",
2748
2971
  expected: "(TermValues & SampleLstTermValues | undefined)",
2749
2972
  value: input3.values
2750
- })) && $vo58(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2973
+ })) && $vo60(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2751
2974
  path: _path2 + ".values",
2752
2975
  expected: "(TermValues & SampleLstTermValues | undefined)",
2753
2976
  value: input3.values
@@ -2756,7 +2979,7 @@ var validDescrStatsRequest = (input) => {
2756
2979
  expected: "(boolean | undefined)",
2757
2980
  value: input3.skipValuesBuild
2758
2981
  })].every((flag) => flag);
2759
- const $vo58 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2982
+ const $vo60 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2760
2983
  const value = input3[key];
2761
2984
  if (void 0 === value)
2762
2985
  return true;
@@ -2765,7 +2988,7 @@ var validDescrStatsRequest = (input) => {
2765
2988
  path: _path2 + $join(key),
2766
2989
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
2767
2990
  value
2768
- })) && $vo59(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2991
+ })) && $vo61(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2769
2992
  path: _path2 + $join(key),
2770
2993
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
2771
2994
  value
@@ -2775,14 +2998,14 @@ var validDescrStatsRequest = (input) => {
2775
2998
  path: _path2 + $join(key),
2776
2999
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
2777
3000
  value
2778
- })) && $vo59(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3001
+ })) && $vo61(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2779
3002
  path: _path2 + $join(key),
2780
3003
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
2781
3004
  value
2782
3005
  });
2783
3006
  return true;
2784
3007
  }).every((flag) => flag)].every((flag) => flag);
2785
- const $vo59 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
3008
+ const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
2786
3009
  path: _path2 + ".key",
2787
3010
  expected: "(string | undefined)",
2788
3011
  value: input3.key
@@ -2826,12 +3049,12 @@ var validDescrStatsRequest = (input) => {
2826
3049
  path: _path2 + ".list",
2827
3050
  expected: "Array<__type>.o4",
2828
3051
  value: input3.list
2829
- })) && input3.list.map((elem, _index47) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2830
- path: _path2 + ".list[" + _index47 + "]",
3052
+ })) && input3.list.map((elem, _index55) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3053
+ path: _path2 + ".list[" + _index55 + "]",
2831
3054
  expected: "__type.o8",
2832
3055
  value: elem
2833
- })) && $vo60(elem, _path2 + ".list[" + _index47 + "]", _exceptionable2) || $report(_exceptionable2, {
2834
- path: _path2 + ".list[" + _index47 + "]",
3056
+ })) && $vo62(elem, _path2 + ".list[" + _index55 + "]", _exceptionable2) || $report(_exceptionable2, {
3057
+ path: _path2 + ".list[" + _index55 + "]",
2835
3058
  expected: "__type.o8",
2836
3059
  value: elem
2837
3060
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2839,7 +3062,7 @@ var validDescrStatsRequest = (input) => {
2839
3062
  expected: "Array<__type>.o4",
2840
3063
  value: input3.list
2841
3064
  }), true].every((flag) => flag);
2842
- const $vo60 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.sampleId || $report(_exceptionable2, {
3065
+ const $vo62 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.sampleId || $report(_exceptionable2, {
2843
3066
  path: _path2 + ".sampleId",
2844
3067
  expected: "string",
2845
3068
  value: input3.sampleId
@@ -2848,7 +3071,7 @@ var validDescrStatsRequest = (input) => {
2848
3071
  expected: "string",
2849
3072
  value: input3.sample
2850
3073
  })].every((flag) => flag);
2851
- const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3074
+ const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2852
3075
  path: _path2 + ".hiddenValues",
2853
3076
  expected: "(HiddenValues | undefined)",
2854
3077
  value: input3.hiddenValues
@@ -2877,7 +3100,7 @@ var validDescrStatsRequest = (input) => {
2877
3100
  expected: '("custom-bin" | "custom-groupset" | "custom-samplelst" | "filter" | "predefined-groupset" | "regular-bin" | "values" | undefined)',
2878
3101
  value: input3.type
2879
3102
  })].every((flag) => flag);
2880
- const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3103
+ const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2881
3104
  path: _path2 + ".hiddenValues",
2882
3105
  expected: "(HiddenValues | undefined)",
2883
3106
  value: input3.hiddenValues
@@ -2917,8 +3140,8 @@ var validDescrStatsRequest = (input) => {
2917
3140
  path: _path2 + ".breaks",
2918
3141
  expected: "(Array<number> | undefined)",
2919
3142
  value: input3.breaks
2920
- })) && input3.breaks.map((elem, _index48) => "number" === typeof elem || $report(_exceptionable2, {
2921
- path: _path2 + ".breaks[" + _index48 + "]",
3143
+ })) && input3.breaks.map((elem, _index56) => "number" === typeof elem || $report(_exceptionable2, {
3144
+ path: _path2 + ".breaks[" + _index56 + "]",
2922
3145
  expected: "number",
2923
3146
  value: elem
2924
3147
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2942,7 +3165,7 @@ var validDescrStatsRequest = (input) => {
2942
3165
  expected: "(boolean | undefined)",
2943
3166
  value: input3.value_by_computable_grade
2944
3167
  }), true].every((flag) => flag);
2945
- const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3168
+ const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2946
3169
  path: _path2 + ".hiddenValues",
2947
3170
  expected: "(HiddenValues | undefined)",
2948
3171
  value: input3.hiddenValues
@@ -2974,12 +3197,12 @@ var validDescrStatsRequest = (input) => {
2974
3197
  path: _path2 + ".groups",
2975
3198
  expected: "SampleLstTermValues",
2976
3199
  value: input3.groups
2977
- })) && $vo64(input3.groups, _path2 + ".groups", _exceptionable2) || $report(_exceptionable2, {
3200
+ })) && $vo66(input3.groups, _path2 + ".groups", _exceptionable2) || $report(_exceptionable2, {
2978
3201
  path: _path2 + ".groups",
2979
3202
  expected: "SampleLstTermValues",
2980
3203
  value: input3.groups
2981
3204
  })].every((flag) => flag);
2982
- const $vo64 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3205
+ const $vo66 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2983
3206
  const value = input3[key];
2984
3207
  if (void 0 === value)
2985
3208
  return true;
@@ -2988,7 +3211,7 @@ var validDescrStatsRequest = (input) => {
2988
3211
  path: _path2 + $join(key),
2989
3212
  expected: "__type.o9",
2990
3213
  value
2991
- })) && $vo65(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3214
+ })) && $vo67(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2992
3215
  path: _path2 + $join(key),
2993
3216
  expected: "__type.o9",
2994
3217
  value
@@ -2998,14 +3221,14 @@ var validDescrStatsRequest = (input) => {
2998
3221
  path: _path2 + $join(key),
2999
3222
  expected: "__type.o9",
3000
3223
  value
3001
- })) && $vo65(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3224
+ })) && $vo67(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3002
3225
  path: _path2 + $join(key),
3003
3226
  expected: "__type.o9",
3004
3227
  value
3005
3228
  });
3006
3229
  return true;
3007
3230
  }).every((flag) => flag)].every((flag) => flag);
3008
- const $vo65 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
3231
+ const $vo67 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
3009
3232
  path: _path2 + ".name",
3010
3233
  expected: "string",
3011
3234
  value: input3.name
@@ -3017,12 +3240,12 @@ var validDescrStatsRequest = (input) => {
3017
3240
  path: _path2 + ".list",
3018
3241
  expected: "Array<__type>.o4",
3019
3242
  value: input3.list
3020
- })) && input3.list.map((elem, _index49) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3021
- path: _path2 + ".list[" + _index49 + "]",
3243
+ })) && input3.list.map((elem, _index57) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3244
+ path: _path2 + ".list[" + _index57 + "]",
3022
3245
  expected: "__type.o8",
3023
3246
  value: elem
3024
- })) && $vo60(elem, _path2 + ".list[" + _index49 + "]", _exceptionable2) || $report(_exceptionable2, {
3025
- path: _path2 + ".list[" + _index49 + "]",
3247
+ })) && $vo62(elem, _path2 + ".list[" + _index57 + "]", _exceptionable2) || $report(_exceptionable2, {
3248
+ path: _path2 + ".list[" + _index57 + "]",
3026
3249
  expected: "__type.o8",
3027
3250
  value: elem
3028
3251
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3060,6 +3283,17 @@ var validDescrStatsRequest = (input) => {
3060
3283
  return $vo25(input3, _path2, _exceptionable2);
3061
3284
  })();
3062
3285
  const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
3286
+ if ("gene" === input3.kind)
3287
+ return $vo36(input3, _path2, _exceptionable2);
3288
+ if ("coord" === input3.kind)
3289
+ return $vo37(input3, _path2, _exceptionable2);
3290
+ return $report(_exceptionable2, {
3291
+ path: _path2,
3292
+ expected: "(BaseTerm & Gene | BaseTerm & Coord)",
3293
+ value: input3
3294
+ });
3295
+ })();
3296
+ const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
3063
3297
  if (true === input3.startunbounded)
3064
3298
  return $vo24(input3, _path2, _exceptionable2);
3065
3299
  if (void 0 !== input3.start)
@@ -3070,7 +3304,7 @@ var validDescrStatsRequest = (input) => {
3070
3304
  value: input3
3071
3305
  });
3072
3306
  })();
3073
- const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
3307
+ const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
3074
3308
  if (void 0 !== input3.stop)
3075
3309
  return $vo25(input3, _path2, _exceptionable2);
3076
3310
  if (true === input3.stopunbounded)
@@ -3081,12 +3315,12 @@ var validDescrStatsRequest = (input) => {
3081
3315
  value: input3
3082
3316
  });
3083
3317
  })();
3084
- const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
3318
+ const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
3085
3319
  if (void 0 !== input3.type)
3086
3320
  return $vo1(input3, _path2, _exceptionable2);
3087
- return $vo50(input3, _path2, false) || $vo43(input3, _path2, false) || $vo38(input3, _path2, false);
3321
+ return $vo52(input3, _path2, false) || $vo45(input3, _path2, false) || $vo40(input3, _path2, false);
3088
3322
  })();
3089
- const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
3323
+ const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
3090
3324
  if ("values" === input3.type)
3091
3325
  return $vo3(input3, _path2, _exceptionable2);
3092
3326
  if ("predefined-groupset" === input3.type)
@@ -3095,12 +3329,12 @@ var validDescrStatsRequest = (input) => {
3095
3329
  return $vo7(input3, _path2, _exceptionable2);
3096
3330
  return $vo5(input3, _path2, _exceptionable2);
3097
3331
  })();
3098
- const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
3332
+ const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
3099
3333
  if (void 0 !== input3.ranges)
3100
3334
  return $vo20(input3, _path2, _exceptionable2);
3101
3335
  return $vo14(input3, _path2, false) || $vo30(input3, _path2, false) || $vo33(input3, _path2, false);
3102
3336
  })();
3103
- const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
3337
+ const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
3104
3338
  if ("regular-bin" === input3.type)
3105
3339
  return $vo23(input3, _path2, _exceptionable2);
3106
3340
  if ("custom-bin" === input3.type)
@@ -3111,40 +3345,40 @@ var validDescrStatsRequest = (input) => {
3111
3345
  value: input3
3112
3346
  });
3113
3347
  })();
3114
- const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
3348
+ const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
3115
3349
  if ("gene" === input3.kind)
3116
3350
  return $vo35(input3, _path2, _exceptionable2);
3117
3351
  if ("coord" === input3.kind)
3118
- return $vo36(input3, _path2, _exceptionable2);
3352
+ return $vo38(input3, _path2, _exceptionable2);
3119
3353
  return $report(_exceptionable2, {
3120
3354
  path: _path2,
3121
- expected: '(BaseTerm & { type: "geneVariant"; } & GvGene & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & { type: "geneVariant"; } & GvCoord & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; })',
3355
+ 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; })',
3122
3356
  value: input3
3123
3357
  });
3124
3358
  })();
3125
- const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
3359
+ const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
3126
3360
  if ("regular-bin" === input3.type)
3127
3361
  return $vo23(input3, _path2, _exceptionable2);
3128
3362
  if ("continuous" === input3.mode)
3129
- return $vo40(input3, _path2, _exceptionable2);
3363
+ return $vo42(input3, _path2, _exceptionable2);
3130
3364
  if ("spline" === input3.mode)
3131
- return $vo41(input3, _path2, _exceptionable2);
3132
- return $vo27(input3, _path2, false) || $vo39(input3, _path2, false);
3365
+ return $vo43(input3, _path2, _exceptionable2);
3366
+ return $vo27(input3, _path2, false) || $vo41(input3, _path2, false);
3133
3367
  })();
3134
- const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
3368
+ const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
3135
3369
  if ("gene" === input3.kind)
3136
- return $vo51(input3, _path2, _exceptionable2);
3370
+ return $vo53(input3, _path2, _exceptionable2);
3137
3371
  if ("coord" === input3.kind)
3138
- return $vo52(input3, _path2, _exceptionable2);
3372
+ return $vo54(input3, _path2, _exceptionable2);
3139
3373
  if ("categorical" === input3.type)
3140
- return $vo53(input3, _path2, _exceptionable2);
3374
+ return $vo55(input3, _path2, _exceptionable2);
3141
3375
  if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type)
3142
- return $vo54(input3, _path2, _exceptionable2);
3376
+ return $vo56(input3, _path2, _exceptionable2);
3143
3377
  if ("condition" === input3.type)
3144
- return $vo55(input3, _path2, _exceptionable2);
3145
- return $vo56(input3, _path2, false) || $vo57(input3, _path2, false);
3378
+ return $vo57(input3, _path2, _exceptionable2);
3379
+ return $vo58(input3, _path2, false) || $vo59(input3, _path2, false);
3146
3380
  })();
3147
- const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
3381
+ const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
3148
3382
  if (void 0 !== input3.predefined_groupset_idx)
3149
3383
  return $vo6(input3, _path2, _exceptionable2);
3150
3384
  if (void 0 !== input3.customset)
@@ -3152,15 +3386,15 @@ var validDescrStatsRequest = (input) => {
3152
3386
  if (void 0 !== input3.bin_size)
3153
3387
  return $vo23(input3, _path2, _exceptionable2);
3154
3388
  if (void 0 !== input3.knots)
3155
- return $vo41(input3, _path2, _exceptionable2);
3389
+ return $vo43(input3, _path2, _exceptionable2);
3156
3390
  if (void 0 !== input3.AFcutoff)
3157
- return $vo44(input3, _path2, _exceptionable2);
3391
+ return $vo46(input3, _path2, _exceptionable2);
3158
3392
  if (void 0 !== input3.timeScale)
3159
- return $vo62(input3, _path2, _exceptionable2);
3393
+ return $vo64(input3, _path2, _exceptionable2);
3160
3394
  return (() => {
3161
3395
  if (void 0 !== input3.groups)
3162
- return $vo63(input3, _path2, _exceptionable2);
3163
- return $vo5(input3, _path2, false) || $vo61(input3, _path2, false) || $vo3(input3, _path2, false) || $vo27(input3, _path2, false) || $vo39(input3, _path2, false) || $vo40(input3, _path2, false);
3396
+ return $vo65(input3, _path2, _exceptionable2);
3397
+ return $vo5(input3, _path2, false) || $vo63(input3, _path2, false) || $vo3(input3, _path2, false) || $vo27(input3, _path2, false) || $vo41(input3, _path2, false) || $vo42(input3, _path2, false);
3164
3398
  })();
3165
3399
  })();
3166
3400
  return ("object" === typeof input2 && null !== input2 || $report(true, {