@sjcrh/proteinpaint-types 2.140.1 → 2.141.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. package/dist/brainImaging.js +1 -1
  2. package/dist/{chunk-PPFFVFUI.js → chunk-424IUJWR.js} +355 -89
  3. package/dist/{chunk-EWON4FG5.js → chunk-56JQGGZJ.js} +2920 -2808
  4. package/dist/{chunk-WKT3H4P4.js → chunk-77RH7U6G.js} +1380 -582
  5. package/dist/{chunk-XXHHUIEV.js → chunk-EOBFYFLQ.js} +2314 -1950
  6. package/dist/{chunk-IDP5KXE6.js → chunk-I7FTK55B.js} +1973 -1609
  7. package/dist/{chunk-ZA3FDGAD.js → chunk-KEJROUTM.js} +744 -212
  8. package/dist/{chunk-FZJ3E7JA.js → chunk-QWAPDNYB.js} +2502 -2138
  9. package/dist/{chunk-KS74VVON.js → chunk-S6OBK4RE.js} +355 -89
  10. package/dist/{chunk-ECF6WSOD.js → chunk-T3GTEGQN.js} +355 -89
  11. package/dist/{chunk-BWLSDIHM.js → chunk-UYBVE3DL.js} +2489 -2125
  12. package/dist/{chunk-2WLN6PMW.js → chunk-VMQUAU5V.js} +2497 -2133
  13. package/dist/{chunk-AADDTYUL.js → chunk-WCWYMCZD.js} +355 -89
  14. package/dist/correlationVolcano.js +1 -1
  15. package/dist/index.js +12 -12
  16. package/dist/termdb.boxplot.js +1 -1
  17. package/dist/termdb.categories.js +1 -1
  18. package/dist/termdb.cluster.js +1 -1
  19. package/dist/termdb.descrstats.js +1 -1
  20. package/dist/termdb.numericcategories.js +1 -1
  21. package/dist/termdb.percentile.js +1 -1
  22. package/dist/termdb.termsbyids.js +1 -1
  23. package/dist/termdb.topTermsByType.js +1 -1
  24. package/dist/termdb.topVariablyExpressedGenes.js +1 -1
  25. package/dist/termdb.violin.js +1 -1
  26. package/package.json +1 -2
  27. package/src/dataset.ts +4 -2
  28. package/src/genome.ts +2 -2
  29. package/src/index.ts +1 -0
  30. package/src/terms/categorical.ts +0 -8
  31. package/src/terms/condition.ts +4 -3
  32. package/src/terms/date.ts +18 -0
  33. package/src/terms/geneExpression.ts +2 -12
  34. package/src/terms/geneVariant.ts +3 -0
  35. package/src/terms/metaboliteIntensity.ts +7 -20
  36. package/src/terms/numeric.ts +12 -22
  37. package/src/terms/snp.ts +7 -7
  38. package/src/terms/snps.ts +1 -0
  39. package/src/terms/ssGSEA.ts +7 -13
  40. package/src/terms/tw.ts +11 -6
  41. package/src/terms/updated-types.ts +0 -10
@@ -60,7 +60,7 @@ var validPercentileRequest = (input) => {
60
60
  const __is = (input2) => {
61
61
  const $join = import_typia.createValidate.join;
62
62
  const $io0 = (input3) => "string" === typeof input3.genome && "string" === typeof input3.dslabel && "string" === typeof input3.embedder && (Array.isArray(input3.getpercentile) && input3.getpercentile.every((elem) => "number" === typeof elem)) && ("object" === typeof input3.term && null !== input3.term && $iu4(input3.term)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io4(input3.filter)) && true;
63
- const $io1 = (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) && $io2(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 && $io8(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io29(elem)));
63
+ const $io1 = (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) && $io2(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 && $io8(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io32(elem)));
64
64
  const $io2 = (input3) => Object.keys(input3).every((key) => {
65
65
  const value = input3[key];
66
66
  if (void 0 === value)
@@ -81,8 +81,8 @@ var validPercentileRequest = (input) => {
81
81
  const $io10 = (input3) => "string" === typeof input3.name && "string" === typeof input3.type && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io11(elem))) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
82
82
  const $io11 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
83
83
  const $io12 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io4(input3.filter)) && "string" === typeof input3.color;
84
- const $io13 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $iu6(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io24(elem)));
85
- const $io14 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type || "date" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins));
84
+ const $io13 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $iu6(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)));
85
+ const $io14 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins));
86
86
  const $io15 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
87
87
  const $io16 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu7(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu7(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);
88
88
  const $io17 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "regular-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode) && "number" === typeof input3.bin_size && ("object" === typeof input3.first_bin && null !== input3.first_bin && $iu8(input3.first_bin)) && (void 0 === input3.last_bin || "object" === typeof input3.last_bin && null !== input3.last_bin && $iu9(input3.last_bin)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset);
@@ -99,39 +99,45 @@ var validPercentileRequest = (input) => {
99
99
  const $io21 = (input3) => "number" === typeof input3.start && true === input3.stopunbounded && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && (void 0 === input3.startunbounded || false === input3.startunbounded) && (void 0 === input3.stopinclusive || false === input3.stopinclusive) && (void 0 === input3.label || "string" === typeof input3.label);
100
100
  const $io22 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "custom-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && (Array.isArray(input3.lst) && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu2(input3.lst[0]) && (Array.isArray(input3.lst.slice(1)) && input3.lst.slice(1).every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))))) && (void 0 === input3.preferredBins || "median" === input3.preferredBins);
101
101
  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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(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 && $io16(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);
102
- const $io24 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
103
- const $io25 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io26(input3.term)) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && (void 0 === input3.grade_and_child || Array.isArray(input3.grade_and_child) && input3.grade_and_child.every((elem) => "object" === typeof elem && null !== elem && $io27(elem)));
104
- const $io26 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
105
- const $io27 = (input3) => "number" === typeof input3.grade && "string" === typeof input3.grade_label && (void 0 === input3.child_id || "string" === typeof input3.child_id) && "string" === typeof input3.child_label;
106
- const $io28 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io29(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io34(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName);
107
- const $io29 = (input3) => "string" === typeof input3.id && "string" === typeof input3.query && "string" === typeof input3.name && "string" === typeof input3.name_noOrigin && (void 0 === input3.parentTerm || "object" === typeof input3.parentTerm && null !== input3.parentTerm && $iu10(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) && $io2(input3.values));
108
- const $io30 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(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 && $io8(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io29(elem)));
109
- const $io31 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(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);
110
- const $io32 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(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;
111
- 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) && $io2(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 && $io8(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io29(elem)));
112
- const $io34 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
113
- 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) && $io2(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 && $io8(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io29(elem)));
114
- const $io36 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io8(input3.groupsetting));
115
- const $io37 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type || "date" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins));
116
- const $io38 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(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 && $io16(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);
117
- const $io39 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
118
- const $io40 = (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) && $io2(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 && $io41(elem)));
119
- const $io41 = (input3) => (void 0 === input3.altAlleles || Array.isArray(input3.altAlleles) && input3.altAlleles.every((elem) => "string" === typeof elem)) && (void 0 === input3.alleles || Array.isArray(input3.alleles) && input3.alleles.every((elem) => "object" === typeof elem && null !== elem && $io42(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io43(input3.gt2count)) && (void 0 === input3.invalid || "boolean" === typeof input3.invalid) && (void 0 === input3.referenceAllele || "string" === typeof input3.referenceAllele) && "string" === typeof input3.rsid && "string" === typeof input3.snpid && true && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.pos || "number" === typeof input3.pos);
120
- const $io42 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
121
- const $io43 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
122
- const $io44 = (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) && $io45(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
123
- const $io45 = (input3) => Object.keys(input3).every((key) => {
102
+ 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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(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 && $io16(input3.bins));
103
+ 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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(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 && $io16(input3.bins));
104
+ 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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(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 && $io16(input3.bins));
105
+ const $io27 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
106
+ 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)));
107
+ 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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
108
+ 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;
109
+ 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);
110
+ 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 && $iu10(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) && $io2(input3.values));
111
+ 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) && $io2(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 && $io8(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io32(elem)));
112
+ 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) && $io2(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);
113
+ 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) && $io2(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;
114
+ 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) && $io2(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 && $io8(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io32(elem)));
115
+ const $io37 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
116
+ const $io38 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(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 && $io8(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io32(elem)));
117
+ const $io39 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(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 && $io16(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);
118
+ const $io40 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(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 && $io16(input3.bins));
119
+ const $io41 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io8(input3.groupsetting));
120
+ const $io42 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins));
121
+ const $io43 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(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 && $io16(input3.bins));
122
+ const $io44 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(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 && $io16(input3.bins));
123
+ const $io45 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
124
+ const $io46 = (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) && $io2(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 && $io47(elem)));
125
+ const $io47 = (input3) => (void 0 === input3.altAlleles || Array.isArray(input3.altAlleles) && input3.altAlleles.every((elem) => "string" === typeof elem)) && (void 0 === input3.alleles || Array.isArray(input3.alleles) && input3.alleles.every((elem) => "object" === typeof elem && null !== elem && $io48(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io49(input3.gt2count)) && (void 0 === input3.invalid || "boolean" === typeof input3.invalid) && (void 0 === input3.referenceAllele || "string" === typeof input3.referenceAllele) && "string" === typeof input3.rsid && "string" === typeof input3.snpid && true && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.pos || "number" === typeof input3.pos);
126
+ const $io48 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
127
+ const $io49 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
128
+ const $io50 = (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) && $io51(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
129
+ const $io51 = (input3) => Object.keys(input3).every((key) => {
124
130
  const value = input3[key];
125
131
  if (void 0 === value)
126
132
  return true;
127
133
  if (RegExp(/(.*)/).test(key))
128
- return "object" === typeof value && null !== value && $io46(value);
134
+ return "object" === typeof value && null !== value && $io52(value);
129
135
  if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
130
- return "object" === typeof value && null !== value && $io46(value);
136
+ return "object" === typeof value && null !== value && $io52(value);
131
137
  return true;
132
138
  });
133
- const $io46 = (input3) => (void 0 === input3.key || "string" === typeof input3.key) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable) && (void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label) && (void 0 === input3.order || "string" === typeof input3.order) && (void 0 === input3.color || "string" === typeof input3.color) && (void 0 === input3.group || "number" === typeof input3.group) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io4(input3.filter)) && "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io47(elem))) && true;
134
- const $io47 = (input3) => "string" === typeof input3.sampleId && "string" === typeof input3.sample;
139
+ const $io52 = (input3) => (void 0 === input3.key || "string" === typeof input3.key) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable) && (void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label) && (void 0 === input3.order || "string" === typeof input3.order) && (void 0 === input3.color || "string" === typeof input3.color) && (void 0 === input3.group || "number" === typeof input3.group) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io4(input3.filter)) && "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io53(elem))) && true;
140
+ const $io53 = (input3) => "string" === typeof input3.sampleId && "string" === typeof input3.sample;
135
141
  const $iu0 = (input3) => (() => {
136
142
  if ("tvslst" === input3.type)
137
143
  return $io4(input3);
@@ -155,29 +161,35 @@ var validPercentileRequest = (input) => {
155
161
  })();
156
162
  const $iu3 = (input3) => (() => {
157
163
  if ("gene" === input3.kind)
158
- return $io31(input3);
164
+ return $io34(input3);
159
165
  if ("coord" === input3.kind)
160
- return $io32(input3);
166
+ return $io35(input3);
161
167
  return false;
162
168
  })();
163
169
  const $iu4 = (input3) => (() => {
164
170
  if ("gene" === input3.kind)
165
171
  return $io1(input3);
166
172
  if ("coord" === input3.kind)
167
- return $io35(input3);
168
- if ("categorical" === input3.type)
169
- return $io36(input3);
170
- if ("integer" === input3.type || "float" === input3.type || "date" === input3.type)
171
- return $io37(input3);
172
- if ("geneExpression" === input3.type)
173
173
  return $io38(input3);
174
- if ("condition" === input3.type)
174
+ if ("geneExpression" === input3.type)
175
175
  return $io39(input3);
176
+ if ("metaboliteIntensity" === input3.type)
177
+ return $io40(input3);
178
+ if ("categorical" === input3.type)
179
+ return $io41(input3);
180
+ if ("integer" === input3.type || "float" === input3.type)
181
+ return $io42(input3);
182
+ if ("date" === input3.type)
183
+ return $io43(input3);
184
+ if ("ssGSEA" === input3.type)
185
+ return $io44(input3);
186
+ if ("condition" === input3.type)
187
+ return $io45(input3);
176
188
  return (() => {
177
- if ($io40(input3))
178
- return $io40(input3);
179
- if ($io44(input3))
180
- return $io44(input3);
189
+ if ($io46(input3))
190
+ return $io46(input3);
191
+ if ($io50(input3))
192
+ return $io50(input3);
181
193
  return false;
182
194
  })();
183
195
  })();
@@ -187,18 +199,24 @@ var validPercentileRequest = (input) => {
187
199
  return (() => {
188
200
  if ($io6(input3))
189
201
  return $io6(input3);
190
- if ($io25(input3))
191
- return $io25(input3);
192
202
  if ($io28(input3))
193
203
  return $io28(input3);
204
+ if ($io31(input3))
205
+ return $io31(input3);
194
206
  return false;
195
207
  })();
196
208
  })();
