@sjcrh/proteinpaint-types 2.140.1-2 → 2.140.1

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 (31) hide show
  1. package/dist/brainImaging.js +1 -1
  2. package/dist/{chunk-KDHGWAOS.js → chunk-2WLN6PMW.js} +575 -367
  3. package/dist/{chunk-G5BYLEJC.js → chunk-AADDTYUL.js} +266 -154
  4. package/dist/{chunk-2QKCLUH3.js → chunk-BWLSDIHM.js} +575 -367
  5. package/dist/{chunk-P3Z422N2.js → chunk-ECF6WSOD.js} +266 -154
  6. package/dist/{chunk-NHELOLDH.js → chunk-EWON4FG5.js} +2401 -644
  7. package/dist/{chunk-ZHCVV36H.js → chunk-FZJ3E7JA.js} +579 -371
  8. package/dist/{chunk-34LXTZYA.js → chunk-IDP5KXE6.js} +632 -424
  9. package/dist/{chunk-HJ7XFSJK.js → chunk-KS74VVON.js} +262 -150
  10. package/dist/{chunk-Y6Z6XAFN.js → chunk-PPFFVFUI.js} +266 -154
  11. package/dist/{chunk-5BKOSJEU.js → chunk-WKT3H4P4.js} +731 -409
  12. package/dist/{chunk-F2ZZ5J3F.js → chunk-XXHHUIEV.js} +575 -367
  13. package/dist/{chunk-4S36DRJ4.js → chunk-ZA3FDGAD.js} +465 -255
  14. package/dist/correlationVolcano.js +1 -1
  15. package/dist/index.js +12 -12
  16. package/dist/termdb.boxplot.js +1 -1
  17. package/dist/termdb.categories.js +1 -1
  18. package/dist/termdb.cluster.js +1 -1
  19. package/dist/termdb.descrstats.js +1 -1
  20. package/dist/termdb.numericcategories.js +1 -1
  21. package/dist/termdb.percentile.js +1 -1
  22. package/dist/termdb.termsbyids.js +1 -1
  23. package/dist/termdb.topTermsByType.js +1 -1
  24. package/dist/termdb.topVariablyExpressedGenes.js +1 -1
  25. package/dist/termdb.violin.js +1 -1
  26. package/package.json +1 -1
  27. package/src/dataset.ts +10 -2
  28. package/src/routes/termdb.cluster.ts +6 -6
  29. package/src/terms/geneExpression.ts +13 -17
  30. package/src/terms/numeric.ts +7 -18
  31. package/src/terms/singleCellGeneExpression.ts +3 -4
@@ -101,72 +101,74 @@ var validDescrStatsRequest = (input) => {
101
101
  const $io17 = (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));
102
102
  const $io18 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io19(elem)));
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
- const $io20 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io21(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io29(elem)));
105
- const $io21 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type || "ssGSEA" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $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"] && $iu9(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu9(input3.less)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset) && (void 0 === input3.label_offset_ignored || "boolean" === typeof input3.label_offset_ignored) && (void 0 === input3.rounding || "string" === typeof input3.rounding) && (void 0 === input3.min || "number" === typeof input3.min) && (void 0 === input3.max || "number" === typeof input3.max);
107
- const $io23 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "regular-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode) && "number" === typeof input3.bin_size && ("object" === typeof input3.first_bin && null !== input3.first_bin && $iu4(input3.first_bin)) && (void 0 === input3.last_bin || "object" === typeof input3.last_bin && null !== input3.last_bin && $iu5(input3.last_bin)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset);
108
- const $io24 = (input3) => true === input3.startunbounded && (void 0 === input3.startinclusive || false === input3.startinclusive) && "number" === typeof input3.stop && (void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive) && (void 0 === input3.stopunbounded || false === input3.stopunbounded) && (void 0 === input3.label || "string" === typeof input3.label);
109
- const $io25 = (input3) => (void 0 === input3.startunbounded || false === input3.startunbounded) && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && "number" === typeof input3.start && "number" === typeof input3.stop && (void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive) && (void 0 === input3.stopunbounded || false === input3.stopunbounded) && (void 0 === input3.label || "string" === typeof input3.label);
110
- const $io26 = (input3) => "number" === typeof input3.start && true === input3.stopunbounded && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && (void 0 === input3.startunbounded || false === input3.startunbounded) && (void 0 === input3.stopinclusive || false === input3.stopinclusive) && (void 0 === input3.label || "string" === typeof input3.label);
111
- const $io27 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "custom-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && (Array.isArray(input3.lst) && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu2(input3.lst[0]) && (Array.isArray(input3.lst.slice(1)) && input3.lst.slice(1).every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))))) && (void 0 === input3.preferredBins || "median" === input3.preferredBins);
112
- const $io28 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
113
- const $io29 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
114
- const $io30 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io31(input3.term)) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && (void 0 === input3.grade_and_child || Array.isArray(input3.grade_and_child) && input3.grade_and_child.every((elem) => "object" === typeof elem && null !== elem && $io32(elem)));
115
- const $io31 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
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 && $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 || "ssGSEA" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $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) => {
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 && $iu9(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 && $io30(elem)));
105
+ const $io21 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === 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) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io22(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io23(input3.bins));
106
+ const $io22 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
107
+ const $io23 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu10(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu10(input3.less)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset) && (void 0 === input3.label_offset_ignored || "boolean" === typeof input3.label_offset_ignored) && (void 0 === input3.rounding || "string" === typeof input3.rounding) && (void 0 === input3.min || "number" === typeof input3.min) && (void 0 === input3.max || "number" === typeof input3.max);
108
+ const $io24 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "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);
109
+ const $io25 = (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);
110
+ const $io26 = (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);
111
+ const $io27 = (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);
112
+ const $io28 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "custom-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && (Array.isArray(input3.lst) && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu2(input3.lst[0]) && (Array.isArray(input3.lst.slice(1)) && input3.lst.slice(1).every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))))) && (void 0 === input3.preferredBins || "median" === input3.preferredBins);
113
+ const $io29 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io22(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.gene && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io23(input3.bins)) && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
114
+ const $io30 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
115
+ const $io31 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io32(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 && $io33(elem)));
116
+ const $io32 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
117
+ const $io33 = (input3) => "number" === typeof input3.grade && "string" === typeof input3.grade_label && (void 0 === input3.child_id || "string" === typeof input3.child_id) && "string" === typeof input3.child_label;
118
+ const $io34 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io35(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io40(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName);
119
+ const $io35 = (input3) => "string" === typeof input3.id && "string" === typeof input3.query && "string" === typeof input3.name && "string" === typeof input3.name_noOrigin && (void 0 === input3.parentTerm || "object" === typeof input3.parentTerm && null !== input3.parentTerm && $iu11(input3.parentTerm)) && true && "boolean" === typeof input3.isleaf && "string" === typeof input3.type && "number" === typeof input3.dt && (void 0 === input3.origin || "string" === typeof input3.origin) && ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io16(input3.values));
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) && "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 && $io35(elem)));
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) && "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);
122
+ const $io38 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $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;
123
+ const $io39 = (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 && $io35(elem)));
124
+ const $io40 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
125
+ const $io41 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $iu12(input3.q));
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) && "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]))));
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) && (void 0 === input3.mode || "continuous" === input3.mode) && (void 0 === input3.convert2ZScore || "boolean" === typeof input3.convert2ZScore) && (null !== input3.type && void 0 === input3.type);
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 || 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 && $io45(elem))) && (null !== input3.type && void 0 === input3.type);
129
+ const $io45 = (input3) => "number" === typeof input3.value;
130
+ const $io46 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.q && null !== input3.q && $io47(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io49(input3.term));
131
+ const $io47 = (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 && $io48(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;
132
+ const $io48 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu8(input3.tvs));
133
+ const $io49 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $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 && $io50(elem)));
134
+ const $io50 = (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 && $io51(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io52(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);
135
+ const $io51 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
136
+ const $io52 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
137
+ const $io53 = (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 && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $iu14(input3.q));
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) && "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 && $io35(elem)));
139
+ const $io55 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $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 && $io35(elem)));
140
+ const $io56 = (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));
141
+ const $io57 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === 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) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io22(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io23(input3.bins));
142
+ const $io58 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io22(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.gene && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io23(input3.bins)) && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
143
+ const $io59 = (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);
144
+ const $io60 = (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 && $io50(elem)));
145
+ const $io61 = (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) && $io62(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
146
+ const $io62 = (input3) => Object.keys(input3).every((key) => {
145
147
  const value = input3[key];
146
148
  if (void 0 === value)
147
149
  return true;
148
150
  if (RegExp(/(.*)/).test(key))
149
- return "object" === typeof value && null !== value && $io61(value);
151
+ return "object" === typeof value && null !== value && $io63(value);
150
152
  if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
151
- return "object" === typeof value && null !== value && $io61(value);
153
+ return "object" === typeof value && null !== value && $io63(value);
152
154
  return true;
153
155
  });
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) => {
156
+ const $io63 = (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 && $io64(elem))) && true;
157
+ const $io64 = (input3) => "string" === typeof input3.sampleId && "string" === typeof input3.sample;
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);
159
+ const $io66 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || "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;
160
+ const $io67 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || "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) && $io68(input3.groups));
161
+ const $io68 = (input3) => Object.keys(input3).every((key) => {
160
162
  const value = input3[key];
161
163
  if (void 0 === value)
162
164
  return true;
163
165
  if (RegExp(/(.*)/).test(key))
164
- return "object" === typeof value && null !== value && $io67(value);
166
+ return "object" === typeof value && null !== value && $io69(value);
165
167
  if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
166
- return "object" === typeof value && null !== value && $io67(value);
168
+ return "object" === typeof value && null !== value && $io69(value);
167
169
  return true;
168
170
  });
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;
171
+ const $io69 = (input3) => "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io64(elem))) && true;
170
172
  const $iu0 = (input3) => (() => {
171
173
  if ("string" === typeof input3.type)
172
174
  return $io9(input3);
@@ -183,42 +185,42 @@ var validDescrStatsRequest = (input) => {
183
185
  })();
184
186
  const $iu2 = (input3) => (() => {
185
187
  if (true === input3.startunbounded)
186
- return $io24(input3);
188
+ return $io25(input3);
187
189
  if (true === input3.stopunbounded)
188
- return $io26(input3);
189
- return $io25(input3);
190
+ return $io27(input3);
191
+ return $io26(input3);
190
192
  })();
191
193
  const $iu3 = (input3) => (() => {
192
194
  if ("gene" === input3.kind)
193
- return $io36(input3);
194
- if ("coord" === input3.kind)
195
195
  return $io37(input3);
196
+ if ("coord" === input3.kind)
197
+ return $io38(input3);
196
198
  return false;
197
199
  })();
198
200
  const $iu4 = (input3) => (() => {
199
201
  if (true === input3.startunbounded)
200
- return $io24(input3);
201
- if (void 0 !== input3.start)
202
202
  return $io25(input3);
203
+ if (void 0 !== input3.start)
204
+ return $io26(input3);
203
205
  return false;
204
206
  })();
205
207
  const $iu5 = (input3) => (() => {
206
208
  if (void 0 !== input3.stop)
207
- return $io25(input3);
208
- if (true === input3.stopunbounded)
209
209
  return $io26(input3);
210
+ if (true === input3.stopunbounded)
211
+ return $io27(input3);
210
212
  return false;
211
213
  })();
212
214
  const $iu6 = (input3) => (() => {
213
215
  if (void 0 !== input3.type)
214
216
  return $io1(input3);
215
217
  return (() => {
216
- if ($io52(input3))
217
- return $io52(input3);
218
- if ($io45(input3))
219
- return $io45(input3);
220
- if ($io40(input3))
221
- return $io40(input3);
218
+ if ($io53(input3))
219
+ return $io53(input3);
220
+ if ($io46(input3))
221
+ return $io46(input3);
222
+ if ($io41(input3))
223
+ return $io41(input3);
222
224
  return false;
223
225
  })();
224
226
  })();
@@ -237,90 +239,99 @@ var validDescrStatsRequest = (input) => {
237
239
  return (() => {
238
240
  if ($io14(input3))
239
241
  return $io14(input3);
240
- if ($io30(input3))
241
- return $io30(input3);
242
- if ($io33(input3))
243
- return $io33(input3);
242
+ if ($io31(input3))
243
+ return $io31(input3);
244
+ if ($io34(input3))
245
+ return $io34(input3);
244
246
  return false;
245
247
  })();
246
248
  })();
247
249
  const $iu9 = (input3) => (() => {
250
+ if ("integer" === input3.type || "float" === input3.type || "date" === input3.type)
251
+ return $io21(input3);
252
+ if ("geneExpression" === input3.type)
253
+ return $io29(input3);
254
+ return false;
255
+ })();
256
+ const $iu10 = (input3) => (() => {
248
257
  if ("regular-bin" === input3.type)
249
- return $io23(input3);
258
+ return $io24(input3);
250
259
  if ("custom-bin" === input3.type)
251
- return $io27(input3);
260
+ return $io28(input3);
252
261
  return false;
253
262
  })();
