@sjcrh/proteinpaint-types 2.140.1 → 2.141.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-PPFFVFUI.js → chunk-424IUJWR.js} +355 -89
  3. package/dist/{chunk-EWON4FG5.js → chunk-56JQGGZJ.js} +2920 -2808
  4. package/dist/{chunk-WKT3H4P4.js → chunk-77RH7U6G.js} +1380 -582
  5. package/dist/{chunk-XXHHUIEV.js → chunk-EOBFYFLQ.js} +2314 -1950
  6. package/dist/{chunk-IDP5KXE6.js → chunk-I7FTK55B.js} +1973 -1609
  7. package/dist/{chunk-ZA3FDGAD.js → chunk-KEJROUTM.js} +744 -212
  8. package/dist/{chunk-FZJ3E7JA.js → chunk-QWAPDNYB.js} +2502 -2138
  9. package/dist/{chunk-KS74VVON.js → chunk-S6OBK4RE.js} +355 -89
  10. package/dist/{chunk-ECF6WSOD.js → chunk-T3GTEGQN.js} +355 -89
  11. package/dist/{chunk-BWLSDIHM.js → chunk-UYBVE3DL.js} +2489 -2125
  12. package/dist/{chunk-2WLN6PMW.js → chunk-VMQUAU5V.js} +2497 -2133
  13. package/dist/{chunk-AADDTYUL.js → chunk-WCWYMCZD.js} +355 -89
  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 +18 -0
  33. package/src/terms/geneExpression.ts +2 -12
  34. package/src/terms/geneVariant.ts +3 -0
  35. package/src/terms/metaboliteIntensity.ts +7 -20
  36. package/src/terms/numeric.ts +12 -22
  37. package/src/terms/snp.ts +7 -7
  38. package/src/terms/snps.ts +1 -0
  39. package/src/terms/ssGSEA.ts +7 -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 && $io28(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);
@@ -63,17 +63,20 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
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
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;
66
+ const $io25 = (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));
67
+ const $io26 = (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) && "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 && "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));
69
+ const $io28 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.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)) && (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 && $io31(elem)));
71
+ const $io30 = (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);
72
+ const $io31 = (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;
73
+ const $io32 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io33(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io38(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName);
74
+ const $io33 = (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));
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) && "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 && $io33(elem)));
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) && $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);
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) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
78
+ const $io37 = (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 && $io33(elem)));
79
+ const $io38 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
77
80
  const $iu0 = (input3) => (() => {
78
81
  if ("tvslst" === input3.type)
79
82
  return $io3(input3);
@@ -97,9 +100,9 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
97
100
  })();
98
101
  const $iu3 = (input3) => (() => {
99
102
  if ("gene" === input3.kind)
100
- return $io32(input3);
103
+ return $io35(input3);
101
104
  if ("coord" === input3.kind)
102
- return $io33(input3);
105
+ return $io36(input3);
103
106
  return false;
104
107
  })();
105
108
  const $iu4 = (input3) => (() => {
@@ -108,18 +111,24 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
108
111
  return (() => {
109
112
  if ($io5(input3))
110
113
  return $io5(input3);
111
- if ($io26(input3))
112
- return $io26(input3);
113
114
  if ($io29(input3))
114
115
  return $io29(input3);
116
+ if ($io32(input3))
117
+ return $io32(input3);
115
118
  return false;
116
119
  })();
117
120
  })();
118
121
  const $iu5 = (input3) => (() => {
119
- if ("integer" === input3.type || "float" === input3.type || "date" === input3.type)
122
+ if ("integer" === input3.type || "float" === input3.type)
120
123
  return $io15(input3);
121
124
  if ("geneExpression" === input3.type)
122
125
  return $io24(input3);
126
+ if ("date" === input3.type)
127
+ return $io26(input3);
128
+ if ("metaboliteIntensity" === input3.type)
129
+ return $io25(input3);
130
+ if ("ssGSEA" === input3.type)
131
+ return $io27(input3);
123
132
  return false;
124
133
  })();
125
134
  const $iu6 = (input3) => (() => {
@@ -145,9 +154,9 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
145
154
  })();
146
155
  const $iu9 = (input3) => (() => {
147
156
  if ("gene" === input3.kind)
148
- return $io31(input3);
149
- if ("coord" === input3.kind)
150
157
  return $io34(input3);
158
+ if ("coord" === input3.kind)
159
+ return $io37(input3);
151
160
  return false;
152
161
  })();
153
162
  return "object" === typeof input2 && null !== input2 && $io0(input2);
@@ -561,11 +570,11 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
561
570
  value: input3.isnot