197
209
  const $iu6 = (input3) => (() => {
198
- if ("integer" === input3.type || "float" === input3.type || "date" === input3.type)
210
+ if ("integer" === input3.type || "float" === input3.type)
199
211
  return $io14(input3);
200
212
  if ("geneExpression" === input3.type)
201
213
  return $io23(input3);
214
+ if ("date" === input3.type)
215
+ return $io25(input3);
216
+ if ("metaboliteIntensity" === input3.type)
217
+ return $io24(input3);
218
+ if ("ssGSEA" === input3.type)
219
+ return $io26(input3);
202
220
  return false;
203
221
  })();
204
222
  const $iu7 = (input3) => (() => {
@@ -224,9 +242,9 @@ var validPercentileRequest = (input) => {
224
242
  })();
225
243
  const $iu10 = (input3) => (() => {
226
244
  if ("gene" === input3.kind)
227
- return $io30(input3);
228
- if ("coord" === input3.kind)
229
245
  return $io33(input3);
246
+ if ("coord" === input3.kind)
247
+ return $io36(input3);
230
248
  return false;
231
249
  })();
232
250
  return "object" === typeof input2 && null !== input2 && $io0(input2);
@@ -261,11 +279,11 @@ var validPercentileRequest = (input) => {
261
279
  value: input3.getpercentile
262
280
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
263
281
  path: _path2 + ".term",
264
- 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; } & { id?: string | undefined; type: "integer" | "float" | "date"; bins: PresetNumericBins; values?: TermValues | 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; })',
282
+ 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; })',
265
283
  value: input3.term
266
284
  })) && $vu4(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
267
285
  path: _path2 + ".term",
268
- 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; } & { id?: string | undefined; type: "integer" | "float" | "date"; bins: PresetNumericBins; values?: TermValues | 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; })',
286
+ 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; })',
269
287
  value: input3.term
270
288
  }), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
271
289
  path: _path2 + ".filter",