254
- const $iu10 = (input3) => (() => {
263
+ const $iu11 = (input3) => (() => {
255
264
  if ("gene" === input3.kind)
256
- return $io35(input3);
265
+ return $io36(input3);
257
266
  if ("coord" === input3.kind)
258
- return $io38(input3);
267
+ return $io39(input3);
259
268
  return false;
260
269
  })();
261
- const $iu11 = (input3) => (() => {
270
+ const $iu12 = (input3) => (() => {
262
271
  if ("regular-bin" === input3.type)
263
- return $io23(input3);
264
- if ("continuous" === input3.mode)
265
- return $io42(input3);
272
+ return $io24(input3);
266
273
  if ("spline" === input3.mode)
267
- return $io43(input3);
274
+ return $io44(input3);
268
275
  return (() => {
269
- if ($io27(input3))
270
- return $io27(input3);
271
- if ($io41(input3))
272
- return $io41(input3);
276
+ if ($io28(input3))
277
+ return $io28(input3);
278
+ if ($io42(input3))
279
+ return $io42(input3);
280
+ if ($io43(input3))
281
+ return $io43(input3);
273
282
  return false;
274
283
  })();
275
284
  })();
276
- const $iu12 = (input3) => (() => {
285
+ const $iu13 = (input3) => (() => {
277
286
  if ("gene" === input3.kind)
278
- return $io53(input3);
279
- if ("coord" === input3.kind)
280
287
  return $io54(input3);
281
- if ("categorical" === input3.type)
288
+ if ("coord" === input3.kind)
282
289
  return $io55(input3);
283
- if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type || "ssGSEA" === input3.type)
290
+ if ("categorical" === input3.type)
284
291
  return $io56(input3);
285
- if ("condition" === input3.type)
292
+ if ("integer" === input3.type || "float" === input3.type || "date" === input3.type)
286
293
  return $io57(input3);
294
+ if ("geneExpression" === input3.type)
295
+ return $io58(input3);
296
+ if ("condition" === input3.type)
297
+ return $io59(input3);
287
298
  return (() => {
288
- if ($io58(input3))
289
- return $io58(input3);
290
- if ($io59(input3))
291
- return $io59(input3);
299
+ if ($io60(input3))
300
+ return $io60(input3);
301
+ if ($io61(input3))
302
+ return $io61(input3);
292
303
  return false;
293
304
  })();
294
305
  })();
295
- const $iu13 = (input3) => (() => {
306
+ const $iu14 = (input3) => (() => {
296
307
  if (void 0 !== input3.predefined_groupset_idx)
297
308
  return $io6(input3);
298
309
  if (void 0 !== input3.customset)
299
310
  return $io7(input3);
300
311
  if (void 0 !== input3.bin_size)
301
- return $io23(input3);
312
+ return $io24(input3);
302
313
  if (void 0 !== input3.knots)
303
- return $io43(input3);
314
+ return $io44(input3);
304
315
  if (void 0 !== input3.AFcutoff)
305
- return $io46(input3);
316
+ return $io47(input3);
306
317
  if (void 0 !== input3.timeScale)
307
- return $io64(input3);
318
+ return $io66(input3);
308
319
  return (() => {
309
320
  if (void 0 !== input3.groups)
310
- return $io65(input3);
321
+ return $io67(input3);
311
322
  return (() => {
312
323
  if ($io5(input3))
313
324
  return $io5(input3);
314
- if ($io63(input3))
315
- return $io63(input3);
325
+ if ($io65(input3))
326
+ return $io65(input3);
316
327
  if ($io3(input3))
317
328
  return $io3(input3);
318
- if ($io27(input3))
319
- return $io27(input3);
320
- if ($io41(input3))
321
- return $io41(input3);
329
+ if ($io28(input3))
330
+ return $io28(input3);
322
331
  if ($io42(input3))
323
332
  return $io42(input3);
333
+ if ($io43(input3))
334
+ return $io43(input3);
324
335
  return false;
325
336
  })();
326
337
  })();
@@ -904,11 +915,11 @@ var validDescrStatsRequest = (input) => {
904
915
  value: input3.isnot
905
916
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
906
917
  path: _path2 + ".term",
907
- expected: "NumericTerm",
918
+ expected: "(GeneExpressionTerm | NumericDictTerm)",
908
919
  value: input3.term
909
- })) && $vo21(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
920
+ })) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
910
921
  path: _path2 + ".term",
911
- expected: "NumericTerm",
922
+ expected: "(GeneExpressionTerm | NumericDictTerm)",
912
923
  value: input3.term
913
924
  }), (Array.isArray(input3.ranges) || $report(_exceptionable2, {
914
925
  path: _path2 + ".ranges",
@@ -934,7 +945,7 @@ var validDescrStatsRequest = (input) => {
934
945
  path: _path2 + ".values[" + _index10 + "]",
935
946
  expected: "__type.o4",
936
947
  value: elem
937
- })) && $vo29(elem, _path2 + ".values[" + _index10 + "]", _exceptionable2) || $report(_exceptionable2, {
948
+ })) && $vo30(elem, _path2 + ".values[" + _index10 + "]", _exceptionable2) || $report(_exceptionable2, {
938
949
  path: _path2 + ".values[" + _index10 + "]",
939
950
  expected: "__type.o4",
940
951
  value: elem
@@ -951,9 +962,9 @@ var validDescrStatsRequest = (input) => {
951
962
  path: _path2 + ".name",
952
963
  expected: "string",
953
964
  value: input3.name
954
- }), "integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type || "ssGSEA" === input3.type || $report(_exceptionable2, {
965
+ }), "integer" === input3.type || "float" === input3.type || "date" === input3.type || $report(_exceptionable2, {
955
966
  path: _path2 + ".type",
956
- expected: '("date" | "float" | "geneExpression" | "integer" | "metaboliteIntensity" | "ssGSEA")',
967
+ expected: '("date" | "float" | "integer")',
957
968
  value: input3.type
958
969
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
959
970
  path: _path2 + ".child_types",
@@ -999,32 +1010,41 @@ var validDescrStatsRequest = (input) => {
999
1010
  path: _path2 + ".skipValuesBuild",
1000
1011
  expected: "(boolean | undefined)",
1001
1012
  value: input3.skipValuesBuild
1002
- }), ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1003
- path: _path2 + ".bins",
1004
- expected: "PresetNumericBins",
1005
- value: input3.bins
1006
- })) && $vo22(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1007
- path: _path2 + ".bins",
1008
- expected: "PresetNumericBins",
1009
- value: input3.bins
1010
- }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1011
- path: _path2 + ".unit",
1012
- expected: "(string | undefined)",
1013
- value: input3.unit
1014
1013
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1015
1014
  path: _path2 + ".continuousColorScale",
1016
1015
  expected: "(__type.o3 | undefined)",
1017
1016
  value: input3.continuousColorScale
1018
- })) && $vo28(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1017
+ })) && $vo22(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1019
1018
  path: _path2 + ".continuousColorScale",
1020
1019
  expected: "(__type.o3 | undefined)",
1021
1020
  value: input3.continuousColorScale
1021
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1022
+ path: _path2 + ".unit",
1023
+ expected: "(string | undefined)",
1024
+ value: input3.unit
1025
+ }), ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1026
+ path: _path2 + ".bins",
1027
+ expected: "PresetNumericBins",
1028
+ value: input3.bins
1029
+ })) && $vo23(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1030
+ path: _path2 + ".bins",
1031
+ expected: "PresetNumericBins",
1032
+ value: input3.bins
1033
+ })].every((flag) => flag);
1034
+ const $vo22 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.minColor || $report(_exceptionable2, {
1035
+ path: _path2 + ".minColor",
1036
+ expected: "string",
1037
+ value: input3.minColor
1038
+ }), "string" === typeof input3.maxColor || $report(_exceptionable2, {
1039
+ path: _path2 + ".maxColor",
1040
+ expected: "string",
1041
+ value: input3.maxColor
1022
1042
  })].every((flag) => flag);
1023
- const $vo22 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3["default"] && null !== input3["default"] || $report(_exceptionable2, {
1043
+ const $vo23 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3["default"] && null !== input3["default"] || $report(_exceptionable2, {
1024
1044
  path: _path2 + '["default"]',
1025
1045
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
1026
1046
  value: input3["default"]
1027
- })) && $vu9(input3["default"], _path2 + '["default"]', _exceptionable2) || $report(_exceptionable2, {
1047
+ })) && $vu10(input3["default"], _path2 + '["default"]', _exceptionable2) || $report(_exceptionable2, {
1028
1048
  path: _path2 + '["default"]',
1029
1049
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
1030
1050
  value: input3["default"]
@@ -1032,7 +1052,7 @@ var validDescrStatsRequest = (input) => {
1032
1052
  path: _path2 + ".less",
1033
1053
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
1034
1054
  value: input3.less
1035
- })) && $vu9(input3.less, _path2 + ".less", _exceptionable2) || $report(_exceptionable2, {
1055
+ })) && $vu10(input3.less, _path2 + ".less", _exceptionable2) || $report(_exceptionable2, {
1036
1056
  path: _path2 + ".less",
1037
1057
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
1038
1058
  value: input3.less
@@ -1057,7 +1077,7 @@ var validDescrStatsRequest = (input) => {
1057
1077
  expected: "(number | undefined)",
1058
1078
  value: input3.max
1059
1079
  })].every((flag) => flag);
1060
- const $vo23 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1080
+ const $vo24 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1061
1081
  path: _path2 + ".hiddenValues",
1062
1082
  expected: "(HiddenValues | undefined)",
1063
1083
  value: input3.hiddenValues
@@ -1110,7 +1130,7 @@ var validDescrStatsRequest = (input) => {
1110
1130
  expected: "(number | undefined)",
1111
1131
  value: input3.label_offset
1112
1132
  })].every((flag) => flag);