562
571
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
563
572
  path: _path2 + ".term",
564
- expected: "(GeneExpressionTerm | NumericDictTerm)",
573
+ expected: "(DateTerm | GeneExpressionTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)",
565
574
  value: input3.term
566
575
  })) && $vu5(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
567
576
  path: _path2 + ".term",
568
- expected: "(GeneExpressionTerm | NumericDictTerm)",
577
+ expected: "(DateTerm | GeneExpressionTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)",
569
578
  value: input3.term
570
579
  }), (Array.isArray(input3.ranges) || $report(_exceptionable2, {
571
580
  path: _path2 + ".ranges",
@@ -591,7 +600,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
591
600
  path: _path2 + ".values[" + _index10 + "]",
592
601
  expected: "__type.o5",
593
602
  value: elem
594
- })) && $vo25(elem, _path2 + ".values[" + _index10 + "]", _exceptionable2) || $report(_exceptionable2, {
603
+ })) && $vo28(elem, _path2 + ".values[" + _index10 + "]", _exceptionable2) || $report(_exceptionable2, {
595
604
  path: _path2 + ".values[" + _index10 + "]",
596
605
  expected: "__type.o5",
597
606
  value: elem
@@ -608,9 +617,9 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
608
617
  path: _path2 + ".name",
609
618
  expected: "string",
610
619
  value: input3.name
611
- }), "integer" === input3.type || "float" === input3.type || "date" === input3.type || $report(_exceptionable2, {
620
+ }), "integer" === input3.type || "float" === input3.type || $report(_exceptionable2, {
612
621
  path: _path2 + ".type",
613
- expected: '("date" | "float" | "integer")',
622
+ expected: '("float" | "integer")',
614
623
  value: input3.type
615
624
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
616
625
  path: _path2 + ".child_types",
@@ -1027,7 +1036,258 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1027
1036
  expected: "(number | undefined)",
1028
1037
  value: input3.stop
1029
1038
  })].every((flag) => flag);
