@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
@@ -43,7 +43,7 @@ var validTermdbClusterRequest = (input) => {
43
43
  const $io9 = (input3) => "string" === typeof input3.name && "string" === typeof input3.type && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io10(elem))) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
44
44
  const $io10 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
45
45
  const $io11 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io1(input3.filter)) && "string" === typeof input3.color;
46
- const $io12 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $iu9(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 && $io26(elem)));
46
+ const $io12 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $iu9(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 && $io27(elem)));
47
47
  const $io13 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io14(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io15(input3.bins));
48
48
  const $io14 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
49
49
  const $io15 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu10(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu10(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);
@@ -60,23 +60,24 @@ var validTermdbClusterRequest = (input) => {
60
60
  const $io19 = (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);
61
61
  const $io20 = (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);
62
62
  const $io21 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(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);
63
- const $io22 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io14(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 && $io15(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);
64
- const $io23 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io14(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 && $io15(input3.bins));
65
- const $io24 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io14(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 && $io15(input3.bins));
66
- const $io25 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io14(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 && $io15(input3.bins));
67
- const $io26 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
68
- const $io27 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io28(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 && $io29(elem)));
69
- const $io28 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
70
- const $io29 = (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;
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)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io36(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName);
72
- const $io31 = (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 && $iu11(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) && $io5(input3.values));
73
- const $io32 = (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) && $io5(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 && $io7(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io31(elem)));
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) && $io5(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);
75
- const $io34 = (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) && $io5(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;
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) && $io5(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 && $io7(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io31(elem)));
77
- const $io36 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
78
- const $io37 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io38(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWRegularBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io16(input3.q));
79
- const $io38 = (input3) => Object.keys(input3).every((key) => {
63
+ const $io22 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io14(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io15(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);
64
+ const $io23 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io14(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io15(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;
65
+ const $io24 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io14(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 && $io15(input3.bins));
66
+ const $io25 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io14(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io15(input3.bins));
67
+ const $io26 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io14(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 && $io15(input3.bins));
68
+ const $io27 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.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)) && (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 && $io30(elem)));
70
+ const $io29 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
71
+ const $io30 = (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;
72
+ const $io31 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io32(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io37(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName);
73
+ const $io32 = (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 && $iu11(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) && $io5(input3.values));
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) && $io5(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 && $io7(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io32(elem)));
75
+ const $io34 = (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) && $io5(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);
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) && $io5(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;
77
+ const $io36 = (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) && $io5(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 && $io7(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io32(elem)));
78
+ const $io37 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
79
+ const $io38 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io39(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWRegularBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io16(input3.q));
80
+ const $io39 = (input3) => Object.keys(input3).every((key) => {
80
81
  const value = input3[key];
81
82
  if (void 0 === value)
82
83
  return true;
@@ -84,32 +85,38 @@ var validTermdbClusterRequest = (input) => {
84
85
  return true;
85
86
  return true;
86
87
  });
87
- const $io39 = (input3) => true;
88
- const $io40 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io14(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 && $io15(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);
88
+ const $io40 = (input3) => true;
89
89
  const $io41 = (input3) => true;
90
- const $io42 = (input3) => true;
91
- const $io43 = (input3) => true;
92
- const $io44 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io38(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCustomBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io21(input3.q));
93
- const $io45 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io38(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWBinary" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io46(input3.q));
94
- const $io46 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(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) && "binary" === input3.mode && "custom-bin" === input3.type && (Array.isArray(input3.lst) && (input3.lst.length === 2 && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu6(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu7(input3.lst[1]))));
95
- const $io47 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io38(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $io48(input3.q));
96
- const $io48 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(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) && (void 0 === input3.mode || "continuous" === input3.mode) && (void 0 === input3.convert2ZScore || "boolean" === typeof input3.convert2ZScore) && (null !== input3.type && void 0 === input3.type);
97
- const $io49 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io38(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWSpline" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io50(input3.q));
98
- const $io50 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(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) && "spline" === input3.mode && (Array.isArray(input3.knots) && input3.knots.every((elem) => "object" === typeof elem && null !== elem && $io51(elem))) && (null !== input3.type && void 0 === input3.type);
99
- const $io51 = (input3) => "number" === typeof input3.value;
100
- const $io52 = (input3) => "string" === typeof input3.genome && "string" === typeof input3.dslabel && "string" === typeof input3.clusterMethod && "string" === typeof input3.distanceMethod && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io1(input3.filter)) && true && "metaboliteIntensity" === input3.dataType && (Array.isArray(input3.terms) && input3.terms.every((elem) => "object" === typeof elem && null !== elem && $iu5(elem))) && (void 0 === input3.zScoreTransformation || "string" === typeof input3.zScoreTransformation);
101
- const $io53 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io38(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWRegularBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io16(input3.q));
102
- const $io54 = (input3) => true;
103
- const $io55 = (input3) => true;
104
- const $io56 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io14(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 && $io15(input3.bins));
105
- const $io57 = (input3) => true;
106
- const $io58 = (input3) => true;
107
- const $io59 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io38(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCustomBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io21(input3.q));
108
- const $io60 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io38(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWBinary" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io46(input3.q));
109
- const $io61 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io38(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $io48(input3.q));
110
- const $io62 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io38(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWSpline" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io50(input3.q));
111
- const $io63 = (input3) => "string" === typeof input3.genome && "string" === typeof input3.dslabel && "string" === typeof input3.clusterMethod && "string" === typeof input3.distanceMethod && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io1(input3.filter)) && true && "numericDictTerm" === input3.dataType && (Array.isArray(input3.terms) && input3.terms.every((elem) => "object" === typeof elem && null !== elem && $io64(elem))) && (void 0 === input3.zScoreTransformation || "string" === typeof input3.zScoreTransformation);
112
- const $io64 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io38(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $iu14(input3.q));
90
+ const $io42 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io14(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io15(input3.bins)) && (null !== input3.kind && void 0 === 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);
91
+ const $io43 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io14(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io15(input3.bins)) && (null !== input3.kind && void 0 === input3.kind) && (void 0 === input3.gene || "string" === typeof input3.gene) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
92
+ const $io44 = (input3) => true;
93
+ const $io45 = (input3) => true;
94
+ const $io46 = (input3) => true;
95
+ const $io47 = (input3) => true;
96
+ const $io48 = (input3) => true;
97
+ const $io49 = (input3) => true;
98
+ const $io50 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io39(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCustomBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io21(input3.q));
99
+ const $io51 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io39(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWBinary" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io52(input3.q));
100
+ const $io52 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(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) && "binary" === input3.mode && "custom-bin" === input3.type && (Array.isArray(input3.lst) && (input3.lst.length === 2 && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu6(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu7(input3.lst[1]))));
101
+ const $io53 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io39(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $io54(input3.q));
102
+ const $io54 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(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) && (void 0 === input3.mode || "continuous" === input3.mode) && (void 0 === input3.convert2ZScore || "boolean" === typeof input3.convert2ZScore) && (null !== input3.type && void 0 === input3.type);
103
+ const $io55 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io39(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWSpline" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io56(input3.q));
104
+ const $io56 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(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) && "spline" === input3.mode && (Array.isArray(input3.knots) && input3.knots.every((elem) => "object" === typeof elem && null !== elem && $io57(elem))) && (null !== input3.type && void 0 === input3.type);
105
+ const $io57 = (input3) => "number" === typeof input3.value;
106
+ const $io58 = (input3) => "string" === typeof input3.genome && "string" === typeof input3.dslabel && "string" === typeof input3.clusterMethod && "string" === typeof input3.distanceMethod && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io1(input3.filter)) && true && "metaboliteIntensity" === input3.dataType && (Array.isArray(input3.terms) && input3.terms.every((elem) => "object" === typeof elem && null !== elem && $iu5(elem))) && (void 0 === input3.zScoreTransformation || "string" === typeof input3.zScoreTransformation);
107
+ const $io59 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io39(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWRegularBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io16(input3.q));
108
+ const $io60 = (input3) => true;
109
+ const $io61 = (input3) => true;
110
+ const $io62 = (input3) => true;
111
+ const $io63 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io14(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 && $io15(input3.bins));
112
+ const $io64 = (input3) => true;
113
+ const $io65 = (input3) => true;
114
+ const $io66 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io39(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCustomBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io21(input3.q));
115
+ const $io67 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io39(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWBinary" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io52(input3.q));
116
+ const $io68 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io39(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $io54(input3.q));
117
+ const $io69 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io39(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWSpline" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io56(input3.q));
118
+ const $io70 = (input3) => "string" === typeof input3.genome && "string" === typeof input3.dslabel && "string" === typeof input3.clusterMethod && "string" === typeof input3.distanceMethod && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io1(input3.filter)) && true && "numericDictTerm" === input3.dataType && (Array.isArray(input3.terms) && input3.terms.every((elem) => "object" === typeof elem && null !== elem && $io71(elem))) && (void 0 === input3.zScoreTransformation || "string" === typeof input3.zScoreTransformation);
119
+ const $io71 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io39(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $iu14(input3.q));
113
120
  const $iu0 = (input3) => (() => {
114
121
  if ("tvslst" === input3.type)
115
122
  return $io1(input3);
@@ -133,35 +140,35 @@ var validTermdbClusterRequest = (input) => {
133
140
  })();
134
141
  const $iu3 = (input3) => (() => {
135
142
  if ("gene" === input3.kind)
136
- return $io33(input3);
137
- if ("coord" === input3.kind)
138
143
  return $io34(input3);
144
+ if ("coord" === input3.kind)
145
+ return $io35(input3);
139
146
  return false;
140
147
  })();
141
148
  const $iu4 = (input3) => (() => {
142
149
  if ("NumTWSpline" === input3.type)
143
- return $io49(input3);
150
+ return $io55(input3);
144
151
  if ("NumTWCont" === input3.type)
145
- return $io47(input3);
152
+ return $io53(input3);
146
153
  if ("NumTWBinary" === input3.type)
147
- return $io45(input3);
154
+ return $io51(input3);
148
155
  if ("NumTWCustomBin" === input3.type)
149
- return $io44(input3);
156
+ return $io50(input3);
150
157
  if ("NumTWRegularBin" === input3.type)
151
- return $io37(input3);
158
+ return $io38(input3);
152
159
  return false;
153
160
  })();
154
161
  const $iu5 = (input3) => (() => {
155
162
  if ("NumTWSpline" === input3.type)
156
- return $io62(input3);
163
+ return $io69(input3);
157
164
  if ("NumTWCont" === input3.type)
158
- return $io61(input3);
165
+ return $io68(input3);
159
166
  if ("NumTWBinary" === input3.type)
160
- return $io60(input3);
167
+ return $io67(input3);
161
168
  if ("NumTWCustomBin" === input3.type)
162
- return $io59(input3);
169
+ return $io66(input3);
163
170
  if ("NumTWRegularBin" === input3.type)
164
- return $io53(input3);
171
+ return $io59(input3);
165
172
  return false;
166
173
  })();
167
174
  const $iu6 = (input3) => (() => {
@@ -184,25 +191,29 @@ var validTermdbClusterRequest = (input) => {
184
191
  return (() => {
185
192
  if ($io3(input3))
186
193
  return $io3(input3);
187
- if ($io27(input3))
188
- return $io27(input3);
189
- if ($io30(input3))
190
- return $io30(input3);
194
+ if ($io28(input3))
195
+ return $io28(input3);
196
+ if ($io31(input3))
197
+ return $io31(input3);
191
198
  return false;
192
199
  })();
193
200
  })();
194
201
  const $iu9 = (input3) => (() => {
195
202
  if ("integer" === input3.type || "float" === input3.type)
196
203
  return $io13(input3);
197
- if ("geneExpression" === input3.type)
198
- return $io22(input3);
199
- if ("date" === input3.type)
200
- return $io24(input3);
201
204
  if ("metaboliteIntensity" === input3.type)
202
- return $io23(input3);
203
- if ("ssGSEA" === input3.type)
205
+ return $io24(input3);
206
+ if ("date" === input3.type)
204
207
  return $io25(input3);
205
- return false;
208
+ if ("ssGSEA" === input3.type)
209
+ return $io26(input3);
210
+ return (() => {
211
+ if ($io23(input3))
212
+ return $io23(input3);
213
+ if ($io22(input3))
214
+ return $io22(input3);
215
+ return false;
216
+ })();
206
217
  })();
207
218
  const $iu10 = (input3) => (() => {
208
219
  if ("regular-bin" === input3.type)
@@ -213,38 +224,52 @@ var validTermdbClusterRequest = (input) => {
213
224
  })();
214
225
  const $iu11 = (input3) => (() => {
215
226
  if ("gene" === input3.kind)
216
- return $io32(input3);
227
+ return $io33(input3);
217
228
  if ("coord" === input3.kind)
218
- return $io35(input3);
229
+ return $io36(input3);
219
230
  return false;
220
231
  })();
221
232
  const $iu12 = (input3) => (() => {
222
- if (void 0 !== input3.type)
233
+ if ($io23(input3))
234
+ return $io23(input3);
235
+ if ($io22(input3))
236
+ return $io22(input3);
237
+ if ($io49(input3))
238
+ return $io49(input3);
239
+ if ($io48(input3))
240
+ return $io48(input3);
241
+ if ($io47(input3))
242
+ return $io47(input3);
243
+ if ($io46(input3))
244
+ return $io46(input3);
245
+ if ($io45(input3))
246
+ return $io45(input3);
247
+ if ($io44(input3))
248
+ return $io44(input3);
249
+ if ($io41(input3))
250
+ return $io41(input3);
251
+ if ($io40(input3))
223
252
  return $io40(input3);
224
- return (() => {
225
- if ($io39(input3))
226
- return $io39(input3);
227
- if ($io43(input3))
228
- return $io43(input3);
229
- if ($io42(input3))
230
- return $io42(input3);
231
- if ($io41(input3))
232
- return $io41(input3);
233
- return false;
234
- })();
253
+ if ($io43(input3))
254
+ return $io43(input3);
255
+ if ($io42(input3))
256
+ return $io42(input3);
257
+ return false;
235
258
  })();
236
259
  const $iu13 = (input3) => (() => {
237
260
  if (void 0 !== input3.type)
238
- return $io56(input3);
261
+ return $io63(input3);
239
262
  return (() => {
240
- if ($io58(input3))
241
- return $io58(input3);
242
- if ($io57(input3))
243
- return $io57(input3);
244
- if ($io55(input3))
245
- return $io55(input3);
246
- if ($io54(input3))
247
- return $io54(input3);
263
+ if ($io65(input3))
264
+ return $io65(input3);
265
+ if ($io64(input3))
266
+ return $io64(input3);
267
+ if ($io62(input3))
268
+ return $io62(input3);
269
+ if ($io61(input3))
270
+ return $io61(input3);
271
+ if ($io60(input3))
272
+ return $io60(input3);
248
273
  return false;
249
274
  })();
250
275
  })();
@@ -252,22 +277,22 @@ var validTermdbClusterRequest = (input) => {
252
277
  if ("regular-bin" === input3.type)
253
278
  return $io16(input3);
254
279
  if ("spline" === input3.mode)
255
- return $io50(input3);
280
+ return $io56(input3);
256
281
  return (() => {
257
282
  if ($io21(input3))
258
283
  return $io21(input3);
259
- if ($io46(input3))
260
- return $io46(input3);
261
- if ($io48(input3))
262
- return $io48(input3);
284
+ if ($io52(input3))
285
+ return $io52(input3);
286
+ if ($io54(input3))
287
+ return $io54(input3);
263
288
  return false;
264
289
  })();
265
290
  })();
266
291
  const $iu15 = (input3) => (() => {
267
292
  if ("numericDictTerm" === input3.dataType)
268
- return $io63(input3);
293
+ return $io70(input3);
269
294
  if ("metaboliteIntensity" === input3.dataType)
270
- return $io52(input3);
295
+ return $io58(input3);
271
296
  if ("geneExpression" === input3.dataType)
272
297
  return $io0(input3);
273
298
  return false;
@@ -657,11 +682,11 @@ var validTermdbClusterRequest = (input) => {
657
682
  value: input3.isnot
658
683
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
659
684
  path: _path2 + ".term",
660
- expected: "(DateTerm | GeneExpressionTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)",
685
+ 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)',
661
686
  value: input3.term
662
687
  })) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
663
688
  path: _path2 + ".term",
664
- expected: "(DateTerm | GeneExpressionTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)",
689
+ 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)',
665
690
  value: input3.term
666
691
  }), (Array.isArray(input3.ranges) || $report(_exceptionable2, {
667
692
  path: _path2 + ".ranges",
@@ -687,7 +712,7 @@ var validTermdbClusterRequest = (input) => {
687
712
  path: _path2 + ".values[" + _index10 + "]",
688
713
  expected: "__type.o3",
689
714
  value: elem
690
- })) && $vo26(elem, _path2 + ".values[" + _index10 + "]", _exceptionable2) || $report(_exceptionable2, {
715
+ })) && $vo27(elem, _path2 + ".values[" + _index10 + "]", _exceptionable2) || $report(_exceptionable2, {
691
716
  path: _path2 + ".values[" + _index10 + "]",
692
717
  expected: "__type.o3",
693
718
  value: elem
@@ -1098,10 +1123,6 @@ var validTermdbClusterRequest = (input) => {
1098
1123
  path: _path2 + ".unit",
1099
1124
  expected: "(string | undefined)",
1100
1125
  value: input3.unit
1101
- }), "string" === typeof input3.gene || $report(_exceptionable2, {
1102
- path: _path2 + ".gene",
1103
- expected: "string",
1104
- value: input3.gene
1105
1126
  }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1106
1127
  path: _path2 + ".bins",
1107
1128
  expected: "(PresetNumericBins | undefined)",
@@ -1110,6 +1131,14 @@ var validTermdbClusterRequest = (input) => {
1110
1131
  path: _path2 + ".bins",
1111
1132
  expected: "(PresetNumericBins | undefined)",
1112
1133
  value: input3.bins
1134
+ }), void 0 === input3.kind || "gene" === input3.kind || $report(_exceptionable2, {
1135
+ path: _path2 + ".kind",
1136
+ expected: '("gene" | undefined)',
1137
+ value: input3.kind
1138
+ }), "string" === typeof input3.gene || $report(_exceptionable2, {
1139
+ path: _path2 + ".gene",
1140
+ expected: "string",
1141
+ value: input3.gene
1113
1142
  }), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
1114
1143
  path: _path2 + ".chr",
1115
1144
  expected: "(string | undefined)",
@@ -1131,9 +1160,9 @@ var validTermdbClusterRequest = (input) => {
1131
1160
  path: _path2 + ".name",
1132
1161
  expected: "string",
1133
1162
  value: input3.name
1134
- }), "metaboliteIntensity" === input3.type || $report(_exceptionable2, {
1163
+ }), "geneExpression" === input3.type || $report(_exceptionable2, {
1135
1164
  path: _path2 + ".type",
1136
- expected: '"metaboliteIntensity"',
1165
+ expected: '"geneExpression"',
1137
1166
  value: input3.type
1138
1167
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1139
1168
  path: _path2 + ".child_types",
@@ -1191,10 +1220,6 @@ var validTermdbClusterRequest = (input) => {
1191
1220
  path: _path2 + ".unit",
1192
1221
  expected: "(string | undefined)",
1193
1222
  value: input3.unit
1194
- }), "string" === typeof input3.metabolite || $report(_exceptionable2, {
1195
- path: _path2 + ".metabolite",
1196
- expected: "string",
1197
- value: input3.metabolite
1198
1223
  }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1199
1224
  path: _path2 + ".bins",
1200
1225
  expected: "(PresetNumericBins | undefined)",
@@ -1203,6 +1228,26 @@ var validTermdbClusterRequest = (input) => {
1203
1228
  path: _path2 + ".bins",
1204
1229
  expected: "(PresetNumericBins | undefined)",
1205
1230
  value: input3.bins
1231
+ }), void 0 === input3.kind || "coord" === input3.kind || $report(_exceptionable2, {
1232
+ path: _path2 + ".kind",
1233
+ expected: '("coord" | undefined)',
1234
+ value: input3.kind
1235
+ }), void 0 === input3.gene || "string" === typeof input3.gene || $report(_exceptionable2, {
1236
+ path: _path2 + ".gene",
1237
+ expected: "(string | undefined)",
1238
+ value: input3.gene
1239
+ }), "string" === typeof input3.chr || $report(_exceptionable2, {
1240
+ path: _path2 + ".chr",
1241
+ expected: "string",
1242
+ value: input3.chr
1243
+ }), "number" === typeof input3.start || $report(_exceptionable2, {
1244
+ path: _path2 + ".start",
1245
+ expected: "number",
1246
+ value: input3.start
1247
+ }), "number" === typeof input3.stop || $report(_exceptionable2, {
1248
+ path: _path2 + ".stop",
1249
+ expected: "number",
1250
+ value: input3.stop
1206
1251
  })].every((flag) => flag);
1207
1252
  const $vo24 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1208
1253
  path: _path2 + ".id",
@@ -1212,9 +1257,9 @@ var validTermdbClusterRequest = (input) => {
1212
1257
  path: _path2 + ".name",
1213
1258
  expected: "string",
1214
1259
  value: input3.name
1215
- }), "date" === input3.type || $report(_exceptionable2, {
1260
+ }), "metaboliteIntensity" === input3.type || $report(_exceptionable2, {
1216
1261
  path: _path2 + ".type",
1217
- expected: '"date"',
1262
+ expected: '"metaboliteIntensity"',
1218
1263
  value: input3.type
1219
1264
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1220
1265
  path: _path2 + ".child_types",
@@ -1293,9 +1338,9 @@ var validTermdbClusterRequest = (input) => {
1293
1338
  path: _path2 + ".name",
1294
1339
  expected: "string",
1295
1340
  value: input3.name
1296
- }), "ssGSEA" === input3.type || $report(_exceptionable2, {
1341
+ }), "date" === input3.type || $report(_exceptionable2, {
1297
1342
  path: _path2 + ".type",
1298
- expected: '"ssGSEA"',
1343
+ expected: '"date"',
1299
1344
  value: input3.type
1300
1345
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1301
1346
  path: _path2 + ".child_types",
@@ -1353,12 +1398,89 @@ var validTermdbClusterRequest = (input) => {
1353
1398
  path: _path2 + ".unit",
1354
1399
  expected: "(string | undefined)",
1355
1400
  value: input3.unit
1401
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1402
+ path: _path2 + ".bins",
1403
+ expected: "(PresetNumericBins | undefined)",
1404
+ value: input3.bins
1405
+ })) && $vo15(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1406
+ path: _path2 + ".bins",
1407
+ expected: "(PresetNumericBins | undefined)",
1408
+ value: input3.bins
1409
+ })].every((flag) => flag);
1410
+ const $vo26 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1411
+ path: _path2 + ".id",
1412
+ expected: "string",
1413
+ value: input3.id
1414
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
1415
+ path: _path2 + ".name",
1416
+ expected: "string",
1417
+ value: input3.name
1418
+ }), "ssGSEA" === input3.type || $report(_exceptionable2, {
1419
+ path: _path2 + ".type",
1420
+ expected: '"ssGSEA"',
1421
+ value: input3.type
1422
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1423
+ path: _path2 + ".child_types",
1424
+ expected: "(Array<string> | undefined)",
1425
+ value: input3.child_types
1426
+ })) && input3.child_types.map((elem, _index22) => "string" === typeof elem || $report(_exceptionable2, {
1427
+ path: _path2 + ".child_types[" + _index22 + "]",
1428
+ expected: "string",
1429
+ value: elem
1430
+ })).every((flag) => flag) || $report(_exceptionable2, {
1431
+ path: _path2 + ".child_types",
1432
+ expected: "(Array<string> | undefined)",
1433
+ value: input3.child_types
1434
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
1435
+ path: _path2 + ".hashtmldetail",
1436
+ expected: "(boolean | undefined)",
1437
+ value: input3.hashtmldetail
1438
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
1439
+ path: _path2 + ".included_types",
1440
+ expected: "(Array<string> | undefined)",
1441
+ value: input3.included_types
1442
+ })) && input3.included_types.map((elem, _index23) => "string" === typeof elem || $report(_exceptionable2, {
1443
+ path: _path2 + ".included_types[" + _index23 + "]",
1444
+ expected: "string",
1445
+ value: elem
1446
+ })).every((flag) => flag) || $report(_exceptionable2, {
1447
+ path: _path2 + ".included_types",
1448
+ expected: "(Array<string> | undefined)",
1449
+ value: input3.included_types
1450
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1451
+ path: _path2 + ".isleaf",
1452
+ expected: "(boolean | undefined)",
1453
+ value: input3.isleaf
1454
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1455
+ path: _path2 + ".values",
1456
+ expected: "(TermValues | undefined)",
1457
+ value: input3.values
1458
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1459
+ path: _path2 + ".values",
1460
+ expected: "(TermValues | undefined)",
1461
+ value: input3.values
1462
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
1463
+ path: _path2 + ".skipValuesBuild",
1464
+ expected: "(boolean | undefined)",
1465
+ value: input3.skipValuesBuild
1466
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1467
+ path: _path2 + ".continuousColorScale",
1468
+ expected: "(__type.o2 | undefined)",
1469
+ value: input3.continuousColorScale
1470
+ })) && $vo14(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1471
+ path: _path2 + ".continuousColorScale",
1472
+ expected: "(__type.o2 | undefined)",
1473
+ value: input3.continuousColorScale
1474
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1475
+ path: _path2 + ".unit",
1476
+ expected: "(string | undefined)",
1477
+ value: input3.unit
1356
1478
  }), void 0 === input3.genes || (Array.isArray(input3.genes) || $report(_exceptionable2, {
1357
1479
  path: _path2 + ".genes",
1358
1480
  expected: "(Array<string> | undefined)",
1359
1481
  value: input3.genes
1360
- })) && input3.genes.map((elem, _index22) => "string" === typeof elem || $report(_exceptionable2, {
1361
- path: _path2 + ".genes[" + _index22 + "]",
1482
+ })) && input3.genes.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
1483
+ path: _path2 + ".genes[" + _index24 + "]",
1362
1484
  expected: "string",
