@sjcrh/proteinpaint-types 2.140.1 → 2.142.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. package/dist/brainImaging.js +1 -1
  2. package/dist/{chunk-WKT3H4P4.js → chunk-2VDOPTRV.js} +1581 -693
  3. package/dist/{chunk-AADDTYUL.js → chunk-3BQ57P2P.js} +467 -105
  4. package/dist/{chunk-XXHHUIEV.js → chunk-3L3ASC3B.js} +2634 -2174
  5. package/dist/{chunk-ECF6WSOD.js → chunk-4R265LDJ.js} +467 -105
  6. package/dist/{chunk-FZJ3E7JA.js → chunk-CEDL2QZT.js} +2620 -2160
  7. package/dist/{chunk-PPFFVFUI.js → chunk-DMJFOII6.js} +467 -105
  8. package/dist/{chunk-KS74VVON.js → chunk-FVBXC7SY.js} +467 -105
  9. package/dist/{chunk-2WLN6PMW.js → chunk-GDM7YUXH.js} +2615 -2155
  10. package/dist/{chunk-BWLSDIHM.js → chunk-IR4QSJI7.js} +2610 -2150
  11. package/dist/{chunk-IDP5KXE6.js → chunk-MVMUZSLL.js} +1947 -1487
  12. package/dist/{chunk-EWON4FG5.js → chunk-SMVDKR2O.js} +2441 -2109
  13. package/dist/{chunk-ZA3FDGAD.js → chunk-SOM5WKDM.js} +1014 -488
  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 -2
  27. package/src/dataset.ts +4 -2
  28. package/src/genome.ts +2 -2
  29. package/src/index.ts +1 -0
  30. package/src/terms/categorical.ts +0 -8
  31. package/src/terms/condition.ts +4 -3
  32. package/src/terms/date.ts +20 -0
  33. package/src/terms/geneExpression.ts +20 -16
  34. package/src/terms/geneVariant.ts +3 -0
  35. package/src/terms/metaboliteIntensity.ts +14 -17
  36. package/src/terms/numeric.ts +13 -23
  37. package/src/terms/snp.ts +7 -7
  38. package/src/terms/snps.ts +1 -0
  39. package/src/terms/ssGSEA.ts +9 -13
  40. package/src/terms/tw.ts +11 -6
  41. package/src/terms/updated-types.ts +0 -10
@@ -43,8 +43,8 @@ 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 && $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));
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 && $io27(elem)));
47
+ const $io13 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $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
48
  const $io14 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
49
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
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);
@@ -60,20 +60,24 @@ var validCorrelationVolcanoRequest = (input) => {
60
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
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
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) => {
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) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io15(input3.bins)) && (void 0 === input3.kind || "gene" === input3.kind) && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
64
+ const $io23 = (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) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io15(input3.bins)) && (void 0 === input3.kind || "coord" === input3.kind) && (void 0 === input3.gene || "string" === typeof input3.gene) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
65
+ const $io24 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "metaboliteIntensity" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $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.metabolite && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io15(input3.bins));
66
+ const $io25 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "date" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $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) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io15(input3.bins));
67
+ const $io26 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "ssGSEA" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $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) && (void 0 === input3.genes || Array.isArray(input3.genes) && input3.genes.every((elem) => "string" === typeof elem)) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io15(input3.bins));
68
+ const $io27 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
69
+ const $io28 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io29(input3.term)) && (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 && $io30(elem)));
70
+ const $io29 = (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);
71
+ const $io30 = (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;
72
+ const $io31 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io32(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io37(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName);
73
+ const $io32 = (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));
74
+ const $io33 = (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 && $io32(elem)));
75
+ const $io34 = (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);
76
+ const $io35 = (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;
77
+ const $io36 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $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 && $io32(elem)));
78
+ const $io37 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
79
+ const $io38 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io39(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $io4(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io40(input3.q)) && "CatTWValues" === input3.type;
80
+ const $io39 = (input3) => Object.keys(input3).every((key) => {
77
81
  const value = input3[key];
78
82
  if (void 0 === value)
79
83
  return true;
@@ -81,58 +85,44 @@ var validCorrelationVolcanoRequest = (input) => {
81
85
  return true;
82
86
  return true;
83
87
  });
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) => {
111
- const value = input3[key];
112
- if (void 0 === value)
113
- return true;
114
- if (RegExp(/(.*)/).test(key))
115
- return "object" === typeof value && null !== value && $io63(value);
116
- if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
117
- return "object" === typeof value && null !== value && $io63(value);
118
- return true;
119
- });
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) => {
126
- const value = input3[key];
127
- if (void 0 === value)
128
- return true;
129
- if (RegExp(/(.*)/).test(key))
130
- return "object" === typeof value && null !== value && $io69(value);
131
- if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
132
- return "object" === typeof value && null !== value && $io69(value);
133
- return true;
134
- });
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;
88
+ const $io40 = (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;
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) && $io39(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $io4(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io42(input3.q)) && "CatTWPredefinedGS" === input3.type;
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) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx;
91
+ const $io43 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io39(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $io4(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io44(input3.q)) && "CatTWCustomGS" === 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) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io45(input3.customset));
93
+ const $io45 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem));
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) && $io39(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWRegularBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io16(input3.q));
95
+ const $io47 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io39(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCustomBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io21(input3.q));
96
+ const $io48 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io39(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWBinary" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io49(input3.q));
97
+ const $io49 = (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]))));
98
+ const $io50 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io39(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $io51(input3.q));
99
+ const $io51 = (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);
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) && $io39(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWSpline" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io53(input3.q));
101
+ const $io53 = (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 && $io54(elem))) && (null !== input3.type && void 0 === input3.type);
102
+ const $io54 = (input3) => "number" === typeof input3.value;
103
+ const $io55 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io39(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvValuesTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu11(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io58(input3.q));
104
+ const $io56 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $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 && $io32(elem)));
105
+ const $io57 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $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 && $io32(elem)));
106
+ const $io58 = (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.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "values" === input3.type;
107
+ const $io59 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io39(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvPredefinedGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu11(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io60(input3.q));
108
+ const $io60 = (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.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx;
109
+ const $io61 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io39(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvCustomGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu11(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io62(input3.q));
110
+ const $io62 = (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.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io45(input3.customset));
111
+ const $io63 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io39(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "ConditionTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io29(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io64(input3.q));
112
+ const $io64 = (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;
113
+ const $io65 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io39(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "SnpsTW" === input3.type && ("object" === typeof input3.q && null !== input3.q && $io66(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io68(input3.term));
114
+ 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 || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type) && "number" === typeof input3.AFcutoff && "number" === typeof input3.alleleType && "string" === typeof input3.cacheid && true && "number" === typeof input3.geneticModel && true && (void 0 === input3.missingGenotype || "number" === typeof input3.missingGenotype) && "number" === typeof input3.numOfSampleWithAnyValidGT && ("object" === typeof input3.restrictAncestry && null !== input3.restrictAncestry && $io67(input3.restrictAncestry)) && true && true && ("object" === typeof input3.variant_filter && null !== input3.variant_filter && $io1(input3.variant_filter)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
115
+ const $io67 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu7(input3.tvs));
116
+ const $io68 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $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 && $io69(elem)));
117
+ const $io69 = (input3) => (void 0 === input3.altAlleles || Array.isArray(input3.altAlleles) && input3.altAlleles.every((elem) => "string" === typeof elem)) && (void 0 === input3.alleles || Array.isArray(input3.alleles) && input3.alleles.every((elem) => "object" === typeof elem && null !== elem && $io70(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io71(input3.gt2count)) && (void 0 === input3.invalid || "boolean" === typeof input3.invalid) && (void 0 === input3.referenceAllele || "string" === typeof input3.referenceAllele) && "string" === typeof input3.rsid && "string" === typeof input3.snpid && true && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.pos || "number" === typeof input3.pos);
118
+ const $io70 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
119
+ const $io71 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
120
+ const $io72 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io39(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "SnpTW" === input3.type && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $iu12(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io77(input3.term));
121
+ const $io73 = (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.mode || "discrete" === input3.mode || "binary" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type);
122
+ const $io74 = (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);
123
+ const $io75 = (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.mode || "discrete" === input3.mode || "binary" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "predefined-groupset" === input3.type) && "number" === typeof input3.predefined_groupset_idx;
124
+ const $io76 = (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.mode || "discrete" === input3.mode || "binary" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "custom-groupset" === input3.type) && ("object" === typeof input3.customset && null !== input3.customset && $io45(input3.customset));
125
+ const $io77 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && "string" === typeof input3.ref && (Array.isArray(input3.alt) && input3.alt.every((elem) => "string" === typeof elem)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io7(input3.groupsetting));
136
126
  const $iu0 = (input3) => (() => {
137
127
  if ("tvslst" === input3.type)
138
128
  return $io1(input3);
@@ -156,23 +146,41 @@ var validCorrelationVolcanoRequest = (input) => {
156
146
  })();
157
147
  const $iu3 = (input3) => (() => {
158
148
  if ("gene" === input3.kind)
159
- return $io30(input3);
149
+ return $io34(input3);
160
150
  if ("coord" === input3.kind)
161
- return $io31(input3);
151
+ return $io35(input3);
162
152
  return false;
163
153
  })();
164
154
  const $iu4 = (input3) => (() => {
165
- if (void 0 !== input3.type)
166
- return $io34(input3);
167
- return (() => {
168
- if ($io53(input3))
169
- return $io53(input3);
170
- if ($io46(input3))
171
- return $io46(input3);
172
- if ($io41(input3))
173
- return $io41(input3);
174
- return false;
175
- })();
155
+ if ("SnpTW" === input3.type)
156
+ return $io72(input3);
157
+ if ("SnpsTW" === input3.type)
158
+ return $io65(input3);
159
+ if ("ConditionTW" === input3.type)
160
+ return $io63(input3);
161
+ if ("GvCustomGsTW" === input3.type)
162
+ return $io61(input3);
163
+ if ("GvPredefinedGsTW" === input3.type)
164
+ return $io59(input3);
165
+ if ("GvValuesTW" === input3.type)
166
+ return $io55(input3);
167
+ if ("NumTWSpline" === input3.type)
168
+ return $io52(input3);
169
+ if ("NumTWCont" === input3.type)
170
+ return $io50(input3);
171
+ if ("NumTWBinary" === input3.type)
172
+ return $io48(input3);
173
+ if ("NumTWCustomBin" === input3.type)
174
+ return $io47(input3);
175
+ if ("NumTWRegularBin" === input3.type)
176
+ return $io46(input3);
177
+ if ("CatTWCustomGS" === input3.type)
178
+ return $io43(input3);
179
+ if ("CatTWPredefinedGS" === input3.type)
180
+ return $io41(input3);
181
+ if ("CatTWValues" === input3.type)
182
+ return $io38(input3);
183
+ return false;
176
184
  })();
177
185
  const $iu5 = (input3) => (() => {
178
186
  if (true === input3.startunbounded)
@@ -194,19 +202,29 @@ var validCorrelationVolcanoRequest = (input) => {
194
202
  return (() => {
195
203
  if ($io3(input3))
196
204
  return $io3(input3);
197
- if ($io24(input3))
198
- return $io24(input3);
199
- if ($io27(input3))
200
- return $io27(input3);
205
+ if ($io28(input3))
206
+ return $io28(input3);
207
+ if ($io31(input3))
208
+ return $io31(input3);
201
209
  return false;
202
210
  })();
203
211
  })();
204
212
  const $iu8 = (input3) => (() => {
205
- if ("integer" === input3.type || "float" === input3.type || "date" === input3.type)
213
+ if ("integer" === input3.type || "float" === input3.type)
206
214
  return $io13(input3);
207
- if ("geneExpression" === input3.type)
208
- return $io22(input3);
209
- return false;
215
+ if ("metaboliteIntensity" === input3.type)
216
+ return $io24(input3);
217
+ if ("date" === input3.type)
218
+ return $io25(input3);
219
+ if ("ssGSEA" === input3.type)
220
+ return $io26(input3);
221
+ return (() => {
222
+ if ($io23(input3))
223
+ return $io23(input3);
224
+ if ($io22(input3))
225
+ return $io22(input3);
226
+ return false;
227
+ })();
210
228
  })();
211
229
  const $iu9 = (input3) => (() => {
212
230
  if ("regular-bin" === input3.type)
@@ -217,87 +235,29 @@ var validCorrelationVolcanoRequest = (input) => {
217
235
  })();
218
236
  const $iu10 = (input3) => (() => {
219
237
  if ("gene" === input3.kind)
220
- return $io29(input3);
238
+ return $io33(input3);
221
239
  if ("coord" === input3.kind)
222
- return $io32(input3);
240
+ return $io36(input3);
223
241
  return false;
224
242
  })();
225
243
  const $iu11 = (input3) => (() => {
226
- if ("values" === input3.type)
227
- return $io36(input3);
228
- if ("predefined-groupset" === input3.type)
229
- return $io38(input3);
230
- if ("custom-groupset" === input3.type)
231
- return $io39(input3);
232
- return $io37(input3);
233
- })();
234
- const $iu12 = (input3) => (() => {
235
- if ("regular-bin" === input3.type)
236
- return $io16(input3);
237
- if ("spline" === input3.mode)
238
- return $io44(input3);
239
- return (() => {
240
- if ($io21(input3))
241
- return $io21(input3);
242
- if ($io42(input3))
243
- return $io42(input3);
244
- if ($io43(input3))
245
- return $io43(input3);
246
- return false;
247
- })();
248
- })();
249
- const $iu13 = (input3) => (() => {
250
244
  if ("gene" === input3.kind)
251
- return $io54(input3);
252
- if ("coord" === input3.kind)
253
- return $io55(input3);
254
- if ("categorical" === input3.type)
255
245
  return $io56(input3);
256
- if ("integer" === input3.type || "float" === input3.type || "date" === input3.type)
246
+ if ("coord" === input3.kind)
257
247
  return $io57(input3);
258
- if ("geneExpression" === input3.type)
259
- return $io58(input3);
260
- if ("condition" === input3.type)
261
- return $io59(input3);
262
- return (() => {
263
- if ($io60(input3))
264
- return $io60(input3);
265
- if ($io61(input3))
266
- return $io61(input3);
267
- return false;
268
- })();
248
+ return false;
269
249
  })();
270
- const $iu14 = (input3) => (() => {
250
+ const $iu12 = (input3) => (() => {
271
251
  if (void 0 !== input3.predefined_groupset_idx)
272
- return $io38(input3);
252
+ return $io75(input3);
273
253
  if (void 0 !== input3.customset)
274
- return $io39(input3);
275
- if (void 0 !== input3.bin_size)
276
- return $io16(input3);
277
- if (void 0 !== input3.knots)
278
- return $io44(input3);
279
- if (void 0 !== input3.AFcutoff)
280
- return $io47(input3);
281
- if (void 0 !== input3.timeScale)
282
- return $io66(input3);
254
+ return $io76(input3);
283
255
  return (() => {
284
- if (void 0 !== input3.groups)
285
- return $io67(input3);
286
- return (() => {
287
- if ($io37(input3))
288
- return $io37(input3);
289
- if ($io65(input3))
290
- return $io65(input3);
291
- if ($io36(input3))
292
- return $io36(input3);
293
- if ($io21(input3))
294
- return $io21(input3);
295
- if ($io42(input3))
296
- return $io42(input3);
297
- if ($io43(input3))
298
- return $io43(input3);
299
- return false;
300
- })();
256
+ if ($io74(input3))
257
+ return $io74(input3);
258
+ if ($io73(input3))
259
+ return $io73(input3);
260
+ return false;
301
261
  })();
302
262
  })();
303
263
  return "object" === typeof input2 && null !== input2 && $io0(input2);
@@ -324,11 +284,11 @@ var validCorrelationVolcanoRequest = (input) => {
324
284
  value: input3.filter
325
285
  }), true, ("object" === typeof input3.featureTw && null !== input3.featureTw || $report(_exceptionable2, {
326
286
  path: _path2 + ".featureTw",
327
- expected: "(BaseTW & { term: Term; q: Q; } | CategoricalTW | NumericTW | SnpsTW)",
287
+ expected: "(CatTWCustomGS | CatTWPredefinedGS | CatTWValues | ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | SnpTW | SnpsTW)",
328
288
  value: input3.featureTw
329
289
  })) && $vu4(input3.featureTw, _path2 + ".featureTw", _exceptionable2) || $report(_exceptionable2, {
330
290
  path: _path2 + ".featureTw",
331
- expected: "(BaseTW & { term: Term; q: Q; } | CategoricalTW | NumericTW | SnpsTW)",
291
+ expected: "(CatTWCustomGS | CatTWPredefinedGS | CatTWValues | ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | SnpTW | SnpsTW)",
332
292
  value: input3.featureTw
333
293
  }), (Array.isArray(input3.variableTwLst) || $report(_exceptionable2, {
334
294
  path: _path2 + ".variableTwLst",
@@ -336,11 +296,11 @@ var validCorrelationVolcanoRequest = (input) => {
336
296
  value: input3.variableTwLst
337
297
  })) && input3.variableTwLst.map((elem, _index1) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
338
298
  path: _path2 + ".variableTwLst[" + _index1 + "]",
339
- expected: "(BaseTW & { term: Term; q: Q; } | CategoricalTW | NumericTW | SnpsTW)",
299
+ expected: "(CatTWCustomGS | CatTWPredefinedGS | CatTWValues | ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | SnpTW | SnpsTW)",
340
300
  value: elem
341
301
  })) && $vu4(elem, _path2 + ".variableTwLst[" + _index1 + "]", _exceptionable2) || $report(_exceptionable2, {
342
302
  path: _path2 + ".variableTwLst[" + _index1 + "]",
343
- expected: "(BaseTW & { term: Term; q: Q; } | CategoricalTW | NumericTW | SnpsTW)",
303
+ expected: "(CatTWCustomGS | CatTWPredefinedGS | CatTWValues | ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | SnpTW | SnpsTW)",
344
304
  value: elem
345
305
  })).every((flag) => flag) || $report(_exceptionable2, {
346
306
  path: _path2 + ".variableTwLst",
@@ -681,11 +641,11 @@ var validCorrelationVolcanoRequest = (input) => {
681
641
  value: input3.isnot
682
642
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
683
643
  path: _path2 + ".term",
684
- expected: "(GeneExpressionTerm | NumericDictTerm)",
644
+ expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
685
645
  value: input3.term
686
646
  })) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
687
647
  path: _path2 + ".term",
688
- expected: "(GeneExpressionTerm | NumericDictTerm)",
648
+ expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
689
649
  value: input3.term
690
650
  }), (Array.isArray(input3.ranges) || $report(_exceptionable2, {
691
651
  path: _path2 + ".ranges",
@@ -711,7 +671,7 @@ var validCorrelationVolcanoRequest = (input) => {
711
671
  path: _path2 + ".values[" + _index10 + "]",
712
672
  expected: "__type.o3",
713
673
  value: elem
714
- })) && $vo23(elem, _path2 + ".values[" + _index10 + "]", _exceptionable2) || $report(_exceptionable2, {
674
+ })) && $vo27(elem, _path2 + ".values[" + _index10 + "]", _exceptionable2) || $report(_exceptionable2, {
715
675
  path: _path2 + ".values[" + _index10 + "]",
716
676
  expected: "__type.o3",
717
677
  value: elem
@@ -728,9 +688,9 @@ var validCorrelationVolcanoRequest = (input) => {
728
688
  path: _path2 + ".name",
729
689
  expected: "string",
730
690
  value: input3.name
731
- }), "integer" === input3.type || "float" === input3.type || "date" === input3.type || $report(_exceptionable2, {
691
+ }), "integer" === input3.type || "float" === input3.type || $report(_exceptionable2, {
732
692
  path: _path2 + ".type",
733
- expected: '("date" | "float" | "integer")',
693
+ expected: '("float" | "integer")',
734
694
  value: input3.type
735
695
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
736
696
  path: _path2 + ".child_types",
@@ -1122,10 +1082,6 @@ var validCorrelationVolcanoRequest = (input) => {
1122
1082
  path: _path2 + ".unit",
1123
1083
  expected: "(string | undefined)",
1124
1084
  value: input3.unit
1125
- }), "string" === typeof input3.gene || $report(_exceptionable2, {
1126
- path: _path2 + ".gene",
1127
- expected: "string",
1128
- value: input3.gene
1129
1085
  }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1130
1086
  path: _path2 + ".bins",
1131
1087
  expected: "(PresetNumericBins | undefined)",
@@ -1134,6 +1090,14 @@ var validCorrelationVolcanoRequest = (input) => {
1134
1090
  path: _path2 + ".bins",
1135
1091
  expected: "(PresetNumericBins | undefined)",
1136
1092
  value: input3.bins
1093
+ }), void 0 === input3.kind || "gene" === input3.kind || $report(_exceptionable2, {
1094
+ path: _path2 + ".kind",
1095
+ expected: '("gene" | undefined)',
1096
+ value: input3.kind
1097
+ }), "string" === typeof input3.gene || $report(_exceptionable2, {
1098
+ path: _path2 + ".gene",
1099
+ expected: "string",
1100
+ value: input3.gene
1137
1101
  }), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
1138
1102
  path: _path2 + ".chr",
1139
1103
  expected: "(string | undefined)",
@@ -1147,69 +1111,7 @@ var validCorrelationVolcanoRequest = (input) => {
1147
1111
  expected: "(number | undefined)",
1148
1112
  value: input3.stop
1149
1113
  })].every((flag) => flag);
1150
- const $vo23 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1151
- path: _path2 + ".key",
1152
- expected: "string",
1153
- value: input3.key
1154
- }), "number" === typeof input3.value || $report(_exceptionable2, {
1155
- path: _path2 + ".value",
1156
- expected: "number",
1157
- value: input3.value
1158
- }), true === input3.uncomputable || $report(_exceptionable2, {
1159
- path: _path2 + ".uncomputable",
1160
- expected: "true",
1161
- value: input3.uncomputable
1162
- }), void 0 === input3.label || "string" === typeof input3.label || $report(_exceptionable2, {
1163
- path: _path2 + ".label",
1164
- expected: "(string | undefined)",
1165
- value: input3.label
1166
- })].every((flag) => flag);
1167
- const $vo24 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1168
- path: _path2 + ".join",
1169
- expected: "(string | undefined)",
1170
- value: input3.join
1171
- }), void 0 === input3.isnot || "boolean" === typeof input3.isnot || $report(_exceptionable2, {
1172
- path: _path2 + ".isnot",
1173
- expected: "(boolean | undefined)",
1174
- value: input3.isnot
1175
- }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
1176
- path: _path2 + ".term",
1177
- expected: "ConditionTerm",
1178
- value: input3.term
1179
- })) && $vo25(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1180
- path: _path2 + ".term",
1181
- expected: "ConditionTerm",
1182
- value: input3.term
1183
- }), void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade || $report(_exceptionable2, {
1184
- path: _path2 + ".value_by_max_grade",
1185
- expected: "(boolean | undefined)",
1186
- value: input3.value_by_max_grade
1187
- }), void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent || $report(_exceptionable2, {
1188
- path: _path2 + ".value_by_most_recent",
1189
- expected: "(boolean | undefined)",
1190
- value: input3.value_by_most_recent
1191
- }), void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade || $report(_exceptionable2, {
1192
- path: _path2 + ".value_by_computable_grade",
1193
- expected: "(boolean | undefined)",
1194
- value: input3.value_by_computable_grade
1195
- }), void 0 === input3.grade_and_child || (Array.isArray(input3.grade_and_child) || $report(_exceptionable2, {
1196
- path: _path2 + ".grade_and_child",
1197
- expected: "(Array<GradeAndChildEntry> | undefined)",
1198
- value: input3.grade_and_child
1199
- })) && input3.grade_and_child.map((elem, _index16) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1200
- path: _path2 + ".grade_and_child[" + _index16 + "]",
1201
- expected: "GradeAndChildEntry",
1202
- value: elem
1203
- })) && $vo26(elem, _path2 + ".grade_and_child[" + _index16 + "]", _exceptionable2) || $report(_exceptionable2, {
1204
- path: _path2 + ".grade_and_child[" + _index16 + "]",
1205
- expected: "GradeAndChildEntry",
1206
- value: elem
1207
- })).every((flag) => flag) || $report(_exceptionable2, {
1208
- path: _path2 + ".grade_and_child",
1209
- expected: "(Array<GradeAndChildEntry> | undefined)",
1210
- value: input3.grade_and_child
1211
- })].every((flag) => flag);
1212
- const $vo25 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1114
+ const $vo23 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1213
1115
  path: _path2 + ".id",