1030
- const $vo25 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1039
+ const $vo25 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1040
+ path: _path2 + ".id",
1041
+ expected: "string",
1042
+ value: input3.id
1043
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
1044
+ path: _path2 + ".name",
1045
+ expected: "string",
1046
+ value: input3.name
1047
+ }), "metaboliteIntensity" === input3.type || $report(_exceptionable2, {
1048
+ path: _path2 + ".type",
1049
+ expected: '"metaboliteIntensity"',
1050
+ value: input3.type
1051
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1052
+ path: _path2 + ".child_types",
1053
+ expected: "(Array<string> | undefined)",
1054
+ value: input3.child_types
1055
+ })) && input3.child_types.map((elem, _index16) => "string" === typeof elem || $report(_exceptionable2, {
1056
+ path: _path2 + ".child_types[" + _index16 + "]",
1057
+ expected: "string",
1058
+ value: elem
1059
+ })).every((flag) => flag) || $report(_exceptionable2, {
1060
+ path: _path2 + ".child_types",
1061
+ expected: "(Array<string> | undefined)",
1062
+ value: input3.child_types
1063
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
1064
+ path: _path2 + ".hashtmldetail",
1065
+ expected: "(boolean | undefined)",
1066
+ value: input3.hashtmldetail
1067
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
1068
+ path: _path2 + ".included_types",
1069
+ expected: "(Array<string> | undefined)",
1070
+ value: input3.included_types
1071
+ })) && input3.included_types.map((elem, _index17) => "string" === typeof elem || $report(_exceptionable2, {
1072
+ path: _path2 + ".included_types[" + _index17 + "]",
1073
+ expected: "string",
1074
+ value: elem
1075
+ })).every((flag) => flag) || $report(_exceptionable2, {
1076
+ path: _path2 + ".included_types",
1077
+ expected: "(Array<string> | undefined)",
1078
+ value: input3.included_types
1079
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1080
+ path: _path2 + ".isleaf",
1081
+ expected: "(boolean | undefined)",
1082
+ value: input3.isleaf
1083
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1084
+ path: _path2 + ".values",
1085
+ expected: "(TermValues | undefined)",
1086
+ value: input3.values
1087
+ })) && $vo7(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1088
+ path: _path2 + ".values",
1089
+ expected: "(TermValues | undefined)",
1090
+ value: input3.values
1091
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
1092
+ path: _path2 + ".skipValuesBuild",
1093
+ expected: "(boolean | undefined)",
1094
+ value: input3.skipValuesBuild
1095
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1096
+ path: _path2 + ".continuousColorScale",
1097
+ expected: "(__type.o4 | undefined)",
1098
+ value: input3.continuousColorScale
1099
+ })) && $vo16(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1100
+ path: _path2 + ".continuousColorScale",
1101
+ expected: "(__type.o4 | undefined)",
1102
+ value: input3.continuousColorScale
1103
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1104
+ path: _path2 + ".unit",
1105
+ expected: "(string | undefined)",
1106
+ value: input3.unit
1107
+ }), "string" === typeof input3.metabolite || $report(_exceptionable2, {
1108
+ path: _path2 + ".metabolite",
1109
+ expected: "string",
1110
+ value: input3.metabolite
1111
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1112
+ path: _path2 + ".bins",
1113
+ expected: "(PresetNumericBins | undefined)",
1114
+ value: input3.bins
1115
+ })) && $vo17(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1116
+ path: _path2 + ".bins",
1117
+ expected: "(PresetNumericBins | undefined)",
1118
+ value: input3.bins
1119
+ })].every((flag) => flag);
1120
+ const $vo26 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1121
+ path: _path2 + ".id",
1122
+ expected: "string",
1123
+ value: input3.id
1124
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
1125
+ path: _path2 + ".name",
1126
+ expected: "string",
1127
+ value: input3.name
1128
+ }), "date" === input3.type || $report(_exceptionable2, {
1129
+ path: _path2 + ".type",
1130
+ expected: '"date"',
1131
+ value: input3.type
1132
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1133
+ path: _path2 + ".child_types",
1134
+ expected: "(Array<string> | undefined)",
1135
+ value: input3.child_types
1136
+ })) && input3.child_types.map((elem, _index18) => "string" === typeof elem || $report(_exceptionable2, {
1137
+ path: _path2 + ".child_types[" + _index18 + "]",
1138
+ expected: "string",
1139
+ value: elem
1140
+ })).every((flag) => flag) || $report(_exceptionable2, {
1141
+ path: _path2 + ".child_types",
1142
+ expected: "(Array<string> | undefined)",
1143
+ value: input3.child_types
1144
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
1145
+ path: _path2 + ".hashtmldetail",
1146
+ expected: "(boolean | undefined)",
1147
+ value: input3.hashtmldetail
1148
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
1149
+ path: _path2 + ".included_types",
1150
+ expected: "(Array<string> | undefined)",
1151
+ value: input3.included_types
1152
+ })) && input3.included_types.map((elem, _index19) => "string" === typeof elem || $report(_exceptionable2, {
1153
+ path: _path2 + ".included_types[" + _index19 + "]",
1154
+ expected: "string",
1155
+ value: elem
1156
+ })).every((flag) => flag) || $report(_exceptionable2, {
1157
+ path: _path2 + ".included_types",
1158
+ expected: "(Array<string> | undefined)",
1159
+ value: input3.included_types
1160
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1161
+ path: _path2 + ".isleaf",
1162
+ expected: "(boolean | undefined)",
1163
+ value: input3.isleaf
1164
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1165
+ path: _path2 + ".values",
1166
+ expected: "(TermValues | undefined)",
1167
+ value: input3.values
1168
+ })) && $vo7(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1169
+ path: _path2 + ".values",
1170
+ expected: "(TermValues | undefined)",
1171
+ value: input3.values
1172
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
1173
+ path: _path2 + ".skipValuesBuild",
1174
+ expected: "(boolean | undefined)",
1175
+ value: input3.skipValuesBuild
1176
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1177
+ path: _path2 + ".continuousColorScale",
1178
+ expected: "(__type.o4 | undefined)",
1179
+ value: input3.continuousColorScale
1180
+ })) && $vo16(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1181
+ path: _path2 + ".continuousColorScale",
1182
+ expected: "(__type.o4 | undefined)",
1183
+ value: input3.continuousColorScale
1184
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1185
+ path: _path2 + ".unit",
1186
+ expected: "(string | undefined)",
1187
+ value: input3.unit
1188
+ }), "string" === typeof input3.metabolite || $report(_exceptionable2, {
1189
+ path: _path2 + ".metabolite",
1190
+ expected: "string",
1191
+ value: input3.metabolite
1192
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1193
+ path: _path2 + ".bins",
1194
+ expected: "(PresetNumericBins | undefined)",
1195
+ value: input3.bins
1196
+ })) && $vo17(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1197
+ path: _path2 + ".bins",
1198
+ expected: "(PresetNumericBins | undefined)",
1199
+ value: input3.bins
1200
+ })].every((flag) => flag);
1201
+ const $vo27 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1202
+ path: _path2 + ".id",
1203
+ expected: "string",
1204
+ value: input3.id
1205
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
1206
+ path: _path2 + ".name",
1207
+ expected: "string",
1208
+ value: input3.name
1209
+ }), "ssGSEA" === input3.type || $report(_exceptionable2, {
1210
+ path: _path2 + ".type",
1211
+ expected: '"ssGSEA"',
1212
+ value: input3.type
1213
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1214
+ path: _path2 + ".child_types",
1215
+ expected: "(Array<string> | undefined)",
1216
+ value: input3.child_types
1217
+ })) && input3.child_types.map((elem, _index20) => "string" === typeof elem || $report(_exceptionable2, {
1218
+ path: _path2 + ".child_types[" + _index20 + "]",
1219
+ expected: "string",
1220
+ value: elem
1221
+ })).every((flag) => flag) || $report(_exceptionable2, {
1222
+ path: _path2 + ".child_types",
1223
+ expected: "(Array<string> | undefined)",
1224
+ value: input3.child_types
1225
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
1226
+ path: _path2 + ".hashtmldetail",
1227
+ expected: "(boolean | undefined)",
1228
+ value: input3.hashtmldetail
1229
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
1230
+ path: _path2 + ".included_types",
1231
+ expected: "(Array<string> | undefined)",
1232
+ value: input3.included_types
1233
+ })) && input3.included_types.map((elem, _index21) => "string" === typeof elem || $report(_exceptionable2, {
1234
+ path: _path2 + ".included_types[" + _index21 + "]",
1235
+ expected: "string",
1236
+ value: elem
1237
+ })).every((flag) => flag) || $report(_exceptionable2, {
1238
+ path: _path2 + ".included_types",
1239
+ expected: "(Array<string> | undefined)",
1240
+ value: input3.included_types
1241
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1242
+ path: _path2 + ".isleaf",
1243
+ expected: "(boolean | undefined)",
1244
+ value: input3.isleaf
1245
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1246
+ path: _path2 + ".values",
1247
+ expected: "(TermValues | undefined)",
1248
+ value: input3.values
1249
+ })) && $vo7(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1250
+ path: _path2 + ".values",
1251
+ expected: "(TermValues | undefined)",
1252
+ value: input3.values
1253
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
1254
+ path: _path2 + ".skipValuesBuild",
1255
+ expected: "(boolean | undefined)",
1256
+ value: input3.skipValuesBuild
1257
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1258
+ path: _path2 + ".continuousColorScale",
1259
+ expected: "(__type.o4 | undefined)",
1260
+ value: input3.continuousColorScale
1261
+ })) && $vo16(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1262
+ path: _path2 + ".continuousColorScale",
1263
+ expected: "(__type.o4 | undefined)",
1264
+ value: input3.continuousColorScale
1265
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1266
+ path: _path2 + ".unit",
1267
+ expected: "(string | undefined)",
1268
+ value: input3.unit
1269
+ }), void 0 === input3.genes || (Array.isArray(input3.genes) || $report(_exceptionable2, {
1270
+ path: _path2 + ".genes",
1271
+ expected: "(Array<string> | undefined)",
1272
+ value: input3.genes
1273
+ })) && input3.genes.map((elem, _index22) => "string" === typeof elem || $report(_exceptionable2, {
1274
+ path: _path2 + ".genes[" + _index22 + "]",
1275
+ expected: "string",
1276
+ value: elem
1277
+ })).every((flag) => flag) || $report(_exceptionable2, {
1278
+ path: _path2 + ".genes",
1279
+ expected: "(Array<string> | undefined)",
1280
+ value: input3.genes
1281
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1282
+ path: _path2 + ".bins",
1283
+ expected: "(PresetNumericBins | undefined)",
1284
+ value: input3.bins
1285
+ })) && $vo17(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1286
+ path: _path2 + ".bins",
1287
+ expected: "(PresetNumericBins | undefined)",
1288
+ value: input3.bins
1289
+ })].every((flag) => flag);
1290
+ const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1031
1291
  path: _path2 + ".key",