1363
1485
  value: elem
1364
1486
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1374,7 +1496,7 @@ var validTermdbClusterRequest = (input) => {
1374
1496
  expected: "(PresetNumericBins | undefined)",
1375
1497
  value: input3.bins
1376
1498
  })].every((flag) => flag);
1377
- const $vo26 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1499
+ const $vo27 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1378
1500
  path: _path2 + ".key",
1379
1501
  expected: "string",
1380
1502
  value: input3.key
@@ -1391,7 +1513,7 @@ var validTermdbClusterRequest = (input) => {
1391
1513
  expected: "(string | undefined)",
1392
1514
  value: input3.label
1393
1515
  })].every((flag) => flag);
1394
- const $vo27 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1516
+ const $vo28 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1395
1517
  path: _path2 + ".join",
1396
1518
  expected: "(string | undefined)",
1397
1519
  value: input3.join
@@ -1403,7 +1525,7 @@ var validTermdbClusterRequest = (input) => {
1403
1525
  path: _path2 + ".term",
1404
1526
  expected: "ConditionTerm",
1405
1527
  value: input3.term
1406
- })) && $vo28(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1528
+ })) && $vo29(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1407
1529
  path: _path2 + ".term",
1408
1530
  expected: "ConditionTerm",
1409
1531
  value: input3.term
@@ -1423,12 +1545,12 @@ var validTermdbClusterRequest = (input) => {
1423
1545
  path: _path2 + ".grade_and_child",
1424
1546
  expected: "(Array<GradeAndChildEntry> | undefined)",
1425
1547
  value: input3.grade_and_child
1426
- })) && input3.grade_and_child.map((elem, _index23) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1427
- path: _path2 + ".grade_and_child[" + _index23 + "]",
1548
+ })) && input3.grade_and_child.map((elem, _index25) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1549
+ path: _path2 + ".grade_and_child[" + _index25 + "]",
1428
1550
  expected: "GradeAndChildEntry",
1429
1551
  value: elem
1430
- })) && $vo29(elem, _path2 + ".grade_and_child[" + _index23 + "]", _exceptionable2) || $report(_exceptionable2, {
1431
- path: _path2 + ".grade_and_child[" + _index23 + "]",
1552
+ })) && $vo30(elem, _path2 + ".grade_and_child[" + _index25 + "]", _exceptionable2) || $report(_exceptionable2, {
1553
+ path: _path2 + ".grade_and_child[" + _index25 + "]",
1432
1554
  expected: "GradeAndChildEntry",
1433
1555
  value: elem
1434
1556
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1436,7 +1558,7 @@ var validTermdbClusterRequest = (input) => {
1436
1558
  expected: "(Array<GradeAndChildEntry> | undefined)",
1437
1559
  value: input3.grade_and_child
1438
1560
  })].every((flag) => flag);
1439
- const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1561
+ const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1440
1562
  path: _path2 + ".id",
1441
1563
  expected: "string",
1442
1564
  value: input3.id
@@ -1452,8 +1574,8 @@ var validTermdbClusterRequest = (input) => {
1452
1574
  path: _path2 + ".child_types",
1453
1575
  expected: "(Array<string> | undefined)",
1454
1576
  value: input3.child_types
1455
- })) && input3.child_types.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
1456
- path: _path2 + ".child_types[" + _index24 + "]",
1577
+ })) && input3.child_types.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
1578
+ path: _path2 + ".child_types[" + _index26 + "]",
1457
1579
  expected: "string",
1458
1580
  value: elem
1459
1581
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1468,8 +1590,8 @@ var validTermdbClusterRequest = (input) => {
1468
1590
  path: _path2 + ".included_types",
1469
1591
  expected: "(Array<string> | undefined)",
1470
1592
  value: input3.included_types
1471
- })) && input3.included_types.map((elem, _index25) => "string" === typeof elem || $report(_exceptionable2, {
1472
- path: _path2 + ".included_types[" + _index25 + "]",
1593
+ })) && input3.included_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
1594
+ path: _path2 + ".included_types[" + _index27 + "]",
1473
1595
  expected: "string",
1474
1596
  value: elem
1475
1597
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1493,7 +1615,7 @@ var validTermdbClusterRequest = (input) => {
1493
1615
  expected: "(boolean | undefined)",
1494
1616
  value: input3.skipValuesBuild
1495
1617
  })].every((flag) => flag);
1496
- const $vo29 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1618
+ const $vo30 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1497
1619
  path: _path2 + ".grade",
1498
1620
  expected: "number",
1499
1621
  value: input3.grade
@@ -1510,7 +1632,7 @@ var validTermdbClusterRequest = (input) => {
1510
1632
  expected: "string",
1511
1633
  value: input3.child_label
1512
1634
  })].every((flag) => flag);
1513
- const $vo30 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1635
+ const $vo31 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1514
1636
  path: _path2 + ".join",
1515
1637
  expected: "(string | undefined)",
1516
1638
  value: input3.join
@@ -1522,7 +1644,7 @@ var validTermdbClusterRequest = (input) => {
1522
1644
  path: _path2 + ".term",
1523
1645
  expected: "DtTerm",
1524
1646
  value: input3.term
1525
- })) && $vo31(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1647
+ })) && $vo32(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1526
1648
  path: _path2 + ".term",
1527
1649
  expected: "DtTerm",
1528
1650
  value: input3.term
@@ -1530,12 +1652,12 @@ var validTermdbClusterRequest = (input) => {
1530
1652
  path: _path2 + ".values",
1531
1653
  expected: "Array<__type>.o2",
1532
1654
  value: input3.values
1533
- })) && input3.values.map((elem, _index26) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1534
- path: _path2 + ".values[" + _index26 + "]",
1655
+ })) && input3.values.map((elem, _index28) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1656
+ path: _path2 + ".values[" + _index28 + "]",
1535
1657
  expected: "__type.o4",
1536
1658
  value: elem
1537
- })) && $vo36(elem, _path2 + ".values[" + _index26 + "]", _exceptionable2) || $report(_exceptionable2, {
1538
- path: _path2 + ".values[" + _index26 + "]",
1659
+ })) && $vo37(elem, _path2 + ".values[" + _index28 + "]", _exceptionable2) || $report(_exceptionable2, {
1660
+ path: _path2 + ".values[" + _index28 + "]",
1539
1661
  expected: "__type.o4",
1540
1662
  value: elem
1541
1663
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1551,7 +1673,7 @@ var validTermdbClusterRequest = (input) => {
1551
1673
  expected: "(boolean | undefined)",
1552
1674
  value: input3.excludeGeneName
1553
1675
  })].every((flag) => flag);
1554
- const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1676
+ const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1555
1677
  path: _path2 + ".id",
1556
1678
  expected: "string",
1557
1679
  value: input3.id
@@ -1600,7 +1722,7 @@ var validTermdbClusterRequest = (input) => {
1600
1722
  expected: "TermValues",
1601
1723
  value: input3.values
1602
1724
  })].every((flag) => flag);
1603
- const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1725
+ const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1604
1726
  path: _path2 + ".id",
1605
1727
  expected: "string",
1606
1728
  value: input3.id
@@ -1616,8 +1738,8 @@ var validTermdbClusterRequest = (input) => {
1616
1738
  path: _path2 + ".child_types",
1617
1739
  expected: "(Array<string> | undefined)",
1618
1740
  value: input3.child_types
1619
- })) && input3.child_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
1620
- path: _path2 + ".child_types[" + _index27 + "]",
1741
+ })) && input3.child_types.map((elem, _index29) => "string" === typeof elem || $report(_exceptionable2, {
1742
+ path: _path2 + ".child_types[" + _index29 + "]",
1621
1743
  expected: "string",
1622
1744
  value: elem
1623
1745
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1632,8 +1754,8 @@ var validTermdbClusterRequest = (input) => {
1632
1754
  path: _path2 + ".included_types",
1633
1755
  expected: "(Array<string> | undefined)",
1634
1756
  value: input3.included_types
1635
- })) && input3.included_types.map((elem, _index28) => "string" === typeof elem || $report(_exceptionable2, {
1636
- path: _path2 + ".included_types[" + _index28 + "]",
1757
+ })) && input3.included_types.map((elem, _index30) => "string" === typeof elem || $report(_exceptionable2, {
1758
+ path: _path2 + ".included_types[" + _index30 + "]",
1637
1759
  expected: "string",
1638
1760
  value: elem
1639
1761
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1680,12 +1802,12 @@ var validTermdbClusterRequest = (input) => {
1680
1802
  path: _path2 + ".genes",
1681
1803
  expected: "Array<GvGeneTerm>",
1682
1804
  value: input3.genes
1683
- })) && input3.genes.map((elem, _index29) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1684
- path: _path2 + ".genes[" + _index29 + "]",
1805
+ })) && input3.genes.map((elem, _index31) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1806
+ path: _path2 + ".genes[" + _index31 + "]",
1685
1807
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1686
1808
  value: elem
1687
- })) && $vu3(elem, _path2 + ".genes[" + _index29 + "]", _exceptionable2) || $report(_exceptionable2, {
1688
- path: _path2 + ".genes[" + _index29 + "]",
1809
+ })) && $vu3(elem, _path2 + ".genes[" + _index31 + "]", _exceptionable2) || $report(_exceptionable2, {
1810
+ path: _path2 + ".genes[" + _index31 + "]",
1689
1811
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1690
1812
  value: elem
1691
1813
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1704,12 +1826,12 @@ var validTermdbClusterRequest = (input) => {
1704
1826
  path: _path2 + ".childTerms",
1705
1827
  expected: "(Array<DtTerm> | undefined)",
1706
1828
  value: input3.childTerms
1707
- })) && input3.childTerms.map((elem, _index30) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1708
- path: _path2 + ".childTerms[" + _index30 + "]",
1829
+ })) && input3.childTerms.map((elem, _index32) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1830
+ path: _path2 + ".childTerms[" + _index32 + "]",
1709
1831
  expected: "DtTerm",
1710
1832
  value: elem
1711
- })) && $vo31(elem, _path2 + ".childTerms[" + _index30 + "]", _exceptionable2) || $report(_exceptionable2, {
1712
- path: _path2 + ".childTerms[" + _index30 + "]",
1833
+ })) && $vo32(elem, _path2 + ".childTerms[" + _index32 + "]", _exceptionable2) || $report(_exceptionable2, {
1834
+ path: _path2 + ".childTerms[" + _index32 + "]",
1713
1835
  expected: "DtTerm",
1714
1836
  value: elem
1715
1837
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1717,7 +1839,7 @@ var validTermdbClusterRequest = (input) => {
1717
1839
  expected: "(Array<DtTerm> | undefined)",
1718
1840
  value: input3.childTerms
1719
1841
  })].every((flag) => flag);
1720
- const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1842
+ const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1721
1843
  path: _path2 + ".id",
1722
1844
  expected: "string",
1723
1845
  value: input3.id