1113
- const $vo24 = (input3, _path2, _exceptionable2 = true) => [true === input3.startunbounded || $report(_exceptionable2, {
1133
+ const $vo25 = (input3, _path2, _exceptionable2 = true) => [true === input3.startunbounded || $report(_exceptionable2, {
1114
1134
  path: _path2 + ".startunbounded",
1115
1135
  expected: "true",
1116
1136
  value: input3.startunbounded
@@ -1135,7 +1155,7 @@ var validDescrStatsRequest = (input) => {
1135
1155
  expected: "(string | undefined)",
1136
1156
  value: input3.label
1137
1157
  })].every((flag) => flag);
1138
- const $vo25 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.startunbounded || false === input3.startunbounded || $report(_exceptionable2, {
1158
+ const $vo26 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.startunbounded || false === input3.startunbounded || $report(_exceptionable2, {
1139
1159
  path: _path2 + ".startunbounded",
1140
1160
  expected: "(false | undefined)",
1141
1161
  value: input3.startunbounded
@@ -1164,7 +1184,7 @@ var validDescrStatsRequest = (input) => {
1164
1184
  expected: "(string | undefined)",
1165
1185
  value: input3.label
1166
1186
  })].every((flag) => flag);
1167
- const $vo26 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.start || $report(_exceptionable2, {
1187
+ const $vo27 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.start || $report(_exceptionable2, {
1168
1188
  path: _path2 + ".start",
1169
1189
  expected: "number",
1170
1190
  value: input3.start
@@ -1189,7 +1209,7 @@ var validDescrStatsRequest = (input) => {
1189
1209
  expected: "(string | undefined)",
1190
1210
  value: input3.label
1191
1211
  })].every((flag) => flag);
1192
- const $vo27 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1212
+ const $vo28 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1193
1213
  path: _path2 + ".hiddenValues",
1194
1214
  expected: "(HiddenValues | undefined)",
1195
1215
  value: input3.hiddenValues
@@ -1256,16 +1276,100 @@ var validDescrStatsRequest = (input) => {
1256
1276
  expected: '("median" | undefined)',
1257
1277
  value: input3.preferredBins
1258
1278
  })].every((flag) => flag);
1259
- const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.minColor || $report(_exceptionable2, {
1260
- path: _path2 + ".minColor",
1279
+ const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1280
+ path: _path2 + ".id",
1261
1281
  expected: "string",
1262
- value: input3.minColor
1263
- }), "string" === typeof input3.maxColor || $report(_exceptionable2, {
1264
- path: _path2 + ".maxColor",
1282
+ value: input3.id
1283
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
1284
+ path: _path2 + ".name",
1265
1285
  expected: "string",
1266
- value: input3.maxColor
1286
+ value: input3.name
1287
+ }), "geneExpression" === input3.type || $report(_exceptionable2, {
1288
+ path: _path2 + ".type",
1289
+ expected: '"geneExpression"',
1290
+ value: input3.type
1291
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1292
+ path: _path2 + ".child_types",
1293
+ expected: "(Array<string> | undefined)",
1294
+ value: input3.child_types
1295
+ })) && input3.child_types.map((elem, _index14) => "string" === typeof elem || $report(_exceptionable2, {
1296
+ path: _path2 + ".child_types[" + _index14 + "]",
1297
+ expected: "string",
1298
+ value: elem
1299
+ })).every((flag) => flag) || $report(_exceptionable2, {
1300
+ path: _path2 + ".child_types",
1301
+ expected: "(Array<string> | undefined)",
1302
+ value: input3.child_types
1303
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
1304
+ path: _path2 + ".hashtmldetail",
1305
+ expected: "(boolean | undefined)",
1306
+ value: input3.hashtmldetail
1307
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
1308
+ path: _path2 + ".included_types",
1309
+ expected: "(Array<string> | undefined)",
1310
+ value: input3.included_types
1311
+ })) && input3.included_types.map((elem, _index15) => "string" === typeof elem || $report(_exceptionable2, {
1312
+ path: _path2 + ".included_types[" + _index15 + "]",
1313
+ expected: "string",
1314
+ value: elem
1315
+ })).every((flag) => flag) || $report(_exceptionable2, {
1316
+ path: _path2 + ".included_types",
1317
+ expected: "(Array<string> | undefined)",
1318
+ value: input3.included_types
1319
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1320
+ path: _path2 + ".isleaf",
1321
+ expected: "(boolean | undefined)",
1322
+ value: input3.isleaf
1323
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1324
+ path: _path2 + ".values",
1325
+ expected: "(TermValues | undefined)",
1326
+ value: input3.values
1327
+ })) && $vo16(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1328
+ path: _path2 + ".values",
1329
+ expected: "(TermValues | undefined)",
1330
+ value: input3.values
1331
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
1332
+ path: _path2 + ".skipValuesBuild",
1333
+ expected: "(boolean | undefined)",
1334
+ value: input3.skipValuesBuild
1335
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1336
+ path: _path2 + ".continuousColorScale",
1337
+ expected: "(__type.o3 | undefined)",
1338
+ value: input3.continuousColorScale
1339
+ })) && $vo22(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1340
+ path: _path2 + ".continuousColorScale",
1341
+ expected: "(__type.o3 | undefined)",
1342
+ value: input3.continuousColorScale
1343
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1344
+ path: _path2 + ".unit",
1345
+ expected: "(string | undefined)",
1346
+ value: input3.unit
1347
+ }), "string" === typeof input3.gene || $report(_exceptionable2, {
1348
+ path: _path2 + ".gene",
1349
+ expected: "string",
1350
+ value: input3.gene
1351
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1352
+ path: _path2 + ".bins",
1353
+ expected: "(PresetNumericBins | undefined)",
1354
+ value: input3.bins
1355
+ })) && $vo23(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1356
+ path: _path2 + ".bins",
1357
+ expected: "(PresetNumericBins | undefined)",
1358
+ value: input3.bins
1359
+ }), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
1360
+ path: _path2 + ".chr",
1361
+ expected: "(string | undefined)",
1362
+ value: input3.chr
1363
+ }), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
1364
+ path: _path2 + ".start",
1365
+ expected: "(number | undefined)",
1366
+ value: input3.start
1367
+ }), void 0 === input3.stop || "number" === typeof input3.stop || $report(_exceptionable2, {
1368
+ path: _path2 + ".stop",
1369
+ expected: "(number | undefined)",
1370
+ value: input3.stop
1267
1371
  })].every((flag) => flag);
1268
- const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1372
+ const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1269
1373
  path: _path2 + ".key",
1270
1374
  expected: "string",
1271
1375
  value: input3.key
@@ -1282,7 +1386,7 @@ var validDescrStatsRequest = (input) => {
1282
1386
  expected: "(string | undefined)",
1283
1387
  value: input3.label
1284
1388
  })].every((flag) => flag);
1285
- const $vo30 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1389
+ const $vo31 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1286
1390
  path: _path2 + ".join",
1287
1391
  expected: "(string | undefined)",
1288
1392
  value: input3.join
@@ -1294,7 +1398,7 @@ var validDescrStatsRequest = (input) => {
1294
1398
  path: _path2 + ".term",
1295
1399
  expected: "ConditionTerm",
1296
1400
  value: input3.term
1297
- })) && $vo31(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1401
+ })) && $vo32(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1298
1402
  path: _path2 + ".term",
1299
1403
  expected: "ConditionTerm",
1300
1404
  value: input3.term
@@ -1314,12 +1418,12 @@ var validDescrStatsRequest = (input) => {
1314
1418
  path: _path2 + ".grade_and_child",
1315
1419
  expected: "(Array<GradeAndChildEntry> | undefined)",
1316
1420
  value: input3.grade_and_child
1317
- })) && input3.grade_and_child.map((elem, _index14) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1318
- path: _path2 + ".grade_and_child[" + _index14 + "]",
1421
+ })) && input3.grade_and_child.map((elem, _index16) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1422
+ path: _path2 + ".grade_and_child[" + _index16 + "]",
1319
1423
  expected: "GradeAndChildEntry",
1320
1424
  value: elem
1321
- })) && $vo32(elem, _path2 + ".grade_and_child[" + _index14 + "]", _exceptionable2) || $report(_exceptionable2, {
1322
- path: _path2 + ".grade_and_child[" + _index14 + "]",
1425
+ })) && $vo33(elem, _path2 + ".grade_and_child[" + _index16 + "]", _exceptionable2) || $report(_exceptionable2, {
1426
+ path: _path2 + ".grade_and_child[" + _index16 + "]",
1323
1427
  expected: "GradeAndChildEntry",
1324
1428
  value: elem
1325
1429
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1327,7 +1431,7 @@ var validDescrStatsRequest = (input) => {
1327
1431
  expected: "(Array<GradeAndChildEntry> | undefined)",
1328
1432
  value: input3.grade_and_child
1329
1433
  })].every((flag) => flag);
1330
- const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1434
+ const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1331
1435
  path: _path2 + ".id",
1332
1436
  expected: "string",
1333
1437
  value: input3.id
@@ -1343,8 +1447,8 @@ var validDescrStatsRequest = (input) => {
1343
1447
  path: _path2 + ".child_types",
1344
1448
  expected: "(Array<string> | undefined)",
1345
1449
  value: input3.child_types
1346
- })) && input3.child_types.map((elem, _index15) => "string" === typeof elem || $report(_exceptionable2, {
1347
- path: _path2 + ".child_types[" + _index15 + "]",
1450
+ })) && input3.child_types.map((elem, _index17) => "string" === typeof elem || $report(_exceptionable2, {
1451
+ path: _path2 + ".child_types[" + _index17 + "]",
1348
1452
  expected: "string",
1349
1453
  value: elem
1350
1454
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1359,8 +1463,8 @@ var validDescrStatsRequest = (input) => {
1359
1463
  path: _path2 + ".included_types",
1360
1464
  expected: "(Array<string> | undefined)",
1361
1465
  value: input3.included_types
1362
- })) && input3.included_types.map((elem, _index16) => "string" === typeof elem || $report(_exceptionable2, {
1363
- path: _path2 + ".included_types[" + _index16 + "]",
1466
+ })) && input3.included_types.map((elem, _index18) => "string" === typeof elem || $report(_exceptionable2, {
1467
+ path: _path2 + ".included_types[" + _index18 + "]",
1364
1468
  expected: "string",
1365
1469
  value: elem
1366
1470
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1384,7 +1488,7 @@ var validDescrStatsRequest = (input) => {
1384
1488
  expected: "(boolean | undefined)",
1385
1489
  value: input3.skipValuesBuild
1386
1490
  })].every((flag) => flag);
1387
- const $vo32 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1491
+ const $vo33 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1388
1492
  path: _path2 + ".grade",
1389
1493
  expected: "number",
1390
1494
  value: input3.grade
@@ -1401,7 +1505,7 @@ var validDescrStatsRequest = (input) => {
1401
1505
  expected: "string",
1402
1506
  value: input3.child_label
1403
1507
  })].every((flag) => flag);
1404
- const $vo33 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1508
+ const $vo34 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1405
1509
  path: _path2 + ".join",
1406
1510
  expected: "(string | undefined)",
1407
1511
  value: input3.join
@@ -1413,7 +1517,7 @@ var validDescrStatsRequest = (input) => {
1413
1517
  path: _path2 + ".term",
1414
1518
  expected: "DtTerm",
1415
1519
  value: input3.term
1416
- })) && $vo34(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1520
+ })) && $vo35(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1417
1521
  path: _path2 + ".term",
1418
1522
  expected: "DtTerm",
1419
1523
  value: input3.term
@@ -1421,12 +1525,12 @@ var validDescrStatsRequest = (input) => {
1421
1525
  path: _path2 + ".values",
1422
1526
  expected: "Array<__type>.o2",
1423
1527
  value: input3.values
1424
- })) && input3.values.map((elem, _index17) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1425
- path: _path2 + ".values[" + _index17 + "]",
1528
+ })) && input3.values.map((elem, _index19) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1529
+ path: _path2 + ".values[" + _index19 + "]",
1426
1530
  expected: "__type.o5",
1427
1531
  value: elem
1428
- })) && $vo39(elem, _path2 + ".values[" + _index17 + "]", _exceptionable2) || $report(_exceptionable2, {
1429
- path: _path2 + ".values[" + _index17 + "]",
1532
+ })) && $vo40(elem, _path2 + ".values[" + _index19 + "]", _exceptionable2) || $report(_exceptionable2, {
1533
+ path: _path2 + ".values[" + _index19 + "]",
1430
1534
  expected: "__type.o5",
1431
1535
  value: elem
1432
1536
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1442,7 +1546,7 @@ var validDescrStatsRequest = (input) => {
1442
1546
  expected: "(boolean | undefined)",
1443
1547
  value: input3.excludeGeneName
1444
1548
  })].every((flag) => flag);
1445
- const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1549
+ const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1446
1550
  path: _path2 + ".id",
1447
1551
  expected: "string",
1448
1552
  value: input3.id
@@ -1462,7 +1566,7 @@ var validDescrStatsRequest = (input) => {
1462
1566
  path: _path2 + ".parentTerm",
1463
1567
  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)',
1464
1568
  value: input3.parentTerm
1465
- })) && $vu10(input3.parentTerm, _path2 + ".parentTerm", _exceptionable2) || $report(_exceptionable2, {
1569
+ })) && $vu11(input3.parentTerm, _path2 + ".parentTerm", _exceptionable2) || $report(_exceptionable2, {
1466
1570
  path: _path2 + ".parentTerm",
1467
1571
  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)',
1468
1572
  value: input3.parentTerm
@@ -1491,7 +1595,7 @@ var validDescrStatsRequest = (input) => {
1491
1595
  expected: "TermValues",
1492
1596
  value: input3.values
1493
1597
  })].every((flag) => flag);
1494
- const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1598
+ const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1495
1599
  path: _path2 + ".id",
1496
1600
  expected: "string",
1497
1601
  value: input3.id
@@ -1507,8 +1611,8 @@ var validDescrStatsRequest = (input) => {
1507
1611
  path: _path2 + ".child_types",
1508
1612
  expected: "(Array<string> | undefined)",
1509
1613
  value: input3.child_types
1510
- })) && input3.child_types.map((elem, _index18) => "string" === typeof elem || $report(_exceptionable2, {
1511
- path: _path2 + ".child_types[" + _index18 + "]",
1614
+ })) && input3.child_types.map((elem, _index20) => "string" === typeof elem || $report(_exceptionable2, {
1615
+ path: _path2 + ".child_types[" + _index20 + "]",
1512
1616
  expected: "string",
1513
1617
  value: elem
1514
1618
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1523,8 +1627,8 @@ var validDescrStatsRequest = (input) => {
1523
1627
  path: _path2 + ".included_types",
1524
1628
  expected: "(Array<string> | undefined)",
1525
1629
  value: input3.included_types
1526
- })) && input3.included_types.map((elem, _index19) => "string" === typeof elem || $report(_exceptionable2, {
1527
- path: _path2 + ".included_types[" + _index19 + "]",
1630
+ })) && input3.included_types.map((elem, _index21) => "string" === typeof elem || $report(_exceptionable2, {
1631
+ path: _path2 + ".included_types[" + _index21 + "]",
1528
1632
  expected: "string",
1529
1633
  value: elem
1530
1634
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1571,12 +1675,12 @@ var validDescrStatsRequest = (input) => {
1571
1675
  path: _path2 + ".genes",
1572
1676
  expected: "Array<GvGeneTerm>",
1573
1677
  value: input3.genes
1574
- })) && input3.genes.map((elem, _index20) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1575
- path: _path2 + ".genes[" + _index20 + "]",
1678
+ })) && input3.genes.map((elem, _index22) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1679
+ path: _path2 + ".genes[" + _index22 + "]",
1576
1680
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1577
1681
  value: elem
1578
- })) && $vu3(elem, _path2 + ".genes[" + _index20 + "]", _exceptionable2) || $report(_exceptionable2, {
1579
- path: _path2 + ".genes[" + _index20 + "]",
1682
+ })) && $vu3(elem, _path2 + ".genes[" + _index22 + "]", _exceptionable2) || $report(_exceptionable2, {
1683
+ path: _path2 + ".genes[" + _index22 + "]",
1580
1684
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1581
1685
  value: elem
1582
1686
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1595,12 +1699,12 @@ var validDescrStatsRequest = (input) => {
1595
1699
  path: _path2 + ".childTerms",
1596
1700
  expected: "(Array<DtTerm> | undefined)",
1597
1701
  value: input3.childTerms
1598
- })) && input3.childTerms.map((elem, _index21) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1599
- path: _path2 + ".childTerms[" + _index21 + "]",
1702
+ })) && input3.childTerms.map((elem, _index23) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1703
+ path: _path2 + ".childTerms[" + _index23 + "]",
1600
1704
  expected: "DtTerm",
1601
1705
  value: elem
1602
- })) && $vo34(elem, _path2 + ".childTerms[" + _index21 + "]", _exceptionable2) || $report(_exceptionable2, {
1603
- path: _path2 + ".childTerms[" + _index21 + "]",
1706
+ })) && $vo35(elem, _path2 + ".childTerms[" + _index23 + "]", _exceptionable2) || $report(_exceptionable2, {
1707
+ path: _path2 + ".childTerms[" + _index23 + "]",
1604
1708
  expected: "DtTerm",
1605
1709
  value: elem
1606
1710
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1608,7 +1712,7 @@ var validDescrStatsRequest = (input) => {
1608
1712
  expected: "(Array<DtTerm> | undefined)",
1609
1713
  value: input3.childTerms
1610
1714
  })].every((flag) => flag);
