@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
@@ -58,7 +58,7 @@ var validCategoriesRequest = (input) => {
58
58
  const errors = [];
59
59
  const __is = (input2) => {
60
60
  const $join = import_typia.createValidate.join;
61
- const $io0 = (input3) => "string" === typeof input3.genome && "string" === typeof input3.dslabel && "string" === typeof input3.embedder && ("object" === typeof input3.tw && null !== input3.tw && $iu6(input3.tw)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io12(input3.filter)) && true && (void 0 === input3.currentGeneNames || Array.isArray(input3.currentGeneNames) && input3.currentGeneNames.every((elem) => "string" === typeof elem)) && true && (void 0 === input3.__protected__ || "object" === typeof input3.__protected__ && null !== input3.__protected__ && false === Array.isArray(input3.__protected__) && $io68(input3.__protected__));
61
+ const $io0 = (input3) => "string" === typeof input3.genome && "string" === typeof input3.dslabel && "string" === typeof input3.embedder && ("object" === typeof input3.tw && null !== input3.tw && $iu6(input3.tw)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io12(input3.filter)) && true && (void 0 === input3.currentGeneNames || Array.isArray(input3.currentGeneNames) && input3.currentGeneNames.every((elem) => "string" === typeof elem)) && true && (void 0 === input3.__protected__ || "object" === typeof input3.__protected__ && null !== input3.__protected__ && false === Array.isArray(input3.__protected__) && $io70(input3.__protected__));
62
62
  const $io1 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("CatTWValues" === input3.type || "CatTWPredefinedGS" === input3.type || "CatTWCustomGS" === input3.type) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $iu7(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io15(input3.term));
63
63
  const $io2 = (input3) => Object.keys(input3).every((key) => {
64
64
  const value = input3[key];
@@ -101,73 +101,75 @@ var validCategoriesRequest = (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;
170
- const $io68 = (input3) => (void 0 === input3.sessionId || "string" === typeof input3.sessionId) && true && 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;
172
+ const $io70 = (input3) => (void 0 === input3.sessionId || "string" === typeof input3.sessionId) && true && true;
171
173
  const $iu0 = (input3) => (() => {
172
174
  if ("string" === typeof input3.type)
173
175
  return $io9(input3);
@@ -184,42 +186,42 @@ var validCategoriesRequest = (input) => {
184
186
  })();
185
187
  const $iu2 = (input3) => (() => {
186
188
  if (true === input3.startunbounded)
187
- return $io24(input3);
189
+ return $io25(input3);
188
190
  if (true === input3.stopunbounded)
189
- return $io26(input3);
190
- return $io25(input3);
191
+ return $io27(input3);
192
+ return $io26(input3);
191
193
  })();
192
194
  const $iu3 = (input3) => (() => {
193
195
  if ("gene" === input3.kind)
194
- return $io36(input3);
195
- if ("coord" === input3.kind)
196
196
  return $io37(input3);
197
+ if ("coord" === input3.kind)
198
+ return $io38(input3);
197
199
  return false;
198
200
  })();
199
201
  const $iu4 = (input3) => (() => {
200
202
  if (true === input3.startunbounded)
201
- return $io24(input3);
202
- if (void 0 !== input3.start)
203
203
  return $io25(input3);
204
+ if (void 0 !== input3.start)
205
+ return $io26(input3);
204
206
  return false;
205
207
  })();
206
208
  const $iu5 = (input3) => (() => {
207
209
  if (void 0 !== input3.stop)
208
- return $io25(input3);
209
- if (true === input3.stopunbounded)
210
210
  return $io26(input3);
211
+ if (true === input3.stopunbounded)
212
+ return $io27(input3);
211
213
  return false;
212
214
  })();
213
215
  const $iu6 = (input3) => (() => {
214
216
  if (void 0 !== input3.type)
215
217
  return $io1(input3);
216
218
  return (() => {
217
- if ($io52(input3))
218
- return $io52(input3);
219
- if ($io45(input3))
220
- return $io45(input3);
221
- if ($io40(input3))
222
- return $io40(input3);
219
+ if ($io53(input3))
220
+ return $io53(input3);
221
+ if ($io46(input3))
222
+ return $io46(input3);
223
+ if ($io41(input3))
224
+ return $io41(input3);
223
225
  return false;
224
226
  })();
225
227
  })();
@@ -238,90 +240,99 @@ var validCategoriesRequest = (input) => {
238
240
  return (() => {
239
241
  if ($io14(input3))
240
242
  return $io14(input3);
241
- if ($io30(input3))
242
- return $io30(input3);
243
- if ($io33(input3))
244
- return $io33(input3);
243
+ if ($io31(input3))
244
+ return $io31(input3);
245
+ if ($io34(input3))
246
+ return $io34(input3);
245
247
  return false;
246
248
  })();
247
249
  })();
248
250
  const $iu9 = (input3) => (() => {
251
+ if ("integer" === input3.type || "float" === input3.type || "date" === input3.type)
252
+ return $io21(input3);
253
+ if ("geneExpression" === input3.type)
254
+ return $io29(input3);
255
+ return false;
256
+ })();
257
+ const $iu10 = (input3) => (() => {
249
258
  if ("regular-bin" === input3.type)
250
- return $io23(input3);
259
+ return $io24(input3);
251
260
  if ("custom-bin" === input3.type)
252
- return $io27(input3);
261
+ return $io28(input3);
253
262
  return false;
254
263
  })();
255
- const $iu10 = (input3) => (() => {
264
+ const $iu11 = (input3) => (() => {
256
265
  if ("gene" === input3.kind)
257
- return $io35(input3);
266
+ return $io36(input3);
258
267
  if ("coord" === input3.kind)
259
- return $io38(input3);
268
+ return $io39(input3);
260
269
  return false;
261
270
  })();
262
- const $iu11 = (input3) => (() => {
271
+ const $iu12 = (input3) => (() => {
263
272
  if ("regular-bin" === input3.type)
264
- return $io23(input3);
265
- if ("continuous" === input3.mode)
266
- return $io42(input3);
273
+ return $io24(input3);
267
274
  if ("spline" === input3.mode)
268
- return $io43(input3);
275
+ return $io44(input3);
269
276
  return (() => {
270
- if ($io27(input3))
271
- return $io27(input3);
272
- if ($io41(input3))
273
- return $io41(input3);
277
+ if ($io28(input3))
278
+ return $io28(input3);
279
+ if ($io42(input3))
280
+ return $io42(input3);
281
+ if ($io43(input3))
282
+ return $io43(input3);
274
283
  return false;
275
284
  })();
276
285
  })();
277
- const $iu12 = (input3) => (() => {
286
+ const $iu13 = (input3) => (() => {
278
287
  if ("gene" === input3.kind)
279
- return $io53(input3);
280
- if ("coord" === input3.kind)
281
288
  return $io54(input3);
282
- if ("categorical" === input3.type)
289
+ if ("coord" === input3.kind)
283
290
  return $io55(input3);
284
- if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type || "ssGSEA" === input3.type)
291
+ if ("categorical" === input3.type)
285
292
  return $io56(input3);
286
- if ("condition" === input3.type)
293
+ if ("integer" === input3.type || "float" === input3.type || "date" === input3.type)
287
294
  return $io57(input3);
295
+ if ("geneExpression" === input3.type)
296
+ return $io58(input3);
297
+ if ("condition" === input3.type)
298
+ return $io59(input3);
288
299
  return (() => {
289
- if ($io58(input3))
290
- return $io58(input3);
291
- if ($io59(input3))
292
- return $io59(input3);
300
+ if ($io60(input3))
301
+ return $io60(input3);
302
+ if ($io61(input3))
303
+ return $io61(input3);
293
304
  return false;
294
305
  })();
295
306
  })();
296
- const $iu13 = (input3) => (() => {
307
+ const $iu14 = (input3) => (() => {
297
308
  if (void 0 !== input3.predefined_groupset_idx)
298
309
  return $io6(input3);
299
310
  if (void 0 !== input3.customset)
300
311
  return $io7(input3);
301
312
  if (void 0 !== input3.bin_size)
302
- return $io23(input3);
313
+ return $io24(input3);
303
314
  if (void 0 !== input3.knots)
304
- return $io43(input3);
315
+ return $io44(input3);
305
316
  if (void 0 !== input3.AFcutoff)
306
- return $io46(input3);
317
+ return $io47(input3);
307
318
  if (void 0 !== input3.timeScale)
308
- return $io64(input3);
319
+ return $io66(input3);
309
320
  return (() => {
310
321
  if (void 0 !== input3.groups)
311
- return $io65(input3);
322
+ return $io67(input3);
312
323
  return (() => {
313
324
  if ($io5(input3))
314
325
  return $io5(input3);
315
- if ($io63(input3))
316
- return $io63(input3);
326
+ if ($io65(input3))
327
+ return $io65(input3);
317
328
  if ($io3(input3))
318
329
  return $io3(input3);
319
- if ($io27(input3))
320
- return $io27(input3);
321
- if ($io41(input3))
322
- return $io41(input3);
330
+ if ($io28(input3))
331
+ return $io28(input3);
323
332
  if ($io42(input3))
324
333
  return $io42(input3);
334
+ if ($io43(input3))
335
+ return $io43(input3);
325
336
  return false;
326
337
  })();
327
338
  })();
@@ -376,7 +387,7 @@ var validCategoriesRequest = (input) => {
376
387
  path: _path2 + ".__protected__",
377
388
  expected: "(__type.o10 | undefined)",
378
389
  value: input3.__protected__
379
- })) && $vo68(input3.__protected__, _path2 + ".__protected__", _exceptionable2) || $report(_exceptionable2, {
390
+ })) && $vo70(input3.__protected__, _path2 + ".__protected__", _exceptionable2) || $report(_exceptionable2, {
380
391
  path: _path2 + ".__protected__",
381
392
  expected: "(__type.o10 | undefined)",
382
393
  value: input3.__protected__
@@ -921,11 +932,11 @@ var validCategoriesRequest = (input) => {
921
932
  value: input3.isnot
922
933
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
923
934
  path: _path2 + ".term",
924
- expected: "NumericTerm",
935
+ expected: "(GeneExpressionTerm | NumericDictTerm)",
925
936
  value: input3.term
926
- })) && $vo21(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
937
+ })) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
927
938
  path: _path2 + ".term",
928
- expected: "NumericTerm",
939
+ expected: "(GeneExpressionTerm | NumericDictTerm)",
929
940
  value: input3.term
930
941
  }), (Array.isArray(input3.ranges) || $report(_exceptionable2, {
931
942
  path: _path2 + ".ranges",
@@ -951,7 +962,7 @@ var validCategoriesRequest = (input) => {
951
962
  path: _path2 + ".values[" + _index11 + "]",
952
963
  expected: "__type.o4",
953
964
  value: elem
954
- })) && $vo29(elem, _path2 + ".values[" + _index11 + "]", _exceptionable2) || $report(_exceptionable2, {
965
+ })) && $vo30(elem, _path2 + ".values[" + _index11 + "]", _exceptionable2) || $report(_exceptionable2, {
955
966
  path: _path2 + ".values[" + _index11 + "]",
956
967
  expected: "__type.o4",
957
968
  value: elem
@@ -968,9 +979,9 @@ var validCategoriesRequest = (input) => {
968
979
  path: _path2 + ".name",
969
980
  expected: "string",
970
981
  value: input3.name
971
- }), "integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type || "ssGSEA" === input3.type || $report(_exceptionable2, {
982
+ }), "integer" === input3.type || "float" === input3.type || "date" === input3.type || $report(_exceptionable2, {
972
983
  path: _path2 + ".type",
973
- expected: '("date" | "float" | "geneExpression" | "integer" | "metaboliteIntensity" | "ssGSEA")',
984
+ expected: '("date" | "float" | "integer")',
974
985
  value: input3.type
975
986
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
976
987
  path: _path2 + ".child_types",
@@ -1016,32 +1027,41 @@ var validCategoriesRequest = (input) => {
1016
1027
  path: _path2 + ".skipValuesBuild",
1017
1028
  expected: "(boolean | undefined)",
1018
1029
  value: input3.skipValuesBuild
1019
- }), ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1020
- path: _path2 + ".bins",
1021
- expected: "PresetNumericBins",
1022
- value: input3.bins
1023
- })) && $vo22(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1024
- path: _path2 + ".bins",
1025
- expected: "PresetNumericBins",
1026
- value: input3.bins
1027
- }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1028
- path: _path2 + ".unit",
1029
- expected: "(string | undefined)",
1030
- value: input3.unit
1031
1030
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1032
1031
  path: _path2 + ".continuousColorScale",
1033
1032
  expected: "(__type.o3 | undefined)",
1034
1033
  value: input3.continuousColorScale
1035
- })) && $vo28(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1034
+ })) && $vo22(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1036
1035
  path: _path2 + ".continuousColorScale",
1037
1036
  expected: "(__type.o3 | undefined)",
1038
1037
  value: input3.continuousColorScale
1038
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1039
+ path: _path2 + ".unit",
1040
+ expected: "(string | undefined)",
1041
+ value: input3.unit
1042
+ }), ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1043
+ path: _path2 + ".bins",
1044
+ expected: "PresetNumericBins",
1045
+ value: input3.bins
1046
+ })) && $vo23(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1047
+ path: _path2 + ".bins",
1048
+ expected: "PresetNumericBins",
1049
+ value: input3.bins
1050
+ })].every((flag) => flag);
1051
+ const $vo22 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.minColor || $report(_exceptionable2, {
1052
+ path: _path2 + ".minColor",
1053
+ expected: "string",
1054
+ value: input3.minColor
1055
+ }), "string" === typeof input3.maxColor || $report(_exceptionable2, {
1056
+ path: _path2 + ".maxColor",
1057
+ expected: "string",
1058
+ value: input3.maxColor
1039
1059
  })].every((flag) => flag);
