@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
@@ -43,11 +43,12 @@ var validCorrelationVolcanoRequest = (input) => {
43
43
  const $io9 = (input3) => "string" === typeof input3.name && "string" === typeof input3.type && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io10(elem))) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
44
44
  const $io10 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
45
45
  const $io11 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io1(input3.filter)) && "string" === typeof input3.color;
46
- const $io12 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io13(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 && $io22(elem)));
47
- const $io13 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.bins && null !== input3.bins && $io14(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io21(input3.continuousColorScale));
48
- const $io14 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu8(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu8(input3.less)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset) && (void 0 === input3.label_offset_ignored || "boolean" === typeof input3.label_offset_ignored) && (void 0 === input3.rounding || "string" === typeof input3.rounding) && (void 0 === input3.min || "number" === typeof input3.min) && (void 0 === input3.max || "number" === typeof input3.max);
49
- const $io15 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "regular-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode) && "number" === typeof input3.bin_size && ("object" === typeof input3.first_bin && null !== input3.first_bin && $iu5(input3.first_bin)) && (void 0 === input3.last_bin || "object" === typeof input3.last_bin && null !== input3.last_bin && $iu6(input3.last_bin)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset);
50
- const $io16 = (input3) => Object.keys(input3).every((key) => {
46
+ const $io12 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io23(elem)));
47
+ const $io13 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io14(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io15(input3.bins));
48
+ const $io14 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
49
+ const $io15 = (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);
50
+ const $io16 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "regular-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode) && "number" === typeof input3.bin_size && ("object" === typeof input3.first_bin && null !== input3.first_bin && $iu5(input3.first_bin)) && (void 0 === input3.last_bin || "object" === typeof input3.last_bin && null !== input3.last_bin && $iu6(input3.last_bin)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset);
51
+ const $io17 = (input3) => Object.keys(input3).every((key) => {
51
52
  const value = input3[key];
52
53
  if (void 0 === value)
53
54
  return true;
@@ -55,24 +56,24 @@ var validCorrelationVolcanoRequest = (input) => {
55
56
  return "number" === typeof value;
56
57
  return true;
57
58
  });
58
- const $io17 = (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);
59
- const $io18 = (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);
60
- const $io19 = (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);
61
- const $io20 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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);
62
- const $io21 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
63
- const $io22 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
64
- const $io23 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io24(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 && $io25(elem)));
65
- const $io24 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
66
- const $io25 = (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;
67
- const $io26 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io27(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io32(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName);
68
- const $io27 = (input3) => "string" === typeof input3.id && "string" === typeof input3.query && "string" === typeof input3.name && "string" === typeof input3.name_noOrigin && (void 0 === input3.parentTerm || "object" === typeof input3.parentTerm && null !== input3.parentTerm && $iu9(input3.parentTerm)) && true && "boolean" === typeof input3.isleaf && "string" === typeof input3.type && "number" === typeof input3.dt && (void 0 === input3.origin || "string" === typeof input3.origin) && ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values));
69
- const $io28 = (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) && $io5(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 && $io7(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io27(elem)));
70
- const $io29 = (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) && $io5(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);
71
- const $io30 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(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;
72
- const $io31 = (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) && $io5(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 && $io7(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io27(elem)));
73
- const $io32 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
74
- const $io33 = (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) && $io34(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) && $iu10(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io4(input3.term));
75
- const $io34 = (input3) => Object.keys(input3).every((key) => {
59
+ const $io18 = (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);
60
+ const $io19 = (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);
61
+ const $io20 = (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);
62
+ const $io21 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(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);
63
+ const $io22 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io14(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 && $io15(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);
64
+ const $io23 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
65
+ const $io24 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io25(input3.term)) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && (void 0 === input3.grade_and_child || Array.isArray(input3.grade_and_child) && input3.grade_and_child.every((elem) => "object" === typeof elem && null !== elem && $io26(elem)));
66
+ const $io25 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
67
+ const $io26 = (input3) => "number" === typeof input3.grade && "string" === typeof input3.grade_label && (void 0 === input3.child_id || "string" === typeof input3.child_id) && "string" === typeof input3.child_label;
68
+ const $io27 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io28(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io33(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName);
69
+ const $io28 = (input3) => "string" === typeof input3.id && "string" === typeof input3.query && "string" === typeof input3.name && "string" === typeof input3.name_noOrigin && (void 0 === input3.parentTerm || "object" === typeof input3.parentTerm && null !== input3.parentTerm && $iu10(input3.parentTerm)) && true && "boolean" === typeof input3.isleaf && "string" === typeof input3.type && "number" === typeof input3.dt && (void 0 === input3.origin || "string" === typeof input3.origin) && ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values));
70
+ const $io29 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(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 && $io7(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io28(elem)));
71
+ const $io30 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(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);
72
+ const $io31 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(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;
73
+ const $io32 = (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) && $io5(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 && $io7(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io28(elem)));
74
+ const $io33 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
75
+ const $io34 = (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) && $io35(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) && $iu11(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io4(input3.term));
76
+ const $io35 = (input3) => Object.keys(input3).every((key) => {
76
77
  const value = input3[key];
77
78
  if (void 0 === value)
78
79
  return true;
@@ -80,57 +81,58 @@ var validCorrelationVolcanoRequest = (input) => {
80
81
  return true;
81
82
  return true;
82
83
  });
83
- const $io35 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "values" === input3.type;
84
- const $io36 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "filter" === input3.type);
85
- const $io37 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx;
86
- const $io38 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io39(input3.customset));
87
- const $io39 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem));
88
- 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) && $io34(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $io13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu11(input3.q));
89
- const $io41 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "binary" === input3.mode && "custom-bin" === input3.type && (Array.isArray(input3.lst) && (input3.lst.length === 2 && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu5(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu6(input3.lst[1]))));
90
- const $io42 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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);
91
- const $io43 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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);
92
- const $io44 = (input3) => "number" === typeof input3.value;
93
- 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) && $io34(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));
94
- const $io46 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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 && $io1(input3.variant_filter)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
95
- const $io47 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu7(input3.tvs));
96
- 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) && $io5(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)));
97
- 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);
98
- const $io50 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
99
- const $io51 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
100
- 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) && $io34(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));
101
- 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) && $io5(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 && $io7(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io27(elem)));
102
- 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) && $io5(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 && $io7(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io27(elem)));
103
- 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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io7(input3.groupsetting));
104
- 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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.bins && null !== input3.bins && $io14(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io21(input3.continuousColorScale));
105
- 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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
106
- 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) && $io5(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)));
107
- 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);
108
- const $io60 = (input3) => Object.keys(input3).every((key) => {
84
+ const $io36 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "values" === input3.type;
85
+ const $io37 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "filter" === input3.type);
86
+ const $io38 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx;
87
+ const $io39 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io40(input3.customset));
88
+ const $io40 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem));
89
+ 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) && $io35(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $iu12(input3.q));
90
+ const $io42 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "binary" === input3.mode && "custom-bin" === input3.type && (Array.isArray(input3.lst) && (input3.lst.length === 2 && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu5(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu6(input3.lst[1]))));
91
+ const $io43 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(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);
92
+ const $io44 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(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);
93
+ const $io45 = (input3) => "number" === typeof input3.value;
94
+ 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) && $io35(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));
95
+ const $io47 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(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 && $io1(input3.variant_filter)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
96
+ const $io48 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu7(input3.tvs));
97
+ 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) && $io5(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)));
98
+ 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);
99
+ const $io51 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
100
+ const $io52 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
101
+ 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) && $io35(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));
102
+ 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) && $io5(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 && $io7(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io28(elem)));
103
+ 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) && $io5(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 && $io7(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io28(elem)));
104
+ 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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io7(input3.groupsetting));
105
+ 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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io14(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io15(input3.bins));
106
+ 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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io14(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 && $io15(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);
107
+ 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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
108
+ 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) && $io5(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)));
109
+ 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);
110
+ const $io62 = (input3) => Object.keys(input3).every((key) => {
109
111
  const value = input3[key];
110
112
  if (void 0 === value)
111
113
  return true;
112
114
  if (RegExp(/(.*)/).test(key))
113
- return "object" === typeof value && null !== value && $io61(value);
115
+ return "object" === typeof value && null !== value && $io63(value);
114
116
  if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
115
- return "object" === typeof value && null !== value && $io61(value);
117
+ return "object" === typeof value && null !== value && $io63(value);
116
118
  return true;
117
119
  });