1611
- const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1715
+ const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1612
1716
  path: _path2 + ".id",
1613
1717
  expected: "string",
1614
1718
  value: input3.id
@@ -1624,8 +1728,8 @@ var validDescrStatsRequest = (input) => {
1624
1728
  path: _path2 + ".child_types",
1625
1729
  expected: "(Array<string> | undefined)",
1626
1730
  value: input3.child_types
1627
- })) && input3.child_types.map((elem, _index22) => "string" === typeof elem || $report(_exceptionable2, {
1628
- path: _path2 + ".child_types[" + _index22 + "]",
1731
+ })) && input3.child_types.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
1732
+ path: _path2 + ".child_types[" + _index24 + "]",
1629
1733
  expected: "string",
1630
1734
  value: elem
1631
1735
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1640,8 +1744,8 @@ var validDescrStatsRequest = (input) => {
1640
1744
  path: _path2 + ".included_types",
1641
1745
  expected: "(Array<string> | undefined)",
1642
1746
  value: input3.included_types
1643
- })) && input3.included_types.map((elem, _index23) => "string" === typeof elem || $report(_exceptionable2, {
1644
- path: _path2 + ".included_types[" + _index23 + "]",
1747
+ })) && input3.included_types.map((elem, _index25) => "string" === typeof elem || $report(_exceptionable2, {
1748
+ path: _path2 + ".included_types[" + _index25 + "]",
1645
1749
  expected: "string",
1646
1750
  value: elem
1647
1751
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1685,7 +1789,7 @@ var validDescrStatsRequest = (input) => {
1685
1789
  expected: "(number | undefined)",
1686
1790
  value: input3.stop
1687
1791
  })].every((flag) => flag);
1688
- const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1792
+ const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1689
1793
  path: _path2 + ".id",
1690
1794
  expected: "string",
1691
1795
  value: input3.id
@@ -1701,8 +1805,8 @@ var validDescrStatsRequest = (input) => {
1701
1805
  path: _path2 + ".child_types",
1702
1806
  expected: "(Array<string> | undefined)",
1703
1807
  value: input3.child_types
1704
- })) && input3.child_types.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
1705
- path: _path2 + ".child_types[" + _index24 + "]",
1808
+ })) && input3.child_types.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
1809
+ path: _path2 + ".child_types[" + _index26 + "]",
1706
1810
  expected: "string",
1707
1811
  value: elem
1708
1812
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1717,8 +1821,8 @@ var validDescrStatsRequest = (input) => {
1717
1821
  path: _path2 + ".included_types",
1718
1822
  expected: "(Array<string> | undefined)",
1719
1823
  value: input3.included_types
1720
- })) && input3.included_types.map((elem, _index25) => "string" === typeof elem || $report(_exceptionable2, {
1721
- path: _path2 + ".included_types[" + _index25 + "]",
1824
+ })) && input3.included_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
1825
+ path: _path2 + ".included_types[" + _index27 + "]",
1722
1826
  expected: "string",
1723
1827
  value: elem
1724
1828
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1758,7 +1862,7 @@ var validDescrStatsRequest = (input) => {
1758
1862
  expected: "number",
1759
1863
  value: input3.stop
1760
1864
  })].every((flag) => flag);
1761
- const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1865
+ const $vo39 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1762
1866
  path: _path2 + ".id",
1763
1867
  expected: "string",
1764
1868
  value: input3.id
@@ -1774,8 +1878,8 @@ var validDescrStatsRequest = (input) => {
1774
1878
  path: _path2 + ".child_types",
1775
1879
  expected: "(Array<string> | undefined)",
1776
1880
  value: input3.child_types
1777
- })) && input3.child_types.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
1778
- path: _path2 + ".child_types[" + _index26 + "]",
1881
+ })) && input3.child_types.map((elem, _index28) => "string" === typeof elem || $report(_exceptionable2, {
1882
+ path: _path2 + ".child_types[" + _index28 + "]",
1779
1883
  expected: "string",
1780
1884
  value: elem
1781
1885
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1790,8 +1894,8 @@ var validDescrStatsRequest = (input) => {
1790
1894
  path: _path2 + ".included_types",
1791
1895
  expected: "(Array<string> | undefined)",
1792
1896
  value: input3.included_types
1793
- })) && input3.included_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
1794
- path: _path2 + ".included_types[" + _index27 + "]",
1897
+ })) && input3.included_types.map((elem, _index29) => "string" === typeof elem || $report(_exceptionable2, {
1898
+ path: _path2 + ".included_types[" + _index29 + "]",
1795
1899
  expected: "string",
1796
1900
  value: elem
1797
1901
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1834,12 +1938,12 @@ var validDescrStatsRequest = (input) => {
1834
1938
  path: _path2 + ".genes",
1835
1939
  expected: "Array<GvGeneTerm>",
1836
1940
  value: input3.genes
1837
- })) && input3.genes.map((elem, _index28) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1838
- path: _path2 + ".genes[" + _index28 + "]",
1941
+ })) && input3.genes.map((elem, _index30) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1942
+ path: _path2 + ".genes[" + _index30 + "]",
1839
1943
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1840
1944
  value: elem
1841
- })) && $vu3(elem, _path2 + ".genes[" + _index28 + "]", _exceptionable2) || $report(_exceptionable2, {
1842
- path: _path2 + ".genes[" + _index28 + "]",
1945
+ })) && $vu3(elem, _path2 + ".genes[" + _index30 + "]", _exceptionable2) || $report(_exceptionable2, {
1946
+ path: _path2 + ".genes[" + _index30 + "]",
1843
1947
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1844
1948
  value: elem
1845
1949
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1858,12 +1962,12 @@ var validDescrStatsRequest = (input) => {
1858
1962
  path: _path2 + ".childTerms",
1859
1963
  expected: "(Array<DtTerm> | undefined)",
1860
1964
  value: input3.childTerms
1861
- })) && input3.childTerms.map((elem, _index29) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1862
- path: _path2 + ".childTerms[" + _index29 + "]",
1965
+ })) && input3.childTerms.map((elem, _index31) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1966
+ path: _path2 + ".childTerms[" + _index31 + "]",
1863
1967
  expected: "DtTerm",
1864
1968
  value: elem
1865
- })) && $vo34(elem, _path2 + ".childTerms[" + _index29 + "]", _exceptionable2) || $report(_exceptionable2, {
1866
- path: _path2 + ".childTerms[" + _index29 + "]",
1969
+ })) && $vo35(elem, _path2 + ".childTerms[" + _index31 + "]", _exceptionable2) || $report(_exceptionable2, {
1970
+ path: _path2 + ".childTerms[" + _index31 + "]",
1867
1971
  expected: "DtTerm",
1868
1972
  value: elem
1869
1973
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1871,7 +1975,7 @@ var validDescrStatsRequest = (input) => {
1871
1975
  expected: "(Array<DtTerm> | undefined)",
1872
1976
  value: input3.childTerms
1873
1977
  })].every((flag) => flag);
1874
- const $vo39 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1978
+ const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1875
1979
  path: _path2 + ".key",
1876
1980
  expected: "string",
1877
1981
  value: input3.key
@@ -1884,7 +1988,7 @@ var validDescrStatsRequest = (input) => {
1884
1988
  expected: "string",
1885
1989
  value: input3.value
1886
1990
  })].every((flag) => flag);
1887
- const $vo40 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
1991
+ const $vo41 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
1888
1992
  path: _path2 + ".id",
1889
1993
  expected: "(string | undefined)",
1890
1994
  value: input3.id
@@ -1910,22 +2014,22 @@ var validDescrStatsRequest = (input) => {
1910
2014
  value: input3.minNumSamples
1911
2015
  }), true, ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
1912
2016
  path: _path2 + ".term",
1913
- expected: "NumericTerm",
2017
+ expected: "(GeneExpressionTerm | NumericDictTerm)",
1914
2018
  value: input3.term
1915
- })) && $vo21(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2019
+ })) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1916
2020
  path: _path2 + ".term",
1917
- expected: "NumericTerm",
2021
+ expected: "(GeneExpressionTerm | NumericDictTerm)",
1918
2022
  value: input3.term
1919
- }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
2023
+ }), ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) || $report(_exceptionable2, {
1920
2024
  path: _path2 + ".q",
1921
2025
  expected: "(BinaryNumericQ | ContinuousNumericQ | CustomNumericBinConfig | RegularNumericBinConfig | SplineNumericQ)",
1922
2026
  value: input3.q
1923
- })) && $vu11(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2027
+ })) && $vu12(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
1924
2028
  path: _path2 + ".q",
1925
2029
  expected: "(BinaryNumericQ | ContinuousNumericQ | CustomNumericBinConfig | RegularNumericBinConfig | SplineNumericQ)",
1926
2030
  value: input3.q
1927
2031
  })].every((flag) => flag);
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, {
2032
+ const $vo42 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1929
2033
  path: _path2 + ".hiddenValues",
1930
2034
  expected: "(HiddenValues | undefined)",
1931
2035
  value: input3.hiddenValues
@@ -1985,7 +2089,7 @@ var validDescrStatsRequest = (input) => {
1985
2089
  expected: "[StartUnboundedBin | FullyBoundedBin, FullyBoundedBin | StopUnboundedBin]",
1986
2090
  value: input3.lst
1987
2091
  })].every((flag) => flag);
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, {
2092
+ const $vo43 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1989
2093
  path: _path2 + ".hiddenValues",
1990
2094
  expected: "(HiddenValues | undefined)",
1991
2095
  value: input3.hiddenValues
@@ -2005,9 +2109,9 @@ var validDescrStatsRequest = (input) => {
2005
2109
  path: _path2 + ".reuseId",
2006
2110
  expected: "(string | undefined)",
2007
2111
  value: input3.reuseId
2008
- }), "continuous" === input3.mode || $report(_exceptionable2, {
2112
+ }), void 0 === input3.mode || "continuous" === input3.mode || $report(_exceptionable2, {
2009
2113
  path: _path2 + ".mode",
2010
- expected: '"continuous"',
2114
+ expected: '("continuous" | undefined)',
2011
2115
  value: input3.mode
2012
2116
  }), void 0 === input3.convert2ZScore || "boolean" === typeof input3.convert2ZScore || $report(_exceptionable2, {
2013
2117
  path: _path2 + ".convert2ZScore",
@@ -2022,7 +2126,7 @@ var validDescrStatsRequest = (input) => {
2022
2126
  expected: "undefined",
2023
2127
  value: input3.type
2024
2128
  }))].every((flag) => flag);
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, {
2129
+ const $vo44 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2026
2130
  path: _path2 + ".hiddenValues",
2027
2131
  expected: "(HiddenValues | undefined)",
2028
2132
  value: input3.hiddenValues
@@ -2050,12 +2154,12 @@ var validDescrStatsRequest = (input) => {
2050
2154
  path: _path2 + ".knots",
2051
2155
  expected: "Array<__type>.o3",
2052
2156
  value: input3.knots
2053
- })) && input3.knots.map((elem, _index30) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2054
- path: _path2 + ".knots[" + _index30 + "]",
2157
+ })) && input3.knots.map((elem, _index32) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2158
+ path: _path2 + ".knots[" + _index32 + "]",
2055
2159
  expected: "__type.o6",
2056
2160
  value: elem
2057
- })) && $vo44(elem, _path2 + ".knots[" + _index30 + "]", _exceptionable2) || $report(_exceptionable2, {
2058
- path: _path2 + ".knots[" + _index30 + "]",
2161
+ })) && $vo45(elem, _path2 + ".knots[" + _index32 + "]", _exceptionable2) || $report(_exceptionable2, {
2162
+ path: _path2 + ".knots[" + _index32 + "]",
2059
2163
  expected: "__type.o6",
2060
2164
  value: elem
2061
2165
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2071,12 +2175,12 @@ var validDescrStatsRequest = (input) => {
2071
2175
  expected: "undefined",
2072
2176
  value: input3.type
2073
2177
  }))].every((flag) => flag);
