@sjcrh/proteinpaint-types 2.140.1-0 → 2.140.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (39) hide show
  1. package/dist/aiProjectAdmin.js +1 -1
  2. package/dist/brainImaging.js +1 -1
  3. package/dist/{chunk-KDHGWAOS.js → chunk-2WLN6PMW.js} +575 -367
  4. package/dist/{chunk-G5BYLEJC.js → chunk-AADDTYUL.js} +266 -154
  5. package/dist/{chunk-2QKCLUH3.js → chunk-BWLSDIHM.js} +575 -367
  6. package/dist/{chunk-P3Z422N2.js → chunk-ECF6WSOD.js} +266 -154
  7. package/dist/{chunk-NHELOLDH.js → chunk-EWON4FG5.js} +2401 -644
  8. package/dist/{chunk-ZHCVV36H.js → chunk-FZJ3E7JA.js} +579 -371
  9. package/dist/{chunk-34LXTZYA.js → chunk-IDP5KXE6.js} +632 -424
  10. package/dist/{chunk-HJ7XFSJK.js → chunk-KS74VVON.js} +262 -150
  11. package/dist/{chunk-Y6Z6XAFN.js → chunk-PPFFVFUI.js} +266 -154
  12. package/dist/chunk-TMQI47YT.js +189 -0
  13. package/dist/{chunk-5BKOSJEU.js → chunk-WKT3H4P4.js} +731 -409
  14. package/dist/{chunk-F2ZZ5J3F.js → chunk-XXHHUIEV.js} +575 -367
  15. package/dist/{chunk-4S36DRJ4.js → chunk-ZA3FDGAD.js} +465 -255
  16. package/dist/correlationVolcano.js +1 -1
  17. package/dist/index.js +42 -50
  18. package/dist/termdb.boxplot.js +1 -1
  19. package/dist/termdb.categories.js +1 -1
  20. package/dist/termdb.cluster.js +1 -1
  21. package/dist/termdb.descrstats.js +1 -1
  22. package/dist/termdb.numericcategories.js +1 -1
  23. package/dist/termdb.percentile.js +1 -1
  24. package/dist/termdb.termsbyids.js +1 -1
  25. package/dist/termdb.topTermsByType.js +1 -1
  26. package/dist/termdb.topVariablyExpressedGenes.js +1 -1
  27. package/dist/termdb.violin.js +1 -1
  28. package/package.json +1 -1
  29. package/src/dataset.ts +10 -2
  30. package/src/index.ts +0 -1
  31. package/src/routes/aiProjectAdmin.ts +15 -6
  32. package/src/routes/termdb.cluster.ts +6 -6
  33. package/src/terms/geneExpression.ts +13 -17
  34. package/src/terms/numeric.ts +7 -18
  35. package/src/terms/singleCellGeneExpression.ts +3 -4
  36. package/dist/aiProjectList.js +0 -11
  37. package/dist/chunk-4KJDCFS4.js +0 -123
  38. package/dist/chunk-EAHOJPLM.js +0 -96
  39. package/src/routes/aiProjectList.ts +0 -20
@@ -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 && $io25(elem)));
49
+ const $io15 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type || "date" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
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,22 @@ 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.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
67
+ const $io26 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io27(input3.term)) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && (void 0 === input3.grade_and_child || Array.isArray(input3.grade_and_child) && input3.grade_and_child.every((elem) => "object" === typeof elem && null !== elem && $io28(elem)));
68
+ const $io27 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
69
+ const $io28 = (input3) => "number" === typeof input3.grade && "string" === typeof input3.grade_label && (void 0 === input3.child_id || "string" === typeof input3.child_id) && "string" === typeof input3.child_label;
70
+ const $io29 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io30(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io35(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName);
71
+ const $io30 = (input3) => "string" === typeof input3.id && "string" === typeof input3.query && "string" === typeof input3.name && "string" === typeof input3.name_noOrigin && (void 0 === input3.parentTerm || "object" === typeof input3.parentTerm && null !== input3.parentTerm && $iu9(input3.parentTerm)) && true && "boolean" === typeof input3.isleaf && "string" === typeof input3.type && "number" === typeof input3.dt && (void 0 === input3.origin || "string" === typeof input3.origin) && ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io7(input3.values));
72
+ const $io31 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io30(elem)));
73
+ const $io32 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
74
+ const $io33 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
75
+ const $io34 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io30(elem)));
76
+ const $io35 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
76
77
  const $iu0 = (input3) => (() => {
77
78
  if ("tvslst" === input3.type)
78
79
  return $io3(input3);
@@ -89,16 +90,16 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
89
90
  })();
90
91
  const $iu2 = (input3) => (() => {
91
92
  if (true === input3.startunbounded)
92
- return $io19(input3);
93
+ return $io20(input3);
93
94
  if (true === input3.stopunbounded)
94
- return $io21(input3);
95
- return $io20(input3);
95
+ return $io22(input3);
96
+ return $io21(input3);
96
97
  })();
97
98
  const $iu3 = (input3) => (() => {
98
99
  if ("gene" === input3.kind)
99
- return $io31(input3);
100
- if ("coord" === input3.kind)
101
100
  return $io32(input3);
101
+ if ("coord" === input3.kind)
102
+ return $io33(input3);
102
103
  return false;
103
104
  })();