1032
1292
  expected: "string",
1033
1293
  value: input3.key
@@ -1044,7 +1304,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1044
1304
  expected: "(string | undefined)",
1045
1305
  value: input3.label
1046
1306
  })].every((flag) => flag);
1047
- const $vo26 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1307
+ const $vo29 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1048
1308
  path: _path2 + ".join",
1049
1309
  expected: "(string | undefined)",
1050
1310
  value: input3.join
@@ -1056,7 +1316,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1056
1316
  path: _path2 + ".term",
1057
1317
  expected: "ConditionTerm",
1058
1318
  value: input3.term
1059
- })) && $vo27(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1319
+ })) && $vo30(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1060
1320
  path: _path2 + ".term",
1061
1321
  expected: "ConditionTerm",
1062
1322
  value: input3.term
@@ -1076,12 +1336,12 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1076
1336
  path: _path2 + ".grade_and_child",
1077
1337
  expected: "(Array<GradeAndChildEntry> | undefined)",
1078
1338
  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 + "]",
1339
+ })) && input3.grade_and_child.map((elem, _index23) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1340
+ path: _path2 + ".grade_and_child[" + _index23 + "]",
1081
1341
  expected: "GradeAndChildEntry",
1082
1342
  value: elem
1083
- })) && $vo28(elem, _path2 + ".grade_and_child[" + _index16 + "]", _exceptionable2) || $report(_exceptionable2, {
1084
- path: _path2 + ".grade_and_child[" + _index16 + "]",
1343
+ })) && $vo31(elem, _path2 + ".grade_and_child[" + _index23 + "]", _exceptionable2) || $report(_exceptionable2, {
1344
+ path: _path2 + ".grade_and_child[" + _index23 + "]",
1085
1345
  expected: "GradeAndChildEntry",
1086
1346
  value: elem
1087
1347
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1089,7 +1349,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1089
1349
  expected: "(Array<GradeAndChildEntry> | undefined)",
1090
1350
  value: input3.grade_and_child
1091
1351
  })].every((flag) => flag);