@@ -384,7 +402,7 @@ var validPercentileRequest = (input) => {
384
402
  path: _path2 + ".childTerms[" + _index5 + "]",
385
403
  expected: "DtTerm",
386
404
  value: elem
387
- })) && $vo29(elem, _path2 + ".childTerms[" + _index5 + "]", _exceptionable2) || $report(_exceptionable2, {
405
+ })) && $vo32(elem, _path2 + ".childTerms[" + _index5 + "]", _exceptionable2) || $report(_exceptionable2, {
388
406
  path: _path2 + ".childTerms[" + _index5 + "]",
389
407
  expected: "DtTerm",
390
408
  value: elem
@@ -723,11 +741,11 @@ var validPercentileRequest = (input) => {
723
741
  value: input3.isnot
724
742
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
725
743
  path: _path2 + ".term",
726
- expected: "(GeneExpressionTerm | NumericDictTerm)",
744
+ expected: "(DateTerm | GeneExpressionTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)",
727
745
  value: input3.term
728
746
  })) && $vu6(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
729
747
  path: _path2 + ".term",
730
- expected: "(GeneExpressionTerm | NumericDictTerm)",
748
+ expected: "(DateTerm | GeneExpressionTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)",
731
749
  value: input3.term
732
750
  }), (Array.isArray(input3.ranges) || $report(_exceptionable2, {
733
751
  path: _path2 + ".ranges",
@@ -753,7 +771,7 @@ var validPercentileRequest = (input) => {
753
771
  path: _path2 + ".values[" + _index14 + "]",
754
772
  expected: "__type.o3",
755
773
  value: elem
756
- })) && $vo24(elem, _path2 + ".values[" + _index14 + "]", _exceptionable2) || $report(_exceptionable2, {
774
+ })) && $vo27(elem, _path2 + ".values[" + _index14 + "]", _exceptionable2) || $report(_exceptionable2, {
757
775
  path: _path2 + ".values[" + _index14 + "]",
758
776
  expected: "__type.o3",
759
777
  value: elem
@@ -770,9 +788,9 @@ var validPercentileRequest = (input) => {
770
788
  path: _path2 + ".name",
771
789
  expected: "string",
772
790
  value: input3.name
773
- }), "integer" === input3.type || "float" === input3.type || "date" === input3.type || $report(_exceptionable2, {
791
+ }), "integer" === input3.type || "float" === input3.type || $report(_exceptionable2, {
774
792
  path: _path2 + ".type",
775
- expected: '("date" | "float" | "integer")',
793
+ expected: '("float" | "integer")',
776
794
  value: input3.type
777
795
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
778
796
  path: _path2 + ".child_types",
@@ -1189,7 +1207,258 @@ var validPercentileRequest = (input) => {
1189
1207
  expected: "(number | undefined)",
1190
1208
  value: input3.stop
1191
1209
  })].every((flag) => flag);
1192
- const $vo24 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1210
+ const $vo24 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1211
+ path: _path2 + ".id",
1212
+ expected: "string",
1213
+ value: input3.id
1214
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
1215
+ path: _path2 + ".name",
1216
+ expected: "string",
1217
+ value: input3.name
1218
+ }), "metaboliteIntensity" === input3.type || $report(_exceptionable2, {
1219
+ path: _path2 + ".type",
1220
+ expected: '"metaboliteIntensity"',
1221
+ value: input3.type
1222
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1223
+ path: _path2 + ".child_types",
1224
+ expected: "(Array<string> | undefined)",
1225
+ value: input3.child_types
1226
+ })) && input3.child_types.map((elem, _index20) => "string" === typeof elem || $report(_exceptionable2, {
1227
+ path: _path2 + ".child_types[" + _index20 + "]",
1228
+ expected: "string",
1229
+ value: elem
1230
+ })).every((flag) => flag) || $report(_exceptionable2, {
1231
+ path: _path2 + ".child_types",
1232
+ expected: "(Array<string> | undefined)",
1233
+ value: input3.child_types
1234
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
1235
+ path: _path2 + ".hashtmldetail",
1236
+ expected: "(boolean | undefined)",
1237
+ value: input3.hashtmldetail
1238
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
1239
+ path: _path2 + ".included_types",
1240
+ expected: "(Array<string> | undefined)",
1241
+ value: input3.included_types
1242
+ })) && input3.included_types.map((elem, _index21) => "string" === typeof elem || $report(_exceptionable2, {
1243
+ path: _path2 + ".included_types[" + _index21 + "]",
1244
+ expected: "string",
1245
+ value: elem
1246
+ })).every((flag) => flag) || $report(_exceptionable2, {
1247
+ path: _path2 + ".included_types",
1248
+ expected: "(Array<string> | undefined)",
1249
+ value: input3.included_types
1250
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1251
+ path: _path2 + ".isleaf",
1252
+ expected: "(boolean | undefined)",
1253
+ value: input3.isleaf
1254
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1255
+ path: _path2 + ".values",
1256
+ expected: "(TermValues | undefined)",
1257
+ value: input3.values
1258
+ })) && $vo2(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1259
+ path: _path2 + ".values",
1260
+ expected: "(TermValues | undefined)",
1261
+ value: input3.values
1262
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
1263
+ path: _path2 + ".skipValuesBuild",
1264
+ expected: "(boolean | undefined)",
1265
+ value: input3.skipValuesBuild
1266
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1267
+ path: _path2 + ".continuousColorScale",
1268
+ expected: "(__type.o2 | undefined)",
1269
+ value: input3.continuousColorScale
1270
+ })) && $vo15(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1271
+ path: _path2 + ".continuousColorScale",
1272
+ expected: "(__type.o2 | undefined)",
1273
+ value: input3.continuousColorScale
1274
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1275
+ path: _path2 + ".unit",
1276
+ expected: "(string | undefined)",
1277
+ value: input3.unit
1278
+ }), "string" === typeof input3.metabolite || $report(_exceptionable2, {
1279
+ path: _path2 + ".metabolite",
1280
+ expected: "string",
1281
+ value: input3.metabolite
1282
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1283
+ path: _path2 + ".bins",
1284
+ expected: "(PresetNumericBins | undefined)",
1285
+ value: input3.bins
1286
+ })) && $vo16(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1287
+ path: _path2 + ".bins",
1288
+ expected: "(PresetNumericBins | undefined)",
1289
+ value: input3.bins
1290
+ })].every((flag) => flag);
1291
+ const $vo25 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1292
+ path: _path2 + ".id",
1293
+ expected: "string",
1294
+ value: input3.id
1295
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
1296
+ path: _path2 + ".name",
1297
+ expected: "string",
1298
+ value: input3.name
1299
+ }), "date" === input3.type || $report(_exceptionable2, {
1300
+ path: _path2 + ".type",
1301
+ expected: '"date"',
1302
+ value: input3.type
1303
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1304
+ path: _path2 + ".child_types",
1305
+ expected: "(Array<string> | undefined)",
1306
+ value: input3.child_types
1307
+ })) && input3.child_types.map((elem, _index22) => "string" === typeof elem || $report(_exceptionable2, {
1308
+ path: _path2 + ".child_types[" + _index22 + "]",
1309
+ expected: "string",
1310
+ value: elem
1311
+ })).every((flag) => flag) || $report(_exceptionable2, {
1312
+ path: _path2 + ".child_types",
1313
+ expected: "(Array<string> | undefined)",
1314
+ value: input3.child_types
1315
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
1316
+ path: _path2 + ".hashtmldetail",
1317
+ expected: "(boolean | undefined)",
1318
+ value: input3.hashtmldetail
1319
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
1320
+ path: _path2 + ".included_types",
1321
+ expected: "(Array<string> | undefined)",
1322
+ value: input3.included_types
1323
+ })) && input3.included_types.map((elem, _index23) => "string" === typeof elem || $report(_exceptionable2, {
1324
+ path: _path2 + ".included_types[" + _index23 + "]",
1325
+ expected: "string",
1326
+ value: elem
1327
+ })).every((flag) => flag) || $report(_exceptionable2, {
1328
+ path: _path2 + ".included_types",
1329
+ expected: "(Array<string> | undefined)",
1330
+ value: input3.included_types
1331
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1332
+ path: _path2 + ".isleaf",
1333
+ expected: "(boolean | undefined)",
1334
+ value: input3.isleaf
1335
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1336
+ path: _path2 + ".values",
1337
+ expected: "(TermValues | undefined)",
1338
+ value: input3.values
1339
+ })) && $vo2(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1340
+ path: _path2 + ".values",
1341
+ expected: "(TermValues | undefined)",
1342
+ value: input3.values
1343
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
1344
+ path: _path2 + ".skipValuesBuild",
1345
+ expected: "(boolean | undefined)",
1346
+ value: input3.skipValuesBuild
1347
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1348
+ path: _path2 + ".continuousColorScale",
1349
+ expected: "(__type.o2 | undefined)",
1350
+ value: input3.continuousColorScale
1351
+ })) && $vo15(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1352
+ path: _path2 + ".continuousColorScale",
1353
+ expected: "(__type.o2 | undefined)",
1354
+ value: input3.continuousColorScale
1355
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1356
+ path: _path2 + ".unit",
1357
+ expected: "(string | undefined)",
1358
+ value: input3.unit
1359
+ }), "string" === typeof input3.metabolite || $report(_exceptionable2, {
1360
+ path: _path2 + ".metabolite",
1361
+ expected: "string",
1362
+ value: input3.metabolite
1363
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1364
+ path: _path2 + ".bins",
1365
+ expected: "(PresetNumericBins | undefined)",
1366
+ value: input3.bins
1367
+ })) && $vo16(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1368
+ path: _path2 + ".bins",
1369
+ expected: "(PresetNumericBins | undefined)",
1370
+ value: input3.bins
1371
+ })].every((flag) => flag);
1372
+ const $vo26 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1373
+ path: _path2 + ".id",
1374
+ expected: "string",
1375
+ value: input3.id
1376
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
1377
+ path: _path2 + ".name",
1378
+ expected: "string",
1379
+ value: input3.name
1380
+ }), "ssGSEA" === input3.type || $report(_exceptionable2, {
1381
+ path: _path2 + ".type",
1382
+ expected: '"ssGSEA"',
1383
+ value: input3.type
1384
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1385
+ path: _path2 + ".child_types",
1386
+ expected: "(Array<string> | undefined)",
1387
+ value: input3.child_types
1388
+ })) && input3.child_types.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
1389
+ path: _path2 + ".child_types[" + _index24 + "]",
1390
+ expected: "string",
1391
+ value: elem
1392
+ })).every((flag) => flag) || $report(_exceptionable2, {
1393
+ path: _path2 + ".child_types",
1394
+ expected: "(Array<string> | undefined)",
1395
+ value: input3.child_types
1396
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
1397
+ path: _path2 + ".hashtmldetail",
1398
+ expected: "(boolean | undefined)",
1399
+ value: input3.hashtmldetail
1400
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
1401
+ path: _path2 + ".included_types",
1402
+ expected: "(Array<string> | undefined)",
1403
+ value: input3.included_types
1404
+ })) && input3.included_types.map((elem, _index25) => "string" === typeof elem || $report(_exceptionable2, {
1405
+ path: _path2 + ".included_types[" + _index25 + "]",
1406
+ expected: "string",
1407
+ value: elem
1408
+ })).every((flag) => flag) || $report(_exceptionable2, {
1409
+ path: _path2 + ".included_types",
1410
+ expected: "(Array<string> | undefined)",
1411
+ value: input3.included_types
1412
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1413
+ path: _path2 + ".isleaf",
1414
+ expected: "(boolean | undefined)",
1415
+ value: input3.isleaf
1416
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1417
+ path: _path2 + ".values",
1418
+ expected: "(TermValues | undefined)",
1419
+ value: input3.values
1420
+ })) && $vo2(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1421
+ path: _path2 + ".values",
1422
+ expected: "(TermValues | undefined)",
1423
+ value: input3.values
1424
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
1425
+ path: _path2 + ".skipValuesBuild",
1426
+ expected: "(boolean | undefined)",
1427
+ value: input3.skipValuesBuild
1428
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1429
+ path: _path2 + ".continuousColorScale",
1430
+ expected: "(__type.o2 | undefined)",
1431
+ value: input3.continuousColorScale
1432
+ })) && $vo15(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1433
+ path: _path2 + ".continuousColorScale",
1434
+ expected: "(__type.o2 | undefined)",
1435
+ value: input3.continuousColorScale
1436
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1437
+ path: _path2 + ".unit",
1438
+ expected: "(string | undefined)",
1439
+ value: input3.unit
1440
+ }), void 0 === input3.genes || (Array.isArray(input3.genes) || $report(_exceptionable2, {
1441
+ path: _path2 + ".genes",
1442
+ expected: "(Array<string> | undefined)",
1443
+ value: input3.genes
1444
+ })) && input3.genes.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
1445
+ path: _path2 + ".genes[" + _index26 + "]",
1446
+ expected: "string",
1447
+ value: elem
1448
+ })).every((flag) => flag) || $report(_exceptionable2, {
1449
+ path: _path2 + ".genes",
1450
+ expected: "(Array<string> | undefined)",
1451
+ value: input3.genes
1452
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1453
+ path: _path2 + ".bins",
1454
+ expected: "(PresetNumericBins | undefined)",
1455
+ value: input3.bins
1456
+ })) && $vo16(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1457
+ path: _path2 + ".bins",
1458
+ expected: "(PresetNumericBins | undefined)",
1459
+ value: input3.bins
1460
+ })].every((flag) => flag);
1461
+ const $vo27 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1193
1462
  path: _path2 + ".key",
1194
1463
  expected: "string",
1195
1464
  value: input3.key
@@ -1206,7 +1475,7 @@ var validPercentileRequest = (input) => {
1206
1475
  expected: "(string | undefined)",
1207
1476
  value: input3.label
1208
1477
  })].every((flag) => flag);
1209
- const $vo25 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1478
+ const $vo28 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1210
1479
  path: _path2 + ".join",
1211
1480
  expected: "(string | undefined)",
1212
1481
  value: input3.join
@@ -1218,7 +1487,7 @@ var validPercentileRequest = (input) => {
1218
1487
  path: _path2 + ".term",
1219
1488
  expected: "ConditionTerm",
1220
1489
  value: input3.term
1221
- })) && $vo26(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1490
+ })) && $vo29(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1222
1491
  path: _path2 + ".term",
1223
1492
  expected: "ConditionTerm",
1224
1493
  value: input3.term
@@ -1238,12 +1507,12 @@ var validPercentileRequest = (input) => {
1238
1507
  path: _path2 + ".grade_and_child",
1239
1508
  expected: "(Array<GradeAndChildEntry> | undefined)",
1240
1509
  value: input3.grade_and_child
1241
- })) && input3.grade_and_child.map((elem, _index20) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1242
- path: _path2 + ".grade_and_child[" + _index20 + "]",
1510
+ })) && input3.grade_and_child.map((elem, _index27) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1511
+ path: _path2 + ".grade_and_child[" + _index27 + "]",
1243
1512
  expected: "GradeAndChildEntry",
1244
1513
  value: elem
1245
- })) && $vo27(elem, _path2 + ".grade_and_child[" + _index20 + "]", _exceptionable2) || $report(_exceptionable2, {
1246
- path: _path2 + ".grade_and_child[" + _index20 + "]",
1514
+ })) && $vo30(elem, _path2 + ".grade_and_child[" + _index27 + "]", _exceptionable2) || $report(_exceptionable2, {
1515
+ path: _path2 + ".grade_and_child[" + _index27 + "]",
1247
1516
  expected: "GradeAndChildEntry",
1248
1517
  value: elem
1249
1518
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1251,7 +1520,7 @@ var validPercentileRequest = (input) => {
1251
1520
  expected: "(Array<GradeAndChildEntry> | undefined)",
1252
1521
  value: input3.grade_and_child
1253
1522
  })].every((flag) => flag);
1254
- const $vo26 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1523
+ const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1255
1524
  path: _path2 + ".id",
1256
1525
  expected: "string",
1257
1526
  value: input3.id
@@ -1267,8 +1536,8 @@ var validPercentileRequest = (input) => {
1267
1536
  path: _path2 + ".child_types",
1268
1537
  expected: "(Array<string> | undefined)",
1269
1538
  value: input3.child_types
1270
- })) && input3.child_types.map((elem, _index21) => "string" === typeof elem || $report(_exceptionable2, {
1271
- path: _path2 + ".child_types[" + _index21 + "]",
1539
+ })) && input3.child_types.map((elem, _index28) => "string" === typeof elem || $report(_exceptionable2, {
1540
+ path: _path2 + ".child_types[" + _index28 + "]",
1272
1541
  expected: "string",
1273
1542
  value: elem
1274
1543
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1283,8 +1552,8 @@ var validPercentileRequest = (input) => {
1283
1552
  path: _path2 + ".included_types",
1284
1553
  expected: "(Array<string> | undefined)",
1285
1554
  value: input3.included_types
1286
- })) && input3.included_types.map((elem, _index22) => "string" === typeof elem || $report(_exceptionable2, {
1287
- path: _path2 + ".included_types[" + _index22 + "]",
1555
+ })) && input3.included_types.map((elem, _index29) => "string" === typeof elem || $report(_exceptionable2, {
1556
+ path: _path2 + ".included_types[" + _index29 + "]",
1288
1557
  expected: "string",
1289
1558
  value: elem
1290
1559
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1308,7 +1577,7 @@ var validPercentileRequest = (input) => {
1308
1577
  expected: "(boolean | undefined)",
1309
1578
  value: input3.skipValuesBuild
1310
1579
  })].every((flag) => flag);
1311
- const $vo27 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1580
+ const $vo30 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1312
1581
  path: _path2 + ".grade",
1313
1582
  expected: "number",
1314
1583
  value: input3.grade
@@ -1325,7 +1594,7 @@ var validPercentileRequest = (input) => {
1325
1594
  expected: "string",
1326
1595
  value: input3.child_label
1327
1596
  })].every((flag) => flag);
