@sjcrh/proteinpaint-types 2.141.0 → 2.142.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (32) hide show
  1. package/dist/brainImaging.js +1 -1
  2. package/dist/{chunk-77RH7U6G.js → chunk-2VDOPTRV.js} +474 -384
  3. package/dist/{chunk-WCWYMCZD.js → chunk-3BQ57P2P.js} +219 -123
  4. package/dist/{chunk-EOBFYFLQ.js → chunk-3L3ASC3B.js} +449 -353
  5. package/dist/{chunk-T3GTEGQN.js → chunk-4R265LDJ.js} +219 -123
  6. package/dist/{chunk-QWAPDNYB.js → chunk-CEDL2QZT.js} +453 -357
  7. package/dist/{chunk-424IUJWR.js → chunk-DMJFOII6.js} +219 -123
  8. package/dist/{chunk-S6OBK4RE.js → chunk-FVBXC7SY.js} +219 -123
  9. package/dist/{chunk-VMQUAU5V.js → chunk-GDM7YUXH.js} +449 -353
  10. package/dist/{chunk-UYBVE3DL.js → chunk-IR4QSJI7.js} +449 -353
  11. package/dist/{chunk-I7FTK55B.js → chunk-MVMUZSLL.js} +435 -339
  12. package/dist/{chunk-56JQGGZJ.js → chunk-SMVDKR2O.js} +781 -561
  13. package/dist/{chunk-KEJROUTM.js → chunk-SOM5WKDM.js} +255 -261
  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 -1
  27. package/src/terms/date.ts +7 -5
  28. package/src/terms/geneExpression.ts +22 -8
  29. package/src/terms/metaboliteIntensity.ts +13 -3
  30. package/src/terms/numeric.ts +1 -1
  31. package/src/terms/ssGSEA.ts +4 -2
  32. package/src/terms/tw.ts +2 -2
@@ -45,7 +45,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
45
45
  const $io11 = (input3) => "string" === typeof input3.name && "string" === typeof input3.type && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io12(elem))) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
46
46
  const $io12 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
47
47
  const $io13 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io3(input3.filter)) && "string" === typeof input3.color;
48
- const $io14 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $iu5(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io28(elem)));
48
+ const $io14 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $iu5(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io29(elem)));
49
49
  const $io15 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
50
50
  const $io16 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
51
51
  const $io17 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu6(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu6(input3.less)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset) && (void 0 === input3.label_offset_ignored || "boolean" === typeof input3.label_offset_ignored) && (void 0 === input3.rounding || "string" === typeof input3.rounding) && (void 0 === input3.min || "number" === typeof input3.min) && (void 0 === input3.max || "number" === typeof input3.max);
@@ -62,21 +62,22 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
62
62
  const $io21 = (input3) => (void 0 === input3.startunbounded || false === input3.startunbounded) && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && "number" === typeof input3.start && "number" === typeof input3.stop && (void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive) && (void 0 === input3.stopunbounded || false === input3.stopunbounded) && (void 0 === input3.label || "string" === typeof input3.label);
63
63
  const $io22 = (input3) => "number" === typeof input3.start && true === input3.stopunbounded && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && (void 0 === input3.startunbounded || false === input3.startunbounded) && (void 0 === input3.stopinclusive || false === input3.stopinclusive) && (void 0 === input3.label || "string" === typeof input3.label);
64
64
  const $io23 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io19(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "custom-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && (Array.isArray(input3.lst) && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu2(input3.lst[0]) && (Array.isArray(input3.lst.slice(1)) && input3.lst.slice(1).every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))))) && (void 0 === input3.preferredBins || "median" === input3.preferredBins);
65
- const $io24 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.gene && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins)) && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
66
- const $io25 = (input3) => "string" === typeof input3.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;
65
+ const $io24 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins)) && (void 0 === input3.kind || "gene" === input3.kind) && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
66
+ const $io25 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins)) && (void 0 === input3.kind || "coord" === input3.kind) && (void 0 === input3.gene || "string" === typeof input3.gene) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
67
+ const $io26 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "metaboliteIntensity" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.metabolite && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
68
+ const $io27 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "date" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
69
+ const $io28 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "ssGSEA" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.genes || Array.isArray(input3.genes) && input3.genes.every((elem) => "string" === typeof elem)) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
70
+ const $io29 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
71
+ const $io30 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io31(input3.term)) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && (void 0 === input3.grade_and_child || Array.isArray(input3.grade_and_child) && input3.grade_and_child.every((elem) => "object" === typeof elem && null !== elem && $io32(elem)));
72
+ const $io31 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
73
+ const $io32 = (input3) => "number" === typeof input3.grade && "string" === typeof input3.grade_label && (void 0 === input3.child_id || "string" === typeof input3.child_id) && "string" === typeof input3.child_label;
74
+ const $io33 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io34(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io39(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName);
75
+ const $io34 = (input3) => "string" === typeof input3.id && "string" === typeof input3.query && "string" === typeof input3.name && "string" === typeof input3.name_noOrigin && (void 0 === input3.parentTerm || "object" === typeof input3.parentTerm && null !== input3.parentTerm && $iu9(input3.parentTerm)) && true && "boolean" === typeof input3.isleaf && "string" === typeof input3.type && "number" === typeof input3.dt && (void 0 === input3.origin || "string" === typeof input3.origin) && ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io7(input3.values));
76
+ const $io35 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)));
77
+ const $io36 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
78
+ const $io37 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
79
+ const $io38 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)));
80
+ const $io39 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
80
81
  const $iu0 = (input3) => (() => {
81
82
  if ("tvslst" === input3.type)
82
83
  return $io3(input3);
@@ -100,9 +101,9 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
100
101
  })();