118
- 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 && $io1(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;
119
- const $io62 = (input3) => "string" === typeof input3.sampleId && "string" === typeof input3.sample;
120
- const $io63 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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);
121
- const $io64 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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;
122
- const $io65 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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));
123
- const $io66 = (input3) => Object.keys(input3).every((key) => {
120
+ 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 && $io1(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;
121
+ const $io64 = (input3) => "string" === typeof input3.sampleId && "string" === typeof input3.sample;
122
+ const $io65 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(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);
123
+ const $io66 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(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;
124
+ const $io67 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(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));
125
+ const $io68 = (input3) => Object.keys(input3).every((key) => {
124
126
  const value = input3[key];
125
127
  if (void 0 === value)
126
128
  return true;
127
129
  if (RegExp(/(.*)/).test(key))
128
- return "object" === typeof value && null !== value && $io67(value);
130
+ return "object" === typeof value && null !== value && $io69(value);
129
131
  if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
130
- return "object" === typeof value && null !== value && $io67(value);
132
+ return "object" === typeof value && null !== value && $io69(value);
131
133
  return true;
132
134
  });
133
- 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;
135
+ 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;
134
136
  const $iu0 = (input3) => (() => {
135
137
  if ("tvslst" === input3.type)
136
138
  return $io1(input3);
@@ -147,43 +149,43 @@ var validCorrelationVolcanoRequest = (input) => {
147
149
  })();
148
150
  const $iu2 = (input3) => (() => {
149
151
  if (true === input3.startunbounded)
150
- return $io17(input3);
152
+ return $io18(input3);
151
153
  if (true === input3.stopunbounded)
152
- return $io19(input3);
153
- return $io18(input3);
154
+ return $io20(input3);
155
+ return $io19(input3);
154
156
  })();
155
157
  const $iu3 = (input3) => (() => {
156
158
  if ("gene" === input3.kind)
157
- return $io29(input3);
158
- if ("coord" === input3.kind)
159
159
  return $io30(input3);
160
+ if ("coord" === input3.kind)
161
+ return $io31(input3);
160
162
  return false;
161
163
  })();
162
164
  const $iu4 = (input3) => (() => {
163
165
  if (void 0 !== input3.type)
164
- return $io33(input3);
166
+ return $io34(input3);
165
167
  return (() => {
166
- if ($io52(input3))
167
- return $io52(input3);
168
- if ($io45(input3))
169
- return $io45(input3);
170
- if ($io40(input3))
171
- return $io40(input3);
168
+ if ($io53(input3))
169
+ return $io53(input3);
170
+ if ($io46(input3))
171
+ return $io46(input3);
172
+ if ($io41(input3))
173
+ return $io41(input3);
172
174
  return false;
173
175
  })();
174
176
  })();
175
177
  const $iu5 = (input3) => (() => {
176
178
  if (true === input3.startunbounded)
177
- return $io17(input3);
178
- if (void 0 !== input3.start)
179
179
  return $io18(input3);
180
+ if (void 0 !== input3.start)
181
+ return $io19(input3);
180
182
  return false;
181
183
  })();
182
184
  const $iu6 = (input3) => (() => {
183
185
  if (void 0 !== input3.stop)
184
- return $io18(input3);
185
- if (true === input3.stopunbounded)
186
186
  return $io19(input3);
187
+ if (true === input3.stopunbounded)
188
+ return $io20(input3);
187
189
  return false;
188
190
  })();
189
191
  const $iu7 = (input3) => (() => {
@@ -192,99 +194,108 @@ var validCorrelationVolcanoRequest = (input) => {
192
194
  return (() => {
193
195
  if ($io3(input3))
194
196
  return $io3(input3);
195
- if ($io23(input3))
196
- return $io23(input3);
197
- if ($io26(input3))
198
- return $io26(input3);
197
+ if ($io24(input3))
198
+ return $io24(input3);
199
+ if ($io27(input3))
200
+ return $io27(input3);
199
201
  return false;
200
202
  })();
201
203
  })();
202
204
  const $iu8 = (input3) => (() => {
205
+ if ("integer" === input3.type || "float" === input3.type || "date" === input3.type)
206
+ return $io13(input3);
207
+ if ("geneExpression" === input3.type)
208
+ return $io22(input3);
209
+ return false;
210
+ })();
211
+ const $iu9 = (input3) => (() => {
203
212
  if ("regular-bin" === input3.type)
204
- return $io15(input3);
213
+ return $io16(input3);
205
214
  if ("custom-bin" === input3.type)
206
- return $io20(input3);
215
+ return $io21(input3);
207
216
  return false;
208
217
  })();
209
- const $iu9 = (input3) => (() => {
218
+ const $iu10 = (input3) => (() => {
210
219
  if ("gene" === input3.kind)
211
- return $io28(input3);
220
+ return $io29(input3);
212
221
  if ("coord" === input3.kind)
213
- return $io31(input3);
222
+ return $io32(input3);
214
223
  return false;
215
224
  })();
216
- const $iu10 = (input3) => (() => {
225
+ const $iu11 = (input3) => (() => {
217
226
  if ("values" === input3.type)
218
- return $io35(input3);
227
+ return $io36(input3);
219
228
  if ("predefined-groupset" === input3.type)
220
- return $io37(input3);
221
- if ("custom-groupset" === input3.type)
222
229
  return $io38(input3);
223
- return $io36(input3);
230
+ if ("custom-groupset" === input3.type)
231
+ return $io39(input3);
232
+ return $io37(input3);
224
233
  })();
225
- const $iu11 = (input3) => (() => {
234
+ const $iu12 = (input3) => (() => {
226
235
  if ("regular-bin" === input3.type)
227
- return $io15(input3);
228
- if ("continuous" === input3.mode)
229
- return $io42(input3);
236
+ return $io16(input3);
230
237
  if ("spline" === input3.mode)
231
- return $io43(input3);
238
+ return $io44(input3);
232
239
  return (() => {
233
- if ($io20(input3))
234
- return $io20(input3);
235
- if ($io41(input3))
236
- return $io41(input3);
240
+ if ($io21(input3))
241
+ return $io21(input3);
242
+ if ($io42(input3))
243
+ return $io42(input3);
244
+ if ($io43(input3))
245
+ return $io43(input3);
237
246
  return false;
238
247
  })();
239
248
  })();
240
- const $iu12 = (input3) => (() => {
249
+ const $iu13 = (input3) => (() => {
241
250
  if ("gene" === input3.kind)
242
- return $io53(input3);
243
- if ("coord" === input3.kind)
244
251
  return $io54(input3);
245
- if ("categorical" === input3.type)
252
+ if ("coord" === input3.kind)
246
253
  return $io55(input3);
247
- if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type || "ssGSEA" === input3.type)
254
+ if ("categorical" === input3.type)
248
255
  return $io56(input3);
249
- if ("condition" === input3.type)
256
+ if ("integer" === input3.type || "float" === input3.type || "date" === input3.type)
250
257
  return $io57(input3);
258
+ if ("geneExpression" === input3.type)
259
+ return $io58(input3);
260
+ if ("condition" === input3.type)
261
+ return $io59(input3);
251
262
  return (() => {
252
- if ($io58(input3))
253
- return $io58(input3);
254
- if ($io59(input3))
255
- return $io59(input3);
263
+ if ($io60(input3))
264
+ return $io60(input3);
265
+ if ($io61(input3))
266
+ return $io61(input3);
256
267
  return false;
257
268
  })();
258
269
  })();
259
- const $iu13 = (input3) => (() => {
270
+ const $iu14 = (input3) => (() => {
260
271
  if (void 0 !== input3.predefined_groupset_idx)
261
- return $io37(input3);
262
- if (void 0 !== input3.customset)
263
272
  return $io38(input3);
273
+ if (void 0 !== input3.customset)
274
+ return $io39(input3);
264
275
  if (void 0 !== input3.bin_size)
265
- return $io15(input3);
276
+ return $io16(input3);
266
277
  if (void 0 !== input3.knots)
267
- return $io43(input3);
278
+ return $io44(input3);
268
279
  if (void 0 !== input3.AFcutoff)
269
- return $io46(input3);
280
+ return $io47(input3);
270
281
  if (void 0 !== input3.timeScale)
271
- return $io64(input3);
282
+ return $io66(input3);
272
283
  return (() => {
273
284
  if (void 0 !== input3.groups)
274
- return $io65(input3);
285
+ return $io67(input3);
275
286
  return (() => {
287
+ if ($io37(input3))
288
+ return $io37(input3);
289
+ if ($io65(input3))
290
+ return $io65(input3);
276
291
  if ($io36(input3))
277
292
  return $io36(input3);
278
- if ($io63(input3))
279
- return $io63(input3);
280
- if ($io35(input3))
281
- return $io35(input3);
282
- if ($io20(input3))
283
- return $io20(input3);
284
- if ($io41(input3))
285
- return $io41(input3);
293
+ if ($io21(input3))
294
+ return $io21(input3);
286
295
  if ($io42(input3))
287
296
  return $io42(input3);
297
+ if ($io43(input3))
298
+ return $io43(input3);
288
299
  return false;
289
300
  })();
290
301
  })();
@@ -670,11 +681,11 @@ var validCorrelationVolcanoRequest = (input) => {
670
681
  value: input3.isnot
671
682
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
672
683
  path: _path2 + ".term",
673
- expected: "NumericTerm",
684
+ expected: "(GeneExpressionTerm | NumericDictTerm)",
674
685
  value: input3.term
675
- })) && $vo13(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
686
+ })) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
676
687
  path: _path2 + ".term",
677
- expected: "NumericTerm",
688
+ expected: "(GeneExpressionTerm | NumericDictTerm)",
678
689
  value: input3.term
679
690
  }), (Array.isArray(input3.ranges) || $report(_exceptionable2, {
680
691
  path: _path2 + ".ranges",
@@ -700,7 +711,7 @@ var validCorrelationVolcanoRequest = (input) => {
700
711
  path: _path2 + ".values[" + _index10 + "]",
701
712
  expected: "__type.o3",
702
713
  value: elem
703
- })) && $vo22(elem, _path2 + ".values[" + _index10 + "]", _exceptionable2) || $report(_exceptionable2, {
714
+ })) && $vo23(elem, _path2 + ".values[" + _index10 + "]", _exceptionable2) || $report(_exceptionable2, {
704
715
  path: _path2 + ".values[" + _index10 + "]",
705
716
  expected: "__type.o3",
706
717
  value: elem
@@ -717,9 +728,9 @@ var validCorrelationVolcanoRequest = (input) => {
717
728
  path: _path2 + ".name",
718
729
  expected: "string",
719
730
  value: input3.name
720
- }), "integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type || "ssGSEA" === input3.type || $report(_exceptionable2, {
731
+ }), "integer" === input3.type || "float" === input3.type || "date" === input3.type || $report(_exceptionable2, {
721
732
  path: _path2 + ".type",
722
- expected: '("date" | "float" | "geneExpression" | "integer" | "metaboliteIntensity" | "ssGSEA")',
733
+ expected: '("date" | "float" | "integer")',
723
734
  value: input3.type
724
735
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
725
736
  path: _path2 + ".child_types",
@@ -765,32 +776,41 @@ var validCorrelationVolcanoRequest = (input) => {
765
776
  path: _path2 + ".skipValuesBuild",
766
777
  expected: "(boolean | undefined)",
767
778
  value: input3.skipValuesBuild
768
- }), ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
769
- path: _path2 + ".bins",
770
- expected: "PresetNumericBins",
771
- value: input3.bins
772
- })) && $vo14(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
773
- path: _path2 + ".bins",
774
- expected: "PresetNumericBins",
775
- value: input3.bins
776
- }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
777
- path: _path2 + ".unit",
778
- expected: "(string | undefined)",
779
- value: input3.unit
780
779
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
781
780
  path: _path2 + ".continuousColorScale",
782
781
  expected: "(__type.o2 | undefined)",
783
782
  value: input3.continuousColorScale
784
- })) && $vo21(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
783
+ })) && $vo14(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
785
784
  path: _path2 + ".continuousColorScale",
786
785
  expected: "(__type.o2 | undefined)",
787
786
  value: input3.continuousColorScale
787
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
788
+ path: _path2 + ".unit",
789
+ expected: "(string | undefined)",
790
+ value: input3.unit
791
+ }), ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
792
+ path: _path2 + ".bins",
793
+ expected: "PresetNumericBins",
794
+ value: input3.bins
795
+ })) && $vo15(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
796
+ path: _path2 + ".bins",
797
+ expected: "PresetNumericBins",
798
+ value: input3.bins
788
799
  })].every((flag) => flag);
789
- const $vo14 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3["default"] && null !== input3["default"] || $report(_exceptionable2, {
800
+ const $vo14 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.minColor || $report(_exceptionable2, {
801
+ path: _path2 + ".minColor",
802
+ expected: "string",
803
+ value: input3.minColor
804
+ }), "string" === typeof input3.maxColor || $report(_exceptionable2, {
805
+ path: _path2 + ".maxColor",
806
+ expected: "string",
807
+ value: input3.maxColor
808
+ })].every((flag) => flag);
809
+ const $vo15 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3["default"] && null !== input3["default"] || $report(_exceptionable2, {
790
810
  path: _path2 + '["default"]',
791
811
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
792
812
  value: input3["default"]
793
- })) && $vu8(input3["default"], _path2 + '["default"]', _exceptionable2) || $report(_exceptionable2, {
813
+ })) && $vu9(input3["default"], _path2 + '["default"]', _exceptionable2) || $report(_exceptionable2, {
794
814
  path: _path2 + '["default"]',
795
815
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
796
816
  value: input3["default"]
@@ -798,7 +818,7 @@ var validCorrelationVolcanoRequest = (input) => {
798
818
  path: _path2 + ".less",
799
819
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
800
820
  value: input3.less
801
- })) && $vu8(input3.less, _path2 + ".less", _exceptionable2) || $report(_exceptionable2, {
821
+ })) && $vu9(input3.less, _path2 + ".less", _exceptionable2) || $report(_exceptionable2, {
802
822
  path: _path2 + ".less",
803
823
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
804
824
  value: input3.less
@@ -823,11 +843,11 @@ var validCorrelationVolcanoRequest = (input) => {
823
843
  expected: "(number | undefined)",
824
844
  value: input3.max
825
845
  })].every((flag) => flag);
826
- const $vo15 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
846
+ const $vo16 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
827
847
  path: _path2 + ".hiddenValues",
828
848
  expected: "(HiddenValues | undefined)",
829
849
  value: input3.hiddenValues
830
- })) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
850
+ })) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
831
851
  path: _path2 + ".hiddenValues",
832
852
  expected: "(HiddenValues | undefined)",
833
853
  value: input3.hiddenValues
@@ -876,7 +896,7 @@ var validCorrelationVolcanoRequest = (input) => {
876
896
  expected: "(number | undefined)",
877
897
  value: input3.label_offset
878
898
  })].every((flag) => flag);
879
- const $vo16 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
899
+ const $vo17 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
880
900
  const value = input3[key];
881
901
  if (void 0 === value)
882
902
  return true;
@@ -888,7 +908,7 @@ var validCorrelationVolcanoRequest = (input) => {
888
908
  });
889
909
  return true;
890
910
  }).every((flag) => flag)].every((flag) => flag);
891
- const $vo17 = (input3, _path2, _exceptionable2 = true) => [true === input3.startunbounded || $report(_exceptionable2, {
911
+ const $vo18 = (input3, _path2, _exceptionable2 = true) => [true === input3.startunbounded || $report(_exceptionable2, {
892
912
  path: _path2 + ".startunbounded",
893
913
  expected: "true",
894
914
  value: input3.startunbounded
@@ -913,7 +933,7 @@ var validCorrelationVolcanoRequest = (input) => {
913
933
  expected: "(string | undefined)",
914
934
  value: input3.label
915
935
  })].every((flag) => flag);
916
- const $vo18 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.startunbounded || false === input3.startunbounded || $report(_exceptionable2, {
936
+ const $vo19 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.startunbounded || false === input3.startunbounded || $report(_exceptionable2, {
917
937
  path: _path2 + ".startunbounded",
918
938
  expected: "(false | undefined)",
919
939
  value: input3.startunbounded
@@ -942,7 +962,7 @@ var validCorrelationVolcanoRequest = (input) => {
942
962
  expected: "(string | undefined)",
943
963
  value: input3.label
944
964
  })].every((flag) => flag);
945
- const $vo19 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.start || $report(_exceptionable2, {
965
+ const $vo20 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.start || $report(_exceptionable2, {
946
966
  path: _path2 + ".start",
947
967
  expected: "number",
948
968
  value: input3.start
@@ -967,11 +987,11 @@ var validCorrelationVolcanoRequest = (input) => {
967
987
  expected: "(string | undefined)",
968
988
  value: input3.label
969
989
  })].every((flag) => flag);
970
- const $vo20 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
990
+ const $vo21 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
971
991
  path: _path2 + ".hiddenValues",
972
992
  expected: "(HiddenValues | undefined)",
973
993
  value: input3.hiddenValues
974
- })) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
994
+ })) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
975
995
  path: _path2 + ".hiddenValues",
976
996
  expected: "(HiddenValues | undefined)",
977
997
  value: input3.hiddenValues
@@ -1034,16 +1054,100 @@ var validCorrelationVolcanoRequest = (input) => {
1034
1054
  expected: '("median" | undefined)',
1035
1055
  value: input3.preferredBins
1036
1056
  })].every((flag) => flag);
1037
- const $vo21 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.minColor || $report(_exceptionable2, {
1038
- path: _path2 + ".minColor",
1057
+ const $vo22 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1058
+ path: _path2 + ".id",
1039
1059
  expected: "string",
1040
- value: input3.minColor
1041
- }), "string" === typeof input3.maxColor || $report(_exceptionable2, {
1042
- path: _path2 + ".maxColor",
1060
+ value: input3.id
1061
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
1062
+ path: _path2 + ".name",
1043
1063
  expected: "string",
1044
- value: input3.maxColor
1064
+ value: input3.name
1065
+ }), "geneExpression" === input3.type || $report(_exceptionable2, {
1066
+ path: _path2 + ".type",
1067
+ expected: '"geneExpression"',
1068
+ value: input3.type
1069
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1070
+ path: _path2 + ".child_types",
1071
+ expected: "(Array<string> | undefined)",
1072
+ value: input3.child_types
1073
+ })) && input3.child_types.map((elem, _index14) => "string" === typeof elem || $report(_exceptionable2, {
1074
+ path: _path2 + ".child_types[" + _index14 + "]",
1075
+ expected: "string",
1076
+ value: elem
1077
+ })).every((flag) => flag) || $report(_exceptionable2, {
1078
+ path: _path2 + ".child_types",
1079
+ expected: "(Array<string> | undefined)",
1080
+ value: input3.child_types
1081
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
1082
+ path: _path2 + ".hashtmldetail",
1083
+ expected: "(boolean | undefined)",
1084
+ value: input3.hashtmldetail
1085
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
1086
+ path: _path2 + ".included_types",
1087
+ expected: "(Array<string> | undefined)",
1088
+ value: input3.included_types
1089
+ })) && input3.included_types.map((elem, _index15) => "string" === typeof elem || $report(_exceptionable2, {
1090
+ path: _path2 + ".included_types[" + _index15 + "]",
1091
+ expected: "string",
1092
+ value: elem
1093
+ })).every((flag) => flag) || $report(_exceptionable2, {
1094
+ path: _path2 + ".included_types",
1095
+ expected: "(Array<string> | undefined)",
1096
+ value: input3.included_types
1097
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1098
+ path: _path2 + ".isleaf",
1099
+ expected: "(boolean | undefined)",
1100
+ value: input3.isleaf
1101
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1102
+ path: _path2 + ".values",
1103
+ expected: "(TermValues | undefined)",
1104
+ value: input3.values
1105
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1106
+ path: _path2 + ".values",
1107
+ expected: "(TermValues | undefined)",
1108
+ value: input3.values
1109
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
1110
+ path: _path2 + ".skipValuesBuild",
1111
+ expected: "(boolean | undefined)",
1112
+ value: input3.skipValuesBuild
1113
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1114
+ path: _path2 + ".continuousColorScale",
1115
+ expected: "(__type.o2 | undefined)",
1116
+ value: input3.continuousColorScale
1117
+ })) && $vo14(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1118
+ path: _path2 + ".continuousColorScale",
1119
+ expected: "(__type.o2 | undefined)",
1120
+ value: input3.continuousColorScale
1121
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1122
+ path: _path2 + ".unit",
1123
+ expected: "(string | undefined)",
1124
+ value: input3.unit
1125
+ }), "string" === typeof input3.gene || $report(_exceptionable2, {
1126
+ path: _path2 + ".gene",
1127
+ expected: "string",
1128
+ value: input3.gene
1129
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1130
+ path: _path2 + ".bins",
1131
+ expected: "(PresetNumericBins | undefined)",
1132
+ value: input3.bins
1133
+ })) && $vo15(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1134
+ path: _path2 + ".bins",
1135
+ expected: "(PresetNumericBins | undefined)",
1136
+ value: input3.bins
1137
+ }), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
1138
+ path: _path2 + ".chr",
1139
+ expected: "(string | undefined)",
1140
+ value: input3.chr
1141
+ }), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
1142
+ path: _path2 + ".start",
1143
+ expected: "(number | undefined)",
1144
+ value: input3.start
1145
+ }), void 0 === input3.stop || "number" === typeof input3.stop || $report(_exceptionable2, {
1146
+ path: _path2 + ".stop",
1147
+ expected: "(number | undefined)",
1148
+ value: input3.stop
1045
1149
  })].every((flag) => flag);