1214
1116
  expected: "string",
1215
1117
  value: input3.id
@@ -1217,16 +1119,16 @@ var validCorrelationVolcanoRequest = (input) => {
1217
1119
  path: _path2 + ".name",
1218
1120
  expected: "string",
1219
1121
  value: input3.name
1220
- }), "condition" === input3.type || $report(_exceptionable2, {
1122
+ }), "geneExpression" === input3.type || $report(_exceptionable2, {
1221
1123
  path: _path2 + ".type",
1222
- expected: '"condition"',
1124
+ expected: '"geneExpression"',
1223
1125
  value: input3.type
1224
1126
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1225
1127
  path: _path2 + ".child_types",
1226
1128
  expected: "(Array<string> | undefined)",
1227
1129
  value: input3.child_types
1228
- })) && input3.child_types.map((elem, _index17) => "string" === typeof elem || $report(_exceptionable2, {
1229
- path: _path2 + ".child_types[" + _index17 + "]",
1130
+ })) && input3.child_types.map((elem, _index16) => "string" === typeof elem || $report(_exceptionable2, {
1131
+ path: _path2 + ".child_types[" + _index16 + "]",
1230
1132
  expected: "string",
1231
1133
  value: elem
1232
1134
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1241,8 +1143,8 @@ var validCorrelationVolcanoRequest = (input) => {
1241
1143
  path: _path2 + ".included_types",
1242
1144
  expected: "(Array<string> | undefined)",
1243
1145
  value: input3.included_types
1244
- })) && input3.included_types.map((elem, _index18) => "string" === typeof elem || $report(_exceptionable2, {
1245
- path: _path2 + ".included_types[" + _index18 + "]",
1146
+ })) && input3.included_types.map((elem, _index17) => "string" === typeof elem || $report(_exceptionable2, {
1147
+ path: _path2 + ".included_types[" + _index17 + "]",
1246
1148
  expected: "string",
1247
1149
  value: elem
1248
1150
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1265,115 +1167,48 @@ var validCorrelationVolcanoRequest = (input) => {
1265
1167
  path: _path2 + ".skipValuesBuild",
1266
1168
  expected: "(boolean | undefined)",
1267
1169
  value: input3.skipValuesBuild
1268
- })].every((flag) => flag);
1269
- const $vo26 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1270
- path: _path2 + ".grade",
1271
- expected: "number",
1272
- value: input3.grade
1273
- }), "string" === typeof input3.grade_label || $report(_exceptionable2, {
1274
- path: _path2 + ".grade_label",
1275
- expected: "string",
1276
- value: input3.grade_label
1277
- }), void 0 === input3.child_id || "string" === typeof input3.child_id || $report(_exceptionable2, {
1278
- path: _path2 + ".child_id",
1170
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1171
+ path: _path2 + ".continuousColorScale",
1172
+ expected: "(__type.o2 | undefined)",
1173
+ value: input3.continuousColorScale
1174
+ })) && $vo14(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1175
+ path: _path2 + ".continuousColorScale",
1176
+ expected: "(__type.o2 | undefined)",
1177
+ value: input3.continuousColorScale
1178
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1179
+ path: _path2 + ".unit",
1279
1180
  expected: "(string | undefined)",
1280
- value: input3.child_id
1281
- }), "string" === typeof input3.child_label || $report(_exceptionable2, {
1282
- path: _path2 + ".child_label",
1283
- expected: "string",
1284
- value: input3.child_label
1285
- })].every((flag) => flag);
1286
- const $vo27 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1287
- path: _path2 + ".join",
1181
+ value: input3.unit
1182
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1183
+ path: _path2 + ".bins",
1184
+ expected: "(PresetNumericBins | undefined)",
1185
+ value: input3.bins
1186
+ })) && $vo15(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1187
+ path: _path2 + ".bins",
1188
+ expected: "(PresetNumericBins | undefined)",
1189
+ value: input3.bins
1190
+ }), void 0 === input3.kind || "coord" === input3.kind || $report(_exceptionable2, {
1191
+ path: _path2 + ".kind",
1192
+ expected: '("coord" | undefined)',
1193
+ value: input3.kind
1194
+ }), void 0 === input3.gene || "string" === typeof input3.gene || $report(_exceptionable2, {
1195
+ path: _path2 + ".gene",
1288
1196
  expected: "(string | undefined)",
1289
- value: input3.join
1290
- }), void 0 === input3.isnot || "boolean" === typeof input3.isnot || $report(_exceptionable2, {
1291
- path: _path2 + ".isnot",
1292
- expected: "(boolean | undefined)",
1293
- value: input3.isnot
1294
- }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
1295
- path: _path2 + ".term",
1296
- expected: "DtTerm",
1297
- value: input3.term
1298
- })) && $vo28(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1299
- path: _path2 + ".term",
1300
- expected: "DtTerm",
1301
- value: input3.term
1302
- }), (Array.isArray(input3.values) || $report(_exceptionable2, {
1303
- path: _path2 + ".values",
1304
- expected: "Array<__type>.o2",
1305
- value: input3.values
1306
- })) && input3.values.map((elem, _index19) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1307
- path: _path2 + ".values[" + _index19 + "]",
1308
- expected: "__type.o4",
1309
- value: elem
1310
- })) && $vo33(elem, _path2 + ".values[" + _index19 + "]", _exceptionable2) || $report(_exceptionable2, {
1311
- path: _path2 + ".values[" + _index19 + "]",
1312
- expected: "__type.o4",
1313
- value: elem
1314
- })).every((flag) => flag) || $report(_exceptionable2, {
1315
- path: _path2 + ".values",
1316
- expected: "Array<__type>.o2",
1317
- value: input3.values
1318
- }), void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested || $report(_exceptionable2, {
1319
- path: _path2 + ".includeNotTested",
1320
- expected: "(boolean | undefined)",
1321
- value: input3.includeNotTested
1322
- }), void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName || $report(_exceptionable2, {
1323
- path: _path2 + ".excludeGeneName",
1324
- expected: "(boolean | undefined)",
1325
- value: input3.excludeGeneName
1326
- })].every((flag) => flag);
1327
- const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1328
- path: _path2 + ".id",
1329
- expected: "string",
1330
- value: input3.id
1331
- }), "string" === typeof input3.query || $report(_exceptionable2, {
1332
- path: _path2 + ".query",
1333
- expected: "string",
1334
- value: input3.query
1335
- }), "string" === typeof input3.name || $report(_exceptionable2, {
1336
- path: _path2 + ".name",
1337
- expected: "string",
1338
- value: input3.name
1339
- }), "string" === typeof input3.name_noOrigin || $report(_exceptionable2, {
1340
- path: _path2 + ".name_noOrigin",
1341
- expected: "string",
1342
- value: input3.name_noOrigin
1343
- }), void 0 === input3.parentTerm || ("object" === typeof input3.parentTerm && null !== input3.parentTerm || $report(_exceptionable2, {
1344
- path: _path2 + ".parentTerm",
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)',
1346
- value: input3.parentTerm
1347
- })) && $vu10(input3.parentTerm, _path2 + ".parentTerm", _exceptionable2) || $report(_exceptionable2, {
1348
- path: _path2 + ".parentTerm",
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)',
1350
- value: input3.parentTerm
1351
- }), true, "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1352
- path: _path2 + ".isleaf",
1353
- expected: "boolean",
1354
- value: input3.isleaf
1355
- }), "string" === typeof input3.type || $report(_exceptionable2, {
1356
- path: _path2 + ".type",
1197
+ value: input3.gene
1198
+ }), "string" === typeof input3.chr || $report(_exceptionable2, {
1199
+ path: _path2 + ".chr",
1357
1200
  expected: "string",
1358
- value: input3.type
1359
- }), "number" === typeof input3.dt || $report(_exceptionable2, {
1360
- path: _path2 + ".dt",
1201
+ value: input3.chr
1202
+ }), "number" === typeof input3.start || $report(_exceptionable2, {
1203
+ path: _path2 + ".start",
1361
1204
  expected: "number",
1362
- value: input3.dt
1363
- }), void 0 === input3.origin || "string" === typeof input3.origin || $report(_exceptionable2, {
1364
- path: _path2 + ".origin",
1365
- expected: "(string | undefined)",
1366
- value: input3.origin
1367
- }), ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1368
- path: _path2 + ".values",
1369
- expected: "TermValues",
1370
- value: input3.values
1371
- })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1372
- path: _path2 + ".values",
1373
- expected: "TermValues",
1374
- value: input3.values
1205
+ value: input3.start
1206
+ }), "number" === typeof input3.stop || $report(_exceptionable2, {
1207
+ path: _path2 + ".stop",
1208
+ expected: "number",
1209
+ value: input3.stop
1375
1210
  })].every((flag) => flag);
1376
- const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1211
+ const $vo24 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1377
1212
  path: _path2 + ".id",
1378
1213
  expected: "string",
1379
1214
  value: input3.id
@@ -1381,16 +1216,16 @@ var validCorrelationVolcanoRequest = (input) => {
1381
1216
  path: _path2 + ".name",
1382
1217
  expected: "string",
1383
1218
  value: input3.name
1384
- }), "geneVariant" === input3.type || $report(_exceptionable2, {
1219
+ }), "metaboliteIntensity" === input3.type || $report(_exceptionable2, {
1385
1220
  path: _path2 + ".type",
1386
- expected: '"geneVariant"',
1221
+ expected: '"metaboliteIntensity"',
1387
1222
  value: input3.type
1388
1223
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1389
1224
  path: _path2 + ".child_types",
1390
1225
  expected: "(Array<string> | undefined)",
1391
1226
  value: input3.child_types
1392
- })) && input3.child_types.map((elem, _index20) => "string" === typeof elem || $report(_exceptionable2, {
1393
- path: _path2 + ".child_types[" + _index20 + "]",
1227
+ })) && input3.child_types.map((elem, _index18) => "string" === typeof elem || $report(_exceptionable2, {
1228
+ path: _path2 + ".child_types[" + _index18 + "]",
1394
1229
  expected: "string",
1395
1230
  value: elem
1396
1231
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1405,8 +1240,8 @@ var validCorrelationVolcanoRequest = (input) => {
1405
1240
  path: _path2 + ".included_types",
1406
1241
  expected: "(Array<string> | undefined)",
1407
1242
  value: input3.included_types
1408
- })) && input3.included_types.map((elem, _index21) => "string" === typeof elem || $report(_exceptionable2, {
1409
- path: _path2 + ".included_types[" + _index21 + "]",
1243
+ })) && input3.included_types.map((elem, _index19) => "string" === typeof elem || $report(_exceptionable2, {
1244
+ path: _path2 + ".included_types[" + _index19 + "]",
1410
1245
  expected: "string",
1411
1246
  value: elem
1412
1247
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1429,68 +1264,32 @@ var validCorrelationVolcanoRequest = (input) => {
1429
1264
  path: _path2 + ".skipValuesBuild",
1430
1265
  expected: "(boolean | undefined)",
1431
1266
  value: input3.skipValuesBuild
1432
- }), "gene" === input3.kind || $report(_exceptionable2, {
1433
- path: _path2 + ".kind",
1434
- expected: '"gene"',
1435
- value: input3.kind
1436
- }), "string" === typeof input3.gene || $report(_exceptionable2, {
1437
- path: _path2 + ".gene",
1438
- expected: "string",
1439
- value: input3.gene
1440
- }), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
1441
- path: _path2 + ".chr",
1267
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1268
+ path: _path2 + ".continuousColorScale",
1269
+ expected: "(__type.o2 | undefined)",
1270
+ value: input3.continuousColorScale
1271
+ })) && $vo14(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1272
+ path: _path2 + ".continuousColorScale",
1273
+ expected: "(__type.o2 | undefined)",
1274
+ value: input3.continuousColorScale
1275
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1276
+ path: _path2 + ".unit",
1442
1277
  expected: "(string | undefined)",
1443
- value: input3.chr
1444
- }), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
1445
- path: _path2 + ".start",
1446
- expected: "(number | undefined)",
1447
- value: input3.start
1448
- }), void 0 === input3.stop || "number" === typeof input3.stop || $report(_exceptionable2, {
1449
- path: _path2 + ".stop",
1450
- expected: "(number | undefined)",
1451
- value: input3.stop
1452
- }), (Array.isArray(input3.genes) || $report(_exceptionable2, {
1453
- path: _path2 + ".genes",
1454
- expected: "Array<GvGeneTerm>",
1455
- value: input3.genes
1456
- })) && input3.genes.map((elem, _index22) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1457
- path: _path2 + ".genes[" + _index22 + "]",
1458
- expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1459
- value: elem
1460
- })) && $vu3(elem, _path2 + ".genes[" + _index22 + "]", _exceptionable2) || $report(_exceptionable2, {
1461
- path: _path2 + ".genes[" + _index22 + "]",
1462
- expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1463
- value: elem
1464
- })).every((flag) => flag) || $report(_exceptionable2, {
1465
- path: _path2 + ".genes",
1466
- expected: "Array<GvGeneTerm>",
1467
- value: input3.genes
1468
- }), void 0 === input3.groupsetting || ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
1469
- path: _path2 + ".groupsetting",
1470
- expected: "(TermGroupSetting | undefined)",
1471
- value: input3.groupsetting
1472
- })) && $vo7(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
1473
- path: _path2 + ".groupsetting",
1474
- expected: "(TermGroupSetting | undefined)",
1475
- value: input3.groupsetting
1476
- }), void 0 === input3.childTerms || (Array.isArray(input3.childTerms) || $report(_exceptionable2, {
1477
- path: _path2 + ".childTerms",
1478
- expected: "(Array<DtTerm> | undefined)",
1479
- value: input3.childTerms
1480
- })) && input3.childTerms.map((elem, _index23) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1481
- path: _path2 + ".childTerms[" + _index23 + "]",
1482
- expected: "DtTerm",
1483
- value: elem
1484
- })) && $vo28(elem, _path2 + ".childTerms[" + _index23 + "]", _exceptionable2) || $report(_exceptionable2, {
1485
- path: _path2 + ".childTerms[" + _index23 + "]",
1486
- expected: "DtTerm",
1487
- value: elem
1488
- })).every((flag) => flag) || $report(_exceptionable2, {
1489
- path: _path2 + ".childTerms",
1490
- expected: "(Array<DtTerm> | undefined)",
1491
- value: input3.childTerms
1278
+ value: input3.unit
1279
+ }), "string" === typeof input3.metabolite || $report(_exceptionable2, {
1280
+ path: _path2 + ".metabolite",
1281
+ expected: "string",
1282
+ value: input3.metabolite
1283
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1284
+ path: _path2 + ".bins",
1285
+ expected: "(PresetNumericBins | undefined)",
1286
+ value: input3.bins
1287
+ })) && $vo15(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1288
+ path: _path2 + ".bins",
1289
+ expected: "(PresetNumericBins | undefined)",
1290
+ value: input3.bins
1492
1291
  })].every((flag) => flag);
1493
- const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1292
+ const $vo25 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1494
1293
  path: _path2 + ".id",
1495
1294
  expected: "string",
1496
1295
  value: input3.id
@@ -1498,16 +1297,16 @@ var validCorrelationVolcanoRequest = (input) => {
1498
1297
  path: _path2 + ".name",
1499
1298
  expected: "string",
1500
1299
  value: input3.name
1501
- }), "string" === typeof input3.type || $report(_exceptionable2, {
1300
+ }), "date" === input3.type || $report(_exceptionable2, {
1502
1301
  path: _path2 + ".type",
1503
- expected: "string",
1302
+ expected: '"date"',
1504
1303
  value: input3.type
1505
1304
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1506
1305
  path: _path2 + ".child_types",
1507
1306
  expected: "(Array<string> | undefined)",
1508
1307
  value: input3.child_types
1509
- })) && input3.child_types.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
1510
- path: _path2 + ".child_types[" + _index24 + "]",
1308
+ })) && input3.child_types.map((elem, _index20) => "string" === typeof elem || $report(_exceptionable2, {
1309
+ path: _path2 + ".child_types[" + _index20 + "]",
1511
1310
  expected: "string",
1512
1311
  value: elem
1513
1312
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1522,8 +1321,8 @@ var validCorrelationVolcanoRequest = (input) => {
1522
1321
  path: _path2 + ".included_types",
1523
1322
  expected: "(Array<string> | undefined)",
1524
1323
  value: input3.included_types
1525
- })) && input3.included_types.map((elem, _index25) => "string" === typeof elem || $report(_exceptionable2, {
1526
- path: _path2 + ".included_types[" + _index25 + "]",
1324
+ })) && input3.included_types.map((elem, _index21) => "string" === typeof elem || $report(_exceptionable2, {
1325
+ path: _path2 + ".included_types[" + _index21 + "]",
1527
1326
  expected: "string",
1528
1327
  value: elem
1529
1328
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1546,28 +1345,28 @@ var validCorrelationVolcanoRequest = (input) => {
1546
1345
  path: _path2 + ".skipValuesBuild",
1547
1346
  expected: "(boolean | undefined)",
1548
1347
  value: input3.skipValuesBuild
1549
- }), "gene" === input3.kind || $report(_exceptionable2, {
1550
- path: _path2 + ".kind",
1551
- expected: '"gene"',
1552
- value: input3.kind
1553
- }), "string" === typeof input3.gene || $report(_exceptionable2, {
1554
- path: _path2 + ".gene",
1555
- expected: "string",
1556
- value: input3.gene
1557
- }), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
1558
- path: _path2 + ".chr",
1348
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1349
+ path: _path2 + ".continuousColorScale",
1350
+ expected: "(__type.o2 | undefined)",
1351
+ value: input3.continuousColorScale
1352
+ })) && $vo14(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1353
+ path: _path2 + ".continuousColorScale",
1354
+ expected: "(__type.o2 | undefined)",
1355
+ value: input3.continuousColorScale
1356
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1357
+ path: _path2 + ".unit",
1559
1358
  expected: "(string | undefined)",
1560
- value: input3.chr
1561
- }), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
1562
- path: _path2 + ".start",
1563
- expected: "(number | undefined)",
1564
- value: input3.start
1565
- }), void 0 === input3.stop || "number" === typeof input3.stop || $report(_exceptionable2, {
1566
- path: _path2 + ".stop",
1567
- expected: "(number | undefined)",
1568
- value: input3.stop
1359
+ value: input3.unit
1360
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1361
+ path: _path2 + ".bins",
1362
+ expected: "(PresetNumericBins | undefined)",
1363
+ value: input3.bins
1364
+ })) && $vo15(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1365
+ path: _path2 + ".bins",
1366
+ expected: "(PresetNumericBins | undefined)",
1367
+ value: input3.bins
1569
1368
  })].every((flag) => flag);
1570
- const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1369
+ const $vo26 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1571
1370
  path: _path2 + ".id",
1572
1371
  expected: "string",
1573
1372
  value: input3.id
@@ -1575,16 +1374,16 @@ var validCorrelationVolcanoRequest = (input) => {
1575
1374
  path: _path2 + ".name",
1576
1375
  expected: "string",
1577
1376
  value: input3.name
1578
- }), "string" === typeof input3.type || $report(_exceptionable2, {
1377
+ }), "ssGSEA" === input3.type || $report(_exceptionable2, {
1579
1378
  path: _path2 + ".type",
1580
- expected: "string",
1379
+ expected: '"ssGSEA"',
1581
1380
  value: input3.type
1582
1381
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1583
1382
  path: _path2 + ".child_types",
1584
1383
  expected: "(Array<string> | undefined)",
1585
1384
  value: input3.child_types
1586
- })) && input3.child_types.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
1587
- path: _path2 + ".child_types[" + _index26 + "]",
1385
+ })) && input3.child_types.map((elem, _index22) => "string" === typeof elem || $report(_exceptionable2, {
1386
+ path: _path2 + ".child_types[" + _index22 + "]",
1588
1387
  expected: "string",
1589
1388
  value: elem
1590
1389
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1599,8 +1398,8 @@ var validCorrelationVolcanoRequest = (input) => {
1599
1398
  path: _path2 + ".included_types",
1600
1399
  expected: "(Array<string> | undefined)",
1601
1400
  value: input3.included_types
1602
- })) && input3.included_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
1603
- path: _path2 + ".included_types[" + _index27 + "]",
1401
+ })) && input3.included_types.map((elem, _index23) => "string" === typeof elem || $report(_exceptionable2, {
1402
+ path: _path2 + ".included_types[" + _index23 + "]",
1604
1403
  expected: "string",
1605
1404
  value: elem
1606
1405
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1623,24 +1422,102 @@ var validCorrelationVolcanoRequest = (input) => {
1623
1422
  path: _path2 + ".skipValuesBuild",
1624
1423
  expected: "(boolean | undefined)",
1625
1424
  value: input3.skipValuesBuild
1626
- }), "coord" === input3.kind || $report(_exceptionable2, {
1627
- path: _path2 + ".kind",
1628
- expected: '"coord"',
1629
- value: input3.kind
1630
- }), "string" === typeof input3.chr || $report(_exceptionable2, {
1631
- path: _path2 + ".chr",
1425
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1426
+ path: _path2 + ".continuousColorScale",
1427
+ expected: "(__type.o2 | undefined)",
1428
+ value: input3.continuousColorScale
1429
+ })) && $vo14(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1430
+ path: _path2 + ".continuousColorScale",
1431
+ expected: "(__type.o2 | undefined)",
1432
+ value: input3.continuousColorScale
1433
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1434
+ path: _path2 + ".unit",
1435
+ expected: "(string | undefined)",
1436
+ value: input3.unit
1437
+ }), void 0 === input3.genes || (Array.isArray(input3.genes) || $report(_exceptionable2, {
1438
+ path: _path2 + ".genes",
1439
+ expected: "(Array<string> | undefined)",
1440
+ value: input3.genes
1441
+ })) && input3.genes.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
1442
+ path: _path2 + ".genes[" + _index24 + "]",
1632
1443
  expected: "string",
1633
- value: input3.chr
1634
- }), "number" === typeof input3.start || $report(_exceptionable2, {
1635
- path: _path2 + ".start",
1636
- expected: "number",
1637
- value: input3.start
1638
- }), "number" === typeof input3.stop || $report(_exceptionable2, {
1639
- path: _path2 + ".stop",
1444
+ value: elem
1445
+ })).every((flag) => flag) || $report(_exceptionable2, {
1446
+ path: _path2 + ".genes",
1447
+ expected: "(Array<string> | undefined)",
1448
+ value: input3.genes
1449
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1450
+ path: _path2 + ".bins",
1451
+ expected: "(PresetNumericBins | undefined)",
1452
+ value: input3.bins
1453
+ })) && $vo15(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1454
+ path: _path2 + ".bins",
1455
+ expected: "(PresetNumericBins | undefined)",
1456
+ value: input3.bins
1457
+ })].every((flag) => flag);
1458
+ const $vo27 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1459
+ path: _path2 + ".key",
1460
+ expected: "string",
1461
+ value: input3.key
1462
+ }), "number" === typeof input3.value || $report(_exceptionable2, {
1463
+ path: _path2 + ".value",
1640
1464
  expected: "number",
1641
- value: input3.stop
1465
+ value: input3.value
1466
+ }), true === input3.uncomputable || $report(_exceptionable2, {
1467
+ path: _path2 + ".uncomputable",
1468
+ expected: "true",
1469
+ value: input3.uncomputable
1470
+ }), void 0 === input3.label || "string" === typeof input3.label || $report(_exceptionable2, {
1471
+ path: _path2 + ".label",
1472
+ expected: "(string | undefined)",
1473
+ value: input3.label
1642
1474
  })].every((flag) => flag);