101
102
  const $iu3 = (input3) => (() => {
102
103
  if ("gene" === input3.kind)
103
- return $io35(input3);
104
- if ("coord" === input3.kind)
105
104
  return $io36(input3);
105
+ if ("coord" === input3.kind)
106
+ return $io37(input3);
106
107
  return false;
107
108
  })();
108
109
  const $iu4 = (input3) => (() => {
@@ -111,25 +112,29 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
111
112
  return (() => {
112
113
  if ($io5(input3))
113
114
  return $io5(input3);
114
- if ($io29(input3))
115
- return $io29(input3);
116
- if ($io32(input3))
117
- return $io32(input3);
115
+ if ($io30(input3))
116
+ return $io30(input3);
117
+ if ($io33(input3))
118
+ return $io33(input3);
118
119
  return false;
119
120
  })();
120
121
  })();
121
122
  const $iu5 = (input3) => (() => {
122
123
  if ("integer" === input3.type || "float" === input3.type)
123
124
  return $io15(input3);
124
- if ("geneExpression" === input3.type)
125
- return $io24(input3);
126
- if ("date" === input3.type)
127
- return $io26(input3);
128
125
  if ("metaboliteIntensity" === input3.type)
129
- return $io25(input3);
130
- if ("ssGSEA" === input3.type)
126
+ return $io26(input3);
127
+ if ("date" === input3.type)
131
128
  return $io27(input3);
132
- return false;
129
+ if ("ssGSEA" === input3.type)
130
+ return $io28(input3);
131
+ return (() => {
132
+ if ($io25(input3))
133
+ return $io25(input3);
134
+ if ($io24(input3))
135
+ return $io24(input3);
136
+ return false;
137
+ })();
133
138
  })();
134
139
  const $iu6 = (input3) => (() => {
135
140
  if ("regular-bin" === input3.type)
@@ -154,9 +159,9 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
154
159
  })();
155
160
  const $iu9 = (input3) => (() => {
156
161
  if ("gene" === input3.kind)
157
- return $io34(input3);
162
+ return $io35(input3);
158
163
  if ("coord" === input3.kind)
159
- return $io37(input3);
164
+ return $io38(input3);
160
165
  return false;
161
166
  })();
162
167
  return "object" === typeof input2 && null !== input2 && $io0(input2);
@@ -570,11 +575,11 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
570
575
  value: input3.isnot
571
576
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
572
577
  path: _path2 + ".term",
573
- expected: "(DateTerm | GeneExpressionTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)",
578
+ expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
574
579
  value: input3.term
575
580
  })) && $vu5(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
576
581
  path: _path2 + ".term",
577
- expected: "(DateTerm | GeneExpressionTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)",
582
+ expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
578
583
  value: input3.term
579
584
  }), (Array.isArray(input3.ranges) || $report(_exceptionable2, {
580
585
  path: _path2 + ".ranges",
@@ -600,7 +605,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
600
605
  path: _path2 + ".values[" + _index10 + "]",
601
606
  expected: "__type.o5",
602
607
  value: elem
603
- })) && $vo28(elem, _path2 + ".values[" + _index10 + "]", _exceptionable2) || $report(_exceptionable2, {
608
+ })) && $vo29(elem, _path2 + ".values[" + _index10 + "]", _exceptionable2) || $report(_exceptionable2, {
604
609
  path: _path2 + ".values[" + _index10 + "]",
605
610
  expected: "__type.o5",
606
611
  value: elem
@@ -1011,10 +1016,6 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1011
1016
  path: _path2 + ".unit",
1012
1017
  expected: "(string | undefined)",
1013
1018
  value: input3.unit
1014
- }), "string" === typeof input3.gene || $report(_exceptionable2, {
1015
- path: _path2 + ".gene",
1016
- expected: "string",
1017
- value: input3.gene
1018
1019
  }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1019
1020
  path: _path2 + ".bins",
1020
1021
  expected: "(PresetNumericBins | undefined)",
@@ -1023,6 +1024,14 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1023
1024
  path: _path2 + ".bins",
1024
1025
  expected: "(PresetNumericBins | undefined)",
1025
1026
  value: input3.bins
1027
+ }), void 0 === input3.kind || "gene" === input3.kind || $report(_exceptionable2, {
1028
+ path: _path2 + ".kind",
1029
+ expected: '("gene" | undefined)',
1030
+ value: input3.kind
1031
+ }), "string" === typeof input3.gene || $report(_exceptionable2, {
1032
+ path: _path2 + ".gene",
1033
+ expected: "string",
1034
+ value: input3.gene
1026
1035
  }), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
