@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
@@ -45,8 +45,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
45
45
  const $io11 = (input3) => "string" === typeof input3.name && "string" === typeof input3.type && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io12(elem))) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
46
46
  const $io12 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
47
47
  const $io13 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io3(input3.filter)) && "string" === typeof input3.color;
48
- const $io14 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $iu5(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 && $io25(elem)));
49
- const $io15 = (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) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
48
+ const $io14 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $iu5(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io29(elem)));
49
+ const $io15 = (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) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
50
50
  const $io16 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
51
51
  const $io17 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu6(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu6(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);
52
52
  const $io18 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io19(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 && $iu7(input3.first_bin)) && (void 0 === input3.last_bin || "object" === typeof input3.last_bin && null !== input3.last_bin && $iu8(input3.last_bin)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset);
@@ -62,18 +62,22 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
62
62
  const $io21 = (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);
63
63
  const $io22 = (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);
64
64
  const $io23 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io19(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);
65
- const $io24 = (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) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(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 && $io17(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);
66
- const $io25 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
67
- const $io26 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io27(input3.term)) && (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 && $io28(elem)));
68
- const $io27 = (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) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
69
- const $io28 = (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;
70
- const $io29 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io30(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io35(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName);
71
- const $io30 = (input3) => "string" === typeof input3.id && "string" === typeof input3.query && "string" === typeof input3.name && "string" === typeof input3.name_noOrigin && (void 0 === input3.parentTerm || "object" === typeof input3.parentTerm && null !== input3.parentTerm && $iu9(input3.parentTerm)) && true && "boolean" === typeof input3.isleaf && "string" === typeof input3.type && "number" === typeof input3.dt && (void 0 === input3.origin || "string" === typeof input3.origin) && ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io7(input3.values));
72
- const $io31 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io7(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 && $io9(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io30(elem)));
73
- const $io32 = (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) && $io7(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);
74
- const $io33 = (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) && $io7(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;
75
- const $io34 = (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) && $io7(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 && $io9(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io30(elem)));
76
- const $io35 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
65
+ const $io24 = (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) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(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);
66
+ const $io25 = (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) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(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;
67
+ const $io26 = (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) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(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 && $io17(input3.bins));
68
+ const $io27 = (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) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
69
+ const $io28 = (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) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(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 && $io17(input3.bins));
70
+ const $io29 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
71
+ const $io30 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io31(input3.term)) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && (void 0 === input3.grade_and_child || Array.isArray(input3.grade_and_child) && input3.grade_and_child.every((elem) => "object" === typeof elem && null !== elem && $io32(elem)));
72
+ const $io31 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
73
+ const $io32 = (input3) => "number" === typeof input3.grade && "string" === typeof input3.grade_label && (void 0 === input3.child_id || "string" === typeof input3.child_id) && "string" === typeof input3.child_label;
74
+ const $io33 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io34(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io39(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName);
75
+ const $io34 = (input3) => "string" === typeof input3.id && "string" === typeof input3.query && "string" === typeof input3.name && "string" === typeof input3.name_noOrigin && (void 0 === input3.parentTerm || "object" === typeof input3.parentTerm && null !== input3.parentTerm && $iu9(input3.parentTerm)) && true && "boolean" === typeof input3.isleaf && "string" === typeof input3.type && "number" === typeof input3.dt && (void 0 === input3.origin || "string" === typeof input3.origin) && ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io7(input3.values));
76
+ const $io35 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io7(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 && $io9(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)));
77
+ const $io36 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io7(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);
78
+ const $io37 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io7(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;
79
+ const $io38 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io7(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 && $io9(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)));
80
+ const $io39 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
77
81
  const $iu0 = (input3) => (() => {
78
82
  if ("tvslst" === input3.type)
79
83
  return $io3(input3);
@@ -97,9 +101,9 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
97
101
  })();
98
102
  const $iu3 = (input3) => (() => {
99
103
  if ("gene" === input3.kind)
100
- return $io32(input3);
104
+ return $io36(input3);
101
105
  if ("coord" === input3.kind)
102
- return $io33(input3);
106
+ return $io37(input3);
103
107
  return false;
104
108
  })();
105
109
  const $iu4 = (input3) => (() => {
@@ -108,19 +112,29 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
108
112
  return (() => {
109
113
  if ($io5(input3))
110
114
  return $io5(input3);
111
- if ($io26(input3))
112
- return $io26(input3);
113
- if ($io29(input3))
114
- return $io29(input3);
115
+ if ($io30(input3))
116
+ return $io30(input3);
117
+ if ($io33(input3))
118
+ return $io33(input3);
115
119
  return false;
116
120
  })();
117
121
  })();
118
122
  const $iu5 = (input3) => (() => {
119
- if ("integer" === input3.type || "float" === input3.type || "date" === input3.type)
123
+ if ("integer" === input3.type || "float" === input3.type)
120
124
  return $io15(input3);
121
- if ("geneExpression" === input3.type)
122
- return $io24(input3);
123
- return false;
125
+ if ("metaboliteIntensity" === input3.type)
126
+ return $io26(input3);
127
+ if ("date" === input3.type)
128
+ return $io27(input3);
129
+ if ("ssGSEA" === input3.type)
130
+ return $io28(input3);
131
+ return (() => {
132
+ if ($io25(input3))
133
+ return $io25(input3);
134
+ if ($io24(input3))
135
+ return $io24(input3);
136
+ return false;
137
+ })();
124
138
  })();
125
139
  const $iu6 = (input3) => (() => {
126
140
  if ("regular-bin" === input3.type)
@@ -145,9 +159,9 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
145
159
  })();
146
160
  const $iu9 = (input3) => (() => {
147
161
  if ("gene" === input3.kind)
148
- return $io31(input3);
162
+ return $io35(input3);
149
163
  if ("coord" === input3.kind)
150
- return $io34(input3);
164
+ return $io38(input3);
151
165
  return false;
152
166
  })();
153
167
  return "object" === typeof input2 && null !== input2 && $io0(input2);
@@ -561,11 +575,11 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
561
575
  value: input3.isnot
562
576
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
563
577
  path: _path2 + ".term",
564
- expected: "(GeneExpressionTerm | NumericDictTerm)",
578
+ 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)',
565
579
  value: input3.term