1040
- const $vo22 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3["default"] && null !== input3["default"] || $report(_exceptionable2, {
1060
+ const $vo23 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3["default"] && null !== input3["default"] || $report(_exceptionable2, {
1041
1061
  path: _path2 + '["default"]',
1042
1062
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
1043
1063
  value: input3["default"]
1044
- })) && $vu9(input3["default"], _path2 + '["default"]', _exceptionable2) || $report(_exceptionable2, {
1064
+ })) && $vu10(input3["default"], _path2 + '["default"]', _exceptionable2) || $report(_exceptionable2, {
1045
1065
  path: _path2 + '["default"]',
1046
1066
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
1047
1067
  value: input3["default"]
@@ -1049,7 +1069,7 @@ var validCategoriesRequest = (input) => {
1049
1069
  path: _path2 + ".less",
1050
1070
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
1051
1071
  value: input3.less
1052
- })) && $vu9(input3.less, _path2 + ".less", _exceptionable2) || $report(_exceptionable2, {
1072
+ })) && $vu10(input3.less, _path2 + ".less", _exceptionable2) || $report(_exceptionable2, {
1053
1073
  path: _path2 + ".less",
1054
1074
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
1055
1075
  value: input3.less
@@ -1074,7 +1094,7 @@ var validCategoriesRequest = (input) => {
1074
1094
  expected: "(number | undefined)",
1075
1095
  value: input3.max
1076
1096
  })].every((flag) => flag);
1077
- const $vo23 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1097
+ const $vo24 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1078
1098
  path: _path2 + ".hiddenValues",
1079
1099
  expected: "(HiddenValues | undefined)",
1080
1100
  value: input3.hiddenValues
@@ -1127,7 +1147,7 @@ var validCategoriesRequest = (input) => {
1127
1147
  expected: "(number | undefined)",
1128
1148
  value: input3.label_offset
1129
1149
  })].every((flag) => flag);
1130
- const $vo24 = (input3, _path2, _exceptionable2 = true) => [true === input3.startunbounded || $report(_exceptionable2, {
1150
+ const $vo25 = (input3, _path2, _exceptionable2 = true) => [true === input3.startunbounded || $report(_exceptionable2, {
1131
1151
  path: _path2 + ".startunbounded",
1132
1152
  expected: "true",
1133
1153
  value: input3.startunbounded
@@ -1152,7 +1172,7 @@ var validCategoriesRequest = (input) => {
1152
1172
  expected: "(string | undefined)",
1153
1173
  value: input3.label
1154
1174
  })].every((flag) => flag);
1155
- const $vo25 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.startunbounded || false === input3.startunbounded || $report(_exceptionable2, {
1175
+ const $vo26 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.startunbounded || false === input3.startunbounded || $report(_exceptionable2, {
1156
1176
  path: _path2 + ".startunbounded",
1157
1177
  expected: "(false | undefined)",
1158
1178
  value: input3.startunbounded
@@ -1181,7 +1201,7 @@ var validCategoriesRequest = (input) => {
1181
1201
  expected: "(string | undefined)",
1182
1202
  value: input3.label
1183
1203
  })].every((flag) => flag);
1184
- const $vo26 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.start || $report(_exceptionable2, {
1204
+ const $vo27 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.start || $report(_exceptionable2, {
1185
1205
  path: _path2 + ".start",
1186
1206
  expected: "number",
1187
1207
  value: input3.start
@@ -1206,7 +1226,7 @@ var validCategoriesRequest = (input) => {
1206
1226
  expected: "(string | undefined)",
1207
1227
  value: input3.label
1208
1228
  })].every((flag) => flag);
1209
- const $vo27 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1229
+ const $vo28 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1210
1230
  path: _path2 + ".hiddenValues",
1211
1231
  expected: "(HiddenValues | undefined)",
1212
1232
  value: input3.hiddenValues
@@ -1273,16 +1293,100 @@ var validCategoriesRequest = (input) => {
1273
1293
  expected: '("median" | undefined)',
1274
1294
  value: input3.preferredBins
1275
1295
  })].every((flag) => flag);
1276
- const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.minColor || $report(_exceptionable2, {
1277
- path: _path2 + ".minColor",
1296
+ const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1297
+ path: _path2 + ".id",
1278
1298
  expected: "string",
1279
- value: input3.minColor
1280
- }), "string" === typeof input3.maxColor || $report(_exceptionable2, {
1281
- path: _path2 + ".maxColor",
1299
+ value: input3.id
1300
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
1301
+ path: _path2 + ".name",
1282
1302
  expected: "string",
1283
- value: input3.maxColor
1303
+ value: input3.name
1304
+ }), "geneExpression" === input3.type || $report(_exceptionable2, {
1305
+ path: _path2 + ".type",
1306
+ expected: '"geneExpression"',
1307
+ value: input3.type
1308
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1309
+ path: _path2 + ".child_types",
1310
+ expected: "(Array<string> | undefined)",
1311
+ value: input3.child_types
1312
+ })) && input3.child_types.map((elem, _index15) => "string" === typeof elem || $report(_exceptionable2, {
1313
+ path: _path2 + ".child_types[" + _index15 + "]",
1314
+ expected: "string",
1315
+ value: elem
1316
+ })).every((flag) => flag) || $report(_exceptionable2, {
1317
+ path: _path2 + ".child_types",
1318
+ expected: "(Array<string> | undefined)",
1319
+ value: input3.child_types
1320
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
1321
+ path: _path2 + ".hashtmldetail",
1322
+ expected: "(boolean | undefined)",
1323
+ value: input3.hashtmldetail
1324
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
1325
+ path: _path2 + ".included_types",
1326
+ expected: "(Array<string> | undefined)",
1327
+ value: input3.included_types
1328
+ })) && input3.included_types.map((elem, _index16) => "string" === typeof elem || $report(_exceptionable2, {
1329
+ path: _path2 + ".included_types[" + _index16 + "]",
1330
+ expected: "string",
1331
+ value: elem
1332
+ })).every((flag) => flag) || $report(_exceptionable2, {
1333
+ path: _path2 + ".included_types",
1334
+ expected: "(Array<string> | undefined)",
1335
+ value: input3.included_types
1336
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1337
+ path: _path2 + ".isleaf",
1338
+ expected: "(boolean | undefined)",
1339
+ value: input3.isleaf
1340
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1341
+ path: _path2 + ".values",
1342
+ expected: "(TermValues | undefined)",
1343
+ value: input3.values
1344
+ })) && $vo16(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1345
+ path: _path2 + ".values",
1346
+ expected: "(TermValues | undefined)",
1347
+ value: input3.values
1348
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
1349
+ path: _path2 + ".skipValuesBuild",
1350
+ expected: "(boolean | undefined)",
1351
+ value: input3.skipValuesBuild
1352
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1353
+ path: _path2 + ".continuousColorScale",
1354
+ expected: "(__type.o3 | undefined)",
1355
+ value: input3.continuousColorScale
1356
+ })) && $vo22(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1357
+ path: _path2 + ".continuousColorScale",
1358
+ expected: "(__type.o3 | undefined)",
1359
+ value: input3.continuousColorScale
1360
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1361
+ path: _path2 + ".unit",
1362
+ expected: "(string | undefined)",
1363
+ value: input3.unit
1364
+ }), "string" === typeof input3.gene || $report(_exceptionable2, {
1365
+ path: _path2 + ".gene",
1366
+ expected: "string",
1367
+ value: input3.gene
1368
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1369
+ path: _path2 + ".bins",
1370
+ expected: "(PresetNumericBins | undefined)",
1371
+ value: input3.bins
1372
+ })) && $vo23(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1373
+ path: _path2 + ".bins",
1374
+ expected: "(PresetNumericBins | undefined)",
1375
+ value: input3.bins
1376
+ }), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
1377
+ path: _path2 + ".chr",
1378
+ expected: "(string | undefined)",
1379
+ value: input3.chr
1380
+ }), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
1381
+ path: _path2 + ".start",
1382
+ expected: "(number | undefined)",
1383
+ value: input3.start
1384
+ }), void 0 === input3.stop || "number" === typeof input3.stop || $report(_exceptionable2, {
1385
+ path: _path2 + ".stop",
1386
+ expected: "(number | undefined)",
1387
+ value: input3.stop
1284
1388
  })].every((flag) => flag);
1285
- const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1389
+ const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1286
1390
  path: _path2 + ".key",
1287
1391
  expected: "string",
1288
1392
  value: input3.key
@@ -1299,7 +1403,7 @@ var validCategoriesRequest = (input) => {
1299
1403
  expected: "(string | undefined)",
1300
1404
  value: input3.label
1301
1405
  })].every((flag) => flag);
1302
- const $vo30 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1406
+ const $vo31 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1303
1407
  path: _path2 + ".join",
1304
1408
  expected: "(string | undefined)",
1305
1409
  value: input3.join
@@ -1311,7 +1415,7 @@ var validCategoriesRequest = (input) => {
1311
1415
  path: _path2 + ".term",
1312
1416
  expected: "ConditionTerm",
1313
1417
  value: input3.term
1314
- })) && $vo31(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1418
+ })) && $vo32(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1315
1419
  path: _path2 + ".term",
1316
1420
  expected: "ConditionTerm",
1317
1421
  value: input3.term
@@ -1331,12 +1435,12 @@ var validCategoriesRequest = (input) => {
1331
1435
  path: _path2 + ".grade_and_child",
1332
1436
  expected: "(Array<GradeAndChildEntry> | undefined)",
1333
1437
  value: input3.grade_and_child
1334
- })) && input3.grade_and_child.map((elem, _index15) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1335
- path: _path2 + ".grade_and_child[" + _index15 + "]",
1438
+ })) && input3.grade_and_child.map((elem, _index17) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1439
+ path: _path2 + ".grade_and_child[" + _index17 + "]",
1336
1440
  expected: "GradeAndChildEntry",
1337
1441
  value: elem
1338
- })) && $vo32(elem, _path2 + ".grade_and_child[" + _index15 + "]", _exceptionable2) || $report(_exceptionable2, {
1339
- path: _path2 + ".grade_and_child[" + _index15 + "]",
1442
+ })) && $vo33(elem, _path2 + ".grade_and_child[" + _index17 + "]", _exceptionable2) || $report(_exceptionable2, {
1443
+ path: _path2 + ".grade_and_child[" + _index17 + "]",
1340
1444
  expected: "GradeAndChildEntry",
1341
1445
  value: elem
1342
1446
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1344,7 +1448,7 @@ var validCategoriesRequest = (input) => {
1344
1448
  expected: "(Array<GradeAndChildEntry> | undefined)",
1345
1449
  value: input3.grade_and_child
1346
1450
  })].every((flag) => flag);