1027
1036
  path: _path2 + ".chr",
1028
1037
  expected: "(string | undefined)",
@@ -1044,9 +1053,9 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1044
1053
  path: _path2 + ".name",
1045
1054
  expected: "string",
1046
1055
  value: input3.name
1047
- }), "metaboliteIntensity" === input3.type || $report(_exceptionable2, {
1056
+ }), "geneExpression" === input3.type || $report(_exceptionable2, {
1048
1057
  path: _path2 + ".type",
1049
- expected: '"metaboliteIntensity"',
1058
+ expected: '"geneExpression"',
1050
1059
  value: input3.type
1051
1060
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1052
1061
  path: _path2 + ".child_types",
@@ -1104,10 +1113,6 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1104
1113
  path: _path2 + ".unit",
1105
1114
  expected: "(string | undefined)",
1106
1115
  value: input3.unit
1107
- }), "string" === typeof input3.metabolite || $report(_exceptionable2, {
1108
- path: _path2 + ".metabolite",
1109
- expected: "string",
1110
- value: input3.metabolite
1111
1116
  }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1112
1117
  path: _path2 + ".bins",
1113
1118
  expected: "(PresetNumericBins | undefined)",
@@ -1116,6 +1121,26 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1116
1121
  path: _path2 + ".bins",
1117
1122
  expected: "(PresetNumericBins | undefined)",
1118
1123
  value: input3.bins
1124
+ }), void 0 === input3.kind || "coord" === input3.kind || $report(_exceptionable2, {
1125
+ path: _path2 + ".kind",
1126
+ expected: '("coord" | undefined)',
1127
+ value: input3.kind
1128
+ }), void 0 === input3.gene || "string" === typeof input3.gene || $report(_exceptionable2, {
1129
+ path: _path2 + ".gene",
1130
+ expected: "(string | undefined)",
1131
+ value: input3.gene
1132
+ }), "string" === typeof input3.chr || $report(_exceptionable2, {
1133
+ path: _path2 + ".chr",
1134
+ expected: "string",
1135
+ value: input3.chr
1136
+ }), "number" === typeof input3.start || $report(_exceptionable2, {
1137
+ path: _path2 + ".start",
1138
+ expected: "number",
1139
+ value: input3.start
1140
+ }), "number" === typeof input3.stop || $report(_exceptionable2, {
1141
+ path: _path2 + ".stop",
1142
+ expected: "number",
1143
+ value: input3.stop
1119
1144
  })].every((flag) => flag);
1120
1145
  const $vo26 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1121
1146
  path: _path2 + ".id",
@@ -1125,9 +1150,9 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1125
1150
  path: _path2 + ".name",
1126
1151
  expected: "string",
1127
1152
  value: input3.name