104
105
  const $iu4 = (input3) => (() => {
@@ -107,39 +108,46 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
107
108
  return (() => {
108
109
  if ($io5(input3))
109
110
  return $io5(input3);
110
- if ($io25(input3))
111
- return $io25(input3);
112
- if ($io28(input3))
113
- return $io28(input3);
111
+ if ($io26(input3))
112
+ return $io26(input3);
113
+ if ($io29(input3))
114
+ return $io29(input3);
114
115
  return false;
115
116
  })();
116
117
  })();
117
118
  const $iu5 = (input3) => (() => {
119
+ if ("integer" === input3.type || "float" === input3.type || "date" === input3.type)
120
+ return $io15(input3);
121
+ if ("geneExpression" === input3.type)
122
+ return $io24(input3);
123
+ return false;
124
+ })();
125
+ const $iu6 = (input3) => (() => {
118
126
  if ("regular-bin" === input3.type)
119
- return $io17(input3);
127
+ return $io18(input3);
120
128
  if ("custom-bin" === input3.type)
121
- return $io22(input3);
129
+ return $io23(input3);
122
130
  return false;
123
131
  })();
124
- const $iu6 = (input3) => (() => {
132
+ const $iu7 = (input3) => (() => {
125
133
  if (true === input3.startunbounded)
126
- return $io19(input3);
127
- if (void 0 !== input3.start)
128
134
  return $io20(input3);
135
+ if (void 0 !== input3.start)
136
+ return $io21(input3);
129
137
  return false;
130
138
  })();
131
- const $iu7 = (input3) => (() => {
139
+ const $iu8 = (input3) => (() => {
132
140
  if (void 0 !== input3.stop)
133
- return $io20(input3);
134
- if (true === input3.stopunbounded)
135
141
  return $io21(input3);
142
+ if (true === input3.stopunbounded)
143
+ return $io22(input3);
136
144
  return false;
137
145
  })();
138
- const $iu8 = (input3) => (() => {
146
+ const $iu9 = (input3) => (() => {
139
147
  if ("gene" === input3.kind)
140
- return $io30(input3);
148
+ return $io31(input3);
141
149
  if ("coord" === input3.kind)
142
- return $io33(input3);
150
+ return $io34(input3);
143
151
  return false;
144
152
  })();
145
153
  return "object" === typeof input2 && null !== input2 && $io0(input2);
@@ -553,11 +561,11 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
553
561
  value: input3.isnot
554
562
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
555
563
  path: _path2 + ".term",
556
- expected: "NumericTerm",
564
+ expected: "(GeneExpressionTerm | NumericDictTerm)",
557
565
  value: input3.term
558
- })) && $vo15(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
566
+ })) && $vu5(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
559
567
  path: _path2 + ".term",
560
- expected: "NumericTerm",
568
+ expected: "(GeneExpressionTerm | NumericDictTerm)",
561
569
  value: input3.term
562
570
  }), (Array.isArray(input3.ranges) || $report(_exceptionable2, {
563
571
  path: _path2 + ".ranges",
@@ -583,7 +591,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
583
591
  path: _path2 + ".values[" + _index10 + "]",
584
592
  expected: "__type.o5",
585
593
  value: elem
586
- })) && $vo24(elem, _path2 + ".values[" + _index10 + "]", _exceptionable2) || $report(_exceptionable2, {
594
+ })) && $vo25(elem, _path2 + ".values[" + _index10 + "]", _exceptionable2) || $report(_exceptionable2, {
587
595
  path: _path2 + ".values[" + _index10 + "]",
588
596
  expected: "__type.o5",
589
597
  value: elem
@@ -600,9 +608,9 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
600
608
  path: _path2 + ".name",
601
609
  expected: "string",
602
610
  value: input3.name
603
- }), "integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type || "ssGSEA" === input3.type || $report(_exceptionable2, {
611
+ }), "integer" === input3.type || "float" === input3.type || "date" === input3.type || $report(_exceptionable2, {
604
612
  path: _path2 + ".type",
605
- expected: '("date" | "float" | "geneExpression" | "integer" | "metaboliteIntensity" | "ssGSEA")',
613
+ expected: '("date" | "float" | "integer")',
606
614
  value: input3.type
607
615
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
608
616
  path: _path2 + ".child_types",
@@ -648,32 +656,41 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
648
656
  path: _path2 + ".skipValuesBuild",
649
657
  expected: "(boolean | undefined)",
650
658
  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
659
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
664
660
  path: _path2 + ".continuousColorScale",
665
661
  expected: "(__type.o4 | undefined)",
666
662
  value: input3.continuousColorScale
667
- })) && $vo23(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
663
+ })) && $vo16(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
668
664
  path: _path2 + ".continuousColorScale",
669
665
  expected: "(__type.o4 | undefined)",
670
666
  value: input3.continuousColorScale
667
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
668
+ path: _path2 + ".unit",
669
+ expected: "(string | undefined)",
670
+ value: input3.unit
671
+ }), ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
672
+ path: _path2 + ".bins",
673
+ expected: "PresetNumericBins",
674
+ value: input3.bins
675
+ })) && $vo17(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
676
+ path: _path2 + ".bins",
677
+ expected: "PresetNumericBins",
678
+ value: input3.bins
671
679
  })].every((flag) => flag);