1347
- const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1451
+ const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1348
1452
  path: _path2 + ".id",
1349
1453
  expected: "string",
1350
1454
  value: input3.id
@@ -1360,8 +1464,8 @@ var validCategoriesRequest = (input) => {
1360
1464
  path: _path2 + ".child_types",
1361
1465
  expected: "(Array<string> | undefined)",
1362
1466
  value: input3.child_types
1363
- })) && input3.child_types.map((elem, _index16) => "string" === typeof elem || $report(_exceptionable2, {
1364
- path: _path2 + ".child_types[" + _index16 + "]",
1467
+ })) && input3.child_types.map((elem, _index18) => "string" === typeof elem || $report(_exceptionable2, {
1468
+ path: _path2 + ".child_types[" + _index18 + "]",
1365
1469
  expected: "string",
1366
1470
  value: elem
1367
1471
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1376,8 +1480,8 @@ var validCategoriesRequest = (input) => {
1376
1480
  path: _path2 + ".included_types",
1377
1481
  expected: "(Array<string> | undefined)",
1378
1482
  value: input3.included_types
1379
- })) && input3.included_types.map((elem, _index17) => "string" === typeof elem || $report(_exceptionable2, {
1380
- path: _path2 + ".included_types[" + _index17 + "]",
1483
+ })) && input3.included_types.map((elem, _index19) => "string" === typeof elem || $report(_exceptionable2, {
1484
+ path: _path2 + ".included_types[" + _index19 + "]",
1381
1485
  expected: "string",
1382
1486
  value: elem
1383
1487
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1401,7 +1505,7 @@ var validCategoriesRequest = (input) => {
1401
1505
  expected: "(boolean | undefined)",
1402
1506
  value: input3.skipValuesBuild
1403
1507
  })].every((flag) => flag);
1404
- const $vo32 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1508
+ const $vo33 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1405
1509
  path: _path2 + ".grade",
1406
1510
  expected: "number",
1407
1511
  value: input3.grade
@@ -1418,7 +1522,7 @@ var validCategoriesRequest = (input) => {
1418
1522
  expected: "string",
1419
1523
  value: input3.child_label
1420
1524
  })].every((flag) => flag);
1421
- const $vo33 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1525
+ const $vo34 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1422
1526
  path: _path2 + ".join",
1423
1527
  expected: "(string | undefined)",
1424
1528
  value: input3.join
@@ -1430,7 +1534,7 @@ var validCategoriesRequest = (input) => {
1430
1534
  path: _path2 + ".term",
1431
1535
  expected: "DtTerm",
1432
1536
  value: input3.term
1433
- })) && $vo34(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1537
+ })) && $vo35(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1434
1538
  path: _path2 + ".term",
1435
1539
  expected: "DtTerm",
1436
1540
  value: input3.term
@@ -1438,12 +1542,12 @@ var validCategoriesRequest = (input) => {
1438
1542
  path: _path2 + ".values",
1439
1543
  expected: "Array<__type>.o2",
1440
1544
  value: input3.values
1441
- })) && input3.values.map((elem, _index18) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1442
- path: _path2 + ".values[" + _index18 + "]",
1545
+ })) && input3.values.map((elem, _index20) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1546
+ path: _path2 + ".values[" + _index20 + "]",
1443
1547
  expected: "__type.o5",
1444
1548
  value: elem
1445
- })) && $vo39(elem, _path2 + ".values[" + _index18 + "]", _exceptionable2) || $report(_exceptionable2, {
1446
- path: _path2 + ".values[" + _index18 + "]",
1549
+ })) && $vo40(elem, _path2 + ".values[" + _index20 + "]", _exceptionable2) || $report(_exceptionable2, {
1550
+ path: _path2 + ".values[" + _index20 + "]",
1447
1551
  expected: "__type.o5",
1448
1552
  value: elem
1449
1553
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1459,7 +1563,7 @@ var validCategoriesRequest = (input) => {
1459
1563
  expected: "(boolean | undefined)",
1460
1564
  value: input3.excludeGeneName
1461
1565
  })].every((flag) => flag);
1462
- const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1566
+ const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1463
1567
  path: _path2 + ".id",
1464
1568
  expected: "string",
1465
1569
  value: input3.id
@@ -1479,7 +1583,7 @@ var validCategoriesRequest = (input) => {
1479
1583
  path: _path2 + ".parentTerm",
1480
1584
  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)',
1481
1585
  value: input3.parentTerm
1482
- })) && $vu10(input3.parentTerm, _path2 + ".parentTerm", _exceptionable2) || $report(_exceptionable2, {
1586
+ })) && $vu11(input3.parentTerm, _path2 + ".parentTerm", _exceptionable2) || $report(_exceptionable2, {
1483
1587
  path: _path2 + ".parentTerm",
1484
1588
  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)',
1485
1589
  value: input3.parentTerm
@@ -1508,7 +1612,7 @@ var validCategoriesRequest = (input) => {
1508
1612
  expected: "TermValues",
1509
1613
  value: input3.values
1510
1614
  })].every((flag) => flag);
1511
- const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1615
+ const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1512
1616
  path: _path2 + ".id",
1513
1617
  expected: "string",
1514
1618
  value: input3.id
@@ -1524,8 +1628,8 @@ var validCategoriesRequest = (input) => {
1524
1628
  path: _path2 + ".child_types",
1525
1629
  expected: "(Array<string> | undefined)",
1526
1630
  value: input3.child_types
1527
- })) && input3.child_types.map((elem, _index19) => "string" === typeof elem || $report(_exceptionable2, {
1528
- path: _path2 + ".child_types[" + _index19 + "]",
1631
+ })) && input3.child_types.map((elem, _index21) => "string" === typeof elem || $report(_exceptionable2, {
1632
+ path: _path2 + ".child_types[" + _index21 + "]",
1529
1633
  expected: "string",
1530
1634
  value: elem
1531
1635
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1540,8 +1644,8 @@ var validCategoriesRequest = (input) => {
1540
1644
  path: _path2 + ".included_types",
1541
1645
  expected: "(Array<string> | undefined)",
1542
1646
  value: input3.included_types
1543
- })) && input3.included_types.map((elem, _index20) => "string" === typeof elem || $report(_exceptionable2, {
1544
- path: _path2 + ".included_types[" + _index20 + "]",
1647
+ })) && input3.included_types.map((elem, _index22) => "string" === typeof elem || $report(_exceptionable2, {
1648
+ path: _path2 + ".included_types[" + _index22 + "]",
1545
1649
  expected: "string",
1546
1650
  value: elem
1547
1651
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1588,12 +1692,12 @@ var validCategoriesRequest = (input) => {
1588
1692
  path: _path2 + ".genes",
1589
1693
  expected: "Array<GvGeneTerm>",
1590
1694
  value: input3.genes
1591
- })) && input3.genes.map((elem, _index21) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1592
- path: _path2 + ".genes[" + _index21 + "]",
1695
+ })) && input3.genes.map((elem, _index23) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1696
+ path: _path2 + ".genes[" + _index23 + "]",
1593
1697
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1594
1698
  value: elem
1595
- })) && $vu3(elem, _path2 + ".genes[" + _index21 + "]", _exceptionable2) || $report(_exceptionable2, {
1596
- path: _path2 + ".genes[" + _index21 + "]",
1699
+ })) && $vu3(elem, _path2 + ".genes[" + _index23 + "]", _exceptionable2) || $report(_exceptionable2, {
1700
+ path: _path2 + ".genes[" + _index23 + "]",
1597
1701
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1598
1702
  value: elem
1599
1703
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1612,12 +1716,12 @@ var validCategoriesRequest = (input) => {
1612
1716
  path: _path2 + ".childTerms",
1613
1717
  expected: "(Array<DtTerm> | undefined)",
1614
1718
  value: input3.childTerms
1615
- })) && input3.childTerms.map((elem, _index22) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1616
- path: _path2 + ".childTerms[" + _index22 + "]",
1719
+ })) && input3.childTerms.map((elem, _index24) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1720
+ path: _path2 + ".childTerms[" + _index24 + "]",
1617
1721
  expected: "DtTerm",
1618
1722
  value: elem
1619
- })) && $vo34(elem, _path2 + ".childTerms[" + _index22 + "]", _exceptionable2) || $report(_exceptionable2, {
1620
- path: _path2 + ".childTerms[" + _index22 + "]",
1723
+ })) && $vo35(elem, _path2 + ".childTerms[" + _index24 + "]", _exceptionable2) || $report(_exceptionable2, {
1724
+ path: _path2 + ".childTerms[" + _index24 + "]",
1621
1725
  expected: "DtTerm",
1622
1726
  value: elem
1623
1727
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1625,7 +1729,7 @@ var validCategoriesRequest = (input) => {
1625
1729
  expected: "(Array<DtTerm> | undefined)",
1626
1730
  value: input3.childTerms
1627
1731
  })].every((flag) => flag);
1628
- const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1732
+ const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1629
1733
  path: _path2 + ".id",
1630
1734
  expected: "string",
1631
1735
  value: input3.id
@@ -1641,8 +1745,8 @@ var validCategoriesRequest = (input) => {
1641
1745
  path: _path2 + ".child_types",
1642
1746
  expected: "(Array<string> | undefined)",
1643
1747
  value: input3.child_types
1644
- })) && input3.child_types.map((elem, _index23) => "string" === typeof elem || $report(_exceptionable2, {
1645
- path: _path2 + ".child_types[" + _index23 + "]",
1748
+ })) && input3.child_types.map((elem, _index25) => "string" === typeof elem || $report(_exceptionable2, {
1749
+ path: _path2 + ".child_types[" + _index25 + "]",
1646
1750
  expected: "string",
1647
1751
  value: elem
1648
1752
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1657,8 +1761,8 @@ var validCategoriesRequest = (input) => {
1657
1761
  path: _path2 + ".included_types",
1658
1762
  expected: "(Array<string> | undefined)",
1659
1763
  value: input3.included_types
1660
- })) && input3.included_types.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
1661
- path: _path2 + ".included_types[" + _index24 + "]",
1764
+ })) && input3.included_types.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
1765
+ path: _path2 + ".included_types[" + _index26 + "]",
1662
1766
  expected: "string",
1663
1767
  value: elem
1664
1768
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1702,7 +1806,7 @@ var validCategoriesRequest = (input) => {
1702
1806
  expected: "(number | undefined)",
1703
1807
  value: input3.stop
1704
1808
  })].every((flag) => flag);
1705
- const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1809
+ const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1706
1810
  path: _path2 + ".id",
1707
1811
  expected: "string",
1708
1812
  value: input3.id
@@ -1718,8 +1822,8 @@ var validCategoriesRequest = (input) => {
1718
1822
  path: _path2 + ".child_types",
1719
1823
  expected: "(Array<string> | undefined)",
1720
1824
  value: input3.child_types
1721
- })) && input3.child_types.map((elem, _index25) => "string" === typeof elem || $report(_exceptionable2, {
1722
- path: _path2 + ".child_types[" + _index25 + "]",
1825
+ })) && input3.child_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
1826
+ path: _path2 + ".child_types[" + _index27 + "]",
1723
1827
  expected: "string",
1724
1828
  value: elem
