@sjcrh/proteinpaint-types 2.140.1-2 → 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 (43) hide show
  1. package/dist/brainImaging.js +1 -1
  2. package/dist/{chunk-Y6Z6XAFN.js → chunk-424IUJWR.js} +532 -154
  3. package/dist/{chunk-NHELOLDH.js → chunk-56JQGGZJ.js} +4103 -2234
  4. package/dist/{chunk-5BKOSJEU.js → chunk-77RH7U6G.js} +2101 -981
  5. package/dist/{chunk-F2ZZ5J3F.js → chunk-EOBFYFLQ.js} +2483 -1911
  6. package/dist/{chunk-34LXTZYA.js → chunk-I7FTK55B.js} +2162 -1590
  7. package/dist/{chunk-4S36DRJ4.js → chunk-KEJROUTM.js} +1314 -572
  8. package/dist/{chunk-ZHCVV36H.js → chunk-QWAPDNYB.js} +2486 -1914
  9. package/dist/{chunk-HJ7XFSJK.js → chunk-S6OBK4RE.js} +528 -150
  10. package/dist/{chunk-P3Z422N2.js → chunk-T3GTEGQN.js} +532 -154
  11. package/dist/{chunk-2QKCLUH3.js → chunk-UYBVE3DL.js} +2478 -1906
  12. package/dist/{chunk-KDHGWAOS.js → chunk-VMQUAU5V.js} +2481 -1909
  13. package/dist/{chunk-G5BYLEJC.js → chunk-WCWYMCZD.js} +532 -154
  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 +14 -4
  28. package/src/genome.ts +2 -2
  29. package/src/index.ts +1 -0
  30. package/src/routes/termdb.cluster.ts +6 -6
  31. package/src/terms/categorical.ts +0 -8
  32. package/src/terms/condition.ts +4 -3
  33. package/src/terms/date.ts +18 -0
  34. package/src/terms/geneExpression.ts +7 -21
  35. package/src/terms/geneVariant.ts +3 -0
  36. package/src/terms/metaboliteIntensity.ts +7 -20
  37. package/src/terms/numeric.ts +17 -38
  38. package/src/terms/singleCellGeneExpression.ts +3 -4
  39. package/src/terms/snp.ts +7 -7
  40. package/src/terms/snps.ts +1 -0
  41. package/src/terms/ssGSEA.ts +7 -13
  42. package/src/terms/tw.ts +11 -6
  43. package/src/terms/updated-types.ts +0 -10
@@ -45,11 +45,12 @@ 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 && $io15(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 && $io24(elem)));
49
- const $io15 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type || "ssGSEA" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io23(input3.continuousColorScale));
50
- const $io16 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu5(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu5(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);
51
- const $io17 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(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 && $iu6(input3.first_bin)) && (void 0 === input3.last_bin || "object" === typeof input3.last_bin && null !== input3.last_bin && $iu7(input3.last_bin)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset);
52
- const $io18 = (input3) => Object.keys(input3).every((key) => {
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
+ const $io16 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
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
+ 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);
53
+ const $io19 = (input3) => Object.keys(input3).every((key) => {
53
54
  const value = input3[key];
54
55
  if (void 0 === value)
55
56
  return true;
@@ -57,22 +58,25 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
57
58
  return "number" === typeof value;
58
59
  return true;
59
60
  });
60
- const $io19 = (input3) => true === input3.startunbounded && (void 0 === input3.startinclusive || false === input3.startinclusive) && "number" === typeof input3.stop && (void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive) && (void 0 === input3.stopunbounded || false === input3.stopunbounded) && (void 0 === input3.label || "string" === typeof input3.label);
61
- const $io20 = (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);
62
- const $io21 = (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);
63
- const $io22 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(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);
64
- const $io23 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
65
- const $io24 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
66
- const $io25 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io26(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 && $io27(elem)));
67
- const $io26 = (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);
68
- const $io27 = (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;
69
- const $io28 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io29(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io34(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName);
70
- const $io29 = (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 && $iu8(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));
71
- const $io30 = (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 && $io29(elem)));
72
- const $io31 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $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);
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) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
74
- const $io33 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $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 && $io29(elem)));
75
- const $io34 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
61
+ const $io20 = (input3) => true === input3.startunbounded && (void 0 === input3.startinclusive || false === input3.startinclusive) && "number" === typeof input3.stop && (void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive) && (void 0 === input3.stopunbounded || false === input3.stopunbounded) && (void 0 === input3.label || "string" === typeof input3.label);
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
+ 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
+ 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.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;
76
80
  const $iu0 = (input3) => (() => {
77
81
  if ("tvslst" === input3.type)
78
82
  return $io3(input3);
@@ -89,16 +93,16 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
89
93
  })();
90
94
  const $iu2 = (input3) => (() => {
91
95
  if (true === input3.startunbounded)
92
- return $io19(input3);
96
+ return $io20(input3);
93
97
  if (true === input3.stopunbounded)
94
- return $io21(input3);
95
- return $io20(input3);
98
+ return $io22(input3);
99
+ return $io21(input3);
96
100
  })();
97
101
  const $iu3 = (input3) => (() => {
98
102
  if ("gene" === input3.kind)
99
- return $io31(input3);
103
+ return $io35(input3);
100
104
  if ("coord" === input3.kind)
101
- return $io32(input3);
105
+ return $io36(input3);
102
106
  return false;
103
107
  })();