1046
- const $vo22 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1150
+ const $vo23 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1047
1151
  path: _path2 + ".key",
1048
1152
  expected: "string",
1049
1153
  value: input3.key
@@ -1060,7 +1164,7 @@ var validCorrelationVolcanoRequest = (input) => {
1060
1164
  expected: "(string | undefined)",
1061
1165
  value: input3.label
1062
1166
  })].every((flag) => flag);
1063
- const $vo23 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1167
+ const $vo24 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1064
1168
  path: _path2 + ".join",
1065
1169
  expected: "(string | undefined)",
1066
1170
  value: input3.join
@@ -1072,7 +1176,7 @@ var validCorrelationVolcanoRequest = (input) => {
1072
1176
  path: _path2 + ".term",
1073
1177
  expected: "ConditionTerm",
1074
1178
  value: input3.term
1075
- })) && $vo24(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1179
+ })) && $vo25(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1076
1180
  path: _path2 + ".term",
1077
1181
  expected: "ConditionTerm",
1078
1182
  value: input3.term
@@ -1092,12 +1196,12 @@ var validCorrelationVolcanoRequest = (input) => {
1092
1196
  path: _path2 + ".grade_and_child",
1093
1197
  expected: "(Array<GradeAndChildEntry> | undefined)",
1094
1198
  value: input3.grade_and_child
1095
- })) && input3.grade_and_child.map((elem, _index14) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1096
- path: _path2 + ".grade_and_child[" + _index14 + "]",
1199
+ })) && input3.grade_and_child.map((elem, _index16) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1200
+ path: _path2 + ".grade_and_child[" + _index16 + "]",
1097
1201
  expected: "GradeAndChildEntry",
1098
1202
  value: elem
1099
- })) && $vo25(elem, _path2 + ".grade_and_child[" + _index14 + "]", _exceptionable2) || $report(_exceptionable2, {
1100
- path: _path2 + ".grade_and_child[" + _index14 + "]",
1203
+ })) && $vo26(elem, _path2 + ".grade_and_child[" + _index16 + "]", _exceptionable2) || $report(_exceptionable2, {
1204
+ path: _path2 + ".grade_and_child[" + _index16 + "]",
1101
1205
  expected: "GradeAndChildEntry",
1102
1206
  value: elem
1103
1207
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1105,7 +1209,7 @@ var validCorrelationVolcanoRequest = (input) => {
1105
1209
  expected: "(Array<GradeAndChildEntry> | undefined)",
1106
1210
  value: input3.grade_and_child
1107
1211
  })].every((flag) => flag);
1108
- const $vo24 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1212
+ const $vo25 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1109
1213
  path: _path2 + ".id",
1110
1214
  expected: "string",
1111
1215
  value: input3.id
@@ -1121,8 +1225,8 @@ var validCorrelationVolcanoRequest = (input) => {
1121
1225
  path: _path2 + ".child_types",
1122
1226
  expected: "(Array<string> | undefined)",
1123
1227
  value: input3.child_types
1124
- })) && input3.child_types.map((elem, _index15) => "string" === typeof elem || $report(_exceptionable2, {
1125
- path: _path2 + ".child_types[" + _index15 + "]",
1228
+ })) && input3.child_types.map((elem, _index17) => "string" === typeof elem || $report(_exceptionable2, {
1229
+ path: _path2 + ".child_types[" + _index17 + "]",
1126
1230
  expected: "string",
1127
1231
  value: elem
1128
1232
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1137,8 +1241,8 @@ var validCorrelationVolcanoRequest = (input) => {
1137
1241
  path: _path2 + ".included_types",
1138
1242
  expected: "(Array<string> | undefined)",
1139
1243
  value: input3.included_types
1140
- })) && input3.included_types.map((elem, _index16) => "string" === typeof elem || $report(_exceptionable2, {
1141
- path: _path2 + ".included_types[" + _index16 + "]",
1244
+ })) && input3.included_types.map((elem, _index18) => "string" === typeof elem || $report(_exceptionable2, {
1245
+ path: _path2 + ".included_types[" + _index18 + "]",
1142
1246
  expected: "string",
1143
1247
  value: elem
1144
1248
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1162,7 +1266,7 @@ var validCorrelationVolcanoRequest = (input) => {
1162
1266
  expected: "(boolean | undefined)",
1163
1267
  value: input3.skipValuesBuild
1164
1268
  })].every((flag) => flag);
1165
- const $vo25 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1269
+ const $vo26 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1166
1270
  path: _path2 + ".grade",
1167
1271
  expected: "number",
1168
1272
  value: input3.grade
@@ -1179,7 +1283,7 @@ var validCorrelationVolcanoRequest = (input) => {
1179
1283
  expected: "string",
1180
1284
  value: input3.child_label
1181
1285
  })].every((flag) => flag);
1182
- const $vo26 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1286
+ const $vo27 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1183
1287
  path: _path2 + ".join",
1184
1288
  expected: "(string | undefined)",
1185
1289
  value: input3.join
@@ -1191,7 +1295,7 @@ var validCorrelationVolcanoRequest = (input) => {
1191
1295
  path: _path2 + ".term",
1192
1296
  expected: "DtTerm",
1193
1297
  value: input3.term
1194
- })) && $vo27(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1298
+ })) && $vo28(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1195
1299
  path: _path2 + ".term",
1196
1300
  expected: "DtTerm",
1197
1301
  value: input3.term
@@ -1199,12 +1303,12 @@ var validCorrelationVolcanoRequest = (input) => {
1199
1303
  path: _path2 + ".values",
1200
1304
  expected: "Array<__type>.o2",
1201
1305
  value: input3.values
1202
- })) && input3.values.map((elem, _index17) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1203
- path: _path2 + ".values[" + _index17 + "]",
1306
+ })) && input3.values.map((elem, _index19) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1307
+ path: _path2 + ".values[" + _index19 + "]",
1204
1308
  expected: "__type.o4",
1205
1309
  value: elem
1206
- })) && $vo32(elem, _path2 + ".values[" + _index17 + "]", _exceptionable2) || $report(_exceptionable2, {
1207
- path: _path2 + ".values[" + _index17 + "]",
1310
+ })) && $vo33(elem, _path2 + ".values[" + _index19 + "]", _exceptionable2) || $report(_exceptionable2, {
1311
+ path: _path2 + ".values[" + _index19 + "]",
1208
1312
  expected: "__type.o4",
1209
1313
  value: elem
1210
1314
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1220,7 +1324,7 @@ var validCorrelationVolcanoRequest = (input) => {
1220
1324
  expected: "(boolean | undefined)",
1221
1325
  value: input3.excludeGeneName
1222
1326
  })].every((flag) => flag);
1223
- const $vo27 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1327
+ const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1224
1328
  path: _path2 + ".id",
1225
1329
  expected: "string",
1226
1330
  value: input3.id
@@ -1240,7 +1344,7 @@ var validCorrelationVolcanoRequest = (input) => {
1240
1344
  path: _path2 + ".parentTerm",
1241
1345
  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)',
1242
1346
  value: input3.parentTerm
1243
- })) && $vu9(input3.parentTerm, _path2 + ".parentTerm", _exceptionable2) || $report(_exceptionable2, {
1347
+ })) && $vu10(input3.parentTerm, _path2 + ".parentTerm", _exceptionable2) || $report(_exceptionable2, {
1244
1348
  path: _path2 + ".parentTerm",
1245
1349
  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)',
1246
1350
  value: input3.parentTerm
@@ -1269,7 +1373,7 @@ var validCorrelationVolcanoRequest = (input) => {
1269
1373
  expected: "TermValues",
1270
1374
  value: input3.values
1271
1375
  })].every((flag) => flag);
1272
- const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1376
+ const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1273
1377
  path: _path2 + ".id",
1274
1378
  expected: "string",
1275
1379
  value: input3.id
@@ -1285,8 +1389,8 @@ var validCorrelationVolcanoRequest = (input) => {
1285
1389
  path: _path2 + ".child_types",
1286
1390
  expected: "(Array<string> | undefined)",
1287
1391
  value: input3.child_types
1288
- })) && input3.child_types.map((elem, _index18) => "string" === typeof elem || $report(_exceptionable2, {
1289
- path: _path2 + ".child_types[" + _index18 + "]",
1392
+ })) && input3.child_types.map((elem, _index20) => "string" === typeof elem || $report(_exceptionable2, {
1393
+ path: _path2 + ".child_types[" + _index20 + "]",
1290
1394
  expected: "string",
1291
1395
  value: elem
1292
1396
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1301,8 +1405,8 @@ var validCorrelationVolcanoRequest = (input) => {
1301
1405
  path: _path2 + ".included_types",
1302
1406
  expected: "(Array<string> | undefined)",
1303
1407
  value: input3.included_types
1304
- })) && input3.included_types.map((elem, _index19) => "string" === typeof elem || $report(_exceptionable2, {
1305
- path: _path2 + ".included_types[" + _index19 + "]",
1408
+ })) && input3.included_types.map((elem, _index21) => "string" === typeof elem || $report(_exceptionable2, {
1409
+ path: _path2 + ".included_types[" + _index21 + "]",
1306
1410
  expected: "string",
1307
1411
  value: elem
1308
1412
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1349,12 +1453,12 @@ var validCorrelationVolcanoRequest = (input) => {
1349
1453
  path: _path2 + ".genes",
1350
1454
  expected: "Array<GvGeneTerm>",
1351
1455
  value: input3.genes
1352
- })) && input3.genes.map((elem, _index20) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1353
- path: _path2 + ".genes[" + _index20 + "]",
1456
+ })) && input3.genes.map((elem, _index22) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1457
+ path: _path2 + ".genes[" + _index22 + "]",
1354
1458
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1355
1459
  value: elem
1356
- })) && $vu3(elem, _path2 + ".genes[" + _index20 + "]", _exceptionable2) || $report(_exceptionable2, {
1357
- path: _path2 + ".genes[" + _index20 + "]",
1460
+ })) && $vu3(elem, _path2 + ".genes[" + _index22 + "]", _exceptionable2) || $report(_exceptionable2, {
1461
+ path: _path2 + ".genes[" + _index22 + "]",
1358
1462
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1359
1463
  value: elem
1360
1464
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1373,12 +1477,12 @@ var validCorrelationVolcanoRequest = (input) => {
1373
1477
  path: _path2 + ".childTerms",
1374
1478
  expected: "(Array<DtTerm> | undefined)",
1375
1479
  value: input3.childTerms
1376
- })) && input3.childTerms.map((elem, _index21) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1377
- path: _path2 + ".childTerms[" + _index21 + "]",
1480
+ })) && input3.childTerms.map((elem, _index23) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1481
+ path: _path2 + ".childTerms[" + _index23 + "]",
1378
1482
  expected: "DtTerm",
1379
1483
  value: elem
1380
- })) && $vo27(elem, _path2 + ".childTerms[" + _index21 + "]", _exceptionable2) || $report(_exceptionable2, {
1381
- path: _path2 + ".childTerms[" + _index21 + "]",
1484
+ })) && $vo28(elem, _path2 + ".childTerms[" + _index23 + "]", _exceptionable2) || $report(_exceptionable2, {
1485
+ path: _path2 + ".childTerms[" + _index23 + "]",
1382
1486
  expected: "DtTerm",
1383
1487
  value: elem
1384
1488
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1386,7 +1490,7 @@ var validCorrelationVolcanoRequest = (input) => {
1386
1490
  expected: "(Array<DtTerm> | undefined)",
1387
1491
  value: input3.childTerms
1388
1492
  })].every((flag) => flag);
1389
- const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1493
+ const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1390
1494
  path: _path2 + ".id",
1391
1495
  expected: "string",
1392
1496
  value: input3.id
@@ -1402,8 +1506,8 @@ var validCorrelationVolcanoRequest = (input) => {
1402
1506
  path: _path2 + ".child_types",
1403
1507
  expected: "(Array<string> | undefined)",
1404
1508
  value: input3.child_types
1405
- })) && input3.child_types.map((elem, _index22) => "string" === typeof elem || $report(_exceptionable2, {
1406
- path: _path2 + ".child_types[" + _index22 + "]",
1509
+ })) && input3.child_types.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
1510
+ path: _path2 + ".child_types[" + _index24 + "]",
1407
1511
  expected: "string",
1408
1512
  value: elem