1725
1829
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1734,8 +1838,8 @@ var validCategoriesRequest = (input) => {
1734
1838
  path: _path2 + ".included_types",
1735
1839
  expected: "(Array<string> | undefined)",
1736
1840
  value: input3.included_types
1737
- })) && input3.included_types.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
1738
- path: _path2 + ".included_types[" + _index26 + "]",
1841
+ })) && input3.included_types.map((elem, _index28) => "string" === typeof elem || $report(_exceptionable2, {
1842
+ path: _path2 + ".included_types[" + _index28 + "]",
1739
1843
  expected: "string",
1740
1844
  value: elem
1741
1845
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1775,7 +1879,7 @@ var validCategoriesRequest = (input) => {
1775
1879
  expected: "number",
1776
1880
  value: input3.stop
1777
1881
  })].every((flag) => flag);
1778
- const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1882
+ const $vo39 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1779
1883
  path: _path2 + ".id",
1780
1884
  expected: "string",
1781
1885
  value: input3.id
@@ -1791,8 +1895,8 @@ var validCategoriesRequest = (input) => {
1791
1895
  path: _path2 + ".child_types",
1792
1896
  expected: "(Array<string> | undefined)",
1793
1897
  value: input3.child_types
1794
- })) && input3.child_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
1795
- path: _path2 + ".child_types[" + _index27 + "]",
1898
+ })) && input3.child_types.map((elem, _index29) => "string" === typeof elem || $report(_exceptionable2, {
1899
+ path: _path2 + ".child_types[" + _index29 + "]",
1796
1900
  expected: "string",
1797
1901
  value: elem
1798
1902
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1807,8 +1911,8 @@ var validCategoriesRequest = (input) => {
1807
1911
  path: _path2 + ".included_types",
1808
1912
  expected: "(Array<string> | undefined)",
1809
1913
  value: input3.included_types
1810
- })) && input3.included_types.map((elem, _index28) => "string" === typeof elem || $report(_exceptionable2, {
1811
- path: _path2 + ".included_types[" + _index28 + "]",
1914
+ })) && input3.included_types.map((elem, _index30) => "string" === typeof elem || $report(_exceptionable2, {
1915
+ path: _path2 + ".included_types[" + _index30 + "]",
1812
1916
  expected: "string",
1813
1917
  value: elem
1814
1918
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1851,12 +1955,12 @@ var validCategoriesRequest = (input) => {
1851
1955
  path: _path2 + ".genes",
1852
1956
  expected: "Array<GvGeneTerm>",
1853
1957
  value: input3.genes
1854
- })) && input3.genes.map((elem, _index29) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1855
- path: _path2 + ".genes[" + _index29 + "]",
1958
+ })) && input3.genes.map((elem, _index31) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1959
+ path: _path2 + ".genes[" + _index31 + "]",
1856
1960
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1857
1961
  value: elem
1858
- })) && $vu3(elem, _path2 + ".genes[" + _index29 + "]", _exceptionable2) || $report(_exceptionable2, {
1859
- path: _path2 + ".genes[" + _index29 + "]",
1962
+ })) && $vu3(elem, _path2 + ".genes[" + _index31 + "]", _exceptionable2) || $report(_exceptionable2, {
1963
+ path: _path2 + ".genes[" + _index31 + "]",
1860
1964
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1861
1965
  value: elem
1862
1966
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1875,12 +1979,12 @@ var validCategoriesRequest = (input) => {
1875
1979
  path: _path2 + ".childTerms",
1876
1980
  expected: "(Array<DtTerm> | undefined)",
1877
1981
  value: input3.childTerms
1878
- })) && input3.childTerms.map((elem, _index30) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1879
- path: _path2 + ".childTerms[" + _index30 + "]",
1982
+ })) && input3.childTerms.map((elem, _index32) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1983
+ path: _path2 + ".childTerms[" + _index32 + "]",
1880
1984
  expected: "DtTerm",
1881
1985
  value: elem
1882
- })) && $vo34(elem, _path2 + ".childTerms[" + _index30 + "]", _exceptionable2) || $report(_exceptionable2, {
1883
- path: _path2 + ".childTerms[" + _index30 + "]",
1986
+ })) && $vo35(elem, _path2 + ".childTerms[" + _index32 + "]", _exceptionable2) || $report(_exceptionable2, {
1987
+ path: _path2 + ".childTerms[" + _index32 + "]",
1884
1988
  expected: "DtTerm",
1885
1989
  value: elem
1886
1990
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1888,7 +1992,7 @@ var validCategoriesRequest = (input) => {
1888
1992
  expected: "(Array<DtTerm> | undefined)",
1889
1993
  value: input3.childTerms
1890
1994
  })].every((flag) => flag);
1891
- const $vo39 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1995
+ const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1892
1996
  path: _path2 + ".key",
1893
1997
  expected: "string",
1894
1998
  value: input3.key
@@ -1901,7 +2005,7 @@ var validCategoriesRequest = (input) => {
1901
2005
  expected: "string",
1902
2006
  value: input3.value
1903
2007
  })].every((flag) => flag);
1904
- const $vo40 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2008
+ const $vo41 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
1905
2009
  path: _path2 + ".id",
1906
2010
  expected: "(string | undefined)",
1907
2011
  value: input3.id
@@ -1927,22 +2031,22 @@ var validCategoriesRequest = (input) => {
1927
2031
  value: input3.minNumSamples
1928
2032
  }), true, ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
1929
2033
  path: _path2 + ".term",
1930
- expected: "NumericTerm",
2034
+ expected: "(GeneExpressionTerm | NumericDictTerm)",
1931
2035
  value: input3.term
1932
- })) && $vo21(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2036
+ })) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1933
2037
  path: _path2 + ".term",
1934
- expected: "NumericTerm",
2038
+ expected: "(GeneExpressionTerm | NumericDictTerm)",
1935
2039
  value: input3.term
1936
- }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
2040
+ }), ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) || $report(_exceptionable2, {
1937
2041
  path: _path2 + ".q",
1938
2042
  expected: "(BinaryNumericQ | ContinuousNumericQ | CustomNumericBinConfig | RegularNumericBinConfig | SplineNumericQ)",
1939
2043
  value: input3.q
1940
- })) && $vu11(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2044
+ })) && $vu12(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
1941
2045
  path: _path2 + ".q",
1942
2046
  expected: "(BinaryNumericQ | ContinuousNumericQ | CustomNumericBinConfig | RegularNumericBinConfig | SplineNumericQ)",
1943
2047
  value: input3.q
1944
2048
  })].every((flag) => flag);
1945
- const $vo41 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2049
+ const $vo42 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1946
2050
  path: _path2 + ".hiddenValues",
1947
2051
  expected: "(HiddenValues | undefined)",
1948
2052
  value: input3.hiddenValues
@@ -2002,7 +2106,7 @@ var validCategoriesRequest = (input) => {
2002
2106
  expected: "[StartUnboundedBin | FullyBoundedBin, FullyBoundedBin | StopUnboundedBin]",
2003
2107
  value: input3.lst
2004
2108
  })].every((flag) => flag);
2005
- const $vo42 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2109
+ const $vo43 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2006
2110
  path: _path2 + ".hiddenValues",
2007
2111
  expected: "(HiddenValues | undefined)",
2008
2112
  value: input3.hiddenValues
@@ -2022,9 +2126,9 @@ var validCategoriesRequest = (input) => {
2022
2126
  path: _path2 + ".reuseId",
2023
2127
  expected: "(string | undefined)",
2024
2128
  value: input3.reuseId
2025
- }), "continuous" === input3.mode || $report(_exceptionable2, {
2129
+ }), void 0 === input3.mode || "continuous" === input3.mode || $report(_exceptionable2, {
2026
2130
  path: _path2 + ".mode",
2027
- expected: '"continuous"',
2131
+ expected: '("continuous" | undefined)',
2028
2132
  value: input3.mode
2029
2133
  }), void 0 === input3.convert2ZScore || "boolean" === typeof input3.convert2ZScore || $report(_exceptionable2, {
2030
2134
  path: _path2 + ".convert2ZScore",
@@ -2039,7 +2143,7 @@ var validCategoriesRequest = (input) => {
2039
2143
  expected: "undefined",
2040
2144
  value: input3.type
2041
2145
  }))].every((flag) => flag);
2042
- const $vo43 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2146
+ const $vo44 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2043
2147
  path: _path2 + ".hiddenValues",
2044
2148
  expected: "(HiddenValues | undefined)",
2045
2149
  value: input3.hiddenValues
@@ -2067,12 +2171,12 @@ var validCategoriesRequest = (input) => {
2067
2171
  path: _path2 + ".knots",
2068
2172
  expected: "Array<__type>.o3",
2069
2173
  value: input3.knots
2070
- })) && input3.knots.map((elem, _index31) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2071
- path: _path2 + ".knots[" + _index31 + "]",
2174
+ })) && input3.knots.map((elem, _index33) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2175
+ path: _path2 + ".knots[" + _index33 + "]",
2072
2176
  expected: "__type.o6",
2073
2177
  value: elem
2074
- })) && $vo44(elem, _path2 + ".knots[" + _index31 + "]", _exceptionable2) || $report(_exceptionable2, {
2075
- path: _path2 + ".knots[" + _index31 + "]",
2178
+ })) && $vo45(elem, _path2 + ".knots[" + _index33 + "]", _exceptionable2) || $report(_exceptionable2, {
2179
+ path: _path2 + ".knots[" + _index33 + "]",
2076
2180
  expected: "__type.o6",
2077
2181
  value: elem
2078
2182
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2088,12 +2192,12 @@ var validCategoriesRequest = (input) => {
2088
2192
  expected: "undefined",
2089
2193
  value: input3.type
2090
2194
  }))].every((flag) => flag);
2091
- const $vo44 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
2195
+ const $vo45 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
2092
2196
  path: _path2 + ".value",
2093
2197
  expected: "number",
2094
2198
  value: input3.value
2095
2199
  })].every((flag) => flag);
2096
- const $vo45 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2200
+ const $vo46 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2097
2201
  path: _path2 + ".id",
2098
2202
  expected: "(string | undefined)",
2099
2203
  value: input3.id
@@ -2121,7 +2225,7 @@ var validCategoriesRequest = (input) => {
2121
2225
  path: _path2 + ".q",
2122
2226
  expected: "SnpsQ",
2123
2227
  value: input3.q
2124
- })) && $vo46(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2228
+ })) && $vo47(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2125
2229
  path: _path2 + ".q",
2126
2230
  expected: "SnpsQ",
2127
2231
  value: input3.q
@@ -2129,12 +2233,12 @@ var validCategoriesRequest = (input) => {
2129
2233
  path: _path2 + ".term",
2130
2234
  expected: "SnpsTerm",
2131
2235
  value: input3.term
2132
- })) && $vo48(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2236
+ })) && $vo49(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2133
2237
  path: _path2 + ".term",
2134
2238
  expected: "SnpsTerm",
2135
2239
  value: input3.term
2136
2240
  })].every((flag) => flag);
2137
- const $vo46 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2241
+ const $vo47 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2138
2242
  path: _path2 + ".hiddenValues",
2139
2243
  expected: "(HiddenValues | undefined)",
2140
2244
  value: input3.hiddenValues
@@ -2190,7 +2294,7 @@ var validCategoriesRequest = (input) => {
2190
2294
  path: _path2 + ".restrictAncestry",
2191
2295
  expected: "RestrictAncestry",
2192
2296
  value: input3.restrictAncestry
2193
- })) && $vo47(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
2297
+ })) && $vo48(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
2194
2298
  path: _path2 + ".restrictAncestry",
2195
2299
  expected: "RestrictAncestry",
2196
2300
  value: input3.restrictAncestry
@@ -2215,7 +2319,7 @@ var validCategoriesRequest = (input) => {
2215
2319
  expected: "number",
2216
2320
  value: input3.stop
2217
2321
  })].every((flag) => flag);
2218
- const $vo47 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2322
+ const $vo48 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2219
2323
  path: _path2 + ".name",
2220
2324
  expected: "string",
2221
2325
  value: input3.name
@@ -2228,7 +2332,7 @@ var validCategoriesRequest = (input) => {
2228
2332
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
2229
2333
  value: input3.tvs
2230
2334
  })].every((flag) => flag);
2231
- const $vo48 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2335
+ const $vo49 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2232
2336
  path: _path2 + ".id",
2233
2337
  expected: "string",
2234
2338
  value: input3.id