566
580
  })) && $vu5(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
567
581
  path: _path2 + ".term",
568
- expected: "(GeneExpressionTerm | NumericDictTerm)",
582
+ 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)',
569
583
  value: input3.term
570
584
  }), (Array.isArray(input3.ranges) || $report(_exceptionable2, {
571
585
  path: _path2 + ".ranges",
@@ -591,7 +605,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
591
605
  path: _path2 + ".values[" + _index10 + "]",
592
606
  expected: "__type.o5",
593
607
  value: elem
594
- })) && $vo25(elem, _path2 + ".values[" + _index10 + "]", _exceptionable2) || $report(_exceptionable2, {
608
+ })) && $vo29(elem, _path2 + ".values[" + _index10 + "]", _exceptionable2) || $report(_exceptionable2, {
595
609
  path: _path2 + ".values[" + _index10 + "]",
596
610
  expected: "__type.o5",
597
611
  value: elem
@@ -608,9 +622,9 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
608
622
  path: _path2 + ".name",
609
623
  expected: "string",
610
624
  value: input3.name
611
- }), "integer" === input3.type || "float" === input3.type || "date" === input3.type || $report(_exceptionable2, {
625
+ }), "integer" === input3.type || "float" === input3.type || $report(_exceptionable2, {
612
626
  path: _path2 + ".type",
613
- expected: '("date" | "float" | "integer")',
627
+ expected: '("float" | "integer")',
614
628
  value: input3.type
615
629
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
616
630
  path: _path2 + ".child_types",
@@ -1002,10 +1016,6 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1002
1016
  path: _path2 + ".unit",
1003
1017
  expected: "(string | undefined)",
1004
1018
  value: input3.unit
1005
- }), "string" === typeof input3.gene || $report(_exceptionable2, {
1006
- path: _path2 + ".gene",
1007
- expected: "string",
1008
- value: input3.gene
1009
1019
  }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1010
1020
  path: _path2 + ".bins",
1011
1021
  expected: "(PresetNumericBins | undefined)",
@@ -1014,6 +1024,14 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1014
1024
  path: _path2 + ".bins",
1015
1025
  expected: "(PresetNumericBins | undefined)",
1016
1026
  value: input3.bins
1027
+ }), void 0 === input3.kind || "gene" === input3.kind || $report(_exceptionable2, {
1028
+ path: _path2 + ".kind",
1029
+ expected: '("gene" | undefined)',
1030
+ value: input3.kind
1031
+ }), "string" === typeof input3.gene || $report(_exceptionable2, {
1032
+ path: _path2 + ".gene",
1033
+ expected: "string",
1034
+ value: input3.gene
1017
1035
  }), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
1018
1036
  path: _path2 + ".chr",
1019
1037
  expected: "(string | undefined)",
@@ -1027,7 +1045,351 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1027
1045
  expected: "(number | undefined)",
1028
1046
  value: input3.stop
1029
1047
  })].every((flag) => flag);