672
- const $vo16 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3["default"] && null !== input3["default"] || $report(_exceptionable2, {
680
+ const $vo16 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.minColor || $report(_exceptionable2, {
681
+ path: _path2 + ".minColor",
682
+ expected: "string",
683
+ value: input3.minColor
684
+ }), "string" === typeof input3.maxColor || $report(_exceptionable2, {
685
+ path: _path2 + ".maxColor",
686
+ expected: "string",
687
+ value: input3.maxColor
688
+ })].every((flag) => flag);
689
+ const $vo17 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3["default"] && null !== input3["default"] || $report(_exceptionable2, {
673
690
  path: _path2 + '["default"]',
674
691
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
675
692
  value: input3["default"]
676
- })) && $vu5(input3["default"], _path2 + '["default"]', _exceptionable2) || $report(_exceptionable2, {
693
+ })) && $vu6(input3["default"], _path2 + '["default"]', _exceptionable2) || $report(_exceptionable2, {
677
694
  path: _path2 + '["default"]',
678
695
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
679
696
  value: input3["default"]
@@ -681,7 +698,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
681
698
  path: _path2 + ".less",
682
699
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
683
700
  value: input3.less
684
- })) && $vu5(input3.less, _path2 + ".less", _exceptionable2) || $report(_exceptionable2, {
701
+ })) && $vu6(input3.less, _path2 + ".less", _exceptionable2) || $report(_exceptionable2, {
685
702
  path: _path2 + ".less",
686
703
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
687
704
  value: input3.less
@@ -706,11 +723,11 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
706
723
  expected: "(number | undefined)",
707
724
  value: input3.max
708
725
  })].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, {
726
+ 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
727
  path: _path2 + ".hiddenValues",
711
728
  expected: "(HiddenValues | undefined)",
712
729
  value: input3.hiddenValues
713
- })) && $vo18(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
730
+ })) && $vo19(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
714
731
  path: _path2 + ".hiddenValues",
715
732
  expected: "(HiddenValues | undefined)",
716
733
  value: input3.hiddenValues
@@ -742,7 +759,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
742
759
  path: _path2 + ".first_bin",
743
760
  expected: "(FullyBoundedBin | StartUnboundedBin)",
744
761
  value: input3.first_bin
745
- })) && $vu6(input3.first_bin, _path2 + ".first_bin", _exceptionable2) || $report(_exceptionable2, {
762
+ })) && $vu7(input3.first_bin, _path2 + ".first_bin", _exceptionable2) || $report(_exceptionable2, {
746
763
  path: _path2 + ".first_bin",
747
764
  expected: "(FullyBoundedBin | StartUnboundedBin)",
748
765
  value: input3.first_bin
@@ -750,7 +767,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
750
767
  path: _path2 + ".last_bin",
751
768
  expected: "(FullyBoundedBin | StopUnboundedBin | undefined)",
752
769
  value: input3.last_bin
753
- })) && $vu7(input3.last_bin, _path2 + ".last_bin", _exceptionable2) || $report(_exceptionable2, {
770
+ })) && $vu8(input3.last_bin, _path2 + ".last_bin", _exceptionable2) || $report(_exceptionable2, {
754
771
  path: _path2 + ".last_bin",
755
772
  expected: "(FullyBoundedBin | StopUnboundedBin | undefined)",
756
773
  value: input3.last_bin
@@ -759,7 +776,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
759
776
  expected: "(number | undefined)",
760
777
  value: input3.label_offset
761
778
  })].every((flag) => flag);
762
- const $vo18 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
779
+ const $vo19 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
763
780
  const value = input3[key];
764
781
  if (void 0 === value)
765
782
  return true;
@@ -771,7 +788,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
771
788
  });
772
789
  return true;
773
790
  }).every((flag) => flag)].every((flag) => flag);
774
- const $vo19 = (input3, _path2, _exceptionable2 = true) => [true === input3.startunbounded || $report(_exceptionable2, {
791
+ const $vo20 = (input3, _path2, _exceptionable2 = true) => [true === input3.startunbounded || $report(_exceptionable2, {
775
792
  path: _path2 + ".startunbounded",
776
793
  expected: "true",
777
794
  value: input3.startunbounded
@@ -796,7 +813,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
796
813
  expected: "(string | undefined)",
797
814
  value: input3.label
798
815
  })].every((flag) => flag);
799
- const $vo20 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.startunbounded || false === input3.startunbounded || $report(_exceptionable2, {
816
+ const $vo21 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.startunbounded || false === input3.startunbounded || $report(_exceptionable2, {
800
817
  path: _path2 + ".startunbounded",
801
818
  expected: "(false | undefined)",
802
819
  value: input3.startunbounded
@@ -825,7 +842,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
825
842
  expected: "(string | undefined)",
826
843
  value: input3.label
827
844
  })].every((flag) => flag);
828
- const $vo21 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.start || $report(_exceptionable2, {
845
+ const $vo22 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.start || $report(_exceptionable2, {
829
846
  path: _path2 + ".start",
830
847
  expected: "number",
831
848
  value: input3.start
@@ -850,11 +867,11 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
850
867
  expected: "(string | undefined)",
851
868
  value: input3.label
852
869
  })].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, {
870
+ 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
871
  path: _path2 + ".hiddenValues",
855
872
  expected: "(HiddenValues | undefined)",
856
873
  value: input3.hiddenValues
857
- })) && $vo18(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
874
+ })) && $vo19(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
858
875
  path: _path2 + ".hiddenValues",
859
876
  expected: "(HiddenValues | undefined)",
860
877
  value: input3.hiddenValues
@@ -917,16 +934,100 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
917
934
  expected: '("median" | undefined)',
918
935
  value: input3.preferredBins
919
936
  })].every((flag) => flag);