@@ -2244,8 +2348,8 @@ var validCategoriesRequest = (input) => {
2244
2348
  path: _path2 + ".child_types",
2245
2349
  expected: "(Array<string> | undefined)",
2246
2350
  value: input3.child_types
2247
- })) && input3.child_types.map((elem, _index32) => "string" === typeof elem || $report(_exceptionable2, {
2248
- path: _path2 + ".child_types[" + _index32 + "]",
2351
+ })) && input3.child_types.map((elem, _index34) => "string" === typeof elem || $report(_exceptionable2, {
2352
+ path: _path2 + ".child_types[" + _index34 + "]",
2249
2353
  expected: "string",
2250
2354
  value: elem
2251
2355
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2260,8 +2364,8 @@ var validCategoriesRequest = (input) => {
2260
2364
  path: _path2 + ".included_types",
2261
2365
  expected: "(Array<string> | undefined)",
2262
2366
  value: input3.included_types
2263
- })) && input3.included_types.map((elem, _index33) => "string" === typeof elem || $report(_exceptionable2, {
2264
- path: _path2 + ".included_types[" + _index33 + "]",
2367
+ })) && input3.included_types.map((elem, _index35) => "string" === typeof elem || $report(_exceptionable2, {
2368
+ path: _path2 + ".included_types[" + _index35 + "]",
2265
2369
  expected: "string",
2266
2370
  value: elem
2267
2371
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2292,12 +2396,12 @@ var validCategoriesRequest = (input) => {
2292
2396
  path: _path2 + ".snps",
2293
2397
  expected: "(Array<SnpsEntry> | undefined)",
2294
2398
  value: input3.snps
2295
- })) && input3.snps.map((elem, _index34) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2296
- path: _path2 + ".snps[" + _index34 + "]",
2399
+ })) && input3.snps.map((elem, _index36) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2400
+ path: _path2 + ".snps[" + _index36 + "]",
2297
2401
  expected: "SnpsEntry",
2298
2402
  value: elem
2299
- })) && $vo49(elem, _path2 + ".snps[" + _index34 + "]", _exceptionable2) || $report(_exceptionable2, {
2300
- path: _path2 + ".snps[" + _index34 + "]",
2403
+ })) && $vo50(elem, _path2 + ".snps[" + _index36 + "]", _exceptionable2) || $report(_exceptionable2, {
2404
+ path: _path2 + ".snps[" + _index36 + "]",
2301
2405
  expected: "SnpsEntry",
2302
2406
  value: elem
2303
2407
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2305,12 +2409,12 @@ var validCategoriesRequest = (input) => {
2305
2409
  expected: "(Array<SnpsEntry> | undefined)",
2306
2410
  value: input3.snps
2307
2411
  })].every((flag) => flag);
2308
- const $vo49 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
2412
+ const $vo50 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
2309
2413
  path: _path2 + ".altAlleles",
2310
2414
  expected: "(Array<string> | undefined)",
2311
2415
  value: input3.altAlleles
2312
- })) && input3.altAlleles.map((elem, _index35) => "string" === typeof elem || $report(_exceptionable2, {
2313
- path: _path2 + ".altAlleles[" + _index35 + "]",
2416
+ })) && input3.altAlleles.map((elem, _index37) => "string" === typeof elem || $report(_exceptionable2, {
2417
+ path: _path2 + ".altAlleles[" + _index37 + "]",
2314
2418
  expected: "string",
2315
2419
  value: elem
2316
2420
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2321,12 +2425,12 @@ var validCategoriesRequest = (input) => {
2321
2425
  path: _path2 + ".alleles",
2322
2426
  expected: "(Array<AllelesEntry> | undefined)",
2323
2427
  value: input3.alleles
2324
- })) && input3.alleles.map((elem, _index36) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2325
- path: _path2 + ".alleles[" + _index36 + "]",
2428
+ })) && input3.alleles.map((elem, _index38) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2429
+ path: _path2 + ".alleles[" + _index38 + "]",
2326
2430
  expected: "AllelesEntry",
2327
2431
  value: elem
2328
- })) && $vo50(elem, _path2 + ".alleles[" + _index36 + "]", _exceptionable2) || $report(_exceptionable2, {
2329
- path: _path2 + ".alleles[" + _index36 + "]",
2432
+ })) && $vo51(elem, _path2 + ".alleles[" + _index38 + "]", _exceptionable2) || $report(_exceptionable2, {
2433
+ path: _path2 + ".alleles[" + _index38 + "]",
2330
2434
  expected: "AllelesEntry",
2331
2435
  value: elem
2332
2436
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2341,7 +2445,7 @@ var validCategoriesRequest = (input) => {
2341
2445
  path: _path2 + ".gt2count",
2342
2446
  expected: "(__type.o7 | undefined)",
2343
2447
  value: input3.gt2count
2344
- })) && $vo51(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
2448
+ })) && $vo52(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
2345
2449
  path: _path2 + ".gt2count",
2346
2450
  expected: "(__type.o7 | undefined)",
2347
2451
  value: input3.gt2count
@@ -2370,7 +2474,7 @@ var validCategoriesRequest = (input) => {
2370
2474
  expected: "(number | undefined)",
2371
2475
  value: input3.pos
2372
2476
  })].every((flag) => flag);
2373
- const $vo50 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
2477
+ const $vo51 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
2374
2478
  path: _path2 + ".allele",
2375
2479
  expected: "string",
2376
2480
  value: input3.allele
@@ -2383,7 +2487,7 @@ var validCategoriesRequest = (input) => {
2383
2487
  expected: "boolean",
2384
2488
  value: input3.isRef
2385
2489
  })].every((flag) => flag);
2386
- const $vo51 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
2490
+ const $vo52 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
2387
2491
  path: _path2 + ".k",
2388
2492
  expected: "string",
2389
2493
  value: input3.k
@@ -2392,7 +2496,7 @@ var validCategoriesRequest = (input) => {
2392
2496
  expected: "(number | string)",
2393
2497
  value: input3.v
2394
2498
  })].every((flag) => flag);
2395
- const $vo52 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2499
+ const $vo53 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2396
2500
  path: _path2 + ".id",
2397
2501
  expected: "(string | undefined)",
2398
2502
  value: input3.id
@@ -2418,22 +2522,22 @@ var validCategoriesRequest = (input) => {
2418
2522
  value: input3.minNumSamples
2419
2523
  }), true, ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2420
2524
  path: _path2 + ".term",
2421
- 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; })',
2525
+ 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; })',
2422
2526
  value: input3.term
2423
- })) && $vu12(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2527
+ })) && $vu13(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2424
2528
  path: _path2 + ".term",
2425
- 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; })',
2529
+ 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; })',
2426
2530
  value: input3.term
2427
2531
  }), ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) || $report(_exceptionable2, {
2428
2532
  path: _path2 + ".q",
2429
2533
  expected: "(BaseQ | BinaryNumericQ | ConditionQ | ContinuousNumericQ | CustomGroupSettingQ | CustomNumericBinConfig | FilterQ | PredefinedGroupSettingQ | RegularNumericBinConfig | SampleLstQ | SnpsQ | SplineNumericQ | ValuesQ)",
2430
2534
  value: input3.q
2431
- })) && $vu13(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2535
+ })) && $vu14(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2432
2536
  path: _path2 + ".q",
2433
2537
  expected: "(BaseQ | BinaryNumericQ | ConditionQ | ContinuousNumericQ | CustomGroupSettingQ | CustomNumericBinConfig | FilterQ | PredefinedGroupSettingQ | RegularNumericBinConfig | SampleLstQ | SnpsQ | SplineNumericQ | ValuesQ)",
2434
2538
  value: input3.q
2435
2539
  })].every((flag) => flag);
2436
- const $vo53 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2540
+ const $vo54 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2437
2541
  path: _path2 + ".id",
2438
2542
  expected: "string",
2439
2543
  value: input3.id
@@ -2449,8 +2553,8 @@ var validCategoriesRequest = (input) => {
2449
2553
  path: _path2 + ".child_types",
2450
2554
  expected: "(Array<string> | undefined)",
2451
2555
  value: input3.child_types
2452
- })) && input3.child_types.map((elem, _index37) => "string" === typeof elem || $report(_exceptionable2, {
2453
- path: _path2 + ".child_types[" + _index37 + "]",
2556
+ })) && input3.child_types.map((elem, _index39) => "string" === typeof elem || $report(_exceptionable2, {
2557
+ path: _path2 + ".child_types[" + _index39 + "]",
2454
2558
  expected: "string",
2455
2559
  value: elem
2456
2560
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2465,8 +2569,8 @@ var validCategoriesRequest = (input) => {
2465
2569
  path: _path2 + ".included_types",
2466
2570
  expected: "(Array<string> | undefined)",
2467
2571
  value: input3.included_types
2468
- })) && input3.included_types.map((elem, _index38) => "string" === typeof elem || $report(_exceptionable2, {
2469
- path: _path2 + ".included_types[" + _index38 + "]",
2572
+ })) && input3.included_types.map((elem, _index40) => "string" === typeof elem || $report(_exceptionable2, {
2573
+ path: _path2 + ".included_types[" + _index40 + "]",
2470
2574
  expected: "string",
2471
2575
  value: elem
2472
2576
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2513,12 +2617,12 @@ var validCategoriesRequest = (input) => {
2513
2617
  path: _path2 + ".genes",
2514
2618
  expected: "Array<GvGeneTerm>",
2515
2619
  value: input3.genes
2516
- })) && input3.genes.map((elem, _index39) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2517
- path: _path2 + ".genes[" + _index39 + "]",
2620
+ })) && input3.genes.map((elem, _index41) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2621
+ path: _path2 + ".genes[" + _index41 + "]",
2518
2622
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2519
2623
  value: elem
2520
- })) && $vu3(elem, _path2 + ".genes[" + _index39 + "]", _exceptionable2) || $report(_exceptionable2, {
2521
- path: _path2 + ".genes[" + _index39 + "]",
2624
+ })) && $vu3(elem, _path2 + ".genes[" + _index41 + "]", _exceptionable2) || $report(_exceptionable2, {
2625
+ path: _path2 + ".genes[" + _index41 + "]",
2522
2626
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2523
2627
  value: elem
2524
2628
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2537,12 +2641,12 @@ var validCategoriesRequest = (input) => {
2537
2641
  path: _path2 + ".childTerms",
2538
2642
  expected: "Array<DtTerm>",
2539
2643
  value: input3.childTerms
2540
- })) && input3.childTerms.map((elem, _index40) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2541
- path: _path2 + ".childTerms[" + _index40 + "]",
2644
+ })) && input3.childTerms.map((elem, _index42) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2645
+ path: _path2 + ".childTerms[" + _index42 + "]",
2542
2646
  expected: "DtTerm",
2543
2647
  value: elem
2544
- })) && $vo34(elem, _path2 + ".childTerms[" + _index40 + "]", _exceptionable2) || $report(_exceptionable2, {
2545
- path: _path2 + ".childTerms[" + _index40 + "]",
2648
+ })) && $vo35(elem, _path2 + ".childTerms[" + _index42 + "]", _exceptionable2) || $report(_exceptionable2, {
2649
+ path: _path2 + ".childTerms[" + _index42 + "]",
2546
2650
  expected: "DtTerm",
2547
2651
  value: elem
2548
2652
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2550,7 +2654,7 @@ var validCategoriesRequest = (input) => {
2550
2654
  expected: "Array<DtTerm>",
2551
2655
  value: input3.childTerms
2552
2656
  })].every((flag) => flag);
2553
- const $vo54 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2657
+ const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2554
2658
  path: _path2 + ".id",
2555
2659
  expected: "string",
2556
2660
  value: input3.id