1030
- const $vo25 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1048
+ const $vo25 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1049
+ path: _path2 + ".id",
1050
+ expected: "string",
1051
+ value: input3.id
1052
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
1053
+ path: _path2 + ".name",
1054
+ expected: "string",
1055
+ value: input3.name
1056
+ }), "geneExpression" === input3.type || $report(_exceptionable2, {
1057
+ path: _path2 + ".type",
1058
+ expected: '"geneExpression"',
1059
+ value: input3.type
1060
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1061
+ path: _path2 + ".child_types",
1062
+ expected: "(Array<string> | undefined)",
1063
+ value: input3.child_types
1064
+ })) && input3.child_types.map((elem, _index16) => "string" === typeof elem || $report(_exceptionable2, {
1065
+ path: _path2 + ".child_types[" + _index16 + "]",
1066
+ expected: "string",
1067
+ value: elem
1068
+ })).every((flag) => flag) || $report(_exceptionable2, {
1069
+ path: _path2 + ".child_types",
1070
+ expected: "(Array<string> | undefined)",
1071
+ value: input3.child_types
1072
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
1073
+ path: _path2 + ".hashtmldetail",
1074
+ expected: "(boolean | undefined)",
1075
+ value: input3.hashtmldetail
1076
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
1077
+ path: _path2 + ".included_types",
1078
+ expected: "(Array<string> | undefined)",
1079
+ value: input3.included_types
1080
+ })) && input3.included_types.map((elem, _index17) => "string" === typeof elem || $report(_exceptionable2, {
1081
+ path: _path2 + ".included_types[" + _index17 + "]",
1082
+ expected: "string",
1083
+ value: elem
1084
+ })).every((flag) => flag) || $report(_exceptionable2, {
1085
+ path: _path2 + ".included_types",
1086
+ expected: "(Array<string> | undefined)",
1087
+ value: input3.included_types
1088
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1089
+ path: _path2 + ".isleaf",
1090
+ expected: "(boolean | undefined)",
1091
+ value: input3.isleaf
1092
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1093
+ path: _path2 + ".values",
1094
+ expected: "(TermValues | undefined)",
1095
+ value: input3.values
1096
+ })) && $vo7(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1097
+ path: _path2 + ".values",
1098
+ expected: "(TermValues | undefined)",
1099
+ value: input3.values
1100
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
1101
+ path: _path2 + ".skipValuesBuild",
1102
+ expected: "(boolean | undefined)",
1103
+ value: input3.skipValuesBuild
1104
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1105
+ path: _path2 + ".continuousColorScale",
1106
+ expected: "(__type.o4 | undefined)",
1107
+ value: input3.continuousColorScale
1108
+ })) && $vo16(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1109
+ path: _path2 + ".continuousColorScale",
1110
+ expected: "(__type.o4 | undefined)",
1111
+ value: input3.continuousColorScale
1112
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1113
+ path: _path2 + ".unit",
1114
+ expected: "(string | undefined)",
1115
+ value: input3.unit
1116
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1117
+ path: _path2 + ".bins",
1118
+ expected: "(PresetNumericBins | undefined)",
1119
+ value: input3.bins
1120
+ })) && $vo17(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1121
+ path: _path2 + ".bins",
1122
+ expected: "(PresetNumericBins | undefined)",
1123
+ value: input3.bins
1124
+ }), void 0 === input3.kind || "coord" === input3.kind || $report(_exceptionable2, {
1125
+ path: _path2 + ".kind",
1126
+ expected: '("coord" | undefined)',
1127
+ value: input3.kind
1128
+ }), void 0 === input3.gene || "string" === typeof input3.gene || $report(_exceptionable2, {
1129
+ path: _path2 + ".gene",
1130
+ expected: "(string | undefined)",
1131
+ value: input3.gene
1132
+ }), "string" === typeof input3.chr || $report(_exceptionable2, {
1133
+ path: _path2 + ".chr",
1134
+ expected: "string",
1135
+ value: input3.chr
1136
+ }), "number" === typeof input3.start || $report(_exceptionable2, {
1137
+ path: _path2 + ".start",
1138
+ expected: "number",
1139
+ value: input3.start
1140
+ }), "number" === typeof input3.stop || $report(_exceptionable2, {
1141
+ path: _path2 + ".stop",
1142
+ expected: "number",
1143
+ value: input3.stop
1144
+ })].every((flag) => flag);
1145
+ const $vo26 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1146
+ path: _path2 + ".id",
1147
+ expected: "string",
1148
+ value: input3.id
1149
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
1150
+ path: _path2 + ".name",
1151
+ expected: "string",
1152
+ value: input3.name
1153
+ }), "metaboliteIntensity" === input3.type || $report(_exceptionable2, {
1154
+ path: _path2 + ".type",
1155
+ expected: '"metaboliteIntensity"',
1156
+ value: input3.type
1157
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1158
+ path: _path2 + ".child_types",
1159
+ expected: "(Array<string> | undefined)",
1160
+ value: input3.child_types
1161
+ })) && input3.child_types.map((elem, _index18) => "string" === typeof elem || $report(_exceptionable2, {
1162
+ path: _path2 + ".child_types[" + _index18 + "]",
1163
+ expected: "string",
1164
+ value: elem
1165
+ })).every((flag) => flag) || $report(_exceptionable2, {
1166
+ path: _path2 + ".child_types",
1167
+ expected: "(Array<string> | undefined)",
1168
+ value: input3.child_types
1169
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
1170
+ path: _path2 + ".hashtmldetail",
1171
+ expected: "(boolean | undefined)",
1172
+ value: input3.hashtmldetail
1173
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
1174
+ path: _path2 + ".included_types",
1175
+ expected: "(Array<string> | undefined)",
1176
+ value: input3.included_types
1177
+ })) && input3.included_types.map((elem, _index19) => "string" === typeof elem || $report(_exceptionable2, {
1178
+ path: _path2 + ".included_types[" + _index19 + "]",
1179
+ expected: "string",
1180
+ value: elem
1181
+ })).every((flag) => flag) || $report(_exceptionable2, {
1182
+ path: _path2 + ".included_types",
1183
+ expected: "(Array<string> | undefined)",
1184
+ value: input3.included_types
1185
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1186
+ path: _path2 + ".isleaf",
1187
+ expected: "(boolean | undefined)",
1188
+ value: input3.isleaf
1189
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1190
+ path: _path2 + ".values",
1191
+ expected: "(TermValues | undefined)",
1192
+ value: input3.values
1193
+ })) && $vo7(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1194
+ path: _path2 + ".values",
1195
+ expected: "(TermValues | undefined)",
1196
+ value: input3.values
1197
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
1198
+ path: _path2 + ".skipValuesBuild",
1199
+ expected: "(boolean | undefined)",
1200
+ value: input3.skipValuesBuild
1201
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1202
+ path: _path2 + ".continuousColorScale",
1203
+ expected: "(__type.o4 | undefined)",
1204
+ value: input3.continuousColorScale
1205
+ })) && $vo16(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1206
+ path: _path2 + ".continuousColorScale",
1207
+ expected: "(__type.o4 | undefined)",
1208
+ value: input3.continuousColorScale
1209
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1210
+ path: _path2 + ".unit",
1211
+ expected: "(string | undefined)",
1212
+ value: input3.unit
1213
+ }), "string" === typeof input3.metabolite || $report(_exceptionable2, {
1214
+ path: _path2 + ".metabolite",
1215
+ expected: "string",
1216
+ value: input3.metabolite
1217
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1218
+ path: _path2 + ".bins",
1219
+ expected: "(PresetNumericBins | undefined)",
1220
+ value: input3.bins
1221
+ })) && $vo17(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1222
+ path: _path2 + ".bins",
1223
+ expected: "(PresetNumericBins | undefined)",
1224
+ value: input3.bins
1225
+ })].every((flag) => flag);
1226
+ const $vo27 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1227
+ path: _path2 + ".id",
1228
+ expected: "string",
1229
+ value: input3.id
1230
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
1231
+ path: _path2 + ".name",
1232
+ expected: "string",
1233
+ value: input3.name
1234
+ }), "date" === input3.type || $report(_exceptionable2, {
1235
+ path: _path2 + ".type",
1236
+ expected: '"date"',
1237
+ value: input3.type
1238
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1239
+ path: _path2 + ".child_types",
1240
+ expected: "(Array<string> | undefined)",
1241
+ value: input3.child_types
1242
+ })) && input3.child_types.map((elem, _index20) => "string" === typeof elem || $report(_exceptionable2, {
1243
+ path: _path2 + ".child_types[" + _index20 + "]",
1244
+ expected: "string",
1245
+ value: elem
1246
+ })).every((flag) => flag) || $report(_exceptionable2, {
1247
+ path: _path2 + ".child_types",
1248
+ expected: "(Array<string> | undefined)",
1249
+ value: input3.child_types
1250
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
1251
+ path: _path2 + ".hashtmldetail",
1252
+ expected: "(boolean | undefined)",
1253
+ value: input3.hashtmldetail
1254
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
1255
+ path: _path2 + ".included_types",
1256
+ expected: "(Array<string> | undefined)",
1257
+ value: input3.included_types
1258
+ })) && input3.included_types.map((elem, _index21) => "string" === typeof elem || $report(_exceptionable2, {
1259
+ path: _path2 + ".included_types[" + _index21 + "]",
1260
+ expected: "string",
1261
+ value: elem
1262
+ })).every((flag) => flag) || $report(_exceptionable2, {
1263
+ path: _path2 + ".included_types",
1264
+ expected: "(Array<string> | undefined)",
1265
+ value: input3.included_types
1266
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1267
+ path: _path2 + ".isleaf",
1268
+ expected: "(boolean | undefined)",
1269
+ value: input3.isleaf
1270
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1271
+ path: _path2 + ".values",
1272
+ expected: "(TermValues | undefined)",
1273
+ value: input3.values
1274
+ })) && $vo7(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1275
+ path: _path2 + ".values",
1276
+ expected: "(TermValues | undefined)",
1277
+ value: input3.values
1278
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
1279
+ path: _path2 + ".skipValuesBuild",
1280
+ expected: "(boolean | undefined)",
1281
+ value: input3.skipValuesBuild
1282
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1283
+ path: _path2 + ".continuousColorScale",
1284
+ expected: "(__type.o4 | undefined)",
1285
+ value: input3.continuousColorScale
1286
+ })) && $vo16(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1287
+ path: _path2 + ".continuousColorScale",
1288
+ expected: "(__type.o4 | undefined)",
1289
+ value: input3.continuousColorScale
1290
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1291
+ path: _path2 + ".unit",
1292
+ expected: "(string | undefined)",
1293
+ value: input3.unit
1294
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1295
+ path: _path2 + ".bins",
1296
+ expected: "(PresetNumericBins | undefined)",
1297
+ value: input3.bins
1298
+ })) && $vo17(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1299
+ path: _path2 + ".bins",
1300
+ expected: "(PresetNumericBins | undefined)",
1301
+ value: input3.bins
1302
+ })].every((flag) => flag);
1303
+ const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1304
+ path: _path2 + ".id",
1305
+ expected: "string",
1306
+ value: input3.id
1307
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
1308
+ path: _path2 + ".name",
1309
+ expected: "string",
1310
+ value: input3.name
1311
+ }), "ssGSEA" === input3.type || $report(_exceptionable2, {
1312
+ path: _path2 + ".type",
1313
+ expected: '"ssGSEA"',
1314
+ value: input3.type
1315
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1316
+ path: _path2 + ".child_types",
1317
+ expected: "(Array<string> | undefined)",
1318
+ value: input3.child_types
1319
+ })) && input3.child_types.map((elem, _index22) => "string" === typeof elem || $report(_exceptionable2, {
1320
+ path: _path2 + ".child_types[" + _index22 + "]",
1321
+ expected: "string",
1322
+ value: elem
1323
+ })).every((flag) => flag) || $report(_exceptionable2, {
1324
+ path: _path2 + ".child_types",
1325
+ expected: "(Array<string> | undefined)",
1326
+ value: input3.child_types
1327
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
1328
+ path: _path2 + ".hashtmldetail",
1329
+ expected: "(boolean | undefined)",
1330
+ value: input3.hashtmldetail
1331
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
1332
+ path: _path2 + ".included_types",
1333
+ expected: "(Array<string> | undefined)",
1334
+ value: input3.included_types
1335
+ })) && input3.included_types.map((elem, _index23) => "string" === typeof elem || $report(_exceptionable2, {
1336
+ path: _path2 + ".included_types[" + _index23 + "]",
1337
+ expected: "string",
1338
+ value: elem
1339
+ })).every((flag) => flag) || $report(_exceptionable2, {
1340
+ path: _path2 + ".included_types",
1341
+ expected: "(Array<string> | undefined)",
1342
+ value: input3.included_types
1343
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1344
+ path: _path2 + ".isleaf",
1345
+ expected: "(boolean | undefined)",
1346
+ value: input3.isleaf
1347
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1348
+ path: _path2 + ".values",
1349
+ expected: "(TermValues | undefined)",
1350
+ value: input3.values
1351
+ })) && $vo7(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1352
+ path: _path2 + ".values",
1353
+ expected: "(TermValues | undefined)",
1354
+ value: input3.values
1355
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
1356
+ path: _path2 + ".skipValuesBuild",
1357
+ expected: "(boolean | undefined)",
1358
+ value: input3.skipValuesBuild
1359
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1360
+ path: _path2 + ".continuousColorScale",
1361
+ expected: "(__type.o4 | undefined)",
1362
+ value: input3.continuousColorScale
1363
+ })) && $vo16(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1364
+ path: _path2 + ".continuousColorScale",
1365
+ expected: "(__type.o4 | undefined)",
1366
+ value: input3.continuousColorScale
1367
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1368
+ path: _path2 + ".unit",
1369
+ expected: "(string | undefined)",
1370
+ value: input3.unit
1371
+ }), void 0 === input3.genes || (Array.isArray(input3.genes) || $report(_exceptionable2, {
1372
+ path: _path2 + ".genes",
1373
+ expected: "(Array<string> | undefined)",
1374
+ value: input3.genes
1375
+ })) && input3.genes.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
1376
+ path: _path2 + ".genes[" + _index24 + "]",
1377
+ expected: "string",
1378
+ value: elem
1379
+ })).every((flag) => flag) || $report(_exceptionable2, {
1380
+ path: _path2 + ".genes",
1381
+ expected: "(Array<string> | undefined)",
1382
+ value: input3.genes
1383
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1384
+ path: _path2 + ".bins",
1385
+ expected: "(PresetNumericBins | undefined)",
1386
+ value: input3.bins
1387
+ })) && $vo17(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1388
+ path: _path2 + ".bins",
1389
+ expected: "(PresetNumericBins | undefined)",
1390
+ value: input3.bins
1391
+ })].every((flag) => flag);
1392
+ const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1031
1393
  path: _path2 + ".key",