1643
- const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1475
+ const $vo28 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1476
+ path: _path2 + ".join",
1477
+ expected: "(string | undefined)",
1478
+ value: input3.join
1479
+ }), void 0 === input3.isnot || "boolean" === typeof input3.isnot || $report(_exceptionable2, {
1480
+ path: _path2 + ".isnot",
1481
+ expected: "(boolean | undefined)",
1482
+ value: input3.isnot
1483
+ }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
1484
+ path: _path2 + ".term",
1485
+ expected: "ConditionTerm",
1486
+ value: input3.term
1487
+ })) && $vo29(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1488
+ path: _path2 + ".term",
1489
+ expected: "ConditionTerm",
1490
+ value: input3.term
1491
+ }), void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade || $report(_exceptionable2, {
1492
+ path: _path2 + ".value_by_max_grade",
1493
+ expected: "(boolean | undefined)",
1494
+ value: input3.value_by_max_grade
1495
+ }), void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent || $report(_exceptionable2, {
1496
+ path: _path2 + ".value_by_most_recent",
1497
+ expected: "(boolean | undefined)",
1498
+ value: input3.value_by_most_recent
1499
+ }), void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade || $report(_exceptionable2, {
1500
+ path: _path2 + ".value_by_computable_grade",
1501
+ expected: "(boolean | undefined)",
1502
+ value: input3.value_by_computable_grade
1503
+ }), void 0 === input3.grade_and_child || (Array.isArray(input3.grade_and_child) || $report(_exceptionable2, {
1504
+ path: _path2 + ".grade_and_child",
1505
+ expected: "(Array<GradeAndChildEntry> | undefined)",
1506
+ value: input3.grade_and_child
1507
+ })) && input3.grade_and_child.map((elem, _index25) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1508
+ path: _path2 + ".grade_and_child[" + _index25 + "]",
1509
+ expected: "GradeAndChildEntry",
1510
+ value: elem
1511
+ })) && $vo30(elem, _path2 + ".grade_and_child[" + _index25 + "]", _exceptionable2) || $report(_exceptionable2, {
1512
+ path: _path2 + ".grade_and_child[" + _index25 + "]",
1513
+ expected: "GradeAndChildEntry",
1514
+ value: elem
1515
+ })).every((flag) => flag) || $report(_exceptionable2, {
1516
+ path: _path2 + ".grade_and_child",
1517
+ expected: "(Array<GradeAndChildEntry> | undefined)",
1518
+ value: input3.grade_and_child
1519
+ })].every((flag) => flag);
1520
+ const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1644
1521
  path: _path2 + ".id",
1645
1522
  expected: "string",
1646
1523
  value: input3.id
@@ -1648,16 +1525,16 @@ var validCorrelationVolcanoRequest = (input) => {
1648
1525
  path: _path2 + ".name",
1649
1526
  expected: "string",
1650
1527
  value: input3.name
1651
- }), "geneVariant" === input3.type || $report(_exceptionable2, {
1528
+ }), "condition" === input3.type || $report(_exceptionable2, {
1652
1529
  path: _path2 + ".type",
1653
- expected: '"geneVariant"',
1530
+ expected: '"condition"',
1654
1531
  value: input3.type
1655
1532
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1656
1533
  path: _path2 + ".child_types",
1657
1534
  expected: "(Array<string> | undefined)",
1658
1535
  value: input3.child_types
1659
- })) && input3.child_types.map((elem, _index28) => "string" === typeof elem || $report(_exceptionable2, {
1660
- path: _path2 + ".child_types[" + _index28 + "]",
1536
+ })) && input3.child_types.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
1537
+ path: _path2 + ".child_types[" + _index26 + "]",
1661
1538
  expected: "string",
1662
1539
  value: elem
1663
1540
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1672,8 +1549,8 @@ var validCorrelationVolcanoRequest = (input) => {
1672
1549
  path: _path2 + ".included_types",
1673
1550
  expected: "(Array<string> | undefined)",
1674
1551
  value: input3.included_types
1675
- })) && input3.included_types.map((elem, _index29) => "string" === typeof elem || $report(_exceptionable2, {
1676
- path: _path2 + ".included_types[" + _index29 + "]",
1552
+ })) && input3.included_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
1553
+ path: _path2 + ".included_types[" + _index27 + "]",
1677
1554
  expected: "string",
1678
1555
  value: elem
1679
1556
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1696,36 +1573,204 @@ var validCorrelationVolcanoRequest = (input) => {
1696
1573
  path: _path2 + ".skipValuesBuild",
1697
1574
  expected: "(boolean | undefined)",
1698
1575
  value: input3.skipValuesBuild
1699
- }), "coord" === input3.kind || $report(_exceptionable2, {
1700
- path: _path2 + ".kind",
1701
- expected: '"coord"',
1702
- value: input3.kind
1703
- }), "string" === typeof input3.chr || $report(_exceptionable2, {
1704
- path: _path2 + ".chr",
1705
- expected: "string",
1706
- value: input3.chr
1707
- }), "number" === typeof input3.start || $report(_exceptionable2, {
1708
- path: _path2 + ".start",
1709
- expected: "number",
1710
- value: input3.start
1711
- }), "number" === typeof input3.stop || $report(_exceptionable2, {
1712
- path: _path2 + ".stop",
1576
+ })].every((flag) => flag);
1577
+ const $vo30 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1578
+ path: _path2 + ".grade",
1713
1579
  expected: "number",
1714
- value: input3.stop
1715
- }), (Array.isArray(input3.genes) || $report(_exceptionable2, {
1716
- path: _path2 + ".genes",
1717
- expected: "Array<GvGeneTerm>",
1718
- value: input3.genes
1719
- })) && input3.genes.map((elem, _index30) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1720
- path: _path2 + ".genes[" + _index30 + "]",
1721
- expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1722
- value: elem
1723
- })) && $vu3(elem, _path2 + ".genes[" + _index30 + "]", _exceptionable2) || $report(_exceptionable2, {
1724
- path: _path2 + ".genes[" + _index30 + "]",
1725
- expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1726
- value: elem
1727
- })).every((flag) => flag) || $report(_exceptionable2, {
1728
- path: _path2 + ".genes",
1580
+ value: input3.grade
1581
+ }), "string" === typeof input3.grade_label || $report(_exceptionable2, {
1582
+ path: _path2 + ".grade_label",
1583
+ expected: "string",
1584
+ value: input3.grade_label
1585
+ }), void 0 === input3.child_id || "string" === typeof input3.child_id || $report(_exceptionable2, {
1586
+ path: _path2 + ".child_id",
1587
+ expected: "(string | undefined)",
1588
+ value: input3.child_id
1589
+ }), "string" === typeof input3.child_label || $report(_exceptionable2, {
1590
+ path: _path2 + ".child_label",
1591
+ expected: "string",
1592
+ value: input3.child_label
1593
+ })].every((flag) => flag);
1594
+ const $vo31 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1595
+ path: _path2 + ".join",
1596
+ expected: "(string | undefined)",
1597
+ value: input3.join
1598
+ }), void 0 === input3.isnot || "boolean" === typeof input3.isnot || $report(_exceptionable2, {
1599
+ path: _path2 + ".isnot",
1600
+ expected: "(boolean | undefined)",
1601
+ value: input3.isnot
1602
+ }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
1603
+ path: _path2 + ".term",
1604
+ expected: "DtTerm",
1605
+ value: input3.term
1606
+ })) && $vo32(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1607
+ path: _path2 + ".term",
1608
+ expected: "DtTerm",
1609
+ value: input3.term
1610
+ }), (Array.isArray(input3.values) || $report(_exceptionable2, {
1611
+ path: _path2 + ".values",
1612
+ expected: "Array<__type>.o2",
1613
+ value: input3.values
1614
+ })) && input3.values.map((elem, _index28) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1615
+ path: _path2 + ".values[" + _index28 + "]",
1616
+ expected: "__type.o4",
1617
+ value: elem
1618
+ })) && $vo37(elem, _path2 + ".values[" + _index28 + "]", _exceptionable2) || $report(_exceptionable2, {
1619
+ path: _path2 + ".values[" + _index28 + "]",
1620
+ expected: "__type.o4",
1621
+ value: elem
1622
+ })).every((flag) => flag) || $report(_exceptionable2, {
1623
+ path: _path2 + ".values",
1624
+ expected: "Array<__type>.o2",
1625
+ value: input3.values
1626
+ }), void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested || $report(_exceptionable2, {
1627
+ path: _path2 + ".includeNotTested",
1628
+ expected: "(boolean | undefined)",
1629
+ value: input3.includeNotTested
1630
+ }), void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName || $report(_exceptionable2, {
1631
+ path: _path2 + ".excludeGeneName",
1632
+ expected: "(boolean | undefined)",
1633
+ value: input3.excludeGeneName
1634
+ })].every((flag) => flag);
1635
+ const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1636
+ path: _path2 + ".id",
1637
+ expected: "string",
1638
+ value: input3.id
1639
+ }), "string" === typeof input3.query || $report(_exceptionable2, {
1640
+ path: _path2 + ".query",
1641
+ expected: "string",
1642
+ value: input3.query
1643
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
1644
+ path: _path2 + ".name",
1645
+ expected: "string",
1646
+ value: input3.name
1647
+ }), "string" === typeof input3.name_noOrigin || $report(_exceptionable2, {
1648
+ path: _path2 + ".name_noOrigin",
1649
+ expected: "string",
1650
+ value: input3.name_noOrigin
1651
+ }), void 0 === input3.parentTerm || ("object" === typeof input3.parentTerm && null !== input3.parentTerm || $report(_exceptionable2, {
1652
+ path: _path2 + ".parentTerm",
1653
+ 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)',
1654
+ value: input3.parentTerm
1655
+ })) && $vu10(input3.parentTerm, _path2 + ".parentTerm", _exceptionable2) || $report(_exceptionable2, {
1656
+ path: _path2 + ".parentTerm",
1657
+ 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)',
1658
+ value: input3.parentTerm
1659
+ }), true, "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1660
+ path: _path2 + ".isleaf",
1661
+ expected: "boolean",
1662
+ value: input3.isleaf
1663
+ }), "string" === typeof input3.type || $report(_exceptionable2, {
1664
+ path: _path2 + ".type",
1665
+ expected: "string",
1666
+ value: input3.type
1667
+ }), "number" === typeof input3.dt || $report(_exceptionable2, {
1668
+ path: _path2 + ".dt",
1669
+ expected: "number",
1670
+ value: input3.dt
1671
+ }), void 0 === input3.origin || "string" === typeof input3.origin || $report(_exceptionable2, {
1672
+ path: _path2 + ".origin",
1673
+ expected: "(string | undefined)",
1674
+ value: input3.origin
1675
+ }), ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1676
+ path: _path2 + ".values",
1677
+ expected: "TermValues",
1678
+ value: input3.values
1679
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1680
+ path: _path2 + ".values",
1681
+ expected: "TermValues",
1682
+ value: input3.values
1683
+ })].every((flag) => flag);
1684
+ const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1685
+ path: _path2 + ".id",
1686
+ expected: "string",
1687
+ value: input3.id
1688
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
1689
+ path: _path2 + ".name",
1690
+ expected: "string",
1691
+ value: input3.name
1692
+ }), "geneVariant" === input3.type || $report(_exceptionable2, {
1693
+ path: _path2 + ".type",
1694
+ expected: '"geneVariant"',
1695
+ value: input3.type
1696
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1697
+ path: _path2 + ".child_types",
1698
+ expected: "(Array<string> | undefined)",
1699
+ value: input3.child_types
1700
+ })) && input3.child_types.map((elem, _index29) => "string" === typeof elem || $report(_exceptionable2, {
1701
+ path: _path2 + ".child_types[" + _index29 + "]",
1702
+ expected: "string",
1703
+ value: elem
1704
+ })).every((flag) => flag) || $report(_exceptionable2, {
1705
+ path: _path2 + ".child_types",
1706
+ expected: "(Array<string> | undefined)",
1707
+ value: input3.child_types
1708
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
1709
+ path: _path2 + ".hashtmldetail",
1710
+ expected: "(boolean | undefined)",
1711
+ value: input3.hashtmldetail
1712
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
1713
+ path: _path2 + ".included_types",
1714
+ expected: "(Array<string> | undefined)",
1715
+ value: input3.included_types
1716
+ })) && input3.included_types.map((elem, _index30) => "string" === typeof elem || $report(_exceptionable2, {
1717
+ path: _path2 + ".included_types[" + _index30 + "]",
1718
+ expected: "string",
1719
+ value: elem
1720
+ })).every((flag) => flag) || $report(_exceptionable2, {
1721
+ path: _path2 + ".included_types",
1722
+ expected: "(Array<string> | undefined)",
1723
+ value: input3.included_types
1724
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1725
+ path: _path2 + ".isleaf",
1726
+ expected: "(boolean | undefined)",
1727
+ value: input3.isleaf
1728
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1729
+ path: _path2 + ".values",
1730
+ expected: "(TermValues | undefined)",
1731
+ value: input3.values
1732
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1733
+ path: _path2 + ".values",
1734
+ expected: "(TermValues | undefined)",
1735
+ value: input3.values
1736
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
1737
+ path: _path2 + ".skipValuesBuild",
1738
+ expected: "(boolean | undefined)",
1739
+ value: input3.skipValuesBuild
1740
+ }), "gene" === input3.kind || $report(_exceptionable2, {
1741
+ path: _path2 + ".kind",
1742
+ expected: '"gene"',
1743
+ value: input3.kind
1744
+ }), "string" === typeof input3.gene || $report(_exceptionable2, {
1745
+ path: _path2 + ".gene",
1746
+ expected: "string",
1747
+ value: input3.gene
1748
+ }), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
1749
+ path: _path2 + ".chr",
1750
+ expected: "(string | undefined)",
1751
+ value: input3.chr
1752
+ }), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
1753
+ path: _path2 + ".start",
1754
+ expected: "(number | undefined)",
1755
+ value: input3.start
1756
+ }), void 0 === input3.stop || "number" === typeof input3.stop || $report(_exceptionable2, {
1757
+ path: _path2 + ".stop",
1758
+ expected: "(number | undefined)",
1759
+ value: input3.stop
1760
+ }), (Array.isArray(input3.genes) || $report(_exceptionable2, {
1761
+ path: _path2 + ".genes",
1762
+ expected: "Array<GvGeneTerm>",
1763
+ value: input3.genes
1764
+ })) && input3.genes.map((elem, _index31) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1765
+ path: _path2 + ".genes[" + _index31 + "]",
1766
+ expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1767
+ value: elem
1768
+ })) && $vu3(elem, _path2 + ".genes[" + _index31 + "]", _exceptionable2) || $report(_exceptionable2, {
1769
+ path: _path2 + ".genes[" + _index31 + "]",
1770
+ expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1771
+ value: elem
1772
+ })).every((flag) => flag) || $report(_exceptionable2, {
1773
+ path: _path2 + ".genes",
1729
1774
  expected: "Array<GvGeneTerm>",
1730
1775
  value: input3.genes
1731
1776
  }), void 0 === input3.groupsetting || ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
@@ -1740,12 +1785,12 @@ var validCorrelationVolcanoRequest = (input) => {
1740
1785
  path: _path2 + ".childTerms",
1741
1786
  expected: "(Array<DtTerm> | undefined)",
1742
1787
  value: input3.childTerms
1743
- })) && input3.childTerms.map((elem, _index31) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1744
- path: _path2 + ".childTerms[" + _index31 + "]",
1788
+ })) && input3.childTerms.map((elem, _index32) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1789
+ path: _path2 + ".childTerms[" + _index32 + "]",
1745
1790
  expected: "DtTerm",
1746
1791
  value: elem
1747
- })) && $vo28(elem, _path2 + ".childTerms[" + _index31 + "]", _exceptionable2) || $report(_exceptionable2, {
1748
- path: _path2 + ".childTerms[" + _index31 + "]",
1792
+ })) && $vo32(elem, _path2 + ".childTerms[" + _index32 + "]", _exceptionable2) || $report(_exceptionable2, {
1793
+ path: _path2 + ".childTerms[" + _index32 + "]",
1749
1794
  expected: "DtTerm",
1750
1795
  value: elem
1751
1796
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1753,22 +1798,285 @@ var validCorrelationVolcanoRequest = (input) => {
1753
1798
  expected: "(Array<DtTerm> | undefined)",
1754
1799
  value: input3.childTerms
1755
1800
  })].every((flag) => flag);
1756
- const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1757
- path: _path2 + ".key",
1801
+ const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1802
+ path: _path2 + ".id",
1758
1803
  expected: "string",
1759
- value: input3.key
1760
- }), "string" === typeof input3.label || $report(_exceptionable2, {
1761
- path: _path2 + ".label",
1804
+ value: input3.id
1805
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
1806
+ path: _path2 + ".name",
1762
1807
  expected: "string",
1763
- value: input3.label
1764
- }), "string" === typeof input3.value || $report(_exceptionable2, {
1765
- path: _path2 + ".value",
1808
+ value: input3.name
1809
+ }), "string" === typeof input3.type || $report(_exceptionable2, {
1810
+ path: _path2 + ".type",
1766
1811
  expected: "string",
1767
- value: input3.value
1812
+ value: input3.type
1813
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1814
+ path: _path2 + ".child_types",
1815
+ expected: "(Array<string> | undefined)",
1816
+ value: input3.child_types
1817
+ })) && input3.child_types.map((elem, _index33) => "string" === typeof elem || $report(_exceptionable2, {
1818
+ path: _path2 + ".child_types[" + _index33 + "]",
1819
+ expected: "string",
1820
+ value: elem
1821
+ })).every((flag) => flag) || $report(_exceptionable2, {
1822
+ path: _path2 + ".child_types",
1823
+ expected: "(Array<string> | undefined)",
1824
+ value: input3.child_types
1825
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
1826
+ path: _path2 + ".hashtmldetail",
1827
+ expected: "(boolean | undefined)",
1828
+ value: input3.hashtmldetail
1829
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
1830
+ path: _path2 + ".included_types",
1831
+ expected: "(Array<string> | undefined)",
1832
+ value: input3.included_types
1833
+ })) && input3.included_types.map((elem, _index34) => "string" === typeof elem || $report(_exceptionable2, {
1834
+ path: _path2 + ".included_types[" + _index34 + "]",
1835
+ expected: "string",
1836
+ value: elem
1837
+ })).every((flag) => flag) || $report(_exceptionable2, {
1838
+ path: _path2 + ".included_types",
1839
+ expected: "(Array<string> | undefined)",
1840
+ value: input3.included_types
1841
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1842
+ path: _path2 + ".isleaf",
1843
+ expected: "(boolean | undefined)",
1844
+ value: input3.isleaf
1845
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1846
+ path: _path2 + ".values",
1847
+ expected: "(TermValues | undefined)",
1848
+ value: input3.values
1849
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1850
+ path: _path2 + ".values",
1851
+ expected: "(TermValues | undefined)",
1852
+ value: input3.values
1853
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
1854
+ path: _path2 + ".skipValuesBuild",
1855
+ expected: "(boolean | undefined)",
1856
+ value: input3.skipValuesBuild
1857
+ }), "gene" === input3.kind || $report(_exceptionable2, {
1858
+ path: _path2 + ".kind",
1859
+ expected: '"gene"',
1860
+ value: input3.kind
1861
+ }), "string" === typeof input3.gene || $report(_exceptionable2, {
1862
+ path: _path2 + ".gene",
1863
+ expected: "string",
1864
+ value: input3.gene
1865
+ }), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
1866
+ path: _path2 + ".chr",
1867
+ expected: "(string | undefined)",
1868
+ value: input3.chr
1869
+ }), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
1870
+ path: _path2 + ".start",
1871
+ expected: "(number | undefined)",
1872
+ value: input3.start
1873
+ }), void 0 === input3.stop || "number" === typeof input3.stop || $report(_exceptionable2, {
1874
+ path: _path2 + ".stop",
1875
+ expected: "(number | undefined)",
1876
+ value: input3.stop
1768
1877
  })].every((flag) => flag);
1769
- const $vo34 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
1878
+ const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1770
1879
  path: _path2 + ".id",
1771
- expected: "(string | undefined)",
1880
+ expected: "string",
1881
+ value: input3.id
1882
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
1883
+ path: _path2 + ".name",
1884
+ expected: "string",
1885
+ value: input3.name
1886
+ }), "string" === typeof input3.type || $report(_exceptionable2, {
1887
+ path: _path2 + ".type",
1888
+ expected: "string",
1889
+ value: input3.type
1890
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1891
+ path: _path2 + ".child_types",
1892
+ expected: "(Array<string> | undefined)",
1893
+ value: input3.child_types
1894
+ })) && input3.child_types.map((elem, _index35) => "string" === typeof elem || $report(_exceptionable2, {
1895
+ path: _path2 + ".child_types[" + _index35 + "]",
1896
+ expected: "string",
1897
+ value: elem
1898
+ })).every((flag) => flag) || $report(_exceptionable2, {
1899
+ path: _path2 + ".child_types",
1900
+ expected: "(Array<string> | undefined)",
1901
+ value: input3.child_types
1902
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
1903
+ path: _path2 + ".hashtmldetail",
1904
+ expected: "(boolean | undefined)",
1905
+ value: input3.hashtmldetail
1906
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
1907
+ path: _path2 + ".included_types",
1908
+ expected: "(Array<string> | undefined)",
1909
+ value: input3.included_types
1910
+ })) && input3.included_types.map((elem, _index36) => "string" === typeof elem || $report(_exceptionable2, {
1911
+ path: _path2 + ".included_types[" + _index36 + "]",
1912
+ expected: "string",
1913
+ value: elem
1914
+ })).every((flag) => flag) || $report(_exceptionable2, {
1915
+ path: _path2 + ".included_types",
1916
+ expected: "(Array<string> | undefined)",
1917
+ value: input3.included_types
1918
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1919
+ path: _path2 + ".isleaf",
1920
+ expected: "(boolean | undefined)",
1921
+ value: input3.isleaf
1922
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1923
+ path: _path2 + ".values",
1924
+ expected: "(TermValues | undefined)",
1925
+ value: input3.values
1926
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1927
+ path: _path2 + ".values",
1928
+ expected: "(TermValues | undefined)",
1929
+ value: input3.values
1930
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
1931
+ path: _path2 + ".skipValuesBuild",
1932
+ expected: "(boolean | undefined)",
1933
+ value: input3.skipValuesBuild
1934
+ }), "coord" === input3.kind || $report(_exceptionable2, {
1935
+ path: _path2 + ".kind",
1936
+ expected: '"coord"',
1937
+ value: input3.kind
1938
+ }), "string" === typeof input3.chr || $report(_exceptionable2, {
1939
+ path: _path2 + ".chr",
1940
+ expected: "string",
1941
+ value: input3.chr
1942
+ }), "number" === typeof input3.start || $report(_exceptionable2, {
1943
+ path: _path2 + ".start",
1944
+ expected: "number",
1945
+ value: input3.start
1946
+ }), "number" === typeof input3.stop || $report(_exceptionable2, {
1947
+ path: _path2 + ".stop",
1948
+ expected: "number",
1949
+ value: input3.stop
1950
+ })].every((flag) => flag);
1951
+ const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1952
+ path: _path2 + ".id",
1953
+ expected: "string",
1954
+ value: input3.id
1955
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
1956
+ path: _path2 + ".name",
1957
+ expected: "string",
1958
+ value: input3.name
1959
+ }), "geneVariant" === input3.type || $report(_exceptionable2, {
1960
+ path: _path2 + ".type",
1961
+ expected: '"geneVariant"',
1962
+ value: input3.type
1963
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1964
+ path: _path2 + ".child_types",
1965
+ expected: "(Array<string> | undefined)",
1966
+ value: input3.child_types
1967
+ })) && input3.child_types.map((elem, _index37) => "string" === typeof elem || $report(_exceptionable2, {
1968
+ path: _path2 + ".child_types[" + _index37 + "]",
1969
+ expected: "string",
1970
+ value: elem
1971
+ })).every((flag) => flag) || $report(_exceptionable2, {
1972
+ path: _path2 + ".child_types",
1973
+ expected: "(Array<string> | undefined)",
1974
+ value: input3.child_types
1975
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
1976
+ path: _path2 + ".hashtmldetail",
1977
+ expected: "(boolean | undefined)",
1978
+ value: input3.hashtmldetail
1979
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
1980
+ path: _path2 + ".included_types",
1981
+ expected: "(Array<string> | undefined)",
1982
+ value: input3.included_types
1983
+ })) && input3.included_types.map((elem, _index38) => "string" === typeof elem || $report(_exceptionable2, {
1984
+ path: _path2 + ".included_types[" + _index38 + "]",
1985
+ expected: "string",
1986
+ value: elem
1987
+ })).every((flag) => flag) || $report(_exceptionable2, {
1988
+ path: _path2 + ".included_types",
1989
+ expected: "(Array<string> | undefined)",
1990
+ value: input3.included_types
1991
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1992
+ path: _path2 + ".isleaf",
1993
+ expected: "(boolean | undefined)",
1994
+ value: input3.isleaf
1995
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1996
+ path: _path2 + ".values",
1997
+ expected: "(TermValues | undefined)",
1998
+ value: input3.values
1999
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2000
+ path: _path2 + ".values",
2001
+ expected: "(TermValues | undefined)",
2002
+ value: input3.values
2003
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
2004
+ path: _path2 + ".skipValuesBuild",
2005
+ expected: "(boolean | undefined)",
2006
+ value: input3.skipValuesBuild
2007
+ }), "coord" === input3.kind || $report(_exceptionable2, {
2008
+ path: _path2 + ".kind",
2009
+ expected: '"coord"',
2010
+ value: input3.kind
2011
+ }), "string" === typeof input3.chr || $report(_exceptionable2, {
2012
+ path: _path2 + ".chr",
2013
+ expected: "string",
2014
+ value: input3.chr
2015
+ }), "number" === typeof input3.start || $report(_exceptionable2, {
2016
+ path: _path2 + ".start",
2017
+ expected: "number",
2018
+ value: input3.start
2019
+ }), "number" === typeof input3.stop || $report(_exceptionable2, {
2020
+ path: _path2 + ".stop",
2021
+ expected: "number",
2022
+ value: input3.stop
2023
+ }), (Array.isArray(input3.genes) || $report(_exceptionable2, {
2024
+ path: _path2 + ".genes",
2025
+ expected: "Array<GvGeneTerm>",
2026
+ value: input3.genes
2027
+ })) && input3.genes.map((elem, _index39) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2028
+ path: _path2 + ".genes[" + _index39 + "]",
2029
+ expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2030
+ value: elem
2031
+ })) && $vu3(elem, _path2 + ".genes[" + _index39 + "]", _exceptionable2) || $report(_exceptionable2, {
2032
+ path: _path2 + ".genes[" + _index39 + "]",
2033
+ expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2034
+ value: elem
2035
+ })).every((flag) => flag) || $report(_exceptionable2, {
2036
+ path: _path2 + ".genes",
2037
+ expected: "Array<GvGeneTerm>",
2038
+ value: input3.genes
2039
+ }), void 0 === input3.groupsetting || ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
2040
+ path: _path2 + ".groupsetting",
2041
+ expected: "(TermGroupSetting | undefined)",
2042
+ value: input3.groupsetting
2043
+ })) && $vo7(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2044
+ path: _path2 + ".groupsetting",
2045
+ expected: "(TermGroupSetting | undefined)",
2046
+ value: input3.groupsetting
2047
+ }), void 0 === input3.childTerms || (Array.isArray(input3.childTerms) || $report(_exceptionable2, {
2048
+ path: _path2 + ".childTerms",
2049
+ expected: "(Array<DtTerm> | undefined)",
2050
+ value: input3.childTerms
2051
+ })) && input3.childTerms.map((elem, _index40) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2052
+ path: _path2 + ".childTerms[" + _index40 + "]",
2053
+ expected: "DtTerm",
2054
+ value: elem
2055
+ })) && $vo32(elem, _path2 + ".childTerms[" + _index40 + "]", _exceptionable2) || $report(_exceptionable2, {
2056
+ path: _path2 + ".childTerms[" + _index40 + "]",
2057
+ expected: "DtTerm",
2058
+ value: elem
2059
+ })).every((flag) => flag) || $report(_exceptionable2, {
2060
+ path: _path2 + ".childTerms",
2061
+ expected: "(Array<DtTerm> | undefined)",
2062
+ value: input3.childTerms
2063
+ })].every((flag) => flag);
2064
+ const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
2065
+ path: _path2 + ".key",
2066
+ expected: "string",
2067
+ value: input3.key
2068
+ }), "string" === typeof input3.label || $report(_exceptionable2, {
2069
+ path: _path2 + ".label",
2070
+ expected: "string",
2071
+ value: input3.label
2072
+ }), "string" === typeof input3.value || $report(_exceptionable2, {
2073
+ path: _path2 + ".value",
2074
+ expected: "string",
2075
+ value: input3.value
2076
+ })].every((flag) => flag);
2077
+ const $vo38 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2078
+ path: _path2 + ".id",
2079
+ expected: "(string | undefined)",
1772
2080
  value: input3.id