1328
- const $vo28 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1597
+ const $vo31 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1329
1598
  path: _path2 + ".join",
1330
1599
  expected: "(string | undefined)",
1331
1600
  value: input3.join
@@ -1337,7 +1606,7 @@ var validPercentileRequest = (input) => {
1337
1606
  path: _path2 + ".term",
1338
1607
  expected: "DtTerm",
1339
1608
  value: input3.term
1340
- })) && $vo29(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1609
+ })) && $vo32(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1341
1610
  path: _path2 + ".term",
1342
1611
  expected: "DtTerm",
1343
1612
  value: input3.term
@@ -1345,12 +1614,12 @@ var validPercentileRequest = (input) => {
1345
1614
  path: _path2 + ".values",
1346
1615
  expected: "Array<__type>.o2",
1347
1616
  value: input3.values
1348
- })) && input3.values.map((elem, _index23) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1349
- path: _path2 + ".values[" + _index23 + "]",
1617
+ })) && input3.values.map((elem, _index30) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1618
+ path: _path2 + ".values[" + _index30 + "]",
1350
1619
  expected: "__type.o4",
1351
1620
  value: elem
1352
- })) && $vo34(elem, _path2 + ".values[" + _index23 + "]", _exceptionable2) || $report(_exceptionable2, {
1353
- path: _path2 + ".values[" + _index23 + "]",
1621
+ })) && $vo37(elem, _path2 + ".values[" + _index30 + "]", _exceptionable2) || $report(_exceptionable2, {
1622
+ path: _path2 + ".values[" + _index30 + "]",
1354
1623
  expected: "__type.o4",
1355
1624
  value: elem
1356
1625
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1366,7 +1635,7 @@ var validPercentileRequest = (input) => {
1366
1635
  expected: "(boolean | undefined)",
1367
1636
  value: input3.excludeGeneName
1368
1637
  })].every((flag) => flag);
1369
- const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1638
+ const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1370
1639
  path: _path2 + ".id",
1371
1640
  expected: "string",
1372
1641
  value: input3.id
@@ -1415,7 +1684,7 @@ var validPercentileRequest = (input) => {
1415
1684
  expected: "TermValues",
1416
1685
  value: input3.values
1417
1686
  })].every((flag) => flag);
1418
- const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1687
+ const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1419
1688
  path: _path2 + ".id",
1420
1689
  expected: "string",
1421
1690
  value: input3.id
@@ -1431,8 +1700,8 @@ var validPercentileRequest = (input) => {
1431
1700
  path: _path2 + ".child_types",
1432
1701
  expected: "(Array<string> | undefined)",
1433
1702
  value: input3.child_types
1434
- })) && input3.child_types.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
1435
- path: _path2 + ".child_types[" + _index24 + "]",
1703
+ })) && input3.child_types.map((elem, _index31) => "string" === typeof elem || $report(_exceptionable2, {
1704
+ path: _path2 + ".child_types[" + _index31 + "]",
1436
1705
  expected: "string",
1437
1706
  value: elem
1438
1707
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1447,8 +1716,8 @@ var validPercentileRequest = (input) => {
1447
1716
  path: _path2 + ".included_types",
1448
1717
  expected: "(Array<string> | undefined)",
1449
1718
  value: input3.included_types
1450
- })) && input3.included_types.map((elem, _index25) => "string" === typeof elem || $report(_exceptionable2, {
1451
- path: _path2 + ".included_types[" + _index25 + "]",
1719
+ })) && input3.included_types.map((elem, _index32) => "string" === typeof elem || $report(_exceptionable2, {
1720
+ path: _path2 + ".included_types[" + _index32 + "]",
1452
1721
  expected: "string",
1453
1722
  value: elem
1454
1723
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1495,12 +1764,12 @@ var validPercentileRequest = (input) => {
1495
1764
  path: _path2 + ".genes",
1496
1765
  expected: "Array<GvGeneTerm>",
1497
1766
  value: input3.genes
1498
- })) && input3.genes.map((elem, _index26) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1499
- path: _path2 + ".genes[" + _index26 + "]",
1767
+ })) && input3.genes.map((elem, _index33) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1768
+ path: _path2 + ".genes[" + _index33 + "]",
1500
1769
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1501
1770
  value: elem
1502
- })) && $vu3(elem, _path2 + ".genes[" + _index26 + "]", _exceptionable2) || $report(_exceptionable2, {
1503
- path: _path2 + ".genes[" + _index26 + "]",
1771
+ })) && $vu3(elem, _path2 + ".genes[" + _index33 + "]", _exceptionable2) || $report(_exceptionable2, {
1772
+ path: _path2 + ".genes[" + _index33 + "]",
1504
1773
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1505
1774
  value: elem
1506
1775
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1519,12 +1788,12 @@ var validPercentileRequest = (input) => {
1519
1788
  path: _path2 + ".childTerms",
1520
1789
  expected: "(Array<DtTerm> | undefined)",
1521
1790
  value: input3.childTerms
1522
- })) && input3.childTerms.map((elem, _index27) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1523
- path: _path2 + ".childTerms[" + _index27 + "]",
1791
+ })) && input3.childTerms.map((elem, _index34) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1792
+ path: _path2 + ".childTerms[" + _index34 + "]",
1524
1793
  expected: "DtTerm",
1525
1794
  value: elem
1526
- })) && $vo29(elem, _path2 + ".childTerms[" + _index27 + "]", _exceptionable2) || $report(_exceptionable2, {
1527
- path: _path2 + ".childTerms[" + _index27 + "]",
1795
+ })) && $vo32(elem, _path2 + ".childTerms[" + _index34 + "]", _exceptionable2) || $report(_exceptionable2, {
1796
+ path: _path2 + ".childTerms[" + _index34 + "]",
1528
1797
  expected: "DtTerm",
1529
1798
  value: elem
1530
1799
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1532,7 +1801,7 @@ var validPercentileRequest = (input) => {
1532
1801
  expected: "(Array<DtTerm> | undefined)",
1533
1802
  value: input3.childTerms
1534
1803
  })].every((flag) => flag);
1535
- const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1804
+ const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1536
1805
  path: _path2 + ".id",
1537
1806
  expected: "string",
1538
1807
  value: input3.id
@@ -1548,8 +1817,8 @@ var validPercentileRequest = (input) => {
1548
1817
  path: _path2 + ".child_types",
1549
1818
  expected: "(Array<string> | undefined)",
1550
1819
  value: input3.child_types
1551
- })) && input3.child_types.map((elem, _index28) => "string" === typeof elem || $report(_exceptionable2, {
1552
- path: _path2 + ".child_types[" + _index28 + "]",
1820
+ })) && input3.child_types.map((elem, _index35) => "string" === typeof elem || $report(_exceptionable2, {
1821
+ path: _path2 + ".child_types[" + _index35 + "]",
1553
1822
  expected: "string",
1554
1823
  value: elem
1555
1824
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1564,8 +1833,8 @@ var validPercentileRequest = (input) => {
1564
1833
  path: _path2 + ".included_types",
1565
1834
  expected: "(Array<string> | undefined)",
1566
1835
  value: input3.included_types
1567
- })) && input3.included_types.map((elem, _index29) => "string" === typeof elem || $report(_exceptionable2, {
1568
- path: _path2 + ".included_types[" + _index29 + "]",
1836
+ })) && input3.included_types.map((elem, _index36) => "string" === typeof elem || $report(_exceptionable2, {
1837
+ path: _path2 + ".included_types[" + _index36 + "]",
1569
1838
  expected: "string",
1570
1839
  value: elem
1571
1840
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1609,7 +1878,7 @@ var validPercentileRequest = (input) => {
1609
1878
  expected: "(number | undefined)",
1610
1879
  value: input3.stop
1611
1880
  })].every((flag) => flag);
1612
- const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1881
+ const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1613
1882
  path: _path2 + ".id",
1614
1883
  expected: "string",
1615
1884
  value: input3.id
@@ -1625,8 +1894,8 @@ var validPercentileRequest = (input) => {
1625
1894
  path: _path2 + ".child_types",
1626
1895
  expected: "(Array<string> | undefined)",
1627
1896
  value: input3.child_types
1628
- })) && input3.child_types.map((elem, _index30) => "string" === typeof elem || $report(_exceptionable2, {
1629
- path: _path2 + ".child_types[" + _index30 + "]",
1897
+ })) && input3.child_types.map((elem, _index37) => "string" === typeof elem || $report(_exceptionable2, {
1898
+ path: _path2 + ".child_types[" + _index37 + "]",
1630
1899
  expected: "string",
1631
1900
  value: elem
1632
1901
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1641,8 +1910,8 @@ var validPercentileRequest = (input) => {
1641
1910
  path: _path2 + ".included_types",
1642
1911
  expected: "(Array<string> | undefined)",
1643
1912
  value: input3.included_types
1644
- })) && input3.included_types.map((elem, _index31) => "string" === typeof elem || $report(_exceptionable2, {
1645
- path: _path2 + ".included_types[" + _index31 + "]",
1913
+ })) && input3.included_types.map((elem, _index38) => "string" === typeof elem || $report(_exceptionable2, {
1914
+ path: _path2 + ".included_types[" + _index38 + "]",
1646
1915
  expected: "string",
1647
1916
  value: elem
1648
1917
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1682,7 +1951,7 @@ var validPercentileRequest = (input) => {
1682
1951
  expected: "number",
1683
1952
  value: input3.stop
1684
1953
  })].every((flag) => flag);
1685
- const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1954
+ const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1686
1955
  path: _path2 + ".id",
1687
1956
  expected: "string",
1688
1957
  value: input3.id
@@ -1698,8 +1967,8 @@ var validPercentileRequest = (input) => {
1698
1967
  path: _path2 + ".child_types",
1699
1968
  expected: "(Array<string> | undefined)",
1700
1969
  value: input3.child_types
1701
- })) && input3.child_types.map((elem, _index32) => "string" === typeof elem || $report(_exceptionable2, {
1702
- path: _path2 + ".child_types[" + _index32 + "]",
1970
+ })) && input3.child_types.map((elem, _index39) => "string" === typeof elem || $report(_exceptionable2, {
1971
+ path: _path2 + ".child_types[" + _index39 + "]",
1703
1972
  expected: "string",
1704
1973
  value: elem
1705
1974
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1714,8 +1983,8 @@ var validPercentileRequest = (input) => {
1714
1983
  path: _path2 + ".included_types",
1715
1984
  expected: "(Array<string> | undefined)",
1716
1985
  value: input3.included_types
1717
- })) && input3.included_types.map((elem, _index33) => "string" === typeof elem || $report(_exceptionable2, {
1718
- path: _path2 + ".included_types[" + _index33 + "]",
1986
+ })) && input3.included_types.map((elem, _index40) => "string" === typeof elem || $report(_exceptionable2, {
1987
+ path: _path2 + ".included_types[" + _index40 + "]",
1719
1988
  expected: "string",
1720
1989
  value: elem
1721
1990
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1758,12 +2027,12 @@ var validPercentileRequest = (input) => {
1758
2027
  path: _path2 + ".genes",
1759
2028
  expected: "Array<GvGeneTerm>",
1760
2029
  value: input3.genes
1761
- })) && input3.genes.map((elem, _index34) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1762
- path: _path2 + ".genes[" + _index34 + "]",
2030
+ })) && input3.genes.map((elem, _index41) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2031
+ path: _path2 + ".genes[" + _index41 + "]",
1763
2032
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1764
2033
  value: elem
1765
- })) && $vu3(elem, _path2 + ".genes[" + _index34 + "]", _exceptionable2) || $report(_exceptionable2, {
1766
- path: _path2 + ".genes[" + _index34 + "]",
2034
+ })) && $vu3(elem, _path2 + ".genes[" + _index41 + "]", _exceptionable2) || $report(_exceptionable2, {
2035
+ path: _path2 + ".genes[" + _index41 + "]",
1767
2036
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1768
2037
  value: elem
1769
2038
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1782,12 +2051,12 @@ var validPercentileRequest = (input) => {
1782
2051
  path: _path2 + ".childTerms",
1783
2052
  expected: "(Array<DtTerm> | undefined)",
1784
2053
  value: input3.childTerms
1785
- })) && input3.childTerms.map((elem, _index35) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1786
- path: _path2 + ".childTerms[" + _index35 + "]",
2054
+ })) && input3.childTerms.map((elem, _index42) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2055
+ path: _path2 + ".childTerms[" + _index42 + "]",
1787
2056
  expected: "DtTerm",
1788
2057
  value: elem
1789
- })) && $vo29(elem, _path2 + ".childTerms[" + _index35 + "]", _exceptionable2) || $report(_exceptionable2, {
1790
- path: _path2 + ".childTerms[" + _index35 + "]",
2058
+ })) && $vo32(elem, _path2 + ".childTerms[" + _index42 + "]", _exceptionable2) || $report(_exceptionable2, {
2059
+ path: _path2 + ".childTerms[" + _index42 + "]",
1791
2060
  expected: "DtTerm",
1792
2061
  value: elem
1793
2062
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1795,7 +2064,7 @@ var validPercentileRequest = (input) => {
1795
2064
  expected: "(Array<DtTerm> | undefined)",
1796
2065
  value: input3.childTerms
1797
2066
  })].every((flag) => flag);