@@ -1733,8 +1855,8 @@ var validTermdbClusterRequest = (input) => {
1733
1855
  path: _path2 + ".child_types",
1734
1856
  expected: "(Array<string> | undefined)",
1735
1857
  value: input3.child_types
1736
- })) && input3.child_types.map((elem, _index31) => "string" === typeof elem || $report(_exceptionable2, {
1737
- path: _path2 + ".child_types[" + _index31 + "]",
1858
+ })) && input3.child_types.map((elem, _index33) => "string" === typeof elem || $report(_exceptionable2, {
1859
+ path: _path2 + ".child_types[" + _index33 + "]",
1738
1860
  expected: "string",
1739
1861
  value: elem
1740
1862
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1749,8 +1871,8 @@ var validTermdbClusterRequest = (input) => {
1749
1871
  path: _path2 + ".included_types",
1750
1872
  expected: "(Array<string> | undefined)",
1751
1873
  value: input3.included_types
1752
- })) && input3.included_types.map((elem, _index32) => "string" === typeof elem || $report(_exceptionable2, {
1753
- path: _path2 + ".included_types[" + _index32 + "]",
1874
+ })) && input3.included_types.map((elem, _index34) => "string" === typeof elem || $report(_exceptionable2, {
1875
+ path: _path2 + ".included_types[" + _index34 + "]",
1754
1876
  expected: "string",
1755
1877
  value: elem
1756
1878
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1794,7 +1916,7 @@ var validTermdbClusterRequest = (input) => {
1794
1916
  expected: "(number | undefined)",
1795
1917
  value: input3.stop
1796
1918
  })].every((flag) => flag);
1797
- const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1919
+ const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1798
1920
  path: _path2 + ".id",
1799
1921
  expected: "string",
1800
1922
  value: input3.id
@@ -1810,8 +1932,8 @@ var validTermdbClusterRequest = (input) => {
1810
1932
  path: _path2 + ".child_types",
1811
1933
  expected: "(Array<string> | undefined)",
1812
1934
  value: input3.child_types
1813
- })) && input3.child_types.map((elem, _index33) => "string" === typeof elem || $report(_exceptionable2, {
1814
- path: _path2 + ".child_types[" + _index33 + "]",
1935
+ })) && input3.child_types.map((elem, _index35) => "string" === typeof elem || $report(_exceptionable2, {
1936
+ path: _path2 + ".child_types[" + _index35 + "]",
1815
1937
  expected: "string",
1816
1938
  value: elem
1817
1939
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1826,8 +1948,8 @@ var validTermdbClusterRequest = (input) => {
1826
1948
  path: _path2 + ".included_types",
1827
1949
  expected: "(Array<string> | undefined)",
1828
1950
  value: input3.included_types
1829
- })) && input3.included_types.map((elem, _index34) => "string" === typeof elem || $report(_exceptionable2, {
1830
- path: _path2 + ".included_types[" + _index34 + "]",
1951
+ })) && input3.included_types.map((elem, _index36) => "string" === typeof elem || $report(_exceptionable2, {
1952
+ path: _path2 + ".included_types[" + _index36 + "]",
1831
1953
  expected: "string",
1832
1954
  value: elem
1833
1955
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1867,7 +1989,7 @@ var validTermdbClusterRequest = (input) => {
1867
1989
  expected: "number",
1868
1990
  value: input3.stop
1869
1991
  })].every((flag) => flag);
1870
- const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1992
+ const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1871
1993
  path: _path2 + ".id",
1872
1994
  expected: "string",
1873
1995
  value: input3.id
@@ -1883,8 +2005,8 @@ var validTermdbClusterRequest = (input) => {
1883
2005
  path: _path2 + ".child_types",
1884
2006
  expected: "(Array<string> | undefined)",
1885
2007
  value: input3.child_types
1886
- })) && input3.child_types.map((elem, _index35) => "string" === typeof elem || $report(_exceptionable2, {
1887
- path: _path2 + ".child_types[" + _index35 + "]",
2008
+ })) && input3.child_types.map((elem, _index37) => "string" === typeof elem || $report(_exceptionable2, {
2009
+ path: _path2 + ".child_types[" + _index37 + "]",
1888
2010
  expected: "string",
1889
2011
  value: elem
1890
2012
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1899,8 +2021,8 @@ var validTermdbClusterRequest = (input) => {
1899
2021
  path: _path2 + ".included_types",
1900
2022
  expected: "(Array<string> | undefined)",
1901
2023
  value: input3.included_types
1902
- })) && input3.included_types.map((elem, _index36) => "string" === typeof elem || $report(_exceptionable2, {
1903
- path: _path2 + ".included_types[" + _index36 + "]",
2024
+ })) && input3.included_types.map((elem, _index38) => "string" === typeof elem || $report(_exceptionable2, {
2025
+ path: _path2 + ".included_types[" + _index38 + "]",
1904
2026
  expected: "string",
1905
2027
  value: elem
1906
2028
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1943,12 +2065,12 @@ var validTermdbClusterRequest = (input) => {
1943
2065
  path: _path2 + ".genes",
1944
2066
  expected: "Array<GvGeneTerm>",
1945
2067
  value: input3.genes
1946
- })) && input3.genes.map((elem, _index37) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1947
- path: _path2 + ".genes[" + _index37 + "]",
2068
+ })) && input3.genes.map((elem, _index39) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2069
+ path: _path2 + ".genes[" + _index39 + "]",
1948
2070
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1949
2071
  value: elem
1950
- })) && $vu3(elem, _path2 + ".genes[" + _index37 + "]", _exceptionable2) || $report(_exceptionable2, {
1951
- path: _path2 + ".genes[" + _index37 + "]",
2072
+ })) && $vu3(elem, _path2 + ".genes[" + _index39 + "]", _exceptionable2) || $report(_exceptionable2, {
2073
+ path: _path2 + ".genes[" + _index39 + "]",
1952
2074
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1953
2075
  value: elem
1954
2076
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1967,12 +2089,12 @@ var validTermdbClusterRequest = (input) => {
1967
2089
  path: _path2 + ".childTerms",
1968
2090
  expected: "(Array<DtTerm> | undefined)",
1969
2091
  value: input3.childTerms
1970
- })) && input3.childTerms.map((elem, _index38) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1971
- path: _path2 + ".childTerms[" + _index38 + "]",
2092
+ })) && input3.childTerms.map((elem, _index40) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2093
+ path: _path2 + ".childTerms[" + _index40 + "]",
1972
2094
  expected: "DtTerm",
1973
2095
  value: elem
1974
- })) && $vo31(elem, _path2 + ".childTerms[" + _index38 + "]", _exceptionable2) || $report(_exceptionable2, {
1975
- path: _path2 + ".childTerms[" + _index38 + "]",
2096
+ })) && $vo32(elem, _path2 + ".childTerms[" + _index40 + "]", _exceptionable2) || $report(_exceptionable2, {
2097
+ path: _path2 + ".childTerms[" + _index40 + "]",
1976
2098
  expected: "DtTerm",
1977
2099
  value: elem
1978
2100
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1980,7 +2102,7 @@ var validTermdbClusterRequest = (input) => {
1980
2102
  expected: "(Array<DtTerm> | undefined)",
1981
2103
  value: input3.childTerms
1982
2104
  })].every((flag) => flag);
1983
- const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
2105
+ const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1984
2106
  path: _path2 + ".key",
1985
2107
  expected: "string",
1986
2108
  value: input3.key
@@ -1993,7 +2115,7 @@ var validTermdbClusterRequest = (input) => {
1993
2115
  expected: "string",
1994
2116
  value: input3.value
1995
2117
  })].every((flag) => flag);
1996
- const $vo37 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2118
+ const $vo38 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
1997
2119
  path: _path2 + ".id",
1998
2120
  expected: "(string | undefined)",
1999
2121
  value: input3.id
@@ -2009,7 +2131,7 @@ var validTermdbClusterRequest = (input) => {
2009
2131
  path: _path2 + ".settings",
2010
2132
  expected: "(__type.o5 | undefined)",
2011
2133
  value: input3.settings
2012
- })) && $vo38(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2134
+ })) && $vo39(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2013
2135
  path: _path2 + ".settings",
2014
2136
  expected: "(__type.o5 | undefined)",
2015
2137
  value: input3.settings
@@ -2023,11 +2145,11 @@ var validTermdbClusterRequest = (input) => {
2023
2145
  value: input3.type
2024
2146
  }), ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) || $report(_exceptionable2, {
2025
2147
  path: _path2 + ".term",
2026
- expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { gene: string; name: string; type: "geneExpression"; bins?: PresetNumericBins | undefined; chr?: string | undefined; start?: number | undefined; stop?: number | undefined; } | never | never.o1 | never.o2 | never.o3)',
2148
+ 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; } & Coord & Gene | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene & Coord | never | never.o1 | never.o2 | never.o3 | never.o4 | never.o5 | never.o6 | never.o7)',
2027
2149
  value: input3.term
2028
2150
  })) && $vu12(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2029
2151
  path: _path2 + ".term",
2030
- expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { gene: string; name: string; type: "geneExpression"; bins?: PresetNumericBins | undefined; chr?: string | undefined; start?: number | undefined; stop?: number | undefined; } | never | never.o1 | never.o2 | never.o3)',
2152
+ 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; } & Coord & Gene | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene & Coord | never | never.o1 | never.o2 | never.o3 | never.o4 | never.o5 | never.o6 | never.o7)',
2031
2153
  value: input3.term
2032
2154
  }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
2033
2155
  path: _path2 + ".q",
@@ -2038,7 +2160,7 @@ var validTermdbClusterRequest = (input) => {
2038
2160
  expected: "RegularNumericBinConfig",
2039
2161
  value: input3.q
2040
2162
  })].every((flag) => flag);
2041
- const $vo38 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2163
+ const $vo39 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2042
2164
  const value = input3[key];
2043
2165
  if (void 0 === value)
2044
2166
  return true;
@@ -2046,8 +2168,9 @@ var validTermdbClusterRequest = (input) => {
2046
2168
  return true;
2047
2169
  return true;
2048
2170
  }).every((flag) => flag)].every((flag) => flag);
2049
- const $vo39 = (input3, _path2, _exceptionable2 = true) => true;
2050
- const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2171
+ const $vo40 = (input3, _path2, _exceptionable2 = true) => true;
2172
+ const $vo41 = (input3, _path2, _exceptionable2 = true) => true;
2173
+ const $vo42 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2051
2174
  path: _path2 + ".id",
2052
2175
  expected: "string",
2053
2176
  value: input3.id
@@ -2063,8 +2186,8 @@ var validTermdbClusterRequest = (input) => {
2063
2186
  path: _path2 + ".child_types",
2064
2187
  expected: "(Array<string> | undefined)",
2065
2188
  value: input3.child_types
2066
- })) && input3.child_types.map((elem, _index39) => "string" === typeof elem || $report(_exceptionable2, {
2067
- path: _path2 + ".child_types[" + _index39 + "]",
2189
+ })) && input3.child_types.map((elem, _index41) => "string" === typeof elem || $report(_exceptionable2, {
2190
+ path: _path2 + ".child_types[" + _index41 + "]",
2068
2191
  expected: "string",
2069
2192
  value: elem
2070
2193
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2079,8 +2202,8 @@ var validTermdbClusterRequest = (input) => {
2079
2202
  path: _path2 + ".included_types",
2080
2203
  expected: "(Array<string> | undefined)",
2081
2204
  value: input3.included_types
2082
- })) && input3.included_types.map((elem, _index40) => "string" === typeof elem || $report(_exceptionable2, {
2083
- path: _path2 + ".included_types[" + _index40 + "]",
2205
+ })) && input3.included_types.map((elem, _index42) => "string" === typeof elem || $report(_exceptionable2, {
2206
+ path: _path2 + ".included_types[" + _index42 + "]",
2084
2207
  expected: "string",
2085
2208
  value: elem
2086
2209
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2115,10 +2238,6 @@ var validTermdbClusterRequest = (input) => {
2115
2238
  path: _path2 + ".unit",
2116
2239
  expected: "(string | undefined)",
2117
2240
  value: input3.unit
2118
- }), "string" === typeof input3.gene || $report(_exceptionable2, {
2119
- path: _path2 + ".gene",
2120
- expected: "string",
2121
- value: input3.gene
2122
2241
  }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
2123
2242
  path: _path2 + ".bins",
2124
2243
  expected: "(PresetNumericBins | undefined)",
@@ -2127,6 +2246,18 @@ var validTermdbClusterRequest = (input) => {
2127
2246
  path: _path2 + ".bins",
2128
2247
  expected: "(PresetNumericBins | undefined)",
2129
2248
  value: input3.bins
2249
+ }), (null !== input3.kind || $report(_exceptionable2, {
2250
+ path: _path2 + ".kind",
2251
+ expected: "undefined",
2252
+ value: input3.kind
2253
+ })) && (void 0 === input3.kind || $report(_exceptionable2, {
2254
+ path: _path2 + ".kind",
2255
+ expected: "undefined",
2256
+ value: input3.kind
2257
+ })), "string" === typeof input3.gene || $report(_exceptionable2, {
2258
+ path: _path2 + ".gene",
2259
+ expected: "string",
2260
+ value: input3.gene
2130
2261
  }), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
2131
2262
  path: _path2 + ".chr",
2132
2263
  expected: "(string | undefined)",
@@ -2140,10 +2271,114 @@ var validTermdbClusterRequest = (input) => {
2140
2271
  expected: "(number | undefined)",
2141
2272
  value: input3.stop
2142
2273
  })].every((flag) => flag);
2143
- const $vo41 = (input3, _path2, _exceptionable2 = true) => true;
2144
- const $vo42 = (input3, _path2, _exceptionable2 = true) => true;
2145
- const $vo43 = (input3, _path2, _exceptionable2 = true) => true;
2146
- const $vo44 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2274
+ const $vo43 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2275
+ path: _path2 + ".id",
2276
+ expected: "string",
2277
+ value: input3.id
2278
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
2279
+ path: _path2 + ".name",
2280
+ expected: "string",
2281
+ value: input3.name
2282
+ }), "geneExpression" === input3.type || $report(_exceptionable2, {
2283
+ path: _path2 + ".type",
2284
+ expected: '"geneExpression"',
2285
+ value: input3.type
2286
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
2287
+ path: _path2 + ".child_types",
2288
+ expected: "(Array<string> | undefined)",
2289
+ value: input3.child_types
2290
+ })) && input3.child_types.map((elem, _index43) => "string" === typeof elem || $report(_exceptionable2, {
2291
+ path: _path2 + ".child_types[" + _index43 + "]",
2292
+ expected: "string",
2293
+ value: elem
2294
+ })).every((flag) => flag) || $report(_exceptionable2, {
2295
+ path: _path2 + ".child_types",
2296
+ expected: "(Array<string> | undefined)",
2297
+ value: input3.child_types
2298
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
2299
+ path: _path2 + ".hashtmldetail",
2300
+ expected: "(boolean | undefined)",
2301
+ value: input3.hashtmldetail
2302
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
2303
+ path: _path2 + ".included_types",
2304
+ expected: "(Array<string> | undefined)",
2305
+ value: input3.included_types
2306
+ })) && input3.included_types.map((elem, _index44) => "string" === typeof elem || $report(_exceptionable2, {
2307
+ path: _path2 + ".included_types[" + _index44 + "]",
2308
+ expected: "string",
2309
+ value: elem
2310
+ })).every((flag) => flag) || $report(_exceptionable2, {
2311
+ path: _path2 + ".included_types",
2312
+ expected: "(Array<string> | undefined)",
2313
+ value: input3.included_types
2314
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
2315
+ path: _path2 + ".isleaf",
2316
+ expected: "(boolean | undefined)",
2317
+ value: input3.isleaf
2318
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
2319
+ path: _path2 + ".values",
2320
+ expected: "(TermValues | undefined)",
2321
+ value: input3.values
2322
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2323
+ path: _path2 + ".values",
2324
+ expected: "(TermValues | undefined)",
2325
+ value: input3.values
2326
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
2327
+ path: _path2 + ".skipValuesBuild",
2328
+ expected: "(boolean | undefined)",
2329
+ value: input3.skipValuesBuild
2330
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
2331
+ path: _path2 + ".continuousColorScale",
2332
+ expected: "(__type.o2 | undefined)",
2333
+ value: input3.continuousColorScale
2334
+ })) && $vo14(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
2335
+ path: _path2 + ".continuousColorScale",
2336
+ expected: "(__type.o2 | undefined)",
2337
+ value: input3.continuousColorScale
2338
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
2339
+ path: _path2 + ".unit",
2340
+ expected: "(string | undefined)",
2341
+ value: input3.unit
2342
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
2343
+ path: _path2 + ".bins",
2344
+ expected: "(PresetNumericBins | undefined)",
2345
+ value: input3.bins
2346
+ })) && $vo15(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
2347
+ path: _path2 + ".bins",
2348
+ expected: "(PresetNumericBins | undefined)",
2349
+ value: input3.bins
2350
+ }), (null !== input3.kind || $report(_exceptionable2, {
2351
+ path: _path2 + ".kind",
2352
+ expected: "undefined",
2353
+ value: input3.kind
2354
+ })) && (void 0 === input3.kind || $report(_exceptionable2, {
2355
+ path: _path2 + ".kind",
2356
+ expected: "undefined",
2357
+ value: input3.kind
2358
+ })), void 0 === input3.gene || "string" === typeof input3.gene || $report(_exceptionable2, {
2359
+ path: _path2 + ".gene",
2360
+ expected: "(string | undefined)",
2361
+ value: input3.gene
2362
+ }), "string" === typeof input3.chr || $report(_exceptionable2, {
2363
+ path: _path2 + ".chr",
2364
+ expected: "string",
2365
+ value: input3.chr
2366
+ }), "number" === typeof input3.start || $report(_exceptionable2, {
2367
+ path: _path2 + ".start",
2368
+ expected: "number",
2369
+ value: input3.start
2370
+ }), "number" === typeof input3.stop || $report(_exceptionable2, {
2371
+ path: _path2 + ".stop",
2372
+ expected: "number",
2373
+ value: input3.stop
2374
+ })].every((flag) => flag);
2375
+ const $vo44 = (input3, _path2, _exceptionable2 = true) => true;
2376
+ const $vo45 = (input3, _path2, _exceptionable2 = true) => true;
2377
+ const $vo46 = (input3, _path2, _exceptionable2 = true) => true;
2378
+ const $vo47 = (input3, _path2, _exceptionable2 = true) => true;
2379
+ const $vo48 = (input3, _path2, _exceptionable2 = true) => true;
2380
+ const $vo49 = (input3, _path2, _exceptionable2 = true) => true;
2381
+ const $vo50 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2147
2382
  path: _path2 + ".id",
2148
2383
  expected: "(string | undefined)",
2149
2384
  value: input3.id
@@ -2159,7 +2394,7 @@ var validTermdbClusterRequest = (input) => {
2159
2394
  path: _path2 + ".settings",
2160
2395
  expected: "(__type.o5 | undefined)",
2161
2396
  value: input3.settings
2162
- })) && $vo38(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2397
+ })) && $vo39(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2163
2398
  path: _path2 + ".settings",
2164
2399
  expected: "(__type.o5 | undefined)",
2165
2400
  value: input3.settings
@@ -2173,11 +2408,11 @@ var validTermdbClusterRequest = (input) => {
2173
2408
  value: input3.type
2174
2409
  }), ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) || $report(_exceptionable2, {
2175
2410
  path: _path2 + ".term",
2176
- expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { gene: string; name: string; type: "geneExpression"; bins?: PresetNumericBins | undefined; chr?: string | undefined; start?: number | undefined; stop?: number | undefined; } | never | never.o1 | never.o2 | never.o3)',
2411
+ 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; } & Coord & Gene | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene & Coord | never | never.o1 | never.o2 | never.o3 | never.o4 | never.o5 | never.o6 | never.o7)',
2177
2412
  value: input3.term
2178
2413
  })) && $vu12(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2179
2414
  path: _path2 + ".term",
2180
- expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { gene: string; name: string; type: "geneExpression"; bins?: PresetNumericBins | undefined; chr?: string | undefined; start?: number | undefined; stop?: number | undefined; } | never | never.o1 | never.o2 | never.o3)',
2415
+ 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; } & Coord & Gene | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene & Coord | never | never.o1 | never.o2 | never.o3 | never.o4 | never.o5 | never.o6 | never.o7)',
2181
2416
  value: input3.term
2182
2417
  }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
2183
2418
  path: _path2 + ".q",
@@ -2188,7 +2423,7 @@ var validTermdbClusterRequest = (input) => {
2188
2423
  expected: "CustomNumericBinConfig",
2189
2424
  value: input3.q
2190
2425
  })].every((flag) => flag);
2191
- const $vo45 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2426
+ const $vo51 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2192
2427
  path: _path2 + ".id",
2193
2428
  expected: "(string | undefined)",
2194
2429
  value: input3.id