1128
- }), "date" === input3.type || $report(_exceptionable2, {
1153
+ }), "metaboliteIntensity" === input3.type || $report(_exceptionable2, {
1129
1154
  path: _path2 + ".type",
1130
- expected: '"date"',
1155
+ expected: '"metaboliteIntensity"',
1131
1156
  value: input3.type
1132
1157
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1133
1158
  path: _path2 + ".child_types",
@@ -1206,9 +1231,9 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1206
1231
  path: _path2 + ".name",
1207
1232
  expected: "string",
1208
1233
  value: input3.name
1209
- }), "ssGSEA" === input3.type || $report(_exceptionable2, {
1234
+ }), "date" === input3.type || $report(_exceptionable2, {
1210
1235
  path: _path2 + ".type",
1211
- expected: '"ssGSEA"',
1236
+ expected: '"date"',
1212
1237
  value: input3.type
1213
1238
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1214
1239
  path: _path2 + ".child_types",
@@ -1266,12 +1291,89 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1266
1291
  path: _path2 + ".unit",
1267
1292
  expected: "(string | undefined)",
1268
1293
  value: input3.unit
1294
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1295
+ path: _path2 + ".bins",
1296
+ expected: "(PresetNumericBins | undefined)",
1297
+ value: input3.bins
1298
+ })) && $vo17(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1299
+ path: _path2 + ".bins",
1300
+ expected: "(PresetNumericBins | undefined)",
1301
+ value: input3.bins
1302
+ })].every((flag) => flag);
1303
+ const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1304
+ path: _path2 + ".id",
1305
+ expected: "string",
1306
+ value: input3.id
1307
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
1308
+ path: _path2 + ".name",
1309
+ expected: "string",
1310
+ value: input3.name
1311
+ }), "ssGSEA" === input3.type || $report(_exceptionable2, {
1312
+ path: _path2 + ".type",
1313
+ expected: '"ssGSEA"',
1314
+ value: input3.type
1315
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1316
+ path: _path2 + ".child_types",
1317
+ expected: "(Array<string> | undefined)",
1318
+ value: input3.child_types
1319
+ })) && input3.child_types.map((elem, _index22) => "string" === typeof elem || $report(_exceptionable2, {
1320
+ path: _path2 + ".child_types[" + _index22 + "]",
1321
+ expected: "string",
1322
+ value: elem
1323
+ })).every((flag) => flag) || $report(_exceptionable2, {
1324
+ path: _path2 + ".child_types",
1325
+ expected: "(Array<string> | undefined)",
1326
+ value: input3.child_types
1327
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
1328
+ path: _path2 + ".hashtmldetail",
1329
+ expected: "(boolean | undefined)",
1330
+ value: input3.hashtmldetail
1331
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
1332
+ path: _path2 + ".included_types",
1333
+ expected: "(Array<string> | undefined)",
1334
+ value: input3.included_types
1335
+ })) && input3.included_types.map((elem, _index23) => "string" === typeof elem || $report(_exceptionable2, {
1336
+ path: _path2 + ".included_types[" + _index23 + "]",
1337
+ expected: "string",
1338
+ value: elem
1339
+ })).every((flag) => flag) || $report(_exceptionable2, {
1340
+ path: _path2 + ".included_types",
1341
+ expected: "(Array<string> | undefined)",
1342
+ value: input3.included_types
1343
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1344
+ path: _path2 + ".isleaf",
1345
+ expected: "(boolean | undefined)",
1346
+ value: input3.isleaf
1347
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1348
+ path: _path2 + ".values",
1349
+ expected: "(TermValues | undefined)",
1350
+ value: input3.values
1351
+ })) && $vo7(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1352
+ path: _path2 + ".values",
1353
+ expected: "(TermValues | undefined)",
1354
+ value: input3.values
1355
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
1356
+ path: _path2 + ".skipValuesBuild",
1357
+ expected: "(boolean | undefined)",
1358
+ value: input3.skipValuesBuild
1359
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1360
+ path: _path2 + ".continuousColorScale",
1361
+ expected: "(__type.o4 | undefined)",
1362
+ value: input3.continuousColorScale
1363
+ })) && $vo16(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1364
+ path: _path2 + ".continuousColorScale",
1365
+ expected: "(__type.o4 | undefined)",
1366
+ value: input3.continuousColorScale
1367
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1368
+ path: _path2 + ".unit",
1369
+ expected: "(string | undefined)",
1370
+ value: input3.unit
1269
1371
  }), void 0 === input3.genes || (Array.isArray(input3.genes) || $report(_exceptionable2, {
1270
1372
  path: _path2 + ".genes",
1271
1373
  expected: "(Array<string> | undefined)",
1272
1374
  value: input3.genes
1273
- })) && input3.genes.map((elem, _index22) => "string" === typeof elem || $report(_exceptionable2, {
1274
- path: _path2 + ".genes[" + _index22 + "]",
1375
+ })) && input3.genes.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
1376
+ path: _path2 + ".genes[" + _index24 + "]",
1275
1377
  expected: "string",
1276
1378
  value: elem
1277
1379
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1287,7 +1389,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1287
1389
  expected: "(PresetNumericBins | undefined)",
1288
1390
  value: input3.bins
1289
1391
  })].every((flag) => flag);
1290
- const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1392
+ const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1291
1393
  path: _path2 + ".key",
1292
1394
  expected: "string",
1293
1395
  value: input3.key
@@ -1304,7 +1406,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1304
1406
  expected: "(string | undefined)",
1305
1407
  value: input3.label
1306
1408
  })].every((flag) => flag);
1307
- const $vo29 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1409
+ const $vo30 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1308
1410
  path: _path2 + ".join",
1309
1411
  expected: "(string | undefined)",
1310
1412
  value: input3.join
@@ -1316,7 +1418,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1316
1418
  path: _path2 + ".term",