920
- const $vo23 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.minColor || $report(_exceptionable2, {
921
- path: _path2 + ".minColor",
937
+ const $vo24 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
938
+ path: _path2 + ".id",
922
939
  expected: "string",
923
- value: input3.minColor
924
- }), "string" === typeof input3.maxColor || $report(_exceptionable2, {
925
- path: _path2 + ".maxColor",
940
+ value: input3.id
941
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
942
+ path: _path2 + ".name",
926
943
  expected: "string",
927
- value: input3.maxColor
944
+ value: input3.name
945
+ }), "geneExpression" === input3.type || $report(_exceptionable2, {
946
+ path: _path2 + ".type",
947
+ expected: '"geneExpression"',
948
+ value: input3.type
949
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
950
+ path: _path2 + ".child_types",
951
+ expected: "(Array<string> | undefined)",
952
+ value: input3.child_types
953
+ })) && input3.child_types.map((elem, _index14) => "string" === typeof elem || $report(_exceptionable2, {
954
+ path: _path2 + ".child_types[" + _index14 + "]",
955
+ expected: "string",
956
+ value: elem
957
+ })).every((flag) => flag) || $report(_exceptionable2, {
958
+ path: _path2 + ".child_types",
959
+ expected: "(Array<string> | undefined)",
960
+ value: input3.child_types
961
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
962
+ path: _path2 + ".hashtmldetail",
963
+ expected: "(boolean | undefined)",
964
+ value: input3.hashtmldetail
965
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
966
+ path: _path2 + ".included_types",
967
+ expected: "(Array<string> | undefined)",
968
+ value: input3.included_types
969
+ })) && input3.included_types.map((elem, _index15) => "string" === typeof elem || $report(_exceptionable2, {
970
+ path: _path2 + ".included_types[" + _index15 + "]",
971
+ expected: "string",
972
+ value: elem
973
+ })).every((flag) => flag) || $report(_exceptionable2, {
974
+ path: _path2 + ".included_types",
975
+ expected: "(Array<string> | undefined)",
976
+ value: input3.included_types
977
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
978
+ path: _path2 + ".isleaf",
979
+ expected: "(boolean | undefined)",
980
+ value: input3.isleaf
981
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
982
+ path: _path2 + ".values",
983
+ expected: "(TermValues | undefined)",
984
+ value: input3.values
985
+ })) && $vo7(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
986
+ path: _path2 + ".values",
987
+ expected: "(TermValues | undefined)",
988
+ value: input3.values
989
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
990
+ path: _path2 + ".skipValuesBuild",
991
+ expected: "(boolean | undefined)",
992
+ value: input3.skipValuesBuild
993
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
994
+ path: _path2 + ".continuousColorScale",
995
+ expected: "(__type.o4 | undefined)",
996
+ value: input3.continuousColorScale
997
+ })) && $vo16(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
998
+ path: _path2 + ".continuousColorScale",
999
+ expected: "(__type.o4 | undefined)",
1000
+ value: input3.continuousColorScale
1001
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1002
+ path: _path2 + ".unit",
1003
+ expected: "(string | undefined)",
1004
+ value: input3.unit
1005
+ }), "string" === typeof input3.gene || $report(_exceptionable2, {
1006
+ path: _path2 + ".gene",
1007
+ expected: "string",
1008
+ value: input3.gene
1009
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1010
+ path: _path2 + ".bins",
1011
+ expected: "(PresetNumericBins | undefined)",
1012
+ value: input3.bins
1013
+ })) && $vo17(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1014
+ path: _path2 + ".bins",
1015
+ expected: "(PresetNumericBins | undefined)",
1016
+ value: input3.bins
1017
+ }), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
1018
+ path: _path2 + ".chr",
1019
+ expected: "(string | undefined)",
1020
+ value: input3.chr
1021
+ }), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
1022
+ path: _path2 + ".start",
1023
+ expected: "(number | undefined)",
1024
+ value: input3.start
1025
+ }), void 0 === input3.stop || "number" === typeof input3.stop || $report(_exceptionable2, {
1026
+ path: _path2 + ".stop",
1027
+ expected: "(number | undefined)",
1028
+ value: input3.stop
928
1029
  })].every((flag) => flag);
929
- const $vo24 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1030
+ const $vo25 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
930
1031
  path: _path2 + ".key",
931
1032
  expected: "string",
932
1033
  value: input3.key
@@ -943,7 +1044,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
943
1044
  expected: "(string | undefined)",
944
1045
  value: input3.label
945
1046
  })].every((flag) => flag);
946
- const $vo25 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1047
+ const $vo26 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
947
1048
  path: _path2 + ".join",
948
1049
  expected: "(string | undefined)",
949
1050
  value: input3.join