@@ -2204,7 +2439,7 @@ var validTermdbClusterRequest = (input) => {
2204
2439
  path: _path2 + ".settings",
2205
2440
  expected: "(__type.o5 | undefined)",
2206
2441
  value: input3.settings
2207
- })) && $vo38(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2442
+ })) && $vo39(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2208
2443
  path: _path2 + ".settings",
2209
2444
  expected: "(__type.o5 | undefined)",
2210
2445
  value: input3.settings
@@ -2218,22 +2453,22 @@ var validTermdbClusterRequest = (input) => {
2218
2453
  value: input3.type
2219
2454
  }), ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) || $report(_exceptionable2, {
2220
2455
  path: _path2 + ".term",
2221
- expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { gene: string; name: string; type: "geneExpression"; bins?: PresetNumericBins | undefined; chr?: string | undefined; start?: number | undefined; stop?: number | undefined; } | never | never.o1 | never.o2 | never.o3)',
2456
+ 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; } & Coord & Gene | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene & Coord | never | never.o1 | never.o2 | never.o3 | never.o4 | never.o5 | never.o6 | never.o7)',
2222
2457
  value: input3.term
2223
2458
  })) && $vu12(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2224
2459
  path: _path2 + ".term",
2225
- expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { gene: string; name: string; type: "geneExpression"; bins?: PresetNumericBins | undefined; chr?: string | undefined; start?: number | undefined; stop?: number | undefined; } | never | never.o1 | never.o2 | never.o3)',
2460
+ 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; } & Coord & Gene | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene & Coord | never | never.o1 | never.o2 | never.o3 | never.o4 | never.o5 | never.o6 | never.o7)',
2226
2461
  value: input3.term
2227
2462
  }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
2228
2463
  path: _path2 + ".q",
2229
2464
  expected: "BinaryNumericQ",
2230
2465
  value: input3.q
2231
- })) && $vo46(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2466
+ })) && $vo52(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2232
2467
  path: _path2 + ".q",
2233
2468
  expected: "BinaryNumericQ",
2234
2469
  value: input3.q
2235
2470
  })].every((flag) => flag);
2236
- const $vo46 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2471
+ const $vo52 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2237
2472
  path: _path2 + ".hiddenValues",
2238
2473
  expected: "(HiddenValues | undefined)",
2239
2474
  value: input3.hiddenValues
@@ -2293,7 +2528,7 @@ var validTermdbClusterRequest = (input) => {
2293
2528
  expected: "[StartUnboundedBin | FullyBoundedBin, FullyBoundedBin | StopUnboundedBin]",
2294
2529
  value: input3.lst
2295
2530
  })].every((flag) => flag);
2296
- const $vo47 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2531
+ const $vo53 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2297
2532
  path: _path2 + ".id",
2298
2533
  expected: "(string | undefined)",
2299
2534
  value: input3.id
@@ -2309,7 +2544,7 @@ var validTermdbClusterRequest = (input) => {
2309
2544
  path: _path2 + ".settings",
2310
2545
  expected: "(__type.o5 | undefined)",
2311
2546
  value: input3.settings
2312
- })) && $vo38(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2547
+ })) && $vo39(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2313
2548
  path: _path2 + ".settings",
2314
2549
  expected: "(__type.o5 | undefined)",
2315
2550
  value: input3.settings
@@ -2323,22 +2558,22 @@ var validTermdbClusterRequest = (input) => {
2323
2558
  value: input3.type
2324
2559
  }), ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) || $report(_exceptionable2, {
2325
2560
  path: _path2 + ".term",
2326
- expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { gene: string; name: string; type: "geneExpression"; bins?: PresetNumericBins | undefined; chr?: string | undefined; start?: number | undefined; stop?: number | undefined; } | never | never.o1 | never.o2 | never.o3)',
2561
+ 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; } & Coord & Gene | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene & Coord | never | never.o1 | never.o2 | never.o3 | never.o4 | never.o5 | never.o6 | never.o7)',
2327
2562
  value: input3.term
2328
2563
  })) && $vu12(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2329
2564
  path: _path2 + ".term",
2330
- expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { gene: string; name: string; type: "geneExpression"; bins?: PresetNumericBins | undefined; chr?: string | undefined; start?: number | undefined; stop?: number | undefined; } | never | never.o1 | never.o2 | never.o3)',
2565
+ 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; } & Coord & Gene | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene & Coord | never | never.o1 | never.o2 | never.o3 | never.o4 | never.o5 | never.o6 | never.o7)',
2331
2566
  value: input3.term
2332
2567
  }), ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) || $report(_exceptionable2, {
2333
2568
  path: _path2 + ".q",
2334
2569
  expected: "ContinuousNumericQ",
2335
2570
  value: input3.q
2336
- })) && $vo48(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2571
+ })) && $vo54(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2337
2572
  path: _path2 + ".q",
2338
2573
  expected: "ContinuousNumericQ",
2339
2574
  value: input3.q
2340
2575
  })].every((flag) => flag);
2341
- const $vo48 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2576
+ const $vo54 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2342
2577
  path: _path2 + ".hiddenValues",
2343
2578
  expected: "(HiddenValues | undefined)",
2344
2579
  value: input3.hiddenValues
@@ -2375,7 +2610,7 @@ var validTermdbClusterRequest = (input) => {
2375
2610
  expected: "undefined",
2376
2611
  value: input3.type
2377
2612
  }))].every((flag) => flag);
2378
- const $vo49 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2613
+ const $vo55 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2379
2614
  path: _path2 + ".id",
2380
2615
  expected: "(string | undefined)",
2381
2616
  value: input3.id
@@ -2391,7 +2626,7 @@ var validTermdbClusterRequest = (input) => {
2391
2626
  path: _path2 + ".settings",
2392
2627
  expected: "(__type.o5 | undefined)",
2393
2628
  value: input3.settings
2394
- })) && $vo38(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2629
+ })) && $vo39(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2395
2630
  path: _path2 + ".settings",
2396
2631
  expected: "(__type.o5 | undefined)",
2397
2632
  value: input3.settings
@@ -2405,22 +2640,22 @@ var validTermdbClusterRequest = (input) => {
2405
2640
  value: input3.type
2406
2641
  }), ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) || $report(_exceptionable2, {
2407
2642
  path: _path2 + ".term",
2408
- expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { gene: string; name: string; type: "geneExpression"; bins?: PresetNumericBins | undefined; chr?: string | undefined; start?: number | undefined; stop?: number | undefined; } | never | never.o1 | never.o2 | never.o3)',
2643
+ 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; } & Coord & Gene | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene & Coord | never | never.o1 | never.o2 | never.o3 | never.o4 | never.o5 | never.o6 | never.o7)',
2409
2644
  value: input3.term
2410
2645
  })) && $vu12(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2411
2646
  path: _path2 + ".term",
2412
- expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { gene: string; name: string; type: "geneExpression"; bins?: PresetNumericBins | undefined; chr?: string | undefined; start?: number | undefined; stop?: number | undefined; } | never | never.o1 | never.o2 | never.o3)',
2647
+ 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; } & Coord & Gene | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene & Coord | never | never.o1 | never.o2 | never.o3 | never.o4 | never.o5 | never.o6 | never.o7)',
2413
2648
  value: input3.term
2414
2649
  }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
2415
2650
  path: _path2 + ".q",
2416
2651
  expected: "SplineNumericQ",
2417
2652
  value: input3.q
2418
- })) && $vo50(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2653
+ })) && $vo56(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2419
2654
  path: _path2 + ".q",
2420
2655
  expected: "SplineNumericQ",
2421
2656
  value: input3.q
2422
2657
  })].every((flag) => flag);
2423
- const $vo50 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2658
+ const $vo56 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2424
2659
  path: _path2 + ".hiddenValues",
2425
2660
  expected: "(HiddenValues | undefined)",
2426
2661
  value: input3.hiddenValues
@@ -2448,12 +2683,12 @@ var validTermdbClusterRequest = (input) => {
2448
2683
  path: _path2 + ".knots",
2449
2684
  expected: "Array<__type>.o3",
2450
2685
  value: input3.knots
2451
- })) && input3.knots.map((elem, _index41) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2452
- path: _path2 + ".knots[" + _index41 + "]",
2686
+ })) && input3.knots.map((elem, _index45) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2687
+ path: _path2 + ".knots[" + _index45 + "]",
2453
2688
  expected: "__type.o6",
2454
2689
  value: elem
2455
- })) && $vo51(elem, _path2 + ".knots[" + _index41 + "]", _exceptionable2) || $report(_exceptionable2, {
2456
- path: _path2 + ".knots[" + _index41 + "]",
2690
+ })) && $vo57(elem, _path2 + ".knots[" + _index45 + "]", _exceptionable2) || $report(_exceptionable2, {
2691
+ path: _path2 + ".knots[" + _index45 + "]",
2457
2692
  expected: "__type.o6",
2458
2693
  value: elem
2459
2694
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2469,12 +2704,12 @@ var validTermdbClusterRequest = (input) => {
2469
2704
  expected: "undefined",
2470
2705
  value: input3.type
2471
2706
  }))].every((flag) => flag);
2472
- const $vo51 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
2707
+ const $vo57 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
2473
2708
  path: _path2 + ".value",
2474
2709
  expected: "number",
2475
2710
  value: input3.value
2476
2711
  })].every((flag) => flag);
2477
- const $vo52 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.genome || $report(_exceptionable2, {
2712
+ const $vo58 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.genome || $report(_exceptionable2, {
2478
2713
  path: _path2 + ".genome",
2479
2714
  expected: "string",
2480
2715
  value: input3.genome
@@ -2506,12 +2741,12 @@ var validTermdbClusterRequest = (input) => {
2506
2741
  path: _path2 + ".terms",
2507
2742
  expected: "Array<MetaboliteIntensityTW>",
2508
2743
  value: input3.terms
2509
- })) && input3.terms.map((elem, _index42) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2510
- path: _path2 + ".terms[" + _index42 + "]",
2744
+ })) && input3.terms.map((elem, _index46) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2745
+ path: _path2 + ".terms[" + _index46 + "]",
2511
2746
  expected: '(BaseTW & { type: "NumTWBinary"; term: NumericTerm; q: BinaryNumericQ; } & { term: MetaboliteIntensityTerm; } | BaseTW & { type: "NumTWCont"; term: NumericTerm; q: ContinuousNumericQ; } & { term: MetaboliteIntensityTerm; } | BaseTW & { type: "NumTWCustomBin"; term: NumericTerm; q: CustomNumericBinConfig; } & { term: MetaboliteIntensityTerm; } | BaseTW & { type: "NumTWRegularBin"; term: NumericTerm; q: RegularNumericBinConfig; } & { term: MetaboliteIntensityTerm; } | BaseTW & { type: "NumTWSpline"; term: NumericTerm; q: SplineNumericQ; } & { term: MetaboliteIntensityTerm; })',
2512
2747
  value: elem
2513
- })) && $vu5(elem, _path2 + ".terms[" + _index42 + "]", _exceptionable2) || $report(_exceptionable2, {
2514
- path: _path2 + ".terms[" + _index42 + "]",
2748
+ })) && $vu5(elem, _path2 + ".terms[" + _index46 + "]", _exceptionable2) || $report(_exceptionable2, {
2749
+ path: _path2 + ".terms[" + _index46 + "]",
2515
2750
  expected: '(BaseTW & { type: "NumTWBinary"; term: NumericTerm; q: BinaryNumericQ; } & { term: MetaboliteIntensityTerm; } | BaseTW & { type: "NumTWCont"; term: NumericTerm; q: ContinuousNumericQ; } & { term: MetaboliteIntensityTerm; } | BaseTW & { type: "NumTWCustomBin"; term: NumericTerm; q: CustomNumericBinConfig; } & { term: MetaboliteIntensityTerm; } | BaseTW & { type: "NumTWRegularBin"; term: NumericTerm; q: RegularNumericBinConfig; } & { term: MetaboliteIntensityTerm; } | BaseTW & { type: "NumTWSpline"; term: NumericTerm; q: SplineNumericQ; } & { term: MetaboliteIntensityTerm; })',
2516
2751
  value: elem
2517
2752
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2523,7 +2758,7 @@ var validTermdbClusterRequest = (input) => {
2523
2758
  expected: "(string | undefined)",
2524
2759
  value: input3.zScoreTransformation
2525
2760
  })].every((flag) => flag);
2526
- const $vo53 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2761
+ const $vo59 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2527
2762
  path: _path2 + ".id",
2528
2763
  expected: "(string | undefined)",
2529
2764
  value: input3.id
@@ -2539,7 +2774,7 @@ var validTermdbClusterRequest = (input) => {
2539
2774
  path: _path2 + ".settings",
2540
2775
  expected: "(__type.o5 | undefined)",
2541
2776
  value: input3.settings
2542
- })) && $vo38(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2777
+ })) && $vo39(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2543
2778
  path: _path2 + ".settings",
2544
2779
  expected: "(__type.o5 | undefined)",
2545
2780
  value: input3.settings
@@ -2553,11 +2788,11 @@ var validTermdbClusterRequest = (input) => {
2553
2788
  value: input3.type
2554
2789
  }), ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) || $report(_exceptionable2, {
2555
2790
  path: _path2 + ".term",
2556
- expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name?: string | undefined; type: "metaboliteIntensity"; metabolite: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | never.o4 | never.o5 | never.o6 | never.o7)',
2791
+ expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name: string; type: "metaboliteIntensity"; metabolite: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | never.o10 | never.o11 | never.o12 | never.o8 | never.o9)',
2557
2792
  value: input3.term
2558
2793
  })) && $vu13(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2559
2794
  path: _path2 + ".term",
2560
- expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name?: string | undefined; type: "metaboliteIntensity"; metabolite: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | never.o4 | never.o5 | never.o6 | never.o7)',
2795
+ expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name: string; type: "metaboliteIntensity"; metabolite: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | never.o10 | never.o11 | never.o12 | never.o8 | never.o9)',
2561
2796
  value: input3.term
2562
2797
  }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
2563
2798
  path: _path2 + ".q",
@@ -2568,9 +2803,10 @@ var validTermdbClusterRequest = (input) => {
2568
2803
  expected: "RegularNumericBinConfig",
2569
2804
  value: input3.q
2570
2805
  })].every((flag) => flag);
2571
- const $vo54 = (input3, _path2, _exceptionable2 = true) => true;
2572
- const $vo55 = (input3, _path2, _exceptionable2 = true) => true;
2573
- const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2806
+ const $vo60 = (input3, _path2, _exceptionable2 = true) => true;
2807
+ const $vo61 = (input3, _path2, _exceptionable2 = true) => true;
2808
+ const $vo62 = (input3, _path2, _exceptionable2 = true) => true;
2809
+ const $vo63 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2574
2810
  path: _path2 + ".id",
2575
2811
  expected: "string",
2576
2812
  value: input3.id
@@ -2586,8 +2822,8 @@ var validTermdbClusterRequest = (input) => {
2586
2822
  path: _path2 + ".child_types",
2587
2823
  expected: "(Array<string> | undefined)",
2588
2824
  value: input3.child_types
2589
- })) && input3.child_types.map((elem, _index43) => "string" === typeof elem || $report(_exceptionable2, {
2590
- path: _path2 + ".child_types[" + _index43 + "]",
2825
+ })) && input3.child_types.map((elem, _index47) => "string" === typeof elem || $report(_exceptionable2, {
2826
+ path: _path2 + ".child_types[" + _index47 + "]",
2591
2827
  expected: "string",
2592
2828
  value: elem
2593
2829
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2602,8 +2838,8 @@ var validTermdbClusterRequest = (input) => {
2602
2838
  path: _path2 + ".included_types",
2603
2839
  expected: "(Array<string> | undefined)",
2604
2840
  value: input3.included_types
2605
- })) && input3.included_types.map((elem, _index44) => "string" === typeof elem || $report(_exceptionable2, {
2606
- path: _path2 + ".included_types[" + _index44 + "]",
2841
+ })) && input3.included_types.map((elem, _index48) => "string" === typeof elem || $report(_exceptionable2, {
2842
+ path: _path2 + ".included_types[" + _index48 + "]",
2607
2843
  expected: "string",
2608
2844
  value: elem
2609
2845
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2651,9 +2887,9 @@ var validTermdbClusterRequest = (input) => {
2651
2887
  expected: "(PresetNumericBins | undefined)",
2652
2888
  value: input3.bins
2653
2889
  })].every((flag) => flag);
2654
- const $vo57 = (input3, _path2, _exceptionable2 = true) => true;
2655
- const $vo58 = (input3, _path2, _exceptionable2 = true) => true;
2656
- const $vo59 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2890
+ const $vo64 = (input3, _path2, _exceptionable2 = true) => true;
2891
+ const $vo65 = (input3, _path2, _exceptionable2 = true) => true;
2892
+ const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2657
2893
  path: _path2 + ".id",
2658
2894
  expected: "(string | undefined)",
2659
2895
  value: input3.id
@@ -2669,7 +2905,7 @@ var validTermdbClusterRequest = (input) => {
2669
2905
  path: _path2 + ".settings",
2670
2906
  expected: "(__type.o5 | undefined)",
2671
2907
  value: input3.settings
2672
- })) && $vo38(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2908
+ })) && $vo39(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2673
2909
  path: _path2 + ".settings",
2674
2910
  expected: "(__type.o5 | undefined)",
2675
2911
  value: input3.settings
@@ -2683,11 +2919,11 @@ var validTermdbClusterRequest = (input) => {
2683
2919
  value: input3.type
2684
2920
  }), ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) || $report(_exceptionable2, {
2685
2921
  path: _path2 + ".term",
2686
- expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name?: string | undefined; type: "metaboliteIntensity"; metabolite: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | never.o4 | never.o5 | never.o6 | never.o7)',
2922
+ expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name: string; type: "metaboliteIntensity"; metabolite: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | never.o10 | never.o11 | never.o12 | never.o8 | never.o9)',
2687
2923
  value: input3.term
2688
2924
  })) && $vu13(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2689
2925
  path: _path2 + ".term",
2690
- expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name?: string | undefined; type: "metaboliteIntensity"; metabolite: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | never.o4 | never.o5 | never.o6 | never.o7)',
2926
+ expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name: string; type: "metaboliteIntensity"; metabolite: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | never.o10 | never.o11 | never.o12 | never.o8 | never.o9)',
2691
2927
  value: input3.term
2692
2928
  }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
2693
2929
  path: _path2 + ".q",
@@ -2698,7 +2934,7 @@ var validTermdbClusterRequest = (input) => {
2698
2934
  expected: "CustomNumericBinConfig",
2699
2935
  value: input3.q
2700
2936
  })].every((flag) => flag);
2701
- const $vo60 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2937
+ const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2702
2938
  path: _path2 + ".id",
2703
2939
  expected: "(string | undefined)",
2704
2940
  value: input3.id
@@ -2714,7 +2950,7 @@ var validTermdbClusterRequest = (input) => {
2714
2950
  path: _path2 + ".settings",
2715
2951
  expected: "(__type.o5 | undefined)",
2716
2952
  value: input3.settings
2717
- })) && $vo38(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2953
+ })) && $vo39(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2718
2954
  path: _path2 + ".settings",
2719
2955
  expected: "(__type.o5 | undefined)",
2720
2956
  value: input3.settings
@@ -2728,22 +2964,22 @@ var validTermdbClusterRequest = (input) => {
2728
2964
  value: input3.type
2729
2965
  }), ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) || $report(_exceptionable2, {
2730
2966
  path: _path2 + ".term",
2731
- expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name?: string | undefined; type: "metaboliteIntensity"; metabolite: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | never.o4 | never.o5 | never.o6 | never.o7)',
2967
+ expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name: string; type: "metaboliteIntensity"; metabolite: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | never.o10 | never.o11 | never.o12 | never.o8 | never.o9)',
2732
2968
  value: input3.term