1032
1394
  expected: "string",
1033
1395
  value: input3.key
@@ -1044,7 +1406,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1044
1406
  expected: "(string | undefined)",
1045
1407
  value: input3.label
1046
1408
  })].every((flag) => flag);
1047
- const $vo26 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1409
+ const $vo30 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1048
1410
  path: _path2 + ".join",
1049
1411
  expected: "(string | undefined)",
1050
1412
  value: input3.join
@@ -1056,7 +1418,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1056
1418
  path: _path2 + ".term",
1057
1419
  expected: "ConditionTerm",
1058
1420
  value: input3.term
1059
- })) && $vo27(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1421
+ })) && $vo31(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1060
1422
  path: _path2 + ".term",
1061
1423
  expected: "ConditionTerm",
1062
1424
  value: input3.term
@@ -1076,12 +1438,12 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1076
1438
  path: _path2 + ".grade_and_child",
1077
1439
  expected: "(Array<GradeAndChildEntry> | undefined)",
1078
1440
  value: input3.grade_and_child
1079
- })) && input3.grade_and_child.map((elem, _index16) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1080
- path: _path2 + ".grade_and_child[" + _index16 + "]",
1441
+ })) && input3.grade_and_child.map((elem, _index25) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1442
+ path: _path2 + ".grade_and_child[" + _index25 + "]",
1081
1443
  expected: "GradeAndChildEntry",
1082
1444
  value: elem
1083
- })) && $vo28(elem, _path2 + ".grade_and_child[" + _index16 + "]", _exceptionable2) || $report(_exceptionable2, {
1084
- path: _path2 + ".grade_and_child[" + _index16 + "]",
1445
+ })) && $vo32(elem, _path2 + ".grade_and_child[" + _index25 + "]", _exceptionable2) || $report(_exceptionable2, {
1446
+ path: _path2 + ".grade_and_child[" + _index25 + "]",
1085
1447
  expected: "GradeAndChildEntry",
1086
1448
  value: elem
1087
1449
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1089,7 +1451,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1089
1451
  expected: "(Array<GradeAndChildEntry> | undefined)",
1090
1452
  value: input3.grade_and_child
1091
1453
  })].every((flag) => flag);