1798
- const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
2067
+ const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1799
2068
  path: _path2 + ".key",
1800
2069
  expected: "string",
1801
2070
  value: input3.key
@@ -1808,7 +2077,7 @@ var validPercentileRequest = (input) => {
1808
2077
  expected: "string",
1809
2078
  value: input3.value
1810
2079
  })].every((flag) => flag);
1811
- const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2080
+ const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1812
2081
  path: _path2 + ".id",
1813
2082
  expected: "string",
1814
2083
  value: input3.id
@@ -1824,8 +2093,8 @@ var validPercentileRequest = (input) => {
1824
2093
  path: _path2 + ".child_types",
1825
2094
  expected: "(Array<string> | undefined)",
1826
2095
  value: input3.child_types
1827
- })) && input3.child_types.map((elem, _index36) => "string" === typeof elem || $report(_exceptionable2, {
1828
- path: _path2 + ".child_types[" + _index36 + "]",
2096
+ })) && input3.child_types.map((elem, _index43) => "string" === typeof elem || $report(_exceptionable2, {
2097
+ path: _path2 + ".child_types[" + _index43 + "]",
1829
2098
  expected: "string",
1830
2099
  value: elem
1831
2100
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1840,8 +2109,8 @@ var validPercentileRequest = (input) => {
1840
2109
  path: _path2 + ".included_types",
1841
2110
  expected: "(Array<string> | undefined)",
1842
2111
  value: input3.included_types
1843
- })) && input3.included_types.map((elem, _index37) => "string" === typeof elem || $report(_exceptionable2, {
1844
- path: _path2 + ".included_types[" + _index37 + "]",
2112
+ })) && input3.included_types.map((elem, _index44) => "string" === typeof elem || $report(_exceptionable2, {
2113
+ path: _path2 + ".included_types[" + _index44 + "]",
1845
2114
  expected: "string",
1846
2115
  value: elem
1847
2116
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1884,12 +2153,12 @@ var validPercentileRequest = (input) => {
1884
2153
  path: _path2 + ".genes",
1885
2154
  expected: "Array<GvGeneTerm>",
1886
2155
  value: input3.genes
1887
- })) && input3.genes.map((elem, _index38) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1888
- path: _path2 + ".genes[" + _index38 + "]",
2156
+ })) && input3.genes.map((elem, _index45) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2157
+ path: _path2 + ".genes[" + _index45 + "]",
1889
2158
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1890
2159
  value: elem
1891
- })) && $vu3(elem, _path2 + ".genes[" + _index38 + "]", _exceptionable2) || $report(_exceptionable2, {
1892
- path: _path2 + ".genes[" + _index38 + "]",
2160
+ })) && $vu3(elem, _path2 + ".genes[" + _index45 + "]", _exceptionable2) || $report(_exceptionable2, {
2161
+ path: _path2 + ".genes[" + _index45 + "]",
1893
2162
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1894
2163
  value: elem
1895
2164
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1908,12 +2177,12 @@ var validPercentileRequest = (input) => {
1908
2177
  path: _path2 + ".childTerms",
1909
2178
  expected: "Array<DtTerm>",
1910
2179
  value: input3.childTerms
1911
- })) && input3.childTerms.map((elem, _index39) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1912
- path: _path2 + ".childTerms[" + _index39 + "]",
2180
+ })) && input3.childTerms.map((elem, _index46) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2181
+ path: _path2 + ".childTerms[" + _index46 + "]",
1913
2182
  expected: "DtTerm",
1914
2183
  value: elem
1915
- })) && $vo29(elem, _path2 + ".childTerms[" + _index39 + "]", _exceptionable2) || $report(_exceptionable2, {
1916
- path: _path2 + ".childTerms[" + _index39 + "]",
2184
+ })) && $vo32(elem, _path2 + ".childTerms[" + _index46 + "]", _exceptionable2) || $report(_exceptionable2, {
2185
+ path: _path2 + ".childTerms[" + _index46 + "]",
1917
2186
  expected: "DtTerm",
1918
2187
  value: elem
1919
2188
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1921,7 +2190,181 @@ var validPercentileRequest = (input) => {
1921
2190
  expected: "Array<DtTerm>",
1922
2191
  value: input3.childTerms
1923
2192
  })].every((flag) => flag);