1317
1419
  expected: "ConditionTerm",
1318
1420
  value: input3.term
1319
- })) && $vo30(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1421
+ })) && $vo31(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1320
1422
  path: _path2 + ".term",
1321
1423
  expected: "ConditionTerm",
1322
1424
  value: input3.term
@@ -1336,12 +1438,12 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1336
1438
  path: _path2 + ".grade_and_child",
1337
1439
  expected: "(Array<GradeAndChildEntry> | undefined)",
1338
1440
  value: input3.grade_and_child
1339
- })) && input3.grade_and_child.map((elem, _index23) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1340
- path: _path2 + ".grade_and_child[" + _index23 + "]",
1441
+ })) && input3.grade_and_child.map((elem, _index25) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1442
+ path: _path2 + ".grade_and_child[" + _index25 + "]",
1341
1443
  expected: "GradeAndChildEntry",
1342
1444
  value: elem
1343
- })) && $vo31(elem, _path2 + ".grade_and_child[" + _index23 + "]", _exceptionable2) || $report(_exceptionable2, {
1344
- path: _path2 + ".grade_and_child[" + _index23 + "]",
1445
+ })) && $vo32(elem, _path2 + ".grade_and_child[" + _index25 + "]", _exceptionable2) || $report(_exceptionable2, {
1446
+ path: _path2 + ".grade_and_child[" + _index25 + "]",
1345
1447
  expected: "GradeAndChildEntry",
1346
1448
  value: elem
1347
1449
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1349,7 +1451,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1349
1451
  expected: "(Array<GradeAndChildEntry> | undefined)",
1350
1452
  value: input3.grade_and_child
1351
1453
  })].every((flag) => flag);
1352
- const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1454
+ const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1353
1455
  path: _path2 + ".id",
1354
1456
  expected: "string",
1355
1457
  value: input3.id
@@ -1365,8 +1467,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1365
1467
  path: _path2 + ".child_types",
1366
1468
  expected: "(Array<string> | undefined)",
1367
1469
  value: input3.child_types
1368
- })) && input3.child_types.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
1369
- path: _path2 + ".child_types[" + _index24 + "]",
1470
+ })) && input3.child_types.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
1471
+ path: _path2 + ".child_types[" + _index26 + "]",
1370
1472
  expected: "string",
1371
1473
  value: elem
1372
1474
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1381,8 +1483,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1381
1483
  path: _path2 + ".included_types",
1382
1484
  expected: "(Array<string> | undefined)",
1383
1485
  value: input3.included_types
1384
- })) && input3.included_types.map((elem, _index25) => "string" === typeof elem || $report(_exceptionable2, {
1385
- path: _path2 + ".included_types[" + _index25 + "]",
1486
+ })) && input3.included_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
1487
+ path: _path2 + ".included_types[" + _index27 + "]",
1386
1488
  expected: "string",
1387
1489
  value: elem
1388
1490
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1406,7 +1508,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1406
1508
  expected: "(boolean | undefined)",
1407
1509
  value: input3.skipValuesBuild
1408
1510
  })].every((flag) => flag);
1409
- const $vo31 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1511
+ const $vo32 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1410
1512
  path: _path2 + ".grade",
1411
1513
  expected: "number",
1412
1514
  value: input3.grade
@@ -1423,7 +1525,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1423
1525
  expected: "string",
1424
1526
  value: input3.child_label
1425
1527
  })].every((flag) => flag);
1426
- const $vo32 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1528
+ const $vo33 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1427
1529
  path: _path2 + ".join",
1428
1530
  expected: "(string | undefined)",
1429
1531
  value: input3.join
@@ -1435,7 +1537,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1435
1537
  path: _path2 + ".term",
1436
1538
  expected: "DtTerm",
1437
1539
  value: input3.term
1438
- })) && $vo33(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1540
+ })) && $vo34(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1439
1541
  path: _path2 + ".term",
1440
1542
  expected: "DtTerm",
1441
1543
  value: input3.term
@@ -1443,12 +1545,12 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1443
1545
  path: _path2 + ".values",
1444
1546
  expected: "Array<__type>.o2",
1445
1547
  value: input3.values
1446
- })) && input3.values.map((elem, _index26) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1447
- path: _path2 + ".values[" + _index26 + "]",
1548
+ })) && input3.values.map((elem, _index28) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1549
+ path: _path2 + ".values[" + _index28 + "]",
1448
1550
  expected: "__type.o6",
1449
1551
  value: elem
1450
- })) && $vo38(elem, _path2 + ".values[" + _index26 + "]", _exceptionable2) || $report(_exceptionable2, {
1451
- path: _path2 + ".values[" + _index26 + "]",
1552
+ })) && $vo39(elem, _path2 + ".values[" + _index28 + "]", _exceptionable2) || $report(_exceptionable2, {
1553
+ path: _path2 + ".values[" + _index28 + "]",
1452
1554
  expected: "__type.o6",
1453
1555
  value: elem
1454
1556
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1464,7 +1566,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1464
1566
  expected: "(boolean | undefined)",
1465
1567
  value: input3.excludeGeneName
1466
1568
  })].every((flag) => flag);