1092
- const $vo27 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1352
+ const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1093
1353
  path: _path2 + ".id",
1094
1354
  expected: "string",
1095
1355
  value: input3.id
@@ -1105,8 +1365,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1105
1365
  path: _path2 + ".child_types",
1106
1366
  expected: "(Array<string> | undefined)",
1107
1367
  value: input3.child_types
1108
- })) && input3.child_types.map((elem, _index17) => "string" === typeof elem || $report(_exceptionable2, {
1109
- path: _path2 + ".child_types[" + _index17 + "]",
1368
+ })) && input3.child_types.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
1369
+ path: _path2 + ".child_types[" + _index24 + "]",
1110
1370
  expected: "string",
1111
1371
  value: elem
1112
1372
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1121,8 +1381,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1121
1381
  path: _path2 + ".included_types",
1122
1382
  expected: "(Array<string> | undefined)",
1123
1383
  value: input3.included_types
1124
- })) && input3.included_types.map((elem, _index18) => "string" === typeof elem || $report(_exceptionable2, {
1125
- path: _path2 + ".included_types[" + _index18 + "]",
1384
+ })) && input3.included_types.map((elem, _index25) => "string" === typeof elem || $report(_exceptionable2, {
1385
+ path: _path2 + ".included_types[" + _index25 + "]",
1126
1386
  expected: "string",
1127
1387
  value: elem
1128
1388
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1146,7 +1406,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1146
1406
  expected: "(boolean | undefined)",
1147
1407
  value: input3.skipValuesBuild
1148
1408
  })].every((flag) => flag);
1149
- const $vo28 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1409
+ const $vo31 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1150
1410
  path: _path2 + ".grade",
1151
1411
  expected: "number",
1152
1412
  value: input3.grade
@@ -1163,7 +1423,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1163
1423
  expected: "string",
1164
1424
  value: input3.child_label
1165
1425
  })].every((flag) => flag);
1166
- const $vo29 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1426
+ const $vo32 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1167
1427
  path: _path2 + ".join",
1168
1428
  expected: "(string | undefined)",
1169
1429
  value: input3.join
@@ -1175,7 +1435,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1175
1435
  path: _path2 + ".term",
1176
1436
  expected: "DtTerm",
1177
1437
  value: input3.term
1178
- })) && $vo30(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1438
+ })) && $vo33(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1179
1439
  path: _path2 + ".term",
1180
1440
  expected: "DtTerm",
1181
1441
  value: input3.term
@@ -1183,12 +1443,12 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1183
1443
  path: _path2 + ".values",
1184
1444
  expected: "Array<__type>.o2",
1185
1445
  value: input3.values
1186
- })) && input3.values.map((elem, _index19) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1187
- path: _path2 + ".values[" + _index19 + "]",
1446
+ })) && input3.values.map((elem, _index26) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1447
+ path: _path2 + ".values[" + _index26 + "]",
1188
1448
  expected: "__type.o6",
1189
1449
  value: elem
1190
- })) && $vo35(elem, _path2 + ".values[" + _index19 + "]", _exceptionable2) || $report(_exceptionable2, {
1191
- path: _path2 + ".values[" + _index19 + "]",
1450
+ })) && $vo38(elem, _path2 + ".values[" + _index26 + "]", _exceptionable2) || $report(_exceptionable2, {
1451
+ path: _path2 + ".values[" + _index26 + "]",
1192
1452
  expected: "__type.o6",
1193
1453
  value: elem
1194
1454
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1204,7 +1464,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1204
1464
  expected: "(boolean | undefined)",
1205
1465
  value: input3.excludeGeneName
1206
1466
  })].every((flag) => flag);