1924
- const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2193
+ const $vo39 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2194
+ path: _path2 + ".id",
2195
+ expected: "string",
2196
+ value: input3.id
2197
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
2198
+ path: _path2 + ".name",
2199
+ expected: "string",
2200
+ value: input3.name
2201
+ }), "geneExpression" === input3.type || $report(_exceptionable2, {
2202
+ path: _path2 + ".type",
2203
+ expected: '"geneExpression"',
2204
+ value: input3.type
2205
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
2206
+ path: _path2 + ".child_types",
2207
+ expected: "(Array<string> | undefined)",
2208
+ value: input3.child_types
2209
+ })) && input3.child_types.map((elem, _index47) => "string" === typeof elem || $report(_exceptionable2, {
2210
+ path: _path2 + ".child_types[" + _index47 + "]",
2211
+ expected: "string",
2212
+ value: elem
2213
+ })).every((flag) => flag) || $report(_exceptionable2, {
2214
+ path: _path2 + ".child_types",
2215
+ expected: "(Array<string> | undefined)",
2216
+ value: input3.child_types
2217
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
2218
+ path: _path2 + ".hashtmldetail",
2219
+ expected: "(boolean | undefined)",
2220
+ value: input3.hashtmldetail
2221
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
2222
+ path: _path2 + ".included_types",
2223
+ expected: "(Array<string> | undefined)",
2224
+ value: input3.included_types
2225
+ })) && input3.included_types.map((elem, _index48) => "string" === typeof elem || $report(_exceptionable2, {
2226
+ path: _path2 + ".included_types[" + _index48 + "]",
2227
+ expected: "string",
2228
+ value: elem
2229
+ })).every((flag) => flag) || $report(_exceptionable2, {
2230
+ path: _path2 + ".included_types",
2231
+ expected: "(Array<string> | undefined)",
2232
+ value: input3.included_types
2233
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
2234
+ path: _path2 + ".isleaf",
2235
+ expected: "(boolean | undefined)",
2236
+ value: input3.isleaf
2237
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
2238
+ path: _path2 + ".values",
2239
+ expected: "(TermValues | undefined)",
2240
+ value: input3.values
2241
+ })) && $vo2(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2242
+ path: _path2 + ".values",
2243
+ expected: "(TermValues | undefined)",
2244
+ value: input3.values
2245
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
2246
+ path: _path2 + ".skipValuesBuild",
2247
+ expected: "(boolean | undefined)",
2248
+ value: input3.skipValuesBuild
2249
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
2250
+ path: _path2 + ".continuousColorScale",
2251
+ expected: "(__type.o2 | undefined)",
2252
+ value: input3.continuousColorScale
2253
+ })) && $vo15(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
2254
+ path: _path2 + ".continuousColorScale",
2255
+ expected: "(__type.o2 | undefined)",
2256
+ value: input3.continuousColorScale
2257
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
2258
+ path: _path2 + ".unit",
2259
+ expected: "(string | undefined)",
2260
+ value: input3.unit
2261
+ }), "string" === typeof input3.gene || $report(_exceptionable2, {
2262
+ path: _path2 + ".gene",
2263
+ expected: "string",
2264
+ value: input3.gene
2265
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
2266
+ path: _path2 + ".bins",
2267
+ expected: "(PresetNumericBins | undefined)",
2268
+ value: input3.bins
2269
+ })) && $vo16(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
2270
+ path: _path2 + ".bins",
2271
+ expected: "(PresetNumericBins | undefined)",
2272
+ value: input3.bins
2273
+ }), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
2274
+ path: _path2 + ".chr",
2275
+ expected: "(string | undefined)",
2276
+ value: input3.chr
2277
+ }), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
2278
+ path: _path2 + ".start",
2279
+ expected: "(number | undefined)",
2280
+ value: input3.start
2281
+ }), void 0 === input3.stop || "number" === typeof input3.stop || $report(_exceptionable2, {
2282
+ path: _path2 + ".stop",
2283
+ expected: "(number | undefined)",
2284
+ value: input3.stop
2285
+ })].every((flag) => flag);
2286
+ const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2287
+ path: _path2 + ".id",
2288
+ expected: "string",
2289
+ value: input3.id
2290
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
2291
+ path: _path2 + ".name",
2292
+ expected: "string",
2293
+ value: input3.name
2294
+ }), "metaboliteIntensity" === input3.type || $report(_exceptionable2, {
2295
+ path: _path2 + ".type",
2296
+ expected: '"metaboliteIntensity"',
2297
+ value: input3.type
2298
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
2299
+ path: _path2 + ".child_types",
2300
+ expected: "(Array<string> | undefined)",
2301
+ value: input3.child_types
2302
+ })) && input3.child_types.map((elem, _index49) => "string" === typeof elem || $report(_exceptionable2, {
2303
+ path: _path2 + ".child_types[" + _index49 + "]",
2304
+ expected: "string",
2305
+ value: elem
2306
+ })).every((flag) => flag) || $report(_exceptionable2, {
2307
+ path: _path2 + ".child_types",
2308
+ expected: "(Array<string> | undefined)",
2309
+ value: input3.child_types
2310
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
2311
+ path: _path2 + ".hashtmldetail",
2312
+ expected: "(boolean | undefined)",
2313
+ value: input3.hashtmldetail
2314
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
2315
+ path: _path2 + ".included_types",
2316
+ expected: "(Array<string> | undefined)",
2317
+ value: input3.included_types
2318
+ })) && input3.included_types.map((elem, _index50) => "string" === typeof elem || $report(_exceptionable2, {
2319
+ path: _path2 + ".included_types[" + _index50 + "]",
2320
+ expected: "string",
2321
+ value: elem
2322
+ })).every((flag) => flag) || $report(_exceptionable2, {
2323
+ path: _path2 + ".included_types",
2324
+ expected: "(Array<string> | undefined)",
2325
+ value: input3.included_types
2326
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
2327
+ path: _path2 + ".isleaf",
2328
+ expected: "(boolean | undefined)",
2329
+ value: input3.isleaf
2330
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
2331
+ path: _path2 + ".values",
2332
+ expected: "(TermValues | undefined)",
2333
+ value: input3.values
2334
+ })) && $vo2(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2335
+ path: _path2 + ".values",
2336
+ expected: "(TermValues | undefined)",
2337
+ value: input3.values
2338
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
2339
+ path: _path2 + ".skipValuesBuild",
2340
+ expected: "(boolean | undefined)",
2341
+ value: input3.skipValuesBuild
2342
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
2343
+ path: _path2 + ".continuousColorScale",
2344
+ expected: "(__type.o2 | undefined)",
2345
+ value: input3.continuousColorScale
2346
+ })) && $vo15(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
2347
+ path: _path2 + ".continuousColorScale",
2348
+ expected: "(__type.o2 | undefined)",
2349
+ value: input3.continuousColorScale
2350
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
2351
+ path: _path2 + ".unit",
2352
+ expected: "(string | undefined)",
2353
+ value: input3.unit
2354
+ }), "string" === typeof input3.metabolite || $report(_exceptionable2, {
2355
+ path: _path2 + ".metabolite",
2356
+ expected: "string",
2357
+ value: input3.metabolite
2358
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
2359
+ path: _path2 + ".bins",
2360
+ expected: "(PresetNumericBins | undefined)",
2361
+ value: input3.bins
2362
+ })) && $vo16(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
2363
+ path: _path2 + ".bins",
2364
+ expected: "(PresetNumericBins | undefined)",
2365
+ value: input3.bins
2366
+ })].every((flag) => flag);
2367
+ const $vo41 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1925
2368
  path: _path2 + ".id",
1926
2369
  expected: "string",
1927
2370
  value: input3.id
@@ -1937,8 +2380,8 @@ var validPercentileRequest = (input) => {
1937
2380
  path: _path2 + ".child_types",
1938
2381
  expected: "(Array<string> | undefined)",
1939
2382
  value: input3.child_types
1940
- })) && input3.child_types.map((elem, _index40) => "string" === typeof elem || $report(_exceptionable2, {
1941
- path: _path2 + ".child_types[" + _index40 + "]",
2383
+ })) && input3.child_types.map((elem, _index51) => "string" === typeof elem || $report(_exceptionable2, {
2384
+ path: _path2 + ".child_types[" + _index51 + "]",
1942
2385
  expected: "string",
1943
2386
  value: elem
1944
2387
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1953,8 +2396,8 @@ var validPercentileRequest = (input) => {
1953
2396
  path: _path2 + ".included_types",
1954
2397
  expected: "(Array<string> | undefined)",
1955
2398
  value: input3.included_types
1956
- })) && input3.included_types.map((elem, _index41) => "string" === typeof elem || $report(_exceptionable2, {
1957
- path: _path2 + ".included_types[" + _index41 + "]",
2399
+ })) && input3.included_types.map((elem, _index52) => "string" === typeof elem || $report(_exceptionable2, {
2400
+ path: _path2 + ".included_types[" + _index52 + "]",
1958
2401
  expected: "string",
1959
2402
  value: elem
1960
2403
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1986,7 +2429,7 @@ var validPercentileRequest = (input) => {
1986
2429
  expected: "TermGroupSetting",
1987
2430
  value: input3.groupsetting
1988
2431
  })].every((flag) => flag);
1989
- const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2432
+ const $vo42 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1990
2433
  path: _path2 + ".id",
1991
2434
  expected: "string",
1992
2435
  value: input3.id
@@ -1994,16 +2437,16 @@ var validPercentileRequest = (input) => {
1994
2437
  path: _path2 + ".name",
1995
2438
  expected: "string",
1996
2439
  value: input3.name
1997
- }), "integer" === input3.type || "float" === input3.type || "date" === input3.type || $report(_exceptionable2, {
2440
+ }), "integer" === input3.type || "float" === input3.type || $report(_exceptionable2, {
1998
2441
  path: _path2 + ".type",
1999
- expected: '("date" | "float" | "integer")',
2442
+ expected: '("float" | "integer")',
2000
2443
  value: input3.type
2001
2444
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
2002
2445
  path: _path2 + ".child_types",
2003
2446
  expected: "(Array<string> | undefined)",
2004
2447
  value: input3.child_types
2005
- })) && input3.child_types.map((elem, _index42) => "string" === typeof elem || $report(_exceptionable2, {
2006
- path: _path2 + ".child_types[" + _index42 + "]",
2448
+ })) && input3.child_types.map((elem, _index53) => "string" === typeof elem || $report(_exceptionable2, {
2449
+ path: _path2 + ".child_types[" + _index53 + "]",
2007
2450
  expected: "string",
2008
2451
  value: elem
2009
2452
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2018,8 +2461,8 @@ var validPercentileRequest = (input) => {
2018
2461
  path: _path2 + ".included_types",
2019
2462
  expected: "(Array<string> | undefined)",
2020
2463
  value: input3.included_types
2021
- })) && input3.included_types.map((elem, _index43) => "string" === typeof elem || $report(_exceptionable2, {
2022
- path: _path2 + ".included_types[" + _index43 + "]",
2464
+ })) && input3.included_types.map((elem, _index54) => "string" === typeof elem || $report(_exceptionable2, {
2465
+ path: _path2 + ".included_types[" + _index54 + "]",
2023
2466
  expected: "string",
2024
2467
  value: elem
2025
2468
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2063,7 +2506,7 @@ var validPercentileRequest = (input) => {
2063
2506
  expected: "PresetNumericBins",
2064
2507
  value: input3.bins
2065
2508
  })].every((flag) => flag);
2066
- const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2509
+ const $vo43 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2067
2510
  path: _path2 + ".id",
2068
2511
  expected: "string",
2069
2512
  value: input3.id
@@ -2071,16 +2514,16 @@ var validPercentileRequest = (input) => {
2071
2514
  path: _path2 + ".name",
2072
2515
  expected: "string",
2073
2516
  value: input3.name
2074
- }), "geneExpression" === input3.type || $report(_exceptionable2, {
2517
+ }), "date" === input3.type || $report(_exceptionable2, {
2075
2518
  path: _path2 + ".type",
2076
- expected: '"geneExpression"',
2519
+ expected: '"date"',
2077
2520
  value: input3.type
2078
2521
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
2079
2522
  path: _path2 + ".child_types",
2080
2523
  expected: "(Array<string> | undefined)",
2081
2524
  value: input3.child_types
2082
- })) && input3.child_types.map((elem, _index44) => "string" === typeof elem || $report(_exceptionable2, {
2083
- path: _path2 + ".child_types[" + _index44 + "]",
2525
+ })) && input3.child_types.map((elem, _index55) => "string" === typeof elem || $report(_exceptionable2, {
2526
+ path: _path2 + ".child_types[" + _index55 + "]",
2084
2527
  expected: "string",
2085
2528
  value: elem
2086
2529
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2095,8 +2538,8 @@ var validPercentileRequest = (input) => {
2095
2538
  path: _path2 + ".included_types",
2096
2539
  expected: "(Array<string> | undefined)",
2097
2540
  value: input3.included_types
2098
- })) && input3.included_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
2099
- path: _path2 + ".included_types[" + _index45 + "]",
2541
+ })) && input3.included_types.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
2542
+ path: _path2 + ".included_types[" + _index56 + "]",
2100
2543
  expected: "string",
2101
2544
  value: elem