1467
- const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1569
+ const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1468
1570
  path: _path2 + ".id",
1469
1571
  expected: "string",
1470
1572
  value: input3.id
@@ -1513,7 +1615,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1513
1615
  expected: "TermValues",
1514
1616
  value: input3.values
1515
1617
  })].every((flag) => flag);
1516
- const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1618
+ const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1517
1619
  path: _path2 + ".id",
1518
1620
  expected: "string",
1519
1621
  value: input3.id
@@ -1529,8 +1631,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1529
1631
  path: _path2 + ".child_types",
1530
1632
  expected: "(Array<string> | undefined)",
1531
1633
  value: input3.child_types
1532
- })) && input3.child_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
1533
- path: _path2 + ".child_types[" + _index27 + "]",
1634
+ })) && input3.child_types.map((elem, _index29) => "string" === typeof elem || $report(_exceptionable2, {
1635
+ path: _path2 + ".child_types[" + _index29 + "]",
1534
1636
  expected: "string",
1535
1637
  value: elem
1536
1638
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1545,8 +1647,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1545
1647
  path: _path2 + ".included_types",
1546
1648
  expected: "(Array<string> | undefined)",
1547
1649
  value: input3.included_types
1548
- })) && input3.included_types.map((elem, _index28) => "string" === typeof elem || $report(_exceptionable2, {
1549
- path: _path2 + ".included_types[" + _index28 + "]",
1650
+ })) && input3.included_types.map((elem, _index30) => "string" === typeof elem || $report(_exceptionable2, {
1651
+ path: _path2 + ".included_types[" + _index30 + "]",
1550
1652
  expected: "string",
1551
1653
  value: elem
1552
1654
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1593,12 +1695,12 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1593
1695
  path: _path2 + ".genes",
1594
1696
  expected: "Array<GvGeneTerm>",
1595
1697
  value: input3.genes
1596
- })) && input3.genes.map((elem, _index29) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1597
- path: _path2 + ".genes[" + _index29 + "]",
1698
+ })) && input3.genes.map((elem, _index31) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1699
+ path: _path2 + ".genes[" + _index31 + "]",
1598
1700
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1599
1701
  value: elem
1600
- })) && $vu3(elem, _path2 + ".genes[" + _index29 + "]", _exceptionable2) || $report(_exceptionable2, {
1601
- path: _path2 + ".genes[" + _index29 + "]",
1702
+ })) && $vu3(elem, _path2 + ".genes[" + _index31 + "]", _exceptionable2) || $report(_exceptionable2, {
1703
+ path: _path2 + ".genes[" + _index31 + "]",
1602
1704
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1603
1705
  value: elem
1604
1706
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1617,12 +1719,12 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1617
1719
  path: _path2 + ".childTerms",
1618
1720
  expected: "(Array<DtTerm> | undefined)",
1619
1721
  value: input3.childTerms
1620
- })) && input3.childTerms.map((elem, _index30) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1621
- path: _path2 + ".childTerms[" + _index30 + "]",
1722
+ })) && input3.childTerms.map((elem, _index32) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1723
+ path: _path2 + ".childTerms[" + _index32 + "]",
1622
1724
  expected: "DtTerm",
1623
1725
  value: elem
1624
- })) && $vo33(elem, _path2 + ".childTerms[" + _index30 + "]", _exceptionable2) || $report(_exceptionable2, {
1625
- path: _path2 + ".childTerms[" + _index30 + "]",
1726
+ })) && $vo34(elem, _path2 + ".childTerms[" + _index32 + "]", _exceptionable2) || $report(_exceptionable2, {
1727
+ path: _path2 + ".childTerms[" + _index32 + "]",
1626
1728
  expected: "DtTerm",
1627
1729
  value: elem
1628
1730
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1630,7 +1732,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1630
1732
  expected: "(Array<DtTerm> | undefined)",
1631
1733
  value: input3.childTerms
1632
1734
  })].every((flag) => flag);
1633
- const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1735
+ const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1634
1736
  path: _path2 + ".id",
1635
1737
  expected: "string",
1636
1738
  value: input3.id
@@ -1646,8 +1748,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1646
1748
  path: _path2 + ".child_types",
1647
1749
  expected: "(Array<string> | undefined)",
1648
1750
  value: input3.child_types