104
108
  const $iu4 = (input3) => (() => {
@@ -107,39 +111,52 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
107
111
  return (() => {
108
112
  if ($io5(input3))
109
113
  return $io5(input3);
110
- if ($io25(input3))
111
- return $io25(input3);
112
- if ($io28(input3))
113
- return $io28(input3);
114
+ if ($io29(input3))
115
+ return $io29(input3);
116
+ if ($io32(input3))
117
+ return $io32(input3);
114
118
  return false;
115
119
  })();
116
120
  })();
117
121
  const $iu5 = (input3) => (() => {
122
+ if ("integer" === input3.type || "float" === input3.type)
123
+ return $io15(input3);
124
+ if ("geneExpression" === input3.type)
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);
132
+ return false;
133
+ })();
134
+ const $iu6 = (input3) => (() => {
118
135
  if ("regular-bin" === input3.type)
119
- return $io17(input3);
136
+ return $io18(input3);
120
137
  if ("custom-bin" === input3.type)
121
- return $io22(input3);
138
+ return $io23(input3);
122
139
  return false;
123
140
  })();
124
- const $iu6 = (input3) => (() => {
141
+ const $iu7 = (input3) => (() => {
125
142
  if (true === input3.startunbounded)
126
- return $io19(input3);
127
- if (void 0 !== input3.start)
128
143
  return $io20(input3);
144
+ if (void 0 !== input3.start)
145
+ return $io21(input3);
129
146
  return false;
130
147
  })();
131
- const $iu7 = (input3) => (() => {
148
+ const $iu8 = (input3) => (() => {
132
149
  if (void 0 !== input3.stop)
133
- return $io20(input3);
134
- if (true === input3.stopunbounded)
135
150
  return $io21(input3);
151
+ if (true === input3.stopunbounded)
152
+ return $io22(input3);
136
153
  return false;
137
154
  })();
138
- const $iu8 = (input3) => (() => {
155
+ const $iu9 = (input3) => (() => {
139
156
  if ("gene" === input3.kind)
140
- return $io30(input3);
157
+ return $io34(input3);
141
158
  if ("coord" === input3.kind)
142
- return $io33(input3);
159
+ return $io37(input3);
143
160
  return false;
144
161
  })();
145
162
  return "object" === typeof input2 && null !== input2 && $io0(input2);
@@ -553,11 +570,11 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
553
570
  value: input3.isnot
554
571
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
555
572
  path: _path2 + ".term",
556
- expected: "NumericTerm",
573
+ expected: "(DateTerm | GeneExpressionTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)",
557
574
  value: input3.term
558
- })) && $vo15(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
575
+ })) && $vu5(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
559
576
  path: _path2 + ".term",
560
- expected: "NumericTerm",
577
+ expected: "(DateTerm | GeneExpressionTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)",
561
578
  value: input3.term
562
579
  }), (Array.isArray(input3.ranges) || $report(_exceptionable2, {
563
580
  path: _path2 + ".ranges",
@@ -583,7 +600,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
583
600
  path: _path2 + ".values[" + _index10 + "]",
584
601
  expected: "__type.o5",
585
602
  value: elem
586
- })) && $vo24(elem, _path2 + ".values[" + _index10 + "]", _exceptionable2) || $report(_exceptionable2, {
603
+ })) && $vo28(elem, _path2 + ".values[" + _index10 + "]", _exceptionable2) || $report(_exceptionable2, {
587
604
  path: _path2 + ".values[" + _index10 + "]",
588
605
  expected: "__type.o5",
589
606
  value: elem
@@ -600,9 +617,9 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
600
617
  path: _path2 + ".name",
601
618
  expected: "string",
602
619
  value: input3.name
603
- }), "integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type || "ssGSEA" === input3.type || $report(_exceptionable2, {
620
+ }), "integer" === input3.type || "float" === input3.type || $report(_exceptionable2, {
604
621
  path: _path2 + ".type",
605
- expected: '("date" | "float" | "geneExpression" | "integer" | "metaboliteIntensity" | "ssGSEA")',
622
+ expected: '("float" | "integer")',
606
623
  value: input3.type
607
624
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
608
625
  path: _path2 + ".child_types",
@@ -648,32 +665,41 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
648
665
  path: _path2 + ".skipValuesBuild",
649
666
  expected: "(boolean | undefined)",
650
667
  value: input3.skipValuesBuild
651
- }), ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
652
- path: _path2 + ".bins",
653
- expected: "PresetNumericBins",
654
- value: input3.bins
655
- })) && $vo16(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
656
- path: _path2 + ".bins",
657
- expected: "PresetNumericBins",
658
- value: input3.bins
659
- }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
660
- path: _path2 + ".unit",
661
- expected: "(string | undefined)",
662
- value: input3.unit
663
668
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
664
669
  path: _path2 + ".continuousColorScale",
665
670
  expected: "(__type.o4 | undefined)",
666
671
  value: input3.continuousColorScale