2102
2545
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2131,10 +2574,10 @@ var validPercentileRequest = (input) => {
2131
2574
  path: _path2 + ".unit",
2132
2575
  expected: "(string | undefined)",
2133
2576
  value: input3.unit
2134
- }), "string" === typeof input3.gene || $report(_exceptionable2, {
2135
- path: _path2 + ".gene",
2577
+ }), "string" === typeof input3.metabolite || $report(_exceptionable2, {
2578
+ path: _path2 + ".metabolite",
2136
2579
  expected: "string",
2137
- value: input3.gene
2580
+ value: input3.metabolite
2138
2581
  }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
2139
2582
  path: _path2 + ".bins",
2140
2583
  expected: "(PresetNumericBins | undefined)",
@@ -2143,20 +2586,97 @@ var validPercentileRequest = (input) => {
2143
2586
  path: _path2 + ".bins",
2144
2587
  expected: "(PresetNumericBins | undefined)",
2145
2588
  value: input3.bins
2146
- }), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
2147
- path: _path2 + ".chr",
2589
+ })].every((flag) => flag);
2590
+ const $vo44 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2591
+ path: _path2 + ".id",
2592
+ expected: "string",
2593
+ value: input3.id
2594
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
2595
+ path: _path2 + ".name",
2596
+ expected: "string",
2597
+ value: input3.name
2598
+ }), "ssGSEA" === input3.type || $report(_exceptionable2, {
2599
+ path: _path2 + ".type",
2600
+ expected: '"ssGSEA"',
2601
+ value: input3.type
2602
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
2603
+ path: _path2 + ".child_types",
2604
+ expected: "(Array<string> | undefined)",
2605
+ value: input3.child_types
2606
+ })) && input3.child_types.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
2607
+ path: _path2 + ".child_types[" + _index57 + "]",
2608
+ expected: "string",
2609
+ value: elem
2610
+ })).every((flag) => flag) || $report(_exceptionable2, {
2611
+ path: _path2 + ".child_types",
2612
+ expected: "(Array<string> | undefined)",
2613
+ value: input3.child_types
2614
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
2615
+ path: _path2 + ".hashtmldetail",
2616
+ expected: "(boolean | undefined)",
2617
+ value: input3.hashtmldetail
2618
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
2619
+ path: _path2 + ".included_types",
2620
+ expected: "(Array<string> | undefined)",
2621
+ value: input3.included_types
2622
+ })) && input3.included_types.map((elem, _index58) => "string" === typeof elem || $report(_exceptionable2, {
2623
+ path: _path2 + ".included_types[" + _index58 + "]",
2624
+ expected: "string",
2625
+ value: elem
2626
+ })).every((flag) => flag) || $report(_exceptionable2, {
2627
+ path: _path2 + ".included_types",
2628
+ expected: "(Array<string> | undefined)",
2629
+ value: input3.included_types
2630
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
2631
+ path: _path2 + ".isleaf",
2632
+ expected: "(boolean | undefined)",
2633
+ value: input3.isleaf
2634
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
2635
+ path: _path2 + ".values",
2636
+ expected: "(TermValues | undefined)",
2637
+ value: input3.values
2638
+ })) && $vo2(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2639
+ path: _path2 + ".values",
2640
+ expected: "(TermValues | undefined)",
2641
+ value: input3.values
2642
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
2643
+ path: _path2 + ".skipValuesBuild",
2644
+ expected: "(boolean | undefined)",
2645
+ value: input3.skipValuesBuild
2646
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
2647
+ path: _path2 + ".continuousColorScale",
2648
+ expected: "(__type.o2 | undefined)",
2649
+ value: input3.continuousColorScale
2650
+ })) && $vo15(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
2651
+ path: _path2 + ".continuousColorScale",
2652
+ expected: "(__type.o2 | undefined)",
2653
+ value: input3.continuousColorScale
2654
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
2655
+ path: _path2 + ".unit",
2148
2656
  expected: "(string | undefined)",
2149
- value: input3.chr
2150
- }), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
2151
- path: _path2 + ".start",
2152
- expected: "(number | undefined)",
2153
- value: input3.start
2154
- }), void 0 === input3.stop || "number" === typeof input3.stop || $report(_exceptionable2, {
2155
- path: _path2 + ".stop",
2156
- expected: "(number | undefined)",
2157
- value: input3.stop
2657
+ value: input3.unit
2658
+ }), void 0 === input3.genes || (Array.isArray(input3.genes) || $report(_exceptionable2, {
2659
+ path: _path2 + ".genes",
2660
+ expected: "(Array<string> | undefined)",
2661
+ value: input3.genes
2662
+ })) && input3.genes.map((elem, _index59) => "string" === typeof elem || $report(_exceptionable2, {
2663
+ path: _path2 + ".genes[" + _index59 + "]",
2664
+ expected: "string",
2665
+ value: elem
2666
+ })).every((flag) => flag) || $report(_exceptionable2, {
2667
+ path: _path2 + ".genes",
2668
+ expected: "(Array<string> | undefined)",
2669
+ value: input3.genes
2670
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
2671
+ path: _path2 + ".bins",
2672
+ expected: "(PresetNumericBins | undefined)",
2673
+ value: input3.bins
2674
+ })) && $vo16(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
2675
+ path: _path2 + ".bins",
2676
+ expected: "(PresetNumericBins | undefined)",
2677
+ value: input3.bins
2158
2678
  })].every((flag) => flag);
2159
- const $vo39 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2679
+ const $vo45 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2160
2680
  path: _path2 + ".id",
2161
2681
  expected: "string",
2162
2682
  value: input3.id
@@ -2172,8 +2692,8 @@ var validPercentileRequest = (input) => {
2172
2692
  path: _path2 + ".child_types",
2173
2693
  expected: "(Array<string> | undefined)",
2174
2694
  value: input3.child_types
2175
- })) && input3.child_types.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
2176
- path: _path2 + ".child_types[" + _index46 + "]",
2695
+ })) && input3.child_types.map((elem, _index60) => "string" === typeof elem || $report(_exceptionable2, {
2696
+ path: _path2 + ".child_types[" + _index60 + "]",
2177
2697
  expected: "string",
2178
2698
  value: elem
2179
2699
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2188,8 +2708,8 @@ var validPercentileRequest = (input) => {
2188
2708
  path: _path2 + ".included_types",
2189
2709
  expected: "(Array<string> | undefined)",
2190
2710
  value: input3.included_types
2191
- })) && input3.included_types.map((elem, _index47) => "string" === typeof elem || $report(_exceptionable2, {
2192
- path: _path2 + ".included_types[" + _index47 + "]",
2711
+ })) && input3.included_types.map((elem, _index61) => "string" === typeof elem || $report(_exceptionable2, {
2712
+ path: _path2 + ".included_types[" + _index61 + "]",
2193
2713
  expected: "string",
2194
2714
  value: elem
2195
2715
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2213,7 +2733,7 @@ var validPercentileRequest = (input) => {
2213
2733
  expected: "(boolean | undefined)",
2214
2734
  value: input3.skipValuesBuild
2215
2735
  })].every((flag) => flag);
2216
- const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2736
+ const $vo46 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2217
2737
  path: _path2 + ".id",
2218
2738
  expected: "string",
2219
2739
  value: input3.id
@@ -2229,8 +2749,8 @@ var validPercentileRequest = (input) => {
2229
2749
  path: _path2 + ".child_types",
2230
2750
  expected: "(Array<string> | undefined)",
2231
2751
  value: input3.child_types
2232
- })) && input3.child_types.map((elem, _index48) => "string" === typeof elem || $report(_exceptionable2, {
2233
- path: _path2 + ".child_types[" + _index48 + "]",
2752
+ })) && input3.child_types.map((elem, _index62) => "string" === typeof elem || $report(_exceptionable2, {
2753
+ path: _path2 + ".child_types[" + _index62 + "]",
2234
2754
  expected: "string",
2235
2755
  value: elem
2236
2756
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2245,8 +2765,8 @@ var validPercentileRequest = (input) => {
2245
2765
  path: _path2 + ".included_types",
2246
2766
  expected: "(Array<string> | undefined)",
2247
2767
  value: input3.included_types
2248
- })) && input3.included_types.map((elem, _index49) => "string" === typeof elem || $report(_exceptionable2, {
2249
- path: _path2 + ".included_types[" + _index49 + "]",
2768
+ })) && input3.included_types.map((elem, _index63) => "string" === typeof elem || $report(_exceptionable2, {
2769
+ path: _path2 + ".included_types[" + _index63 + "]",
2250
2770
  expected: "string",
2251
2771
  value: elem
2252
2772
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2277,12 +2797,12 @@ var validPercentileRequest = (input) => {
2277
2797
  path: _path2 + ".snps",
2278
2798
  expected: "(Array<SnpsEntry> | undefined)",
2279
2799
  value: input3.snps
2280
- })) && input3.snps.map((elem, _index50) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2281
- path: _path2 + ".snps[" + _index50 + "]",
2800
+ })) && input3.snps.map((elem, _index64) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2801
+ path: _path2 + ".snps[" + _index64 + "]",
2282
2802
  expected: "SnpsEntry",
2283
2803
  value: elem
2284
- })) && $vo41(elem, _path2 + ".snps[" + _index50 + "]", _exceptionable2) || $report(_exceptionable2, {
2285
- path: _path2 + ".snps[" + _index50 + "]",
2804
+ })) && $vo47(elem, _path2 + ".snps[" + _index64 + "]", _exceptionable2) || $report(_exceptionable2, {
2805
+ path: _path2 + ".snps[" + _index64 + "]",
2286
2806
  expected: "SnpsEntry",
2287
2807
  value: elem
2288
2808
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2290,12 +2810,12 @@ var validPercentileRequest = (input) => {
2290
2810
  expected: "(Array<SnpsEntry> | undefined)",
2291
2811
  value: input3.snps
2292
2812
  })].every((flag) => flag);
2293
- const $vo41 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
2813
+ const $vo47 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
2294
2814
  path: _path2 + ".altAlleles",
2295
2815
  expected: "(Array<string> | undefined)",
2296
2816
  value: input3.altAlleles
2297
- })) && input3.altAlleles.map((elem, _index51) => "string" === typeof elem || $report(_exceptionable2, {
2298
- path: _path2 + ".altAlleles[" + _index51 + "]",
2817
+ })) && input3.altAlleles.map((elem, _index65) => "string" === typeof elem || $report(_exceptionable2, {
2818
+ path: _path2 + ".altAlleles[" + _index65 + "]",
2299
2819
  expected: "string",
2300
2820
  value: elem
2301
2821
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2306,12 +2826,12 @@ var validPercentileRequest = (input) => {
2306
2826
  path: _path2 + ".alleles",
2307
2827
  expected: "(Array<AllelesEntry> | undefined)",
2308
2828
  value: input3.alleles
2309
- })) && input3.alleles.map((elem, _index52) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2310
- path: _path2 + ".alleles[" + _index52 + "]",
2829
+ })) && input3.alleles.map((elem, _index66) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2830
+ path: _path2 + ".alleles[" + _index66 + "]",
2311
2831
  expected: "AllelesEntry",
2312
2832
  value: elem
2313
- })) && $vo42(elem, _path2 + ".alleles[" + _index52 + "]", _exceptionable2) || $report(_exceptionable2, {
2314
- path: _path2 + ".alleles[" + _index52 + "]",
2833
+ })) && $vo48(elem, _path2 + ".alleles[" + _index66 + "]", _exceptionable2) || $report(_exceptionable2, {
2834
+ path: _path2 + ".alleles[" + _index66 + "]",
2315
2835
  expected: "AllelesEntry",
2316
2836
  value: elem
2317
2837
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2326,7 +2846,7 @@ var validPercentileRequest = (input) => {
2326
2846
  path: _path2 + ".gt2count",
2327
2847
  expected: "(__type.o5 | undefined)",
2328
2848
  value: input3.gt2count
2329
- })) && $vo43(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
2849
+ })) && $vo49(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
2330
2850
  path: _path2 + ".gt2count",
2331
2851
  expected: "(__type.o5 | undefined)",
2332
2852
  value: input3.gt2count
@@ -2355,7 +2875,7 @@ var validPercentileRequest = (input) => {
2355
2875
  expected: "(number | undefined)",
2356
2876
  value: input3.pos
2357
2877
  })].every((flag) => flag);