2733
2969
  })) && $vu13(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2734
2970
  path: _path2 + ".term",
2735
- expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name?: string | undefined; type: "metaboliteIntensity"; metabolite: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | never.o4 | never.o5 | never.o6 | never.o7)',
2971
+ expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name: string; type: "metaboliteIntensity"; metabolite: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | never.o10 | never.o11 | never.o12 | never.o8 | never.o9)',
2736
2972
  value: input3.term
2737
2973
  }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
2738
2974
  path: _path2 + ".q",
2739
2975
  expected: "BinaryNumericQ",
2740
2976
  value: input3.q
2741
- })) && $vo46(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2977
+ })) && $vo52(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2742
2978
  path: _path2 + ".q",
2743
2979
  expected: "BinaryNumericQ",
2744
2980
  value: input3.q
2745
2981
  })].every((flag) => flag);
2746
- const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2982
+ const $vo68 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2747
2983
  path: _path2 + ".id",
2748
2984
  expected: "(string | undefined)",
2749
2985
  value: input3.id
@@ -2759,7 +2995,7 @@ var validTermdbClusterRequest = (input) => {
2759
2995
  path: _path2 + ".settings",
2760
2996
  expected: "(__type.o5 | undefined)",
2761
2997
  value: input3.settings
2762
- })) && $vo38(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2998
+ })) && $vo39(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2763
2999
  path: _path2 + ".settings",
2764
3000
  expected: "(__type.o5 | undefined)",
2765
3001
  value: input3.settings
@@ -2773,22 +3009,22 @@ var validTermdbClusterRequest = (input) => {
2773
3009
  value: input3.type
2774
3010
  }), ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) || $report(_exceptionable2, {
2775
3011
  path: _path2 + ".term",
2776
- expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name?: string | undefined; type: "metaboliteIntensity"; metabolite: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | never.o4 | never.o5 | never.o6 | never.o7)',
3012
+ expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name: string; type: "metaboliteIntensity"; metabolite: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | never.o10 | never.o11 | never.o12 | never.o8 | never.o9)',
2777
3013
  value: input3.term
2778
3014
  })) && $vu13(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2779
3015
  path: _path2 + ".term",
2780
- expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name?: string | undefined; type: "metaboliteIntensity"; metabolite: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | never.o4 | never.o5 | never.o6 | never.o7)',
3016
+ expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name: string; type: "metaboliteIntensity"; metabolite: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | never.o10 | never.o11 | never.o12 | never.o8 | never.o9)',
2781
3017
  value: input3.term
2782
3018
  }), ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) || $report(_exceptionable2, {
2783
3019
  path: _path2 + ".q",
2784
3020
  expected: "ContinuousNumericQ",
2785
3021
  value: input3.q
2786
- })) && $vo48(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3022
+ })) && $vo54(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2787
3023
  path: _path2 + ".q",
2788
3024
  expected: "ContinuousNumericQ",
2789
3025
  value: input3.q
2790
3026
  })].every((flag) => flag);
2791
- const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3027
+ const $vo69 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2792
3028
  path: _path2 + ".id",
2793
3029
  expected: "(string | undefined)",
2794
3030
  value: input3.id
@@ -2804,7 +3040,7 @@ var validTermdbClusterRequest = (input) => {
2804
3040
  path: _path2 + ".settings",
2805
3041
  expected: "(__type.o5 | undefined)",
2806
3042
  value: input3.settings
2807
- })) && $vo38(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3043
+ })) && $vo39(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2808
3044
  path: _path2 + ".settings",
2809
3045
  expected: "(__type.o5 | undefined)",
2810
3046
  value: input3.settings
@@ -2818,22 +3054,22 @@ var validTermdbClusterRequest = (input) => {
2818
3054
  value: input3.type
2819
3055
  }), ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) || $report(_exceptionable2, {
2820
3056
  path: _path2 + ".term",
2821
- expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name?: string | undefined; type: "metaboliteIntensity"; metabolite: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | never.o4 | never.o5 | never.o6 | never.o7)',
3057
+ expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name: string; type: "metaboliteIntensity"; metabolite: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | never.o10 | never.o11 | never.o12 | never.o8 | never.o9)',
2822
3058
  value: input3.term
2823
3059
  })) && $vu13(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2824
3060
  path: _path2 + ".term",
2825
- expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name?: string | undefined; type: "metaboliteIntensity"; metabolite: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | never.o4 | never.o5 | never.o6 | never.o7)',
3061
+ expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name: string; type: "metaboliteIntensity"; metabolite: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | never.o10 | never.o11 | never.o12 | never.o8 | never.o9)',
2826
3062
  value: input3.term
2827
3063
  }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
2828
3064
  path: _path2 + ".q",
2829
3065
  expected: "SplineNumericQ",
2830
3066
  value: input3.q
2831
- })) && $vo50(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3067
+ })) && $vo56(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2832
3068
  path: _path2 + ".q",
2833
3069
  expected: "SplineNumericQ",
2834
3070
  value: input3.q
2835
3071
  })].every((flag) => flag);
2836
- const $vo63 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.genome || $report(_exceptionable2, {
3072
+ const $vo70 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.genome || $report(_exceptionable2, {
2837
3073
  path: _path2 + ".genome",
2838
3074
  expected: "string",
2839
3075
  value: input3.genome
@@ -2865,12 +3101,12 @@ var validTermdbClusterRequest = (input) => {
2865
3101
  path: _path2 + ".terms",
2866
3102
  expected: "Array<NumericTW>",
2867
3103
  value: input3.terms
2868
- })) && input3.terms.map((elem, _index45) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2869
- path: _path2 + ".terms[" + _index45 + "]",
3104
+ })) && input3.terms.map((elem, _index49) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3105
+ path: _path2 + ".terms[" + _index49 + "]",
2870
3106
  expected: "NumericTW",
2871
3107
  value: elem
2872
- })) && $vo64(elem, _path2 + ".terms[" + _index45 + "]", _exceptionable2) || $report(_exceptionable2, {
2873
- path: _path2 + ".terms[" + _index45 + "]",
3108
+ })) && $vo71(elem, _path2 + ".terms[" + _index49 + "]", _exceptionable2) || $report(_exceptionable2, {
3109
+ path: _path2 + ".terms[" + _index49 + "]",
2874
3110
  expected: "NumericTW",
2875
3111
  value: elem
2876
3112
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2882,7 +3118,7 @@ var validTermdbClusterRequest = (input) => {
2882
3118
  expected: "(string | undefined)",
2883
3119
  value: input3.zScoreTransformation
2884
3120
  })].every((flag) => flag);
2885
- const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3121
+ const $vo71 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2886
3122
  path: _path2 + ".id",
2887
3123
  expected: "(string | undefined)",
2888
3124
  value: input3.id
@@ -2898,7 +3134,7 @@ var validTermdbClusterRequest = (input) => {
2898
3134
  path: _path2 + ".settings",
2899
3135
  expected: "(__type.o5 | undefined)",
2900
3136
  value: input3.settings
2901
- })) && $vo38(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3137
+ })) && $vo39(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2902
3138
  path: _path2 + ".settings",
2903
3139
  expected: "(__type.o5 | undefined)",
2904
3140
  value: input3.settings
@@ -2908,11 +3144,11 @@ var validTermdbClusterRequest = (input) => {
2908
3144
  value: input3.minNumSamples
2909
3145
  }), true, ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2910
3146
  path: _path2 + ".term",
2911
- expected: "(DateTerm | GeneExpressionTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)",
3147
+ 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)',
2912
3148
  value: input3.term
2913
3149
  })) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2914
3150
  path: _path2 + ".term",
2915
- expected: "(DateTerm | GeneExpressionTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)",
3151
+ 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)',
2916
3152
  value: input3.term
2917
3153
  }), ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) || $report(_exceptionable2, {
2918
3154
  path: _path2 + ".q",
@@ -2954,9 +3190,9 @@ var validTermdbClusterRequest = (input) => {
2954
3190
  })();
2955
3191
  const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
2956
3192
  if ("gene" === input3.kind)
2957
- return $vo33(input3, _path2, _exceptionable2);
2958
- if ("coord" === input3.kind)
2959
3193
  return $vo34(input3, _path2, _exceptionable2);
3194
+ if ("coord" === input3.kind)
3195
+ return $vo35(input3, _path2, _exceptionable2);
2960
3196
  return $report(_exceptionable2, {
2961
3197
  path: _path2,
2962
3198
  expected: "(BaseTerm & Gene | BaseTerm & Coord)",
@@ -2965,15 +3201,15 @@ var validTermdbClusterRequest = (input) => {
2965
3201
  })();
2966
3202
  const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
2967
3203
  if ("NumTWSpline" === input3.type)
2968
- return $vo49(input3, _path2, _exceptionable2);
3204
+ return $vo55(input3, _path2, _exceptionable2);
2969
3205
  if ("NumTWCont" === input3.type)
2970
- return $vo47(input3, _path2, _exceptionable2);
3206
+ return $vo53(input3, _path2, _exceptionable2);
2971
3207
  if ("NumTWBinary" === input3.type)
2972
- return $vo45(input3, _path2, _exceptionable2);
3208
+ return $vo51(input3, _path2, _exceptionable2);
2973
3209
  if ("NumTWCustomBin" === input3.type)
2974
- return $vo44(input3, _path2, _exceptionable2);
3210
+ return $vo50(input3, _path2, _exceptionable2);
2975
3211
  if ("NumTWRegularBin" === input3.type)
2976
- return $vo37(input3, _path2, _exceptionable2);
3212
+ return $vo38(input3, _path2, _exceptionable2);
2977
3213
  return $report(_exceptionable2, {
2978
3214
  path: _path2,
2979
3215
  expected: '(BaseTW & { type: "NumTWSpline"; term: NumericTerm; q: SplineNumericQ; } & { term: GeneExpressionTerm; } | BaseTW & { type: "NumTWCont"; term: NumericTerm; q: ContinuousNumericQ; } & { term: GeneExpressionTerm; } | BaseTW & { type: "NumTWBinary"; term: NumericTerm; q: BinaryNumericQ; } & { term: GeneExpressionTerm; } | BaseTW & { type: "NumTWCustomBin"; term: NumericTerm; q: CustomNumericBinConfig; } & { term: GeneExpressionTerm; } | BaseTW & { type: "NumTWRegularBin"; term: NumericTerm; q: RegularNumericBinConfig; } & { term: GeneExpressionTerm; })',
@@ -2982,15 +3218,15 @@ var validTermdbClusterRequest = (input) => {
2982
3218
  })();
2983
3219
  const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
2984
3220
  if ("NumTWSpline" === input3.type)
2985
- return $vo62(input3, _path2, _exceptionable2);
3221
+ return $vo69(input3, _path2, _exceptionable2);
2986
3222
  if ("NumTWCont" === input3.type)
2987
- return $vo61(input3, _path2, _exceptionable2);
3223
+ return $vo68(input3, _path2, _exceptionable2);
2988
3224
  if ("NumTWBinary" === input3.type)
2989
- return $vo60(input3, _path2, _exceptionable2);
3225
+ return $vo67(input3, _path2, _exceptionable2);
2990
3226
  if ("NumTWCustomBin" === input3.type)
2991
- return $vo59(input3, _path2, _exceptionable2);
3227
+ return $vo66(input3, _path2, _exceptionable2);
2992
3228
  if ("NumTWRegularBin" === input3.type)
2993
- return $vo53(input3, _path2, _exceptionable2);
3229
+ return $vo59(input3, _path2, _exceptionable2);
2994
3230
  return $report(_exceptionable2, {
2995
3231
  path: _path2,
2996
3232
  expected: '(BaseTW & { type: "NumTWSpline"; term: NumericTerm; q: SplineNumericQ; } & { term: MetaboliteIntensityTerm; } | BaseTW & { type: "NumTWCont"; term: NumericTerm; q: ContinuousNumericQ; } & { term: MetaboliteIntensityTerm; } | BaseTW & { type: "NumTWBinary"; term: NumericTerm; q: BinaryNumericQ; } & { term: MetaboliteIntensityTerm; } | BaseTW & { type: "NumTWCustomBin"; term: NumericTerm; q: CustomNumericBinConfig; } & { term: MetaboliteIntensityTerm; } | BaseTW & { type: "NumTWRegularBin"; term: NumericTerm; q: RegularNumericBinConfig; } & { term: MetaboliteIntensityTerm; })',
@@ -3022,24 +3258,18 @@ var validTermdbClusterRequest = (input) => {
3022
3258
  const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
3023
3259
  if (void 0 !== input3.ranges)
3024
3260
  return $vo12(input3, _path2, _exceptionable2);
3025
- return $vo3(input3, _path2, false) || $vo27(input3, _path2, false) || $vo30(input3, _path2, false);
3261
+ return $vo3(input3, _path2, false) || $vo28(input3, _path2, false) || $vo31(input3, _path2, false);
3026
3262
  })();
3027
3263
  const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
3028
3264
  if ("integer" === input3.type || "float" === input3.type)
3029
3265
  return $vo13(input3, _path2, _exceptionable2);
3030
- if ("geneExpression" === input3.type)
3031
- return $vo22(input3, _path2, _exceptionable2);
3032
- if ("date" === input3.type)
3033
- return $vo24(input3, _path2, _exceptionable2);
3034
3266
  if ("metaboliteIntensity" === input3.type)
3035
- return $vo23(input3, _path2, _exceptionable2);
3036
- if ("ssGSEA" === input3.type)
3267
+ return $vo24(input3, _path2, _exceptionable2);
3268
+ if ("date" === input3.type)
3037
3269
  return $vo25(input3, _path2, _exceptionable2);
3038
- return $report(_exceptionable2, {
3039
- path: _path2,
3040
- expected: "(NumericDictTerm | GeneExpressionTerm | DateTerm | MetaboliteIntensityTerm | SsGSEATerm)",
3041
- value: input3
3042
- });
3270
+ if ("ssGSEA" === input3.type)
3271
+ return $vo26(input3, _path2, _exceptionable2);
3272
+ return $vo23(input3, _path2, false) || $vo22(input3, _path2, false);
3043
3273
  })();
3044
3274
  const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
3045
3275
  if ("regular-bin" === input3.type)
@@ -3054,37 +3284,33 @@ var validTermdbClusterRequest = (input) => {
3054
3284
  })();
3055
3285
  const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
3056
3286
  if ("gene" === input3.kind)
3057
- return $vo32(input3, _path2, _exceptionable2);
3287
+ return $vo33(input3, _path2, _exceptionable2);
3058
3288
  if ("coord" === input3.kind)
3059
- return $vo35(input3, _path2, _exceptionable2);
3289
+ return $vo36(input3, _path2, _exceptionable2);
3060
3290
  return $report(_exceptionable2, {
3061
3291
  path: _path2,
3062
3292
  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; })',
3063
3293
  value: input3
3064
3294
  });
3065
3295
  })();
3066
- const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
3067
- if (void 0 !== input3.type)
3068
- return $vo40(input3, _path2, _exceptionable2);
3069
- return $vo39(input3, _path2, false) || $vo43(input3, _path2, false) || $vo42(input3, _path2, false) || $vo41(input3, _path2, false);
3070
- })();
3296
+ const $vu12 = (input3, _path2, _exceptionable2 = true) => $vo23(input3, _path2, false) || $vo22(input3, _path2, false) || $vo49(input3, _path2, false) || $vo48(input3, _path2, false) || $vo47(input3, _path2, false) || $vo46(input3, _path2, false) || $vo45(input3, _path2, false) || $vo44(input3, _path2, false) || $vo41(input3, _path2, false) || $vo40(input3, _path2, false) || $vo43(input3, _path2, false) || $vo42(input3, _path2, false);
3071
3297
  const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
3072
3298
  if (void 0 !== input3.type)
3073
- return $vo56(input3, _path2, _exceptionable2);
3074
- return $vo58(input3, _path2, false) || $vo57(input3, _path2, false) || $vo55(input3, _path2, false) || $vo54(input3, _path2, false);
3299
+ return $vo63(input3, _path2, _exceptionable2);
3300
+ return $vo65(input3, _path2, false) || $vo64(input3, _path2, false) || $vo62(input3, _path2, false) || $vo61(input3, _path2, false) || $vo60(input3, _path2, false);
3075
3301
  })();
3076
3302
  const $vu14 = (input3, _path2, _exceptionable2 = true) => (() => {
3077
3303
  if ("regular-bin" === input3.type)
3078
3304
  return $vo16(input3, _path2, _exceptionable2);
3079
3305
  if ("spline" === input3.mode)
3080
- return $vo50(input3, _path2, _exceptionable2);
3081
- return $vo21(input3, _path2, false) || $vo46(input3, _path2, false) || $vo48(input3, _path2, false);
3306
+ return $vo56(input3, _path2, _exceptionable2);
3307
+ return $vo21(input3, _path2, false) || $vo52(input3, _path2, false) || $vo54(input3, _path2, false);
3082
3308
  })();
3083
3309
  const $vu15 = (input3, _path2, _exceptionable2 = true) => (() => {
3084
3310
  if ("numericDictTerm" === input3.dataType)
3085
- return $vo63(input3, _path2, _exceptionable2);
3311
+ return $vo70(input3, _path2, _exceptionable2);
3086
3312
  if ("metaboliteIntensity" === input3.dataType)
3087
- return $vo52(input3, _path2, _exceptionable2);
3313
+ return $vo58(input3, _path2, _exceptionable2);
3088
3314
  if ("geneExpression" === input3.dataType)
3089
3315
  return $vo0(input3, _path2, _exceptionable2);
3090
3316
  return $report(_exceptionable2, {
@@ -3140,7 +3366,7 @@ var validTermdbClusterResponse = (input) => {
3140
3366
  });
3141
3367
  const $io9 = (input3) => "string" === typeof input3.text && (Array.isArray(input3.lst) && input3.lst.every((elem) => "string" === typeof elem));
3142
3368
  const $io10 = (input3) => "object" === typeof input3.term && null !== input3.term && $iu4(input3.term) && true;
3143
- const $io11 = (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) && $io12(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))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io18(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io42(elem)));
3369
+ const $io11 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io25(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io26(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);
3144
3370
  const $io12 = (input3) => Object.keys(input3).every((key) => {
3145
3371
  const value = input3[key];
3146
3372
  if (void 0 === value)
@@ -3178,9 +3404,9 @@ var validTermdbClusterResponse = (input) => {
3178
3404
  const $io30 = (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);
3179
3405
  const $io31 = (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);
3180
3406
  const $io32 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io28(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);
3181
- const $io33 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io25(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 && $io26(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);
3407
+ const $io33 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io25(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io26(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;
3182
3408
  const $io34 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io25(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 && $io26(input3.bins));
3183
- const $io35 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io25(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 && $io26(input3.bins));
3409
+ const $io35 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io25(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io26(input3.bins));
3184
3410
  const $io36 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io25(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 && $io26(input3.bins));
3185
3411
  const $io37 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
3186
3412
  const $io38 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io39(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 && $io40(elem)));
@@ -3193,12 +3419,12 @@ var validTermdbClusterResponse = (input) => {
3193
3419
  const $io45 = (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) && $io12(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;
3194
3420
  const $io46 = (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) && $io12(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 && $io18(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io42(elem)));
3195
3421
  const $io47 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
3196
- const $io48 = (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) && $io12(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))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io18(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io42(elem)));
3197
- const $io49 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io25(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 && $io26(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);
3422
+ const $io48 = (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) && $io12(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))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io18(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io42(elem)));
3423
+ const $io49 = (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) && $io12(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))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io18(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io42(elem)));
3198
3424
  const $io50 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io25(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 && $io26(input3.bins));
3199
3425
  const $io51 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === 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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io18(input3.groupsetting));
3200
3426
  const $io52 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io25(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io26(input3.bins));
3201
- const $io53 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io25(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 && $io26(input3.bins));
3427
+ const $io53 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io25(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io26(input3.bins));
3202
3428
  const $io54 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io25(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 && $io26(input3.bins));
3203
3429
  const $io55 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
3204
3430
  const $io56 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io57(elem)));
@@ -3247,25 +3473,27 @@ var validTermdbClusterResponse = (input) => {
3247
3473
  return false;
3248
3474
  })();