@@ -955,7 +1056,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
955
1056
  path: _path2 + ".term",
956
1057
  expected: "ConditionTerm",
957
1058
  value: input3.term
958
- })) && $vo26(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1059
+ })) && $vo27(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
959
1060
  path: _path2 + ".term",
960
1061
  expected: "ConditionTerm",
961
1062
  value: input3.term
@@ -975,12 +1076,12 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
975
1076
  path: _path2 + ".grade_and_child",
976
1077
  expected: "(Array<GradeAndChildEntry> | undefined)",
977
1078
  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 + "]",
1079
+ })) && input3.grade_and_child.map((elem, _index16) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1080
+ path: _path2 + ".grade_and_child[" + _index16 + "]",
980
1081
  expected: "GradeAndChildEntry",
981
1082
  value: elem
982
- })) && $vo27(elem, _path2 + ".grade_and_child[" + _index14 + "]", _exceptionable2) || $report(_exceptionable2, {
983
- path: _path2 + ".grade_and_child[" + _index14 + "]",
1083
+ })) && $vo28(elem, _path2 + ".grade_and_child[" + _index16 + "]", _exceptionable2) || $report(_exceptionable2, {
1084
+ path: _path2 + ".grade_and_child[" + _index16 + "]",
984
1085
  expected: "GradeAndChildEntry",
985
1086
  value: elem
986
1087
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -988,7 +1089,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
988
1089
  expected: "(Array<GradeAndChildEntry> | undefined)",
989
1090
  value: input3.grade_and_child
990
1091
  })].every((flag) => flag);
991
- const $vo26 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1092
+ const $vo27 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
992
1093
  path: _path2 + ".id",
993
1094
  expected: "string",
994
1095
  value: input3.id
@@ -1004,8 +1105,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1004
1105
  path: _path2 + ".child_types",
1005
1106
  expected: "(Array<string> | undefined)",
1006
1107
  value: input3.child_types
1007
- })) && input3.child_types.map((elem, _index15) => "string" === typeof elem || $report(_exceptionable2, {
1008
- path: _path2 + ".child_types[" + _index15 + "]",
1108
+ })) && input3.child_types.map((elem, _index17) => "string" === typeof elem || $report(_exceptionable2, {
1109
+ path: _path2 + ".child_types[" + _index17 + "]",
1009
1110
  expected: "string",
1010
1111
  value: elem
1011
1112
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1020,8 +1121,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1020
1121
  path: _path2 + ".included_types",
1021
1122
  expected: "(Array<string> | undefined)",
1022
1123
  value: input3.included_types
1023
- })) && input3.included_types.map((elem, _index16) => "string" === typeof elem || $report(_exceptionable2, {
1024
- path: _path2 + ".included_types[" + _index16 + "]",
1124
+ })) && input3.included_types.map((elem, _index18) => "string" === typeof elem || $report(_exceptionable2, {
1125
+ path: _path2 + ".included_types[" + _index18 + "]",
1025
1126
  expected: "string",
1026
1127
  value: elem
1027
1128
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1045,7 +1146,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1045
1146
  expected: "(boolean | undefined)",
1046
1147
  value: input3.skipValuesBuild
1047
1148
  })].every((flag) => flag);
1048
- const $vo27 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1149
+ const $vo28 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1049
1150
  path: _path2 + ".grade",
1050
1151
  expected: "number",
1051
1152
  value: input3.grade
@@ -1062,7 +1163,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1062
1163
  expected: "string",
1063
1164
  value: input3.child_label
1064
1165
  })].every((flag) => flag);
1065
- const $vo28 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1166
+ const $vo29 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1066
1167
  path: _path2 + ".join",
1067
1168
  expected: "(string | undefined)",
1068
1169
  value: input3.join
@@ -1074,7 +1175,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1074
1175
  path: _path2 + ".term",
1075
1176
  expected: "DtTerm",
1076
1177
  value: input3.term
1077
- })) && $vo29(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1178
+ })) && $vo30(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1078
1179
  path: _path2 + ".term",
1079
1180
  expected: "DtTerm",
1080
1181
  value: input3.term
@@ -1082,12 +1183,12 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1082
1183
  path: _path2 + ".values",
1083
1184
  expected: "Array<__type>.o2",
1084
1185
  value: input3.values
1085
- })) && input3.values.map((elem, _index17) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1086
- path: _path2 + ".values[" + _index17 + "]",
1186
+ })) && input3.values.map((elem, _index19) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1187
+ path: _path2 + ".values[" + _index19 + "]",
1087
1188
  expected: "__type.o6",
1088
1189
  value: elem
1089
- })) && $vo34(elem, _path2 + ".values[" + _index17 + "]", _exceptionable2) || $report(_exceptionable2, {
1090
- path: _path2 + ".values[" + _index17 + "]",
1190
+ })) && $vo35(elem, _path2 + ".values[" + _index19 + "]", _exceptionable2) || $report(_exceptionable2, {
1191
+ path: _path2 + ".values[" + _index19 + "]",
1091
1192
  expected: "__type.o6",
1092
1193
  value: elem
1093
1194
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1103,7 +1204,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1103
1204
  expected: "(boolean | undefined)",
1104
1205
  value: input3.excludeGeneName
1105
1206
  })].every((flag) => flag);