667
- })) && $vo23(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
672
+ })) && $vo16(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
668
673
  path: _path2 + ".continuousColorScale",
669
674
  expected: "(__type.o4 | undefined)",
670
675
  value: input3.continuousColorScale
676
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
677
+ path: _path2 + ".unit",
678
+ expected: "(string | undefined)",
679
+ value: input3.unit
680
+ }), ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
681
+ path: _path2 + ".bins",
682
+ expected: "PresetNumericBins",
683
+ value: input3.bins
684
+ })) && $vo17(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
685
+ path: _path2 + ".bins",
686
+ expected: "PresetNumericBins",
687
+ value: input3.bins
688
+ })].every((flag) => flag);
689
+ const $vo16 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.minColor || $report(_exceptionable2, {
690
+ path: _path2 + ".minColor",
691
+ expected: "string",
692
+ value: input3.minColor
693
+ }), "string" === typeof input3.maxColor || $report(_exceptionable2, {
694
+ path: _path2 + ".maxColor",
695
+ expected: "string",
696
+ value: input3.maxColor
671
697
  })].every((flag) => flag);
672
- const $vo16 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3["default"] && null !== input3["default"] || $report(_exceptionable2, {
698
+ const $vo17 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3["default"] && null !== input3["default"] || $report(_exceptionable2, {
673
699
  path: _path2 + '["default"]',
674
700
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
675
701
  value: input3["default"]
676
- })) && $vu5(input3["default"], _path2 + '["default"]', _exceptionable2) || $report(_exceptionable2, {
702
+ })) && $vu6(input3["default"], _path2 + '["default"]', _exceptionable2) || $report(_exceptionable2, {
677
703
  path: _path2 + '["default"]',
678
704
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
679
705
  value: input3["default"]
@@ -681,7 +707,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
681
707
  path: _path2 + ".less",
682
708
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
683
709
  value: input3.less
684
- })) && $vu5(input3.less, _path2 + ".less", _exceptionable2) || $report(_exceptionable2, {
710
+ })) && $vu6(input3.less, _path2 + ".less", _exceptionable2) || $report(_exceptionable2, {
685
711
  path: _path2 + ".less",
686
712
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
687
713
  value: input3.less
@@ -706,11 +732,11 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
706
732
  expected: "(number | undefined)",
707
733
  value: input3.max
708
734
  })].every((flag) => flag);
709
- const $vo17 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
735
+ const $vo18 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
710
736
  path: _path2 + ".hiddenValues",
711
737
  expected: "(HiddenValues | undefined)",
712
738
  value: input3.hiddenValues
713
- })) && $vo18(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
739
+ })) && $vo19(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
714
740
  path: _path2 + ".hiddenValues",
715
741
  expected: "(HiddenValues | undefined)",
716
742
  value: input3.hiddenValues
@@ -742,7 +768,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
742
768
  path: _path2 + ".first_bin",
743
769
  expected: "(FullyBoundedBin | StartUnboundedBin)",
744
770
  value: input3.first_bin
745
- })) && $vu6(input3.first_bin, _path2 + ".first_bin", _exceptionable2) || $report(_exceptionable2, {
771
+ })) && $vu7(input3.first_bin, _path2 + ".first_bin", _exceptionable2) || $report(_exceptionable2, {
746
772
  path: _path2 + ".first_bin",
747
773
  expected: "(FullyBoundedBin | StartUnboundedBin)",
748
774
  value: input3.first_bin
@@ -750,7 +776,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
750
776
  path: _path2 + ".last_bin",
751
777
  expected: "(FullyBoundedBin | StopUnboundedBin | undefined)",
752
778
  value: input3.last_bin
753
- })) && $vu7(input3.last_bin, _path2 + ".last_bin", _exceptionable2) || $report(_exceptionable2, {
779
+ })) && $vu8(input3.last_bin, _path2 + ".last_bin", _exceptionable2) || $report(_exceptionable2, {
754
780
  path: _path2 + ".last_bin",
755
781
  expected: "(FullyBoundedBin | StopUnboundedBin | undefined)",
756
782
  value: input3.last_bin
@@ -759,7 +785,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
759
785
  expected: "(number | undefined)",
760
786
  value: input3.label_offset
761
787
  })].every((flag) => flag);
762
- const $vo18 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
788
+ const $vo19 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
763
789
  const value = input3[key];
764
790
  if (void 0 === value)
765
791
  return true;
@@ -771,7 +797,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
771
797
  });
772
798
  return true;
773
799
  }).every((flag) => flag)].every((flag) => flag);
774
- const $vo19 = (input3, _path2, _exceptionable2 = true) => [true === input3.startunbounded || $report(_exceptionable2, {
800
+ const $vo20 = (input3, _path2, _exceptionable2 = true) => [true === input3.startunbounded || $report(_exceptionable2, {
775
801
  path: _path2 + ".startunbounded",
776
802
  expected: "true",
777
803
  value: input3.startunbounded
@@ -796,7 +822,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
796
822
  expected: "(string | undefined)",
797
823
  value: input3.label
798
824
  })].every((flag) => flag);
799
- const $vo20 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.startunbounded || false === input3.startunbounded || $report(_exceptionable2, {
825
+ const $vo21 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.startunbounded || false === input3.startunbounded || $report(_exceptionable2, {
800
826
  path: _path2 + ".startunbounded",
801
827
  expected: "(false | undefined)",
802
828
  value: input3.startunbounded
@@ -825,7 +851,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
825
851
  expected: "(string | undefined)",
826
852
  value: input3.label
827
853
  })].every((flag) => flag);
828
- const $vo21 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.start || $report(_exceptionable2, {
854
+ const $vo22 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.start || $report(_exceptionable2, {
829
855
  path: _path2 + ".start",
830
856
  expected: "number",
831
857
  value: input3.start
@@ -850,11 +876,11 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
850
876
  expected: "(string | undefined)",
851
877
  value: input3.label
852
878
  })].every((flag) => flag);
853
- const $vo22 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
879
+ const $vo23 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
854
880
  path: _path2 + ".hiddenValues",
855
881
  expected: "(HiddenValues | undefined)",
856
882
  value: input3.hiddenValues
857
- })) && $vo18(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
883
+ })) && $vo19(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
858
884
  path: _path2 + ".hiddenValues",
859
885
  expected: "(HiddenValues | undefined)",
860
886
  value: input3.hiddenValues
@@ -917,16 +943,351 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
917
943
  expected: '("median" | undefined)',
918
944
  value: input3.preferredBins
919
945
  })].every((flag) => flag);