2074
- const $vo44 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
2178
+ const $vo45 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
2075
2179
  path: _path2 + ".value",
2076
2180
  expected: "number",
2077
2181
  value: input3.value
2078
2182
  })].every((flag) => flag);
2079
- const $vo45 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2183
+ const $vo46 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2080
2184
  path: _path2 + ".id",
2081
2185
  expected: "(string | undefined)",
2082
2186
  value: input3.id
@@ -2104,7 +2208,7 @@ var validDescrStatsRequest = (input) => {
2104
2208
  path: _path2 + ".q",
2105
2209
  expected: "SnpsQ",
2106
2210
  value: input3.q
2107
- })) && $vo46(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2211
+ })) && $vo47(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2108
2212
  path: _path2 + ".q",
2109
2213
  expected: "SnpsQ",
2110
2214
  value: input3.q
@@ -2112,12 +2216,12 @@ var validDescrStatsRequest = (input) => {
2112
2216
  path: _path2 + ".term",
2113
2217
  expected: "SnpsTerm",
2114
2218
  value: input3.term
2115
- })) && $vo48(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2219
+ })) && $vo49(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2116
2220
  path: _path2 + ".term",
2117
2221
  expected: "SnpsTerm",
2118
2222
  value: input3.term
2119
2223
  })].every((flag) => flag);
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, {
2224
+ const $vo47 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2121
2225
  path: _path2 + ".hiddenValues",
2122
2226
  expected: "(HiddenValues | undefined)",
2123
2227
  value: input3.hiddenValues
@@ -2173,7 +2277,7 @@ var validDescrStatsRequest = (input) => {
2173
2277
  path: _path2 + ".restrictAncestry",
2174
2278
  expected: "RestrictAncestry",
2175
2279
  value: input3.restrictAncestry
2176
- })) && $vo47(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
2280
+ })) && $vo48(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
2177
2281
  path: _path2 + ".restrictAncestry",
2178
2282
  expected: "RestrictAncestry",
2179
2283
  value: input3.restrictAncestry
@@ -2198,7 +2302,7 @@ var validDescrStatsRequest = (input) => {
2198
2302
  expected: "number",
2199
2303
  value: input3.stop
2200
2304
  })].every((flag) => flag);
2201
- const $vo47 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2305
+ const $vo48 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2202
2306
  path: _path2 + ".name",
2203
2307
  expected: "string",
2204
2308
  value: input3.name
@@ -2211,7 +2315,7 @@ var validDescrStatsRequest = (input) => {
2211
2315
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
2212
2316
  value: input3.tvs
2213
2317
  })].every((flag) => flag);
2214
- const $vo48 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2318
+ const $vo49 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2215
2319
  path: _path2 + ".id",
2216
2320
  expected: "string",
2217
2321
  value: input3.id
@@ -2227,8 +2331,8 @@ var validDescrStatsRequest = (input) => {
2227
2331
  path: _path2 + ".child_types",
2228
2332
  expected: "(Array<string> | undefined)",
2229
2333
  value: input3.child_types
2230
- })) && input3.child_types.map((elem, _index31) => "string" === typeof elem || $report(_exceptionable2, {
2231
- path: _path2 + ".child_types[" + _index31 + "]",
2334
+ })) && input3.child_types.map((elem, _index33) => "string" === typeof elem || $report(_exceptionable2, {
2335
+ path: _path2 + ".child_types[" + _index33 + "]",
2232
2336
  expected: "string",
2233
2337
  value: elem
2234
2338
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2243,8 +2347,8 @@ var validDescrStatsRequest = (input) => {
2243
2347
  path: _path2 + ".included_types",
2244
2348
  expected: "(Array<string> | undefined)",
2245
2349
  value: input3.included_types
2246
- })) && input3.included_types.map((elem, _index32) => "string" === typeof elem || $report(_exceptionable2, {
2247
- path: _path2 + ".included_types[" + _index32 + "]",
2350
+ })) && input3.included_types.map((elem, _index34) => "string" === typeof elem || $report(_exceptionable2, {
2351
+ path: _path2 + ".included_types[" + _index34 + "]",
2248
2352
  expected: "string",
2249
2353
  value: elem
2250
2354
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2275,12 +2379,12 @@ var validDescrStatsRequest = (input) => {
2275
2379
  path: _path2 + ".snps",
2276
2380
  expected: "(Array<SnpsEntry> | undefined)",
2277
2381
  value: input3.snps
2278
- })) && input3.snps.map((elem, _index33) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2279
- path: _path2 + ".snps[" + _index33 + "]",
2382
+ })) && input3.snps.map((elem, _index35) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2383
+ path: _path2 + ".snps[" + _index35 + "]",
2280
2384
  expected: "SnpsEntry",
2281
2385
  value: elem
2282
- })) && $vo49(elem, _path2 + ".snps[" + _index33 + "]", _exceptionable2) || $report(_exceptionable2, {
2283
- path: _path2 + ".snps[" + _index33 + "]",
2386
+ })) && $vo50(elem, _path2 + ".snps[" + _index35 + "]", _exceptionable2) || $report(_exceptionable2, {
2387
+ path: _path2 + ".snps[" + _index35 + "]",
2284
2388
  expected: "SnpsEntry",
2285
2389
  value: elem
2286
2390
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2288,12 +2392,12 @@ var validDescrStatsRequest = (input) => {
2288
2392
  expected: "(Array<SnpsEntry> | undefined)",
2289
2393
  value: input3.snps
2290
2394
  })].every((flag) => flag);
2291
- const $vo49 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
2395
+ const $vo50 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
2292
2396
  path: _path2 + ".altAlleles",
2293
2397
  expected: "(Array<string> | undefined)",
2294
2398
  value: input3.altAlleles
2295
- })) && input3.altAlleles.map((elem, _index34) => "string" === typeof elem || $report(_exceptionable2, {
2296
- path: _path2 + ".altAlleles[" + _index34 + "]",
2399
+ })) && input3.altAlleles.map((elem, _index36) => "string" === typeof elem || $report(_exceptionable2, {
2400
+ path: _path2 + ".altAlleles[" + _index36 + "]",
2297
2401
  expected: "string",
2298
2402
  value: elem
2299
2403
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2304,12 +2408,12 @@ var validDescrStatsRequest = (input) => {
2304
2408
  path: _path2 + ".alleles",
2305
2409
  expected: "(Array<AllelesEntry> | undefined)",
2306
2410
  value: input3.alleles
2307
- })) && input3.alleles.map((elem, _index35) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2308
- path: _path2 + ".alleles[" + _index35 + "]",
2411
+ })) && input3.alleles.map((elem, _index37) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2412
+ path: _path2 + ".alleles[" + _index37 + "]",
2309
2413
  expected: "AllelesEntry",
2310
2414
  value: elem
2311
- })) && $vo50(elem, _path2 + ".alleles[" + _index35 + "]", _exceptionable2) || $report(_exceptionable2, {
2312
- path: _path2 + ".alleles[" + _index35 + "]",
2415
+ })) && $vo51(elem, _path2 + ".alleles[" + _index37 + "]", _exceptionable2) || $report(_exceptionable2, {
2416
+ path: _path2 + ".alleles[" + _index37 + "]",
2313
2417
  expected: "AllelesEntry",
2314
2418
  value: elem
2315
2419
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2324,7 +2428,7 @@ var validDescrStatsRequest = (input) => {
2324
2428
  path: _path2 + ".gt2count",
2325
2429
  expected: "(__type.o7 | undefined)",
2326
2430
  value: input3.gt2count
2327
- })) && $vo51(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
2431
+ })) && $vo52(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
2328
2432
  path: _path2 + ".gt2count",
2329
2433
  expected: "(__type.o7 | undefined)",
2330
2434
  value: input3.gt2count
@@ -2353,7 +2457,7 @@ var validDescrStatsRequest = (input) => {
2353
2457
  expected: "(number | undefined)",
2354
2458
  value: input3.pos
2355
2459
  })].every((flag) => flag);
2356
- const $vo50 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
2460
+ const $vo51 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
2357
2461
  path: _path2 + ".allele",
2358
2462
  expected: "string",
2359
2463
  value: input3.allele
@@ -2366,7 +2470,7 @@ var validDescrStatsRequest = (input) => {
2366
2470
  expected: "boolean",
2367
2471
  value: input3.isRef
2368
2472
  })].every((flag) => flag);
2369
- const $vo51 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
2473
+ const $vo52 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
2370
2474
  path: _path2 + ".k",
2371
2475
  expected: "string",
2372
2476
  value: input3.k
@@ -2375,7 +2479,7 @@ var validDescrStatsRequest = (input) => {
2375
2479
  expected: "(number | string)",
2376
2480
  value: input3.v
2377
2481
  })].every((flag) => flag);
2378
- const $vo52 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2482
+ const $vo53 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2379
2483
  path: _path2 + ".id",
2380
2484
  expected: "(string | undefined)",
2381
2485
  value: input3.id
@@ -2401,22 +2505,22 @@ var validDescrStatsRequest = (input) => {
2401
2505
  value: input3.minNumSamples
2402
2506
  }), true, ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2403
2507
  path: _path2 + ".term",
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" | "ssGSEA"; 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; })',
2508
+ expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { gene: string; name: string; type: "geneExpression"; bins?: PresetNumericBins | undefined; chr?: string | undefined; start?: number | undefined; stop?: number | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id?: string | undefined; type: "integer" | "float" | "date"; bins: PresetNumericBins; values?: TermValues | undefined; } | BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { values: SampleLstTermValues; })',
2405
2509
  value: input3.term
2406
- })) && $vu12(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2510
+ })) && $vu13(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2407
2511
  path: _path2 + ".term",
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" | "ssGSEA"; 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; })',
2512
+ expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { gene: string; name: string; type: "geneExpression"; bins?: PresetNumericBins | undefined; chr?: string | undefined; start?: number | undefined; stop?: number | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id?: string | undefined; type: "integer" | "float" | "date"; bins: PresetNumericBins; values?: TermValues | undefined; } | BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { values: SampleLstTermValues; })',
2409
2513
  value: input3.term
2410
2514
  }), ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) || $report(_exceptionable2, {
2411
2515
  path: _path2 + ".q",
2412
2516
  expected: "(BaseQ | BinaryNumericQ | ConditionQ | ContinuousNumericQ | CustomGroupSettingQ | CustomNumericBinConfig | FilterQ | PredefinedGroupSettingQ | RegularNumericBinConfig | SampleLstQ | SnpsQ | SplineNumericQ | ValuesQ)",
2413
2517
  value: input3.q
2414
- })) && $vu13(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2518
+ })) && $vu14(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2415
2519
  path: _path2 + ".q",
2416
2520
  expected: "(BaseQ | BinaryNumericQ | ConditionQ | ContinuousNumericQ | CustomGroupSettingQ | CustomNumericBinConfig | FilterQ | PredefinedGroupSettingQ | RegularNumericBinConfig | SampleLstQ | SnpsQ | SplineNumericQ | ValuesQ)",
2417
2521
  value: input3.q
2418
2522
  })].every((flag) => flag);
2419
- const $vo53 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2523
+ const $vo54 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2420
2524
  path: _path2 + ".id",
2421
2525
  expected: "string",
2422
2526
  value: input3.id