1409
1513
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1418,8 +1522,8 @@ var validCorrelationVolcanoRequest = (input) => {
1418
1522
  path: _path2 + ".included_types",
1419
1523
  expected: "(Array<string> | undefined)",
1420
1524
  value: input3.included_types
1421
- })) && input3.included_types.map((elem, _index23) => "string" === typeof elem || $report(_exceptionable2, {
1422
- path: _path2 + ".included_types[" + _index23 + "]",
1525
+ })) && input3.included_types.map((elem, _index25) => "string" === typeof elem || $report(_exceptionable2, {
1526
+ path: _path2 + ".included_types[" + _index25 + "]",
1423
1527
  expected: "string",
1424
1528
  value: elem
1425
1529
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1463,7 +1567,7 @@ var validCorrelationVolcanoRequest = (input) => {
1463
1567
  expected: "(number | undefined)",
1464
1568
  value: input3.stop
1465
1569
  })].every((flag) => flag);
1466
- const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1570
+ const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1467
1571
  path: _path2 + ".id",
1468
1572
  expected: "string",
1469
1573
  value: input3.id
@@ -1479,8 +1583,8 @@ var validCorrelationVolcanoRequest = (input) => {
1479
1583
  path: _path2 + ".child_types",
1480
1584
  expected: "(Array<string> | undefined)",
1481
1585
  value: input3.child_types
1482
- })) && input3.child_types.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
1483
- path: _path2 + ".child_types[" + _index24 + "]",
1586
+ })) && input3.child_types.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
1587
+ path: _path2 + ".child_types[" + _index26 + "]",
1484
1588
  expected: "string",
1485
1589
  value: elem
1486
1590
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1495,8 +1599,8 @@ var validCorrelationVolcanoRequest = (input) => {
1495
1599
  path: _path2 + ".included_types",
1496
1600
  expected: "(Array<string> | undefined)",
1497
1601
  value: input3.included_types
1498
- })) && input3.included_types.map((elem, _index25) => "string" === typeof elem || $report(_exceptionable2, {
1499
- path: _path2 + ".included_types[" + _index25 + "]",
1602
+ })) && input3.included_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
1603
+ path: _path2 + ".included_types[" + _index27 + "]",
1500
1604
  expected: "string",
1501
1605
  value: elem
1502
1606
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1536,7 +1640,7 @@ var validCorrelationVolcanoRequest = (input) => {
1536
1640
  expected: "number",
1537
1641
  value: input3.stop
1538
1642
  })].every((flag) => flag);
1539
- const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1643
+ const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1540
1644
  path: _path2 + ".id",
1541
1645
  expected: "string",
1542
1646
  value: input3.id
@@ -1552,8 +1656,8 @@ var validCorrelationVolcanoRequest = (input) => {
1552
1656
  path: _path2 + ".child_types",
1553
1657
  expected: "(Array<string> | undefined)",
1554
1658
  value: input3.child_types
1555
- })) && input3.child_types.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
1556
- path: _path2 + ".child_types[" + _index26 + "]",
1659
+ })) && input3.child_types.map((elem, _index28) => "string" === typeof elem || $report(_exceptionable2, {
1660
+ path: _path2 + ".child_types[" + _index28 + "]",
1557
1661
  expected: "string",
1558
1662
  value: elem
1559
1663
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1568,8 +1672,8 @@ var validCorrelationVolcanoRequest = (input) => {
1568
1672
  path: _path2 + ".included_types",
1569
1673
  expected: "(Array<string> | undefined)",
1570
1674
  value: input3.included_types
1571
- })) && input3.included_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
1572
- path: _path2 + ".included_types[" + _index27 + "]",
1675
+ })) && input3.included_types.map((elem, _index29) => "string" === typeof elem || $report(_exceptionable2, {
1676
+ path: _path2 + ".included_types[" + _index29 + "]",
1573
1677
  expected: "string",
1574
1678
  value: elem
1575
1679
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1612,12 +1716,12 @@ var validCorrelationVolcanoRequest = (input) => {
1612
1716
  path: _path2 + ".genes",
1613
1717
  expected: "Array<GvGeneTerm>",
1614
1718
  value: input3.genes
1615
- })) && input3.genes.map((elem, _index28) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1616
- path: _path2 + ".genes[" + _index28 + "]",
1719
+ })) && input3.genes.map((elem, _index30) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1720
+ path: _path2 + ".genes[" + _index30 + "]",
1617
1721
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1618
1722
  value: elem
1619
- })) && $vu3(elem, _path2 + ".genes[" + _index28 + "]", _exceptionable2) || $report(_exceptionable2, {
1620
- path: _path2 + ".genes[" + _index28 + "]",
1723
+ })) && $vu3(elem, _path2 + ".genes[" + _index30 + "]", _exceptionable2) || $report(_exceptionable2, {
1724
+ path: _path2 + ".genes[" + _index30 + "]",
1621
1725
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1622
1726
  value: elem
1623
1727
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1636,12 +1740,12 @@ var validCorrelationVolcanoRequest = (input) => {
1636
1740
  path: _path2 + ".childTerms",
1637
1741
  expected: "(Array<DtTerm> | undefined)",
1638
1742
  value: input3.childTerms
1639
- })) && input3.childTerms.map((elem, _index29) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1640
- path: _path2 + ".childTerms[" + _index29 + "]",
1743
+ })) && input3.childTerms.map((elem, _index31) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1744
+ path: _path2 + ".childTerms[" + _index31 + "]",
1641
1745
  expected: "DtTerm",
1642
1746
  value: elem
1643
- })) && $vo27(elem, _path2 + ".childTerms[" + _index29 + "]", _exceptionable2) || $report(_exceptionable2, {
1644
- path: _path2 + ".childTerms[" + _index29 + "]",
1747
+ })) && $vo28(elem, _path2 + ".childTerms[" + _index31 + "]", _exceptionable2) || $report(_exceptionable2, {
1748
+ path: _path2 + ".childTerms[" + _index31 + "]",
1645
1749
  expected: "DtTerm",
1646
1750
  value: elem
1647
1751
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1649,7 +1753,7 @@ var validCorrelationVolcanoRequest = (input) => {
1649
1753
  expected: "(Array<DtTerm> | undefined)",
1650
1754
  value: input3.childTerms
1651
1755
  })].every((flag) => flag);
1652
- const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1756
+ const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1653
1757
  path: _path2 + ".key",
1654
1758
  expected: "string",
1655
1759
  value: input3.key
@@ -1662,7 +1766,7 @@ var validCorrelationVolcanoRequest = (input) => {
1662
1766
  expected: "string",
1663
1767
  value: input3.value
1664
1768
  })].every((flag) => flag);
1665
- const $vo33 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
1769
+ const $vo34 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
1666
1770
  path: _path2 + ".id",
1667
1771
  expected: "(string | undefined)",
1668
1772
  value: input3.id
@@ -1678,7 +1782,7 @@ var validCorrelationVolcanoRequest = (input) => {
1678
1782
  path: _path2 + ".settings",
1679
1783
  expected: "(__type.o5 | undefined)",
1680
1784
  value: input3.settings
1681
- })) && $vo34(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
1785
+ })) && $vo35(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
1682
1786
  path: _path2 + ".settings",
1683
1787
  expected: "(__type.o5 | undefined)",
1684
1788
  value: input3.settings
@@ -1694,7 +1798,7 @@ var validCorrelationVolcanoRequest = (input) => {
1694
1798
  path: _path2 + ".q",
1695
1799
  expected: "(CustomGroupSettingQ | FilterQ | PredefinedGroupSettingQ | ValuesQ)",
1696
1800
  value: input3.q
1697
- })) && $vu10(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
1801
+ })) && $vu11(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
1698
1802
  path: _path2 + ".q",
1699
1803
  expected: "(CustomGroupSettingQ | FilterQ | PredefinedGroupSettingQ | ValuesQ)",
1700
1804
  value: input3.q
@@ -1707,7 +1811,7 @@ var validCorrelationVolcanoRequest = (input) => {
1707
1811
  expected: "CategoricalTerm",
1708
1812
  value: input3.term
1709
1813
  })].every((flag) => flag);
1710
- const $vo34 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
1814
+ const $vo35 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
1711
1815
  const value = input3[key];
1712
1816
  if (void 0 === value)
1713
1817
  return true;
@@ -1715,11 +1819,11 @@ var validCorrelationVolcanoRequest = (input) => {
1715
1819
  return true;
1716
1820
  return true;
1717
1821
  }).every((flag) => flag)].every((flag) => flag);
1718
- const $vo35 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1822
+ const $vo36 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1719
1823
  path: _path2 + ".hiddenValues",
1720
1824
  expected: "(HiddenValues | undefined)",
1721
1825
  value: input3.hiddenValues
1722
- })) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
1826
+ })) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
1723
1827
  path: _path2 + ".hiddenValues",
1724
1828
  expected: "(HiddenValues | undefined)",
1725
1829
  value: input3.hiddenValues
@@ -1744,11 +1848,11 @@ var validCorrelationVolcanoRequest = (input) => {
1744
1848
  expected: '"values"',
1745
1849
  value: input3.type
1746
1850
  })].every((flag) => flag);
1747
- const $vo36 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1851
+ const $vo37 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1748
1852
  path: _path2 + ".hiddenValues",
1749
1853
  expected: "(HiddenValues | undefined)",
1750
1854
  value: input3.hiddenValues
1751
- })) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
1855
+ })) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
1752
1856
  path: _path2 + ".hiddenValues",
1753
1857
  expected: "(HiddenValues | undefined)",
1754
1858
  value: input3.hiddenValues
@@ -1773,11 +1877,11 @@ var validCorrelationVolcanoRequest = (input) => {
1773
1877
  expected: '("filter" | undefined)',
1774
1878
  value: input3.type
1775
1879
  })].every((flag) => flag);
1776
- const $vo37 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1880
+ const $vo38 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1777
1881
  path: _path2 + ".hiddenValues",
1778
1882
  expected: "(HiddenValues | undefined)",
1779
1883
  value: input3.hiddenValues
1780
- })) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
1884
+ })) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
1781
1885
  path: _path2 + ".hiddenValues",
1782
1886
  expected: "(HiddenValues | undefined)",
1783
1887
  value: input3.hiddenValues
@@ -1806,11 +1910,11 @@ var validCorrelationVolcanoRequest = (input) => {
1806
1910
  expected: "number",
1807
1911
  value: input3.predefined_groupset_idx
1808
1912
  })].every((flag) => flag);
1809
- const $vo38 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1913
+ const $vo39 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1810
1914
  path: _path2 + ".hiddenValues",
1811
1915
  expected: "(HiddenValues | undefined)",
1812
1916
  value: input3.hiddenValues
1813
- })) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
1917
+ })) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
1814
1918
  path: _path2 + ".hiddenValues",
1815
1919
  expected: "(HiddenValues | undefined)",
1816
1920
  value: input3.hiddenValues
@@ -1838,21 +1942,21 @@ var validCorrelationVolcanoRequest = (input) => {
1838
1942
  path: _path2 + ".customset",
1839
1943
  expected: "BaseGroupSet",
1840
1944
  value: input3.customset
1841
- })) && $vo39(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
1945
+ })) && $vo40(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
1842
1946
  path: _path2 + ".customset",
1843
1947
  expected: "BaseGroupSet",
1844
1948
  value: input3.customset
1845
1949
  })].every((flag) => flag);
1846
- const $vo39 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
1950
+ const $vo40 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
1847
1951
  path: _path2 + ".groups",
1848
1952
  expected: "Array<GroupEntry>",
1849
1953
  value: input3.groups
1850
- })) && input3.groups.map((elem, _index30) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1851
- path: _path2 + ".groups[" + _index30 + "]",
1954
+ })) && input3.groups.map((elem, _index32) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1955
+ path: _path2 + ".groups[" + _index32 + "]",
1852
1956
  expected: "(FilterGroup | ValuesGroup)",
1853
1957
  value: elem
1854
- })) && $vu1(elem, _path2 + ".groups[" + _index30 + "]", _exceptionable2) || $report(_exceptionable2, {
1855
- path: _path2 + ".groups[" + _index30 + "]",
1958
+ })) && $vu1(elem, _path2 + ".groups[" + _index32 + "]", _exceptionable2) || $report(_exceptionable2, {
1959
+ path: _path2 + ".groups[" + _index32 + "]",
1856
1960
  expected: "(FilterGroup | ValuesGroup)",
1857
1961
  value: elem
1858
1962
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1860,7 +1964,7 @@ var validCorrelationVolcanoRequest = (input) => {
1860
1964
  expected: "Array<GroupEntry>",
1861
1965
  value: input3.groups
1862
1966
  })].every((flag) => flag);
1863
- const $vo40 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
1967
+ const $vo41 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
1864
1968
  path: _path2 + ".id",
1865
1969
  expected: "(string | undefined)",
1866
1970
  value: input3.id
@@ -1876,7 +1980,7 @@ var validCorrelationVolcanoRequest = (input) => {
1876
1980
  path: _path2 + ".settings",
1877
1981
  expected: "(__type.o5 | undefined)",
1878
1982
  value: input3.settings
1879
- })) && $vo34(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
1983
+ })) && $vo35(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
1880
1984
  path: _path2 + ".settings",
1881
1985
  expected: "(__type.o5 | undefined)",
1882
1986
  value: input3.settings
@@ -1886,26 +1990,26 @@ var validCorrelationVolcanoRequest = (input) => {
1886
1990
  value: input3.minNumSamples
1887
1991
  }), true, ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
1888
1992
  path: _path2 + ".term",
1889
- expected: "NumericTerm",
1993
+ expected: "(GeneExpressionTerm | NumericDictTerm)",
1890
1994
  value: input3.term
1891
- })) && $vo13(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1995
+ })) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1892
1996
  path: _path2 + ".term",
1893
- expected: "NumericTerm",
1997
+ expected: "(GeneExpressionTerm | NumericDictTerm)",
1894
1998
  value: input3.term
1895
- }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
1999
+ }), ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) || $report(_exceptionable2, {
1896
2000
  path: _path2 + ".q",
1897
2001
  expected: "(BinaryNumericQ | ContinuousNumericQ | CustomNumericBinConfig | RegularNumericBinConfig | SplineNumericQ)",
1898
2002
  value: input3.q
1899
- })) && $vu11(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2003
+ })) && $vu12(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
1900
2004
  path: _path2 + ".q",
1901
2005
  expected: "(BinaryNumericQ | ContinuousNumericQ | CustomNumericBinConfig | RegularNumericBinConfig | SplineNumericQ)",
1902
2006
  value: input3.q
1903
2007
  })].every((flag) => flag);
1904
- const $vo41 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2008
+ const $vo42 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1905
2009
  path: _path2 + ".hiddenValues",
1906
2010
  expected: "(HiddenValues | undefined)",
1907
2011
  value: input3.hiddenValues
1908
- })) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
2012
+ })) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
1909
2013
  path: _path2 + ".hiddenValues",
1910
2014
  expected: "(HiddenValues | undefined)",
1911
2015
  value: input3.hiddenValues