@@ -2566,8 +2670,8 @@ var validCategoriesRequest = (input) => {
2566
2670
  path: _path2 + ".child_types",
2567
2671
  expected: "(Array<string> | undefined)",
2568
2672
  value: input3.child_types
2569
- })) && input3.child_types.map((elem, _index41) => "string" === typeof elem || $report(_exceptionable2, {
2570
- path: _path2 + ".child_types[" + _index41 + "]",
2673
+ })) && input3.child_types.map((elem, _index43) => "string" === typeof elem || $report(_exceptionable2, {
2674
+ path: _path2 + ".child_types[" + _index43 + "]",
2571
2675
  expected: "string",
2572
2676
  value: elem
2573
2677
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2582,8 +2686,8 @@ var validCategoriesRequest = (input) => {
2582
2686
  path: _path2 + ".included_types",
2583
2687
  expected: "(Array<string> | undefined)",
2584
2688
  value: input3.included_types
2585
- })) && input3.included_types.map((elem, _index42) => "string" === typeof elem || $report(_exceptionable2, {
2586
- path: _path2 + ".included_types[" + _index42 + "]",
2689
+ })) && input3.included_types.map((elem, _index44) => "string" === typeof elem || $report(_exceptionable2, {
2690
+ path: _path2 + ".included_types[" + _index44 + "]",
2587
2691
  expected: "string",
2588
2692
  value: elem
2589
2693
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2626,12 +2730,12 @@ var validCategoriesRequest = (input) => {
2626
2730
  path: _path2 + ".genes",
2627
2731
  expected: "Array<GvGeneTerm>",
2628
2732
  value: input3.genes
2629
- })) && input3.genes.map((elem, _index43) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2630
- path: _path2 + ".genes[" + _index43 + "]",
2733
+ })) && input3.genes.map((elem, _index45) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2734
+ path: _path2 + ".genes[" + _index45 + "]",
2631
2735
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2632
2736
  value: elem
2633
- })) && $vu3(elem, _path2 + ".genes[" + _index43 + "]", _exceptionable2) || $report(_exceptionable2, {
2634
- path: _path2 + ".genes[" + _index43 + "]",
2737
+ })) && $vu3(elem, _path2 + ".genes[" + _index45 + "]", _exceptionable2) || $report(_exceptionable2, {
2738
+ path: _path2 + ".genes[" + _index45 + "]",
2635
2739
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2636
2740
  value: elem
2637
2741
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2650,12 +2754,12 @@ var validCategoriesRequest = (input) => {
2650
2754
  path: _path2 + ".childTerms",
2651
2755
  expected: "Array<DtTerm>",
2652
2756
  value: input3.childTerms
2653
- })) && input3.childTerms.map((elem, _index44) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2654
- path: _path2 + ".childTerms[" + _index44 + "]",
2757
+ })) && input3.childTerms.map((elem, _index46) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2758
+ path: _path2 + ".childTerms[" + _index46 + "]",
2655
2759
  expected: "DtTerm",
2656
2760
  value: elem
2657
- })) && $vo34(elem, _path2 + ".childTerms[" + _index44 + "]", _exceptionable2) || $report(_exceptionable2, {
2658
- path: _path2 + ".childTerms[" + _index44 + "]",
2761
+ })) && $vo35(elem, _path2 + ".childTerms[" + _index46 + "]", _exceptionable2) || $report(_exceptionable2, {
2762
+ path: _path2 + ".childTerms[" + _index46 + "]",
2659
2763
  expected: "DtTerm",
2660
2764
  value: elem
2661
2765
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2663,7 +2767,7 @@ var validCategoriesRequest = (input) => {
2663
2767
  expected: "Array<DtTerm>",
2664
2768
  value: input3.childTerms
2665
2769
  })].every((flag) => flag);
2666
- const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2770
+ const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2667
2771
  path: _path2 + ".id",
2668
2772
  expected: "string",
2669
2773
  value: input3.id
@@ -2679,8 +2783,8 @@ var validCategoriesRequest = (input) => {
2679
2783
  path: _path2 + ".child_types",
2680
2784
  expected: "(Array<string> | undefined)",
2681
2785
  value: input3.child_types
2682
- })) && input3.child_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
2683
- path: _path2 + ".child_types[" + _index45 + "]",
2786
+ })) && input3.child_types.map((elem, _index47) => "string" === typeof elem || $report(_exceptionable2, {
2787
+ path: _path2 + ".child_types[" + _index47 + "]",
2684
2788
  expected: "string",
2685
2789
  value: elem
2686
2790
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2695,8 +2799,8 @@ var validCategoriesRequest = (input) => {
2695
2799
  path: _path2 + ".included_types",
2696
2800
  expected: "(Array<string> | undefined)",
2697
2801
  value: input3.included_types
2698
- })) && input3.included_types.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
2699
- path: _path2 + ".included_types[" + _index46 + "]",
2802
+ })) && input3.included_types.map((elem, _index48) => "string" === typeof elem || $report(_exceptionable2, {
2803
+ path: _path2 + ".included_types[" + _index48 + "]",
2700
2804
  expected: "string",
2701
2805
  value: elem
2702
2806
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2728,7 +2832,7 @@ var validCategoriesRequest = (input) => {
2728
2832
  expected: "TermGroupSetting",
2729
2833
  value: input3.groupsetting
2730
2834
  })].every((flag) => flag);
2731
- const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2835
+ const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2732
2836
  path: _path2 + ".id",
2733
2837
  expected: "string",
2734
2838
  value: input3.id
@@ -2736,16 +2840,16 @@ var validCategoriesRequest = (input) => {
2736
2840
  path: _path2 + ".name",
2737
2841
  expected: "string",
2738
2842
  value: input3.name
2739
- }), "integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type || "ssGSEA" === input3.type || $report(_exceptionable2, {
2843
+ }), "integer" === input3.type || "float" === input3.type || "date" === input3.type || $report(_exceptionable2, {
2740
2844
  path: _path2 + ".type",
2741
- expected: '("date" | "float" | "geneExpression" | "integer" | "metaboliteIntensity" | "ssGSEA")',
2845
+ expected: '("date" | "float" | "integer")',
2742
2846
  value: input3.type
2743
2847
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
2744
2848
  path: _path2 + ".child_types",
2745
2849
  expected: "(Array<string> | undefined)",
2746
2850
  value: input3.child_types
2747
- })) && input3.child_types.map((elem, _index47) => "string" === typeof elem || $report(_exceptionable2, {
2748
- path: _path2 + ".child_types[" + _index47 + "]",
2851
+ })) && input3.child_types.map((elem, _index49) => "string" === typeof elem || $report(_exceptionable2, {
2852
+ path: _path2 + ".child_types[" + _index49 + "]",
2749
2853
  expected: "string",
2750
2854
  value: elem
2751
2855
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2760,8 +2864,8 @@ var validCategoriesRequest = (input) => {
2760
2864
  path: _path2 + ".included_types",
2761
2865
  expected: "(Array<string> | undefined)",
2762
2866
  value: input3.included_types
2763
- })) && input3.included_types.map((elem, _index48) => "string" === typeof elem || $report(_exceptionable2, {
2764
- path: _path2 + ".included_types[" + _index48 + "]",
2867
+ })) && input3.included_types.map((elem, _index50) => "string" === typeof elem || $report(_exceptionable2, {
2868
+ path: _path2 + ".included_types[" + _index50 + "]",
2765
2869
  expected: "string",
2766
2870
  value: elem
2767
2871
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2784,28 +2888,121 @@ var validCategoriesRequest = (input) => {
2784
2888
  path: _path2 + ".skipValuesBuild",
2785
2889
  expected: "(boolean | undefined)",
2786
2890
  value: input3.skipValuesBuild
2891
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
2892
+ path: _path2 + ".continuousColorScale",
2893
+ expected: "(__type.o3 | undefined)",
2894
+ value: input3.continuousColorScale
2895
+ })) && $vo22(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
2896
+ path: _path2 + ".continuousColorScale",
2897
+ expected: "(__type.o3 | undefined)",
2898
+ value: input3.continuousColorScale
2899
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
2900
+ path: _path2 + ".unit",
2901
+ expected: "(string | undefined)",
2902
+ value: input3.unit
2787
2903
  }), ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
2788
2904
  path: _path2 + ".bins",
2789
2905
  expected: "PresetNumericBins",
2790
2906
  value: input3.bins
2791
- })) && $vo22(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
2907
+ })) && $vo23(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
2792
2908
  path: _path2 + ".bins",
2793
2909
  expected: "PresetNumericBins",
2794
2910
  value: input3.bins
2795
- }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
2796
- path: _path2 + ".unit",
2797
- expected: "(string | undefined)",
2798
- value: input3.unit
2911
+ })].every((flag) => flag);
2912
+ const $vo58 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2913
+ path: _path2 + ".id",
2914
+ expected: "string",
2915
+ value: input3.id
2916
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
2917
+ path: _path2 + ".name",
2918
+ expected: "string",
2919
+ value: input3.name
2920
+ }), "geneExpression" === input3.type || $report(_exceptionable2, {
2921
+ path: _path2 + ".type",
2922
+ expected: '"geneExpression"',
2923
+ value: input3.type
2924
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
2925
+ path: _path2 + ".child_types",
2926
+ expected: "(Array<string> | undefined)",
2927
+ value: input3.child_types
2928
+ })) && input3.child_types.map((elem, _index51) => "string" === typeof elem || $report(_exceptionable2, {
2929
+ path: _path2 + ".child_types[" + _index51 + "]",
2930
+ expected: "string",
2931
+ value: elem
2932
+ })).every((flag) => flag) || $report(_exceptionable2, {
2933
+ path: _path2 + ".child_types",
2934
+ expected: "(Array<string> | undefined)",
2935
+ value: input3.child_types
2936
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
2937
+ path: _path2 + ".hashtmldetail",
2938
+ expected: "(boolean | undefined)",
2939
+ value: input3.hashtmldetail
2940
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
2941
+ path: _path2 + ".included_types",
2942
+ expected: "(Array<string> | undefined)",
2943
+ value: input3.included_types
2944
+ })) && input3.included_types.map((elem, _index52) => "string" === typeof elem || $report(_exceptionable2, {
2945
+ path: _path2 + ".included_types[" + _index52 + "]",
2946
+ expected: "string",
2947
+ value: elem
2948
+ })).every((flag) => flag) || $report(_exceptionable2, {
2949
+ path: _path2 + ".included_types",
2950
+ expected: "(Array<string> | undefined)",
2951
+ value: input3.included_types
2952
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
2953
+ path: _path2 + ".isleaf",
2954
+ expected: "(boolean | undefined)",
2955
+ value: input3.isleaf
2956
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
2957
+ path: _path2 + ".values",
2958
+ expected: "(TermValues | undefined)",
2959
+ value: input3.values
2960
+ })) && $vo16(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2961
+ path: _path2 + ".values",
2962
+ expected: "(TermValues | undefined)",
2963
+ value: input3.values
2964
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
2965
+ path: _path2 + ".skipValuesBuild",
2966
+ expected: "(boolean | undefined)",
2967
+ value: input3.skipValuesBuild
2799
2968
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
2800
2969
  path: _path2 + ".continuousColorScale",
2801
2970
  expected: "(__type.o3 | undefined)",
2802
2971
  value: input3.continuousColorScale
2803
- })) && $vo28(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
2972
+ })) && $vo22(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
2804
2973
  path: _path2 + ".continuousColorScale",
2805
2974
  expected: "(__type.o3 | undefined)",
2806
2975
  value: input3.continuousColorScale
2976
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
2977
+ path: _path2 + ".unit",
2978
+ expected: "(string | undefined)",
2979
+ value: input3.unit
2980
+ }), "string" === typeof input3.gene || $report(_exceptionable2, {
2981
+ path: _path2 + ".gene",
2982
+ expected: "string",
2983
+ value: input3.gene
2984
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
2985
+ path: _path2 + ".bins",
2986
+ expected: "(PresetNumericBins | undefined)",
2987
+ value: input3.bins
2988
+ })) && $vo23(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
2989
+ path: _path2 + ".bins",
2990
+ expected: "(PresetNumericBins | undefined)",
2991
+ value: input3.bins
2992
+ }), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
2993
+ path: _path2 + ".chr",
2994
+ expected: "(string | undefined)",
2995
+ value: input3.chr
2996
+ }), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
2997
+ path: _path2 + ".start",
2998
+ expected: "(number | undefined)",
2999
+ value: input3.start
3000
+ }), void 0 === input3.stop || "number" === typeof input3.stop || $report(_exceptionable2, {
3001
+ path: _path2 + ".stop",
3002
+ expected: "(number | undefined)",
3003
+ value: input3.stop
2807
3004
  })].every((flag) => flag);