1773
2081
  }), void 0 === input3.$id || "string" === typeof input3.$id || $report(_exceptionable2, {
1774
2082
  path: _path2 + ".$id",
@@ -1782,7 +2090,7 @@ var validCorrelationVolcanoRequest = (input) => {
1782
2090
  path: _path2 + ".settings",
1783
2091
  expected: "(__type.o5 | undefined)",
1784
2092
  value: input3.settings
1785
- })) && $vo35(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2093
+ })) && $vo39(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
1786
2094
  path: _path2 + ".settings",
1787
2095
  expected: "(__type.o5 | undefined)",
1788
2096
  value: input3.settings
@@ -1790,19 +2098,7 @@ var validCorrelationVolcanoRequest = (input) => {
1790
2098
  path: _path2 + ".minNumSamples",
1791
2099
  expected: "(number | undefined)",
1792
2100
  value: input3.minNumSamples
1793
- }), true, "CatTWValues" === input3.type || "CatTWPredefinedGS" === input3.type || "CatTWCustomGS" === input3.type || $report(_exceptionable2, {
1794
- path: _path2 + ".type",
1795
- expected: '("CatTWCustomGS" | "CatTWPredefinedGS" | "CatTWValues")',
1796
- value: input3.type
1797
- }), ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) || $report(_exceptionable2, {
1798
- path: _path2 + ".q",
1799
- expected: "(CustomGroupSettingQ | FilterQ | PredefinedGroupSettingQ | ValuesQ)",
1800
- value: input3.q
1801
- })) && $vu11(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
1802
- path: _path2 + ".q",
1803
- expected: "(CustomGroupSettingQ | FilterQ | PredefinedGroupSettingQ | ValuesQ)",
1804
- value: input3.q
1805
- }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2101
+ }), true, ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
1806
2102
  path: _path2 + ".term",
1807
2103
  expected: "CategoricalTerm",
1808
2104
  value: input3.term
@@ -1810,8 +2106,20 @@ var validCorrelationVolcanoRequest = (input) => {
1810
2106
  path: _path2 + ".term",
1811
2107
  expected: "CategoricalTerm",
1812
2108
  value: input3.term
2109
+ }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
2110
+ path: _path2 + ".q",
2111
+ expected: "ValuesQ",
2112
+ value: input3.q
2113
+ })) && $vo40(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2114
+ path: _path2 + ".q",
2115
+ expected: "ValuesQ",
2116
+ value: input3.q
2117
+ }), "CatTWValues" === input3.type || $report(_exceptionable2, {
2118
+ path: _path2 + ".type",
2119
+ expected: '"CatTWValues"',
2120
+ value: input3.type
1813
2121
  })].every((flag) => flag);
1814
- const $vo35 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2122
+ const $vo39 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
1815
2123
  const value = input3[key];
1816
2124
  if (void 0 === value)
1817
2125
  return true;
@@ -1819,7 +2127,7 @@ var validCorrelationVolcanoRequest = (input) => {
1819
2127
  return true;
1820
2128
  return true;
1821
2129
  }).every((flag) => flag)].every((flag) => flag);
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, {
2130
+ const $vo40 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1823
2131
  path: _path2 + ".hiddenValues",
1824
2132
  expected: "(HiddenValues | undefined)",
1825
2133
  value: input3.hiddenValues
@@ -1848,36 +2156,52 @@ var validCorrelationVolcanoRequest = (input) => {
1848
2156
  expected: '"values"',
1849
2157
  value: input3.type
1850
2158
  })].every((flag) => flag);
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, {
1852
- path: _path2 + ".hiddenValues",
1853
- expected: "(HiddenValues | undefined)",
1854
- value: input3.hiddenValues
1855
- })) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
1856
- path: _path2 + ".hiddenValues",
1857
- expected: "(HiddenValues | undefined)",
1858
- value: input3.hiddenValues
1859
- }), void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic || $report(_exceptionable2, {
1860
- path: _path2 + ".isAtomic",
1861
- expected: "(boolean | undefined)",
1862
- value: input3.isAtomic
1863
- }), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
1864
- path: _path2 + ".name",
2159
+ const $vo41 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2160
+ path: _path2 + ".id",
1865
2161
  expected: "(string | undefined)",
1866
- value: input3.name
1867
- }), void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode || $report(_exceptionable2, {
1868
- path: _path2 + ".mode",
1869
- expected: '("binary" | "continuous" | "cox" | "cuminc" | "discrete" | "spline" | undefined)',
1870
- value: input3.mode
1871
- }), void 0 === input3.reuseId || "string" === typeof input3.reuseId || $report(_exceptionable2, {
1872
- path: _path2 + ".reuseId",
2162
+ value: input3.id
2163
+ }), void 0 === input3.$id || "string" === typeof input3.$id || $report(_exceptionable2, {
2164
+ path: _path2 + ".$id",
1873
2165
  expected: "(string | undefined)",
1874
- value: input3.reuseId
1875
- }), void 0 === input3.type || "filter" === input3.type || $report(_exceptionable2, {
2166
+ value: input3.$id
2167
+ }), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
2168
+ path: _path2 + ".isAtomic",
2169
+ expected: "(true | undefined)",
2170
+ value: input3.isAtomic
2171
+ }), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
2172
+ path: _path2 + ".settings",
2173
+ expected: "(__type.o5 | undefined)",
2174
+ value: input3.settings
2175
+ })) && $vo39(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2176
+ path: _path2 + ".settings",
2177
+ expected: "(__type.o5 | undefined)",
2178
+ value: input3.settings
2179
+ }), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
2180
+ path: _path2 + ".minNumSamples",
2181
+ expected: "(number | undefined)",
2182
+ value: input3.minNumSamples
2183
+ }), true, ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2184
+ path: _path2 + ".term",
2185
+ expected: "CategoricalTerm",
2186
+ value: input3.term
2187
+ })) && $vo4(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2188
+ path: _path2 + ".term",
2189
+ expected: "CategoricalTerm",
2190
+ value: input3.term
2191
+ }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
2192
+ path: _path2 + ".q",
2193
+ expected: "PredefinedGroupSettingQ",
2194
+ value: input3.q
2195
+ })) && $vo42(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2196
+ path: _path2 + ".q",
2197
+ expected: "PredefinedGroupSettingQ",
2198
+ value: input3.q
2199
+ }), "CatTWPredefinedGS" === input3.type || $report(_exceptionable2, {
1876
2200
  path: _path2 + ".type",
1877
- expected: '("filter" | undefined)',
2201
+ expected: '"CatTWPredefinedGS"',
1878
2202
  value: input3.type
1879
2203
  })].every((flag) => flag);
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, {
2204
+ const $vo42 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1881
2205
  path: _path2 + ".hiddenValues",
1882
2206
  expected: "(HiddenValues | undefined)",
1883
2207
  value: input3.hiddenValues
@@ -1910,10 +2234,55 @@ var validCorrelationVolcanoRequest = (input) => {
1910
2234
  expected: "number",
1911
2235
  value: input3.predefined_groupset_idx
1912
2236
  })].every((flag) => flag);
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, {
1914
- path: _path2 + ".hiddenValues",
1915
- expected: "(HiddenValues | undefined)",
1916
- value: input3.hiddenValues
2237
+ const $vo43 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2238
+ path: _path2 + ".id",
2239
+ expected: "(string | undefined)",
2240
+ value: input3.id
2241
+ }), void 0 === input3.$id || "string" === typeof input3.$id || $report(_exceptionable2, {
2242
+ path: _path2 + ".$id",
2243
+ expected: "(string | undefined)",
2244
+ value: input3.$id
2245
+ }), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
2246
+ path: _path2 + ".isAtomic",
2247
+ expected: "(true | undefined)",
2248
+ value: input3.isAtomic
2249
+ }), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
2250
+ path: _path2 + ".settings",
2251
+ expected: "(__type.o5 | undefined)",
2252
+ value: input3.settings
2253
+ })) && $vo39(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2254
+ path: _path2 + ".settings",
2255
+ expected: "(__type.o5 | undefined)",
2256
+ value: input3.settings
2257
+ }), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
2258
+ path: _path2 + ".minNumSamples",
2259
+ expected: "(number | undefined)",
2260
+ value: input3.minNumSamples
2261
+ }), true, ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2262
+ path: _path2 + ".term",
2263
+ expected: "CategoricalTerm",
2264
+ value: input3.term
2265
+ })) && $vo4(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2266
+ path: _path2 + ".term",
2267
+ expected: "CategoricalTerm",
2268
+ value: input3.term
2269
+ }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
2270
+ path: _path2 + ".q",
2271
+ expected: "CustomGroupSettingQ",
2272
+ value: input3.q
2273
+ })) && $vo44(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2274
+ path: _path2 + ".q",
2275
+ expected: "CustomGroupSettingQ",
2276
+ value: input3.q
2277
+ }), "CatTWCustomGS" === input3.type || $report(_exceptionable2, {
2278
+ path: _path2 + ".type",
2279
+ expected: '"CatTWCustomGS"',
2280
+ value: input3.type
2281
+ })].every((flag) => flag);
2282
+ const $vo44 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2283
+ path: _path2 + ".hiddenValues",
2284
+ expected: "(HiddenValues | undefined)",
2285
+ value: input3.hiddenValues
1917
2286
  })) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
1918
2287
  path: _path2 + ".hiddenValues",
1919
2288
  expected: "(HiddenValues | undefined)",
@@ -1942,21 +2311,21 @@ var validCorrelationVolcanoRequest = (input) => {
1942
2311
  path: _path2 + ".customset",
1943
2312
  expected: "BaseGroupSet",
1944
2313
  value: input3.customset
1945
- })) && $vo40(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
2314
+ })) && $vo45(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
1946
2315
  path: _path2 + ".customset",
1947
2316
  expected: "BaseGroupSet",
1948
2317
  value: input3.customset
1949
2318
  })].every((flag) => flag);
1950
- const $vo40 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
2319
+ const $vo45 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
1951
2320
  path: _path2 + ".groups",
1952
2321
  expected: "Array<GroupEntry>",
1953
2322
  value: input3.groups
1954
- })) && input3.groups.map((elem, _index32) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1955
- path: _path2 + ".groups[" + _index32 + "]",
2323
+ })) && input3.groups.map((elem, _index41) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2324
+ path: _path2 + ".groups[" + _index41 + "]",
1956
2325
  expected: "(FilterGroup | ValuesGroup)",
1957
2326
  value: elem
1958
- })) && $vu1(elem, _path2 + ".groups[" + _index32 + "]", _exceptionable2) || $report(_exceptionable2, {
1959
- path: _path2 + ".groups[" + _index32 + "]",
2327
+ })) && $vu1(elem, _path2 + ".groups[" + _index41 + "]", _exceptionable2) || $report(_exceptionable2, {
2328
+ path: _path2 + ".groups[" + _index41 + "]",
1960
2329
  expected: "(FilterGroup | ValuesGroup)",
1961
2330
  value: elem
1962
2331
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1964,7 +2333,7 @@ var validCorrelationVolcanoRequest = (input) => {
1964
2333
  expected: "Array<GroupEntry>",
1965
2334
  value: input3.groups
1966
2335
  })].every((flag) => flag);
1967
- const $vo41 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2336
+ const $vo46 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
1968
2337
  path: _path2 + ".id",
1969
2338
  expected: "(string | undefined)",
1970
2339
  value: input3.id
@@ -1980,7 +2349,7 @@ var validCorrelationVolcanoRequest = (input) => {
1980
2349
  path: _path2 + ".settings",
1981
2350
  expected: "(__type.o5 | undefined)",
1982
2351
  value: input3.settings
1983
- })) && $vo35(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2352
+ })) && $vo39(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
1984
2353
  path: _path2 + ".settings",
1985
2354
  expected: "(__type.o5 | undefined)",
1986
2355
  value: input3.settings
@@ -1988,24 +2357,118 @@ var validCorrelationVolcanoRequest = (input) => {
1988
2357
  path: _path2 + ".minNumSamples",
1989
2358
  expected: "(number | undefined)",
1990
2359
  value: input3.minNumSamples
1991
- }), true, ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2360
+ }), true, "NumTWRegularBin" === input3.type || $report(_exceptionable2, {
2361
+ path: _path2 + ".type",
2362
+ expected: '"NumTWRegularBin"',
2363
+ value: input3.type
2364
+ }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
1992
2365
  path: _path2 + ".term",
1993
- expected: "(GeneExpressionTerm | NumericDictTerm)",
2366
+ expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
1994
2367
  value: input3.term
1995
2368
  })) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1996
2369
  path: _path2 + ".term",
1997
- expected: "(GeneExpressionTerm | NumericDictTerm)",
2370
+ expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
1998
2371
  value: input3.term
1999
- }), ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) || $report(_exceptionable2, {
2372
+ }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
2000
2373
  path: _path2 + ".q",
2001
- expected: "(BinaryNumericQ | ContinuousNumericQ | CustomNumericBinConfig | RegularNumericBinConfig | SplineNumericQ)",
2374
+ expected: "RegularNumericBinConfig",
2002
2375
  value: input3.q
2003
- })) && $vu12(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2376
+ })) && $vo16(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2004
2377
  path: _path2 + ".q",
2005
- expected: "(BinaryNumericQ | ContinuousNumericQ | CustomNumericBinConfig | RegularNumericBinConfig | SplineNumericQ)",
2378
+ expected: "RegularNumericBinConfig",
2006
2379
  value: input3.q
2007
2380
  })].every((flag) => flag);
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, {
2381
+ const $vo47 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2382
+ path: _path2 + ".id",
2383
+ expected: "(string | undefined)",
2384
+ value: input3.id
2385
+ }), void 0 === input3.$id || "string" === typeof input3.$id || $report(_exceptionable2, {
2386
+ path: _path2 + ".$id",
2387
+ expected: "(string | undefined)",
2388
+ value: input3.$id
2389
+ }), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
2390
+ path: _path2 + ".isAtomic",
2391
+ expected: "(true | undefined)",
2392
+ value: input3.isAtomic
2393
+ }), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
2394
+ path: _path2 + ".settings",
2395
+ expected: "(__type.o5 | undefined)",
2396
+ value: input3.settings
2397
+ })) && $vo39(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2398
+ path: _path2 + ".settings",
2399
+ expected: "(__type.o5 | undefined)",
2400
+ value: input3.settings
2401
+ }), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
2402
+ path: _path2 + ".minNumSamples",
2403
+ expected: "(number | undefined)",
2404
+ value: input3.minNumSamples
2405
+ }), true, "NumTWCustomBin" === input3.type || $report(_exceptionable2, {
2406
+ path: _path2 + ".type",
2407
+ expected: '"NumTWCustomBin"',
2408
+ value: input3.type
2409
+ }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2410
+ path: _path2 + ".term",
2411
+ expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
2412
+ value: input3.term
2413
+ })) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2414
+ path: _path2 + ".term",
2415
+ expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
2416
+ value: input3.term
2417
+ }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
2418
+ path: _path2 + ".q",
2419
+ expected: "CustomNumericBinConfig",
2420
+ value: input3.q
2421
+ })) && $vo21(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2422
+ path: _path2 + ".q",
2423
+ expected: "CustomNumericBinConfig",
2424
+ value: input3.q
2425
+ })].every((flag) => flag);
2426
+ const $vo48 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2427
+ path: _path2 + ".id",
2428
+ expected: "(string | undefined)",
2429
+ value: input3.id
2430
+ }), void 0 === input3.$id || "string" === typeof input3.$id || $report(_exceptionable2, {
2431
+ path: _path2 + ".$id",
2432
+ expected: "(string | undefined)",
2433
+ value: input3.$id
2434
+ }), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
2435
+ path: _path2 + ".isAtomic",
2436
+ expected: "(true | undefined)",
2437
+ value: input3.isAtomic
2438
+ }), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
2439
+ path: _path2 + ".settings",
2440
+ expected: "(__type.o5 | undefined)",
2441
+ value: input3.settings
2442
+ })) && $vo39(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2443
+ path: _path2 + ".settings",
2444
+ expected: "(__type.o5 | undefined)",
2445
+ value: input3.settings
2446
+ }), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
2447
+ path: _path2 + ".minNumSamples",
2448
+ expected: "(number | undefined)",
2449
+ value: input3.minNumSamples
2450
+ }), true, "NumTWBinary" === input3.type || $report(_exceptionable2, {
2451
+ path: _path2 + ".type",
2452
+ expected: '"NumTWBinary"',
2453
+ value: input3.type
2454
+ }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2455
+ path: _path2 + ".term",
2456
+ expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
2457
+ value: input3.term
2458
+ })) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2459
+ path: _path2 + ".term",
2460
+ expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
2461
+ value: input3.term
2462
+ }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
2463
+ path: _path2 + ".q",
2464
+ expected: "BinaryNumericQ",
2465
+ value: input3.q
2466
+ })) && $vo49(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2467
+ path: _path2 + ".q",
2468
+ expected: "BinaryNumericQ",
2469
+ value: input3.q
2470
+ })].every((flag) => flag);
2471
+ const $vo49 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2009
2472
  path: _path2 + ".hiddenValues",
2010
2473
  expected: "(HiddenValues | undefined)",
2011
2474
  value: input3.hiddenValues
@@ -2065,7 +2528,52 @@ var validCorrelationVolcanoRequest = (input) => {
2065
2528
  expected: "[StartUnboundedBin | FullyBoundedBin, FullyBoundedBin | StopUnboundedBin]",
2066
2529
  value: input3.lst
2067
2530
  })].every((flag) => flag);
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, {
2531
+ const $vo50 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2532
+ path: _path2 + ".id",
2533
+ expected: "(string | undefined)",
2534
+ value: input3.id
2535
+ }), void 0 === input3.$id || "string" === typeof input3.$id || $report(_exceptionable2, {
2536
+ path: _path2 + ".$id",
2537
+ expected: "(string | undefined)",
2538
+ value: input3.$id
2539
+ }), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
2540
+ path: _path2 + ".isAtomic",
2541
+ expected: "(true | undefined)",
2542
+ value: input3.isAtomic
2543
+ }), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
2544
+ path: _path2 + ".settings",
2545
+ expected: "(__type.o5 | undefined)",
2546
+ value: input3.settings
2547
+ })) && $vo39(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2548
+ path: _path2 + ".settings",
2549
+ expected: "(__type.o5 | undefined)",
2550
+ value: input3.settings
2551
+ }), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
2552
+ path: _path2 + ".minNumSamples",
2553
+ expected: "(number | undefined)",
2554
+ value: input3.minNumSamples
2555
+ }), true, "NumTWCont" === input3.type || $report(_exceptionable2, {
2556
+ path: _path2 + ".type",
2557
+ expected: '"NumTWCont"',
2558
+ value: input3.type
2559
+ }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2560
+ path: _path2 + ".term",
2561
+ expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
2562
+ value: input3.term
2563
+ })) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2564
+ path: _path2 + ".term",
2565
+ expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
2566
+ value: input3.term
2567
+ }), ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) || $report(_exceptionable2, {
2568
+ path: _path2 + ".q",
2569
+ expected: "ContinuousNumericQ",
2570
+ value: input3.q
2571
+ })) && $vo51(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2572
+ path: _path2 + ".q",
2573
+ expected: "ContinuousNumericQ",
2574
+ value: input3.q
2575
+ })].every((flag) => flag);
2576
+ const $vo51 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2069
2577
  path: _path2 + ".hiddenValues",
2070
2578
  expected: "(HiddenValues | undefined)",
2071
2579
  value: input3.hiddenValues