@@ -1961,11 +2065,11 @@ var validCorrelationVolcanoRequest = (input) => {
1961
2065
  expected: "[StartUnboundedBin | FullyBoundedBin, FullyBoundedBin | StopUnboundedBin]",
1962
2066
  value: input3.lst
1963
2067
  })].every((flag) => flag);
1964
- const $vo42 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2068
+ const $vo43 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1965
2069
  path: _path2 + ".hiddenValues",
1966
2070
  expected: "(HiddenValues | undefined)",
1967
2071
  value: input3.hiddenValues
1968
- })) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
2072
+ })) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
1969
2073
  path: _path2 + ".hiddenValues",
1970
2074
  expected: "(HiddenValues | undefined)",
1971
2075
  value: input3.hiddenValues
@@ -1981,9 +2085,9 @@ var validCorrelationVolcanoRequest = (input) => {
1981
2085
  path: _path2 + ".reuseId",
1982
2086
  expected: "(string | undefined)",
1983
2087
  value: input3.reuseId
1984
- }), "continuous" === input3.mode || $report(_exceptionable2, {
2088
+ }), void 0 === input3.mode || "continuous" === input3.mode || $report(_exceptionable2, {
1985
2089
  path: _path2 + ".mode",
1986
- expected: '"continuous"',
2090
+ expected: '("continuous" | undefined)',
1987
2091
  value: input3.mode
1988
2092
  }), void 0 === input3.convert2ZScore || "boolean" === typeof input3.convert2ZScore || $report(_exceptionable2, {
1989
2093
  path: _path2 + ".convert2ZScore",
@@ -1998,11 +2102,11 @@ var validCorrelationVolcanoRequest = (input) => {
1998
2102
  expected: "undefined",
1999
2103
  value: input3.type
2000
2104
  }))].every((flag) => flag);
2001
- const $vo43 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2105
+ const $vo44 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2002
2106
  path: _path2 + ".hiddenValues",
2003
2107
  expected: "(HiddenValues | undefined)",
2004
2108
  value: input3.hiddenValues
2005
- })) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
2109
+ })) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
2006
2110
  path: _path2 + ".hiddenValues",
2007
2111
  expected: "(HiddenValues | undefined)",
2008
2112
  value: input3.hiddenValues
@@ -2026,12 +2130,12 @@ var validCorrelationVolcanoRequest = (input) => {
2026
2130
  path: _path2 + ".knots",
2027
2131
  expected: "Array<__type>.o3",
2028
2132
  value: input3.knots
2029
- })) && input3.knots.map((elem, _index31) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2030
- path: _path2 + ".knots[" + _index31 + "]",
2133
+ })) && input3.knots.map((elem, _index33) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2134
+ path: _path2 + ".knots[" + _index33 + "]",
2031
2135
  expected: "__type.o6",
2032
2136
  value: elem
2033
- })) && $vo44(elem, _path2 + ".knots[" + _index31 + "]", _exceptionable2) || $report(_exceptionable2, {
2034
- path: _path2 + ".knots[" + _index31 + "]",
2137
+ })) && $vo45(elem, _path2 + ".knots[" + _index33 + "]", _exceptionable2) || $report(_exceptionable2, {
2138
+ path: _path2 + ".knots[" + _index33 + "]",
2035
2139
  expected: "__type.o6",
2036
2140
  value: elem
2037
2141
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2047,12 +2151,12 @@ var validCorrelationVolcanoRequest = (input) => {
2047
2151
  expected: "undefined",
2048
2152
  value: input3.type
2049
2153
  }))].every((flag) => flag);
2050
- const $vo44 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
2154
+ const $vo45 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
2051
2155
  path: _path2 + ".value",
2052
2156
  expected: "number",
2053
2157
  value: input3.value
2054
2158
  })].every((flag) => flag);
2055
- const $vo45 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2159
+ const $vo46 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2056
2160
  path: _path2 + ".id",
2057
2161
  expected: "(string | undefined)",
2058
2162
  value: input3.id
@@ -2068,7 +2172,7 @@ var validCorrelationVolcanoRequest = (input) => {
2068
2172
  path: _path2 + ".settings",
2069
2173
  expected: "(__type.o5 | undefined)",
2070
2174
  value: input3.settings
2071
- })) && $vo34(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2175
+ })) && $vo35(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2072
2176
  path: _path2 + ".settings",
2073
2177
  expected: "(__type.o5 | undefined)",
2074
2178
  value: input3.settings
@@ -2080,7 +2184,7 @@ var validCorrelationVolcanoRequest = (input) => {
2080
2184
  path: _path2 + ".q",
2081
2185
  expected: "SnpsQ",
2082
2186
  value: input3.q
2083
- })) && $vo46(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2187
+ })) && $vo47(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2084
2188
  path: _path2 + ".q",
2085
2189
  expected: "SnpsQ",
2086
2190
  value: input3.q
@@ -2088,16 +2192,16 @@ var validCorrelationVolcanoRequest = (input) => {
2088
2192
  path: _path2 + ".term",
2089
2193
  expected: "SnpsTerm",
2090
2194
  value: input3.term
2091
- })) && $vo48(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2195
+ })) && $vo49(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2092
2196
  path: _path2 + ".term",
2093
2197
  expected: "SnpsTerm",
2094
2198
  value: input3.term
2095
2199
  })].every((flag) => flag);
2096
- const $vo46 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2200
+ const $vo47 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2097
2201
  path: _path2 + ".hiddenValues",
2098
2202
  expected: "(HiddenValues | undefined)",
2099
2203
  value: input3.hiddenValues
2100
- })) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
2204
+ })) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
2101
2205
  path: _path2 + ".hiddenValues",
2102
2206
  expected: "(HiddenValues | undefined)",
2103
2207
  value: input3.hiddenValues
@@ -2149,7 +2253,7 @@ var validCorrelationVolcanoRequest = (input) => {
2149
2253
  path: _path2 + ".restrictAncestry",
2150
2254
  expected: "RestrictAncestry",
2151
2255
  value: input3.restrictAncestry
2152
- })) && $vo47(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
2256
+ })) && $vo48(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
2153
2257
  path: _path2 + ".restrictAncestry",
2154
2258
  expected: "RestrictAncestry",
2155
2259
  value: input3.restrictAncestry
@@ -2174,7 +2278,7 @@ var validCorrelationVolcanoRequest = (input) => {
2174
2278
  expected: "number",
2175
2279
  value: input3.stop
2176
2280
  })].every((flag) => flag);
2177
- const $vo47 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2281
+ const $vo48 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2178
2282
  path: _path2 + ".name",
2179
2283
  expected: "string",
2180
2284
  value: input3.name
@@ -2187,7 +2291,7 @@ var validCorrelationVolcanoRequest = (input) => {
2187
2291
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
2188
2292
  value: input3.tvs
2189
2293
  })].every((flag) => flag);
2190
- const $vo48 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2294
+ const $vo49 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2191
2295
  path: _path2 + ".id",
2192
2296
  expected: "string",
2193
2297
  value: input3.id
@@ -2203,8 +2307,8 @@ var validCorrelationVolcanoRequest = (input) => {
2203
2307
  path: _path2 + ".child_types",
2204
2308
  expected: "(Array<string> | undefined)",
2205
2309
  value: input3.child_types
2206
- })) && input3.child_types.map((elem, _index32) => "string" === typeof elem || $report(_exceptionable2, {
2207
- path: _path2 + ".child_types[" + _index32 + "]",
2310
+ })) && input3.child_types.map((elem, _index34) => "string" === typeof elem || $report(_exceptionable2, {
2311
+ path: _path2 + ".child_types[" + _index34 + "]",
2208
2312
  expected: "string",
2209
2313
  value: elem
2210
2314
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2219,8 +2323,8 @@ var validCorrelationVolcanoRequest = (input) => {
2219
2323
  path: _path2 + ".included_types",
2220
2324
  expected: "(Array<string> | undefined)",
2221
2325
  value: input3.included_types
2222
- })) && input3.included_types.map((elem, _index33) => "string" === typeof elem || $report(_exceptionable2, {
2223
- path: _path2 + ".included_types[" + _index33 + "]",
2326
+ })) && input3.included_types.map((elem, _index35) => "string" === typeof elem || $report(_exceptionable2, {
2327
+ path: _path2 + ".included_types[" + _index35 + "]",
2224
2328
  expected: "string",
2225
2329
  value: elem
2226
2330
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2251,12 +2355,12 @@ var validCorrelationVolcanoRequest = (input) => {
2251
2355
  path: _path2 + ".snps",
2252
2356
  expected: "(Array<SnpsEntry> | undefined)",
2253
2357
  value: input3.snps
2254
- })) && input3.snps.map((elem, _index34) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2255
- path: _path2 + ".snps[" + _index34 + "]",
2358
+ })) && input3.snps.map((elem, _index36) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2359
+ path: _path2 + ".snps[" + _index36 + "]",
2256
2360
  expected: "SnpsEntry",
2257
2361
  value: elem
2258
- })) && $vo49(elem, _path2 + ".snps[" + _index34 + "]", _exceptionable2) || $report(_exceptionable2, {
2259
- path: _path2 + ".snps[" + _index34 + "]",
2362
+ })) && $vo50(elem, _path2 + ".snps[" + _index36 + "]", _exceptionable2) || $report(_exceptionable2, {
2363
+ path: _path2 + ".snps[" + _index36 + "]",
2260
2364
  expected: "SnpsEntry",
2261
2365
  value: elem
2262
2366
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2264,12 +2368,12 @@ var validCorrelationVolcanoRequest = (input) => {
2264
2368
  expected: "(Array<SnpsEntry> | undefined)",
2265
2369
  value: input3.snps
2266
2370
  })].every((flag) => flag);
2267
- const $vo49 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
2371
+ const $vo50 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
2268
2372
  path: _path2 + ".altAlleles",
2269
2373
  expected: "(Array<string> | undefined)",
2270
2374
  value: input3.altAlleles
2271
- })) && input3.altAlleles.map((elem, _index35) => "string" === typeof elem || $report(_exceptionable2, {
2272
- path: _path2 + ".altAlleles[" + _index35 + "]",
2375
+ })) && input3.altAlleles.map((elem, _index37) => "string" === typeof elem || $report(_exceptionable2, {
2376
+ path: _path2 + ".altAlleles[" + _index37 + "]",
2273
2377
  expected: "string",
2274
2378
  value: elem
2275
2379
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2280,12 +2384,12 @@ var validCorrelationVolcanoRequest = (input) => {
2280
2384
  path: _path2 + ".alleles",
2281
2385
  expected: "(Array<AllelesEntry> | undefined)",
2282
2386
  value: input3.alleles
2283
- })) && input3.alleles.map((elem, _index36) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2284
- path: _path2 + ".alleles[" + _index36 + "]",
2387
+ })) && input3.alleles.map((elem, _index38) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2388
+ path: _path2 + ".alleles[" + _index38 + "]",
2285
2389
  expected: "AllelesEntry",
2286
2390
  value: elem
2287
- })) && $vo50(elem, _path2 + ".alleles[" + _index36 + "]", _exceptionable2) || $report(_exceptionable2, {
2288
- path: _path2 + ".alleles[" + _index36 + "]",
2391
+ })) && $vo51(elem, _path2 + ".alleles[" + _index38 + "]", _exceptionable2) || $report(_exceptionable2, {
2392
+ path: _path2 + ".alleles[" + _index38 + "]",
2289
2393
  expected: "AllelesEntry",
2290
2394
  value: elem
2291
2395
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2300,7 +2404,7 @@ var validCorrelationVolcanoRequest = (input) => {
2300
2404
  path: _path2 + ".gt2count",
2301
2405
  expected: "(__type.o7 | undefined)",
2302
2406
  value: input3.gt2count
2303
- })) && $vo51(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
2407
+ })) && $vo52(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
2304
2408
  path: _path2 + ".gt2count",
2305
2409
  expected: "(__type.o7 | undefined)",
2306
2410
  value: input3.gt2count
@@ -2329,7 +2433,7 @@ var validCorrelationVolcanoRequest = (input) => {
2329
2433
  expected: "(number | undefined)",
2330
2434
  value: input3.pos
2331
2435
  })].every((flag) => flag);
2332
- const $vo50 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
2436
+ const $vo51 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
2333
2437
  path: _path2 + ".allele",
2334
2438
  expected: "string",
2335
2439
  value: input3.allele
@@ -2342,7 +2446,7 @@ var validCorrelationVolcanoRequest = (input) => {
2342
2446
  expected: "boolean",
2343
2447
  value: input3.isRef
2344
2448
  })].every((flag) => flag);
2345
- const $vo51 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
2449
+ const $vo52 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
2346
2450
  path: _path2 + ".k",
2347
2451
  expected: "string",
2348
2452
  value: input3.k
@@ -2351,7 +2455,7 @@ var validCorrelationVolcanoRequest = (input) => {
2351
2455
  expected: "(number | string)",
2352
2456
  value: input3.v
2353
2457
  })].every((flag) => flag);
2354
- const $vo52 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2458
+ const $vo53 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2355
2459
  path: _path2 + ".id",
2356
2460
  expected: "(string | undefined)",
2357
2461
  value: input3.id
@@ -2367,7 +2471,7 @@ var validCorrelationVolcanoRequest = (input) => {
2367
2471
  path: _path2 + ".settings",
2368
2472
  expected: "(__type.o5 | undefined)",
2369
2473
  value: input3.settings
2370
- })) && $vo34(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2474
+ })) && $vo35(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2371
2475
  path: _path2 + ".settings",
2372
2476
  expected: "(__type.o5 | undefined)",
2373
2477
  value: input3.settings
@@ -2377,22 +2481,22 @@ var validCorrelationVolcanoRequest = (input) => {
2377
2481
  value: input3.minNumSamples
2378
2482
  }), true, ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2379
2483
  path: _path2 + ".term",
2380
- 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; })',
2484
+ 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; })',
2381
2485
  value: input3.term
2382
- })) && $vu12(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2486
+ })) && $vu13(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2383
2487
  path: _path2 + ".term",
2384
- 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; })',
2488
+ 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; })',
2385
2489
  value: input3.term