920
- const $vo23 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.minColor || $report(_exceptionable2, {
921
- path: _path2 + ".minColor",
946
+ const $vo24 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
947
+ path: _path2 + ".id",
922
948
  expected: "string",
923
- value: input3.minColor
924
- }), "string" === typeof input3.maxColor || $report(_exceptionable2, {
925
- path: _path2 + ".maxColor",
949
+ value: input3.id
950
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
951
+ path: _path2 + ".name",
926
952
  expected: "string",
927
- value: input3.maxColor
953
+ value: input3.name
954
+ }), "geneExpression" === input3.type || $report(_exceptionable2, {
955
+ path: _path2 + ".type",
956
+ expected: '"geneExpression"',
957
+ value: input3.type
958
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
959
+ path: _path2 + ".child_types",
960
+ expected: "(Array<string> | undefined)",
961
+ value: input3.child_types
962
+ })) && input3.child_types.map((elem, _index14) => "string" === typeof elem || $report(_exceptionable2, {
963
+ path: _path2 + ".child_types[" + _index14 + "]",
964
+ expected: "string",
965
+ value: elem
966
+ })).every((flag) => flag) || $report(_exceptionable2, {
967
+ path: _path2 + ".child_types",
968
+ expected: "(Array<string> | undefined)",
969
+ value: input3.child_types
970
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
971
+ path: _path2 + ".hashtmldetail",
972
+ expected: "(boolean | undefined)",
973
+ value: input3.hashtmldetail
974
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
975
+ path: _path2 + ".included_types",
976
+ expected: "(Array<string> | undefined)",
977
+ value: input3.included_types
978
+ })) && input3.included_types.map((elem, _index15) => "string" === typeof elem || $report(_exceptionable2, {
979
+ path: _path2 + ".included_types[" + _index15 + "]",
980
+ expected: "string",
981
+ value: elem
982
+ })).every((flag) => flag) || $report(_exceptionable2, {
983
+ path: _path2 + ".included_types",
984
+ expected: "(Array<string> | undefined)",
985
+ value: input3.included_types
986
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
987
+ path: _path2 + ".isleaf",
988
+ expected: "(boolean | undefined)",
989
+ value: input3.isleaf
990
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
991
+ path: _path2 + ".values",
992
+ expected: "(TermValues | undefined)",
993
+ value: input3.values
994
+ })) && $vo7(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
995
+ path: _path2 + ".values",
996
+ expected: "(TermValues | undefined)",
997
+ value: input3.values
998
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
999
+ path: _path2 + ".skipValuesBuild",
1000
+ expected: "(boolean | undefined)",
1001
+ value: input3.skipValuesBuild
1002
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1003
+ path: _path2 + ".continuousColorScale",
1004
+ expected: "(__type.o4 | undefined)",
1005
+ value: input3.continuousColorScale
1006
+ })) && $vo16(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1007
+ path: _path2 + ".continuousColorScale",
1008
+ expected: "(__type.o4 | undefined)",
1009
+ value: input3.continuousColorScale
1010
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1011
+ path: _path2 + ".unit",
1012
+ expected: "(string | undefined)",
1013
+ value: input3.unit
1014
+ }), "string" === typeof input3.gene || $report(_exceptionable2, {
1015
+ path: _path2 + ".gene",
1016
+ expected: "string",
1017
+ value: input3.gene
1018
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1019
+ path: _path2 + ".bins",
1020
+ expected: "(PresetNumericBins | undefined)",
1021
+ value: input3.bins
1022
+ })) && $vo17(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1023
+ path: _path2 + ".bins",
1024
+ expected: "(PresetNumericBins | undefined)",
1025
+ value: input3.bins
1026
+ }), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
1027
+ path: _path2 + ".chr",
1028
+ expected: "(string | undefined)",
1029
+ value: input3.chr
1030
+ }), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
1031
+ path: _path2 + ".start",
1032
+ expected: "(number | undefined)",
1033
+ value: input3.start
1034
+ }), void 0 === input3.stop || "number" === typeof input3.stop || $report(_exceptionable2, {
1035
+ path: _path2 + ".stop",
1036
+ expected: "(number | undefined)",
1037
+ value: input3.stop
1038
+ })].every((flag) => flag);
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
928
1200
  })].every((flag) => flag);
929
- const $vo24 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
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, {
930
1291
  path: _path2 + ".key",
931
1292
  expected: "string",
932
1293
  value: input3.key
@@ -943,7 +1304,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
943
1304
  expected: "(string | undefined)",
944
1305
  value: input3.label
945
1306
  })].every((flag) => flag);