1106
- const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1207
+ const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1107
1208
  path: _path2 + ".id",
1108
1209
  expected: "string",
1109
1210
  value: input3.id
@@ -1123,7 +1224,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1123
1224
  path: _path2 + ".parentTerm",
1124
1225
  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
1226
  value: input3.parentTerm
1126
- })) && $vu8(input3.parentTerm, _path2 + ".parentTerm", _exceptionable2) || $report(_exceptionable2, {
1227
+ })) && $vu9(input3.parentTerm, _path2 + ".parentTerm", _exceptionable2) || $report(_exceptionable2, {
1127
1228
  path: _path2 + ".parentTerm",
1128
1229
  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
1230
  value: input3.parentTerm
@@ -1152,7 +1253,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1152
1253
  expected: "TermValues",
1153
1254
  value: input3.values
1154
1255
  })].every((flag) => flag);
1155
- const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1256
+ const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1156
1257
  path: _path2 + ".id",
1157
1258
  expected: "string",
1158
1259
  value: input3.id
@@ -1168,8 +1269,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1168
1269
  path: _path2 + ".child_types",
1169
1270
  expected: "(Array<string> | undefined)",
1170
1271
  value: input3.child_types
1171
- })) && input3.child_types.map((elem, _index18) => "string" === typeof elem || $report(_exceptionable2, {
1172
- path: _path2 + ".child_types[" + _index18 + "]",
1272
+ })) && input3.child_types.map((elem, _index20) => "string" === typeof elem || $report(_exceptionable2, {
1273
+ path: _path2 + ".child_types[" + _index20 + "]",
1173
1274
  expected: "string",
1174
1275
  value: elem
1175
1276
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1184,8 +1285,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1184
1285
  path: _path2 + ".included_types",
1185
1286
  expected: "(Array<string> | undefined)",
1186
1287
  value: input3.included_types
1187
- })) && input3.included_types.map((elem, _index19) => "string" === typeof elem || $report(_exceptionable2, {
1188
- path: _path2 + ".included_types[" + _index19 + "]",
1288
+ })) && input3.included_types.map((elem, _index21) => "string" === typeof elem || $report(_exceptionable2, {
1289
+ path: _path2 + ".included_types[" + _index21 + "]",
1189
1290
  expected: "string",
1190
1291
  value: elem
1191
1292
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1232,12 +1333,12 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1232
1333
  path: _path2 + ".genes",
1233
1334
  expected: "Array<GvGeneTerm>",
1234
1335
  value: input3.genes
1235
- })) && input3.genes.map((elem, _index20) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1236
- path: _path2 + ".genes[" + _index20 + "]",
1336
+ })) && input3.genes.map((elem, _index22) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1337
+ path: _path2 + ".genes[" + _index22 + "]",
1237
1338
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1238
1339
  value: elem
1239
- })) && $vu3(elem, _path2 + ".genes[" + _index20 + "]", _exceptionable2) || $report(_exceptionable2, {
1240
- path: _path2 + ".genes[" + _index20 + "]",
1340
+ })) && $vu3(elem, _path2 + ".genes[" + _index22 + "]", _exceptionable2) || $report(_exceptionable2, {
1341
+ path: _path2 + ".genes[" + _index22 + "]",
1241
1342
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1242
1343
  value: elem
1243
1344
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1256,12 +1357,12 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1256
1357
  path: _path2 + ".childTerms",
1257
1358
  expected: "(Array<DtTerm> | undefined)",
1258
1359
  value: input3.childTerms
1259
- })) && input3.childTerms.map((elem, _index21) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1260
- path: _path2 + ".childTerms[" + _index21 + "]",
1360
+ })) && input3.childTerms.map((elem, _index23) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1361
+ path: _path2 + ".childTerms[" + _index23 + "]",
1261
1362
  expected: "DtTerm",
1262
1363
  value: elem
1263
- })) && $vo29(elem, _path2 + ".childTerms[" + _index21 + "]", _exceptionable2) || $report(_exceptionable2, {
1264
- path: _path2 + ".childTerms[" + _index21 + "]",
1364
+ })) && $vo30(elem, _path2 + ".childTerms[" + _index23 + "]", _exceptionable2) || $report(_exceptionable2, {
1365
+ path: _path2 + ".childTerms[" + _index23 + "]",
1265
1366
  expected: "DtTerm",
1266
1367
  value: elem
1267
1368
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1269,7 +1370,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1269
1370
  expected: "(Array<DtTerm> | undefined)",
1270
1371
  value: input3.childTerms
1271
1372
  })].every((flag) => flag);
1272
- const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1373
+ const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1273
1374
  path: _path2 + ".id",
1274
1375
  expected: "string",
1275
1376
  value: input3.id
@@ -1285,8 +1386,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1285
1386
  path: _path2 + ".child_types",
1286
1387
  expected: "(Array<string> | undefined)",
1287
1388
  value: input3.child_types
1288
- })) && input3.child_types.map((elem, _index22) => "string" === typeof elem || $report(_exceptionable2, {
1289
- path: _path2 + ".child_types[" + _index22 + "]",
1389
+ })) && input3.child_types.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
1390
+ path: _path2 + ".child_types[" + _index24 + "]",
1290
1391
  expected: "string",
1291
1392
  value: elem