2358
- const $vo42 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
2878
+ const $vo48 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
2359
2879
  path: _path2 + ".allele",
2360
2880
  expected: "string",
2361
2881
  value: input3.allele
@@ -2368,7 +2888,7 @@ var validPercentileRequest = (input) => {
2368
2888
  expected: "boolean",
2369
2889
  value: input3.isRef
2370
2890
  })].every((flag) => flag);
2371
- const $vo43 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
2891
+ const $vo49 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
2372
2892
  path: _path2 + ".k",
2373
2893
  expected: "string",
2374
2894
  value: input3.k
@@ -2377,7 +2897,7 @@ var validPercentileRequest = (input) => {
2377
2897
  expected: "(number | string)",
2378
2898
  value: input3.v
2379
2899
  })].every((flag) => flag);
2380
- const $vo44 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2900
+ const $vo50 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2381
2901
  path: _path2 + ".id",
2382
2902
  expected: "string",
2383
2903
  value: input3.id
@@ -2393,8 +2913,8 @@ var validPercentileRequest = (input) => {
2393
2913
  path: _path2 + ".child_types",
2394
2914
  expected: "(Array<string> | undefined)",
2395
2915
  value: input3.child_types
2396
- })) && input3.child_types.map((elem, _index53) => "string" === typeof elem || $report(_exceptionable2, {
2397
- path: _path2 + ".child_types[" + _index53 + "]",
2916
+ })) && input3.child_types.map((elem, _index67) => "string" === typeof elem || $report(_exceptionable2, {
2917
+ path: _path2 + ".child_types[" + _index67 + "]",
2398
2918
  expected: "string",
2399
2919
  value: elem
2400
2920
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2409,8 +2929,8 @@ var validPercentileRequest = (input) => {
2409
2929
  path: _path2 + ".included_types",
2410
2930
  expected: "(Array<string> | undefined)",
2411
2931
  value: input3.included_types
2412
- })) && input3.included_types.map((elem, _index54) => "string" === typeof elem || $report(_exceptionable2, {
2413
- path: _path2 + ".included_types[" + _index54 + "]",
2932
+ })) && input3.included_types.map((elem, _index68) => "string" === typeof elem || $report(_exceptionable2, {
2933
+ path: _path2 + ".included_types[" + _index68 + "]",
2414
2934
  expected: "string",
2415
2935
  value: elem
2416
2936
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2425,7 +2945,7 @@ var validPercentileRequest = (input) => {
2425
2945
  path: _path2 + ".values",
2426
2946
  expected: "(TermValues & SampleLstTermValues | undefined)",
2427
2947
  value: input3.values
2428
- })) && $vo45(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2948
+ })) && $vo51(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2429
2949
  path: _path2 + ".values",
2430
2950
  expected: "(TermValues & SampleLstTermValues | undefined)",
2431
2951
  value: input3.values
@@ -2434,7 +2954,7 @@ var validPercentileRequest = (input) => {
2434
2954
  expected: "(boolean | undefined)",
2435
2955
  value: input3.skipValuesBuild
2436
2956
  })].every((flag) => flag);
2437
- const $vo45 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2957
+ const $vo51 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2438
2958
  const value = input3[key];
2439
2959
  if (void 0 === value)
2440
2960
  return true;
@@ -2443,7 +2963,7 @@ var validPercentileRequest = (input) => {
2443
2963
  path: _path2 + $join(key),
2444
2964
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
2445
2965
  value
2446
- })) && $vo46(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2966
+ })) && $vo52(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2447
2967
  path: _path2 + $join(key),
2448
2968
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
2449
2969
  value
@@ -2453,14 +2973,14 @@ var validPercentileRequest = (input) => {
2453
2973
  path: _path2 + $join(key),
2454
2974
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
2455
2975
  value
2456
- })) && $vo46(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2976
+ })) && $vo52(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2457
2977
  path: _path2 + $join(key),
2458
2978
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
2459
2979
  value
2460
2980
  });
2461
2981
  return true;
2462
2982
  }).every((flag) => flag)].every((flag) => flag);
2463
- const $vo46 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
2983
+ const $vo52 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
2464
2984
  path: _path2 + ".key",
2465
2985
  expected: "(string | undefined)",
2466
2986
  value: input3.key
@@ -2504,12 +3024,12 @@ var validPercentileRequest = (input) => {
2504
3024
  path: _path2 + ".list",
2505
3025
  expected: "Array<__type>.o3",
2506
3026
  value: input3.list
2507
- })) && input3.list.map((elem, _index55) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2508
- path: _path2 + ".list[" + _index55 + "]",
3027
+ })) && input3.list.map((elem, _index69) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3028
+ path: _path2 + ".list[" + _index69 + "]",
2509
3029
  expected: "__type.o6",
2510
3030
  value: elem
2511
- })) && $vo47(elem, _path2 + ".list[" + _index55 + "]", _exceptionable2) || $report(_exceptionable2, {
2512
- path: _path2 + ".list[" + _index55 + "]",
3031
+ })) && $vo53(elem, _path2 + ".list[" + _index69 + "]", _exceptionable2) || $report(_exceptionable2, {
3032
+ path: _path2 + ".list[" + _index69 + "]",
2513
3033
  expected: "__type.o6",
2514
3034
  value: elem
2515
3035
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2517,7 +3037,7 @@ var validPercentileRequest = (input) => {
2517
3037
  expected: "Array<__type>.o3",
2518
3038
  value: input3.list
2519
3039
  }), true].every((flag) => flag);
2520
- const $vo47 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.sampleId || $report(_exceptionable2, {
3040
+ const $vo53 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.sampleId || $report(_exceptionable2, {
2521
3041
  path: _path2 + ".sampleId",
2522
3042
  expected: "string",
2523
3043
  value: input3.sampleId
@@ -2557,9 +3077,9 @@ var validPercentileRequest = (input) => {
2557
3077
  })();
2558
3078
  const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
2559
3079
  if ("gene" === input3.kind)
2560
- return $vo31(input3, _path2, _exceptionable2);
3080
+ return $vo34(input3, _path2, _exceptionable2);
2561
3081
  if ("coord" === input3.kind)
2562
- return $vo32(input3, _path2, _exceptionable2);
3082
+ return $vo35(input3, _path2, _exceptionable2);
2563
3083
  return $report(_exceptionable2, {
2564
3084
  path: _path2,
2565
3085
  expected: "(BaseTerm & Gene | BaseTerm & Coord)",
@@ -2570,30 +3090,42 @@ var validPercentileRequest = (input) => {
2570
3090
  if ("gene" === input3.kind)
2571
3091
  return $vo1(input3, _path2, _exceptionable2);
2572
3092
  if ("coord" === input3.kind)
2573
- return $vo35(input3, _path2, _exceptionable2);
2574
- if ("categorical" === input3.type)
2575
- return $vo36(input3, _path2, _exceptionable2);
2576
- if ("integer" === input3.type || "float" === input3.type || "date" === input3.type)
2577
- return $vo37(input3, _path2, _exceptionable2);
2578
- if ("geneExpression" === input3.type)
2579
3093
  return $vo38(input3, _path2, _exceptionable2);
2580
- if ("condition" === input3.type)
3094
+ if ("geneExpression" === input3.type)
2581
3095
  return $vo39(input3, _path2, _exceptionable2);
2582
- return $vo40(input3, _path2, false) || $vo44(input3, _path2, false);
3096
+ if ("metaboliteIntensity" === input3.type)
3097
+ return $vo40(input3, _path2, _exceptionable2);
3098
+ if ("categorical" === input3.type)
3099
+ return $vo41(input3, _path2, _exceptionable2);
3100
+ if ("integer" === input3.type || "float" === input3.type)
3101
+ return $vo42(input3, _path2, _exceptionable2);
3102
+ if ("date" === input3.type)
3103
+ return $vo43(input3, _path2, _exceptionable2);
3104
+ if ("ssGSEA" === input3.type)
3105
+ return $vo44(input3, _path2, _exceptionable2);
3106
+ if ("condition" === input3.type)
3107
+ return $vo45(input3, _path2, _exceptionable2);
3108
+ return $vo46(input3, _path2, false) || $vo50(input3, _path2, false);
2583
3109
  })();
2584
3110
  const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
2585
3111
  if (void 0 !== input3.ranges)
2586
3112
  return $vo13(input3, _path2, _exceptionable2);
2587
- return $vo6(input3, _path2, false) || $vo25(input3, _path2, false) || $vo28(input3, _path2, false);
3113
+ return $vo6(input3, _path2, false) || $vo28(input3, _path2, false) || $vo31(input3, _path2, false);
2588
3114
  })();
2589
3115
  const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
2590
- if ("integer" === input3.type || "float" === input3.type || "date" === input3.type)
3116
+ if ("integer" === input3.type || "float" === input3.type)
2591
3117
  return $vo14(input3, _path2, _exceptionable2);
2592
3118
  if ("geneExpression" === input3.type)
2593
3119
  return $vo23(input3, _path2, _exceptionable2);
3120
+ if ("date" === input3.type)
3121
+ return $vo25(input3, _path2, _exceptionable2);
3122
+ if ("metaboliteIntensity" === input3.type)
3123
+ return $vo24(input3, _path2, _exceptionable2);
3124
+ if ("ssGSEA" === input3.type)
3125
+ return $vo26(input3, _path2, _exceptionable2);
2594
3126
  return $report(_exceptionable2, {
2595
3127
  path: _path2,
2596
- expected: "(NumericDictTerm | GeneExpressionTerm)",
3128
+ expected: "(NumericDictTerm | GeneExpressionTerm | DateTerm | MetaboliteIntensityTerm | SsGSEATerm)",
2597
3129
  value: input3
2598
3130
  });
2599
3131
  })();
@@ -2632,9 +3164,9 @@ var validPercentileRequest = (input) => {
2632
3164
  })();
2633
3165
  const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
2634
3166
  if ("gene" === input3.kind)
2635
- return $vo30(input3, _path2, _exceptionable2);
2636
- if ("coord" === input3.kind)
2637
3167
  return $vo33(input3, _path2, _exceptionable2);
3168
+ if ("coord" === input3.kind)
3169
+ return $vo36(input3, _path2, _exceptionable2);
2638
3170
  return $report(_exceptionable2, {
2639
3171
  path: _path2,
2640
3172
  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; })',