@@ -2432,8 +2536,8 @@ var validDescrStatsRequest = (input) => {
2432
2536
  path: _path2 + ".child_types",
2433
2537
  expected: "(Array<string> | undefined)",
2434
2538
  value: input3.child_types
2435
- })) && input3.child_types.map((elem, _index36) => "string" === typeof elem || $report(_exceptionable2, {
2436
- path: _path2 + ".child_types[" + _index36 + "]",
2539
+ })) && input3.child_types.map((elem, _index38) => "string" === typeof elem || $report(_exceptionable2, {
2540
+ path: _path2 + ".child_types[" + _index38 + "]",
2437
2541
  expected: "string",
2438
2542
  value: elem
2439
2543
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2448,8 +2552,8 @@ var validDescrStatsRequest = (input) => {
2448
2552
  path: _path2 + ".included_types",
2449
2553
  expected: "(Array<string> | undefined)",
2450
2554
  value: input3.included_types
2451
- })) && input3.included_types.map((elem, _index37) => "string" === typeof elem || $report(_exceptionable2, {
2452
- path: _path2 + ".included_types[" + _index37 + "]",
2555
+ })) && input3.included_types.map((elem, _index39) => "string" === typeof elem || $report(_exceptionable2, {
2556
+ path: _path2 + ".included_types[" + _index39 + "]",
2453
2557
  expected: "string",
2454
2558
  value: elem
2455
2559
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2496,12 +2600,12 @@ var validDescrStatsRequest = (input) => {
2496
2600
  path: _path2 + ".genes",
2497
2601
  expected: "Array<GvGeneTerm>",
2498
2602
  value: input3.genes
2499
- })) && input3.genes.map((elem, _index38) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2500
- path: _path2 + ".genes[" + _index38 + "]",
2603
+ })) && input3.genes.map((elem, _index40) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2604
+ path: _path2 + ".genes[" + _index40 + "]",
2501
2605
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2502
2606
  value: elem
2503
- })) && $vu3(elem, _path2 + ".genes[" + _index38 + "]", _exceptionable2) || $report(_exceptionable2, {
2504
- path: _path2 + ".genes[" + _index38 + "]",
2607
+ })) && $vu3(elem, _path2 + ".genes[" + _index40 + "]", _exceptionable2) || $report(_exceptionable2, {
2608
+ path: _path2 + ".genes[" + _index40 + "]",
2505
2609
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2506
2610
  value: elem
2507
2611
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2520,12 +2624,12 @@ var validDescrStatsRequest = (input) => {
2520
2624
  path: _path2 + ".childTerms",
2521
2625
  expected: "Array<DtTerm>",
2522
2626
  value: input3.childTerms
2523
- })) && input3.childTerms.map((elem, _index39) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2524
- path: _path2 + ".childTerms[" + _index39 + "]",
2627
+ })) && input3.childTerms.map((elem, _index41) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2628
+ path: _path2 + ".childTerms[" + _index41 + "]",
2525
2629
  expected: "DtTerm",
2526
2630
  value: elem
2527
- })) && $vo34(elem, _path2 + ".childTerms[" + _index39 + "]", _exceptionable2) || $report(_exceptionable2, {
2528
- path: _path2 + ".childTerms[" + _index39 + "]",
2631
+ })) && $vo35(elem, _path2 + ".childTerms[" + _index41 + "]", _exceptionable2) || $report(_exceptionable2, {
2632
+ path: _path2 + ".childTerms[" + _index41 + "]",
2529
2633
  expected: "DtTerm",
2530
2634
  value: elem
2531
2635
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2533,7 +2637,7 @@ var validDescrStatsRequest = (input) => {
2533
2637
  expected: "Array<DtTerm>",
2534
2638
  value: input3.childTerms
2535
2639
  })].every((flag) => flag);
2536
- const $vo54 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2640
+ const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2537
2641
  path: _path2 + ".id",
2538
2642
  expected: "string",
2539
2643
  value: input3.id
@@ -2549,8 +2653,8 @@ var validDescrStatsRequest = (input) => {
2549
2653
  path: _path2 + ".child_types",
2550
2654
  expected: "(Array<string> | undefined)",
2551
2655
  value: input3.child_types
2552
- })) && input3.child_types.map((elem, _index40) => "string" === typeof elem || $report(_exceptionable2, {
2553
- path: _path2 + ".child_types[" + _index40 + "]",
2656
+ })) && input3.child_types.map((elem, _index42) => "string" === typeof elem || $report(_exceptionable2, {
2657
+ path: _path2 + ".child_types[" + _index42 + "]",
2554
2658
  expected: "string",
2555
2659
  value: elem
2556
2660
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2565,8 +2669,8 @@ var validDescrStatsRequest = (input) => {
2565
2669
  path: _path2 + ".included_types",
2566
2670
  expected: "(Array<string> | undefined)",
2567
2671
  value: input3.included_types
2568
- })) && input3.included_types.map((elem, _index41) => "string" === typeof elem || $report(_exceptionable2, {
2569
- path: _path2 + ".included_types[" + _index41 + "]",
2672
+ })) && input3.included_types.map((elem, _index43) => "string" === typeof elem || $report(_exceptionable2, {
2673
+ path: _path2 + ".included_types[" + _index43 + "]",
2570
2674
  expected: "string",
2571
2675
  value: elem
2572
2676
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2609,12 +2713,12 @@ var validDescrStatsRequest = (input) => {
2609
2713
  path: _path2 + ".genes",
2610
2714
  expected: "Array<GvGeneTerm>",
2611
2715
  value: input3.genes
2612
- })) && input3.genes.map((elem, _index42) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2613
- path: _path2 + ".genes[" + _index42 + "]",
2716
+ })) && input3.genes.map((elem, _index44) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2717
+ path: _path2 + ".genes[" + _index44 + "]",
2614
2718
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2615
2719
  value: elem
2616
- })) && $vu3(elem, _path2 + ".genes[" + _index42 + "]", _exceptionable2) || $report(_exceptionable2, {
2617
- path: _path2 + ".genes[" + _index42 + "]",
2720
+ })) && $vu3(elem, _path2 + ".genes[" + _index44 + "]", _exceptionable2) || $report(_exceptionable2, {
2721
+ path: _path2 + ".genes[" + _index44 + "]",
2618
2722
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2619
2723
  value: elem
2620
2724
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2633,12 +2737,12 @@ var validDescrStatsRequest = (input) => {
2633
2737
  path: _path2 + ".childTerms",
2634
2738
  expected: "Array<DtTerm>",
2635
2739
  value: input3.childTerms
2636
- })) && input3.childTerms.map((elem, _index43) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2637
- path: _path2 + ".childTerms[" + _index43 + "]",
2740
+ })) && input3.childTerms.map((elem, _index45) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2741
+ path: _path2 + ".childTerms[" + _index45 + "]",
2638
2742
  expected: "DtTerm",
2639
2743
  value: elem
2640
- })) && $vo34(elem, _path2 + ".childTerms[" + _index43 + "]", _exceptionable2) || $report(_exceptionable2, {
2641
- path: _path2 + ".childTerms[" + _index43 + "]",
2744
+ })) && $vo35(elem, _path2 + ".childTerms[" + _index45 + "]", _exceptionable2) || $report(_exceptionable2, {
2745
+ path: _path2 + ".childTerms[" + _index45 + "]",
2642
2746
  expected: "DtTerm",
2643
2747
  value: elem
2644
2748
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2646,7 +2750,7 @@ var validDescrStatsRequest = (input) => {
2646
2750
  expected: "Array<DtTerm>",
2647
2751
  value: input3.childTerms
2648
2752
  })].every((flag) => flag);
2649
- const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2753
+ const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2650
2754
  path: _path2 + ".id",
2651
2755
  expected: "string",
2652
2756
  value: input3.id
@@ -2662,8 +2766,8 @@ var validDescrStatsRequest = (input) => {
2662
2766
  path: _path2 + ".child_types",
2663
2767
  expected: "(Array<string> | undefined)",
2664
2768
  value: input3.child_types
2665
- })) && input3.child_types.map((elem, _index44) => "string" === typeof elem || $report(_exceptionable2, {
2666
- path: _path2 + ".child_types[" + _index44 + "]",
2769
+ })) && input3.child_types.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
2770
+ path: _path2 + ".child_types[" + _index46 + "]",
2667
2771
  expected: "string",
2668
2772
  value: elem
2669
2773
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2678,8 +2782,8 @@ var validDescrStatsRequest = (input) => {
2678
2782
  path: _path2 + ".included_types",
2679
2783
  expected: "(Array<string> | undefined)",
2680
2784
  value: input3.included_types
2681
- })) && input3.included_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
2682
- path: _path2 + ".included_types[" + _index45 + "]",
2785
+ })) && input3.included_types.map((elem, _index47) => "string" === typeof elem || $report(_exceptionable2, {
2786
+ path: _path2 + ".included_types[" + _index47 + "]",
2683
2787
  expected: "string",
2684
2788
  value: elem
2685
2789
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2711,7 +2815,7 @@ var validDescrStatsRequest = (input) => {
2711
2815
  expected: "TermGroupSetting",
2712
2816
  value: input3.groupsetting
2713
2817
  })].every((flag) => flag);
2714
- const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2818
+ const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2715
2819
  path: _path2 + ".id",
2716
2820
  expected: "string",
2717
2821
  value: input3.id
@@ -2719,16 +2823,16 @@ var validDescrStatsRequest = (input) => {
2719
2823
  path: _path2 + ".name",
2720
2824
  expected: "string",
2721
2825
  value: input3.name
2722
- }), "integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type || "ssGSEA" === input3.type || $report(_exceptionable2, {
2826
+ }), "integer" === input3.type || "float" === input3.type || "date" === input3.type || $report(_exceptionable2, {
2723
2827
  path: _path2 + ".type",
2724
- expected: '("date" | "float" | "geneExpression" | "integer" | "metaboliteIntensity" | "ssGSEA")',
2828
+ expected: '("date" | "float" | "integer")',
2725
2829
  value: input3.type
2726
2830
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
2727
2831
  path: _path2 + ".child_types",
2728
2832
  expected: "(Array<string> | undefined)",
2729
2833
  value: input3.child_types
2730
- })) && input3.child_types.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
2731
- path: _path2 + ".child_types[" + _index46 + "]",
2834
+ })) && input3.child_types.map((elem, _index48) => "string" === typeof elem || $report(_exceptionable2, {
2835
+ path: _path2 + ".child_types[" + _index48 + "]",
2732
2836
  expected: "string",
2733
2837
  value: elem
2734
2838
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2743,8 +2847,8 @@ var validDescrStatsRequest = (input) => {
2743
2847
  path: _path2 + ".included_types",
2744
2848
  expected: "(Array<string> | undefined)",
2745
2849
  value: input3.included_types
2746
- })) && input3.included_types.map((elem, _index47) => "string" === typeof elem || $report(_exceptionable2, {
2747
- path: _path2 + ".included_types[" + _index47 + "]",
2850
+ })) && input3.included_types.map((elem, _index49) => "string" === typeof elem || $report(_exceptionable2, {
2851
+ path: _path2 + ".included_types[" + _index49 + "]",
2748
2852
  expected: "string",
2749
2853
  value: elem
2750
2854
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2767,28 +2871,121 @@ var validDescrStatsRequest = (input) => {
2767
2871
  path: _path2 + ".skipValuesBuild",
2768
2872
  expected: "(boolean | undefined)",
2769
2873
  value: input3.skipValuesBuild
2874
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
2875
+ path: _path2 + ".continuousColorScale",
2876
+ expected: "(__type.o3 | undefined)",
2877
+ value: input3.continuousColorScale
2878
+ })) && $vo22(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
2879
+ path: _path2 + ".continuousColorScale",
2880
+ expected: "(__type.o3 | undefined)",
2881
+ value: input3.continuousColorScale
2882
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
2883
+ path: _path2 + ".unit",
2884
+ expected: "(string | undefined)",
2885
+ value: input3.unit
2770
2886
  }), ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
2771
2887
  path: _path2 + ".bins",
2772
2888
  expected: "PresetNumericBins",
2773
2889
  value: input3.bins
2774
- })) && $vo22(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
2890
+ })) && $vo23(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
2775
2891
  path: _path2 + ".bins",
2776
2892
  expected: "PresetNumericBins",
2777
2893
  value: input3.bins
2778
- }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
2779
- path: _path2 + ".unit",
2780
- expected: "(string | undefined)",
2781
- value: input3.unit
2894
+ })].every((flag) => flag);
2895
+ const $vo58 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2896
+ path: _path2 + ".id",
2897
+ expected: "string",
2898
+ value: input3.id
2899
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
2900
+ path: _path2 + ".name",
2901
+ expected: "string",
2902
+ value: input3.name
2903
+ }), "geneExpression" === input3.type || $report(_exceptionable2, {
2904
+ path: _path2 + ".type",
2905
+ expected: '"geneExpression"',
2906
+ value: input3.type
2907
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
2908
+ path: _path2 + ".child_types",
2909
+ expected: "(Array<string> | undefined)",
2910
+ value: input3.child_types
2911
+ })) && input3.child_types.map((elem, _index50) => "string" === typeof elem || $report(_exceptionable2, {
2912
+ path: _path2 + ".child_types[" + _index50 + "]",
2913
+ expected: "string",
2914
+ value: elem
2915
+ })).every((flag) => flag) || $report(_exceptionable2, {
2916
+ path: _path2 + ".child_types",
2917
+ expected: "(Array<string> | undefined)",
2918
+ value: input3.child_types
2919
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
2920
+ path: _path2 + ".hashtmldetail",
2921
+ expected: "(boolean | undefined)",
2922
+ value: input3.hashtmldetail
2923
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
2924
+ path: _path2 + ".included_types",
2925
+ expected: "(Array<string> | undefined)",
2926
+ value: input3.included_types
2927
+ })) && input3.included_types.map((elem, _index51) => "string" === typeof elem || $report(_exceptionable2, {
2928
+ path: _path2 + ".included_types[" + _index51 + "]",
2929
+ expected: "string",
2930
+ value: elem
2931
+ })).every((flag) => flag) || $report(_exceptionable2, {
2932
+ path: _path2 + ".included_types",
2933
+ expected: "(Array<string> | undefined)",
2934
+ value: input3.included_types
2935
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
2936
+ path: _path2 + ".isleaf",
2937
+ expected: "(boolean | undefined)",
2938
+ value: input3.isleaf
2939
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
2940
+ path: _path2 + ".values",
2941
+ expected: "(TermValues | undefined)",
2942
+ value: input3.values
2943
+ })) && $vo16(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2944
+ path: _path2 + ".values",
2945
+ expected: "(TermValues | undefined)",
2946
+ value: input3.values
2947
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
2948
+ path: _path2 + ".skipValuesBuild",
2949
+ expected: "(boolean | undefined)",
2950
+ value: input3.skipValuesBuild
2782
2951
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
2783
2952
  path: _path2 + ".continuousColorScale",
2784
2953
  expected: "(__type.o3 | undefined)",
2785
2954
  value: input3.continuousColorScale
2786
- })) && $vo28(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
2955
+ })) && $vo22(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
2787
2956
  path: _path2 + ".continuousColorScale",
2788
2957
  expected: "(__type.o3 | undefined)",
2789
2958
  value: input3.continuousColorScale
2959
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
2960
+ path: _path2 + ".unit",
2961
+ expected: "(string | undefined)",
2962
+ value: input3.unit
2963
+ }), "string" === typeof input3.gene || $report(_exceptionable2, {
2964
+ path: _path2 + ".gene",
2965
+ expected: "string",
2966
+ value: input3.gene
2967
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
2968
+ path: _path2 + ".bins",
2969
+ expected: "(PresetNumericBins | undefined)",
2970
+ value: input3.bins
2971
+ })) && $vo23(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
2972
+ path: _path2 + ".bins",
2973
+ expected: "(PresetNumericBins | undefined)",
2974
+ value: input3.bins
2975
+ }), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
2976
+ path: _path2 + ".chr",
2977
+ expected: "(string | undefined)",
2978
+ value: input3.chr
2979
+ }), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
2980
+ path: _path2 + ".start",
2981
+ expected: "(number | undefined)",
2982
+ value: input3.start
2983
+ }), void 0 === input3.stop || "number" === typeof input3.stop || $report(_exceptionable2, {
2984
+ path: _path2 + ".stop",
2985
+ expected: "(number | undefined)",
2986
+ value: input3.stop
2790
2987
  })].every((flag) => flag);