1292
1393
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1301,8 +1402,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1301
1402
  path: _path2 + ".included_types",
1302
1403
  expected: "(Array<string> | undefined)",
1303
1404
  value: input3.included_types
1304
- })) && input3.included_types.map((elem, _index23) => "string" === typeof elem || $report(_exceptionable2, {
1305
- path: _path2 + ".included_types[" + _index23 + "]",
1405
+ })) && input3.included_types.map((elem, _index25) => "string" === typeof elem || $report(_exceptionable2, {
1406
+ path: _path2 + ".included_types[" + _index25 + "]",
1306
1407
  expected: "string",
1307
1408
  value: elem
1308
1409
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1346,7 +1447,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1346
1447
  expected: "(number | undefined)",
1347
1448
  value: input3.stop
1348
1449
  })].every((flag) => flag);
1349
- const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1450
+ const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1350
1451
  path: _path2 + ".id",
1351
1452
  expected: "string",
1352
1453
  value: input3.id
@@ -1362,8 +1463,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1362
1463
  path: _path2 + ".child_types",
1363
1464
  expected: "(Array<string> | undefined)",
1364
1465
  value: input3.child_types
1365
- })) && input3.child_types.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
1366
- path: _path2 + ".child_types[" + _index24 + "]",
1466
+ })) && input3.child_types.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
1467
+ path: _path2 + ".child_types[" + _index26 + "]",
1367
1468
  expected: "string",
1368
1469
  value: elem
1369
1470
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1378,8 +1479,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1378
1479
  path: _path2 + ".included_types",
1379
1480
  expected: "(Array<string> | undefined)",
1380
1481
  value: input3.included_types
1381
- })) && input3.included_types.map((elem, _index25) => "string" === typeof elem || $report(_exceptionable2, {
1382
- path: _path2 + ".included_types[" + _index25 + "]",
1482
+ })) && input3.included_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
1483
+ path: _path2 + ".included_types[" + _index27 + "]",
1383
1484
  expected: "string",
1384
1485
  value: elem
1385
1486
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1419,7 +1520,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1419
1520
  expected: "number",
1420
1521
  value: input3.stop
1421
1522
  })].every((flag) => flag);
1422
- const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1523
+ const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1423
1524
  path: _path2 + ".id",
1424
1525
  expected: "string",
1425
1526
  value: input3.id
@@ -1435,8 +1536,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1435
1536
  path: _path2 + ".child_types",
1436
1537
  expected: "(Array<string> | undefined)",
1437
1538
  value: input3.child_types
1438
- })) && input3.child_types.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
1439
- path: _path2 + ".child_types[" + _index26 + "]",
1539
+ })) && input3.child_types.map((elem, _index28) => "string" === typeof elem || $report(_exceptionable2, {
1540
+ path: _path2 + ".child_types[" + _index28 + "]",
1440
1541
  expected: "string",
1441
1542
  value: elem
1442
1543
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1451,8 +1552,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1451
1552
  path: _path2 + ".included_types",
1452
1553
  expected: "(Array<string> | undefined)",
1453
1554
  value: input3.included_types
1454
- })) && input3.included_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
1455
- path: _path2 + ".included_types[" + _index27 + "]",
1555
+ })) && input3.included_types.map((elem, _index29) => "string" === typeof elem || $report(_exceptionable2, {
1556
+ path: _path2 + ".included_types[" + _index29 + "]",
1456
1557
  expected: "string",
1457
1558
  value: elem
1458
1559
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1495,12 +1596,12 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1495
1596
  path: _path2 + ".genes",
1496
1597
  expected: "Array<GvGeneTerm>",
1497
1598
  value: input3.genes
1498
- })) && input3.genes.map((elem, _index28) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1499
- path: _path2 + ".genes[" + _index28 + "]",
1599
+ })) && input3.genes.map((elem, _index30) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1600
+ path: _path2 + ".genes[" + _index30 + "]",
1500
1601
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1501
1602
  value: elem
1502
- })) && $vu3(elem, _path2 + ".genes[" + _index28 + "]", _exceptionable2) || $report(_exceptionable2, {
1503
- path: _path2 + ".genes[" + _index28 + "]",
1603
+ })) && $vu3(elem, _path2 + ".genes[" + _index30 + "]", _exceptionable2) || $report(_exceptionable2, {
1604
+ path: _path2 + ".genes[" + _index30 + "]",
1504
1605
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1505
1606
  value: elem
1506
1607
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1519,12 +1620,12 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1519
1620
  path: _path2 + ".childTerms",
1520
1621
  expected: "(Array<DtTerm> | undefined)",
1521
1622
  value: input3.childTerms
1522
- })) && input3.childTerms.map((elem, _index29) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1523
- path: _path2 + ".childTerms[" + _index29 + "]",
1623
+ })) && input3.childTerms.map((elem, _index31) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1624
+ path: _path2 + ".childTerms[" + _index31 + "]",
1524
1625
  expected: "DtTerm",
1525
1626
  value: elem
1526
- })) && $vo29(elem, _path2 + ".childTerms[" + _index29 + "]", _exceptionable2) || $report(_exceptionable2, {
1527
- path: _path2 + ".childTerms[" + _index29 + "]",
1627
+ })) && $vo30(elem, _path2 + ".childTerms[" + _index31 + "]", _exceptionable2) || $report(_exceptionable2, {
1628
+ path: _path2 + ".childTerms[" + _index31 + "]",
1528
1629
  expected: "DtTerm",
1529
1630
  value: elem
1530
1631
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1532,7 +1633,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1532
1633
  expected: "(Array<DtTerm> | undefined)",
1533
1634
  value: input3.childTerms
1534
1635
  })].every((flag) => flag);