3249
3475
  const $iu4 = (input3) => (() => {
3250
- if ("gene" === input3.kind)
3251
- return $io11(input3);
3252
- if ("coord" === input3.kind)
3253
- return $io48(input3);
3254
- if ("geneExpression" === input3.type)
3255
- return $io49(input3);
3256
3476
  if ("metaboliteIntensity" === input3.type)
3257
3477
  return $io50(input3);
3258
3478
  if ("categorical" === input3.type)
3259
3479
  return $io51(input3);
3260
- if ("integer" === input3.type || "float" === input3.type)
3261
- return $io52(input3);
3262
3480
  if ("date" === input3.type)
3263
3481
  return $io53(input3);
3482
+ if ("integer" === input3.type || "float" === input3.type)
3483
+ return $io52(input3);
3264
3484
  if ("ssGSEA" === input3.type)
3265
3485
  return $io54(input3);
3266
3486
  if ("condition" === input3.type)
3267
3487
  return $io55(input3);
3268
3488
  return (() => {
3489
+ if ($io33(input3))
3490
+ return $io33(input3);
3491
+ if ($io11(input3))
3492
+ return $io11(input3);
3493
+ if ($io48(input3))
3494
+ return $io48(input3);
3495
+ if ($io49(input3))
3496
+ return $io49(input3);
3269
3497
  if ($io56(input3))
3270
3498
  return $io56(input3);
3271
3499
  if ($io60(input3))
@@ -3289,15 +3517,19 @@ var validTermdbClusterResponse = (input) => {
3289
3517
  const $iu6 = (input3) => (() => {
3290
3518
  if ("integer" === input3.type || "float" === input3.type)
3291
3519
  return $io24(input3);
3292
- if ("geneExpression" === input3.type)
3293
- return $io33(input3);
3294
- if ("date" === input3.type)
3295
- return $io35(input3);
3296
3520
  if ("metaboliteIntensity" === input3.type)
3297
3521
  return $io34(input3);
3522
+ if ("date" === input3.type)
3523
+ return $io35(input3);
3298
3524
  if ("ssGSEA" === input3.type)
3299
3525
  return $io36(input3);
3300
- return false;
3526
+ return (() => {
3527
+ if ($io33(input3))
3528
+ return $io33(input3);
3529
+ if ($io11(input3))
3530
+ return $io11(input3);
3531
+ return false;
3532
+ })();
3301
3533
  })();
3302
3534
  const $iu7 = (input3) => (() => {
3303
3535
  if ("regular-bin" === input3.type)
@@ -3544,11 +3776,11 @@ var validTermdbClusterResponse = (input) => {
3544
3776
  })].every((flag) => flag);
3545
3777
  const $vo10 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
3546
3778
  path: _path2 + ".term",
3547
- expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { gene: string; name: string; type: "geneExpression"; bins?: PresetNumericBins | undefined; chr?: string | undefined; start?: number | undefined; stop?: number | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { genes?: string[] | undefined; name?: string | undefined; type: "ssGSEA"; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id?: string | undefined; type: "integer" | "float"; bins: PresetNumericBins; values?: TermValues | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name?: string | undefined; type: "date"; metabolite: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name?: string | undefined; type: "metaboliteIntensity"; metabolite: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { values: SampleLstTermValues; })',
3779
+ expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { genes?: string[] | undefined; name?: string | undefined; type: "ssGSEA"; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id?: string | undefined; type: "integer" | "float"; bins: PresetNumericBins; values?: TermValues | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name: string; type: "date"; bins?: PresetNumericBins | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name: string; type: "metaboliteIntensity"; metabolite: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | 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 | BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { values: SampleLstTermValues; })',
3548
3780
  value: input3.term
3549
3781
  })) && $vu4(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3550
3782
  path: _path2 + ".term",
3551
- expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { gene: string; name: string; type: "geneExpression"; bins?: PresetNumericBins | undefined; chr?: string | undefined; start?: number | undefined; stop?: number | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { genes?: string[] | undefined; name?: string | undefined; type: "ssGSEA"; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id?: string | undefined; type: "integer" | "float"; bins: PresetNumericBins; values?: TermValues | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name?: string | undefined; type: "date"; metabolite: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name?: string | undefined; type: "metaboliteIntensity"; metabolite: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { values: SampleLstTermValues; })',
3783
+ expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { genes?: string[] | undefined; name?: string | undefined; type: "ssGSEA"; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id?: string | undefined; type: "integer" | "float"; bins: PresetNumericBins; values?: TermValues | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name: string; type: "date"; bins?: PresetNumericBins | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name: string; type: "metaboliteIntensity"; metabolite: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | 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 | BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { values: SampleLstTermValues; })',
3552
3784
  value: input3.term
3553
3785
  }), true].every((flag) => flag);
3554
3786
  const $vo11 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
@@ -3559,9 +3791,9 @@ var validTermdbClusterResponse = (input) => {
3559
3791
  path: _path2 + ".name",
3560
3792
  expected: "string",
3561
3793
  value: input3.name
3562
- }), "geneVariant" === input3.type || $report(_exceptionable2, {
3794
+ }), "geneExpression" === input3.type || $report(_exceptionable2, {
3563
3795
  path: _path2 + ".type",
3564
- expected: '"geneVariant"',
3796
+ expected: '"geneExpression"',
3565
3797
  value: input3.type
3566
3798
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
3567
3799
  path: _path2 + ".child_types",
@@ -3607,9 +3839,29 @@ var validTermdbClusterResponse = (input) => {
3607
3839
  path: _path2 + ".skipValuesBuild",
3608
3840
  expected: "(boolean | undefined)",
3609
3841
  value: input3.skipValuesBuild
3610
- }), "gene" === input3.kind || $report(_exceptionable2, {
3842
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
3843
+ path: _path2 + ".continuousColorScale",
3844
+ expected: "(__type.o8 | undefined)",
3845
+ value: input3.continuousColorScale
3846
+ })) && $vo25(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
3847
+ path: _path2 + ".continuousColorScale",
3848
+ expected: "(__type.o8 | undefined)",
3849
+ value: input3.continuousColorScale
3850
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
3851
+ path: _path2 + ".unit",
3852
+ expected: "(string | undefined)",
3853
+ value: input3.unit
3854
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
3855
+ path: _path2 + ".bins",
3856
+ expected: "(PresetNumericBins | undefined)",
3857
+ value: input3.bins
3858
+ })) && $vo26(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
3859
+ path: _path2 + ".bins",
3860
+ expected: "(PresetNumericBins | undefined)",
3861
+ value: input3.bins
3862
+ }), void 0 === input3.kind || "gene" === input3.kind || $report(_exceptionable2, {
3611
3863
  path: _path2 + ".kind",
3612
- expected: '"gene"',
3864
+ expected: '("gene" | undefined)',
3613
3865
  value: input3.kind
3614
3866
  }), "string" === typeof input3.gene || $report(_exceptionable2, {
3615
3867
  path: _path2 + ".gene",
@@ -3627,46 +3879,6 @@ var validTermdbClusterResponse = (input) => {
3627
3879
  path: _path2 + ".stop",
3628
3880
  expected: "(number | undefined)",
3629
3881
  value: input3.stop
3630
- }), (Array.isArray(input3.genes) || $report(_exceptionable2, {
3631
- path: _path2 + ".genes",
3632
- expected: "Array<GvGeneTerm>",
3633
- value: input3.genes
3634
- })) && input3.genes.map((elem, _index11) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3635
- path: _path2 + ".genes[" + _index11 + "]",
3636
- expected: "(BaseTerm & Coord | BaseTerm & Gene)",
3637
- value: elem
3638
- })) && $vu3(elem, _path2 + ".genes[" + _index11 + "]", _exceptionable2) || $report(_exceptionable2, {
3639
- path: _path2 + ".genes[" + _index11 + "]",
3640
- expected: "(BaseTerm & Coord | BaseTerm & Gene)",
3641
- value: elem
3642
- })).every((flag) => flag) || $report(_exceptionable2, {
3643
- path: _path2 + ".genes",
3644
- expected: "Array<GvGeneTerm>",
3645
- value: input3.genes
3646
- }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
3647
- path: _path2 + ".groupsetting",
3648
- expected: "TermGroupSetting",
3649
- value: input3.groupsetting
3650
- })) && $vo18(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
3651
- path: _path2 + ".groupsetting",
3652
- expected: "TermGroupSetting",
3653
- value: input3.groupsetting
3654
- }), (Array.isArray(input3.childTerms) || $report(_exceptionable2, {
3655
- path: _path2 + ".childTerms",
3656
- expected: "Array<DtTerm>",
3657
- value: input3.childTerms
3658
- })) && input3.childTerms.map((elem, _index12) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3659
- path: _path2 + ".childTerms[" + _index12 + "]",
3660
- expected: "DtTerm",
3661
- value: elem
3662
- })) && $vo42(elem, _path2 + ".childTerms[" + _index12 + "]", _exceptionable2) || $report(_exceptionable2, {
3663
- path: _path2 + ".childTerms[" + _index12 + "]",
3664
- expected: "DtTerm",
3665
- value: elem
3666
- })).every((flag) => flag) || $report(_exceptionable2, {
3667
- path: _path2 + ".childTerms",
3668
- expected: "Array<DtTerm>",
3669
- value: input3.childTerms
3670
3882
  })].every((flag) => flag);
3671
3883
  const $vo12 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3672
3884
  const value = input3[key];
@@ -3747,12 +3959,12 @@ var validTermdbClusterResponse = (input) => {
3747
3959
  path: _path2 + ".lst",
3748
3960
  expected: 'Array<Filter | { type: "tvs"; tvs: Tvs; }>',
3749
3961
  value: input3.lst
3750
- })) && input3.lst.map((elem, _index13) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3751
- path: _path2 + ".lst[" + _index13 + "]",
3962
+ })) && input3.lst.map((elem, _index11) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3963
+ path: _path2 + ".lst[" + _index11 + "]",
3752
3964
  expected: "(Filter | __type.o6)",
3753
3965
  value: elem
3754
- })) && $vu0(elem, _path2 + ".lst[" + _index13 + "]", _exceptionable2) || $report(_exceptionable2, {
3755
- path: _path2 + ".lst[" + _index13 + "]",
3966
+ })) && $vu0(elem, _path2 + ".lst[" + _index11 + "]", _exceptionable2) || $report(_exceptionable2, {
3967
+ path: _path2 + ".lst[" + _index11 + "]",
3756
3968
  expected: "(Filter | __type.o6)",
3757
3969
  value: elem
3758
3970
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3797,12 +4009,12 @@ var validTermdbClusterResponse = (input) => {
3797
4009
  path: _path2 + ".values",
3798
4010
  expected: "Array<BaseValue>",
3799
4011
  value: input3.values
3800
- })) && input3.values.map((elem, _index14) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || $report(_exceptionable2, {
3801
- path: _path2 + ".values[" + _index14 + "]",
4012
+ })) && input3.values.map((elem, _index12) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || $report(_exceptionable2, {
4013
+ path: _path2 + ".values[" + _index12 + "]",
3802
4014
  expected: "BaseValue",
3803
4015
  value: elem
3804
- })) && $vo13(elem, _path2 + ".values[" + _index14 + "]", _exceptionable2) || $report(_exceptionable2, {
3805
- path: _path2 + ".values[" + _index14 + "]",
4016
+ })) && $vo13(elem, _path2 + ".values[" + _index12 + "]", _exceptionable2) || $report(_exceptionable2, {
4017
+ path: _path2 + ".values[" + _index12 + "]",
3806
4018
  expected: "BaseValue",
3807
4019
  value: elem
3808
4020
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3826,8 +4038,8 @@ var validTermdbClusterResponse = (input) => {
3826
4038
  path: _path2 + ".child_types",
3827
4039
  expected: "(Array<string> | undefined)",
3828
4040
  value: input3.child_types
3829
- })) && input3.child_types.map((elem, _index15) => "string" === typeof elem || $report(_exceptionable2, {
3830
- path: _path2 + ".child_types[" + _index15 + "]",
4041
+ })) && input3.child_types.map((elem, _index13) => "string" === typeof elem || $report(_exceptionable2, {
4042
+ path: _path2 + ".child_types[" + _index13 + "]",
3831
4043
  expected: "string",
3832
4044
  value: elem
3833
4045
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3842,8 +4054,8 @@ var validTermdbClusterResponse = (input) => {
3842
4054
  path: _path2 + ".included_types",
3843
4055
  expected: "(Array<string> | undefined)",
3844
4056
  value: input3.included_types
3845
- })) && input3.included_types.map((elem, _index16) => "string" === typeof elem || $report(_exceptionable2, {
3846
- path: _path2 + ".included_types[" + _index16 + "]",
4057
+ })) && input3.included_types.map((elem, _index14) => "string" === typeof elem || $report(_exceptionable2, {
4058
+ path: _path2 + ".included_types[" + _index14 + "]",
3847
4059
  expected: "string",
3848
4060
  value: elem
3849
4061
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3883,12 +4095,12 @@ var validTermdbClusterResponse = (input) => {
3883
4095
  path: _path2 + ".lst",
3884
4096
  expected: "(Array<Groupset> | undefined)",
3885
4097
  value: input3.lst
3886
- })) && input3.lst.map((elem, _index17) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3887
- path: _path2 + ".lst[" + _index17 + "]",
4098
+ })) && input3.lst.map((elem, _index15) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4099
+ path: _path2 + ".lst[" + _index15 + "]",
3888
4100
  expected: "Groupset",
3889
4101
  value: elem
3890
- })) && $vo19(elem, _path2 + ".lst[" + _index17 + "]", _exceptionable2) || $report(_exceptionable2, {
3891
- path: _path2 + ".lst[" + _index17 + "]",
4102
+ })) && $vo19(elem, _path2 + ".lst[" + _index15 + "]", _exceptionable2) || $report(_exceptionable2, {
4103
+ path: _path2 + ".lst[" + _index15 + "]",
3892
4104
  expected: "Groupset",
3893
4105
  value: elem
3894
4106
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3916,12 +4128,12 @@ var validTermdbClusterResponse = (input) => {
3916
4128
  path: _path2 + ".groups",
3917
4129
  expected: "Array<GroupEntry>",
3918
4130
  value: input3.groups
3919
- })) && input3.groups.map((elem, _index18) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3920
- path: _path2 + ".groups[" + _index18 + "]",
4131
+ })) && input3.groups.map((elem, _index16) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4132
+ path: _path2 + ".groups[" + _index16 + "]",
3921
4133
  expected: "(FilterGroup | ValuesGroup)",
3922
4134
  value: elem
3923
- })) && $vu1(elem, _path2 + ".groups[" + _index18 + "]", _exceptionable2) || $report(_exceptionable2, {
3924
- path: _path2 + ".groups[" + _index18 + "]",
4135
+ })) && $vu1(elem, _path2 + ".groups[" + _index16 + "]", _exceptionable2) || $report(_exceptionable2, {
4136
+ path: _path2 + ".groups[" + _index16 + "]",
3925
4137
  expected: "(FilterGroup | ValuesGroup)",
3926
4138
  value: elem
3927
4139
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3941,12 +4153,12 @@ var validTermdbClusterResponse = (input) => {
3941
4153
  path: _path2 + ".values",
3942
4154
  expected: "Array<__type>.o4",
3943
4155
  value: input3.values
3944
- })) && input3.values.map((elem, _index19) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3945
- path: _path2 + ".values[" + _index19 + "]",
4156
+ })) && input3.values.map((elem, _index17) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4157
+ path: _path2 + ".values[" + _index17 + "]",
3946
4158
  expected: "__type.o7",
3947
4159
  value: elem
3948
- })) && $vo21(elem, _path2 + ".values[" + _index19 + "]", _exceptionable2) || $report(_exceptionable2, {
3949
- path: _path2 + ".values[" + _index19 + "]",
4160
+ })) && $vo21(elem, _path2 + ".values[" + _index17 + "]", _exceptionable2) || $report(_exceptionable2, {
4161
+ path: _path2 + ".values[" + _index17 + "]",
3950
4162
  expected: "__type.o7",
3951
4163
  value: elem
3952
4164
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3998,22 +4210,22 @@ var validTermdbClusterResponse = (input) => {
3998
4210
  value: input3.isnot
3999
4211
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
4000
4212
  path: _path2 + ".term",
4001
- expected: "(DateTerm | GeneExpressionTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)",
4213
+ 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)',
4002
4214
  value: input3.term
4003
4215
  })) && $vu6(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4004
4216
  path: _path2 + ".term",
4005
- expected: "(DateTerm | GeneExpressionTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)",
4217
+ 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)',
4006
4218
  value: input3.term