2808
- const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3005
+ const $vo59 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2809
3006
  path: _path2 + ".id",
2810
3007
  expected: "string",
2811
3008
  value: input3.id
@@ -2821,8 +3018,8 @@ var validCategoriesRequest = (input) => {
2821
3018
  path: _path2 + ".child_types",
2822
3019
  expected: "(Array<string> | undefined)",
2823
3020
  value: input3.child_types
2824
- })) && input3.child_types.map((elem, _index49) => "string" === typeof elem || $report(_exceptionable2, {
2825
- path: _path2 + ".child_types[" + _index49 + "]",
3021
+ })) && input3.child_types.map((elem, _index53) => "string" === typeof elem || $report(_exceptionable2, {
3022
+ path: _path2 + ".child_types[" + _index53 + "]",
2826
3023
  expected: "string",
2827
3024
  value: elem
2828
3025
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2837,8 +3034,8 @@ var validCategoriesRequest = (input) => {
2837
3034
  path: _path2 + ".included_types",
2838
3035
  expected: "(Array<string> | undefined)",
2839
3036
  value: input3.included_types
2840
- })) && input3.included_types.map((elem, _index50) => "string" === typeof elem || $report(_exceptionable2, {
2841
- path: _path2 + ".included_types[" + _index50 + "]",
3037
+ })) && input3.included_types.map((elem, _index54) => "string" === typeof elem || $report(_exceptionable2, {
3038
+ path: _path2 + ".included_types[" + _index54 + "]",
2842
3039
  expected: "string",
2843
3040
  value: elem
2844
3041
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2862,7 +3059,7 @@ var validCategoriesRequest = (input) => {
2862
3059
  expected: "(boolean | undefined)",
2863
3060
  value: input3.skipValuesBuild
2864
3061
  })].every((flag) => flag);
2865
- const $vo58 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3062
+ const $vo60 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2866
3063
  path: _path2 + ".id",
2867
3064
  expected: "string",
2868
3065
  value: input3.id
@@ -2878,8 +3075,8 @@ var validCategoriesRequest = (input) => {
2878
3075
  path: _path2 + ".child_types",
2879
3076
  expected: "(Array<string> | undefined)",
2880
3077
  value: input3.child_types
2881
- })) && input3.child_types.map((elem, _index51) => "string" === typeof elem || $report(_exceptionable2, {
2882
- path: _path2 + ".child_types[" + _index51 + "]",
3078
+ })) && input3.child_types.map((elem, _index55) => "string" === typeof elem || $report(_exceptionable2, {
3079
+ path: _path2 + ".child_types[" + _index55 + "]",
2883
3080
  expected: "string",
2884
3081
  value: elem
2885
3082
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2894,8 +3091,8 @@ var validCategoriesRequest = (input) => {
2894
3091
  path: _path2 + ".included_types",
2895
3092
  expected: "(Array<string> | undefined)",
2896
3093
  value: input3.included_types
2897
- })) && input3.included_types.map((elem, _index52) => "string" === typeof elem || $report(_exceptionable2, {
2898
- path: _path2 + ".included_types[" + _index52 + "]",
3094
+ })) && input3.included_types.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
3095
+ path: _path2 + ".included_types[" + _index56 + "]",
2899
3096
  expected: "string",
2900
3097
  value: elem
2901
3098
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2926,12 +3123,12 @@ var validCategoriesRequest = (input) => {
2926
3123
  path: _path2 + ".snps",
2927
3124
  expected: "(Array<SnpsEntry> | undefined)",
2928
3125
  value: input3.snps
2929
- })) && input3.snps.map((elem, _index53) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2930
- path: _path2 + ".snps[" + _index53 + "]",
3126
+ })) && input3.snps.map((elem, _index57) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3127
+ path: _path2 + ".snps[" + _index57 + "]",
2931
3128
  expected: "SnpsEntry",
2932
3129
  value: elem
2933
- })) && $vo49(elem, _path2 + ".snps[" + _index53 + "]", _exceptionable2) || $report(_exceptionable2, {
2934
- path: _path2 + ".snps[" + _index53 + "]",
3130
+ })) && $vo50(elem, _path2 + ".snps[" + _index57 + "]", _exceptionable2) || $report(_exceptionable2, {
3131
+ path: _path2 + ".snps[" + _index57 + "]",
2935
3132
  expected: "SnpsEntry",
2936
3133
  value: elem
2937
3134
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2939,7 +3136,7 @@ var validCategoriesRequest = (input) => {
2939
3136
  expected: "(Array<SnpsEntry> | undefined)",
2940
3137
  value: input3.snps
2941
3138
  })].every((flag) => flag);
2942
- const $vo59 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3139
+ const $vo61 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2943
3140
  path: _path2 + ".id",
2944
3141
  expected: "string",
2945
3142
  value: input3.id
@@ -2955,8 +3152,8 @@ var validCategoriesRequest = (input) => {
2955
3152
  path: _path2 + ".child_types",
2956
3153
  expected: "(Array<string> | undefined)",
2957
3154
  value: input3.child_types
2958
- })) && input3.child_types.map((elem, _index54) => "string" === typeof elem || $report(_exceptionable2, {
2959
- path: _path2 + ".child_types[" + _index54 + "]",
3155
+ })) && input3.child_types.map((elem, _index58) => "string" === typeof elem || $report(_exceptionable2, {
3156
+ path: _path2 + ".child_types[" + _index58 + "]",
2960
3157
  expected: "string",
2961
3158
  value: elem
2962
3159
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2971,8 +3168,8 @@ var validCategoriesRequest = (input) => {
2971
3168
  path: _path2 + ".included_types",
2972
3169
  expected: "(Array<string> | undefined)",
2973
3170
  value: input3.included_types
2974
- })) && input3.included_types.map((elem, _index55) => "string" === typeof elem || $report(_exceptionable2, {
2975
- path: _path2 + ".included_types[" + _index55 + "]",
3171
+ })) && input3.included_types.map((elem, _index59) => "string" === typeof elem || $report(_exceptionable2, {
3172
+ path: _path2 + ".included_types[" + _index59 + "]",
2976
3173
  expected: "string",
2977
3174
  value: elem
2978
3175
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2987,7 +3184,7 @@ var validCategoriesRequest = (input) => {
2987
3184
  path: _path2 + ".values",
2988
3185
  expected: "(TermValues & SampleLstTermValues | undefined)",
2989
3186
  value: input3.values
2990
- })) && $vo60(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
3187
+ })) && $vo62(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2991
3188
  path: _path2 + ".values",
2992
3189
  expected: "(TermValues & SampleLstTermValues | undefined)",
2993
3190
  value: input3.values
@@ -2996,7 +3193,7 @@ var validCategoriesRequest = (input) => {
2996
3193
  expected: "(boolean | undefined)",
2997
3194
  value: input3.skipValuesBuild
2998
3195
  })].every((flag) => flag);
2999
- const $vo60 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3196
+ const $vo62 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3000
3197
  const value = input3[key];
3001
3198
  if (void 0 === value)
3002
3199
  return true;
@@ -3005,7 +3202,7 @@ var validCategoriesRequest = (input) => {
3005
3202
  path: _path2 + $join(key),
3006
3203
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
3007
3204
  value
3008
- })) && $vo61(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3205
+ })) && $vo63(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3009
3206
  path: _path2 + $join(key),
3010
3207
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
3011
3208
  value
@@ -3015,14 +3212,14 @@ var validCategoriesRequest = (input) => {
3015
3212
  path: _path2 + $join(key),
3016
3213
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
3017
3214
  value
3018
- })) && $vo61(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3215
+ })) && $vo63(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3019
3216
  path: _path2 + $join(key),
3020
3217
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
3021
3218
  value
3022
3219
  });
3023
3220
  return true;
3024
3221
  }).every((flag) => flag)].every((flag) => flag);
3025
- const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
3222
+ const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
3026
3223
  path: _path2 + ".key",
3027
3224
  expected: "(string | undefined)",
3028
3225
  value: input3.key
@@ -3066,12 +3263,12 @@ var validCategoriesRequest = (input) => {
3066
3263
  path: _path2 + ".list",
3067
3264
  expected: "Array<__type>.o4",
3068
3265
  value: input3.list
3069
- })) && input3.list.map((elem, _index56) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3070
- path: _path2 + ".list[" + _index56 + "]",
3266
+ })) && input3.list.map((elem, _index60) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3267
+ path: _path2 + ".list[" + _index60 + "]",
3071
3268
  expected: "__type.o8",
3072
3269
  value: elem
3073
- })) && $vo62(elem, _path2 + ".list[" + _index56 + "]", _exceptionable2) || $report(_exceptionable2, {
3074
- path: _path2 + ".list[" + _index56 + "]",
3270
+ })) && $vo64(elem, _path2 + ".list[" + _index60 + "]", _exceptionable2) || $report(_exceptionable2, {
3271
+ path: _path2 + ".list[" + _index60 + "]",
3075
3272
  expected: "__type.o8",
3076
3273
  value: elem
3077
3274
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3079,7 +3276,7 @@ var validCategoriesRequest = (input) => {
3079
3276
  expected: "Array<__type>.o4",
3080
3277
  value: input3.list
3081
3278
  }), true].every((flag) => flag);
3082
- const $vo62 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.sampleId || $report(_exceptionable2, {
3279
+ const $vo64 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.sampleId || $report(_exceptionable2, {
3083
3280
  path: _path2 + ".sampleId",
3084
3281
  expected: "string",
3085
3282
  value: input3.sampleId
@@ -3088,7 +3285,7 @@ var validCategoriesRequest = (input) => {
3088
3285
  expected: "string",
3089
3286
  value: input3.sample
3090
3287
  })].every((flag) => flag);
3091
- const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3288
+ const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3092
3289
  path: _path2 + ".hiddenValues",
3093
3290
  expected: "(HiddenValues | undefined)",
3094
3291
  value: input3.hiddenValues
@@ -3117,7 +3314,7 @@ var validCategoriesRequest = (input) => {
3117
3314
  expected: '("custom-bin" | "custom-groupset" | "custom-samplelst" | "filter" | "predefined-groupset" | "regular-bin" | "values" | undefined)',
3118
3315
  value: input3.type
3119
3316
  })].every((flag) => flag);
3120
- const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3317
+ const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3121
3318
  path: _path2 + ".hiddenValues",
3122
3319
  expected: "(HiddenValues | undefined)",
3123
3320
  value: input3.hiddenValues
@@ -3157,8 +3354,8 @@ var validCategoriesRequest = (input) => {
3157
3354
  path: _path2 + ".breaks",
3158
3355
  expected: "(Array<number> | undefined)",
3159
3356
  value: input3.breaks
3160
- })) && input3.breaks.map((elem, _index57) => "number" === typeof elem || $report(_exceptionable2, {
3161
- path: _path2 + ".breaks[" + _index57 + "]",
3357
+ })) && input3.breaks.map((elem, _index61) => "number" === typeof elem || $report(_exceptionable2, {
3358
+ path: _path2 + ".breaks[" + _index61 + "]",
3162
3359
  expected: "number",
3163
3360
  value: elem
3164
3361
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3182,7 +3379,7 @@ var validCategoriesRequest = (input) => {
3182
3379
  expected: "(boolean | undefined)",
3183
3380
  value: input3.value_by_computable_grade
3184
3381
  }), true].every((flag) => flag);
3185
- const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3382
+ const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3186
3383
  path: _path2 + ".hiddenValues",
3187
3384
  expected: "(HiddenValues | undefined)",
3188
3385
  value: input3.hiddenValues
@@ -3214,12 +3411,12 @@ var validCategoriesRequest = (input) => {
3214
3411
  path: _path2 + ".groups",
3215
3412
  expected: "SampleLstTermValues",
3216
3413
  value: input3.groups
3217
- })) && $vo66(input3.groups, _path2 + ".groups", _exceptionable2) || $report(_exceptionable2, {
3414
+ })) && $vo68(input3.groups, _path2 + ".groups", _exceptionable2) || $report(_exceptionable2, {
3218
3415
  path: _path2 + ".groups",
3219
3416
  expected: "SampleLstTermValues",
3220
3417
  value: input3.groups
3221
3418
  })].every((flag) => flag);