@@ -2102,7 +2610,52 @@ var validCorrelationVolcanoRequest = (input) => {
2102
2610
  expected: "undefined",
2103
2611
  value: input3.type
2104
2612
  }))].every((flag) => flag);
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, {
2613
+ const $vo52 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2614
+ path: _path2 + ".id",
2615
+ expected: "(string | undefined)",
2616
+ value: input3.id
2617
+ }), void 0 === input3.$id || "string" === typeof input3.$id || $report(_exceptionable2, {
2618
+ path: _path2 + ".$id",
2619
+ expected: "(string | undefined)",
2620
+ value: input3.$id
2621
+ }), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
2622
+ path: _path2 + ".isAtomic",
2623
+ expected: "(true | undefined)",
2624
+ value: input3.isAtomic
2625
+ }), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
2626
+ path: _path2 + ".settings",
2627
+ expected: "(__type.o5 | undefined)",
2628
+ value: input3.settings
2629
+ })) && $vo39(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2630
+ path: _path2 + ".settings",
2631
+ expected: "(__type.o5 | undefined)",
2632
+ value: input3.settings
2633
+ }), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
2634
+ path: _path2 + ".minNumSamples",
2635
+ expected: "(number | undefined)",
2636
+ value: input3.minNumSamples
2637
+ }), true, "NumTWSpline" === input3.type || $report(_exceptionable2, {
2638
+ path: _path2 + ".type",
2639
+ expected: '"NumTWSpline"',
2640
+ value: input3.type
2641
+ }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2642
+ path: _path2 + ".term",
2643
+ expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
2644
+ value: input3.term
2645
+ })) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2646
+ path: _path2 + ".term",
2647
+ expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
2648
+ value: input3.term
2649
+ }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
2650
+ path: _path2 + ".q",
2651
+ expected: "SplineNumericQ",
2652
+ value: input3.q
2653
+ })) && $vo53(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2654
+ path: _path2 + ".q",
2655
+ expected: "SplineNumericQ",
2656
+ value: input3.q
2657
+ })].every((flag) => flag);
2658
+ const $vo53 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2106
2659
  path: _path2 + ".hiddenValues",
2107
2660
  expected: "(HiddenValues | undefined)",
2108
2661
  value: input3.hiddenValues
@@ -2130,12 +2683,12 @@ var validCorrelationVolcanoRequest = (input) => {
2130
2683
  path: _path2 + ".knots",
2131
2684
  expected: "Array<__type>.o3",
2132
2685
  value: input3.knots
2133
- })) && input3.knots.map((elem, _index33) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2134
- path: _path2 + ".knots[" + _index33 + "]",
2686
+ })) && input3.knots.map((elem, _index42) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2687
+ path: _path2 + ".knots[" + _index42 + "]",
2135
2688
  expected: "__type.o6",
2136
2689
  value: elem
2137
- })) && $vo45(elem, _path2 + ".knots[" + _index33 + "]", _exceptionable2) || $report(_exceptionable2, {
2138
- path: _path2 + ".knots[" + _index33 + "]",
2690
+ })) && $vo54(elem, _path2 + ".knots[" + _index42 + "]", _exceptionable2) || $report(_exceptionable2, {
2691
+ path: _path2 + ".knots[" + _index42 + "]",
2139
2692
  expected: "__type.o6",
2140
2693
  value: elem
2141
2694
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2151,12 +2704,12 @@ var validCorrelationVolcanoRequest = (input) => {
2151
2704
  expected: "undefined",
2152
2705
  value: input3.type
2153
2706
  }))].every((flag) => flag);
2154
- const $vo45 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
2707
+ const $vo54 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
2155
2708
  path: _path2 + ".value",
2156
2709
  expected: "number",
2157
2710
  value: input3.value
2158
2711
  })].every((flag) => flag);
2159
- const $vo46 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2712
+ const $vo55 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2160
2713
  path: _path2 + ".id",
2161
2714
  expected: "(string | undefined)",
2162
2715
  value: input3.id
@@ -2172,7 +2725,7 @@ var validCorrelationVolcanoRequest = (input) => {
2172
2725
  path: _path2 + ".settings",
2173
2726
  expected: "(__type.o5 | undefined)",
2174
2727
  value: input3.settings
2175
- })) && $vo35(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2728
+ })) && $vo39(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2176
2729
  path: _path2 + ".settings",
2177
2730
  expected: "(__type.o5 | undefined)",
2178
2731
  value: input3.settings
@@ -2180,340 +2733,45 @@ var validCorrelationVolcanoRequest = (input) => {
2180
2733
  path: _path2 + ".minNumSamples",
2181
2734
  expected: "(number | undefined)",
2182
2735
  value: input3.minNumSamples
2183
- }), true, ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
2184
- path: _path2 + ".q",
2185
- expected: "SnpsQ",
2186
- value: input3.q
2187
- })) && $vo47(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2188
- path: _path2 + ".q",
2189
- expected: "SnpsQ",
2190
- value: input3.q
2736
+ }), true, "GvValuesTW" === input3.type || $report(_exceptionable2, {
2737
+ path: _path2 + ".type",
2738
+ expected: '"GvValuesTW"',
2739
+ value: input3.type
2191
2740
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2192
2741
  path: _path2 + ".term",
2193
- expected: "SnpsTerm",
2742
+ expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
2194
2743
  value: input3.term
2195
- })) && $vo49(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2744
+ })) && $vu11(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2196
2745
  path: _path2 + ".term",
2197
- expected: "SnpsTerm",
2746
+ expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
2198
2747
  value: input3.term
2748
+ }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
2749
+ path: _path2 + ".q",
2750
+ expected: "GvValuesQ",
2751
+ value: input3.q
2752
+ })) && $vo58(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2753
+ path: _path2 + ".q",
2754
+ expected: "GvValuesQ",
2755
+ value: input3.q
2199
2756
  })].every((flag) => flag);
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, {
2201
- path: _path2 + ".hiddenValues",
2202
- expected: "(HiddenValues | undefined)",
2203
- value: input3.hiddenValues
2204
- })) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
2205
- path: _path2 + ".hiddenValues",
2206
- expected: "(HiddenValues | undefined)",
2207
- value: input3.hiddenValues
2208
- }), void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic || $report(_exceptionable2, {
2209
- path: _path2 + ".isAtomic",
2210
- expected: "(boolean | undefined)",
2211
- value: input3.isAtomic
2212
- }), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
2757
+ const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2758
+ path: _path2 + ".id",
2759
+ expected: "string",
2760
+ value: input3.id
2761
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
2213
2762
  path: _path2 + ".name",
2214
- expected: "(string | undefined)",
2763
+ expected: "string",
2215
2764
  value: input3.name
2216
- }), void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode || $report(_exceptionable2, {
2217
- path: _path2 + ".mode",
2218
- expected: '("binary" | "continuous" | "cox" | "cuminc" | "discrete" | "spline" | undefined)',
2219
- value: input3.mode
2220
- }), void 0 === input3.reuseId || "string" === typeof input3.reuseId || $report(_exceptionable2, {
2221
- path: _path2 + ".reuseId",
2222
- expected: "(string | undefined)",
2223
- value: input3.reuseId
2224
- }), 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 || $report(_exceptionable2, {
2765
+ }), "geneVariant" === input3.type || $report(_exceptionable2, {
2225
2766
  path: _path2 + ".type",
2226
- expected: '("custom-bin" | "custom-groupset" | "custom-samplelst" | "filter" | "predefined-groupset" | "regular-bin" | "values" | undefined)',
2767
+ expected: '"geneVariant"',
2227
2768
  value: input3.type
2228
- }), "number" === typeof input3.AFcutoff || $report(_exceptionable2, {
2229
- path: _path2 + ".AFcutoff",
2230
- expected: "number",
2231
- value: input3.AFcutoff
2232
- }), "number" === typeof input3.alleleType || $report(_exceptionable2, {
2233
- path: _path2 + ".alleleType",
2234
- expected: "number",
2235
- value: input3.alleleType
2236
- }), "string" === typeof input3.cacheid || $report(_exceptionable2, {
2237
- path: _path2 + ".cacheid",
2238
- expected: "string",
2239
- value: input3.cacheid
2240
- }), true, "number" === typeof input3.geneticModel || $report(_exceptionable2, {
2241
- path: _path2 + ".geneticModel",
2242
- expected: "number",
2243
- value: input3.geneticModel
2244
- }), true, void 0 === input3.missingGenotype || "number" === typeof input3.missingGenotype || $report(_exceptionable2, {
2245
- path: _path2 + ".missingGenotype",
2246
- expected: "(number | undefined)",
2247
- value: input3.missingGenotype
2248
- }), "number" === typeof input3.numOfSampleWithAnyValidGT || $report(_exceptionable2, {
2249
- path: _path2 + ".numOfSampleWithAnyValidGT",
2250
- expected: "number",
2251
- value: input3.numOfSampleWithAnyValidGT
2252
- }), ("object" === typeof input3.restrictAncestry && null !== input3.restrictAncestry || $report(_exceptionable2, {
2253
- path: _path2 + ".restrictAncestry",
2254
- expected: "RestrictAncestry",
2255
- value: input3.restrictAncestry
2256
- })) && $vo48(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
2257
- path: _path2 + ".restrictAncestry",
2258
- expected: "RestrictAncestry",
2259
- value: input3.restrictAncestry
2260
- }), true, true, ("object" === typeof input3.variant_filter && null !== input3.variant_filter || $report(_exceptionable2, {
2261
- path: _path2 + ".variant_filter",
2262
- expected: "Filter",
2263
- value: input3.variant_filter
2264
- })) && $vo1(input3.variant_filter, _path2 + ".variant_filter", _exceptionable2) || $report(_exceptionable2, {
2265
- path: _path2 + ".variant_filter",
2266
- expected: "Filter",
2267
- value: input3.variant_filter
2268
- }), "string" === typeof input3.chr || $report(_exceptionable2, {
2269
- path: _path2 + ".chr",
2270
- expected: "string",
2271
- value: input3.chr
2272
- }), "number" === typeof input3.start || $report(_exceptionable2, {
2273
- path: _path2 + ".start",
2274
- expected: "number",
2275
- value: input3.start
2276
- }), "number" === typeof input3.stop || $report(_exceptionable2, {
2277
- path: _path2 + ".stop",
2278
- expected: "number",
2279
- value: input3.stop
2280
- })].every((flag) => flag);
2281
- const $vo48 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2282
- path: _path2 + ".name",
2283
- expected: "string",
2284
- value: input3.name
2285
- }), ("object" === typeof input3.tvs && null !== input3.tvs || $report(_exceptionable2, {
2286
- path: _path2 + ".tvs",
2287
- expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
2288
- value: input3.tvs
2289
- })) && $vu7(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
2290
- path: _path2 + ".tvs",
2291
- expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
2292
- value: input3.tvs
2293
- })].every((flag) => flag);
2294
- const $vo49 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2295
- path: _path2 + ".id",
2296
- expected: "string",
2297
- value: input3.id
2298
- }), "string" === typeof input3.name || $report(_exceptionable2, {
2299
- path: _path2 + ".name",
2300
- expected: "string",
2301
- value: input3.name
2302
- }), "string" === typeof input3.type || $report(_exceptionable2, {
2303
- path: _path2 + ".type",
2304
- expected: "string",
2305
- value: input3.type
2306
- }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
2307
- path: _path2 + ".child_types",
2308
- expected: "(Array<string> | undefined)",
2309
- value: input3.child_types
2310
- })) && input3.child_types.map((elem, _index34) => "string" === typeof elem || $report(_exceptionable2, {
2311
- path: _path2 + ".child_types[" + _index34 + "]",
2312
- expected: "string",
2313
- value: elem
2314
- })).every((flag) => flag) || $report(_exceptionable2, {
2315
- path: _path2 + ".child_types",
2316
- expected: "(Array<string> | undefined)",
2317
- value: input3.child_types
2318
- }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
2319
- path: _path2 + ".hashtmldetail",
2320
- expected: "(boolean | undefined)",
2321
- value: input3.hashtmldetail
2322
- }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
2323
- path: _path2 + ".included_types",
2324
- expected: "(Array<string> | undefined)",
2325
- value: input3.included_types
2326
- })) && input3.included_types.map((elem, _index35) => "string" === typeof elem || $report(_exceptionable2, {
2327
- path: _path2 + ".included_types[" + _index35 + "]",
2328
- expected: "string",
2329
- value: elem
2330
- })).every((flag) => flag) || $report(_exceptionable2, {
2331
- path: _path2 + ".included_types",
2332
- expected: "(Array<string> | undefined)",
2333
- value: input3.included_types
2334
- }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
2335
- path: _path2 + ".isleaf",
2336
- expected: "(boolean | undefined)",
2337
- value: input3.isleaf
2338
- }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
2339
- path: _path2 + ".values",
2340
- expected: "(TermValues | undefined)",
2341
- value: input3.values
2342
- })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2343
- path: _path2 + ".values",
2344
- expected: "(TermValues | undefined)",
2345
- value: input3.values
2346
- }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
2347
- path: _path2 + ".skipValuesBuild",
2348
- expected: "(boolean | undefined)",
2349
- value: input3.skipValuesBuild
2350
- }), void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit || $report(_exceptionable2, {
2351
- path: _path2 + ".reachedVariantLimit",
2352
- expected: "(boolean | undefined)",
2353
- value: input3.reachedVariantLimit
2354
- }), void 0 === input3.snps || (Array.isArray(input3.snps) || $report(_exceptionable2, {
2355
- path: _path2 + ".snps",
2356
- expected: "(Array<SnpsEntry> | undefined)",
2357
- value: input3.snps
2358
- })) && input3.snps.map((elem, _index36) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2359
- path: _path2 + ".snps[" + _index36 + "]",
2360
- expected: "SnpsEntry",
2361
- value: elem
2362
- })) && $vo50(elem, _path2 + ".snps[" + _index36 + "]", _exceptionable2) || $report(_exceptionable2, {
2363
- path: _path2 + ".snps[" + _index36 + "]",
2364
- expected: "SnpsEntry",
2365
- value: elem
2366
- })).every((flag) => flag) || $report(_exceptionable2, {
2367
- path: _path2 + ".snps",
2368
- expected: "(Array<SnpsEntry> | undefined)",
2369
- value: input3.snps
2370
- })].every((flag) => flag);
2371
- const $vo50 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
2372
- path: _path2 + ".altAlleles",
2373
- expected: "(Array<string> | undefined)",
2374
- value: input3.altAlleles
2375
- })) && input3.altAlleles.map((elem, _index37) => "string" === typeof elem || $report(_exceptionable2, {
2376
- path: _path2 + ".altAlleles[" + _index37 + "]",
2377
- expected: "string",
2378
- value: elem
2379
- })).every((flag) => flag) || $report(_exceptionable2, {
2380
- path: _path2 + ".altAlleles",
2381
- expected: "(Array<string> | undefined)",
2382
- value: input3.altAlleles
2383
- }), void 0 === input3.alleles || (Array.isArray(input3.alleles) || $report(_exceptionable2, {
2384
- path: _path2 + ".alleles",
2385
- expected: "(Array<AllelesEntry> | undefined)",
2386
- value: input3.alleles
2387
- })) && input3.alleles.map((elem, _index38) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2388
- path: _path2 + ".alleles[" + _index38 + "]",
2389
- expected: "AllelesEntry",
2390
- value: elem
2391
- })) && $vo51(elem, _path2 + ".alleles[" + _index38 + "]", _exceptionable2) || $report(_exceptionable2, {
2392
- path: _path2 + ".alleles[" + _index38 + "]",
2393
- expected: "AllelesEntry",
2394
- value: elem
2395
- })).every((flag) => flag) || $report(_exceptionable2, {
2396
- path: _path2 + ".alleles",
2397
- expected: "(Array<AllelesEntry> | undefined)",
2398
- value: input3.alleles
2399
- }), "boolean" === typeof input3.effectAllele || $report(_exceptionable2, {
2400
- path: _path2 + ".effectAllele",
2401
- expected: "boolean",
2402
- value: input3.effectAllele
2403
- }), void 0 === input3.gt2count || ("object" === typeof input3.gt2count && null !== input3.gt2count || $report(_exceptionable2, {
2404
- path: _path2 + ".gt2count",
2405
- expected: "(__type.o7 | undefined)",
2406
- value: input3.gt2count
2407
- })) && $vo52(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
2408
- path: _path2 + ".gt2count",
2409
- expected: "(__type.o7 | undefined)",
2410
- value: input3.gt2count
2411
- }), void 0 === input3.invalid || "boolean" === typeof input3.invalid || $report(_exceptionable2, {
2412
- path: _path2 + ".invalid",
2413
- expected: "(boolean | undefined)",
2414
- value: input3.invalid
2415
- }), void 0 === input3.referenceAllele || "string" === typeof input3.referenceAllele || $report(_exceptionable2, {
2416
- path: _path2 + ".referenceAllele",
2417
- expected: "(string | undefined)",
2418
- value: input3.referenceAllele
2419
- }), "string" === typeof input3.rsid || $report(_exceptionable2, {
2420
- path: _path2 + ".rsid",
2421
- expected: "string",
2422
- value: input3.rsid
2423
- }), "string" === typeof input3.snpid || $report(_exceptionable2, {
2424
- path: _path2 + ".snpid",
2425
- expected: "string",
2426
- value: input3.snpid
2427
- }), true, void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
2428
- path: _path2 + ".chr",
2429
- expected: "(string | undefined)",
2430
- value: input3.chr
2431
- }), void 0 === input3.pos || "number" === typeof input3.pos || $report(_exceptionable2, {
2432
- path: _path2 + ".pos",
2433
- expected: "(number | undefined)",
2434
- value: input3.pos
2435
- })].every((flag) => flag);
2436
- const $vo51 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
2437
- path: _path2 + ".allele",
2438
- expected: "string",
2439
- value: input3.allele
2440
- }), "number" === typeof input3.count || $report(_exceptionable2, {
2441
- path: _path2 + ".count",
2442
- expected: "number",
2443
- value: input3.count
2444
- }), "boolean" === typeof input3.isRef || $report(_exceptionable2, {
2445
- path: _path2 + ".isRef",
2446
- expected: "boolean",
2447
- value: input3.isRef
2448
- })].every((flag) => flag);
2449
- const $vo52 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
2450
- path: _path2 + ".k",
2451
- expected: "string",
2452
- value: input3.k
2453
- }), "string" === typeof input3.v || "number" === typeof input3.v || $report(_exceptionable2, {
2454
- path: _path2 + ".v",
2455
- expected: "(number | string)",
2456
- value: input3.v
2457
- })].every((flag) => flag);
2458
- const $vo53 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2459
- path: _path2 + ".id",
2460
- expected: "(string | undefined)",
2461
- value: input3.id
2462
- }), void 0 === input3.$id || "string" === typeof input3.$id || $report(_exceptionable2, {
2463
- path: _path2 + ".$id",
2464
- expected: "(string | undefined)",
2465
- value: input3.$id
2466
- }), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
2467
- path: _path2 + ".isAtomic",
2468
- expected: "(true | undefined)",
2469
- value: input3.isAtomic
2470
- }), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
2471
- path: _path2 + ".settings",
2472
- expected: "(__type.o5 | undefined)",
2473
- value: input3.settings
2474
- })) && $vo35(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2475
- path: _path2 + ".settings",
2476
- expected: "(__type.o5 | undefined)",
2477
- value: input3.settings
2478
- }), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
2479
- path: _path2 + ".minNumSamples",
2480
- expected: "(number | undefined)",
2481
- value: input3.minNumSamples
2482
- }), true, ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2483
- path: _path2 + ".term",
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; })',
2485
- value: input3.term
2486
- })) && $vu13(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2487
- path: _path2 + ".term",
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; })',
2489
- value: input3.term
2490
- }), ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) || $report(_exceptionable2, {
2491
- path: _path2 + ".q",
2492
- expected: "(BaseQ | BinaryNumericQ | ConditionQ | ContinuousNumericQ | CustomGroupSettingQ | CustomNumericBinConfig | FilterQ | PredefinedGroupSettingQ | RegularNumericBinConfig | SampleLstQ | SnpsQ | SplineNumericQ | ValuesQ)",
2493
- value: input3.q
2494
- })) && $vu14(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2495
- path: _path2 + ".q",
2496
- expected: "(BaseQ | BinaryNumericQ | ConditionQ | ContinuousNumericQ | CustomGroupSettingQ | CustomNumericBinConfig | FilterQ | PredefinedGroupSettingQ | RegularNumericBinConfig | SampleLstQ | SnpsQ | SplineNumericQ | ValuesQ)",
2497
- value: input3.q
2498
- })].every((flag) => flag);
2499
- const $vo54 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2500
- path: _path2 + ".id",
2501
- expected: "string",
2502
- value: input3.id
2503
- }), "string" === typeof input3.name || $report(_exceptionable2, {
2504
- path: _path2 + ".name",
2505
- expected: "string",
2506
- value: input3.name
2507
- }), "geneVariant" === input3.type || $report(_exceptionable2, {
2508
- path: _path2 + ".type",
2509
- expected: '"geneVariant"',
2510
- value: input3.type
2511
- }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
2512
- path: _path2 + ".child_types",
2513
- expected: "(Array<string> | undefined)",
2514
- value: input3.child_types
2515
- })) && input3.child_types.map((elem, _index39) => "string" === typeof elem || $report(_exceptionable2, {
2516
- path: _path2 + ".child_types[" + _index39 + "]",
2769
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
2770
+ path: _path2 + ".child_types",
2771
+ expected: "(Array<string> | undefined)",
2772
+ value: input3.child_types
2773
+ })) && input3.child_types.map((elem, _index43) => "string" === typeof elem || $report(_exceptionable2, {
2774
+ path: _path2 + ".child_types[" + _index43 + "]",
2517
2775
  expected: "string",
2518
2776
  value: elem
2519
2777
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2528,8 +2786,8 @@ var validCorrelationVolcanoRequest = (input) => {
2528
2786
  path: _path2 + ".included_types",
2529
2787
  expected: "(Array<string> | undefined)",
2530
2788
  value: input3.included_types
2531
- })) && input3.included_types.map((elem, _index40) => "string" === typeof elem || $report(_exceptionable2, {
2532
- path: _path2 + ".included_types[" + _index40 + "]",
2789
+ })) && input3.included_types.map((elem, _index44) => "string" === typeof elem || $report(_exceptionable2, {
2790
+ path: _path2 + ".included_types[" + _index44 + "]",
2533
2791
  expected: "string",
2534
2792
  value: elem
2535
2793
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2576,12 +2834,12 @@ var validCorrelationVolcanoRequest = (input) => {
2576
2834
  path: _path2 + ".genes",
2577
2835
  expected: "Array<GvGeneTerm>",
2578
2836
  value: input3.genes
2579
- })) && input3.genes.map((elem, _index41) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2580
- path: _path2 + ".genes[" + _index41 + "]",
2837
+ })) && input3.genes.map((elem, _index45) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2838
+ path: _path2 + ".genes[" + _index45 + "]",
2581
2839
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2582
2840
  value: elem
2583
- })) && $vu3(elem, _path2 + ".genes[" + _index41 + "]", _exceptionable2) || $report(_exceptionable2, {
2584
- path: _path2 + ".genes[" + _index41 + "]",
2841
+ })) && $vu3(elem, _path2 + ".genes[" + _index45 + "]", _exceptionable2) || $report(_exceptionable2, {
2842
+ path: _path2 + ".genes[" + _index45 + "]",
2585
2843
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2586
2844
  value: elem
2587
2845
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2600,12 +2858,12 @@ var validCorrelationVolcanoRequest = (input) => {
2600
2858
  path: _path2 + ".childTerms",
2601
2859
  expected: "Array<DtTerm>",
2602
2860
  value: input3.childTerms
2603
- })) && input3.childTerms.map((elem, _index42) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2604
- path: _path2 + ".childTerms[" + _index42 + "]",
2861
+ })) && input3.childTerms.map((elem, _index46) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2862
+ path: _path2 + ".childTerms[" + _index46 + "]",
2605
2863
  expected: "DtTerm",
2606
2864
  value: elem
2607
- })) && $vo28(elem, _path2 + ".childTerms[" + _index42 + "]", _exceptionable2) || $report(_exceptionable2, {
2608
- path: _path2 + ".childTerms[" + _index42 + "]",
2865
+ })) && $vo32(elem, _path2 + ".childTerms[" + _index46 + "]", _exceptionable2) || $report(_exceptionable2, {
2866
+ path: _path2 + ".childTerms[" + _index46 + "]",
2609
2867
  expected: "DtTerm",
2610
2868
  value: elem
2611
2869
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2613,7 +2871,7 @@ var validCorrelationVolcanoRequest = (input) => {
2613
2871
  expected: "Array<DtTerm>",
2614
2872
  value: input3.childTerms
2615
2873
  })].every((flag) => flag);
2616
- const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2874
+ const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2617
2875
  path: _path2 + ".id",
2618
2876
  expected: "string",
2619
2877
  value: input3.id