1092
- const $vo27 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1454
+ const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1093
1455
  path: _path2 + ".id",
1094
1456
  expected: "string",
1095
1457
  value: input3.id
@@ -1105,8 +1467,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1105
1467
  path: _path2 + ".child_types",
1106
1468
  expected: "(Array<string> | undefined)",
1107
1469
  value: input3.child_types
1108
- })) && input3.child_types.map((elem, _index17) => "string" === typeof elem || $report(_exceptionable2, {
1109
- path: _path2 + ".child_types[" + _index17 + "]",
1470
+ })) && input3.child_types.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
1471
+ path: _path2 + ".child_types[" + _index26 + "]",
1110
1472
  expected: "string",
1111
1473
  value: elem
1112
1474
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1121,8 +1483,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1121
1483
  path: _path2 + ".included_types",
1122
1484
  expected: "(Array<string> | undefined)",
1123
1485
  value: input3.included_types
1124
- })) && input3.included_types.map((elem, _index18) => "string" === typeof elem || $report(_exceptionable2, {
1125
- path: _path2 + ".included_types[" + _index18 + "]",
1486
+ })) && input3.included_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
1487
+ path: _path2 + ".included_types[" + _index27 + "]",
1126
1488
  expected: "string",
1127
1489
  value: elem
1128
1490
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1146,7 +1508,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1146
1508
  expected: "(boolean | undefined)",