1207
- const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1467
+ const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1208
1468
  path: _path2 + ".id",
1209
1469
  expected: "string",
1210
1470
  value: input3.id
@@ -1253,7 +1513,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1253
1513
  expected: "TermValues",
1254
1514
  value: input3.values
1255
1515
  })].every((flag) => flag);
1256
- const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1516
+ const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1257
1517
  path: _path2 + ".id",
1258
1518
  expected: "string",
1259
1519
  value: input3.id
@@ -1269,8 +1529,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1269
1529
  path: _path2 + ".child_types",
1270
1530
  expected: "(Array<string> | undefined)",
1271
1531
  value: input3.child_types
1272
- })) && input3.child_types.map((elem, _index20) => "string" === typeof elem || $report(_exceptionable2, {
1273
- path: _path2 + ".child_types[" + _index20 + "]",
1532
+ })) && input3.child_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
1533
+ path: _path2 + ".child_types[" + _index27 + "]",
1274
1534
  expected: "string",
1275
1535
  value: elem
1276
1536
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1285,8 +1545,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1285
1545
  path: _path2 + ".included_types",
1286
1546
  expected: "(Array<string> | undefined)",
1287
1547
  value: input3.included_types
1288
- })) && input3.included_types.map((elem, _index21) => "string" === typeof elem || $report(_exceptionable2, {
1289
- path: _path2 + ".included_types[" + _index21 + "]",
1548
+ })) && input3.included_types.map((elem, _index28) => "string" === typeof elem || $report(_exceptionable2, {
1549
+ path: _path2 + ".included_types[" + _index28 + "]",
1290
1550
  expected: "string",
1291
1551
  value: elem
1292
1552
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1333,12 +1593,12 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1333
1593
  path: _path2 + ".genes",
1334
1594
  expected: "Array<GvGeneTerm>",
1335
1595
  value: input3.genes
1336
- })) && input3.genes.map((elem, _index22) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1337
- path: _path2 + ".genes[" + _index22 + "]",
1596
+ })) && input3.genes.map((elem, _index29) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1597
+ path: _path2 + ".genes[" + _index29 + "]",
1338
1598
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1339
1599
  value: elem
1340
- })) && $vu3(elem, _path2 + ".genes[" + _index22 + "]", _exceptionable2) || $report(_exceptionable2, {
1341
- path: _path2 + ".genes[" + _index22 + "]",
1600
+ })) && $vu3(elem, _path2 + ".genes[" + _index29 + "]", _exceptionable2) || $report(_exceptionable2, {
1601
+ path: _path2 + ".genes[" + _index29 + "]",
1342
1602
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1343
1603
  value: elem
1344
1604
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1357,12 +1617,12 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1357
1617
  path: _path2 + ".childTerms",
1358
1618
  expected: "(Array<DtTerm> | undefined)",
1359
1619
  value: input3.childTerms
1360
- })) && input3.childTerms.map((elem, _index23) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1361
- path: _path2 + ".childTerms[" + _index23 + "]",
1620
+ })) && input3.childTerms.map((elem, _index30) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1621
+ path: _path2 + ".childTerms[" + _index30 + "]",
1362
1622
  expected: "DtTerm",
1363
1623
  value: elem
1364
- })) && $vo30(elem, _path2 + ".childTerms[" + _index23 + "]", _exceptionable2) || $report(_exceptionable2, {
1365
- path: _path2 + ".childTerms[" + _index23 + "]",
1624
+ })) && $vo33(elem, _path2 + ".childTerms[" + _index30 + "]", _exceptionable2) || $report(_exceptionable2, {
1625
+ path: _path2 + ".childTerms[" + _index30 + "]",
1366
1626
  expected: "DtTerm",
1367
1627
  value: elem
1368
1628
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1370,7 +1630,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1370
1630
  expected: "(Array<DtTerm> | undefined)",
1371
1631
  value: input3.childTerms
1372
1632
  })].every((flag) => flag);
1373
- const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1633
+ const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1374
1634
  path: _path2 + ".id",
1375
1635
  expected: "string",
1376
1636
  value: input3.id
@@ -1386,8 +1646,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1386
1646
  path: _path2 + ".child_types",
1387
1647
  expected: "(Array<string> | undefined)",
1388
1648
  value: input3.child_types