2791
- const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2988
+ const $vo59 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2792
2989
  path: _path2 + ".id",
2793
2990
  expected: "string",
2794
2991
  value: input3.id
@@ -2804,8 +3001,8 @@ var validDescrStatsRequest = (input) => {
2804
3001
  path: _path2 + ".child_types",
2805
3002
  expected: "(Array<string> | undefined)",
2806
3003
  value: input3.child_types
2807
- })) && input3.child_types.map((elem, _index48) => "string" === typeof elem || $report(_exceptionable2, {
2808
- path: _path2 + ".child_types[" + _index48 + "]",
3004
+ })) && input3.child_types.map((elem, _index52) => "string" === typeof elem || $report(_exceptionable2, {
3005
+ path: _path2 + ".child_types[" + _index52 + "]",
2809
3006
  expected: "string",
2810
3007
  value: elem
2811
3008
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2820,8 +3017,8 @@ var validDescrStatsRequest = (input) => {
2820
3017
  path: _path2 + ".included_types",
2821
3018
  expected: "(Array<string> | undefined)",
2822
3019
  value: input3.included_types
2823
- })) && input3.included_types.map((elem, _index49) => "string" === typeof elem || $report(_exceptionable2, {
2824
- path: _path2 + ".included_types[" + _index49 + "]",
3020
+ })) && input3.included_types.map((elem, _index53) => "string" === typeof elem || $report(_exceptionable2, {
3021
+ path: _path2 + ".included_types[" + _index53 + "]",
2825
3022
  expected: "string",
2826
3023
  value: elem
2827
3024
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2845,7 +3042,7 @@ var validDescrStatsRequest = (input) => {
2845
3042
  expected: "(boolean | undefined)",
2846
3043
  value: input3.skipValuesBuild
2847
3044
  })].every((flag) => flag);
2848
- const $vo58 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3045
+ const $vo60 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2849
3046
  path: _path2 + ".id",
2850
3047
  expected: "string",
2851
3048
  value: input3.id
@@ -2861,8 +3058,8 @@ var validDescrStatsRequest = (input) => {
2861
3058
  path: _path2 + ".child_types",
2862
3059
  expected: "(Array<string> | undefined)",
2863
3060
  value: input3.child_types
2864
- })) && input3.child_types.map((elem, _index50) => "string" === typeof elem || $report(_exceptionable2, {
2865
- path: _path2 + ".child_types[" + _index50 + "]",
3061
+ })) && input3.child_types.map((elem, _index54) => "string" === typeof elem || $report(_exceptionable2, {
3062
+ path: _path2 + ".child_types[" + _index54 + "]",
2866
3063
  expected: "string",
2867
3064
  value: elem
2868
3065
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2877,8 +3074,8 @@ var validDescrStatsRequest = (input) => {
2877
3074
  path: _path2 + ".included_types",
2878
3075
  expected: "(Array<string> | undefined)",
2879
3076
  value: input3.included_types
2880
- })) && input3.included_types.map((elem, _index51) => "string" === typeof elem || $report(_exceptionable2, {
2881
- path: _path2 + ".included_types[" + _index51 + "]",
3077
+ })) && input3.included_types.map((elem, _index55) => "string" === typeof elem || $report(_exceptionable2, {
3078
+ path: _path2 + ".included_types[" + _index55 + "]",
2882
3079
  expected: "string",
2883
3080
  value: elem
2884
3081
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2909,12 +3106,12 @@ var validDescrStatsRequest = (input) => {
2909
3106
  path: _path2 + ".snps",
2910
3107
  expected: "(Array<SnpsEntry> | undefined)",
2911
3108
  value: input3.snps
2912
- })) && input3.snps.map((elem, _index52) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2913
- path: _path2 + ".snps[" + _index52 + "]",
3109
+ })) && input3.snps.map((elem, _index56) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3110
+ path: _path2 + ".snps[" + _index56 + "]",
2914
3111
  expected: "SnpsEntry",
2915
3112
  value: elem
2916
- })) && $vo49(elem, _path2 + ".snps[" + _index52 + "]", _exceptionable2) || $report(_exceptionable2, {
2917
- path: _path2 + ".snps[" + _index52 + "]",
3113
+ })) && $vo50(elem, _path2 + ".snps[" + _index56 + "]", _exceptionable2) || $report(_exceptionable2, {
3114
+ path: _path2 + ".snps[" + _index56 + "]",
2918
3115
  expected: "SnpsEntry",
2919
3116
  value: elem
2920
3117
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2922,7 +3119,7 @@ var validDescrStatsRequest = (input) => {
2922
3119
  expected: "(Array<SnpsEntry> | undefined)",
2923
3120
  value: input3.snps
2924
3121
  })].every((flag) => flag);
2925
- const $vo59 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3122
+ const $vo61 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2926
3123
  path: _path2 + ".id",
2927
3124
  expected: "string",
2928
3125
  value: input3.id
@@ -2938,8 +3135,8 @@ var validDescrStatsRequest = (input) => {
2938
3135
  path: _path2 + ".child_types",
2939
3136
  expected: "(Array<string> | undefined)",
2940
3137
  value: input3.child_types
2941
- })) && input3.child_types.map((elem, _index53) => "string" === typeof elem || $report(_exceptionable2, {
2942
- path: _path2 + ".child_types[" + _index53 + "]",
3138
+ })) && input3.child_types.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
3139
+ path: _path2 + ".child_types[" + _index57 + "]",
2943
3140
  expected: "string",
2944
3141
  value: elem
2945
3142
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2954,8 +3151,8 @@ var validDescrStatsRequest = (input) => {
2954
3151
  path: _path2 + ".included_types",
2955
3152
  expected: "(Array<string> | undefined)",
2956
3153
  value: input3.included_types
2957
- })) && input3.included_types.map((elem, _index54) => "string" === typeof elem || $report(_exceptionable2, {
2958
- path: _path2 + ".included_types[" + _index54 + "]",
3154
+ })) && input3.included_types.map((elem, _index58) => "string" === typeof elem || $report(_exceptionable2, {
3155
+ path: _path2 + ".included_types[" + _index58 + "]",
2959
3156
  expected: "string",
2960
3157
  value: elem
2961
3158
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2970,7 +3167,7 @@ var validDescrStatsRequest = (input) => {
2970
3167
  path: _path2 + ".values",
2971
3168
  expected: "(TermValues & SampleLstTermValues | undefined)",
2972
3169
  value: input3.values
2973
- })) && $vo60(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
3170
+ })) && $vo62(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2974
3171
  path: _path2 + ".values",
2975
3172
  expected: "(TermValues & SampleLstTermValues | undefined)",
2976
3173
  value: input3.values
@@ -2979,7 +3176,7 @@ var validDescrStatsRequest = (input) => {
2979
3176
  expected: "(boolean | undefined)",
2980
3177
  value: input3.skipValuesBuild
2981
3178
  })].every((flag) => flag);
2982
- const $vo60 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3179
+ const $vo62 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2983
3180
  const value = input3[key];
2984
3181
  if (void 0 === value)
2985
3182
  return true;
@@ -2988,7 +3185,7 @@ var validDescrStatsRequest = (input) => {
2988
3185
  path: _path2 + $join(key),
2989
3186
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
2990
3187
  value
2991
- })) && $vo61(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3188
+ })) && $vo63(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2992
3189
  path: _path2 + $join(key),
2993
3190
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
2994
3191
  value
@@ -2998,14 +3195,14 @@ var validDescrStatsRequest = (input) => {
2998
3195
  path: _path2 + $join(key),
2999
3196
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
3000
3197
  value
3001
- })) && $vo61(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3198
+ })) && $vo63(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3002
3199
  path: _path2 + $join(key),
3003
3200
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
3004
3201
  value
3005
3202
  });
3006
3203
  return true;
3007
3204
  }).every((flag) => flag)].every((flag) => flag);
3008
- const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
3205
+ const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
3009
3206
  path: _path2 + ".key",
3010
3207
  expected: "(string | undefined)",
3011
3208
  value: input3.key
@@ -3049,12 +3246,12 @@ var validDescrStatsRequest = (input) => {
3049
3246
  path: _path2 + ".list",
3050
3247
  expected: "Array<__type>.o4",
3051
3248
  value: input3.list
3052
- })) && input3.list.map((elem, _index55) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3053
- path: _path2 + ".list[" + _index55 + "]",
3249
+ })) && input3.list.map((elem, _index59) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3250
+ path: _path2 + ".list[" + _index59 + "]",
3054
3251
  expected: "__type.o8",
3055
3252
  value: elem
3056
- })) && $vo62(elem, _path2 + ".list[" + _index55 + "]", _exceptionable2) || $report(_exceptionable2, {
3057
- path: _path2 + ".list[" + _index55 + "]",
3253
+ })) && $vo64(elem, _path2 + ".list[" + _index59 + "]", _exceptionable2) || $report(_exceptionable2, {
3254
+ path: _path2 + ".list[" + _index59 + "]",
3058
3255
  expected: "__type.o8",
3059
3256
  value: elem
3060
3257
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3062,7 +3259,7 @@ var validDescrStatsRequest = (input) => {
3062
3259
  expected: "Array<__type>.o4",
3063
3260
  value: input3.list
3064
3261
  }), true].every((flag) => flag);