1147
1509
  value: input3.skipValuesBuild
1148
1510
  })].every((flag) => flag);
1149
- const $vo28 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1511
+ const $vo32 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1150
1512
  path: _path2 + ".grade",
1151
1513
  expected: "number",
1152
1514
  value: input3.grade
@@ -1163,7 +1525,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1163
1525
  expected: "string",
1164
1526
  value: input3.child_label
1165
1527
  })].every((flag) => flag);
1166
- const $vo29 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1528
+ const $vo33 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1167
1529
  path: _path2 + ".join",
1168
1530
  expected: "(string | undefined)",
1169
1531
  value: input3.join
@@ -1175,7 +1537,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1175
1537
  path: _path2 + ".term",
1176
1538
  expected: "DtTerm",
1177
1539
  value: input3.term
1178
- })) && $vo30(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1540
+ })) && $vo34(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1179
1541
  path: _path2 + ".term",
1180
1542
  expected: "DtTerm",
1181
1543
  value: input3.term
@@ -1183,12 +1545,12 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1183
1545
  path: _path2 + ".values",
1184
1546
  expected: "Array<__type>.o2",
1185
1547
  value: input3.values
1186
- })) && input3.values.map((elem, _index19) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1187
- path: _path2 + ".values[" + _index19 + "]",
1548
+ })) && input3.values.map((elem, _index28) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1549
+ path: _path2 + ".values[" + _index28 + "]",
1188
1550
  expected: "__type.o6",
1189
1551
  value: elem
1190
- })) && $vo35(elem, _path2 + ".values[" + _index19 + "]", _exceptionable2) || $report(_exceptionable2, {
1191
- path: _path2 + ".values[" + _index19 + "]",
1552
+ })) && $vo39(elem, _path2 + ".values[" + _index28 + "]", _exceptionable2) || $report(_exceptionable2, {
1553
+ path: _path2 + ".values[" + _index28 + "]",
1192
1554
  expected: "__type.o6",
1193
1555
  value: elem
1194
1556
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1204,7 +1566,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1204
1566
  expected: "(boolean | undefined)",
1205
1567
  value: input3.excludeGeneName
1206
1568
  })].every((flag) => flag);
1207
- const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1569
+ const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1208
1570
  path: _path2 + ".id",
1209
1571
  expected: "string",
1210
1572
  value: input3.id
@@ -1253,7 +1615,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1253
1615
  expected: "TermValues",
1254
1616
  value: input3.values
1255
1617
  })].every((flag) => flag);
1256
- const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1618
+ const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1257
1619
  path: _path2 + ".id",
1258
1620
  expected: "string",
1259
1621
  value: input3.id
@@ -1269,8 +1631,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1269
1631
  path: _path2 + ".child_types",
1270
1632
  expected: "(Array<string> | undefined)",
1271
1633
  value: input3.child_types
1272
- })) && input3.child_types.map((elem, _index20) => "string" === typeof elem || $report(_exceptionable2, {
1273
- path: _path2 + ".child_types[" + _index20 + "]",
1634
+ })) && input3.child_types.map((elem, _index29) => "string" === typeof elem || $report(_exceptionable2, {
1635
+ path: _path2 + ".child_types[" + _index29 + "]",
1274
1636
  expected: "string",
1275
1637
  value: elem
1276
1638
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1285,8 +1647,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1285
1647
  path: _path2 + ".included_types",
1286
1648
  expected: "(Array<string> | undefined)",
1287
1649
  value: input3.included_types
1288
- })) && input3.included_types.map((elem, _index21) => "string" === typeof elem || $report(_exceptionable2, {
1289
- path: _path2 + ".included_types[" + _index21 + "]",
1650
+ })) && input3.included_types.map((elem, _index30) => "string" === typeof elem || $report(_exceptionable2, {
1651
+ path: _path2 + ".included_types[" + _index30 + "]",
1290
1652
  expected: "string",
1291
1653
  value: elem
1292
1654
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1333,12 +1695,12 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1333
1695
  path: _path2 + ".genes",
1334
1696
  expected: "Array<GvGeneTerm>",
1335
1697
  value: input3.genes
1336
- })) && input3.genes.map((elem, _index22) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1337
- path: _path2 + ".genes[" + _index22 + "]",
1698
+ })) && input3.genes.map((elem, _index31) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1699
+ path: _path2 + ".genes[" + _index31 + "]",
1338
1700
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1339
1701
  value: elem
1340
- })) && $vu3(elem, _path2 + ".genes[" + _index22 + "]", _exceptionable2) || $report(_exceptionable2, {
1341
- path: _path2 + ".genes[" + _index22 + "]",
1702
+ })) && $vu3(elem, _path2 + ".genes[" + _index31 + "]", _exceptionable2) || $report(_exceptionable2, {
1703
+ path: _path2 + ".genes[" + _index31 + "]",
1342
1704
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1343
1705
  value: elem
1344
1706
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1357,12 +1719,12 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1357
1719
  path: _path2 + ".childTerms",
1358
1720
  expected: "(Array<DtTerm> | undefined)",
1359
1721
  value: input3.childTerms
1360
- })) && input3.childTerms.map((elem, _index23) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1361
- path: _path2 + ".childTerms[" + _index23 + "]",
1722
+ })) && input3.childTerms.map((elem, _index32) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1723
+ path: _path2 + ".childTerms[" + _index32 + "]",
1362
1724
  expected: "DtTerm",
1363
1725
  value: elem
1364
- })) && $vo30(elem, _path2 + ".childTerms[" + _index23 + "]", _exceptionable2) || $report(_exceptionable2, {
1365
- path: _path2 + ".childTerms[" + _index23 + "]",
1726
+ })) && $vo34(elem, _path2 + ".childTerms[" + _index32 + "]", _exceptionable2) || $report(_exceptionable2, {
1727
+ path: _path2 + ".childTerms[" + _index32 + "]",
1366
1728
  expected: "DtTerm",
1367
1729
  value: elem
1368
1730
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1370,7 +1732,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1370
1732
  expected: "(Array<DtTerm> | undefined)",
1371
1733
  value: input3.childTerms
1372
1734
  })].every((flag) => flag);