1389
- })) && input3.child_types.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
1390
- path: _path2 + ".child_types[" + _index24 + "]",
1649
+ })) && input3.child_types.map((elem, _index31) => "string" === typeof elem || $report(_exceptionable2, {
1650
+ path: _path2 + ".child_types[" + _index31 + "]",
1391
1651
  expected: "string",
1392
1652
  value: elem
1393
1653
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1402,8 +1662,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1402
1662
  path: _path2 + ".included_types",
1403
1663
  expected: "(Array<string> | undefined)",
1404
1664
  value: input3.included_types
1405
- })) && input3.included_types.map((elem, _index25) => "string" === typeof elem || $report(_exceptionable2, {
1406
- path: _path2 + ".included_types[" + _index25 + "]",
1665
+ })) && input3.included_types.map((elem, _index32) => "string" === typeof elem || $report(_exceptionable2, {
1666
+ path: _path2 + ".included_types[" + _index32 + "]",
1407
1667
  expected: "string",
1408
1668
  value: elem
1409
1669
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1447,7 +1707,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1447
1707
  expected: "(number | undefined)",
1448
1708
  value: input3.stop
1449
1709
  })].every((flag) => flag);
1450
- const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1710
+ const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1451
1711
  path: _path2 + ".id",
1452
1712
  expected: "string",
1453
1713
  value: input3.id
@@ -1463,8 +1723,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1463
1723
  path: _path2 + ".child_types",
1464
1724
  expected: "(Array<string> | undefined)",
1465
1725
  value: input3.child_types
1466
- })) && input3.child_types.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
1467
- path: _path2 + ".child_types[" + _index26 + "]",
1726
+ })) && input3.child_types.map((elem, _index33) => "string" === typeof elem || $report(_exceptionable2, {
1727
+ path: _path2 + ".child_types[" + _index33 + "]",
1468
1728
  expected: "string",
1469
1729
  value: elem
1470
1730
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1479,8 +1739,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1479
1739
  path: _path2 + ".included_types",
1480
1740
  expected: "(Array<string> | undefined)",
1481
1741
  value: input3.included_types
1482
- })) && input3.included_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
1483
- path: _path2 + ".included_types[" + _index27 + "]",
1742
+ })) && input3.included_types.map((elem, _index34) => "string" === typeof elem || $report(_exceptionable2, {
1743
+ path: _path2 + ".included_types[" + _index34 + "]",
1484
1744
  expected: "string",
1485
1745
  value: elem
1486
1746
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1520,7 +1780,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1520
1780
  expected: "number",
1521
1781
  value: input3.stop
1522
1782
  })].every((flag) => flag);
1523
- const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1783
+ const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1524
1784
  path: _path2 + ".id",
1525
1785
  expected: "string",
1526
1786
  value: input3.id
@@ -1536,8 +1796,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1536
1796
  path: _path2 + ".child_types",
1537
1797
  expected: "(Array<string> | undefined)",
1538
1798
  value: input3.child_types
1539
- })) && input3.child_types.map((elem, _index28) => "string" === typeof elem || $report(_exceptionable2, {
1540
- path: _path2 + ".child_types[" + _index28 + "]",
1799
+ })) && input3.child_types.map((elem, _index35) => "string" === typeof elem || $report(_exceptionable2, {
1800
+ path: _path2 + ".child_types[" + _index35 + "]",
1541
1801
  expected: "string",
1542
1802
  value: elem
1543
1803
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1552,8 +1812,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1552
1812
  path: _path2 + ".included_types",
1553
1813
  expected: "(Array<string> | undefined)",
1554
1814
  value: input3.included_types
1555
- })) && input3.included_types.map((elem, _index29) => "string" === typeof elem || $report(_exceptionable2, {
1556
- path: _path2 + ".included_types[" + _index29 + "]",
1815
+ })) && input3.included_types.map((elem, _index36) => "string" === typeof elem || $report(_exceptionable2, {
1816
+ path: _path2 + ".included_types[" + _index36 + "]",
1557
1817
  expected: "string",
1558
1818
  value: elem
1559
1819
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1596,12 +1856,12 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1596
1856
  path: _path2 + ".genes",
1597
1857
  expected: "Array<GvGeneTerm>",
1598
1858
  value: input3.genes
1599
- })) && input3.genes.map((elem, _index30) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1600
- path: _path2 + ".genes[" + _index30 + "]",
1859
+ })) && input3.genes.map((elem, _index37) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1860
+ path: _path2 + ".genes[" + _index37 + "]",
1601
1861
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1602
1862
  value: elem
1603
- })) && $vu3(elem, _path2 + ".genes[" + _index30 + "]", _exceptionable2) || $report(_exceptionable2, {
1604
- path: _path2 + ".genes[" + _index30 + "]",
1863
+ })) && $vu3(elem, _path2 + ".genes[" + _index37 + "]", _exceptionable2) || $report(_exceptionable2, {
1864
+ path: _path2 + ".genes[" + _index37 + "]",
1605
1865
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1606
1866
  value: elem
1607
1867
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1620,12 +1880,12 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1620
1880
  path: _path2 + ".childTerms",
1621
1881
  expected: "(Array<DtTerm> | undefined)",
1622
1882
  value: input3.childTerms
1623
- })) && input3.childTerms.map((elem, _index31) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1624
- path: _path2 + ".childTerms[" + _index31 + "]",
1883
+ })) && input3.childTerms.map((elem, _index38) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1884
+ path: _path2 + ".childTerms[" + _index38 + "]",
1625
1885
  expected: "DtTerm",
1626
1886
  value: elem
1627
- })) && $vo30(elem, _path2 + ".childTerms[" + _index31 + "]", _exceptionable2) || $report(_exceptionable2, {
1628
- path: _path2 + ".childTerms[" + _index31 + "]",
1887
+ })) && $vo33(elem, _path2 + ".childTerms[" + _index38 + "]", _exceptionable2) || $report(_exceptionable2, {
1888
+ path: _path2 + ".childTerms[" + _index38 + "]",
1629
1889
  expected: "DtTerm",
1630
1890
  value: elem
1631
1891
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1633,7 +1893,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1633
1893
  expected: "(Array<DtTerm> | undefined)",
1634
1894
  value: input3.childTerms
1635
1895
  })].every((flag) => flag);