@@ -2629,8 +2887,8 @@ var validCorrelationVolcanoRequest = (input) => {
2629
2887
  path: _path2 + ".child_types",
2630
2888
  expected: "(Array<string> | undefined)",
2631
2889
  value: input3.child_types
2632
- })) && input3.child_types.map((elem, _index43) => "string" === typeof elem || $report(_exceptionable2, {
2633
- path: _path2 + ".child_types[" + _index43 + "]",
2890
+ })) && input3.child_types.map((elem, _index47) => "string" === typeof elem || $report(_exceptionable2, {
2891
+ path: _path2 + ".child_types[" + _index47 + "]",
2634
2892
  expected: "string",
2635
2893
  value: elem
2636
2894
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2645,8 +2903,8 @@ var validCorrelationVolcanoRequest = (input) => {
2645
2903
  path: _path2 + ".included_types",
2646
2904
  expected: "(Array<string> | undefined)",
2647
2905
  value: input3.included_types
2648
- })) && input3.included_types.map((elem, _index44) => "string" === typeof elem || $report(_exceptionable2, {
2649
- path: _path2 + ".included_types[" + _index44 + "]",
2906
+ })) && input3.included_types.map((elem, _index48) => "string" === typeof elem || $report(_exceptionable2, {
2907
+ path: _path2 + ".included_types[" + _index48 + "]",
2650
2908
  expected: "string",
2651
2909
  value: elem
2652
2910
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2689,12 +2947,12 @@ var validCorrelationVolcanoRequest = (input) => {
2689
2947
  path: _path2 + ".genes",
2690
2948
  expected: "Array<GvGeneTerm>",
2691
2949
  value: input3.genes
2692
- })) && input3.genes.map((elem, _index45) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2693
- path: _path2 + ".genes[" + _index45 + "]",
2950
+ })) && input3.genes.map((elem, _index49) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2951
+ path: _path2 + ".genes[" + _index49 + "]",
2694
2952
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2695
2953
  value: elem
2696
- })) && $vu3(elem, _path2 + ".genes[" + _index45 + "]", _exceptionable2) || $report(_exceptionable2, {
2697
- path: _path2 + ".genes[" + _index45 + "]",
2954
+ })) && $vu3(elem, _path2 + ".genes[" + _index49 + "]", _exceptionable2) || $report(_exceptionable2, {
2955
+ path: _path2 + ".genes[" + _index49 + "]",
2698
2956
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2699
2957
  value: elem
2700
2958
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2713,12 +2971,12 @@ var validCorrelationVolcanoRequest = (input) => {
2713
2971
  path: _path2 + ".childTerms",
2714
2972
  expected: "Array<DtTerm>",
2715
2973
  value: input3.childTerms
2716
- })) && input3.childTerms.map((elem, _index46) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2717
- path: _path2 + ".childTerms[" + _index46 + "]",
2974
+ })) && input3.childTerms.map((elem, _index50) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2975
+ path: _path2 + ".childTerms[" + _index50 + "]",
2718
2976
  expected: "DtTerm",
2719
2977
  value: elem
2720
- })) && $vo28(elem, _path2 + ".childTerms[" + _index46 + "]", _exceptionable2) || $report(_exceptionable2, {
2721
- path: _path2 + ".childTerms[" + _index46 + "]",
2978
+ })) && $vo32(elem, _path2 + ".childTerms[" + _index50 + "]", _exceptionable2) || $report(_exceptionable2, {
2979
+ path: _path2 + ".childTerms[" + _index50 + "]",
2722
2980
  expected: "DtTerm",
2723
2981
  value: elem
2724
2982
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2726,299 +2984,481 @@ var validCorrelationVolcanoRequest = (input) => {
2726
2984
  expected: "Array<DtTerm>",
2727
2985
  value: input3.childTerms
2728
2986
  })].every((flag) => flag);
2729
- const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2987
+ const $vo58 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2988
+ path: _path2 + ".hiddenValues",
2989
+ expected: "(HiddenValues | undefined)",
2990
+ value: input3.hiddenValues
2991
+ })) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
2992
+ path: _path2 + ".hiddenValues",
2993
+ expected: "(HiddenValues | undefined)",
2994
+ value: input3.hiddenValues
2995
+ }), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
2996
+ path: _path2 + ".isAtomic",
2997
+ expected: "(true | undefined)",
2998
+ value: input3.isAtomic
2999
+ }), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
3000
+ path: _path2 + ".name",
3001
+ expected: "(string | undefined)",
3002
+ value: input3.name
3003
+ }), void 0 === input3.reuseId || "string" === typeof input3.reuseId || $report(_exceptionable2, {
3004
+ path: _path2 + ".reuseId",
3005
+ expected: "(string | undefined)",
3006
+ value: input3.reuseId
3007
+ }), void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff || $report(_exceptionable2, {
3008
+ path: _path2 + ".cnvGainCutoff",
3009
+ expected: "(number | undefined)",
3010
+ value: input3.cnvGainCutoff
3011
+ }), void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength || $report(_exceptionable2, {
3012
+ path: _path2 + ".cnvMaxLength",
3013
+ expected: "(number | undefined)",
3014
+ value: input3.cnvMaxLength
3015
+ }), void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue || $report(_exceptionable2, {
3016
+ path: _path2 + ".cnvMinAbsValue",
3017
+ expected: "(number | undefined)",
3018
+ value: input3.cnvMinAbsValue
3019
+ }), void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff || $report(_exceptionable2, {
3020
+ path: _path2 + ".cnvLossCutoff",
3021
+ expected: "(number | undefined)",
3022
+ value: input3.cnvLossCutoff
3023
+ }), "values" === input3.type || $report(_exceptionable2, {
3024
+ path: _path2 + ".type",
3025
+ expected: '"values"',
3026
+ value: input3.type
3027
+ })].every((flag) => flag);
3028
+ const $vo59 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2730
3029
  path: _path2 + ".id",
2731
- expected: "string",
3030
+ expected: "(string | undefined)",
2732
3031
  value: input3.id
2733
- }), "string" === typeof input3.name || $report(_exceptionable2, {
3032
+ }), void 0 === input3.$id || "string" === typeof input3.$id || $report(_exceptionable2, {
3033
+ path: _path2 + ".$id",
3034
+ expected: "(string | undefined)",
3035
+ value: input3.$id
3036
+ }), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
3037
+ path: _path2 + ".isAtomic",
3038
+ expected: "(true | undefined)",
3039
+ value: input3.isAtomic
3040
+ }), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
3041
+ path: _path2 + ".settings",
3042
+ expected: "(__type.o5 | undefined)",
3043
+ value: input3.settings
3044
+ })) && $vo39(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3045
+ path: _path2 + ".settings",
3046
+ expected: "(__type.o5 | undefined)",
3047
+ value: input3.settings
3048
+ }), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
3049
+ path: _path2 + ".minNumSamples",
3050
+ expected: "(number | undefined)",
3051
+ value: input3.minNumSamples
3052
+ }), true, "GvPredefinedGsTW" === input3.type || $report(_exceptionable2, {
3053
+ path: _path2 + ".type",
3054
+ expected: '"GvPredefinedGsTW"',
3055
+ value: input3.type
3056
+ }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
3057
+ path: _path2 + ".term",
3058
+ expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
3059
+ value: input3.term
3060
+ })) && $vu11(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3061
+ path: _path2 + ".term",
3062
+ expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
3063
+ value: input3.term
3064
+ }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
3065
+ path: _path2 + ".q",
3066
+ expected: "GvPredefinedGsQ",
3067
+ value: input3.q
3068
+ })) && $vo60(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3069
+ path: _path2 + ".q",
3070
+ expected: "GvPredefinedGsQ",
3071
+ value: input3.q
3072
+ })].every((flag) => flag);
3073
+ const $vo60 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3074
+ path: _path2 + ".hiddenValues",
3075
+ expected: "(HiddenValues | undefined)",
3076
+ value: input3.hiddenValues
3077
+ })) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3078
+ path: _path2 + ".hiddenValues",
3079
+ expected: "(HiddenValues | undefined)",
3080
+ value: input3.hiddenValues
3081
+ }), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
3082
+ path: _path2 + ".isAtomic",
3083
+ expected: "(true | undefined)",
3084
+ value: input3.isAtomic
3085
+ }), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
2734
3086
  path: _path2 + ".name",
2735
- expected: "string",
3087
+ expected: "(string | undefined)",
2736
3088
  value: input3.name
2737
- }), "categorical" === input3.type || $report(_exceptionable2, {
3089
+ }), void 0 === input3.reuseId || "string" === typeof input3.reuseId || $report(_exceptionable2, {
3090
+ path: _path2 + ".reuseId",
3091
+ expected: "(string | undefined)",
3092
+ value: input3.reuseId
3093
+ }), void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff || $report(_exceptionable2, {
3094
+ path: _path2 + ".cnvGainCutoff",
3095
+ expected: "(number | undefined)",
3096
+ value: input3.cnvGainCutoff
3097
+ }), void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength || $report(_exceptionable2, {
3098
+ path: _path2 + ".cnvMaxLength",
3099
+ expected: "(number | undefined)",
3100
+ value: input3.cnvMaxLength
3101
+ }), void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue || $report(_exceptionable2, {
3102
+ path: _path2 + ".cnvMinAbsValue",
3103
+ expected: "(number | undefined)",
3104
+ value: input3.cnvMinAbsValue
3105
+ }), void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff || $report(_exceptionable2, {
3106
+ path: _path2 + ".cnvLossCutoff",
3107
+ expected: "(number | undefined)",
3108
+ value: input3.cnvLossCutoff
3109
+ }), "predefined-groupset" === input3.type || $report(_exceptionable2, {
2738
3110
  path: _path2 + ".type",
2739
- expected: '"categorical"',
3111
+ expected: '"predefined-groupset"',
2740
3112
  value: input3.type
2741
- }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
2742
- path: _path2 + ".child_types",
2743
- expected: "(Array<string> | undefined)",
2744
- value: input3.child_types
2745
- })) && input3.child_types.map((elem, _index47) => "string" === typeof elem || $report(_exceptionable2, {
2746
- path: _path2 + ".child_types[" + _index47 + "]",
2747
- expected: "string",
2748
- value: elem
2749
- })).every((flag) => flag) || $report(_exceptionable2, {
2750
- path: _path2 + ".child_types",
2751
- expected: "(Array<string> | undefined)",
2752
- value: input3.child_types
2753
- }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
2754
- path: _path2 + ".hashtmldetail",
2755
- expected: "(boolean | undefined)",
2756
- value: input3.hashtmldetail
2757
- }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
2758
- path: _path2 + ".included_types",
2759
- expected: "(Array<string> | undefined)",
2760
- value: input3.included_types
2761
- })) && input3.included_types.map((elem, _index48) => "string" === typeof elem || $report(_exceptionable2, {
2762
- path: _path2 + ".included_types[" + _index48 + "]",
2763
- expected: "string",
2764
- value: elem
2765
- })).every((flag) => flag) || $report(_exceptionable2, {
2766
- path: _path2 + ".included_types",
2767
- expected: "(Array<string> | undefined)",
2768
- value: input3.included_types
2769
- }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
2770
- path: _path2 + ".isleaf",
2771
- expected: "(boolean | undefined)",
2772
- value: input3.isleaf
2773
- }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
2774
- path: _path2 + ".values",
2775
- expected: "(TermValues | undefined)",
2776
- value: input3.values
2777
- })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2778
- path: _path2 + ".values",
2779
- expected: "(TermValues | undefined)",
2780
- value: input3.values
2781
- }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
2782
- path: _path2 + ".skipValuesBuild",
2783
- expected: "(boolean | undefined)",
2784
- value: input3.skipValuesBuild
2785
- }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
2786
- path: _path2 + ".groupsetting",
2787
- expected: "TermGroupSetting",
2788
- value: input3.groupsetting
2789
- })) && $vo7(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2790
- path: _path2 + ".groupsetting",
2791
- expected: "TermGroupSetting",
2792
- value: input3.groupsetting
3113
+ }), "number" === typeof input3.predefined_groupset_idx || $report(_exceptionable2, {
3114
+ path: _path2 + ".predefined_groupset_idx",
3115
+ expected: "number",
3116
+ value: input3.predefined_groupset_idx
2793
3117
  })].every((flag) => flag);
2794
- const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3118
+ const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2795
3119
  path: _path2 + ".id",
2796
- expected: "string",
3120
+ expected: "(string | undefined)",
2797
3121
  value: input3.id
2798
- }), "string" === typeof input3.name || $report(_exceptionable2, {
3122
+ }), void 0 === input3.$id || "string" === typeof input3.$id || $report(_exceptionable2, {
3123
+ path: _path2 + ".$id",
3124
+ expected: "(string | undefined)",
3125
+ value: input3.$id
3126
+ }), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
3127
+ path: _path2 + ".isAtomic",
3128
+ expected: "(true | undefined)",
3129
+ value: input3.isAtomic
3130
+ }), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
3131
+ path: _path2 + ".settings",
3132
+ expected: "(__type.o5 | undefined)",
3133
+ value: input3.settings
3134
+ })) && $vo39(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3135
+ path: _path2 + ".settings",
3136
+ expected: "(__type.o5 | undefined)",
3137
+ value: input3.settings
3138
+ }), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
3139
+ path: _path2 + ".minNumSamples",
3140
+ expected: "(number | undefined)",
3141
+ value: input3.minNumSamples
3142
+ }), true, "GvCustomGsTW" === input3.type || $report(_exceptionable2, {
3143
+ path: _path2 + ".type",
3144
+ expected: '"GvCustomGsTW"',
3145
+ value: input3.type
3146
+ }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
3147
+ path: _path2 + ".term",
3148
+ expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
3149
+ value: input3.term
3150
+ })) && $vu11(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3151
+ path: _path2 + ".term",
3152
+ expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
3153
+ value: input3.term
3154
+ }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
3155
+ path: _path2 + ".q",
3156
+ expected: "GvCustomGsQ",
3157
+ value: input3.q
3158
+ })) && $vo62(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3159
+ path: _path2 + ".q",
3160
+ expected: "GvCustomGsQ",
3161
+ value: input3.q
3162
+ })].every((flag) => flag);
3163
+ const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3164
+ path: _path2 + ".hiddenValues",
3165
+ expected: "(HiddenValues | undefined)",
3166
+ value: input3.hiddenValues
3167
+ })) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3168
+ path: _path2 + ".hiddenValues",
3169
+ expected: "(HiddenValues | undefined)",
3170
+ value: input3.hiddenValues
3171
+ }), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
3172
+ path: _path2 + ".isAtomic",
3173
+ expected: "(true | undefined)",
3174
+ value: input3.isAtomic
3175
+ }), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
2799
3176
  path: _path2 + ".name",
2800
- expected: "string",
3177
+ expected: "(string | undefined)",
2801
3178
  value: input3.name
2802
- }), "integer" === input3.type || "float" === input3.type || "date" === input3.type || $report(_exceptionable2, {
3179
+ }), void 0 === input3.reuseId || "string" === typeof input3.reuseId || $report(_exceptionable2, {
3180
+ path: _path2 + ".reuseId",
3181
+ expected: "(string | undefined)",
3182
+ value: input3.reuseId
3183
+ }), void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff || $report(_exceptionable2, {
3184
+ path: _path2 + ".cnvGainCutoff",
3185
+ expected: "(number | undefined)",
3186
+ value: input3.cnvGainCutoff
3187
+ }), void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength || $report(_exceptionable2, {
3188
+ path: _path2 + ".cnvMaxLength",
3189
+ expected: "(number | undefined)",
3190
+ value: input3.cnvMaxLength
3191
+ }), void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue || $report(_exceptionable2, {
3192
+ path: _path2 + ".cnvMinAbsValue",
3193
+ expected: "(number | undefined)",
3194
+ value: input3.cnvMinAbsValue
3195
+ }), void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff || $report(_exceptionable2, {
3196
+ path: _path2 + ".cnvLossCutoff",
3197
+ expected: "(number | undefined)",
3198
+ value: input3.cnvLossCutoff
3199
+ }), "custom-groupset" === input3.type || $report(_exceptionable2, {
2803
3200
  path: _path2 + ".type",
2804
- expected: '("date" | "float" | "integer")',
3201
+ expected: '"custom-groupset"',
2805
3202
  value: input3.type
2806
- }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
2807
- path: _path2 + ".child_types",
2808
- expected: "(Array<string> | undefined)",
2809
- value: input3.child_types
2810
- })) && input3.child_types.map((elem, _index49) => "string" === typeof elem || $report(_exceptionable2, {
2811
- path: _path2 + ".child_types[" + _index49 + "]",
2812
- expected: "string",
2813
- value: elem
2814
- })).every((flag) => flag) || $report(_exceptionable2, {
2815
- path: _path2 + ".child_types",
2816
- expected: "(Array<string> | undefined)",
2817
- value: input3.child_types
2818
- }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
2819
- path: _path2 + ".hashtmldetail",
2820
- expected: "(boolean | undefined)",
2821
- value: input3.hashtmldetail
2822
- }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
2823
- path: _path2 + ".included_types",
2824
- expected: "(Array<string> | undefined)",
2825
- value: input3.included_types
2826
- })) && input3.included_types.map((elem, _index50) => "string" === typeof elem || $report(_exceptionable2, {
2827
- path: _path2 + ".included_types[" + _index50 + "]",
2828
- expected: "string",
2829
- value: elem
2830
- })).every((flag) => flag) || $report(_exceptionable2, {
2831
- path: _path2 + ".included_types",
2832
- expected: "(Array<string> | undefined)",
2833
- value: input3.included_types
2834
- }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
2835
- path: _path2 + ".isleaf",
2836
- expected: "(boolean | undefined)",
2837
- value: input3.isleaf
2838
- }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
2839
- path: _path2 + ".values",
2840
- expected: "(TermValues | undefined)",
2841
- value: input3.values
2842
- })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2843
- path: _path2 + ".values",
2844
- expected: "(TermValues | undefined)",
2845
- value: input3.values
2846
- }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
2847
- path: _path2 + ".skipValuesBuild",
2848
- expected: "(boolean | undefined)",
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
2862
- }), ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
2863
- path: _path2 + ".bins",
2864
- expected: "PresetNumericBins",
2865
- value: input3.bins
2866
- })) && $vo15(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
2867
- path: _path2 + ".bins",
2868
- expected: "PresetNumericBins",
2869
- value: input3.bins
3203
+ }), ("object" === typeof input3.customset && null !== input3.customset || $report(_exceptionable2, {
3204
+ path: _path2 + ".customset",
3205
+ expected: "BaseGroupSet",
3206
+ value: input3.customset
3207
+ })) && $vo45(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
3208
+ path: _path2 + ".customset",
3209
+ expected: "BaseGroupSet",
3210
+ value: input3.customset
2870
3211
  })].every((flag) => flag);
2871
- const $vo58 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3212
+ const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2872
3213
  path: _path2 + ".id",
2873
- expected: "string",
3214
+ expected: "(string | undefined)",
2874
3215
  value: input3.id
2875
- }), "string" === typeof input3.name || $report(_exceptionable2, {
3216
+ }), void 0 === input3.$id || "string" === typeof input3.$id || $report(_exceptionable2, {
3217
+ path: _path2 + ".$id",
3218
+ expected: "(string | undefined)",
3219
+ value: input3.$id
3220
+ }), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
3221
+ path: _path2 + ".isAtomic",
3222
+ expected: "(true | undefined)",
3223
+ value: input3.isAtomic
3224
+ }), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
3225
+ path: _path2 + ".settings",
3226
+ expected: "(__type.o5 | undefined)",
3227
+ value: input3.settings
3228
+ })) && $vo39(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3229
+ path: _path2 + ".settings",
3230
+ expected: "(__type.o5 | undefined)",
3231
+ value: input3.settings
3232
+ }), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
3233
+ path: _path2 + ".minNumSamples",
3234
+ expected: "(number | undefined)",
3235
+ value: input3.minNumSamples
3236
+ }), true, "ConditionTW" === input3.type || $report(_exceptionable2, {
3237
+ path: _path2 + ".type",
3238
+ expected: '"ConditionTW"',
3239
+ value: input3.type
3240
+ }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
3241
+ path: _path2 + ".term",
3242
+ expected: "ConditionTerm",
3243
+ value: input3.term
3244
+ })) && $vo29(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3245
+ path: _path2 + ".term",
3246
+ expected: "ConditionTerm",
3247
+ value: input3.term
3248
+ }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
3249
+ path: _path2 + ".q",
3250
+ expected: "ConditionQ",
3251
+ value: input3.q
3252
+ })) && $vo64(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3253
+ path: _path2 + ".q",
3254
+ expected: "ConditionQ",
3255
+ value: input3.q
3256
+ })].every((flag) => flag);
3257
+ const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3258
+ path: _path2 + ".hiddenValues",
3259
+ expected: "(HiddenValues | undefined)",
3260
+ value: input3.hiddenValues
3261
+ })) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3262
+ path: _path2 + ".hiddenValues",
3263
+ expected: "(HiddenValues | undefined)",
3264
+ value: input3.hiddenValues
3265
+ }), void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic || $report(_exceptionable2, {
3266
+ path: _path2 + ".isAtomic",
3267
+ expected: "(boolean | undefined)",
3268
+ value: input3.isAtomic
3269
+ }), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
2876
3270
  path: _path2 + ".name",
2877
- expected: "string",
3271
+ expected: "(string | undefined)",
2878
3272
  value: input3.name
2879
- }), "geneExpression" === input3.type || $report(_exceptionable2, {
3273
+ }), void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode || $report(_exceptionable2, {
3274
+ path: _path2 + ".mode",
3275
+ expected: '("binary" | "cox" | "cuminc" | "discrete" | undefined)',
3276
+ value: input3.mode
3277
+ }), void 0 === input3.reuseId || "string" === typeof input3.reuseId || $report(_exceptionable2, {
3278
+ path: _path2 + ".reuseId",
3279
+ expected: "(string | undefined)",
3280
+ value: input3.reuseId
3281
+ }), void 0 === input3.type || "values" === input3.type || $report(_exceptionable2, {
2880
3282
  path: _path2 + ".type",
2881
- expected: '"geneExpression"',
3283
+ expected: '("values" | undefined)',
2882
3284
  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",
3285
+ }), void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children || $report(_exceptionable2, {
3286
+ path: _path2 + ".bar_by_children",
2897
3287
  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",
3288
+ value: input3.bar_by_children
3289
+ }), void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade || $report(_exceptionable2, {
3290
+ path: _path2 + ".bar_by_grade",
3291
+ expected: "(boolean | undefined)",
3292
+ value: input3.bar_by_grade
3293
+ }), void 0 === input3.breaks || (Array.isArray(input3.breaks) || $report(_exceptionable2, {
3294
+ path: _path2 + ".breaks",
3295
+ expected: "(Array<number> | undefined)",
3296
+ value: input3.breaks
3297
+ })) && input3.breaks.map((elem, _index51) => "number" === typeof elem || $report(_exceptionable2, {
3298
+ path: _path2 + ".breaks[" + _index51 + "]",
3299
+ expected: "number",
2906
3300
  value: elem
2907
3301
  })).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",
3302
+ path: _path2 + ".breaks",
3303
+ expected: "(Array<number> | undefined)",
3304
+ value: input3.breaks
3305
+ }), "age" === input3.timeScale || "time" === input3.timeScale || $report(_exceptionable2, {
3306
+ path: _path2 + ".timeScale",
3307
+ expected: '("age" | "time")',
3308
+ value: input3.timeScale
3309
+ }), void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade || $report(_exceptionable2, {
3310
+ path: _path2 + ".value_by_max_grade",
2913
3311
  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",
3312
+ value: input3.value_by_max_grade
3313
+ }), void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent || $report(_exceptionable2, {
3314
+ path: _path2 + ".value_by_most_recent",
2925
3315
  expected: "(boolean | undefined)",
2926
- value: input3.skipValuesBuild
2927
- }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
2928
- path: _path2 + ".continuousColorScale",
2929
- expected: "(__type.o2 | undefined)",
2930
- value: input3.continuousColorScale
2931
- })) && $vo14(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
2932
- path: _path2 + ".continuousColorScale",
2933
- expected: "(__type.o2 | undefined)",
2934
- value: input3.continuousColorScale
2935
- }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
2936
- path: _path2 + ".unit",
3316
+ value: input3.value_by_most_recent
3317
+ }), void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade || $report(_exceptionable2, {
3318
+ path: _path2 + ".value_by_computable_grade",
3319
+ expected: "(boolean | undefined)",
3320
+ value: input3.value_by_computable_grade
3321
+ }), true].every((flag) => flag);
3322
+ const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3323
+ path: _path2 + ".id",
2937
3324
  expected: "(string | undefined)",