1373
- const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1735
+ const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1374
1736
  path: _path2 + ".id",
1375
1737
  expected: "string",
1376
1738
  value: input3.id
@@ -1386,8 +1748,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1386
1748
  path: _path2 + ".child_types",
1387
1749
  expected: "(Array<string> | undefined)",
1388
1750
  value: input3.child_types
1389
- })) && input3.child_types.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
1390
- path: _path2 + ".child_types[" + _index24 + "]",
1751
+ })) && input3.child_types.map((elem, _index33) => "string" === typeof elem || $report(_exceptionable2, {
1752
+ path: _path2 + ".child_types[" + _index33 + "]",
1391
1753
  expected: "string",
1392
1754
  value: elem
1393
1755
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1402,8 +1764,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1402
1764
  path: _path2 + ".included_types",
1403
1765
  expected: "(Array<string> | undefined)",
1404
1766
  value: input3.included_types
1405
- })) && input3.included_types.map((elem, _index25) => "string" === typeof elem || $report(_exceptionable2, {
1406
- path: _path2 + ".included_types[" + _index25 + "]",
1767
+ })) && input3.included_types.map((elem, _index34) => "string" === typeof elem || $report(_exceptionable2, {
1768
+ path: _path2 + ".included_types[" + _index34 + "]",
1407
1769
  expected: "string",
1408
1770
  value: elem
1409
1771
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1447,7 +1809,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1447
1809
  expected: "(number | undefined)",
1448
1810
  value: input3.stop
1449
1811
  })].every((flag) => flag);
1450
- const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1812
+ const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1451
1813
  path: _path2 + ".id",
1452
1814
  expected: "string",
1453
1815
  value: input3.id
@@ -1463,8 +1825,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1463
1825
  path: _path2 + ".child_types",
1464
1826
  expected: "(Array<string> | undefined)",
1465
1827
  value: input3.child_types
1466
- })) && input3.child_types.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
1467
- path: _path2 + ".child_types[" + _index26 + "]",
1828
+ })) && input3.child_types.map((elem, _index35) => "string" === typeof elem || $report(_exceptionable2, {
1829
+ path: _path2 + ".child_types[" + _index35 + "]",
1468
1830
  expected: "string",
1469
1831
  value: elem
1470
1832
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1479,8 +1841,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1479
1841
  path: _path2 + ".included_types",
1480
1842
  expected: "(Array<string> | undefined)",
1481
1843
  value: input3.included_types
1482
- })) && input3.included_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
1483
- path: _path2 + ".included_types[" + _index27 + "]",
1844
+ })) && input3.included_types.map((elem, _index36) => "string" === typeof elem || $report(_exceptionable2, {
1845
+ path: _path2 + ".included_types[" + _index36 + "]",
1484
1846
  expected: "string",
1485
1847
  value: elem
1486
1848
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1520,7 +1882,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1520
1882
  expected: "number",
1521
1883
  value: input3.stop
1522
1884
  })].every((flag) => flag);
1523
- const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1885
+ const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1524
1886
  path: _path2 + ".id",
1525
1887
  expected: "string",
1526
1888
  value: input3.id
@@ -1536,8 +1898,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1536
1898
  path: _path2 + ".child_types",
1537
1899
  expected: "(Array<string> | undefined)",
1538
1900
  value: input3.child_types