2386
2490
  }), ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) || $report(_exceptionable2, {
2387
2491
  path: _path2 + ".q",
2388
2492
  expected: "(BaseQ | BinaryNumericQ | ConditionQ | ContinuousNumericQ | CustomGroupSettingQ | CustomNumericBinConfig | FilterQ | PredefinedGroupSettingQ | RegularNumericBinConfig | SampleLstQ | SnpsQ | SplineNumericQ | ValuesQ)",
2389
2493
  value: input3.q
2390
- })) && $vu13(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2494
+ })) && $vu14(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2391
2495
  path: _path2 + ".q",
2392
2496
  expected: "(BaseQ | BinaryNumericQ | ConditionQ | ContinuousNumericQ | CustomGroupSettingQ | CustomNumericBinConfig | FilterQ | PredefinedGroupSettingQ | RegularNumericBinConfig | SampleLstQ | SnpsQ | SplineNumericQ | ValuesQ)",
2393
2497
  value: input3.q
2394
2498
  })].every((flag) => flag);
2395
- const $vo53 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2499
+ const $vo54 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2396
2500
  path: _path2 + ".id",
2397
2501
  expected: "string",
2398
2502
  value: input3.id
@@ -2408,8 +2512,8 @@ var validCorrelationVolcanoRequest = (input) => {
2408
2512
  path: _path2 + ".child_types",
2409
2513
  expected: "(Array<string> | undefined)",
2410
2514
  value: input3.child_types
2411
- })) && input3.child_types.map((elem, _index37) => "string" === typeof elem || $report(_exceptionable2, {
2412
- path: _path2 + ".child_types[" + _index37 + "]",
2515
+ })) && input3.child_types.map((elem, _index39) => "string" === typeof elem || $report(_exceptionable2, {
2516
+ path: _path2 + ".child_types[" + _index39 + "]",
2413
2517
  expected: "string",
2414
2518
  value: elem
2415
2519
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2424,8 +2528,8 @@ var validCorrelationVolcanoRequest = (input) => {
2424
2528
  path: _path2 + ".included_types",
2425
2529
  expected: "(Array<string> | undefined)",
2426
2530
  value: input3.included_types
2427
- })) && input3.included_types.map((elem, _index38) => "string" === typeof elem || $report(_exceptionable2, {
2428
- path: _path2 + ".included_types[" + _index38 + "]",
2531
+ })) && input3.included_types.map((elem, _index40) => "string" === typeof elem || $report(_exceptionable2, {
2532
+ path: _path2 + ".included_types[" + _index40 + "]",
2429
2533
  expected: "string",
2430
2534
  value: elem
2431
2535
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2472,12 +2576,12 @@ var validCorrelationVolcanoRequest = (input) => {
2472
2576
  path: _path2 + ".genes",
2473
2577
  expected: "Array<GvGeneTerm>",
2474
2578
  value: input3.genes
2475
- })) && input3.genes.map((elem, _index39) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2476
- path: _path2 + ".genes[" + _index39 + "]",
2579
+ })) && input3.genes.map((elem, _index41) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2580
+ path: _path2 + ".genes[" + _index41 + "]",
2477
2581
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2478
2582
  value: elem
2479
- })) && $vu3(elem, _path2 + ".genes[" + _index39 + "]", _exceptionable2) || $report(_exceptionable2, {
2480
- path: _path2 + ".genes[" + _index39 + "]",
2583
+ })) && $vu3(elem, _path2 + ".genes[" + _index41 + "]", _exceptionable2) || $report(_exceptionable2, {
2584
+ path: _path2 + ".genes[" + _index41 + "]",
2481
2585
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2482
2586
  value: elem
2483
2587
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2496,12 +2600,12 @@ var validCorrelationVolcanoRequest = (input) => {
2496
2600
  path: _path2 + ".childTerms",
2497
2601
  expected: "Array<DtTerm>",
2498
2602
  value: input3.childTerms
2499
- })) && input3.childTerms.map((elem, _index40) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2500
- path: _path2 + ".childTerms[" + _index40 + "]",
2603
+ })) && input3.childTerms.map((elem, _index42) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2604
+ path: _path2 + ".childTerms[" + _index42 + "]",
2501
2605
  expected: "DtTerm",
2502
2606
  value: elem
2503
- })) && $vo27(elem, _path2 + ".childTerms[" + _index40 + "]", _exceptionable2) || $report(_exceptionable2, {
2504
- path: _path2 + ".childTerms[" + _index40 + "]",
2607
+ })) && $vo28(elem, _path2 + ".childTerms[" + _index42 + "]", _exceptionable2) || $report(_exceptionable2, {
2608
+ path: _path2 + ".childTerms[" + _index42 + "]",
2505
2609
  expected: "DtTerm",
2506
2610
  value: elem
2507
2611
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2509,7 +2613,7 @@ var validCorrelationVolcanoRequest = (input) => {
2509
2613
  expected: "Array<DtTerm>",
2510
2614
  value: input3.childTerms
2511
2615
  })].every((flag) => flag);
2512
- const $vo54 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2616
+ const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2513
2617
  path: _path2 + ".id",
2514
2618
  expected: "string",
2515
2619
  value: input3.id
@@ -2525,8 +2629,8 @@ var validCorrelationVolcanoRequest = (input) => {
2525
2629
  path: _path2 + ".child_types",
2526
2630
  expected: "(Array<string> | undefined)",
2527
2631
  value: input3.child_types
2528
- })) && input3.child_types.map((elem, _index41) => "string" === typeof elem || $report(_exceptionable2, {
2529
- path: _path2 + ".child_types[" + _index41 + "]",
2632
+ })) && input3.child_types.map((elem, _index43) => "string" === typeof elem || $report(_exceptionable2, {
2633
+ path: _path2 + ".child_types[" + _index43 + "]",
2530
2634
  expected: "string",
2531
2635
  value: elem
2532
2636
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2541,8 +2645,8 @@ var validCorrelationVolcanoRequest = (input) => {
2541
2645
  path: _path2 + ".included_types",
2542
2646
  expected: "(Array<string> | undefined)",
2543
2647
  value: input3.included_types
2544
- })) && input3.included_types.map((elem, _index42) => "string" === typeof elem || $report(_exceptionable2, {
2545
- path: _path2 + ".included_types[" + _index42 + "]",
2648
+ })) && input3.included_types.map((elem, _index44) => "string" === typeof elem || $report(_exceptionable2, {
2649
+ path: _path2 + ".included_types[" + _index44 + "]",
2546
2650
  expected: "string",
2547
2651
  value: elem
2548
2652
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2585,12 +2689,12 @@ var validCorrelationVolcanoRequest = (input) => {
2585
2689
  path: _path2 + ".genes",
2586
2690
  expected: "Array<GvGeneTerm>",
2587
2691
  value: input3.genes
2588
- })) && input3.genes.map((elem, _index43) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2589
- path: _path2 + ".genes[" + _index43 + "]",
2692
+ })) && input3.genes.map((elem, _index45) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2693
+ path: _path2 + ".genes[" + _index45 + "]",
2590
2694
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2591
2695
  value: elem
2592
- })) && $vu3(elem, _path2 + ".genes[" + _index43 + "]", _exceptionable2) || $report(_exceptionable2, {
2593
- path: _path2 + ".genes[" + _index43 + "]",
2696
+ })) && $vu3(elem, _path2 + ".genes[" + _index45 + "]", _exceptionable2) || $report(_exceptionable2, {
2697
+ path: _path2 + ".genes[" + _index45 + "]",
2594
2698
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2595
2699
  value: elem
2596
2700
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2609,12 +2713,12 @@ var validCorrelationVolcanoRequest = (input) => {
2609
2713
  path: _path2 + ".childTerms",
2610
2714
  expected: "Array<DtTerm>",
2611
2715
  value: input3.childTerms
2612
- })) && input3.childTerms.map((elem, _index44) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2613
- path: _path2 + ".childTerms[" + _index44 + "]",
2716
+ })) && input3.childTerms.map((elem, _index46) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2717
+ path: _path2 + ".childTerms[" + _index46 + "]",
2614
2718
  expected: "DtTerm",
2615
2719
  value: elem
2616
- })) && $vo27(elem, _path2 + ".childTerms[" + _index44 + "]", _exceptionable2) || $report(_exceptionable2, {
2617
- path: _path2 + ".childTerms[" + _index44 + "]",
2720
+ })) && $vo28(elem, _path2 + ".childTerms[" + _index46 + "]", _exceptionable2) || $report(_exceptionable2, {
2721
+ path: _path2 + ".childTerms[" + _index46 + "]",
2618
2722
  expected: "DtTerm",
2619
2723
  value: elem
2620
2724
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2622,7 +2726,7 @@ var validCorrelationVolcanoRequest = (input) => {
2622
2726
  expected: "Array<DtTerm>",
2623
2727
  value: input3.childTerms
2624
2728
  })].every((flag) => flag);
2625
- const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2729
+ const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2626
2730
  path: _path2 + ".id",
2627
2731
  expected: "string",
2628
2732
  value: input3.id
@@ -2638,8 +2742,8 @@ var validCorrelationVolcanoRequest = (input) => {
2638
2742
  path: _path2 + ".child_types",
2639
2743
  expected: "(Array<string> | undefined)",
2640
2744
  value: input3.child_types
2641
- })) && input3.child_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
2642
- path: _path2 + ".child_types[" + _index45 + "]",
2745
+ })) && input3.child_types.map((elem, _index47) => "string" === typeof elem || $report(_exceptionable2, {
2746
+ path: _path2 + ".child_types[" + _index47 + "]",
2643
2747
  expected: "string",
2644
2748
  value: elem
2645
2749
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2654,8 +2758,8 @@ var validCorrelationVolcanoRequest = (input) => {
2654
2758
  path: _path2 + ".included_types",
2655
2759
  expected: "(Array<string> | undefined)",
2656
2760
  value: input3.included_types
2657
- })) && input3.included_types.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
2658
- path: _path2 + ".included_types[" + _index46 + "]",
2761
+ })) && input3.included_types.map((elem, _index48) => "string" === typeof elem || $report(_exceptionable2, {
2762
+ path: _path2 + ".included_types[" + _index48 + "]",
2659
2763
  expected: "string",
2660
2764
  value: elem
2661
2765
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2687,7 +2791,7 @@ var validCorrelationVolcanoRequest = (input) => {
2687
2791
  expected: "TermGroupSetting",
2688
2792
  value: input3.groupsetting
2689
2793
  })].every((flag) => flag);
2690
- const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2794
+ const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2691
2795
  path: _path2 + ".id",
2692
2796
  expected: "string",
2693
2797
  value: input3.id
@@ -2695,16 +2799,16 @@ var validCorrelationVolcanoRequest = (input) => {
2695
2799
  path: _path2 + ".name",
2696
2800
  expected: "string",
2697
2801
  value: input3.name
2698
- }), "integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type || "ssGSEA" === input3.type || $report(_exceptionable2, {
2802
+ }), "integer" === input3.type || "float" === input3.type || "date" === input3.type || $report(_exceptionable2, {
2699
2803
  path: _path2 + ".type",
2700
- expected: '("date" | "float" | "geneExpression" | "integer" | "metaboliteIntensity" | "ssGSEA")',
2804
+ expected: '("date" | "float" | "integer")',
2701
2805
  value: input3.type
2702
2806
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
2703
2807
  path: _path2 + ".child_types",
2704
2808
  expected: "(Array<string> | undefined)",
2705
2809
  value: input3.child_types
2706
- })) && input3.child_types.map((elem, _index47) => "string" === typeof elem || $report(_exceptionable2, {
2707
- path: _path2 + ".child_types[" + _index47 + "]",
2810
+ })) && input3.child_types.map((elem, _index49) => "string" === typeof elem || $report(_exceptionable2, {
2811
+ path: _path2 + ".child_types[" + _index49 + "]",
2708
2812
  expected: "string",
2709
2813
  value: elem
2710
2814
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2719,8 +2823,8 @@ var validCorrelationVolcanoRequest = (input) => {
2719
2823
  path: _path2 + ".included_types",
2720
2824
  expected: "(Array<string> | undefined)",
2721
2825
  value: input3.included_types
2722
- })) && input3.included_types.map((elem, _index48) => "string" === typeof elem || $report(_exceptionable2, {
2723
- path: _path2 + ".included_types[" + _index48 + "]",
2826
+ })) && input3.included_types.map((elem, _index50) => "string" === typeof elem || $report(_exceptionable2, {
2827
+ path: _path2 + ".included_types[" + _index50 + "]",
2724
2828
  expected: "string",
2725
2829
  value: elem
2726
2830
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2743,28 +2847,121 @@ var validCorrelationVolcanoRequest = (input) => {
2743
2847
  path: _path2 + ".skipValuesBuild",
2744
2848
  expected: "(boolean | undefined)",
2745
2849
  value: input3.skipValuesBuild
2850
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
2851
+ path: _path2 + ".continuousColorScale",
2852
+ expected: "(__type.o2 | undefined)",
2853
+ value: input3.continuousColorScale
2854
+ })) && $vo14(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
2855
+ path: _path2 + ".continuousColorScale",
2856
+ expected: "(__type.o2 | undefined)",
2857
+ value: input3.continuousColorScale
2858
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
2859
+ path: _path2 + ".unit",
2860
+ expected: "(string | undefined)",
2861
+ value: input3.unit
2746
2862
  }), ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
2747
2863
  path: _path2 + ".bins",
2748
2864
  expected: "PresetNumericBins",
2749
2865
  value: input3.bins
2750
- })) && $vo14(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
2866
+ })) && $vo15(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
2751
2867
  path: _path2 + ".bins",
2752
2868
  expected: "PresetNumericBins",
2753
2869
  value: input3.bins
2754
- }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
2755
- path: _path2 + ".unit",
2756
- expected: "(string | undefined)",
2757
- value: input3.unit
2870
+ })].every((flag) => flag);
2871
+ const $vo58 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2872
+ path: _path2 + ".id",
2873
+ expected: "string",
2874
+ value: input3.id
2875
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
2876
+ path: _path2 + ".name",
2877
+ expected: "string",
2878
+ value: input3.name
2879
+ }), "geneExpression" === input3.type || $report(_exceptionable2, {
2880
+ path: _path2 + ".type",
2881
+ expected: '"geneExpression"',
2882
+ value: input3.type
2883
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
2884
+ path: _path2 + ".child_types",
2885
+ expected: "(Array<string> | undefined)",
2886
+ value: input3.child_types
2887
+ })) && input3.child_types.map((elem, _index51) => "string" === typeof elem || $report(_exceptionable2, {
2888
+ path: _path2 + ".child_types[" + _index51 + "]",
2889
+ expected: "string",
2890
+ value: elem
2891
+ })).every((flag) => flag) || $report(_exceptionable2, {
2892
+ path: _path2 + ".child_types",
2893
+ expected: "(Array<string> | undefined)",
2894
+ value: input3.child_types
2895
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
2896
+ path: _path2 + ".hashtmldetail",
2897
+ expected: "(boolean | undefined)",
2898
+ value: input3.hashtmldetail
2899
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
2900
+ path: _path2 + ".included_types",
2901
+ expected: "(Array<string> | undefined)",
2902
+ value: input3.included_types
2903
+ })) && input3.included_types.map((elem, _index52) => "string" === typeof elem || $report(_exceptionable2, {
2904
+ path: _path2 + ".included_types[" + _index52 + "]",
2905
+ expected: "string",
2906
+ value: elem
2907
+ })).every((flag) => flag) || $report(_exceptionable2, {
2908
+ path: _path2 + ".included_types",
2909
+ expected: "(Array<string> | undefined)",
2910
+ value: input3.included_types
2911
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
2912
+ path: _path2 + ".isleaf",
2913
+ expected: "(boolean | undefined)",
2914
+ value: input3.isleaf
2915
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
2916
+ path: _path2 + ".values",
2917
+ expected: "(TermValues | undefined)",
2918
+ value: input3.values
2919
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2920
+ path: _path2 + ".values",
2921
+ expected: "(TermValues | undefined)",
2922
+ value: input3.values
2923
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
2924
+ path: _path2 + ".skipValuesBuild",
2925
+ expected: "(boolean | undefined)",
2926
+ value: input3.skipValuesBuild
2758
2927
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
2759
2928
  path: _path2 + ".continuousColorScale",
2760
2929
  expected: "(__type.o2 | undefined)",
2761
2930
  value: input3.continuousColorScale
2762
- })) && $vo21(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
2931
+ })) && $vo14(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
2763
2932
  path: _path2 + ".continuousColorScale",
2764
2933
  expected: "(__type.o2 | undefined)",
2765
2934
  value: input3.continuousColorScale
2935
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
2936
+ path: _path2 + ".unit",
2937
+ expected: "(string | undefined)",
2938
+ value: input3.unit
2939
+ }), "string" === typeof input3.gene || $report(_exceptionable2, {
2940
+ path: _path2 + ".gene",
2941
+ expected: "string",
2942
+ value: input3.gene
2943
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
2944
+ path: _path2 + ".bins",
2945
+ expected: "(PresetNumericBins | undefined)",
2946
+ value: input3.bins
2947
+ })) && $vo15(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
2948
+ path: _path2 + ".bins",
2949
+ expected: "(PresetNumericBins | undefined)",
2950
+ value: input3.bins
2951
+ }), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
2952
+ path: _path2 + ".chr",
2953
+ expected: "(string | undefined)",
2954
+ value: input3.chr
2955
+ }), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
2956
+ path: _path2 + ".start",
2957
+ expected: "(number | undefined)",
2958
+ value: input3.start
2959
+ }), void 0 === input3.stop || "number" === typeof input3.stop || $report(_exceptionable2, {
2960
+ path: _path2 + ".stop",
2961
+ expected: "(number | undefined)",
2962
+ value: input3.stop
2766
2963
  })].every((flag) => flag);