4007
4219
  }), (Array.isArray(input3.ranges) || $report(_exceptionable2, {
4008
4220
  path: _path2 + ".ranges",
4009
4221
  expected: "Array<NumericBin>",
4010
4222
  value: input3.ranges
4011
- })) && input3.ranges.map((elem, _index20) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4012
- path: _path2 + ".ranges[" + _index20 + "]",
4223
+ })) && input3.ranges.map((elem, _index18) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4224
+ path: _path2 + ".ranges[" + _index18 + "]",
4013
4225
  expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
4014
4226
  value: elem
4015
- })) && $vu2(elem, _path2 + ".ranges[" + _index20 + "]", _exceptionable2) || $report(_exceptionable2, {
4016
- path: _path2 + ".ranges[" + _index20 + "]",
4227
+ })) && $vu2(elem, _path2 + ".ranges[" + _index18 + "]", _exceptionable2) || $report(_exceptionable2, {
4228
+ path: _path2 + ".ranges[" + _index18 + "]",
4017
4229
  expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
4018
4230
  value: elem
4019
4231
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4024,12 +4236,12 @@ var validTermdbClusterResponse = (input) => {
4024
4236
  path: _path2 + ".values",
4025
4237
  expected: "Array<__type>.o5",
4026
4238
  value: input3.values
4027
- })) && input3.values.map((elem, _index21) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4028
- path: _path2 + ".values[" + _index21 + "]",
4239
+ })) && input3.values.map((elem, _index19) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4240
+ path: _path2 + ".values[" + _index19 + "]",
4029
4241
  expected: "__type.o9",
4030
4242
  value: elem
4031
- })) && $vo37(elem, _path2 + ".values[" + _index21 + "]", _exceptionable2) || $report(_exceptionable2, {
4032
- path: _path2 + ".values[" + _index21 + "]",
4243
+ })) && $vo37(elem, _path2 + ".values[" + _index19 + "]", _exceptionable2) || $report(_exceptionable2, {
4244
+ path: _path2 + ".values[" + _index19 + "]",
4033
4245
  expected: "__type.o9",
4034
4246
  value: elem
4035
4247
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4053,8 +4265,8 @@ var validTermdbClusterResponse = (input) => {
4053
4265
  path: _path2 + ".child_types",
4054
4266
  expected: "(Array<string> | undefined)",
4055
4267
  value: input3.child_types
4056
- })) && input3.child_types.map((elem, _index22) => "string" === typeof elem || $report(_exceptionable2, {
4057
- path: _path2 + ".child_types[" + _index22 + "]",
4268
+ })) && input3.child_types.map((elem, _index20) => "string" === typeof elem || $report(_exceptionable2, {
4269
+ path: _path2 + ".child_types[" + _index20 + "]",
4058
4270
  expected: "string",
4059
4271
  value: elem
4060
4272
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4069,8 +4281,8 @@ var validTermdbClusterResponse = (input) => {
4069
4281
  path: _path2 + ".included_types",
4070
4282
  expected: "(Array<string> | undefined)",
4071
4283
  value: input3.included_types
4072
- })) && input3.included_types.map((elem, _index23) => "string" === typeof elem || $report(_exceptionable2, {
4073
- path: _path2 + ".included_types[" + _index23 + "]",
4284
+ })) && input3.included_types.map((elem, _index21) => "string" === typeof elem || $report(_exceptionable2, {
4285
+ path: _path2 + ".included_types[" + _index21 + "]",
4074
4286
  expected: "string",
4075
4287
  value: elem
4076
4288
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4350,12 +4562,12 @@ var validTermdbClusterResponse = (input) => {
4350
4562
  path: _path2 + ".lst",
4351
4563
  expected: "...(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
4352
4564
  value: input3.lst.slice(1)
4353
- })) && input3.lst.slice(1).map((elem, _index24) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4354
- path: _path2 + ".lst[" + (1 + _index24) + "]",
4565
+ })) && input3.lst.slice(1).map((elem, _index22) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4566
+ path: _path2 + ".lst[" + (1 + _index22) + "]",
4355
4567
  expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
4356
4568
  value: elem
4357
- })) && $vu2(elem, _path2 + ".lst[" + (1 + _index24) + "]", _exceptionable2) || $report(_exceptionable2, {
4358
- path: _path2 + ".lst[" + (1 + _index24) + "]",
4569
+ })) && $vu2(elem, _path2 + ".lst[" + (1 + _index22) + "]", _exceptionable2) || $report(_exceptionable2, {
4570
+ path: _path2 + ".lst[" + (1 + _index22) + "]",
4359
4571
  expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
4360
4572
  value: elem
4361
4573
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4387,8 +4599,8 @@ var validTermdbClusterResponse = (input) => {
4387
4599
  path: _path2 + ".child_types",
4388
4600
  expected: "(Array<string> | undefined)",
4389
4601
  value: input3.child_types
4390
- })) && input3.child_types.map((elem, _index25) => "string" === typeof elem || $report(_exceptionable2, {
4391
- path: _path2 + ".child_types[" + _index25 + "]",
4602
+ })) && input3.child_types.map((elem, _index23) => "string" === typeof elem || $report(_exceptionable2, {
4603
+ path: _path2 + ".child_types[" + _index23 + "]",
4392
4604
  expected: "string",
4393
4605
  value: elem
4394
4606
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4403,8 +4615,8 @@ var validTermdbClusterResponse = (input) => {
4403
4615
  path: _path2 + ".included_types",
4404
4616
  expected: "(Array<string> | undefined)",
4405
4617
  value: input3.included_types
4406
- })) && input3.included_types.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
4407
- path: _path2 + ".included_types[" + _index26 + "]",
4618
+ })) && input3.included_types.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
4619
+ path: _path2 + ".included_types[" + _index24 + "]",
4408
4620
  expected: "string",
4409
4621
  value: elem
4410
4622
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4439,10 +4651,6 @@ var validTermdbClusterResponse = (input) => {
4439
4651
  path: _path2 + ".unit",
4440
4652
  expected: "(string | undefined)",
4441
4653
  value: input3.unit
4442
- }), "string" === typeof input3.gene || $report(_exceptionable2, {
4443
- path: _path2 + ".gene",
4444
- expected: "string",
4445
- value: input3.gene
4446
4654
  }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
4447
4655
  path: _path2 + ".bins",
4448
4656
  expected: "(PresetNumericBins | undefined)",
@@ -4451,17 +4659,25 @@ var validTermdbClusterResponse = (input) => {
4451
4659
  path: _path2 + ".bins",
4452
4660
  expected: "(PresetNumericBins | undefined)",
4453
4661
  value: input3.bins
4454
- }), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
4455
- path: _path2 + ".chr",
4662
+ }), void 0 === input3.kind || "coord" === input3.kind || $report(_exceptionable2, {
4663
+ path: _path2 + ".kind",
4664
+ expected: '("coord" | undefined)',
4665
+ value: input3.kind
4666
+ }), void 0 === input3.gene || "string" === typeof input3.gene || $report(_exceptionable2, {
4667
+ path: _path2 + ".gene",
4456
4668
  expected: "(string | undefined)",
4669
+ value: input3.gene
4670
+ }), "string" === typeof input3.chr || $report(_exceptionable2, {
4671
+ path: _path2 + ".chr",
4672
+ expected: "string",
4457
4673
  value: input3.chr
4458
- }), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
4674
+ }), "number" === typeof input3.start || $report(_exceptionable2, {
4459
4675
  path: _path2 + ".start",
4460
- expected: "(number | undefined)",
4676
+ expected: "number",
4461
4677
  value: input3.start
4462
- }), void 0 === input3.stop || "number" === typeof input3.stop || $report(_exceptionable2, {
4678
+ }), "number" === typeof input3.stop || $report(_exceptionable2, {
4463
4679
  path: _path2 + ".stop",
4464
- expected: "(number | undefined)",
4680
+ expected: "number",
4465
4681
  value: input3.stop
4466
4682
  })].every((flag) => flag);
4467
4683
  const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
@@ -4480,8 +4696,8 @@ var validTermdbClusterResponse = (input) => {
4480
4696
  path: _path2 + ".child_types",
4481
4697
  expected: "(Array<string> | undefined)",
4482
4698
  value: input3.child_types
4483
- })) && input3.child_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
4484
- path: _path2 + ".child_types[" + _index27 + "]",
4699
+ })) && input3.child_types.map((elem, _index25) => "string" === typeof elem || $report(_exceptionable2, {
4700
+ path: _path2 + ".child_types[" + _index25 + "]",
4485
4701
  expected: "string",
4486
4702
  value: elem
4487
4703
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4496,8 +4712,8 @@ var validTermdbClusterResponse = (input) => {
4496
4712
  path: _path2 + ".included_types",
4497
4713
  expected: "(Array<string> | undefined)",
4498
4714
  value: input3.included_types
4499
- })) && input3.included_types.map((elem, _index28) => "string" === typeof elem || $report(_exceptionable2, {
4500
- path: _path2 + ".included_types[" + _index28 + "]",
4715
+ })) && input3.included_types.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
4716
+ path: _path2 + ".included_types[" + _index26 + "]",
4501
4717
  expected: "string",
4502
4718
  value: elem
4503
4719
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4561,8 +4777,8 @@ var validTermdbClusterResponse = (input) => {
4561
4777
  path: _path2 + ".child_types",
4562
4778
  expected: "(Array<string> | undefined)",
4563
4779
  value: input3.child_types
4564
- })) && input3.child_types.map((elem, _index29) => "string" === typeof elem || $report(_exceptionable2, {
4565
- path: _path2 + ".child_types[" + _index29 + "]",
4780
+ })) && input3.child_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
4781
+ path: _path2 + ".child_types[" + _index27 + "]",
4566
4782
  expected: "string",
4567
4783
  value: elem