2938
- value: input3.unit
2939
- }), "string" === typeof input3.gene || $report(_exceptionable2, {
2940
- path: _path2 + ".gene",
3325
+ value: input3.id
3326
+ }), void 0 === input3.$id || "string" === typeof input3.$id || $report(_exceptionable2, {
3327
+ path: _path2 + ".$id",
3328
+ expected: "(string | undefined)",
3329
+ value: input3.$id
3330
+ }), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
3331
+ path: _path2 + ".isAtomic",
3332
+ expected: "(true | undefined)",
3333
+ value: input3.isAtomic
3334
+ }), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
3335
+ path: _path2 + ".settings",
3336
+ expected: "(__type.o5 | undefined)",
3337
+ value: input3.settings
3338
+ })) && $vo39(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3339
+ path: _path2 + ".settings",
3340
+ expected: "(__type.o5 | undefined)",
3341
+ value: input3.settings
3342
+ }), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
3343
+ path: _path2 + ".minNumSamples",
3344
+ expected: "(number | undefined)",
3345
+ value: input3.minNumSamples
3346
+ }), true, "SnpsTW" === input3.type || $report(_exceptionable2, {
3347
+ path: _path2 + ".type",
3348
+ expected: '"SnpsTW"',
3349
+ value: input3.type
3350
+ }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
3351
+ path: _path2 + ".q",
3352
+ expected: "SnpsQ",
3353
+ value: input3.q
3354
+ })) && $vo66(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3355
+ path: _path2 + ".q",
3356
+ expected: "SnpsQ",
3357
+ value: input3.q
3358
+ }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
3359
+ path: _path2 + ".term",
3360
+ expected: "SnpsTerm",
3361
+ value: input3.term
3362
+ })) && $vo68(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3363
+ path: _path2 + ".term",
3364
+ expected: "SnpsTerm",
3365
+ value: input3.term
3366
+ })].every((flag) => flag);
3367
+ const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3368
+ path: _path2 + ".hiddenValues",
3369
+ expected: "(HiddenValues | undefined)",
3370
+ value: input3.hiddenValues
3371
+ })) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3372
+ path: _path2 + ".hiddenValues",
3373
+ expected: "(HiddenValues | undefined)",
3374
+ value: input3.hiddenValues
3375
+ }), void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic || $report(_exceptionable2, {
3376
+ path: _path2 + ".isAtomic",
3377
+ expected: "(boolean | undefined)",
3378
+ value: input3.isAtomic
3379
+ }), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
3380
+ path: _path2 + ".name",
3381
+ expected: "(string | undefined)",
3382
+ value: input3.name
3383
+ }), void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode || $report(_exceptionable2, {
3384
+ path: _path2 + ".mode",
3385
+ expected: '("binary" | "continuous" | "cox" | "cuminc" | "discrete" | "spline" | undefined)',
3386
+ value: input3.mode
3387
+ }), void 0 === input3.reuseId || "string" === typeof input3.reuseId || $report(_exceptionable2, {
3388
+ path: _path2 + ".reuseId",
3389
+ expected: "(string | undefined)",
3390
+ value: input3.reuseId
3391
+ }), 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 || $report(_exceptionable2, {
3392
+ path: _path2 + ".type",
3393
+ expected: '("custom-bin" | "custom-groupset" | "custom-samplelst" | "filter" | "predefined-groupset" | "regular-bin" | "values" | undefined)',
3394
+ value: input3.type
3395
+ }), "number" === typeof input3.AFcutoff || $report(_exceptionable2, {
3396
+ path: _path2 + ".AFcutoff",
3397
+ expected: "number",
3398
+ value: input3.AFcutoff
3399
+ }), "number" === typeof input3.alleleType || $report(_exceptionable2, {
3400
+ path: _path2 + ".alleleType",
3401
+ expected: "number",
3402
+ value: input3.alleleType
3403
+ }), "string" === typeof input3.cacheid || $report(_exceptionable2, {
3404
+ path: _path2 + ".cacheid",
2941
3405
  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, {
3406
+ value: input3.cacheid
3407
+ }), true, "number" === typeof input3.geneticModel || $report(_exceptionable2, {
3408
+ path: _path2 + ".geneticModel",
3409
+ expected: "number",
3410
+ value: input3.geneticModel
3411
+ }), true, void 0 === input3.missingGenotype || "number" === typeof input3.missingGenotype || $report(_exceptionable2, {
3412
+ path: _path2 + ".missingGenotype",
3413
+ expected: "(number | undefined)",
3414
+ value: input3.missingGenotype
3415
+ }), "number" === typeof input3.numOfSampleWithAnyValidGT || $report(_exceptionable2, {
3416
+ path: _path2 + ".numOfSampleWithAnyValidGT",
3417
+ expected: "number",
3418
+ value: input3.numOfSampleWithAnyValidGT
3419
+ }), ("object" === typeof input3.restrictAncestry && null !== input3.restrictAncestry || $report(_exceptionable2, {
3420
+ path: _path2 + ".restrictAncestry",
3421
+ expected: "RestrictAncestry",
3422
+ value: input3.restrictAncestry
3423
+ })) && $vo67(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
3424
+ path: _path2 + ".restrictAncestry",
3425
+ expected: "RestrictAncestry",
3426
+ value: input3.restrictAncestry
3427
+ }), true, true, ("object" === typeof input3.variant_filter && null !== input3.variant_filter || $report(_exceptionable2, {
3428
+ path: _path2 + ".variant_filter",
3429
+ expected: "Filter",
3430
+ value: input3.variant_filter
3431
+ })) && $vo1(input3.variant_filter, _path2 + ".variant_filter", _exceptionable2) || $report(_exceptionable2, {
3432
+ path: _path2 + ".variant_filter",
3433
+ expected: "Filter",
3434
+ value: input3.variant_filter
3435
+ }), "string" === typeof input3.chr || $report(_exceptionable2, {
2952
3436
  path: _path2 + ".chr",
2953
- expected: "(string | undefined)",
3437
+ expected: "string",
2954
3438
  value: input3.chr
2955
- }), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
3439
+ }), "number" === typeof input3.start || $report(_exceptionable2, {
2956
3440
  path: _path2 + ".start",
2957
- expected: "(number | undefined)",
3441
+ expected: "number",
2958
3442
  value: input3.start
2959
- }), void 0 === input3.stop || "number" === typeof input3.stop || $report(_exceptionable2, {
3443
+ }), "number" === typeof input3.stop || $report(_exceptionable2, {
2960
3444
  path: _path2 + ".stop",
2961
- expected: "(number | undefined)",
3445
+ expected: "number",
2962
3446
  value: input3.stop
2963
3447
  })].every((flag) => flag);
2964
- const $vo59 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2965
- path: _path2 + ".id",
2966
- expected: "string",
2967
- value: input3.id
2968
- }), "string" === typeof input3.name || $report(_exceptionable2, {
3448
+ const $vo67 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2969
3449
  path: _path2 + ".name",
2970
3450
  expected: "string",
2971
3451
  value: input3.name
2972
- }), "condition" === input3.type || $report(_exceptionable2, {
2973
- path: _path2 + ".type",
2974
- expected: '"condition"',
2975
- value: input3.type
2976
- }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
2977
- path: _path2 + ".child_types",
2978
- expected: "(Array<string> | undefined)",
2979
- value: input3.child_types
2980
- })) && input3.child_types.map((elem, _index53) => "string" === typeof elem || $report(_exceptionable2, {
2981
- path: _path2 + ".child_types[" + _index53 + "]",
2982
- expected: "string",
2983
- value: elem
2984
- })).every((flag) => flag) || $report(_exceptionable2, {
2985
- path: _path2 + ".child_types",
2986
- expected: "(Array<string> | undefined)",
2987
- value: input3.child_types
2988
- }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
2989
- path: _path2 + ".hashtmldetail",
2990
- expected: "(boolean | undefined)",
2991
- value: input3.hashtmldetail
2992
- }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
2993
- path: _path2 + ".included_types",
2994
- expected: "(Array<string> | undefined)",
2995
- value: input3.included_types
2996
- })) && input3.included_types.map((elem, _index54) => "string" === typeof elem || $report(_exceptionable2, {
2997
- path: _path2 + ".included_types[" + _index54 + "]",
2998
- expected: "string",
2999
- value: elem
3000
- })).every((flag) => flag) || $report(_exceptionable2, {
3001
- path: _path2 + ".included_types",
3002
- expected: "(Array<string> | undefined)",
3003
- value: input3.included_types
3004
- }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
3005
- path: _path2 + ".isleaf",
3006
- expected: "(boolean | undefined)",
3007
- value: input3.isleaf
3008
- }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
3009
- path: _path2 + ".values",
3010
- expected: "(TermValues | undefined)",
3011
- value: input3.values
3012
- })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
3013
- path: _path2 + ".values",
3014
- expected: "(TermValues | undefined)",
3015
- value: input3.values
3016
- }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
3017
- path: _path2 + ".skipValuesBuild",
3018
- expected: "(boolean | undefined)",
3019
- value: input3.skipValuesBuild
3452
+ }), ("object" === typeof input3.tvs && null !== input3.tvs || $report(_exceptionable2, {
3453
+ path: _path2 + ".tvs",
3454
+ expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
3455
+ value: input3.tvs
3456
+ })) && $vu7(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
3457
+ path: _path2 + ".tvs",
3458
+ expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
3459
+ value: input3.tvs
3020
3460
  })].every((flag) => flag);
3021
- const $vo60 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3461
+ const $vo68 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3022
3462
  path: _path2 + ".id",
3023
3463
  expected: "string",
3024
3464
  value: input3.id
@@ -3034,8 +3474,8 @@ var validCorrelationVolcanoRequest = (input) => {
3034
3474
  path: _path2 + ".child_types",
3035
3475
  expected: "(Array<string> | undefined)",
3036
3476
  value: input3.child_types
3037
- })) && input3.child_types.map((elem, _index55) => "string" === typeof elem || $report(_exceptionable2, {
3038
- path: _path2 + ".child_types[" + _index55 + "]",
3477
+ })) && input3.child_types.map((elem, _index52) => "string" === typeof elem || $report(_exceptionable2, {
3478
+ path: _path2 + ".child_types[" + _index52 + "]",
3039
3479
  expected: "string",
3040
3480
  value: elem
3041
3481
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3050,8 +3490,8 @@ var validCorrelationVolcanoRequest = (input) => {
3050
3490
  path: _path2 + ".included_types",
3051
3491
  expected: "(Array<string> | undefined)",
3052
3492
  value: input3.included_types
3053
- })) && input3.included_types.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
3054
- path: _path2 + ".included_types[" + _index56 + "]",
3493
+ })) && input3.included_types.map((elem, _index53) => "string" === typeof elem || $report(_exceptionable2, {
3494
+ path: _path2 + ".included_types[" + _index53 + "]",
3055
3495
  expected: "string",
3056
3496
  value: elem
3057
3497
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3082,12 +3522,12 @@ var validCorrelationVolcanoRequest = (input) => {
3082
3522
  path: _path2 + ".snps",
3083
3523
  expected: "(Array<SnpsEntry> | undefined)",
3084
3524
  value: input3.snps
3085
- })) && input3.snps.map((elem, _index57) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3086
- path: _path2 + ".snps[" + _index57 + "]",
3525
+ })) && input3.snps.map((elem, _index54) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3526
+ path: _path2 + ".snps[" + _index54 + "]",
3087
3527
  expected: "SnpsEntry",
3088
3528
  value: elem
3089
- })) && $vo50(elem, _path2 + ".snps[" + _index57 + "]", _exceptionable2) || $report(_exceptionable2, {
3090
- path: _path2 + ".snps[" + _index57 + "]",
3529
+ })) && $vo69(elem, _path2 + ".snps[" + _index54 + "]", _exceptionable2) || $report(_exceptionable2, {
3530
+ path: _path2 + ".snps[" + _index54 + "]",
3091
3531
  expected: "SnpsEntry",
3092
3532
  value: elem
3093
3533
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3095,156 +3535,168 @@ var validCorrelationVolcanoRequest = (input) => {
3095
3535
  expected: "(Array<SnpsEntry> | undefined)",
3096
3536
  value: input3.snps
3097
3537
  })].every((flag) => flag);
3098
- const $vo61 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3099
- path: _path2 + ".id",
3100
- expected: "string",
3101
- value: input3.id
3102
- }), "string" === typeof input3.name || $report(_exceptionable2, {
3103
- path: _path2 + ".name",
3104
- expected: "string",
3105
- value: input3.name
3106
- }), "string" === typeof input3.type || $report(_exceptionable2, {
3107
- path: _path2 + ".type",
3108
- expected: "string",
3109
- value: input3.type
3110
- }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
3111
- path: _path2 + ".child_types",
3538
+ const $vo69 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
3539
+ path: _path2 + ".altAlleles",
3112
3540
  expected: "(Array<string> | undefined)",
3113
- value: input3.child_types
3114
- })) && input3.child_types.map((elem, _index58) => "string" === typeof elem || $report(_exceptionable2, {
3115
- path: _path2 + ".child_types[" + _index58 + "]",
3541
+ value: input3.altAlleles
3542
+ })) && input3.altAlleles.map((elem, _index55) => "string" === typeof elem || $report(_exceptionable2, {
3543
+ path: _path2 + ".altAlleles[" + _index55 + "]",
3116
3544
  expected: "string",
3117
3545
  value: elem
3118
3546
  })).every((flag) => flag) || $report(_exceptionable2, {
3119
- path: _path2 + ".child_types",
3120
- expected: "(Array<string> | undefined)",
3121
- value: input3.child_types
3122
- }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
3123
- path: _path2 + ".hashtmldetail",
3124
- expected: "(boolean | undefined)",
3125
- value: input3.hashtmldetail
3126
- }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
3127
- path: _path2 + ".included_types",
3547
+ path: _path2 + ".altAlleles",
3128
3548
  expected: "(Array<string> | undefined)",
3129
- value: input3.included_types
3130
- })) && input3.included_types.map((elem, _index59) => "string" === typeof elem || $report(_exceptionable2, {
3131
- path: _path2 + ".included_types[" + _index59 + "]",
3132
- expected: "string",
3549
+ value: input3.altAlleles
3550
+ }), void 0 === input3.alleles || (Array.isArray(input3.alleles) || $report(_exceptionable2, {
3551
+ path: _path2 + ".alleles",
3552
+ expected: "(Array<AllelesEntry> | undefined)",
3553
+ value: input3.alleles
3554
+ })) && input3.alleles.map((elem, _index56) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3555
+ path: _path2 + ".alleles[" + _index56 + "]",
3556
+ expected: "AllelesEntry",
3557
+ value: elem
3558
+ })) && $vo70(elem, _path2 + ".alleles[" + _index56 + "]", _exceptionable2) || $report(_exceptionable2, {
3559
+ path: _path2 + ".alleles[" + _index56 + "]",
3560
+ expected: "AllelesEntry",
3133
3561
  value: elem
3134
3562
  })).every((flag) => flag) || $report(_exceptionable2, {
3135
- path: _path2 + ".included_types",
3136
- expected: "(Array<string> | undefined)",
3137
- value: input3.included_types
3138
- }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
3139
- path: _path2 + ".isleaf",
3140
- expected: "(boolean | undefined)",
3141
- value: input3.isleaf
3142
- }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
3143
- path: _path2 + ".values",
3144
- expected: "(TermValues & SampleLstTermValues | undefined)",
3145
- value: input3.values
3146
- })) && $vo62(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
3147
- path: _path2 + ".values",
3148
- expected: "(TermValues & SampleLstTermValues | undefined)",
3149
- value: input3.values
3150
- }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
3151
- path: _path2 + ".skipValuesBuild",
3563
+ path: _path2 + ".alleles",
3564
+ expected: "(Array<AllelesEntry> | undefined)",
3565
+ value: input3.alleles
3566
+ }), "boolean" === typeof input3.effectAllele || $report(_exceptionable2, {
3567
+ path: _path2 + ".effectAllele",
3568
+ expected: "boolean",
3569
+ value: input3.effectAllele
3570
+ }), void 0 === input3.gt2count || ("object" === typeof input3.gt2count && null !== input3.gt2count || $report(_exceptionable2, {
3571
+ path: _path2 + ".gt2count",
3572
+ expected: "(__type.o7 | undefined)",
3573
+ value: input3.gt2count
3574
+ })) && $vo71(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
3575
+ path: _path2 + ".gt2count",
3576
+ expected: "(__type.o7 | undefined)",
3577
+ value: input3.gt2count
3578
+ }), void 0 === input3.invalid || "boolean" === typeof input3.invalid || $report(_exceptionable2, {
3579
+ path: _path2 + ".invalid",
3152
3580
  expected: "(boolean | undefined)",
3153
- value: input3.skipValuesBuild
3154
- })].every((flag) => flag);
3155
- const $vo62 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3156
- const value = input3[key];
3157
- if (void 0 === value)
3158
- return true;
3159
- if (RegExp(/(.*)/).test(key))
3160
- return ("object" === typeof value && null !== value || $report(_exceptionable2, {
3161
- path: _path2 + $join(key),
3162
- expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
3163
- value
3164
- })) && $vo63(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3165
- path: _path2 + $join(key),
3166
- expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
3167
- value
3168
- });
3169
- if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
3170
- return ("object" === typeof value && null !== value || $report(_exceptionable2, {
3171
- path: _path2 + $join(key),
3172
- expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
3173
- value
3174
- })) && $vo63(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3175
- path: _path2 + $join(key),
3176
- expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
3177
- value
3178
- });
3179
- return true;
3180
- }).every((flag) => flag)].every((flag) => flag);
3181
- const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
3182
- path: _path2 + ".key",
3581
+ value: input3.invalid
3582
+ }), void 0 === input3.referenceAllele || "string" === typeof input3.referenceAllele || $report(_exceptionable2, {
3583
+ path: _path2 + ".referenceAllele",
3183
3584
  expected: "(string | undefined)",
3184
- value: input3.key
3185
- }), void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable || $report(_exceptionable2, {
3186
- path: _path2 + ".uncomputable",
3187
- expected: "(boolean | undefined)",
3188
- value: input3.uncomputable
3189
- }), void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label || $report(_exceptionable2, {
3190
- path: _path2 + ".label",
3191
- expected: "(number | string | undefined)",
3192
- value: input3.label
3193
- }), void 0 === input3.order || "string" === typeof input3.order || $report(_exceptionable2, {
3194
- path: _path2 + ".order",
3585
+ value: input3.referenceAllele
3586
+ }), "string" === typeof input3.rsid || $report(_exceptionable2, {
3587
+ path: _path2 + ".rsid",
3588
+ expected: "string",
3589
+ value: input3.rsid
3590
+ }), "string" === typeof input3.snpid || $report(_exceptionable2, {
3591
+ path: _path2 + ".snpid",
3592
+ expected: "string",
3593
+ value: input3.snpid
3594
+ }), true, void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
3595
+ path: _path2 + ".chr",
3195
3596
  expected: "(string | undefined)",
3196
- value: input3.order
3197
- }), void 0 === input3.color || "string" === typeof input3.color || $report(_exceptionable2, {
3198
- path: _path2 + ".color",
3597
+ value: input3.chr
3598
+ }), void 0 === input3.pos || "number" === typeof input3.pos || $report(_exceptionable2, {
3599
+ path: _path2 + ".pos",
3600
+ expected: "(number | undefined)",
3601
+ value: input3.pos
3602
+ })].every((flag) => flag);
3603
+ const $vo70 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
3604
+ path: _path2 + ".allele",
3605
+ expected: "string",
3606
+ value: input3.allele
3607
+ }), "number" === typeof input3.count || $report(_exceptionable2, {
3608
+ path: _path2 + ".count",
3609
+ expected: "number",
3610
+ value: input3.count
3611
+ }), "boolean" === typeof input3.isRef || $report(_exceptionable2, {
3612
+ path: _path2 + ".isRef",
3613
+ expected: "boolean",
3614
+ value: input3.isRef
3615
+ })].every((flag) => flag);
3616
+ const $vo71 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
3617
+ path: _path2 + ".k",
3618
+ expected: "string",
3619
+ value: input3.k
3620
+ }), "string" === typeof input3.v || "number" === typeof input3.v || $report(_exceptionable2, {
3621
+ path: _path2 + ".v",
3622
+ expected: "(number | string)",
3623
+ value: input3.v
3624
+ })].every((flag) => flag);
3625
+ const $vo72 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3626
+ path: _path2 + ".id",
3199
3627
  expected: "(string | undefined)",
3200
- value: input3.color
3201
- }), void 0 === input3.group || "number" === typeof input3.group || $report(_exceptionable2, {
3202
- path: _path2 + ".group",
3628
+ value: input3.id
3629
+ }), void 0 === input3.$id || "string" === typeof input3.$id || $report(_exceptionable2, {
3630
+ path: _path2 + ".$id",
3631
+ expected: "(string | undefined)",
3632
+ value: input3.$id
3633
+ }), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
3634
+ path: _path2 + ".isAtomic",
3635
+ expected: "(true | undefined)",
3636
+ value: input3.isAtomic
3637
+ }), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
3638
+ path: _path2 + ".settings",
3639
+ expected: "(__type.o5 | undefined)",
3640
+ value: input3.settings
3641
+ })) && $vo39(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3642
+ path: _path2 + ".settings",
3643
+ expected: "(__type.o5 | undefined)",
3644
+ value: input3.settings
3645
+ }), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
3646
+ path: _path2 + ".minNumSamples",
3203
3647
  expected: "(number | undefined)",
3204
- value: input3.group
3205
- }), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
3206
- path: _path2 + ".filter",
3207
- expected: "(Filter | undefined)",
3208
- value: input3.filter
3209
- })) && $vo1(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
3210
- path: _path2 + ".filter",
3211
- expected: "(Filter | undefined)",
3212
- value: input3.filter
3213
- }), "string" === typeof input3.name || $report(_exceptionable2, {
3648
+ value: input3.minNumSamples
3649
+ }), true, "SnpTW" === input3.type || $report(_exceptionable2, {
3650
+ path: _path2 + ".type",
3651
+ expected: '"SnpTW"',
3652
+ value: input3.type
3653
+ }), ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) || $report(_exceptionable2, {
3654
+ path: _path2 + ".q",
3655
+ expected: '(BaseQ & MinBaseQ & { mode?: "discrete" | "binary" | undefined; } & { type: "custom-groupset"; customset: BaseGroupSet; } | BaseQ & MinBaseQ & { mode?: "discrete" | "binary" | undefined; } & { type: "predefined-groupset"; predefined_groupset_idx: number; } | BaseQ & MinBaseQ & { mode?: "discrete" | "binary" | undefined; } & { type: "values"; } | BaseQ & { type: "filter"; })',
3656
+ value: input3.q
3657
+ })) && $vu12(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3658
+ path: _path2 + ".q",
3659
+ expected: '(BaseQ & MinBaseQ & { mode?: "discrete" | "binary" | undefined; } & { type: "custom-groupset"; customset: BaseGroupSet; } | BaseQ & MinBaseQ & { mode?: "discrete" | "binary" | undefined; } & { type: "predefined-groupset"; predefined_groupset_idx: number; } | BaseQ & MinBaseQ & { mode?: "discrete" | "binary" | undefined; } & { type: "values"; } | BaseQ & { type: "filter"; })',
3660
+ value: input3.q
3661
+ }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
3662
+ path: _path2 + ".term",
3663
+ expected: "SnpTerm",
3664
+ value: input3.term
3665
+ })) && $vo77(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3666
+ path: _path2 + ".term",
3667
+ expected: "SnpTerm",
3668
+ value: input3.term
3669
+ })].every((flag) => flag);
3670
+ const $vo73 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3671
+ path: _path2 + ".hiddenValues",
3672
+ expected: "(HiddenValues | undefined)",
3673
+ value: input3.hiddenValues
3674
+ })) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3675
+ path: _path2 + ".hiddenValues",
3676
+ expected: "(HiddenValues | undefined)",
3677
+ value: input3.hiddenValues
3678
+ }), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
3679
+ path: _path2 + ".isAtomic",
3680
+ expected: "(true | undefined)",
3681
+ value: input3.isAtomic
3682
+ }), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
3214
3683
  path: _path2 + ".name",