946
- const $vo25 = (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, {
947
1308
  path: _path2 + ".join",
948
1309
  expected: "(string | undefined)",
949
1310
  value: input3.join
@@ -955,7 +1316,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
955
1316
  path: _path2 + ".term",
956
1317
  expected: "ConditionTerm",
957
1318
  value: input3.term
958
- })) && $vo26(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1319
+ })) && $vo30(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
959
1320
  path: _path2 + ".term",
960
1321
  expected: "ConditionTerm",
961
1322
  value: input3.term
@@ -975,12 +1336,12 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
975
1336
  path: _path2 + ".grade_and_child",
976
1337
  expected: "(Array<GradeAndChildEntry> | undefined)",
977
1338
  value: input3.grade_and_child
978
- })) && input3.grade_and_child.map((elem, _index14) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
979
- path: _path2 + ".grade_and_child[" + _index14 + "]",
1339
+ })) && input3.grade_and_child.map((elem, _index23) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1340
+ path: _path2 + ".grade_and_child[" + _index23 + "]",
980
1341
  expected: "GradeAndChildEntry",
981
1342
  value: elem
982
- })) && $vo27(elem, _path2 + ".grade_and_child[" + _index14 + "]", _exceptionable2) || $report(_exceptionable2, {
983
- path: _path2 + ".grade_and_child[" + _index14 + "]",
1343
+ })) && $vo31(elem, _path2 + ".grade_and_child[" + _index23 + "]", _exceptionable2) || $report(_exceptionable2, {
1344
+ path: _path2 + ".grade_and_child[" + _index23 + "]",
984
1345
  expected: "GradeAndChildEntry",
985
1346
  value: elem
986
1347
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -988,7 +1349,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
988
1349
  expected: "(Array<GradeAndChildEntry> | undefined)",
989
1350
  value: input3.grade_and_child
990
1351
  })].every((flag) => flag);
991
- const $vo26 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1352
+ const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
992
1353
  path: _path2 + ".id",
993
1354
  expected: "string",
994
1355
  value: input3.id
@@ -1004,8 +1365,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1004
1365
  path: _path2 + ".child_types",
1005
1366
  expected: "(Array<string> | undefined)",
1006
1367
  value: input3.child_types
1007
- })) && input3.child_types.map((elem, _index15) => "string" === typeof elem || $report(_exceptionable2, {
1008
- path: _path2 + ".child_types[" + _index15 + "]",
1368
+ })) && input3.child_types.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
1369
+ path: _path2 + ".child_types[" + _index24 + "]",
1009
1370
  expected: "string",
1010
1371
  value: elem
1011
1372
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1020,8 +1381,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1020
1381
  path: _path2 + ".included_types",
1021
1382
  expected: "(Array<string> | undefined)",
1022
1383
  value: input3.included_types
1023
- })) && input3.included_types.map((elem, _index16) => "string" === typeof elem || $report(_exceptionable2, {
1024
- path: _path2 + ".included_types[" + _index16 + "]",
1384
+ })) && input3.included_types.map((elem, _index25) => "string" === typeof elem || $report(_exceptionable2, {
1385
+ path: _path2 + ".included_types[" + _index25 + "]",
1025
1386
  expected: "string",
1026
1387
  value: elem
1027
1388
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1045,7 +1406,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1045
1406
  expected: "(boolean | undefined)",
1046
1407
  value: input3.skipValuesBuild
1047
1408
  })].every((flag) => flag);
1048
- const $vo27 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1409
+ const $vo31 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1049
1410
  path: _path2 + ".grade",
1050
1411
  expected: "number",
1051
1412
  value: input3.grade
@@ -1062,7 +1423,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1062
1423
  expected: "string",
1063
1424
  value: input3.child_label
1064
1425
  })].every((flag) => flag);
1065
- const $vo28 = (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, {
1066
1427
  path: _path2 + ".join",
1067
1428
  expected: "(string | undefined)",
1068
1429
  value: input3.join
@@ -1074,7 +1435,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1074
1435
  path: _path2 + ".term",
1075
1436
  expected: "DtTerm",
1076
1437
  value: input3.term
1077
- })) && $vo29(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1438
+ })) && $vo33(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1078
1439
  path: _path2 + ".term",
1079
1440
  expected: "DtTerm",
1080
1441
  value: input3.term
@@ -1082,12 +1443,12 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1082
1443
  path: _path2 + ".values",
1083
1444
  expected: "Array<__type>.o2",
1084
1445
  value: input3.values
1085
- })) && input3.values.map((elem, _index17) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1086
- path: _path2 + ".values[" + _index17 + "]",
1446
+ })) && input3.values.map((elem, _index26) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1447
+ path: _path2 + ".values[" + _index26 + "]",
1087
1448
  expected: "__type.o6",
1088
1449
  value: elem
1089
- })) && $vo34(elem, _path2 + ".values[" + _index17 + "]", _exceptionable2) || $report(_exceptionable2, {
1090
- path: _path2 + ".values[" + _index17 + "]",
1450
+ })) && $vo38(elem, _path2 + ".values[" + _index26 + "]", _exceptionable2) || $report(_exceptionable2, {
1451
+ path: _path2 + ".values[" + _index26 + "]",
1091
1452
  expected: "__type.o6",
1092
1453
  value: elem
1093
1454
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1103,7 +1464,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1103
1464
  expected: "(boolean | undefined)",
1104
1465
  value: input3.excludeGeneName
1105
1466
  })].every((flag) => flag);