4568
4784
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4577,8 +4793,8 @@ var validTermdbClusterResponse = (input) => {
4577
4793
  path: _path2 + ".included_types",
4578
4794
  expected: "(Array<string> | undefined)",
4579
4795
  value: input3.included_types
4580
- })) && input3.included_types.map((elem, _index30) => "string" === typeof elem || $report(_exceptionable2, {
4581
- path: _path2 + ".included_types[" + _index30 + "]",
4796
+ })) && input3.included_types.map((elem, _index28) => "string" === typeof elem || $report(_exceptionable2, {
4797
+ path: _path2 + ".included_types[" + _index28 + "]",
4582
4798
  expected: "string",
4583
4799
  value: elem
4584
4800
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4613,10 +4829,6 @@ var validTermdbClusterResponse = (input) => {
4613
4829
  path: _path2 + ".unit",
4614
4830
  expected: "(string | undefined)",
4615
4831
  value: input3.unit
4616
- }), "string" === typeof input3.metabolite || $report(_exceptionable2, {
4617
- path: _path2 + ".metabolite",
4618
- expected: "string",
4619
- value: input3.metabolite
4620
4832
  }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
4621
4833
  path: _path2 + ".bins",
4622
4834
  expected: "(PresetNumericBins | undefined)",
@@ -4642,8 +4854,8 @@ var validTermdbClusterResponse = (input) => {
4642
4854
  path: _path2 + ".child_types",
4643
4855
  expected: "(Array<string> | undefined)",
4644
4856
  value: input3.child_types
4645
- })) && input3.child_types.map((elem, _index31) => "string" === typeof elem || $report(_exceptionable2, {
4646
- path: _path2 + ".child_types[" + _index31 + "]",
4857
+ })) && input3.child_types.map((elem, _index29) => "string" === typeof elem || $report(_exceptionable2, {
4858
+ path: _path2 + ".child_types[" + _index29 + "]",
4647
4859
  expected: "string",
4648
4860
  value: elem
4649
4861
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4658,8 +4870,8 @@ var validTermdbClusterResponse = (input) => {
4658
4870
  path: _path2 + ".included_types",
4659
4871
  expected: "(Array<string> | undefined)",
4660
4872
  value: input3.included_types
4661
- })) && input3.included_types.map((elem, _index32) => "string" === typeof elem || $report(_exceptionable2, {
4662
- path: _path2 + ".included_types[" + _index32 + "]",
4873
+ })) && input3.included_types.map((elem, _index30) => "string" === typeof elem || $report(_exceptionable2, {
4874
+ path: _path2 + ".included_types[" + _index30 + "]",
4663
4875
  expected: "string",
4664
4876
  value: elem
4665
4877
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4698,8 +4910,8 @@ var validTermdbClusterResponse = (input) => {
4698
4910
  path: _path2 + ".genes",
4699
4911
  expected: "(Array<string> | undefined)",
4700
4912
  value: input3.genes
4701
- })) && input3.genes.map((elem, _index33) => "string" === typeof elem || $report(_exceptionable2, {
4702
- path: _path2 + ".genes[" + _index33 + "]",
4913
+ })) && input3.genes.map((elem, _index31) => "string" === typeof elem || $report(_exceptionable2, {
4914
+ path: _path2 + ".genes[" + _index31 + "]",
4703
4915
  expected: "string",
4704
4916
  value: elem
4705
4917
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4764,12 +4976,12 @@ var validTermdbClusterResponse = (input) => {
4764
4976
  path: _path2 + ".grade_and_child",
4765
4977
  expected: "(Array<GradeAndChildEntry> | undefined)",
4766
4978
  value: input3.grade_and_child
4767
- })) && input3.grade_and_child.map((elem, _index34) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4768
- path: _path2 + ".grade_and_child[" + _index34 + "]",
4979
+ })) && input3.grade_and_child.map((elem, _index32) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4980
+ path: _path2 + ".grade_and_child[" + _index32 + "]",
4769
4981
  expected: "GradeAndChildEntry",
4770
4982
  value: elem
4771
- })) && $vo40(elem, _path2 + ".grade_and_child[" + _index34 + "]", _exceptionable2) || $report(_exceptionable2, {
4772
- path: _path2 + ".grade_and_child[" + _index34 + "]",
4983
+ })) && $vo40(elem, _path2 + ".grade_and_child[" + _index32 + "]", _exceptionable2) || $report(_exceptionable2, {
4984
+ path: _path2 + ".grade_and_child[" + _index32 + "]",
4773
4985
  expected: "GradeAndChildEntry",
4774
4986
  value: elem
4775
4987
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4793,8 +5005,8 @@ var validTermdbClusterResponse = (input) => {
4793
5005
  path: _path2 + ".child_types",
4794
5006
  expected: "(Array<string> | undefined)",
4795
5007
  value: input3.child_types
4796
- })) && input3.child_types.map((elem, _index35) => "string" === typeof elem || $report(_exceptionable2, {
4797
- path: _path2 + ".child_types[" + _index35 + "]",
5008
+ })) && input3.child_types.map((elem, _index33) => "string" === typeof elem || $report(_exceptionable2, {
5009
+ path: _path2 + ".child_types[" + _index33 + "]",
4798
5010
  expected: "string",
4799
5011
  value: elem
4800
5012
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4809,8 +5021,8 @@ var validTermdbClusterResponse = (input) => {
4809
5021
  path: _path2 + ".included_types",
4810
5022
  expected: "(Array<string> | undefined)",
4811
5023
  value: input3.included_types
4812
- })) && input3.included_types.map((elem, _index36) => "string" === typeof elem || $report(_exceptionable2, {
4813
- path: _path2 + ".included_types[" + _index36 + "]",
5024
+ })) && input3.included_types.map((elem, _index34) => "string" === typeof elem || $report(_exceptionable2, {
5025
+ path: _path2 + ".included_types[" + _index34 + "]",
4814
5026
  expected: "string",
4815
5027
  value: elem
4816
5028
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4871,12 +5083,12 @@ var validTermdbClusterResponse = (input) => {
4871
5083
  path: _path2 + ".values",
4872
5084
  expected: "Array<__type>.o6",
4873
5085
  value: input3.values
4874
- })) && input3.values.map((elem, _index37) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4875
- path: _path2 + ".values[" + _index37 + "]",
5086
+ })) && input3.values.map((elem, _index35) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
5087
+ path: _path2 + ".values[" + _index35 + "]",
4876
5088
  expected: "__type.o10",
4877
5089
  value: elem
4878
- })) && $vo47(elem, _path2 + ".values[" + _index37 + "]", _exceptionable2) || $report(_exceptionable2, {
4879
- path: _path2 + ".values[" + _index37 + "]",
5090
+ })) && $vo47(elem, _path2 + ".values[" + _index35 + "]", _exceptionable2) || $report(_exceptionable2, {
5091
+ path: _path2 + ".values[" + _index35 + "]",
4880
5092
  expected: "__type.o10",
4881
5093
  value: elem
4882
5094
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4957,8 +5169,8 @@ var validTermdbClusterResponse = (input) => {
4957
5169
  path: _path2 + ".child_types",
4958
5170
  expected: "(Array<string> | undefined)",
4959
5171
  value: input3.child_types
4960
- })) && input3.child_types.map((elem, _index38) => "string" === typeof elem || $report(_exceptionable2, {
4961
- path: _path2 + ".child_types[" + _index38 + "]",
5172
+ })) && input3.child_types.map((elem, _index36) => "string" === typeof elem || $report(_exceptionable2, {
5173
+ path: _path2 + ".child_types[" + _index36 + "]",
4962
5174
  expected: "string",
4963
5175
  value: elem
4964
5176
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4973,8 +5185,8 @@ var validTermdbClusterResponse = (input) => {
4973
5185
  path: _path2 + ".included_types",
4974
5186
  expected: "(Array<string> | undefined)",
4975
5187
  value: input3.included_types
4976
- })) && input3.included_types.map((elem, _index39) => "string" === typeof elem || $report(_exceptionable2, {
4977
- path: _path2 + ".included_types[" + _index39 + "]",
5188
+ })) && input3.included_types.map((elem, _index37) => "string" === typeof elem || $report(_exceptionable2, {
5189
+ path: _path2 + ".included_types[" + _index37 + "]",
4978
5190
  expected: "string",
4979
5191
  value: elem
4980
5192
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -5021,12 +5233,12 @@ var validTermdbClusterResponse = (input) => {
5021
5233
  path: _path2 + ".genes",
5022
5234
  expected: "Array<GvGeneTerm>",
5023
5235
  value: input3.genes
5024
- })) && input3.genes.map((elem, _index40) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
5025
- path: _path2 + ".genes[" + _index40 + "]",
5236
+ })) && input3.genes.map((elem, _index38) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
5237
+ path: _path2 + ".genes[" + _index38 + "]",
5026
5238
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
5027
5239
  value: elem
5028
- })) && $vu3(elem, _path2 + ".genes[" + _index40 + "]", _exceptionable2) || $report(_exceptionable2, {
5029
- path: _path2 + ".genes[" + _index40 + "]",
5240
+ })) && $vu3(elem, _path2 + ".genes[" + _index38 + "]", _exceptionable2) || $report(_exceptionable2, {
5241
+ path: _path2 + ".genes[" + _index38 + "]",
5030
5242
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
5031
5243
  value: elem
5032
5244
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -5045,12 +5257,12 @@ var validTermdbClusterResponse = (input) => {
5045
5257
  path: _path2 + ".childTerms",
5046
5258
  expected: "(Array<DtTerm> | undefined)",
5047
5259
  value: input3.childTerms
5048
- })) && input3.childTerms.map((elem, _index41) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
5049
- path: _path2 + ".childTerms[" + _index41 + "]",
5260
+ })) && input3.childTerms.map((elem, _index39) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
5261
+ path: _path2 + ".childTerms[" + _index39 + "]",
5050
5262
  expected: "DtTerm",
5051
5263
  value: elem
5052
- })) && $vo42(elem, _path2 + ".childTerms[" + _index41 + "]", _exceptionable2) || $report(_exceptionable2, {
5053
- path: _path2 + ".childTerms[" + _index41 + "]",
5264
+ })) && $vo42(elem, _path2 + ".childTerms[" + _index39 + "]", _exceptionable2) || $report(_exceptionable2, {
5265
+ path: _path2 + ".childTerms[" + _index39 + "]",
5054
5266
  expected: "DtTerm",
5055
5267
  value: elem
5056
5268
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -5074,8 +5286,8 @@ var validTermdbClusterResponse = (input) => {
5074
5286
  path: _path2 + ".child_types",
5075
5287
  expected: "(Array<string> | undefined)",
5076
5288
  value: input3.child_types
5077
- })) && input3.child_types.map((elem, _index42) => "string" === typeof elem || $report(_exceptionable2, {
5078
- path: _path2 + ".child_types[" + _index42 + "]",
5289
+ })) && input3.child_types.map((elem, _index40) => "string" === typeof elem || $report(_exceptionable2, {
5290
+ path: _path2 + ".child_types[" + _index40 + "]",
5079
5291
  expected: "string",
5080
5292
  value: elem
5081
5293
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -5090,8 +5302,8 @@ var validTermdbClusterResponse = (input) => {
5090
5302
  path: _path2 + ".included_types",
5091
5303
  expected: "(Array<string> | undefined)",
5092
5304
  value: input3.included_types
5093
- })) && input3.included_types.map((elem, _index43) => "string" === typeof elem || $report(_exceptionable2, {
5094
- path: _path2 + ".included_types[" + _index43 + "]",
5305
+ })) && input3.included_types.map((elem, _index41) => "string" === typeof elem || $report(_exceptionable2, {
5306
+ path: _path2 + ".included_types[" + _index41 + "]",
5095
5307
  expected: "string",
5096
5308
  value: elem
5097
5309
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -5151,8 +5363,8 @@ var validTermdbClusterResponse = (input) => {
5151
5363
  path: _path2 + ".child_types",
5152
5364
  expected: "(Array<string> | undefined)",
5153
5365
  value: input3.child_types
5154
- })) && input3.child_types.map((elem, _index44) => "string" === typeof elem || $report(_exceptionable2, {
5155
- path: _path2 + ".child_types[" + _index44 + "]",
5366
+ })) && input3.child_types.map((elem, _index42) => "string" === typeof elem || $report(_exceptionable2, {
5367
+ path: _path2 + ".child_types[" + _index42 + "]",
5156
5368
  expected: "string",
5157
5369
  value: elem
5158
5370
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -5167,8 +5379,8 @@ var validTermdbClusterResponse = (input) => {
5167
5379
  path: _path2 + ".included_types",
5168
5380
  expected: "(Array<string> | undefined)",
5169
5381
  value: input3.included_types
5170
- })) && input3.included_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
5171
- path: _path2 + ".included_types[" + _index45 + "]",
5382
+ })) && input3.included_types.map((elem, _index43) => "string" === typeof elem || $report(_exceptionable2, {
5383
+ path: _path2 + ".included_types[" + _index43 + "]",
5172
5384
  expected: "string",
5173
5385
  value: elem
5174
5386
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -5224,8 +5436,8 @@ var validTermdbClusterResponse = (input) => {
5224
5436
  path: _path2 + ".child_types",
5225
5437
  expected: "(Array<string> | undefined)",
5226
5438
  value: input3.child_types
5227
- })) && input3.child_types.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
5228
- path: _path2 + ".child_types[" + _index46 + "]",
5439
+ })) && input3.child_types.map((elem, _index44) => "string" === typeof elem || $report(_exceptionable2, {
5440
+ path: _path2 + ".child_types[" + _index44 + "]",
5229
5441
  expected: "string",
5230
5442
  value: elem
5231
5443
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -5240,8 +5452,8 @@ var validTermdbClusterResponse = (input) => {
5240
5452
  path: _path2 + ".included_types",
5241
5453
  expected: "(Array<string> | undefined)",
5242
5454
  value: input3.included_types
5243
- })) && input3.included_types.map((elem, _index47) => "string" === typeof elem || $report(_exceptionable2, {
5244
- path: _path2 + ".included_types[" + _index47 + "]",
5455
+ })) && input3.included_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
5456
+ path: _path2 + ".included_types[" + _index45 + "]",
5245
5457
  expected: "string",
5246
5458
  value: elem
5247
5459
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -5284,12 +5496,12 @@ var validTermdbClusterResponse = (input) => {
5284
5496
  path: _path2 + ".genes",
5285
5497
  expected: "Array<GvGeneTerm>",
5286
5498
  value: input3.genes
5287
- })) && input3.genes.map((elem, _index48) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
5288
- path: _path2 + ".genes[" + _index48 + "]",
5499
+ })) && input3.genes.map((elem, _index46) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
5500
+ path: _path2 + ".genes[" + _index46 + "]",
5289
5501
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
5290
5502
  value: elem
5291
- })) && $vu3(elem, _path2 + ".genes[" + _index48 + "]", _exceptionable2) || $report(_exceptionable2, {
5292
- path: _path2 + ".genes[" + _index48 + "]",
5503
+ })) && $vu3(elem, _path2 + ".genes[" + _index46 + "]", _exceptionable2) || $report(_exceptionable2, {
5504
+ path: _path2 + ".genes[" + _index46 + "]",
5293
5505
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
5294
5506
  value: elem
5295
5507
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -5308,12 +5520,12 @@ var validTermdbClusterResponse = (input) => {
5308
5520
  path: _path2 + ".childTerms",
5309
5521
  expected: "(Array<DtTerm> | undefined)",
5310
5522
  value: input3.childTerms
5311
- })) && input3.childTerms.map((elem, _index49) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
5312
- path: _path2 + ".childTerms[" + _index49 + "]",
5523
+ })) && input3.childTerms.map((elem, _index47) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
5524
+ path: _path2 + ".childTerms[" + _index47 + "]",
5313
5525
  expected: "DtTerm",
5314
5526
  value: elem
5315
- })) && $vo42(elem, _path2 + ".childTerms[" + _index49 + "]", _exceptionable2) || $report(_exceptionable2, {
5316
- path: _path2 + ".childTerms[" + _index49 + "]",
5527
+ })) && $vo42(elem, _path2 + ".childTerms[" + _index47 + "]", _exceptionable2) || $report(_exceptionable2, {
5528
+ path: _path2 + ".childTerms[" + _index47 + "]",
5317
5529
  expected: "DtTerm",
5318
5530
  value: elem
5319
5531
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -5350,8 +5562,8 @@ var validTermdbClusterResponse = (input) => {
5350
5562
  path: _path2 + ".child_types",
5351
5563
  expected: "(Array<string> | undefined)",
5352
5564
  value: input3.child_types
5353
- })) && input3.child_types.map((elem, _index50) => "string" === typeof elem || $report(_exceptionable2, {
5354
- path: _path2 + ".child_types[" + _index50 + "]",
5565
+ })) && input3.child_types.map((elem, _index48) => "string" === typeof elem || $report(_exceptionable2, {
5566
+ path: _path2 + ".child_types[" + _index48 + "]",
5355
5567
  expected: "string",
5356
5568
  value: elem
5357
5569
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -5366,8 +5578,8 @@ var validTermdbClusterResponse = (input) => {
5366
5578
  path: _path2 + ".included_types",
5367
5579
  expected: "(Array<string> | undefined)",
5368
5580
  value: input3.included_types
5369
- })) && input3.included_types.map((elem, _index51) => "string" === typeof elem || $report(_exceptionable2, {
5370
- path: _path2 + ".included_types[" + _index51 + "]",
5581
+ })) && input3.included_types.map((elem, _index49) => "string" === typeof elem || $report(_exceptionable2, {
5582
+ path: _path2 + ".included_types[" + _index49 + "]",
5371
5583
  expected: "string",
5372
5584
  value: elem
5373
5585
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -5390,32 +5602,36 @@ var validTermdbClusterResponse = (input) => {
5390
5602
  path: _path2 + ".skipValuesBuild",
5391
5603
  expected: "(boolean | undefined)",
5392
5604
  value: input3.skipValuesBuild
5393
- }), "coord" === input3.kind || $report(_exceptionable2, {
5605
+ }), "gene" === input3.kind || $report(_exceptionable2, {
5394
5606
  path: _path2 + ".kind",
5395
- expected: '"coord"',
5607
+ expected: '"gene"',
5396
5608
  value: input3.kind
5397
- }), "string" === typeof input3.chr || $report(_exceptionable2, {
5398
- path: _path2 + ".chr",
5609
+ }), "string" === typeof input3.gene || $report(_exceptionable2, {
5610
+ path: _path2 + ".gene",
5399
5611
  expected: "string",
5612
+ value: input3.gene
5613
+ }), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
5614
+ path: _path2 + ".chr",
5615
+ expected: "(string | undefined)",
5400
5616
  value: input3.chr
5401
- }), "number" === typeof input3.start || $report(_exceptionable2, {
5617
+ }), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
5402
5618
  path: _path2 + ".start",
5403
- expected: "number",
5619
+ expected: "(number | undefined)",
5404
5620
  value: input3.start
5405
- }), "number" === typeof input3.stop || $report(_exceptionable2, {
5621
+ }), void 0 === input3.stop || "number" === typeof input3.stop || $report(_exceptionable2, {
5406
5622
  path: _path2 + ".stop",
5407
- expected: "number",
5623
+ expected: "(number | undefined)",
5408
5624
  value: input3.stop
5409
5625
  }), (Array.isArray(input3.genes) || $report(_exceptionable2, {
5410
5626
  path: _path2 + ".genes",
5411
5627
  expected: "Array<GvGeneTerm>",
5412
5628
  value: input3.genes
5413
- })) && input3.genes.map((elem, _index52) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
5414
- path: _path2 + ".genes[" + _index52 + "]",
5629
+ })) && input3.genes.map((elem, _index50) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
5630
+ path: _path2 + ".genes[" + _index50 + "]",
5415
5631
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
5416
5632
  value: elem
5417
- })) && $vu3(elem, _path2 + ".genes[" + _index52 + "]", _exceptionable2) || $report(_exceptionable2, {
5418
- path: _path2 + ".genes[" + _index52 + "]",
5633
+ })) && $vu3(elem, _path2 + ".genes[" + _index50 + "]", _exceptionable2) || $report(_exceptionable2, {
5634
+ path: _path2 + ".genes[" + _index50 + "]",
5419
5635
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
5420
5636
  value: elem
5421
5637
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -5434,12 +5650,12 @@ var validTermdbClusterResponse = (input) => {
5434
5650
  path: _path2 + ".childTerms",
5435
5651
  expected: "Array<DtTerm>",
5436
5652
  value: input3.childTerms
5437
- })) && input3.childTerms.map((elem, _index53) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
5438
- path: _path2 + ".childTerms[" + _index53 + "]",
5653
+ })) && input3.childTerms.map((elem, _index51) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
5654
+ path: _path2 + ".childTerms[" + _index51 + "]",
5439
5655
  expected: "DtTerm",
5440
5656
  value: elem
5441
- })) && $vo42(elem, _path2 + ".childTerms[" + _index53 + "]", _exceptionable2) || $report(_exceptionable2, {
5442
- path: _path2 + ".childTerms[" + _index53 + "]",
5657
+ })) && $vo42(elem, _path2 + ".childTerms[" + _index51 + "]", _exceptionable2) || $report(_exceptionable2, {
5658
+ path: _path2 + ".childTerms[" + _index51 + "]",
5443
5659
  expected: "DtTerm",
5444
5660
  value: elem
5445
5661
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -5455,16 +5671,16 @@ var validTermdbClusterResponse = (input) => {
5455
5671
  path: _path2 + ".name",
5456
5672
  expected: "string",
5457
5673
  value: input3.name
5458
- }), "geneExpression" === input3.type || $report(_exceptionable2, {
5674
+ }), "geneVariant" === input3.type || $report(_exceptionable2, {
5459
5675
  path: _path2 + ".type",
5460
- expected: '"geneExpression"',
5676
+ expected: '"geneVariant"',
5461
5677
  value: input3.type
5462
5678
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
5463
5679
  path: _path2 + ".child_types",
5464
5680
  expected: "(Array<string> | undefined)",
5465
5681
  value: input3.child_types
5466
- })) && input3.child_types.map((elem, _index54) => "string" === typeof elem || $report(_exceptionable2, {
5467
- path: _path2 + ".child_types[" + _index54 + "]",
5682
+ })) && input3.child_types.map((elem, _index52) => "string" === typeof elem || $report(_exceptionable2, {
5683
+ path: _path2 + ".child_types[" + _index52 + "]",
5468
5684
  expected: "string",
5469
5685
  value: elem
5470
5686
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -5479,8 +5695,8 @@ var validTermdbClusterResponse = (input) => {
5479
5695
  path: _path2 + ".included_types",
5480
5696
  expected: "(Array<string> | undefined)",
5481
5697
  value: input3.included_types
5482
- })) && input3.included_types.map((elem, _index55) => "string" === typeof elem || $report(_exceptionable2, {
5483
- path: _path2 + ".included_types[" + _index55 + "]",
5698
+ })) && input3.included_types.map((elem, _index53) => "string" === typeof elem || $report(_exceptionable2, {
5699
+ path: _path2 + ".included_types[" + _index53 + "]",
5484
5700
  expected: "string",
5485
5701
  value: elem
5486
5702
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -5503,42 +5719,62 @@ var validTermdbClusterResponse = (input) => {
5503
5719
  path: _path2 + ".skipValuesBuild",
5504
5720
  expected: "(boolean | undefined)",
5505
5721
  value: input3.skipValuesBuild
5506
- }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
5507
- path: _path2 + ".continuousColorScale",
5508
- expected: "(__type.o8 | undefined)",
5509
- value: input3.continuousColorScale
5510
- })) && $vo25(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
5511
- path: _path2 + ".continuousColorScale",
5512
- expected: "(__type.o8 | undefined)",
5513
- value: input3.continuousColorScale
5514
- }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
5515
- path: _path2 + ".unit",
5516
- expected: "(string | undefined)",
5517
- value: input3.unit
5518
- }), "string" === typeof input3.gene || $report(_exceptionable2, {
5519
- path: _path2 + ".gene",
5520
- expected: "string",
5521
- value: input3.gene
5522
- }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
5523
- path: _path2 + ".bins",
5524
- expected: "(PresetNumericBins | undefined)",
5525
- value: input3.bins
5526
- })) && $vo26(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
5527
- path: _path2 + ".bins",
5528
- expected: "(PresetNumericBins | undefined)",
5529
- value: input3.bins
5530
- }), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
5722
+ }), "coord" === input3.kind || $report(_exceptionable2, {
5723
+ path: _path2 + ".kind",
5724
+ expected: '"coord"',
5725
+ value: input3.kind
5726
+ }), "string" === typeof input3.chr || $report(_exceptionable2, {
5531
5727
  path: _path2 + ".chr",
5532
- expected: "(string | undefined)",
5728
+ expected: "string",
5533
5729
  value: input3.chr
5534
- }), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
5730
+ }), "number" === typeof input3.start || $report(_exceptionable2, {
5535
5731
  path: _path2 + ".start",
5536
- expected: "(number | undefined)",
5732
+ expected: "number",
5537
5733
  value: input3.start
5538
- }), void 0 === input3.stop || "number" === typeof input3.stop || $report(_exceptionable2, {
5734
+ }), "number" === typeof input3.stop || $report(_exceptionable2, {
5539
5735
  path: _path2 + ".stop",
5540
- expected: "(number | undefined)",
5736
+ expected: "number",
5541
5737
  value: input3.stop
5738
+ }), (Array.isArray(input3.genes) || $report(_exceptionable2, {
5739
+ path: _path2 + ".genes",
5740
+ expected: "Array<GvGeneTerm>",
5741
+ value: input3.genes
5742
+ })) && input3.genes.map((elem, _index54) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
5743
+ path: _path2 + ".genes[" + _index54 + "]",
5744
+ expected: "(BaseTerm & Coord | BaseTerm & Gene)",
5745
+ value: elem
5746
+ })) && $vu3(elem, _path2 + ".genes[" + _index54 + "]", _exceptionable2) || $report(_exceptionable2, {
5747
+ path: _path2 + ".genes[" + _index54 + "]",
5748
+ expected: "(BaseTerm & Coord | BaseTerm & Gene)",
5749
+ value: elem
5750
+ })).every((flag) => flag) || $report(_exceptionable2, {
5751
+ path: _path2 + ".genes",
5752
+ expected: "Array<GvGeneTerm>",
5753
+ value: input3.genes
5754
+ }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
5755
+ path: _path2 + ".groupsetting",
5756
+ expected: "TermGroupSetting",
5757
+ value: input3.groupsetting
5758
+ })) && $vo18(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
5759
+ path: _path2 + ".groupsetting",
5760
+ expected: "TermGroupSetting",
5761
+ value: input3.groupsetting
5762
+ }), (Array.isArray(input3.childTerms) || $report(_exceptionable2, {
5763
+ path: _path2 + ".childTerms",
5764
+ expected: "Array<DtTerm>",
5765
+ value: input3.childTerms
5766
+ })) && input3.childTerms.map((elem, _index55) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
5767
+ path: _path2 + ".childTerms[" + _index55 + "]",
5768
+ expected: "DtTerm",
5769
+ value: elem
5770
+ })) && $vo42(elem, _path2 + ".childTerms[" + _index55 + "]", _exceptionable2) || $report(_exceptionable2, {
5771
+ path: _path2 + ".childTerms[" + _index55 + "]",
5772
+ expected: "DtTerm",
5773
+ value: elem
5774
+ })).every((flag) => flag) || $report(_exceptionable2, {
5775
+ path: _path2 + ".childTerms",
5776
+ expected: "Array<DtTerm>",
5777
+ value: input3.childTerms
5542
5778
  })].every((flag) => flag);
5543
5779
  const $vo50 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
5544
5780
  path: _path2 + ".id",
@@ -5831,10 +6067,6 @@ var validTermdbClusterResponse = (input) => {
5831
6067
  path: _path2 + ".unit",
5832
6068
  expected: "(string | undefined)",
5833
6069
  value: input3.unit
5834
- }), "string" === typeof input3.metabolite || $report(_exceptionable2, {
5835
- path: _path2 + ".metabolite",
5836
- expected: "string",
5837
- value: input3.metabolite
5838
6070
  }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
5839
6071
  path: _path2 + ".bins",
5840
6072
  expected: "(PresetNumericBins | undefined)",
@@ -6344,25 +6576,19 @@ var validTermdbClusterResponse = (input) => {
6344
6576
  });
6345
6577
  })();
6346
6578
  const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
6347
- if ("gene" === input3.kind)
6348
- return $vo11(input3, _path2, _exceptionable2);
6349
- if ("coord" === input3.kind)
6350
- return $vo48(input3, _path2, _exceptionable2);
6351
- if ("geneExpression" === input3.type)
6352
- return $vo49(input3, _path2, _exceptionable2);
6353
6579
  if ("metaboliteIntensity" === input3.type)
6354
6580
  return $vo50(input3, _path2, _exceptionable2);
6355
6581
  if ("categorical" === input3.type)
6356
6582
  return $vo51(input3, _path2, _exceptionable2);
6357
- if ("integer" === input3.type || "float" === input3.type)
6358
- return $vo52(input3, _path2, _exceptionable2);
6359
6583
  if ("date" === input3.type)
6360
6584
  return $vo53(input3, _path2, _exceptionable2);
6585
+ if ("integer" === input3.type || "float" === input3.type)
6586
+ return $vo52(input3, _path2, _exceptionable2);
6361
6587
  if ("ssGSEA" === input3.type)
6362
6588
  return $vo54(input3, _path2, _exceptionable2);
6363
6589
  if ("condition" === input3.type)
6364
6590
  return $vo55(input3, _path2, _exceptionable2);
6365
- return $vo56(input3, _path2, false) || $vo60(input3, _path2, false);
6591
+ return $vo33(input3, _path2, false) || $vo11(input3, _path2, false) || $vo48(input3, _path2, false) || $vo49(input3, _path2, false) || $vo56(input3, _path2, false) || $vo60(input3, _path2, false);
6366
6592
  })();
6367
6593
  const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
6368
6594
  if (void 0 !== input3.ranges)
@@ -6372,19 +6598,13 @@ var validTermdbClusterResponse = (input) => {
6372
6598
  const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
6373
6599
  if ("integer" === input3.type || "float" === input3.type)
6374
6600
  return $vo24(input3, _path2, _exceptionable2);
6375
- if ("geneExpression" === input3.type)
6376
- return $vo33(input3, _path2, _exceptionable2);
6377
- if ("date" === input3.type)
6378
- return $vo35(input3, _path2, _exceptionable2);
6379
6601
  if ("metaboliteIntensity" === input3.type)
6380
6602
  return $vo34(input3, _path2, _exceptionable2);
6603
+ if ("date" === input3.type)
6604
+ return $vo35(input3, _path2, _exceptionable2);
6381
6605
  if ("ssGSEA" === input3.type)
6382
6606
  return $vo36(input3, _path2, _exceptionable2);
6383
- return $report(_exceptionable2, {
6384
- path: _path2,
6385
- expected: "(NumericDictTerm | GeneExpressionTerm | DateTerm | MetaboliteIntensityTerm | SsGSEATerm)",
6386
- value: input3
6387
- });
6607
+ return $vo33(input3, _path2, false) || $vo11(input3, _path2, false);
6388
6608
  })();
6389
6609
  const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
6390
6610
  if ("regular-bin" === input3.type)