1649
- })) && input3.child_types.map((elem, _index31) => "string" === typeof elem || $report(_exceptionable2, {
1650
- path: _path2 + ".child_types[" + _index31 + "]",
1751
+ })) && input3.child_types.map((elem, _index33) => "string" === typeof elem || $report(_exceptionable2, {
1752
+ path: _path2 + ".child_types[" + _index33 + "]",
1651
1753
  expected: "string",
1652
1754
  value: elem
1653
1755
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1662,8 +1764,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1662
1764
  path: _path2 + ".included_types",
1663
1765
  expected: "(Array<string> | undefined)",
1664
1766
  value: input3.included_types
1665
- })) && input3.included_types.map((elem, _index32) => "string" === typeof elem || $report(_exceptionable2, {
1666
- path: _path2 + ".included_types[" + _index32 + "]",
1767
+ })) && input3.included_types.map((elem, _index34) => "string" === typeof elem || $report(_exceptionable2, {
1768
+ path: _path2 + ".included_types[" + _index34 + "]",
1667
1769
  expected: "string",
1668
1770
  value: elem
1669
1771
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1707,7 +1809,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1707
1809
  expected: "(number | undefined)",
1708
1810
  value: input3.stop
1709
1811
  })].every((flag) => flag);
1710
- const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1812
+ const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1711
1813
  path: _path2 + ".id",
1712
1814
  expected: "string",
1713
1815
  value: input3.id
@@ -1723,8 +1825,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1723
1825
  path: _path2 + ".child_types",
1724
1826
  expected: "(Array<string> | undefined)",
1725
1827
  value: input3.child_types
1726
- })) && input3.child_types.map((elem, _index33) => "string" === typeof elem || $report(_exceptionable2, {
1727
- path: _path2 + ".child_types[" + _index33 + "]",
1828
+ })) && input3.child_types.map((elem, _index35) => "string" === typeof elem || $report(_exceptionable2, {
1829
+ path: _path2 + ".child_types[" + _index35 + "]",
1728
1830
  expected: "string",
1729
1831
  value: elem
1730
1832
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1739,8 +1841,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1739
1841
  path: _path2 + ".included_types",
1740
1842
  expected: "(Array<string> | undefined)",
1741
1843
  value: input3.included_types
1742
- })) && input3.included_types.map((elem, _index34) => "string" === typeof elem || $report(_exceptionable2, {
1743
- path: _path2 + ".included_types[" + _index34 + "]",
1844
+ })) && input3.included_types.map((elem, _index36) => "string" === typeof elem || $report(_exceptionable2, {
1845
+ path: _path2 + ".included_types[" + _index36 + "]",
1744
1846
  expected: "string",
1745
1847
  value: elem
1746
1848
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1780,7 +1882,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1780
1882
  expected: "number",
1781
1883
  value: input3.stop
1782
1884
  })].every((flag) => flag);
1783
- const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1885
+ const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1784
1886
  path: _path2 + ".id",
1785
1887
  expected: "string",
1786
1888
  value: input3.id
@@ -1796,8 +1898,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1796
1898
  path: _path2 + ".child_types",
1797
1899
  expected: "(Array<string> | undefined)",
1798
1900
  value: input3.child_types