1106
- const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1467
+ const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1107
1468
  path: _path2 + ".id",
1108
1469
  expected: "string",
1109
1470
  value: input3.id
@@ -1123,7 +1484,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1123
1484
  path: _path2 + ".parentTerm",
1124
1485
  expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
1125
1486
  value: input3.parentTerm
1126
- })) && $vu8(input3.parentTerm, _path2 + ".parentTerm", _exceptionable2) || $report(_exceptionable2, {
1487
+ })) && $vu9(input3.parentTerm, _path2 + ".parentTerm", _exceptionable2) || $report(_exceptionable2, {
1127
1488
  path: _path2 + ".parentTerm",
1128
1489
  expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
1129
1490
  value: input3.parentTerm
@@ -1152,7 +1513,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1152
1513
  expected: "TermValues",
1153
1514
  value: input3.values
1154
1515
  })].every((flag) => flag);
1155
- const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1516
+ const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1156
1517
  path: _path2 + ".id",
1157
1518
  expected: "string",
1158
1519
  value: input3.id
@@ -1168,8 +1529,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1168
1529
  path: _path2 + ".child_types",
1169
1530
  expected: "(Array<string> | undefined)",
1170
1531
  value: input3.child_types
1171
- })) && input3.child_types.map((elem, _index18) => "string" === typeof elem || $report(_exceptionable2, {
1172
- path: _path2 + ".child_types[" + _index18 + "]",
1532
+ })) && input3.child_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
1533
+ path: _path2 + ".child_types[" + _index27 + "]",
1173
1534
  expected: "string",
1174
1535
  value: elem
1175
1536
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1184,8 +1545,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1184
1545
  path: _path2 + ".included_types",
1185
1546
  expected: "(Array<string> | undefined)",
1186
1547
  value: input3.included_types
1187
- })) && input3.included_types.map((elem, _index19) => "string" === typeof elem || $report(_exceptionable2, {
1188
- path: _path2 + ".included_types[" + _index19 + "]",
1548
+ })) && input3.included_types.map((elem, _index28) => "string" === typeof elem || $report(_exceptionable2, {
1549
+ path: _path2 + ".included_types[" + _index28 + "]",
1189
1550
  expected: "string",
1190
1551
  value: elem
1191
1552
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1232,12 +1593,12 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1232
1593
  path: _path2 + ".genes",
1233
1594
  expected: "Array<GvGeneTerm>",
1234
1595
  value: input3.genes
1235
- })) && input3.genes.map((elem, _index20) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1236
- path: _path2 + ".genes[" + _index20 + "]",
1596
+ })) && input3.genes.map((elem, _index29) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1597
+ path: _path2 + ".genes[" + _index29 + "]",
1237
1598
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1238
1599
  value: elem
1239
- })) && $vu3(elem, _path2 + ".genes[" + _index20 + "]", _exceptionable2) || $report(_exceptionable2, {
1240
- path: _path2 + ".genes[" + _index20 + "]",
1600
+ })) && $vu3(elem, _path2 + ".genes[" + _index29 + "]", _exceptionable2) || $report(_exceptionable2, {
1601
+ path: _path2 + ".genes[" + _index29 + "]",
1241
1602
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1242
1603
  value: elem
1243
1604
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1256,12 +1617,12 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1256
1617
  path: _path2 + ".childTerms",
1257
1618
  expected: "(Array<DtTerm> | undefined)",
1258
1619
  value: input3.childTerms
1259
- })) && input3.childTerms.map((elem, _index21) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1260
- path: _path2 + ".childTerms[" + _index21 + "]",
1620
+ })) && input3.childTerms.map((elem, _index30) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1621
+ path: _path2 + ".childTerms[" + _index30 + "]",
1261
1622
  expected: "DtTerm",
1262
1623
  value: elem
1263
- })) && $vo29(elem, _path2 + ".childTerms[" + _index21 + "]", _exceptionable2) || $report(_exceptionable2, {
1264
- path: _path2 + ".childTerms[" + _index21 + "]",
1624
+ })) && $vo33(elem, _path2 + ".childTerms[" + _index30 + "]", _exceptionable2) || $report(_exceptionable2, {
1625
+ path: _path2 + ".childTerms[" + _index30 + "]",
1265
1626
  expected: "DtTerm",
1266
1627
  value: elem
1267
1628
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1269,7 +1630,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1269
1630
  expected: "(Array<DtTerm> | undefined)",
1270
1631
  value: input3.childTerms
1271
1632
  })].every((flag) => flag);
1272
- const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1633
+ const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1273
1634
  path: _path2 + ".id",
1274
1635
  expected: "string",
1275
1636
  value: input3.id
@@ -1285,8 +1646,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1285
1646
  path: _path2 + ".child_types",
1286
1647
  expected: "(Array<string> | undefined)",
1287
1648
  value: input3.child_types