1535
- const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1636
+ const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1536
1637
  path: _path2 + ".key",
1537
1638
  expected: "string",
1538
1639
  value: input3.key
@@ -1569,16 +1670,16 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1569
1670
  })();
1570
1671
  const $vu2 = (input3, _path2, _exceptionable2 = true) => (() => {
1571
1672
  if (true === input3.startunbounded)
1572
- return $vo19(input3, _path2, _exceptionable2);
1673
+ return $vo20(input3, _path2, _exceptionable2);
1573
1674
  if (true === input3.stopunbounded)
1574
- return $vo21(input3, _path2, _exceptionable2);
1575
- return $vo20(input3, _path2, _exceptionable2);
1675
+ return $vo22(input3, _path2, _exceptionable2);
1676
+ return $vo21(input3, _path2, _exceptionable2);
1576
1677
  })();
1577
1678
  const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
1578
1679
  if ("gene" === input3.kind)
1579
- return $vo31(input3, _path2, _exceptionable2);
1580
- if ("coord" === input3.kind)
1581
1680
  return $vo32(input3, _path2, _exceptionable2);
1681
+ if ("coord" === input3.kind)
1682
+ return $vo33(input3, _path2, _exceptionable2);
1582
1683
  return $report(_exceptionable2, {
1583
1684
  path: _path2,
1584
1685
  expected: "(BaseTerm & Gene | BaseTerm & Coord)",
@@ -1588,46 +1689,57 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1588
1689
  const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
1589
1690
  if (void 0 !== input3.ranges)
1590
1691
  return $vo14(input3, _path2, _exceptionable2);
1591
- return $vo5(input3, _path2, false) || $vo25(input3, _path2, false) || $vo28(input3, _path2, false);
1692
+ return $vo5(input3, _path2, false) || $vo26(input3, _path2, false) || $vo29(input3, _path2, false);
1592
1693
  })();
1593
1694
  const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
1695
+ if ("integer" === input3.type || "float" === input3.type || "date" === input3.type)
1696
+ return $vo15(input3, _path2, _exceptionable2);
1697
+ if ("geneExpression" === input3.type)
1698
+ return $vo24(input3, _path2, _exceptionable2);
1699
+ return $report(_exceptionable2, {
1700
+ path: _path2,
1701
+ expected: "(NumericDictTerm | GeneExpressionTerm)",
1702
+ value: input3
1703
+ });
1704
+ })();
1705
+ const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
1594
1706
  if ("regular-bin" === input3.type)
1595
- return $vo17(input3, _path2, _exceptionable2);
1707
+ return $vo18(input3, _path2, _exceptionable2);
1596
1708
  if ("custom-bin" === input3.type)
1597
- return $vo22(input3, _path2, _exceptionable2);
1709
+ return $vo23(input3, _path2, _exceptionable2);
1598
1710
  return $report(_exceptionable2, {
1599
1711
  path: _path2,
1600
1712
  expected: "(RegularNumericBinConfig | CustomNumericBinConfig)",
1601
1713
  value: input3
1602
1714
  });
1603
1715
  })();
1604
- const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
1716
+ const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
1605
1717
  if (true === input3.startunbounded)
1606
- return $vo19(input3, _path2, _exceptionable2);
1607
- if (void 0 !== input3.start)
1608
1718
  return $vo20(input3, _path2, _exceptionable2);
1719
+ if (void 0 !== input3.start)
1720
+ return $vo21(input3, _path2, _exceptionable2);
1609
1721
  return $report(_exceptionable2, {
1610
1722
  path: _path2,
1611
1723
  expected: "(StartUnboundedBin | FullyBoundedBin)",
1612
1724
  value: input3
1613
1725
  });
1614
1726
  })();
1615
- const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
1727
+ const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
1616
1728
  if (void 0 !== input3.stop)
1617
- return $vo20(input3, _path2, _exceptionable2);
1618
- if (true === input3.stopunbounded)
1619
1729
  return $vo21(input3, _path2, _exceptionable2);
1730
+ if (true === input3.stopunbounded)
1731
+ return $vo22(input3, _path2, _exceptionable2);
1620
1732
  return $report(_exceptionable2, {
1621
1733
  path: _path2,
1622
1734
  expected: "(FullyBoundedBin | StopUnboundedBin)",
1623
1735
  value: input3
1624
1736
  });
1625
1737
  })();
1626
- const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
1738
+ const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
1627
1739
  if ("gene" === input3.kind)
1628
- return $vo30(input3, _path2, _exceptionable2);
1740
+ return $vo31(input3, _path2, _exceptionable2);
1629
1741
  if ("coord" === input3.kind)
1630
- return $vo33(input3, _path2, _exceptionable2);
1742
+ return $vo34(input3, _path2, _exceptionable2);
1631
1743
  return $report(_exceptionable2, {
1632
1744
  path: _path2,
1633
1745
  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; })',