1799
- })) && input3.child_types.map((elem, _index35) => "string" === typeof elem || $report(_exceptionable2, {
1800
- path: _path2 + ".child_types[" + _index35 + "]",
1901
+ })) && input3.child_types.map((elem, _index37) => "string" === typeof elem || $report(_exceptionable2, {
1902
+ path: _path2 + ".child_types[" + _index37 + "]",
1801
1903
  expected: "string",
1802
1904
  value: elem
1803
1905
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1812,8 +1914,8 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1812
1914
  path: _path2 + ".included_types",
1813
1915
  expected: "(Array<string> | undefined)",
1814
1916
  value: input3.included_types
1815
- })) && input3.included_types.map((elem, _index36) => "string" === typeof elem || $report(_exceptionable2, {
1816
- path: _path2 + ".included_types[" + _index36 + "]",
1917
+ })) && input3.included_types.map((elem, _index38) => "string" === typeof elem || $report(_exceptionable2, {
1918
+ path: _path2 + ".included_types[" + _index38 + "]",
1817
1919
  expected: "string",
1818
1920
  value: elem
1819
1921
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1856,12 +1958,12 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1856
1958
  path: _path2 + ".genes",
1857
1959
  expected: "Array<GvGeneTerm>",
1858
1960
  value: input3.genes
1859
- })) && input3.genes.map((elem, _index37) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1860
- path: _path2 + ".genes[" + _index37 + "]",
1961
+ })) && input3.genes.map((elem, _index39) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1962
+ path: _path2 + ".genes[" + _index39 + "]",
1861
1963
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1862
1964
  value: elem
1863
- })) && $vu3(elem, _path2 + ".genes[" + _index37 + "]", _exceptionable2) || $report(_exceptionable2, {
1864
- path: _path2 + ".genes[" + _index37 + "]",
1965
+ })) && $vu3(elem, _path2 + ".genes[" + _index39 + "]", _exceptionable2) || $report(_exceptionable2, {
1966
+ path: _path2 + ".genes[" + _index39 + "]",
1865
1967
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1866
1968
  value: elem
1867
1969
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1880,12 +1982,12 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1880
1982
  path: _path2 + ".childTerms",
1881
1983
  expected: "(Array<DtTerm> | undefined)",
1882
1984
  value: input3.childTerms
1883
- })) && input3.childTerms.map((elem, _index38) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1884
- path: _path2 + ".childTerms[" + _index38 + "]",
1985
+ })) && input3.childTerms.map((elem, _index40) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1986
+ path: _path2 + ".childTerms[" + _index40 + "]",
1885
1987
  expected: "DtTerm",
1886
1988
  value: elem
1887
- })) && $vo33(elem, _path2 + ".childTerms[" + _index38 + "]", _exceptionable2) || $report(_exceptionable2, {
1888
- path: _path2 + ".childTerms[" + _index38 + "]",
1989
+ })) && $vo34(elem, _path2 + ".childTerms[" + _index40 + "]", _exceptionable2) || $report(_exceptionable2, {
1990
+ path: _path2 + ".childTerms[" + _index40 + "]",
1889
1991
  expected: "DtTerm",
1890
1992
  value: elem
1891
1993
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1893,7 +1995,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1893
1995
  expected: "(Array<DtTerm> | undefined)",
1894
1996
  value: input3.childTerms
1895
1997
  })].every((flag) => flag);
1896
- const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1998
+ const $vo39 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1897
1999
  path: _path2 + ".key",
1898
2000
  expected: "string",
1899
2001
  value: input3.key
@@ -1937,9 +2039,9 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1937
2039
  })();
1938
2040
  const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
1939
2041
  if ("gene" === input3.kind)
1940
- return $vo35(input3, _path2, _exceptionable2);
1941
- if ("coord" === input3.kind)
1942
2042
  return $vo36(input3, _path2, _exceptionable2);
2043
+ if ("coord" === input3.kind)
2044
+ return $vo37(input3, _path2, _exceptionable2);
1943
2045
  return $report(_exceptionable2, {
1944
2046
  path: _path2,
1945
2047
  expected: "(BaseTerm & Gene | BaseTerm & Coord)",
@@ -1949,24 +2051,18 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1949
2051
  const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
1950
2052
  if (void 0 !== input3.ranges)
1951
2053
  return $vo14(input3, _path2, _exceptionable2);
1952
- return $vo5(input3, _path2, false) || $vo29(input3, _path2, false) || $vo32(input3, _path2, false);
2054
+ return $vo5(input3, _path2, false) || $vo30(input3, _path2, false) || $vo33(input3, _path2, false);
1953
2055
  })();
1954
2056
  const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
1955
2057
  if ("integer" === input3.type || "float" === input3.type)
1956
2058
  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
2059
  if ("metaboliteIntensity" === input3.type)
1962
- return $vo25(input3, _path2, _exceptionable2);
1963
- if ("ssGSEA" === input3.type)
2060
+ return $vo26(input3, _path2, _exceptionable2);
2061
+ if ("date" === input3.type)
1964
2062
  return $vo27(input3, _path2, _exceptionable2);
1965
- return $report(_exceptionable2, {
1966
- path: _path2,
1967
- expected: "(NumericDictTerm | GeneExpressionTerm | DateTerm | MetaboliteIntensityTerm | SsGSEATerm)",
1968
- value: input3
1969
- });
2063
+ if ("ssGSEA" === input3.type)
2064
+ return $vo28(input3, _path2, _exceptionable2);
2065
+ return $vo25(input3, _path2, false) || $vo24(input3, _path2, false);
1970
2066
  })();
1971
2067
  const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
1972
2068
  if ("regular-bin" === input3.type)
@@ -2003,9 +2099,9 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
2003
2099
  })();
2004
2100
  const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
2005
2101
  if ("gene" === input3.kind)
2006
- return $vo34(input3, _path2, _exceptionable2);
2102
+ return $vo35(input3, _path2, _exceptionable2);
2007
2103
  if ("coord" === input3.kind)
2008
- return $vo37(input3, _path2, _exceptionable2);
2104
+ return $vo38(input3, _path2, _exceptionable2);
2009
2105
  return $report(_exceptionable2, {
2010
2106
  path: _path2,
2011
2107
  expected: '(BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; })',