3065
- const $vo62 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.sampleId || $report(_exceptionable2, {
3262
+ const $vo64 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.sampleId || $report(_exceptionable2, {
3066
3263
  path: _path2 + ".sampleId",
3067
3264
  expected: "string",
3068
3265
  value: input3.sampleId
@@ -3071,7 +3268,7 @@ var validDescrStatsRequest = (input) => {
3071
3268
  expected: "string",
3072
3269
  value: input3.sample
3073
3270
  })].every((flag) => flag);
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, {
3271
+ const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3075
3272
  path: _path2 + ".hiddenValues",
3076
3273
  expected: "(HiddenValues | undefined)",
3077
3274
  value: input3.hiddenValues
@@ -3100,7 +3297,7 @@ var validDescrStatsRequest = (input) => {
3100
3297
  expected: '("custom-bin" | "custom-groupset" | "custom-samplelst" | "filter" | "predefined-groupset" | "regular-bin" | "values" | undefined)',
3101
3298
  value: input3.type
3102
3299
  })].every((flag) => flag);
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, {
3300
+ const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3104
3301
  path: _path2 + ".hiddenValues",
3105
3302
  expected: "(HiddenValues | undefined)",
3106
3303
  value: input3.hiddenValues
@@ -3140,8 +3337,8 @@ var validDescrStatsRequest = (input) => {
3140
3337
  path: _path2 + ".breaks",
3141
3338
  expected: "(Array<number> | undefined)",
3142
3339
  value: input3.breaks
3143
- })) && input3.breaks.map((elem, _index56) => "number" === typeof elem || $report(_exceptionable2, {
3144
- path: _path2 + ".breaks[" + _index56 + "]",
3340
+ })) && input3.breaks.map((elem, _index60) => "number" === typeof elem || $report(_exceptionable2, {
3341
+ path: _path2 + ".breaks[" + _index60 + "]",
3145
3342
  expected: "number",
3146
3343
  value: elem
3147
3344
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3165,7 +3362,7 @@ var validDescrStatsRequest = (input) => {
3165
3362
  expected: "(boolean | undefined)",
3166
3363
  value: input3.value_by_computable_grade
3167
3364
  }), true].every((flag) => flag);
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, {
3365
+ const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3169
3366
  path: _path2 + ".hiddenValues",
3170
3367
  expected: "(HiddenValues | undefined)",
3171
3368
  value: input3.hiddenValues
@@ -3197,12 +3394,12 @@ var validDescrStatsRequest = (input) => {
3197
3394
  path: _path2 + ".groups",
3198
3395
  expected: "SampleLstTermValues",
3199
3396
  value: input3.groups
3200
- })) && $vo66(input3.groups, _path2 + ".groups", _exceptionable2) || $report(_exceptionable2, {
3397
+ })) && $vo68(input3.groups, _path2 + ".groups", _exceptionable2) || $report(_exceptionable2, {
3201
3398
  path: _path2 + ".groups",
3202
3399
  expected: "SampleLstTermValues",
3203
3400
  value: input3.groups
3204
3401
  })].every((flag) => flag);
3205
- const $vo66 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3402
+ const $vo68 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3206
3403
  const value = input3[key];
3207
3404
  if (void 0 === value)
3208
3405
  return true;
@@ -3211,7 +3408,7 @@ var validDescrStatsRequest = (input) => {
3211
3408
  path: _path2 + $join(key),
3212
3409
  expected: "__type.o9",
3213
3410
  value
3214
- })) && $vo67(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3411
+ })) && $vo69(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3215
3412
  path: _path2 + $join(key),
3216
3413
  expected: "__type.o9",
3217
3414
  value
@@ -3221,14 +3418,14 @@ var validDescrStatsRequest = (input) => {
3221
3418
  path: _path2 + $join(key),
3222
3419
  expected: "__type.o9",
3223
3420
  value
3224
- })) && $vo67(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3421
+ })) && $vo69(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3225
3422
  path: _path2 + $join(key),
3226
3423
  expected: "__type.o9",
3227
3424
  value
3228
3425
  });
3229
3426
  return true;
3230
3427
  }).every((flag) => flag)].every((flag) => flag);
3231
- const $vo67 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
3428
+ const $vo69 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
3232
3429
  path: _path2 + ".name",
3233
3430
  expected: "string",
3234
3431
  value: input3.name
@@ -3240,12 +3437,12 @@ var validDescrStatsRequest = (input) => {
3240
3437
  path: _path2 + ".list",
3241
3438
  expected: "Array<__type>.o4",
3242
3439
  value: input3.list
3243
- })) && input3.list.map((elem, _index57) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3244
- path: _path2 + ".list[" + _index57 + "]",
3440
+ })) && input3.list.map((elem, _index61) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3441
+ path: _path2 + ".list[" + _index61 + "]",
3245
3442
  expected: "__type.o8",
3246
3443
  value: elem
3247
- })) && $vo62(elem, _path2 + ".list[" + _index57 + "]", _exceptionable2) || $report(_exceptionable2, {
3248
- path: _path2 + ".list[" + _index57 + "]",
3444
+ })) && $vo64(elem, _path2 + ".list[" + _index61 + "]", _exceptionable2) || $report(_exceptionable2, {
3445
+ path: _path2 + ".list[" + _index61 + "]",
3249
3446
  expected: "__type.o8",
3250
3447
  value: elem
3251
3448
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3277,16 +3474,16 @@ var validDescrStatsRequest = (input) => {
3277
3474
  })();
3278
3475
  const $vu2 = (input3, _path2, _exceptionable2 = true) => (() => {
3279
3476
  if (true === input3.startunbounded)
3280
- return $vo24(input3, _path2, _exceptionable2);
3477
+ return $vo25(input3, _path2, _exceptionable2);
3281
3478
  if (true === input3.stopunbounded)
3282
- return $vo26(input3, _path2, _exceptionable2);
3283
- return $vo25(input3, _path2, _exceptionable2);
3479
+ return $vo27(input3, _path2, _exceptionable2);
3480
+ return $vo26(input3, _path2, _exceptionable2);
3284
3481
  })();
3285
3482
  const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
3286
3483
  if ("gene" === input3.kind)
3287
- return $vo36(input3, _path2, _exceptionable2);
3288
- if ("coord" === input3.kind)
3289
3484
  return $vo37(input3, _path2, _exceptionable2);
3485
+ if ("coord" === input3.kind)
3486
+ return $vo38(input3, _path2, _exceptionable2);
3290
3487
  return $report(_exceptionable2, {
3291
3488
  path: _path2,
3292
3489
  expected: "(BaseTerm & Gene | BaseTerm & Coord)",
@@ -3295,9 +3492,9 @@ var validDescrStatsRequest = (input) => {
3295
3492
  })();
3296
3493
  const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
3297
3494
  if (true === input3.startunbounded)
3298
- return $vo24(input3, _path2, _exceptionable2);
3299
- if (void 0 !== input3.start)
3300
3495
  return $vo25(input3, _path2, _exceptionable2);
3496
+ if (void 0 !== input3.start)
3497
+ return $vo26(input3, _path2, _exceptionable2);
3301
3498
  return $report(_exceptionable2, {
3302
3499
  path: _path2,
3303
3500
  expected: "(StartUnboundedBin | FullyBoundedBin)",
@@ -3306,9 +3503,9 @@ var validDescrStatsRequest = (input) => {
3306
3503
  })();
3307
3504
  const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
3308
3505
  if (void 0 !== input3.stop)
3309
- return $vo25(input3, _path2, _exceptionable2);
3310
- if (true === input3.stopunbounded)
3311
3506
  return $vo26(input3, _path2, _exceptionable2);
3507
+ if (true === input3.stopunbounded)
3508
+ return $vo27(input3, _path2, _exceptionable2);
3312
3509
  return $report(_exceptionable2, {
3313
3510
  path: _path2,
3314
3511
  expected: "(FullyBoundedBin | StopUnboundedBin)",
@@ -3318,7 +3515,7 @@ var validDescrStatsRequest = (input) => {
3318
3515
  const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
3319
3516
  if (void 0 !== input3.type)
3320
3517
  return $vo1(input3, _path2, _exceptionable2);
3321
- return $vo52(input3, _path2, false) || $vo45(input3, _path2, false) || $vo40(input3, _path2, false);
3518
+ return $vo53(input3, _path2, false) || $vo46(input3, _path2, false) || $vo41(input3, _path2, false);
3322
3519
  })();
3323
3520
  const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
3324
3521
  if ("values" === input3.type)
@@ -3332,69 +3529,80 @@ var validDescrStatsRequest = (input) => {
3332
3529
  const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
3333
3530
  if (void 0 !== input3.ranges)
3334
3531
  return $vo20(input3, _path2, _exceptionable2);
3335
- return $vo14(input3, _path2, false) || $vo30(input3, _path2, false) || $vo33(input3, _path2, false);
3532
+ return $vo14(input3, _path2, false) || $vo31(input3, _path2, false) || $vo34(input3, _path2, false);
3336
3533
  })();
3337
3534
  const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
3535
+ if ("integer" === input3.type || "float" === input3.type || "date" === input3.type)
3536
+ return $vo21(input3, _path2, _exceptionable2);
3537
+ if ("geneExpression" === input3.type)
3538
+ return $vo29(input3, _path2, _exceptionable2);
3539
+ return $report(_exceptionable2, {
3540
+ path: _path2,
3541
+ expected: "(NumericDictTerm | GeneExpressionTerm)",
3542
+ value: input3
3543
+ });
3544
+ })();
3545
+ const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
3338
3546
  if ("regular-bin" === input3.type)
3339
- return $vo23(input3, _path2, _exceptionable2);
3547
+ return $vo24(input3, _path2, _exceptionable2);
3340
3548
  if ("custom-bin" === input3.type)
3341
- return $vo27(input3, _path2, _exceptionable2);
3549
+ return $vo28(input3, _path2, _exceptionable2);
3342
3550
  return $report(_exceptionable2, {
3343
3551
  path: _path2,
3344
3552
  expected: "(RegularNumericBinConfig | CustomNumericBinConfig)",
3345
3553
  value: input3
3346
3554
  });
3347
3555
  })();
3348
- const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
3556
+ const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
3349
3557
  if ("gene" === input3.kind)
3350
- return $vo35(input3, _path2, _exceptionable2);
3558
+ return $vo36(input3, _path2, _exceptionable2);
3351
3559
  if ("coord" === input3.kind)
3352
- return $vo38(input3, _path2, _exceptionable2);
3560
+ return $vo39(input3, _path2, _exceptionable2);
3353
3561
  return $report(_exceptionable2, {
3354
3562
  path: _path2,
3355
3563
  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; })',
3356
3564
  value: input3
3357
3565
  });
3358
3566
  })();
3359
- const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
3567
+ const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
3360
3568
  if ("regular-bin" === input3.type)
3361
- return $vo23(input3, _path2, _exceptionable2);
3362
- if ("continuous" === input3.mode)
3363
- return $vo42(input3, _path2, _exceptionable2);
3569
+ return $vo24(input3, _path2, _exceptionable2);
3364
3570
  if ("spline" === input3.mode)
3365
- return $vo43(input3, _path2, _exceptionable2);
3366
- return $vo27(input3, _path2, false) || $vo41(input3, _path2, false);
3571
+ return $vo44(input3, _path2, _exceptionable2);
3572
+ return $vo28(input3, _path2, false) || $vo42(input3, _path2, false) || $vo43(input3, _path2, false);
3367
3573
  })();
3368
- const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
3574
+ const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
3369
3575
  if ("gene" === input3.kind)
3370
- return $vo53(input3, _path2, _exceptionable2);
3371
- if ("coord" === input3.kind)
3372
3576
  return $vo54(input3, _path2, _exceptionable2);
3373
- if ("categorical" === input3.type)
3577
+ if ("coord" === input3.kind)
3374
3578
  return $vo55(input3, _path2, _exceptionable2);
3375
- if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type || "ssGSEA" === input3.type)
3579
+ if ("categorical" === input3.type)
3376
3580
  return $vo56(input3, _path2, _exceptionable2);
3377
- if ("condition" === input3.type)
3581
+ if ("integer" === input3.type || "float" === input3.type || "date" === input3.type)
3378
3582
  return $vo57(input3, _path2, _exceptionable2);
3379
- return $vo58(input3, _path2, false) || $vo59(input3, _path2, false);
3583
+ if ("geneExpression" === input3.type)
3584
+ return $vo58(input3, _path2, _exceptionable2);
3585
+ if ("condition" === input3.type)
3586
+ return $vo59(input3, _path2, _exceptionable2);
3587
+ return $vo60(input3, _path2, false) || $vo61(input3, _path2, false);
3380
3588
  })();
3381
- const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
3589
+ const $vu14 = (input3, _path2, _exceptionable2 = true) => (() => {
3382
3590
  if (void 0 !== input3.predefined_groupset_idx)
3383
3591
  return $vo6(input3, _path2, _exceptionable2);
3384
3592
  if (void 0 !== input3.customset)
3385
3593
  return $vo7(input3, _path2, _exceptionable2);
3386
3594
  if (void 0 !== input3.bin_size)
3387
- return $vo23(input3, _path2, _exceptionable2);
3595
+ return $vo24(input3, _path2, _exceptionable2);
3388
3596
  if (void 0 !== input3.knots)
3389
- return $vo43(input3, _path2, _exceptionable2);
3597
+ return $vo44(input3, _path2, _exceptionable2);
3390
3598
  if (void 0 !== input3.AFcutoff)
3391
- return $vo46(input3, _path2, _exceptionable2);
3599
+ return $vo47(input3, _path2, _exceptionable2);
3392
3600
  if (void 0 !== input3.timeScale)
3393
- return $vo64(input3, _path2, _exceptionable2);
3601
+ return $vo66(input3, _path2, _exceptionable2);
3394
3602
  return (() => {
3395
3603
  if (void 0 !== input3.groups)
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);
3604
+ return $vo67(input3, _path2, _exceptionable2);
3605
+ return $vo5(input3, _path2, false) || $vo65(input3, _path2, false) || $vo3(input3, _path2, false) || $vo28(input3, _path2, false) || $vo42(input3, _path2, false) || $vo43(input3, _path2, false);
3398
3606
  })();
3399
3607
  })();
3400
3608
  return ("object" === typeof input2 && null !== input2 || $report(true, {