3222
- const $vo66 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3419
+ const $vo68 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3223
3420
  const value = input3[key];
3224
3421
  if (void 0 === value)
3225
3422
  return true;
@@ -3228,7 +3425,7 @@ var validCategoriesRequest = (input) => {
3228
3425
  path: _path2 + $join(key),
3229
3426
  expected: "__type.o9",
3230
3427
  value
3231
- })) && $vo67(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3428
+ })) && $vo69(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3232
3429
  path: _path2 + $join(key),
3233
3430
  expected: "__type.o9",
3234
3431
  value
@@ -3238,14 +3435,14 @@ var validCategoriesRequest = (input) => {
3238
3435
  path: _path2 + $join(key),
3239
3436
  expected: "__type.o9",
3240
3437
  value
3241
- })) && $vo67(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3438
+ })) && $vo69(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3242
3439
  path: _path2 + $join(key),
3243
3440
  expected: "__type.o9",
3244
3441
  value
3245
3442
  });
3246
3443
  return true;
3247
3444
  }).every((flag) => flag)].every((flag) => flag);
3248
- const $vo67 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
3445
+ const $vo69 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
3249
3446
  path: _path2 + ".name",
3250
3447
  expected: "string",
3251
3448
  value: input3.name
@@ -3257,12 +3454,12 @@ var validCategoriesRequest = (input) => {
3257
3454
  path: _path2 + ".list",
3258
3455
  expected: "Array<__type>.o4",
3259
3456
  value: input3.list
3260
- })) && input3.list.map((elem, _index58) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3261
- path: _path2 + ".list[" + _index58 + "]",
3457
+ })) && input3.list.map((elem, _index62) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3458
+ path: _path2 + ".list[" + _index62 + "]",
3262
3459
  expected: "__type.o8",
3263
3460
  value: elem
3264
- })) && $vo62(elem, _path2 + ".list[" + _index58 + "]", _exceptionable2) || $report(_exceptionable2, {
3265
- path: _path2 + ".list[" + _index58 + "]",
3461
+ })) && $vo64(elem, _path2 + ".list[" + _index62 + "]", _exceptionable2) || $report(_exceptionable2, {
3462
+ path: _path2 + ".list[" + _index62 + "]",
3266
3463
  expected: "__type.o8",
3267
3464
  value: elem
3268
3465
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3270,7 +3467,7 @@ var validCategoriesRequest = (input) => {
3270
3467
  expected: "Array<__type>.o4",
3271
3468
  value: input3.list
3272
3469
  }), true].every((flag) => flag);
3273
- const $vo68 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.sessionId || "string" === typeof input3.sessionId || $report(_exceptionable2, {
3470
+ const $vo70 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.sessionId || "string" === typeof input3.sessionId || $report(_exceptionable2, {
3274
3471
  path: _path2 + ".sessionId",
3275
3472
  expected: "(string | undefined)",
3276
3473
  value: input3.sessionId
@@ -3299,16 +3496,16 @@ var validCategoriesRequest = (input) => {
3299
3496
  })();
3300
3497
  const $vu2 = (input3, _path2, _exceptionable2 = true) => (() => {
3301
3498
  if (true === input3.startunbounded)
3302
- return $vo24(input3, _path2, _exceptionable2);
3499
+ return $vo25(input3, _path2, _exceptionable2);
3303
3500
  if (true === input3.stopunbounded)
3304
- return $vo26(input3, _path2, _exceptionable2);
3305
- return $vo25(input3, _path2, _exceptionable2);
3501
+ return $vo27(input3, _path2, _exceptionable2);
3502
+ return $vo26(input3, _path2, _exceptionable2);
3306
3503
  })();
3307
3504
  const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
3308
3505
  if ("gene" === input3.kind)
3309
- return $vo36(input3, _path2, _exceptionable2);
3310
- if ("coord" === input3.kind)
3311
3506
  return $vo37(input3, _path2, _exceptionable2);
3507
+ if ("coord" === input3.kind)
3508
+ return $vo38(input3, _path2, _exceptionable2);
3312
3509
  return $report(_exceptionable2, {
3313
3510
  path: _path2,
3314
3511
  expected: "(BaseTerm & Gene | BaseTerm & Coord)",
@@ -3317,9 +3514,9 @@ var validCategoriesRequest = (input) => {
3317
3514
  })();
3318
3515
  const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
3319
3516
  if (true === input3.startunbounded)
3320
- return $vo24(input3, _path2, _exceptionable2);
3321
- if (void 0 !== input3.start)
3322
3517
  return $vo25(input3, _path2, _exceptionable2);
3518
+ if (void 0 !== input3.start)
3519
+ return $vo26(input3, _path2, _exceptionable2);
3323
3520
  return $report(_exceptionable2, {
3324
3521
  path: _path2,
3325
3522
  expected: "(StartUnboundedBin | FullyBoundedBin)",
@@ -3328,9 +3525,9 @@ var validCategoriesRequest = (input) => {
3328
3525
  })();
3329
3526
  const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
3330
3527
  if (void 0 !== input3.stop)
3331
- return $vo25(input3, _path2, _exceptionable2);
3332
- if (true === input3.stopunbounded)
3333
3528
  return $vo26(input3, _path2, _exceptionable2);
3529
+ if (true === input3.stopunbounded)
3530
+ return $vo27(input3, _path2, _exceptionable2);
3334
3531
  return $report(_exceptionable2, {
3335
3532
  path: _path2,
3336
3533
  expected: "(FullyBoundedBin | StopUnboundedBin)",
@@ -3340,7 +3537,7 @@ var validCategoriesRequest = (input) => {
3340
3537
  const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
3341
3538
  if (void 0 !== input3.type)
3342
3539
  return $vo1(input3, _path2, _exceptionable2);
3343
- return $vo52(input3, _path2, false) || $vo45(input3, _path2, false) || $vo40(input3, _path2, false);
3540
+ return $vo53(input3, _path2, false) || $vo46(input3, _path2, false) || $vo41(input3, _path2, false);
3344
3541
  })();
3345
3542
  const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
3346
3543
  if ("values" === input3.type)
@@ -3354,69 +3551,80 @@ var validCategoriesRequest = (input) => {
3354
3551
  const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
3355
3552
  if (void 0 !== input3.ranges)
3356
3553
  return $vo20(input3, _path2, _exceptionable2);
3357
- return $vo14(input3, _path2, false) || $vo30(input3, _path2, false) || $vo33(input3, _path2, false);
3554
+ return $vo14(input3, _path2, false) || $vo31(input3, _path2, false) || $vo34(input3, _path2, false);
3358
3555
  })();
3359
3556
  const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
3557
+ if ("integer" === input3.type || "float" === input3.type || "date" === input3.type)
3558
+ return $vo21(input3, _path2, _exceptionable2);
3559
+ if ("geneExpression" === input3.type)
3560
+ return $vo29(input3, _path2, _exceptionable2);
3561
+ return $report(_exceptionable2, {
3562
+ path: _path2,
3563
+ expected: "(NumericDictTerm | GeneExpressionTerm)",
3564
+ value: input3
3565
+ });
3566
+ })();
3567
+ const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
3360
3568
  if ("regular-bin" === input3.type)
3361
- return $vo23(input3, _path2, _exceptionable2);
3569
+ return $vo24(input3, _path2, _exceptionable2);
3362
3570
  if ("custom-bin" === input3.type)
3363
- return $vo27(input3, _path2, _exceptionable2);
3571
+ return $vo28(input3, _path2, _exceptionable2);
3364
3572
  return $report(_exceptionable2, {
3365
3573
  path: _path2,
3366
3574
  expected: "(RegularNumericBinConfig | CustomNumericBinConfig)",
3367
3575
  value: input3
3368
3576
  });
3369
3577
  })();
3370
- const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
3578
+ const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
3371
3579
  if ("gene" === input3.kind)
3372
- return $vo35(input3, _path2, _exceptionable2);
3580
+ return $vo36(input3, _path2, _exceptionable2);
3373
3581
  if ("coord" === input3.kind)
3374
- return $vo38(input3, _path2, _exceptionable2);
3582
+ return $vo39(input3, _path2, _exceptionable2);
3375
3583
  return $report(_exceptionable2, {
3376
3584
  path: _path2,
3377
3585
  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; })',
3378
3586
  value: input3
3379
3587
  });
3380
3588
  })();
3381
- const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
3589
+ const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
3382
3590
  if ("regular-bin" === input3.type)
3383
- return $vo23(input3, _path2, _exceptionable2);
3384
- if ("continuous" === input3.mode)
3385
- return $vo42(input3, _path2, _exceptionable2);
3591
+ return $vo24(input3, _path2, _exceptionable2);
3386
3592
  if ("spline" === input3.mode)
3387
- return $vo43(input3, _path2, _exceptionable2);
3388
- return $vo27(input3, _path2, false) || $vo41(input3, _path2, false);
3593
+ return $vo44(input3, _path2, _exceptionable2);
3594
+ return $vo28(input3, _path2, false) || $vo42(input3, _path2, false) || $vo43(input3, _path2, false);
3389
3595
  })();
3390
- const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
3596
+ const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
3391
3597
  if ("gene" === input3.kind)
3392
- return $vo53(input3, _path2, _exceptionable2);
3393
- if ("coord" === input3.kind)
3394
3598
  return $vo54(input3, _path2, _exceptionable2);
3395
- if ("categorical" === input3.type)
3599
+ if ("coord" === input3.kind)
3396
3600
  return $vo55(input3, _path2, _exceptionable2);
3397
- if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type || "ssGSEA" === input3.type)
3601
+ if ("categorical" === input3.type)
3398
3602
  return $vo56(input3, _path2, _exceptionable2);
3399
- if ("condition" === input3.type)
3603
+ if ("integer" === input3.type || "float" === input3.type || "date" === input3.type)
3400
3604
  return $vo57(input3, _path2, _exceptionable2);
3401
- return $vo58(input3, _path2, false) || $vo59(input3, _path2, false);
3605
+ if ("geneExpression" === input3.type)
3606
+ return $vo58(input3, _path2, _exceptionable2);
3607
+ if ("condition" === input3.type)
3608
+ return $vo59(input3, _path2, _exceptionable2);
3609
+ return $vo60(input3, _path2, false) || $vo61(input3, _path2, false);
3402
3610
  })();
3403
- const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
3611
+ const $vu14 = (input3, _path2, _exceptionable2 = true) => (() => {
3404
3612
  if (void 0 !== input3.predefined_groupset_idx)
3405
3613
  return $vo6(input3, _path2, _exceptionable2);
3406
3614
  if (void 0 !== input3.customset)
3407
3615
  return $vo7(input3, _path2, _exceptionable2);
3408
3616
  if (void 0 !== input3.bin_size)
3409
- return $vo23(input3, _path2, _exceptionable2);
3617
+ return $vo24(input3, _path2, _exceptionable2);
3410
3618
  if (void 0 !== input3.knots)
3411
- return $vo43(input3, _path2, _exceptionable2);
3619
+ return $vo44(input3, _path2, _exceptionable2);
3412
3620
  if (void 0 !== input3.AFcutoff)
3413
- return $vo46(input3, _path2, _exceptionable2);
3621
+ return $vo47(input3, _path2, _exceptionable2);
3414
3622
  if (void 0 !== input3.timeScale)
3415
- return $vo64(input3, _path2, _exceptionable2);
3623
+ return $vo66(input3, _path2, _exceptionable2);
3416
3624
  return (() => {
3417
3625
  if (void 0 !== input3.groups)
3418
- return $vo65(input3, _path2, _exceptionable2);
3419
- 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);
3626
+ return $vo67(input3, _path2, _exceptionable2);
3627
+ 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);
3420
3628
  })();
3421
3629
  })();
3422
3630
  return ("object" === typeof input2 && null !== input2 || $report(true, {