2767
- const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2964
+ const $vo59 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2768
2965
  path: _path2 + ".id",
2769
2966
  expected: "string",
2770
2967
  value: input3.id
@@ -2780,8 +2977,8 @@ var validCorrelationVolcanoRequest = (input) => {
2780
2977
  path: _path2 + ".child_types",
2781
2978
  expected: "(Array<string> | undefined)",
2782
2979
  value: input3.child_types
2783
- })) && input3.child_types.map((elem, _index49) => "string" === typeof elem || $report(_exceptionable2, {
2784
- path: _path2 + ".child_types[" + _index49 + "]",
2980
+ })) && input3.child_types.map((elem, _index53) => "string" === typeof elem || $report(_exceptionable2, {
2981
+ path: _path2 + ".child_types[" + _index53 + "]",
2785
2982
  expected: "string",
2786
2983
  value: elem
2787
2984
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2796,8 +2993,8 @@ var validCorrelationVolcanoRequest = (input) => {
2796
2993
  path: _path2 + ".included_types",
2797
2994
  expected: "(Array<string> | undefined)",
2798
2995
  value: input3.included_types
2799
- })) && input3.included_types.map((elem, _index50) => "string" === typeof elem || $report(_exceptionable2, {
2800
- path: _path2 + ".included_types[" + _index50 + "]",
2996
+ })) && input3.included_types.map((elem, _index54) => "string" === typeof elem || $report(_exceptionable2, {
2997
+ path: _path2 + ".included_types[" + _index54 + "]",
2801
2998
  expected: "string",
2802
2999
  value: elem
2803
3000
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2821,7 +3018,7 @@ var validCorrelationVolcanoRequest = (input) => {
2821
3018
  expected: "(boolean | undefined)",
2822
3019
  value: input3.skipValuesBuild
2823
3020
  })].every((flag) => flag);
2824
- const $vo58 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3021
+ const $vo60 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2825
3022
  path: _path2 + ".id",
2826
3023
  expected: "string",
2827
3024
  value: input3.id
@@ -2837,8 +3034,8 @@ var validCorrelationVolcanoRequest = (input) => {
2837
3034
  path: _path2 + ".child_types",
2838
3035
  expected: "(Array<string> | undefined)",
2839
3036
  value: input3.child_types
2840
- })) && input3.child_types.map((elem, _index51) => "string" === typeof elem || $report(_exceptionable2, {
2841
- path: _path2 + ".child_types[" + _index51 + "]",
3037
+ })) && input3.child_types.map((elem, _index55) => "string" === typeof elem || $report(_exceptionable2, {
3038
+ path: _path2 + ".child_types[" + _index55 + "]",
2842
3039
  expected: "string",
2843
3040
  value: elem
2844
3041
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2853,8 +3050,8 @@ var validCorrelationVolcanoRequest = (input) => {
2853
3050
  path: _path2 + ".included_types",
2854
3051
  expected: "(Array<string> | undefined)",
2855
3052
  value: input3.included_types
2856
- })) && input3.included_types.map((elem, _index52) => "string" === typeof elem || $report(_exceptionable2, {
2857
- path: _path2 + ".included_types[" + _index52 + "]",
3053
+ })) && input3.included_types.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
3054
+ path: _path2 + ".included_types[" + _index56 + "]",
2858
3055
  expected: "string",
2859
3056
  value: elem
2860
3057
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2885,12 +3082,12 @@ var validCorrelationVolcanoRequest = (input) => {
2885
3082
  path: _path2 + ".snps",
2886
3083
  expected: "(Array<SnpsEntry> | undefined)",
2887
3084
  value: input3.snps
2888
- })) && input3.snps.map((elem, _index53) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2889
- path: _path2 + ".snps[" + _index53 + "]",
3085
+ })) && input3.snps.map((elem, _index57) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3086
+ path: _path2 + ".snps[" + _index57 + "]",
2890
3087
  expected: "SnpsEntry",
2891
3088
  value: elem
2892
- })) && $vo49(elem, _path2 + ".snps[" + _index53 + "]", _exceptionable2) || $report(_exceptionable2, {
2893
- path: _path2 + ".snps[" + _index53 + "]",
3089
+ })) && $vo50(elem, _path2 + ".snps[" + _index57 + "]", _exceptionable2) || $report(_exceptionable2, {
3090
+ path: _path2 + ".snps[" + _index57 + "]",
2894
3091
  expected: "SnpsEntry",
2895
3092
  value: elem
2896
3093
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2898,7 +3095,7 @@ var validCorrelationVolcanoRequest = (input) => {
2898
3095
  expected: "(Array<SnpsEntry> | undefined)",
2899
3096
  value: input3.snps
2900
3097
  })].every((flag) => flag);
2901
- const $vo59 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3098
+ const $vo61 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2902
3099
  path: _path2 + ".id",
2903
3100
  expected: "string",
2904
3101
  value: input3.id
@@ -2914,8 +3111,8 @@ var validCorrelationVolcanoRequest = (input) => {
2914
3111
  path: _path2 + ".child_types",
2915
3112
  expected: "(Array<string> | undefined)",
2916
3113
  value: input3.child_types
2917
- })) && input3.child_types.map((elem, _index54) => "string" === typeof elem || $report(_exceptionable2, {
2918
- path: _path2 + ".child_types[" + _index54 + "]",
3114
+ })) && input3.child_types.map((elem, _index58) => "string" === typeof elem || $report(_exceptionable2, {
3115
+ path: _path2 + ".child_types[" + _index58 + "]",
2919
3116
  expected: "string",
2920
3117
  value: elem
2921
3118
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2930,8 +3127,8 @@ var validCorrelationVolcanoRequest = (input) => {
2930
3127
  path: _path2 + ".included_types",
2931
3128
  expected: "(Array<string> | undefined)",
2932
3129
  value: input3.included_types
2933
- })) && input3.included_types.map((elem, _index55) => "string" === typeof elem || $report(_exceptionable2, {
2934
- path: _path2 + ".included_types[" + _index55 + "]",
3130
+ })) && input3.included_types.map((elem, _index59) => "string" === typeof elem || $report(_exceptionable2, {
3131
+ path: _path2 + ".included_types[" + _index59 + "]",
2935
3132
  expected: "string",
2936
3133
  value: elem
2937
3134
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2946,7 +3143,7 @@ var validCorrelationVolcanoRequest = (input) => {
2946
3143
  path: _path2 + ".values",
2947
3144
  expected: "(TermValues & SampleLstTermValues | undefined)",
2948
3145
  value: input3.values
2949
- })) && $vo60(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
3146
+ })) && $vo62(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2950
3147
  path: _path2 + ".values",
2951
3148
  expected: "(TermValues & SampleLstTermValues | undefined)",
2952
3149
  value: input3.values
@@ -2955,7 +3152,7 @@ var validCorrelationVolcanoRequest = (input) => {
2955
3152
  expected: "(boolean | undefined)",
2956
3153
  value: input3.skipValuesBuild
2957
3154
  })].every((flag) => flag);
2958
- const $vo60 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3155
+ const $vo62 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2959
3156
  const value = input3[key];
2960
3157
  if (void 0 === value)
2961
3158
  return true;
@@ -2964,7 +3161,7 @@ var validCorrelationVolcanoRequest = (input) => {
2964
3161
  path: _path2 + $join(key),
2965
3162
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
2966
3163
  value
2967
- })) && $vo61(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3164
+ })) && $vo63(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2968
3165
  path: _path2 + $join(key),
2969
3166
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
2970
3167
  value
@@ -2974,14 +3171,14 @@ var validCorrelationVolcanoRequest = (input) => {
2974
3171
  path: _path2 + $join(key),
2975
3172
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
2976
3173
  value
2977
- })) && $vo61(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3174
+ })) && $vo63(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2978
3175
  path: _path2 + $join(key),
2979
3176
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
2980
3177
  value
2981
3178
  });
2982
3179
  return true;
2983
3180
  }).every((flag) => flag)].every((flag) => flag);
2984
- const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
3181
+ const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
2985
3182
  path: _path2 + ".key",
2986
3183
  expected: "(string | undefined)",
2987
3184
  value: input3.key
@@ -3025,12 +3222,12 @@ var validCorrelationVolcanoRequest = (input) => {
3025
3222
  path: _path2 + ".list",
3026
3223
  expected: "Array<__type>.o4",
3027
3224
  value: input3.list
3028
- })) && input3.list.map((elem, _index56) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3029
- path: _path2 + ".list[" + _index56 + "]",
3225
+ })) && input3.list.map((elem, _index60) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3226
+ path: _path2 + ".list[" + _index60 + "]",
3030
3227
  expected: "__type.o8",
3031
3228
  value: elem
3032
- })) && $vo62(elem, _path2 + ".list[" + _index56 + "]", _exceptionable2) || $report(_exceptionable2, {
3033
- path: _path2 + ".list[" + _index56 + "]",
3229
+ })) && $vo64(elem, _path2 + ".list[" + _index60 + "]", _exceptionable2) || $report(_exceptionable2, {
3230
+ path: _path2 + ".list[" + _index60 + "]",
3034
3231
  expected: "__type.o8",
3035
3232
  value: elem
3036
3233
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3038,7 +3235,7 @@ var validCorrelationVolcanoRequest = (input) => {
3038
3235
  expected: "Array<__type>.o4",
3039
3236
  value: input3.list
3040
3237
  }), true].every((flag) => flag);
3041
- const $vo62 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.sampleId || $report(_exceptionable2, {
3238
+ const $vo64 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.sampleId || $report(_exceptionable2, {
3042
3239
  path: _path2 + ".sampleId",
3043
3240
  expected: "string",
3044
3241
  value: input3.sampleId
@@ -3047,11 +3244,11 @@ var validCorrelationVolcanoRequest = (input) => {
3047
3244
  expected: "string",
3048
3245
  value: input3.sample
3049
3246
  })].every((flag) => flag);
3050
- const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3247
+ const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3051
3248
  path: _path2 + ".hiddenValues",
3052
3249
  expected: "(HiddenValues | undefined)",
3053
3250
  value: input3.hiddenValues
3054
- })) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3251
+ })) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3055
3252
  path: _path2 + ".hiddenValues",
3056
3253
  expected: "(HiddenValues | undefined)",
3057
3254
  value: input3.hiddenValues
@@ -3076,11 +3273,11 @@ var validCorrelationVolcanoRequest = (input) => {
3076
3273
  expected: '("custom-bin" | "custom-groupset" | "custom-samplelst" | "filter" | "predefined-groupset" | "regular-bin" | "values" | undefined)',
3077
3274
  value: input3.type
3078
3275
  })].every((flag) => flag);
3079
- const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3276
+ const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3080
3277
  path: _path2 + ".hiddenValues",
3081
3278
  expected: "(HiddenValues | undefined)",
3082
3279
  value: input3.hiddenValues
3083
- })) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3280
+ })) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3084
3281
  path: _path2 + ".hiddenValues",
3085
3282
  expected: "(HiddenValues | undefined)",
3086
3283
  value: input3.hiddenValues