1288
- })) && input3.child_types.map((elem, _index22) => "string" === typeof elem || $report(_exceptionable2, {
1289
- path: _path2 + ".child_types[" + _index22 + "]",
1649
+ })) && input3.child_types.map((elem, _index31) => "string" === typeof elem || $report(_exceptionable2, {
1650
+ path: _path2 + ".child_types[" + _index31 + "]",
1290
1651
  expected: "string",
1291
1652
  value: elem
1292
1653
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1301,8 +1662,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1301
1662
  path: _path2 + ".included_types",
1302
1663
  expected: "(Array<string> | undefined)",
1303
1664
  value: input3.included_types
1304
- })) && input3.included_types.map((elem, _index23) => "string" === typeof elem || $report(_exceptionable2, {
1305
- path: _path2 + ".included_types[" + _index23 + "]",
1665
+ })) && input3.included_types.map((elem, _index32) => "string" === typeof elem || $report(_exceptionable2, {
1666
+ path: _path2 + ".included_types[" + _index32 + "]",
1306
1667
  expected: "string",
1307
1668
  value: elem
1308
1669
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1346,7 +1707,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1346
1707
  expected: "(number | undefined)",
1347
1708
  value: input3.stop
1348
1709
  })].every((flag) => flag);
1349
- const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1710
+ const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1350
1711
  path: _path2 + ".id",
1351
1712
  expected: "string",
1352
1713
  value: input3.id
@@ -1362,8 +1723,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1362
1723
  path: _path2 + ".child_types",
1363
1724
  expected: "(Array<string> | undefined)",
1364
1725
  value: input3.child_types
1365
- })) && input3.child_types.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
1366
- path: _path2 + ".child_types[" + _index24 + "]",
1726
+ })) && input3.child_types.map((elem, _index33) => "string" === typeof elem || $report(_exceptionable2, {
1727
+ path: _path2 + ".child_types[" + _index33 + "]",
1367
1728
  expected: "string",
1368
1729
  value: elem
1369
1730
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1378,8 +1739,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1378
1739
  path: _path2 + ".included_types",
1379
1740
  expected: "(Array<string> | undefined)",
1380
1741
  value: input3.included_types
1381
- })) && input3.included_types.map((elem, _index25) => "string" === typeof elem || $report(_exceptionable2, {
1382
- path: _path2 + ".included_types[" + _index25 + "]",
1742
+ })) && input3.included_types.map((elem, _index34) => "string" === typeof elem || $report(_exceptionable2, {
1743
+ path: _path2 + ".included_types[" + _index34 + "]",
1383
1744
  expected: "string",
1384
1745
  value: elem
1385
1746
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1419,7 +1780,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1419
1780
  expected: "number",
1420
1781
  value: input3.stop
1421
1782
  })].every((flag) => flag);
1422
- const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1783
+ const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1423
1784
  path: _path2 + ".id",
1424
1785
  expected: "string",
1425
1786
  value: input3.id
@@ -1435,8 +1796,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1435
1796
  path: _path2 + ".child_types",
1436
1797
  expected: "(Array<string> | undefined)",
1437
1798
  value: input3.child_types
1438
- })) && input3.child_types.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
1439
- path: _path2 + ".child_types[" + _index26 + "]",
1799
+ })) && input3.child_types.map((elem, _index35) => "string" === typeof elem || $report(_exceptionable2, {
1800
+ path: _path2 + ".child_types[" + _index35 + "]",
1440
1801
  expected: "string",
1441
1802
  value: elem
1442
1803
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1451,8 +1812,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1451
1812
  path: _path2 + ".included_types",
1452
1813
  expected: "(Array<string> | undefined)",
1453
1814
  value: input3.included_types
1454
- })) && input3.included_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
1455
- path: _path2 + ".included_types[" + _index27 + "]",
1815
+ })) && input3.included_types.map((elem, _index36) => "string" === typeof elem || $report(_exceptionable2, {
1816
+ path: _path2 + ".included_types[" + _index36 + "]",
1456
1817
  expected: "string",
1457
1818
  value: elem
1458
1819
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1495,12 +1856,12 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1495
1856
  path: _path2 + ".genes",
1496
1857
  expected: "Array<GvGeneTerm>",
1497
1858
  value: input3.genes
1498
- })) && input3.genes.map((elem, _index28) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1499
- path: _path2 + ".genes[" + _index28 + "]",
1859
+ })) && input3.genes.map((elem, _index37) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1860
+ path: _path2 + ".genes[" + _index37 + "]",
1500
1861
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1501
1862
  value: elem
1502
- })) && $vu3(elem, _path2 + ".genes[" + _index28 + "]", _exceptionable2) || $report(_exceptionable2, {
1503
- path: _path2 + ".genes[" + _index28 + "]",
1863
+ })) && $vu3(elem, _path2 + ".genes[" + _index37 + "]", _exceptionable2) || $report(_exceptionable2, {
1864
+ path: _path2 + ".genes[" + _index37 + "]",
1504
1865
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1505
1866
  value: elem
1506
1867
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1519,12 +1880,12 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1519
1880
  path: _path2 + ".childTerms",
1520
1881
  expected: "(Array<DtTerm> | undefined)",
1521
1882
  value: input3.childTerms
1522
- })) && input3.childTerms.map((elem, _index29) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1523
- path: _path2 + ".childTerms[" + _index29 + "]",
1883
+ })) && input3.childTerms.map((elem, _index38) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1884
+ path: _path2 + ".childTerms[" + _index38 + "]",
1524
1885
  expected: "DtTerm",
1525
1886
  value: elem
1526
- })) && $vo29(elem, _path2 + ".childTerms[" + _index29 + "]", _exceptionable2) || $report(_exceptionable2, {
1527
- path: _path2 + ".childTerms[" + _index29 + "]",
1887
+ })) && $vo33(elem, _path2 + ".childTerms[" + _index38 + "]", _exceptionable2) || $report(_exceptionable2, {
1888
+ path: _path2 + ".childTerms[" + _index38 + "]",
1528
1889
  expected: "DtTerm",
1529
1890
  value: elem
1530
1891
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1532,7 +1893,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1532
1893
  expected: "(Array<DtTerm> | undefined)",
1533
1894
  value: input3.childTerms
1534
1895
  })].every((flag) => flag);