1539
- })) && input3.child_types.map((elem, _index28) => "string" === typeof elem || $report(_exceptionable2, {
1540
- path: _path2 + ".child_types[" + _index28 + "]",
1901
+ })) && input3.child_types.map((elem, _index37) => "string" === typeof elem || $report(_exceptionable2, {
1902
+ path: _path2 + ".child_types[" + _index37 + "]",
1541
1903
  expected: "string",
1542
1904
  value: elem
1543
1905
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1552,8 +1914,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1552
1914
  path: _path2 + ".included_types",
1553
1915
  expected: "(Array<string> | undefined)",
1554
1916
  value: input3.included_types
1555
- })) && input3.included_types.map((elem, _index29) => "string" === typeof elem || $report(_exceptionable2, {
1556
- path: _path2 + ".included_types[" + _index29 + "]",
1917
+ })) && input3.included_types.map((elem, _index38) => "string" === typeof elem || $report(_exceptionable2, {
1918
+ path: _path2 + ".included_types[" + _index38 + "]",
1557
1919
  expected: "string",
1558
1920
  value: elem
1559
1921
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1596,12 +1958,12 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1596
1958
  path: _path2 + ".genes",
1597
1959
  expected: "Array<GvGeneTerm>",
1598
1960
  value: input3.genes
1599
- })) && input3.genes.map((elem, _index30) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1600
- path: _path2 + ".genes[" + _index30 + "]",
1961
+ })) && input3.genes.map((elem, _index39) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1962
+ path: _path2 + ".genes[" + _index39 + "]",
1601
1963
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1602
1964
  value: elem
1603
- })) && $vu3(elem, _path2 + ".genes[" + _index30 + "]", _exceptionable2) || $report(_exceptionable2, {
1604
- path: _path2 + ".genes[" + _index30 + "]",
1965
+ })) && $vu3(elem, _path2 + ".genes[" + _index39 + "]", _exceptionable2) || $report(_exceptionable2, {
1966
+ path: _path2 + ".genes[" + _index39 + "]",
1605
1967
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1606
1968
  value: elem
1607
1969
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1620,12 +1982,12 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1620
1982
  path: _path2 + ".childTerms",
1621
1983
  expected: "(Array<DtTerm> | undefined)",
1622
1984
  value: input3.childTerms
1623
- })) && input3.childTerms.map((elem, _index31) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1624
- path: _path2 + ".childTerms[" + _index31 + "]",
1985
+ })) && input3.childTerms.map((elem, _index40) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1986
+ path: _path2 + ".childTerms[" + _index40 + "]",
1625
1987
  expected: "DtTerm",
1626
1988
  value: elem
1627
- })) && $vo30(elem, _path2 + ".childTerms[" + _index31 + "]", _exceptionable2) || $report(_exceptionable2, {
1628
- path: _path2 + ".childTerms[" + _index31 + "]",
1989
+ })) && $vo34(elem, _path2 + ".childTerms[" + _index40 + "]", _exceptionable2) || $report(_exceptionable2, {
1990
+ path: _path2 + ".childTerms[" + _index40 + "]",
1629
1991
  expected: "DtTerm",
1630
1992
  value: elem
1631
1993
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1633,7 +1995,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1633
1995
  expected: "(Array<DtTerm> | undefined)",
1634
1996
  value: input3.childTerms
1635
1997
  })].every((flag) => flag);
1636
- const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1998
+ const $vo39 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1637
1999
  path: _path2 + ".key",
1638
2000
  expected: "string",
1639
2001
  value: input3.key
@@ -1677,9 +2039,9 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1677
2039
  })();
1678
2040
  const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
1679
2041
  if ("gene" === input3.kind)
1680
- return $vo32(input3, _path2, _exceptionable2);
2042
+ return $vo36(input3, _path2, _exceptionable2);
1681
2043
  if ("coord" === input3.kind)
1682
- return $vo33(input3, _path2, _exceptionable2);
2044
+ return $vo37(input3, _path2, _exceptionable2);
1683
2045
  return $report(_exceptionable2, {
1684
2046
  path: _path2,
1685
2047
  expected: "(BaseTerm & Gene | BaseTerm & Coord)",
@@ -1689,18 +2051,18 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1689
2051
  const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
1690
2052
  if (void 0 !== input3.ranges)
1691
2053
  return $vo14(input3, _path2, _exceptionable2);
1692
- return $vo5(input3, _path2, false) || $vo26(input3, _path2, false) || $vo29(input3, _path2, false);
2054
+ return $vo5(input3, _path2, false) || $vo30(input3, _path2, false) || $vo33(input3, _path2, false);
1693
2055
  })();
1694
2056
  const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
1695
- if ("integer" === input3.type || "float" === input3.type || "date" === input3.type)
2057
+ if ("integer" === input3.type || "float" === input3.type)
1696
2058
  return $vo15(input3, _path2, _exceptionable2);
1697
- if ("geneExpression" === input3.type)
1698
- return $vo24(input3, _path2, _exceptionable2);
1699
- return $report(_exceptionable2, {
1700
- path: _path2,
1701
- expected: "(NumericDictTerm | GeneExpressionTerm)",
1702
- value: input3
1703
- });
2059
+ if ("metaboliteIntensity" === input3.type)
2060
+ return $vo26(input3, _path2, _exceptionable2);
2061
+ if ("date" === input3.type)
2062
+ return $vo27(input3, _path2, _exceptionable2);
2063
+ if ("ssGSEA" === input3.type)
2064
+ return $vo28(input3, _path2, _exceptionable2);
2065
+ return $vo25(input3, _path2, false) || $vo24(input3, _path2, false);
1704
2066
  })();
1705
2067
  const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
1706
2068
  if ("regular-bin" === input3.type)
@@ -1737,9 +2099,9 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1737
2099
  })();
1738
2100
  const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
1739
2101
  if ("gene" === input3.kind)
1740
- return $vo31(input3, _path2, _exceptionable2);
2102
+ return $vo35(input3, _path2, _exceptionable2);
1741
2103
  if ("coord" === input3.kind)
1742
- return $vo34(input3, _path2, _exceptionable2);
2104
+ return $vo38(input3, _path2, _exceptionable2);
1743
2105
  return $report(_exceptionable2, {
1744
2106
  path: _path2,
1745
2107
  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; })',