1636
- const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1896
+ const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1637
1897
  path: _path2 + ".key",
1638
1898
  expected: "string",
1639
1899
  value: input3.key
@@ -1677,9 +1937,9 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1677
1937
  })();
1678
1938
  const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
1679
1939
  if ("gene" === input3.kind)
1680
- return $vo32(input3, _path2, _exceptionable2);
1940
+ return $vo35(input3, _path2, _exceptionable2);
1681
1941
  if ("coord" === input3.kind)
1682
- return $vo33(input3, _path2, _exceptionable2);
1942
+ return $vo36(input3, _path2, _exceptionable2);
1683
1943
  return $report(_exceptionable2, {
1684
1944
  path: _path2,
1685
1945
  expected: "(BaseTerm & Gene | BaseTerm & Coord)",
@@ -1689,16 +1949,22 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1689
1949
  const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
1690
1950
  if (void 0 !== input3.ranges)
1691
1951
  return $vo14(input3, _path2, _exceptionable2);
1692
- return $vo5(input3, _path2, false) || $vo26(input3, _path2, false) || $vo29(input3, _path2, false);
1952
+ return $vo5(input3, _path2, false) || $vo29(input3, _path2, false) || $vo32(input3, _path2, false);
1693
1953
  })();
1694
1954
  const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
1695
- if ("integer" === input3.type || "float" === input3.type || "date" === input3.type)
1955
+ if ("integer" === input3.type || "float" === input3.type)
1696
1956
  return $vo15(input3, _path2, _exceptionable2);
1697
1957
  if ("geneExpression" === input3.type)
1698
1958
  return $vo24(input3, _path2, _exceptionable2);
1959
+ if ("date" === input3.type)
1960
+ return $vo26(input3, _path2, _exceptionable2);
1961
+ if ("metaboliteIntensity" === input3.type)
1962
+ return $vo25(input3, _path2, _exceptionable2);
1963
+ if ("ssGSEA" === input3.type)
1964
+ return $vo27(input3, _path2, _exceptionable2);
1699
1965
  return $report(_exceptionable2, {
1700
1966
  path: _path2,
1701
- expected: "(NumericDictTerm | GeneExpressionTerm)",
1967
+ expected: "(NumericDictTerm | GeneExpressionTerm | DateTerm | MetaboliteIntensityTerm | SsGSEATerm)",
1702
1968
  value: input3
1703
1969
  });
1704
1970
  })();
@@ -1737,9 +2003,9 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1737
2003
  })();
1738
2004
  const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
1739
2005
  if ("gene" === input3.kind)
1740
- return $vo31(input3, _path2, _exceptionable2);
1741
- if ("coord" === input3.kind)
1742
2006
  return $vo34(input3, _path2, _exceptionable2);
2007
+ if ("coord" === input3.kind)
2008
+ return $vo37(input3, _path2, _exceptionable2);
1743
2009
  return $report(_exceptionable2, {
1744
2010
  path: _path2,
1745
2011
  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; })',