1535
- const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1896
+ const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1536
1897
  path: _path2 + ".key",
1537
1898
  expected: "string",
1538
1899
  value: input3.key
@@ -1569,16 +1930,16 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1569
1930
  })();
1570
1931
  const $vu2 = (input3, _path2, _exceptionable2 = true) => (() => {
1571
1932
  if (true === input3.startunbounded)
1572
- return $vo19(input3, _path2, _exceptionable2);
1933
+ return $vo20(input3, _path2, _exceptionable2);
1573
1934
  if (true === input3.stopunbounded)
1574
- return $vo21(input3, _path2, _exceptionable2);
1575
- return $vo20(input3, _path2, _exceptionable2);
1935
+ return $vo22(input3, _path2, _exceptionable2);
1936
+ return $vo21(input3, _path2, _exceptionable2);
1576
1937
  })();
1577
1938
  const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
1578
1939
  if ("gene" === input3.kind)
1579
- return $vo31(input3, _path2, _exceptionable2);
1940
+ return $vo35(input3, _path2, _exceptionable2);
1580
1941
  if ("coord" === input3.kind)
1581
- return $vo32(input3, _path2, _exceptionable2);
1942
+ return $vo36(input3, _path2, _exceptionable2);
1582
1943
  return $report(_exceptionable2, {
1583
1944
  path: _path2,
1584
1945
  expected: "(BaseTerm & Gene | BaseTerm & Coord)",
@@ -1588,46 +1949,63 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1588
1949
  const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
1589
1950
  if (void 0 !== input3.ranges)
1590
1951
  return $vo14(input3, _path2, _exceptionable2);
1591
- return $vo5(input3, _path2, false) || $vo25(input3, _path2, false) || $vo28(input3, _path2, false);
1952
+ return $vo5(input3, _path2, false) || $vo29(input3, _path2, false) || $vo32(input3, _path2, false);
1592
1953
  })();
1593
1954
  const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
1955
+ if ("integer" === input3.type || "float" === input3.type)
1956
+ return $vo15(input3, _path2, _exceptionable2);
1957
+ if ("geneExpression" === input3.type)
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);
1965
+ return $report(_exceptionable2, {
1966
+ path: _path2,
1967
+ expected: "(NumericDictTerm | GeneExpressionTerm | DateTerm | MetaboliteIntensityTerm | SsGSEATerm)",
1968
+ value: input3
1969
+ });
1970
+ })();
1971
+ const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
1594
1972
  if ("regular-bin" === input3.type)
1595
- return $vo17(input3, _path2, _exceptionable2);
1973
+ return $vo18(input3, _path2, _exceptionable2);
1596
1974
  if ("custom-bin" === input3.type)
1597
- return $vo22(input3, _path2, _exceptionable2);
1975
+ return $vo23(input3, _path2, _exceptionable2);
1598
1976
  return $report(_exceptionable2, {
1599
1977
  path: _path2,
1600
1978
  expected: "(RegularNumericBinConfig | CustomNumericBinConfig)",
1601
1979
  value: input3
1602
1980
  });
1603
1981
  })();
1604
- const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
1982
+ const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
1605
1983
  if (true === input3.startunbounded)
1606
- return $vo19(input3, _path2, _exceptionable2);
1607
- if (void 0 !== input3.start)
1608
1984
  return $vo20(input3, _path2, _exceptionable2);
1985
+ if (void 0 !== input3.start)
1986
+ return $vo21(input3, _path2, _exceptionable2);
1609
1987
  return $report(_exceptionable2, {
1610
1988
  path: _path2,
1611
1989
  expected: "(StartUnboundedBin | FullyBoundedBin)",
1612
1990
  value: input3
1613
1991
  });
1614
1992
  })();
1615
- const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
1993
+ const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
1616
1994
  if (void 0 !== input3.stop)
1617
- return $vo20(input3, _path2, _exceptionable2);
1618
- if (true === input3.stopunbounded)
1619
1995
  return $vo21(input3, _path2, _exceptionable2);
1996
+ if (true === input3.stopunbounded)
1997
+ return $vo22(input3, _path2, _exceptionable2);
1620
1998
  return $report(_exceptionable2, {
1621
1999
  path: _path2,
1622
2000
  expected: "(FullyBoundedBin | StopUnboundedBin)",
1623
2001
  value: input3
1624
2002
  });
1625
2003
  })();
1626
- const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
2004
+ const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
1627
2005
  if ("gene" === input3.kind)
1628
- return $vo30(input3, _path2, _exceptionable2);
2006
+ return $vo34(input3, _path2, _exceptionable2);
1629
2007
  if ("coord" === input3.kind)
1630
- return $vo33(input3, _path2, _exceptionable2);
2008
+ return $vo37(input3, _path2, _exceptionable2);
1631
2009
  return $report(_exceptionable2, {
1632
2010
  path: _path2,
1633
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; })',