@@ -3116,8 +3313,8 @@ var validCorrelationVolcanoRequest = (input) => {
3116
3313
  path: _path2 + ".breaks",
3117
3314
  expected: "(Array<number> | undefined)",
3118
3315
  value: input3.breaks
3119
- })) && input3.breaks.map((elem, _index57) => "number" === typeof elem || $report(_exceptionable2, {
3120
- path: _path2 + ".breaks[" + _index57 + "]",
3316
+ })) && input3.breaks.map((elem, _index61) => "number" === typeof elem || $report(_exceptionable2, {
3317
+ path: _path2 + ".breaks[" + _index61 + "]",
3121
3318
  expected: "number",
3122
3319
  value: elem
3123
3320
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3141,11 +3338,11 @@ var validCorrelationVolcanoRequest = (input) => {
3141
3338
  expected: "(boolean | undefined)",
3142
3339
  value: input3.value_by_computable_grade
3143
3340
  }), true].every((flag) => flag);
3144
- const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3341
+ const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3145
3342
  path: _path2 + ".hiddenValues",
3146
3343
  expected: "(HiddenValues | undefined)",
3147
3344
  value: input3.hiddenValues
3148
- })) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3345
+ })) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3149
3346
  path: _path2 + ".hiddenValues",
3150
3347
  expected: "(HiddenValues | undefined)",
3151
3348
  value: input3.hiddenValues
@@ -3173,12 +3370,12 @@ var validCorrelationVolcanoRequest = (input) => {
3173
3370
  path: _path2 + ".groups",
3174
3371
  expected: "SampleLstTermValues",
3175
3372
  value: input3.groups
3176
- })) && $vo66(input3.groups, _path2 + ".groups", _exceptionable2) || $report(_exceptionable2, {
3373
+ })) && $vo68(input3.groups, _path2 + ".groups", _exceptionable2) || $report(_exceptionable2, {
3177
3374
  path: _path2 + ".groups",
3178
3375
  expected: "SampleLstTermValues",
3179
3376
  value: input3.groups
3180
3377
  })].every((flag) => flag);
3181
- const $vo66 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3378
+ const $vo68 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3182
3379
  const value = input3[key];
3183
3380
  if (void 0 === value)
3184
3381
  return true;
@@ -3187,7 +3384,7 @@ var validCorrelationVolcanoRequest = (input) => {
3187
3384
  path: _path2 + $join(key),
3188
3385
  expected: "__type.o9",
3189
3386
  value
3190
- })) && $vo67(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3387
+ })) && $vo69(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3191
3388
  path: _path2 + $join(key),
3192
3389
  expected: "__type.o9",
3193
3390
  value
@@ -3197,14 +3394,14 @@ var validCorrelationVolcanoRequest = (input) => {
3197
3394
  path: _path2 + $join(key),
3198
3395
  expected: "__type.o9",
3199
3396
  value
3200
- })) && $vo67(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3397
+ })) && $vo69(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3201
3398
  path: _path2 + $join(key),
3202
3399
  expected: "__type.o9",
3203
3400
  value
3204
3401
  });
3205
3402
  return true;
3206
3403
  }).every((flag) => flag)].every((flag) => flag);
3207
- const $vo67 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
3404
+ const $vo69 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
3208
3405
  path: _path2 + ".name",
3209
3406
  expected: "string",
3210
3407
  value: input3.name
@@ -3216,12 +3413,12 @@ var validCorrelationVolcanoRequest = (input) => {
3216
3413
  path: _path2 + ".list",
3217
3414
  expected: "Array<__type>.o4",
3218
3415
  value: input3.list
3219
- })) && input3.list.map((elem, _index58) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3220
- path: _path2 + ".list[" + _index58 + "]",
3416
+ })) && input3.list.map((elem, _index62) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3417
+ path: _path2 + ".list[" + _index62 + "]",
3221
3418
  expected: "__type.o8",
3222
3419
  value: elem
3223
- })) && $vo62(elem, _path2 + ".list[" + _index58 + "]", _exceptionable2) || $report(_exceptionable2, {
3224
- path: _path2 + ".list[" + _index58 + "]",
3420
+ })) && $vo64(elem, _path2 + ".list[" + _index62 + "]", _exceptionable2) || $report(_exceptionable2, {
3421
+ path: _path2 + ".list[" + _index62 + "]",
3225
3422
  expected: "__type.o8",
3226
3423
  value: elem
3227
3424
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3253,16 +3450,16 @@ var validCorrelationVolcanoRequest = (input) => {
3253
3450
  })();
3254
3451
  const $vu2 = (input3, _path2, _exceptionable2 = true) => (() => {
3255
3452
  if (true === input3.startunbounded)
3256
- return $vo17(input3, _path2, _exceptionable2);
3453
+ return $vo18(input3, _path2, _exceptionable2);
3257
3454
  if (true === input3.stopunbounded)
3258
- return $vo19(input3, _path2, _exceptionable2);
3259
- return $vo18(input3, _path2, _exceptionable2);
3455
+ return $vo20(input3, _path2, _exceptionable2);
3456
+ return $vo19(input3, _path2, _exceptionable2);
3260
3457
  })();
3261
3458
  const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
3262
3459
  if ("gene" === input3.kind)
3263
- return $vo29(input3, _path2, _exceptionable2);
3264
- if ("coord" === input3.kind)
3265
3460
  return $vo30(input3, _path2, _exceptionable2);
3461
+ if ("coord" === input3.kind)
3462
+ return $vo31(input3, _path2, _exceptionable2);
3266
3463
  return $report(_exceptionable2, {
3267
3464
  path: _path2,
3268
3465
  expected: "(BaseTerm & Gene | BaseTerm & Coord)",
@@ -3271,14 +3468,14 @@ var validCorrelationVolcanoRequest = (input) => {
3271
3468
  })();
3272
3469
  const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
3273
3470
  if (void 0 !== input3.type)
3274
- return $vo33(input3, _path2, _exceptionable2);
3275
- return $vo52(input3, _path2, false) || $vo45(input3, _path2, false) || $vo40(input3, _path2, false);
3471
+ return $vo34(input3, _path2, _exceptionable2);
3472
+ return $vo53(input3, _path2, false) || $vo46(input3, _path2, false) || $vo41(input3, _path2, false);
3276
3473
  })();
3277
3474
  const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
3278
3475
  if (true === input3.startunbounded)
3279
- return $vo17(input3, _path2, _exceptionable2);
3280
- if (void 0 !== input3.start)
3281
3476
  return $vo18(input3, _path2, _exceptionable2);
3477
+ if (void 0 !== input3.start)
3478
+ return $vo19(input3, _path2, _exceptionable2);
3282
3479
  return $report(_exceptionable2, {
3283
3480
  path: _path2,
3284
3481
  expected: "(StartUnboundedBin | FullyBoundedBin)",
@@ -3287,9 +3484,9 @@ var validCorrelationVolcanoRequest = (input) => {
3287
3484
  })();
3288
3485
  const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
3289
3486
  if (void 0 !== input3.stop)
3290
- return $vo18(input3, _path2, _exceptionable2);
3291
- if (true === input3.stopunbounded)
3292
3487
  return $vo19(input3, _path2, _exceptionable2);
3488
+ if (true === input3.stopunbounded)
3489
+ return $vo20(input3, _path2, _exceptionable2);
3293
3490
  return $report(_exceptionable2, {
3294
3491
  path: _path2,
3295
3492
  expected: "(FullyBoundedBin | StopUnboundedBin)",
@@ -3299,78 +3496,89 @@ var validCorrelationVolcanoRequest = (input) => {
3299
3496
  const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
3300
3497
  if (void 0 !== input3.ranges)
3301
3498
  return $vo12(input3, _path2, _exceptionable2);
3302
- return $vo3(input3, _path2, false) || $vo23(input3, _path2, false) || $vo26(input3, _path2, false);
3499
+ return $vo3(input3, _path2, false) || $vo24(input3, _path2, false) || $vo27(input3, _path2, false);
3303
3500
  })();
3304
3501
  const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
3502
+ if ("integer" === input3.type || "float" === input3.type || "date" === input3.type)
3503
+ return $vo13(input3, _path2, _exceptionable2);
3504
+ if ("geneExpression" === input3.type)
3505
+ return $vo22(input3, _path2, _exceptionable2);
3506
+ return $report(_exceptionable2, {
3507
+ path: _path2,
3508
+ expected: "(NumericDictTerm | GeneExpressionTerm)",
3509
+ value: input3
3510
+ });
3511
+ })();
3512
+ const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
3305
3513
  if ("regular-bin" === input3.type)
3306
- return $vo15(input3, _path2, _exceptionable2);
3514
+ return $vo16(input3, _path2, _exceptionable2);
3307
3515
  if ("custom-bin" === input3.type)
3308
- return $vo20(input3, _path2, _exceptionable2);
3516
+ return $vo21(input3, _path2, _exceptionable2);
3309
3517
  return $report(_exceptionable2, {
3310
3518
  path: _path2,
3311
3519
  expected: "(RegularNumericBinConfig | CustomNumericBinConfig)",
3312
3520
  value: input3
3313
3521
  });
3314
3522
  })();
3315
- const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
3523
+ const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
3316
3524
  if ("gene" === input3.kind)
3317
- return $vo28(input3, _path2, _exceptionable2);
3525
+ return $vo29(input3, _path2, _exceptionable2);
3318
3526
  if ("coord" === input3.kind)
3319
- return $vo31(input3, _path2, _exceptionable2);
3527
+ return $vo32(input3, _path2, _exceptionable2);
3320
3528
  return $report(_exceptionable2, {
3321
3529
  path: _path2,
3322
3530
  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; })',
3323
3531
  value: input3
3324
3532
  });
3325
3533
  })();
3326
- const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
3534
+ const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
3327
3535
  if ("values" === input3.type)
3328
- return $vo35(input3, _path2, _exceptionable2);
3536
+ return $vo36(input3, _path2, _exceptionable2);
3329
3537
  if ("predefined-groupset" === input3.type)
3330
- return $vo37(input3, _path2, _exceptionable2);
3331
- if ("custom-groupset" === input3.type)
3332
3538
  return $vo38(input3, _path2, _exceptionable2);
3333
- return $vo36(input3, _path2, _exceptionable2);
3539
+ if ("custom-groupset" === input3.type)
3540
+ return $vo39(input3, _path2, _exceptionable2);
3541
+ return $vo37(input3, _path2, _exceptionable2);
3334
3542
  })();
3335
- const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
3543
+ const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
3336
3544
  if ("regular-bin" === input3.type)
3337
- return $vo15(input3, _path2, _exceptionable2);
3338
- if ("continuous" === input3.mode)
3339
- return $vo42(input3, _path2, _exceptionable2);
3545
+ return $vo16(input3, _path2, _exceptionable2);
3340
3546
  if ("spline" === input3.mode)
3341
- return $vo43(input3, _path2, _exceptionable2);
3342
- return $vo20(input3, _path2, false) || $vo41(input3, _path2, false);
3547
+ return $vo44(input3, _path2, _exceptionable2);
3548
+ return $vo21(input3, _path2, false) || $vo42(input3, _path2, false) || $vo43(input3, _path2, false);
3343
3549
  })();
3344
- const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
3550
+ const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
3345
3551
  if ("gene" === input3.kind)
3346
- return $vo53(input3, _path2, _exceptionable2);
3347
- if ("coord" === input3.kind)
3348
3552
  return $vo54(input3, _path2, _exceptionable2);
3349
- if ("categorical" === input3.type)
3553
+ if ("coord" === input3.kind)
3350
3554
  return $vo55(input3, _path2, _exceptionable2);
3351
- if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type || "ssGSEA" === input3.type)
3555
+ if ("categorical" === input3.type)
3352
3556
  return $vo56(input3, _path2, _exceptionable2);
3353
- if ("condition" === input3.type)
3557
+ if ("integer" === input3.type || "float" === input3.type || "date" === input3.type)
3354
3558
  return $vo57(input3, _path2, _exceptionable2);
3355
- return $vo58(input3, _path2, false) || $vo59(input3, _path2, false);
3559
+ if ("geneExpression" === input3.type)
3560
+ return $vo58(input3, _path2, _exceptionable2);
3561
+ if ("condition" === input3.type)
3562
+ return $vo59(input3, _path2, _exceptionable2);
3563
+ return $vo60(input3, _path2, false) || $vo61(input3, _path2, false);
3356
3564
  })();
3357
- const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
3565
+ const $vu14 = (input3, _path2, _exceptionable2 = true) => (() => {
3358
3566
  if (void 0 !== input3.predefined_groupset_idx)
3359
- return $vo37(input3, _path2, _exceptionable2);
3360
- if (void 0 !== input3.customset)
3361
3567
  return $vo38(input3, _path2, _exceptionable2);
3568
+ if (void 0 !== input3.customset)
3569
+ return $vo39(input3, _path2, _exceptionable2);
3362
3570
  if (void 0 !== input3.bin_size)
3363
- return $vo15(input3, _path2, _exceptionable2);
3571
+ return $vo16(input3, _path2, _exceptionable2);
3364
3572
  if (void 0 !== input3.knots)
3365
- return $vo43(input3, _path2, _exceptionable2);
3573
+ return $vo44(input3, _path2, _exceptionable2);
3366
3574
  if (void 0 !== input3.AFcutoff)
3367
- return $vo46(input3, _path2, _exceptionable2);
3575
+ return $vo47(input3, _path2, _exceptionable2);
3368
3576
  if (void 0 !== input3.timeScale)
3369
- return $vo64(input3, _path2, _exceptionable2);
3577
+ return $vo66(input3, _path2, _exceptionable2);
3370
3578
  return (() => {
3371
3579
  if (void 0 !== input3.groups)
3372
- return $vo65(input3, _path2, _exceptionable2);
3373
- return $vo36(input3, _path2, false) || $vo63(input3, _path2, false) || $vo35(input3, _path2, false) || $vo20(input3, _path2, false) || $vo41(input3, _path2, false) || $vo42(input3, _path2, false);
3580
+ return $vo67(input3, _path2, _exceptionable2);
3581
+ return $vo37(input3, _path2, false) || $vo65(input3, _path2, false) || $vo36(input3, _path2, false) || $vo21(input3, _path2, false) || $vo42(input3, _path2, false) || $vo43(input3, _path2, false);
3374
3582
  })();
3375
3583
  })();
3376
3584
  return ("object" === typeof input2 && null !== input2 || $report(true, {