3215
- expected: "string",
3684
+ expected: "(string | undefined)",
3216
3685
  value: input3.name
3217
- }), "boolean" === typeof input3.inuse || $report(_exceptionable2, {
3218
- path: _path2 + ".inuse",
3219
- expected: "boolean",
3220
- value: input3.inuse
3221
- }), (Array.isArray(input3.list) || $report(_exceptionable2, {
3222
- path: _path2 + ".list",
3223
- expected: "Array<__type>.o4",
3224
- value: input3.list
3225
- })) && input3.list.map((elem, _index60) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3226
- path: _path2 + ".list[" + _index60 + "]",
3227
- expected: "__type.o8",
3228
- value: elem
3229
- })) && $vo64(elem, _path2 + ".list[" + _index60 + "]", _exceptionable2) || $report(_exceptionable2, {
3230
- path: _path2 + ".list[" + _index60 + "]",
3231
- expected: "__type.o8",
3232
- value: elem
3233
- })).every((flag) => flag) || $report(_exceptionable2, {
3234
- path: _path2 + ".list",
3235
- expected: "Array<__type>.o4",
3236
- value: input3.list
3237
- }), true].every((flag) => flag);
3238
- const $vo64 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.sampleId || $report(_exceptionable2, {
3239
- path: _path2 + ".sampleId",
3240
- expected: "string",
3241
- value: input3.sampleId
3242
- }), "string" === typeof input3.sample || $report(_exceptionable2, {
3243
- path: _path2 + ".sample",
3244
- expected: "string",
3245
- value: input3.sample
3686
+ }), void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || $report(_exceptionable2, {
3687
+ path: _path2 + ".mode",
3688
+ expected: '("binary" | "discrete" | undefined)',
3689
+ value: input3.mode
3690
+ }), void 0 === input3.reuseId || "string" === typeof input3.reuseId || $report(_exceptionable2, {
3691
+ path: _path2 + ".reuseId",
3692
+ expected: "(string | undefined)",
3693
+ value: input3.reuseId
3694
+ }), void 0 === input3.type || "values" === input3.type || $report(_exceptionable2, {
3695
+ path: _path2 + ".type",
3696
+ expected: '("values" | undefined)',
3697
+ value: input3.type
3246
3698
  })].every((flag) => flag);
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, {
3699
+ const $vo74 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3248
3700
  path: _path2 + ".hiddenValues",
3249
3701
  expected: "(HiddenValues | undefined)",
3250
3702
  value: input3.hiddenValues
@@ -3268,12 +3720,12 @@ var validCorrelationVolcanoRequest = (input) => {
3268
3720
  path: _path2 + ".reuseId",
3269
3721
  expected: "(string | undefined)",
3270
3722
  value: input3.reuseId
3271
- }), 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 || $report(_exceptionable2, {
3723
+ }), void 0 === input3.type || "filter" === input3.type || $report(_exceptionable2, {
3272
3724
  path: _path2 + ".type",
3273
- expected: '("custom-bin" | "custom-groupset" | "custom-samplelst" | "filter" | "predefined-groupset" | "regular-bin" | "values" | undefined)',
3725
+ expected: '("filter" | undefined)',
3274
3726
  value: input3.type
3275
3727
  })].every((flag) => flag);
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, {
3728
+ const $vo75 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3277
3729
  path: _path2 + ".hiddenValues",
3278
3730
  expected: "(HiddenValues | undefined)",
3279
3731
  value: input3.hiddenValues
@@ -3281,64 +3733,32 @@ var validCorrelationVolcanoRequest = (input) => {
3281
3733
  path: _path2 + ".hiddenValues",
3282
3734
  expected: "(HiddenValues | undefined)",
3283
3735
  value: input3.hiddenValues
3284
- }), void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic || $report(_exceptionable2, {
3736
+ }), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
3285
3737
  path: _path2 + ".isAtomic",
3286
- expected: "(boolean | undefined)",
3738
+ expected: "(true | undefined)",
3287
3739
  value: input3.isAtomic
3288
3740
  }), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
3289
3741
  path: _path2 + ".name",
3290
3742
  expected: "(string | undefined)",
3291
3743
  value: input3.name
3292
- }), void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode || $report(_exceptionable2, {
3744
+ }), void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || $report(_exceptionable2, {
3293
3745
  path: _path2 + ".mode",
3294
- expected: '("binary" | "cox" | "cuminc" | "discrete" | undefined)',
3746
+ expected: '("binary" | "discrete" | undefined)',
3295
3747
  value: input3.mode
3296
3748
  }), void 0 === input3.reuseId || "string" === typeof input3.reuseId || $report(_exceptionable2, {
3297
3749
  path: _path2 + ".reuseId",
3298
3750
  expected: "(string | undefined)",
3299
3751
  value: input3.reuseId
3300
- }), void 0 === input3.type || "values" === input3.type || $report(_exceptionable2, {
3752
+ }), void 0 === input3.type || "predefined-groupset" === input3.type || $report(_exceptionable2, {
3301
3753
  path: _path2 + ".type",
3302
- expected: '("values" | undefined)',
3754
+ expected: '("predefined-groupset" | undefined)',
3303
3755
  value: input3.type
3304
- }), void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children || $report(_exceptionable2, {
3305
- path: _path2 + ".bar_by_children",
3306
- expected: "(boolean | undefined)",
3307
- value: input3.bar_by_children
3308
- }), void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade || $report(_exceptionable2, {
3309
- path: _path2 + ".bar_by_grade",
3310
- expected: "(boolean | undefined)",
3311
- value: input3.bar_by_grade
3312
- }), void 0 === input3.breaks || (Array.isArray(input3.breaks) || $report(_exceptionable2, {
3313
- path: _path2 + ".breaks",
3314
- expected: "(Array<number> | undefined)",
3315
- value: input3.breaks
3316
- })) && input3.breaks.map((elem, _index61) => "number" === typeof elem || $report(_exceptionable2, {
3317
- path: _path2 + ".breaks[" + _index61 + "]",
3756
+ }), "number" === typeof input3.predefined_groupset_idx || $report(_exceptionable2, {
3757
+ path: _path2 + ".predefined_groupset_idx",
3318
3758
  expected: "number",
3319
- value: elem
3320
- })).every((flag) => flag) || $report(_exceptionable2, {
3321
- path: _path2 + ".breaks",
3322
- expected: "(Array<number> | undefined)",
3323
- value: input3.breaks
3324
- }), "age" === input3.timeScale || "time" === input3.timeScale || $report(_exceptionable2, {
3325
- path: _path2 + ".timeScale",
3326
- expected: '("age" | "time")',
3327
- value: input3.timeScale
3328
- }), void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade || $report(_exceptionable2, {
3329
- path: _path2 + ".value_by_max_grade",
3330
- expected: "(boolean | undefined)",
3331
- value: input3.value_by_max_grade
3332
- }), void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent || $report(_exceptionable2, {
3333
- path: _path2 + ".value_by_most_recent",
3334
- expected: "(boolean | undefined)",
3335
- value: input3.value_by_most_recent
3336
- }), void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade || $report(_exceptionable2, {
3337
- path: _path2 + ".value_by_computable_grade",
3338
- expected: "(boolean | undefined)",
3339
- value: input3.value_by_computable_grade
3340
- }), true].every((flag) => flag);
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, {
3759
+ value: input3.predefined_groupset_idx
3760
+ })].every((flag) => flag);
3761
+ const $vo76 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3342
3762
  path: _path2 + ".hiddenValues",
3343
3763
  expected: "(HiddenValues | undefined)",
3344
3764
  value: input3.hiddenValues
@@ -3346,86 +3766,128 @@ var validCorrelationVolcanoRequest = (input) => {
3346
3766
  path: _path2 + ".hiddenValues",
3347
3767
  expected: "(HiddenValues | undefined)",
3348
3768
  value: input3.hiddenValues
3349
- }), void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic || $report(_exceptionable2, {
3769
+ }), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
3350
3770
  path: _path2 + ".isAtomic",
3351
- expected: "(boolean | undefined)",
3771
+ expected: "(true | undefined)",
3352
3772
  value: input3.isAtomic
3353
3773
  }), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
3354
3774
  path: _path2 + ".name",
3355
3775
  expected: "(string | undefined)",
3356
3776
  value: input3.name
3357
- }), void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode || $report(_exceptionable2, {
3777
+ }), void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || $report(_exceptionable2, {
3358
3778
  path: _path2 + ".mode",
3359
- expected: '("binary" | "continuous" | "cox" | "cuminc" | "discrete" | "spline" | undefined)',
3779
+ expected: '("binary" | "discrete" | undefined)',
3360
3780
  value: input3.mode
3361
3781
  }), void 0 === input3.reuseId || "string" === typeof input3.reuseId || $report(_exceptionable2, {
3362
3782
  path: _path2 + ".reuseId",
3363
3783
  expected: "(string | undefined)",
3364
3784
  value: input3.reuseId
3365
- }), 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 || $report(_exceptionable2, {
3785
+ }), void 0 === input3.type || "custom-groupset" === input3.type || $report(_exceptionable2, {
3366
3786
  path: _path2 + ".type",
3367
- expected: '("custom-bin" | "custom-groupset" | "custom-samplelst" | "filter" | "predefined-groupset" | "regular-bin" | "values" | undefined)',
3787
+ expected: '("custom-groupset" | undefined)',
3368
3788
  value: input3.type
3369
- }), ("object" === typeof input3.groups && null !== input3.groups && false === Array.isArray(input3.groups) || $report(_exceptionable2, {
3370
- path: _path2 + ".groups",
3371
- expected: "SampleLstTermValues",
3372
- value: input3.groups
3373
- })) && $vo68(input3.groups, _path2 + ".groups", _exceptionable2) || $report(_exceptionable2, {
3374
- path: _path2 + ".groups",
3375
- expected: "SampleLstTermValues",
3376
- value: input3.groups
3789
+ }), ("object" === typeof input3.customset && null !== input3.customset || $report(_exceptionable2, {
3790
+ path: _path2 + ".customset",
3791
+ expected: "BaseGroupSet",
3792
+ value: input3.customset
3793
+ })) && $vo45(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
3794
+ path: _path2 + ".customset",
3795
+ expected: "BaseGroupSet",
3796
+ value: input3.customset
3377
3797
  })].every((flag) => flag);
3378
- const $vo68 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3379
- const value = input3[key];
3380
- if (void 0 === value)
3381
- return true;
3382
- if (RegExp(/(.*)/).test(key))
3383
- return ("object" === typeof value && null !== value || $report(_exceptionable2, {
3384
- path: _path2 + $join(key),
3385
- expected: "__type.o9",
3386
- value
3387
- })) && $vo69(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3388
- path: _path2 + $join(key),
3389
- expected: "__type.o9",
3390
- value
3391
- });
3392
- if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
3393
- return ("object" === typeof value && null !== value || $report(_exceptionable2, {
3394
- path: _path2 + $join(key),
3395
- expected: "__type.o9",
3396
- value
3397
- })) && $vo69(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3398
- path: _path2 + $join(key),
3399
- expected: "__type.o9",
3400
- value
3401
- });
3402
- return true;
3403
- }).every((flag) => flag)].every((flag) => flag);
3404
- const $vo69 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
3798
+ const $vo77 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3799
+ path: _path2 + ".id",
3800
+ expected: "string",
3801
+ value: input3.id
3802
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
3405
3803
  path: _path2 + ".name",
3406
3804
  expected: "string",
3407
3805
  value: input3.name
3408
- }), "boolean" === typeof input3.inuse || $report(_exceptionable2, {
3409
- path: _path2 + ".inuse",
3410
- expected: "boolean",
3411
- value: input3.inuse
3412
- }), (Array.isArray(input3.list) || $report(_exceptionable2, {
3413
- path: _path2 + ".list",
3414
- expected: "Array<__type>.o4",
3415
- value: input3.list
3416
- })) && input3.list.map((elem, _index62) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3417
- path: _path2 + ".list[" + _index62 + "]",
3418
- expected: "__type.o8",
3419
- value: elem
3420
- })) && $vo64(elem, _path2 + ".list[" + _index62 + "]", _exceptionable2) || $report(_exceptionable2, {
3421
- path: _path2 + ".list[" + _index62 + "]",
3422
- expected: "__type.o8",
3806
+ }), "string" === typeof input3.type || $report(_exceptionable2, {
3807
+ path: _path2 + ".type",
3808
+ expected: "string",
3809
+ value: input3.type
3810
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
3811
+ path: _path2 + ".child_types",
3812
+ expected: "(Array<string> | undefined)",
3813
+ value: input3.child_types
3814
+ })) && input3.child_types.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
3815
+ path: _path2 + ".child_types[" + _index57 + "]",
3816
+ expected: "string",
3423
3817
  value: elem
3424
3818
  })).every((flag) => flag) || $report(_exceptionable2, {
3425
- path: _path2 + ".list",
3426
- expected: "Array<__type>.o4",
3427
- value: input3.list
3428
- }), true].every((flag) => flag);
3819
+ path: _path2 + ".child_types",
3820
+ expected: "(Array<string> | undefined)",
3821
+ value: input3.child_types
3822
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
3823
+ path: _path2 + ".hashtmldetail",
3824
+ expected: "(boolean | undefined)",
3825
+ value: input3.hashtmldetail
3826
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
3827
+ path: _path2 + ".included_types",
3828
+ expected: "(Array<string> | undefined)",
3829
+ value: input3.included_types
3830
+ })) && input3.included_types.map((elem, _index58) => "string" === typeof elem || $report(_exceptionable2, {
3831
+ path: _path2 + ".included_types[" + _index58 + "]",
3832
+ expected: "string",
3833
+ value: elem
3834
+ })).every((flag) => flag) || $report(_exceptionable2, {
3835
+ path: _path2 + ".included_types",
3836
+ expected: "(Array<string> | undefined)",
3837
+ value: input3.included_types
3838
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
3839
+ path: _path2 + ".isleaf",
3840
+ expected: "(boolean | undefined)",
3841
+ value: input3.isleaf
3842
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
3843
+ path: _path2 + ".values",
3844
+ expected: "(TermValues | undefined)",
3845
+ value: input3.values
3846
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
3847
+ path: _path2 + ".values",
3848
+ expected: "(TermValues | undefined)",
3849
+ value: input3.values
3850
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
3851
+ path: _path2 + ".skipValuesBuild",
3852
+ expected: "(boolean | undefined)",
3853
+ value: input3.skipValuesBuild
3854
+ }), "string" === typeof input3.chr || $report(_exceptionable2, {
3855
+ path: _path2 + ".chr",
3856
+ expected: "string",
3857
+ value: input3.chr
3858
+ }), "number" === typeof input3.start || $report(_exceptionable2, {
3859
+ path: _path2 + ".start",
3860
+ expected: "number",
3861
+ value: input3.start
3862
+ }), "number" === typeof input3.stop || $report(_exceptionable2, {
3863
+ path: _path2 + ".stop",
3864
+ expected: "number",
3865
+ value: input3.stop
3866
+ }), "string" === typeof input3.ref || $report(_exceptionable2, {
3867
+ path: _path2 + ".ref",
3868
+ expected: "string",
3869
+ value: input3.ref
3870
+ }), (Array.isArray(input3.alt) || $report(_exceptionable2, {
3871
+ path: _path2 + ".alt",
3872
+ expected: "Array<string>",
3873
+ value: input3.alt
3874
+ })) && input3.alt.map((elem, _index59) => "string" === typeof elem || $report(_exceptionable2, {
3875
+ path: _path2 + ".alt[" + _index59 + "]",
3876
+ expected: "string",
3877
+ value: elem
3878
+ })).every((flag) => flag) || $report(_exceptionable2, {
3879
+ path: _path2 + ".alt",
3880
+ expected: "Array<string>",
3881
+ value: input3.alt
3882
+ }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
3883
+ path: _path2 + ".groupsetting",
3884
+ expected: "TermGroupSetting",
3885
+ value: input3.groupsetting
3886
+ })) && $vo7(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
3887
+ path: _path2 + ".groupsetting",
3888
+ expected: "TermGroupSetting",
3889
+ value: input3.groupsetting
3890
+ })].every((flag) => flag);
3429
3891
  const $vu0 = (input3, _path2, _exceptionable2 = true) => (() => {
3430
3892
  if ("tvslst" === input3.type)
3431
3893
  return $vo1(input3, _path2, _exceptionable2);
@@ -3457,9 +3919,9 @@ var validCorrelationVolcanoRequest = (input) => {
3457
3919
  })();
3458
3920
  const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
3459
3921
  if ("gene" === input3.kind)
3460
- return $vo30(input3, _path2, _exceptionable2);
3922
+ return $vo34(input3, _path2, _exceptionable2);
3461
3923
  if ("coord" === input3.kind)
3462
- return $vo31(input3, _path2, _exceptionable2);
3924
+ return $vo35(input3, _path2, _exceptionable2);
3463
3925
  return $report(_exceptionable2, {
3464
3926
  path: _path2,
3465
3927
  expected: "(BaseTerm & Gene | BaseTerm & Coord)",
@@ -3467,9 +3929,39 @@ var validCorrelationVolcanoRequest = (input) => {
3467
3929
  });
3468
3930
  })();
3469
3931
  const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
3470
- if (void 0 !== input3.type)
3471
- return $vo34(input3, _path2, _exceptionable2);
3472
- return $vo53(input3, _path2, false) || $vo46(input3, _path2, false) || $vo41(input3, _path2, false);
3932
+ if ("SnpTW" === input3.type)
3933
+ return $vo72(input3, _path2, _exceptionable2);
3934
+ if ("SnpsTW" === input3.type)
3935
+ return $vo65(input3, _path2, _exceptionable2);
3936
+ if ("ConditionTW" === input3.type)
3937
+ return $vo63(input3, _path2, _exceptionable2);
3938
+ if ("GvCustomGsTW" === input3.type)
3939
+ return $vo61(input3, _path2, _exceptionable2);
3940
+ if ("GvPredefinedGsTW" === input3.type)
3941
+ return $vo59(input3, _path2, _exceptionable2);
3942
+ if ("GvValuesTW" === input3.type)
3943
+ return $vo55(input3, _path2, _exceptionable2);
3944
+ if ("NumTWSpline" === input3.type)
3945
+ return $vo52(input3, _path2, _exceptionable2);
3946
+ if ("NumTWCont" === input3.type)
3947
+ return $vo50(input3, _path2, _exceptionable2);
3948
+ if ("NumTWBinary" === input3.type)
3949
+ return $vo48(input3, _path2, _exceptionable2);
3950
+ if ("NumTWCustomBin" === input3.type)
3951
+ return $vo47(input3, _path2, _exceptionable2);
3952
+ if ("NumTWRegularBin" === input3.type)
3953
+ return $vo46(input3, _path2, _exceptionable2);
3954
+ if ("CatTWCustomGS" === input3.type)
3955
+ return $vo43(input3, _path2, _exceptionable2);
3956
+ if ("CatTWPredefinedGS" === input3.type)
3957
+ return $vo41(input3, _path2, _exceptionable2);
3958
+ if ("CatTWValues" === input3.type)
3959
+ return $vo38(input3, _path2, _exceptionable2);
3960
+ return $report(_exceptionable2, {
3961
+ path: _path2,
3962
+ expected: "(SnpTW | SnpsTW | ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWSpline | NumTWCont | NumTWBinary | NumTWCustomBin | NumTWRegularBin | CatTWCustomGS | CatTWPredefinedGS | CatTWValues)",
3963
+ value: input3
3964
+ });
3473
3965
  })();
3474
3966
  const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
3475
3967
  if (true === input3.startunbounded)
@@ -3496,18 +3988,18 @@ var validCorrelationVolcanoRequest = (input) => {
3496
3988
  const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
3497
3989
  if (void 0 !== input3.ranges)
3498
3990
  return $vo12(input3, _path2, _exceptionable2);
3499
- return $vo3(input3, _path2, false) || $vo24(input3, _path2, false) || $vo27(input3, _path2, false);
3991
+ return $vo3(input3, _path2, false) || $vo28(input3, _path2, false) || $vo31(input3, _path2, false);
3500
3992
  })();
3501
3993
  const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
3502
- if ("integer" === input3.type || "float" === input3.type || "date" === input3.type)
3994
+ if ("integer" === input3.type || "float" === input3.type)
3503
3995
  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
- });
3996
+ if ("metaboliteIntensity" === input3.type)
3997
+ return $vo24(input3, _path2, _exceptionable2);
3998
+ if ("date" === input3.type)
3999
+ return $vo25(input3, _path2, _exceptionable2);
4000
+ if ("ssGSEA" === input3.type)
4001
+ return $vo26(input3, _path2, _exceptionable2);
4002
+ return $vo23(input3, _path2, false) || $vo22(input3, _path2, false);
3511
4003
  })();
3512
4004
  const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
3513
4005
  if ("regular-bin" === input3.type)
@@ -3522,9 +4014,9 @@ var validCorrelationVolcanoRequest = (input) => {
3522
4014
  })();
3523
4015
  const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
3524
4016
  if ("gene" === input3.kind)
3525
- return $vo29(input3, _path2, _exceptionable2);
4017
+ return $vo33(input3, _path2, _exceptionable2);
3526
4018
  if ("coord" === input3.kind)
3527
- return $vo32(input3, _path2, _exceptionable2);
4019
+ return $vo36(input3, _path2, _exceptionable2);
3528
4020
  return $report(_exceptionable2, {
3529
4021
  path: _path2,
3530
4022
  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; })',
@@ -3532,54 +4024,22 @@ var validCorrelationVolcanoRequest = (input) => {
3532
4024
  });
3533
4025
  })();
3534
4026
  const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
3535
- if ("values" === input3.type)
3536
- return $vo36(input3, _path2, _exceptionable2);
3537
- if ("predefined-groupset" === input3.type)
3538
- return $vo38(input3, _path2, _exceptionable2);
3539
- if ("custom-groupset" === input3.type)
3540
- return $vo39(input3, _path2, _exceptionable2);
3541
- return $vo37(input3, _path2, _exceptionable2);
3542
- })();
3543
- const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
3544
- if ("regular-bin" === input3.type)
3545
- return $vo16(input3, _path2, _exceptionable2);
3546
- if ("spline" === input3.mode)
3547
- return $vo44(input3, _path2, _exceptionable2);
3548
- return $vo21(input3, _path2, false) || $vo42(input3, _path2, false) || $vo43(input3, _path2, false);
3549
- })();
3550
- const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
3551
4027
  if ("gene" === input3.kind)
3552
- return $vo54(input3, _path2, _exceptionable2);
3553
- if ("coord" === input3.kind)
3554
- return $vo55(input3, _path2, _exceptionable2);
3555
- if ("categorical" === input3.type)
3556
4028
  return $vo56(input3, _path2, _exceptionable2);
3557
- if ("integer" === input3.type || "float" === input3.type || "date" === input3.type)
4029
+ if ("coord" === input3.kind)
3558
4030
  return $vo57(input3, _path2, _exceptionable2);
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);
4031
+ return $report(_exceptionable2, {
4032
+ path: _path2,
4033
+ expected: '(BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
4034
+ value: input3
4035
+ });
3564
4036
  })();
3565
- const $vu14 = (input3, _path2, _exceptionable2 = true) => (() => {
4037
+ const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
3566
4038
  if (void 0 !== input3.predefined_groupset_idx)
3567
- return $vo38(input3, _path2, _exceptionable2);
4039
+ return $vo75(input3, _path2, _exceptionable2);
3568
4040
  if (void 0 !== input3.customset)
3569
- return $vo39(input3, _path2, _exceptionable2);
3570
- if (void 0 !== input3.bin_size)
3571
- return $vo16(input3, _path2, _exceptionable2);
3572
- if (void 0 !== input3.knots)
3573
- return $vo44(input3, _path2, _exceptionable2);
3574
- if (void 0 !== input3.AFcutoff)
3575
- return $vo47(input3, _path2, _exceptionable2);
3576
- if (void 0 !== input3.timeScale)
3577
- return $vo66(input3, _path2, _exceptionable2);
3578
- return (() => {
3579
- if (void 0 !== input3.groups)
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);
3582
- })();
4041
+ return $vo76(input3, _path2, _exceptionable2);
4042
+ return $vo74(input3, _path2, false) || $vo73(input3, _path2, false);
3583
4043
  })();
3584
4044
  return ("object" === typeof input2 && null !== input2 || $report(true, {
3585
4045
  path: _path + "",