@sjcrh/proteinpaint-types 2.140.1 → 2.142.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. package/dist/brainImaging.js +1 -1
  2. package/dist/{chunk-WKT3H4P4.js → chunk-2VDOPTRV.js} +1581 -693
  3. package/dist/{chunk-AADDTYUL.js → chunk-3BQ57P2P.js} +467 -105
  4. package/dist/{chunk-XXHHUIEV.js → chunk-3L3ASC3B.js} +2634 -2174
  5. package/dist/{chunk-ECF6WSOD.js → chunk-4R265LDJ.js} +467 -105
  6. package/dist/{chunk-FZJ3E7JA.js → chunk-CEDL2QZT.js} +2620 -2160
  7. package/dist/{chunk-PPFFVFUI.js → chunk-DMJFOII6.js} +467 -105
  8. package/dist/{chunk-KS74VVON.js → chunk-FVBXC7SY.js} +467 -105
  9. package/dist/{chunk-2WLN6PMW.js → chunk-GDM7YUXH.js} +2615 -2155
  10. package/dist/{chunk-BWLSDIHM.js → chunk-IR4QSJI7.js} +2610 -2150
  11. package/dist/{chunk-IDP5KXE6.js → chunk-MVMUZSLL.js} +1947 -1487
  12. package/dist/{chunk-EWON4FG5.js → chunk-SMVDKR2O.js} +2441 -2109
  13. package/dist/{chunk-ZA3FDGAD.js → chunk-SOM5WKDM.js} +1014 -488
  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 +20 -0
  33. package/src/terms/geneExpression.ts +20 -16
  34. package/src/terms/geneVariant.ts +3 -0
  35. package/src/terms/metaboliteIntensity.ts +14 -17
  36. package/src/terms/numeric.ts +13 -23
  37. package/src/terms/snp.ts +7 -7
  38. package/src/terms/snps.ts +1 -0
  39. package/src/terms/ssGSEA.ts +9 -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 && "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) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins)) && (void 0 === input3.kind || "gene" === input3.kind) && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
64
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);
@@ -98,40 +98,46 @@ var validPercentileRequest = (input) => {
98
98
  const $io20 = (input3) => (void 0 === input3.startunbounded || false === input3.startunbounded) && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && "number" === typeof input3.start && "number" === typeof input3.stop && (void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive) && (void 0 === input3.stopunbounded || false === input3.stopunbounded) && (void 0 === input3.label || "string" === typeof input3.label);
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
- 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) => {
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) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins)) && (void 0 === input3.kind || "coord" === input3.kind) && (void 0 === input3.gene || "string" === typeof input3.gene) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
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) && (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) && "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)));
117
+ const $io39 = (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)));
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) && (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,37 @@ 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
- if ("gene" === input3.kind)
165
- return $io1(input3);
166
- if ("coord" === input3.kind)
167
- return $io35(input3);
170
+ if ("metaboliteIntensity" === input3.type)
171
+ return $io40(input3);
168
172
  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
- return $io38(input3);
173
+ return $io41(input3);
174
+ if ("date" === input3.type)
175
+ return $io43(input3);
176
+ if ("integer" === input3.type || "float" === input3.type)
177
+ return $io42(input3);
178
+ if ("ssGSEA" === input3.type)
179
+ return $io44(input3);
174
180
  if ("condition" === input3.type)
175
- return $io39(input3);
181
+ return $io45(input3);
176
182
  return (() => {
177
- if ($io40(input3))
178
- return $io40(input3);
179
- if ($io44(input3))
180
- return $io44(input3);
183
+ if ($io23(input3))
184
+ return $io23(input3);
185
+ if ($io1(input3))
186
+ return $io1(input3);
187
+ if ($io38(input3))
188
+ return $io38(input3);
189
+ if ($io39(input3))
190
+ return $io39(input3);
191
+ if ($io46(input3))
192
+ return $io46(input3);
193
+ if ($io50(input3))
194
+ return $io50(input3);
181
195
  return false;
182
196
  })();
183
197
  })();
@@ -187,19 +201,29 @@ var validPercentileRequest = (input) => {
187
201
  return (() => {
188
202
  if ($io6(input3))
189
203
  return $io6(input3);
190
- if ($io25(input3))
191
- return $io25(input3);
192
204
  if ($io28(input3))
193
205
  return $io28(input3);
206
+ if ($io31(input3))
207
+ return $io31(input3);
194
208
  return false;
195
209
  })();
196
210
  })();
197
211
  const $iu6 = (input3) => (() => {
198
- if ("integer" === input3.type || "float" === input3.type || "date" === input3.type)
212
+ if ("integer" === input3.type || "float" === input3.type)
199
213
  return $io14(input3);
200
- if ("geneExpression" === input3.type)
201
- return $io23(input3);
202
- return false;
214
+ if ("metaboliteIntensity" === input3.type)
215
+ return $io24(input3);
216
+ if ("date" === input3.type)
217
+ return $io25(input3);
218
+ if ("ssGSEA" === input3.type)
219
+ return $io26(input3);
220
+ return (() => {
221
+ if ($io23(input3))
222
+ return $io23(input3);
223
+ if ($io1(input3))
224
+ return $io1(input3);
225
+ return false;
226
+ })();
203
227
  })();
204
228
  const $iu7 = (input3) => (() => {
205
229
  if ("regular-bin" === input3.type)
@@ -224,9 +248,9 @@ var validPercentileRequest = (input) => {
224
248
  })();
225
249
  const $iu10 = (input3) => (() => {
226
250
  if ("gene" === input3.kind)
227
- return $io30(input3);
228
- if ("coord" === input3.kind)
229
251
  return $io33(input3);
252
+ if ("coord" === input3.kind)
253
+ return $io36(input3);
230
254
  return false;
231
255
  })();
232
256
  return "object" === typeof input2 && null !== input2 && $io0(input2);
@@ -261,11 +285,11 @@ var validPercentileRequest = (input) => {
261
285
  value: input3.getpercentile
262
286
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
263
287
  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; })',
288
+ expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { genes?: string[] | undefined; name?: string | undefined; type: "ssGSEA"; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id?: string | undefined; type: "integer" | "float"; bins: PresetNumericBins; values?: TermValues | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name: string; type: "date"; bins?: PresetNumericBins | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name: string; type: "metaboliteIntensity"; metabolite: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { values: SampleLstTermValues; })',
265
289
  value: input3.term
266
290
  })) && $vu4(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
267
291
  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; })',
292
+ expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { genes?: string[] | undefined; name?: string | undefined; type: "ssGSEA"; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id?: string | undefined; type: "integer" | "float"; bins: PresetNumericBins; values?: TermValues | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name: string; type: "date"; bins?: PresetNumericBins | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name: string; type: "metaboliteIntensity"; metabolite: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { values: SampleLstTermValues; })',
269
293
  value: input3.term
270
294
  }), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
271
295
  path: _path2 + ".filter",
@@ -284,9 +308,9 @@ var validPercentileRequest = (input) => {
284
308
  path: _path2 + ".name",
285
309
  expected: "string",
286
310
  value: input3.name
287
- }), "geneVariant" === input3.type || $report(_exceptionable2, {
311
+ }), "geneExpression" === input3.type || $report(_exceptionable2, {
288
312
  path: _path2 + ".type",
289
- expected: '"geneVariant"',
313
+ expected: '"geneExpression"',
290
314
  value: input3.type
291
315
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
292
316
  path: _path2 + ".child_types",
@@ -332,9 +356,29 @@ var validPercentileRequest = (input) => {
332
356
  path: _path2 + ".skipValuesBuild",
333
357
  expected: "(boolean | undefined)",
334
358
  value: input3.skipValuesBuild
335
- }), "gene" === input3.kind || $report(_exceptionable2, {
359
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
360
+ path: _path2 + ".continuousColorScale",
361
+ expected: "(__type.o2 | undefined)",
362
+ value: input3.continuousColorScale
363
+ })) && $vo15(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
364
+ path: _path2 + ".continuousColorScale",
365
+ expected: "(__type.o2 | undefined)",
366
+ value: input3.continuousColorScale
367
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
368
+ path: _path2 + ".unit",
369
+ expected: "(string | undefined)",
370
+ value: input3.unit
371
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
372
+ path: _path2 + ".bins",
373
+ expected: "(PresetNumericBins | undefined)",
374
+ value: input3.bins
375
+ })) && $vo16(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
376
+ path: _path2 + ".bins",
377
+ expected: "(PresetNumericBins | undefined)",
378
+ value: input3.bins
379
+ }), void 0 === input3.kind || "gene" === input3.kind || $report(_exceptionable2, {
336
380
  path: _path2 + ".kind",
337
- expected: '"gene"',
381
+ expected: '("gene" | undefined)',
338
382
  value: input3.kind
339
383
  }), "string" === typeof input3.gene || $report(_exceptionable2, {
340
384
  path: _path2 + ".gene",
@@ -352,46 +396,6 @@ var validPercentileRequest = (input) => {
352
396
  path: _path2 + ".stop",
353
397
  expected: "(number | undefined)",
354
398
  value: input3.stop
355
- }), (Array.isArray(input3.genes) || $report(_exceptionable2, {
356
- path: _path2 + ".genes",
357
- expected: "Array<GvGeneTerm>",
358
- value: input3.genes
359
- })) && input3.genes.map((elem, _index4) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
360
- path: _path2 + ".genes[" + _index4 + "]",
361
- expected: "(BaseTerm & Coord | BaseTerm & Gene)",
362
- value: elem
363
- })) && $vu3(elem, _path2 + ".genes[" + _index4 + "]", _exceptionable2) || $report(_exceptionable2, {
364
- path: _path2 + ".genes[" + _index4 + "]",
365
- expected: "(BaseTerm & Coord | BaseTerm & Gene)",
366
- value: elem
367
- })).every((flag) => flag) || $report(_exceptionable2, {
368
- path: _path2 + ".genes",
369
- expected: "Array<GvGeneTerm>",
370
- value: input3.genes
371
- }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
372
- path: _path2 + ".groupsetting",
373
- expected: "TermGroupSetting",
374
- value: input3.groupsetting
375
- })) && $vo8(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
376
- path: _path2 + ".groupsetting",
377
- expected: "TermGroupSetting",
378
- value: input3.groupsetting
379
- }), (Array.isArray(input3.childTerms) || $report(_exceptionable2, {
380
- path: _path2 + ".childTerms",
381
- expected: "Array<DtTerm>",
382
- value: input3.childTerms
383
- })) && input3.childTerms.map((elem, _index5) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
384
- path: _path2 + ".childTerms[" + _index5 + "]",
385
- expected: "DtTerm",
386
- value: elem
387
- })) && $vo29(elem, _path2 + ".childTerms[" + _index5 + "]", _exceptionable2) || $report(_exceptionable2, {
388
- path: _path2 + ".childTerms[" + _index5 + "]",
389
- expected: "DtTerm",
390
- value: elem
391
- })).every((flag) => flag) || $report(_exceptionable2, {
392
- path: _path2 + ".childTerms",
393
- expected: "Array<DtTerm>",
394
- value: input3.childTerms
395
399
  })].every((flag) => flag);
396
400
  const $vo2 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
397
401
  const value = input3[key];
@@ -472,12 +476,12 @@ var validPercentileRequest = (input) => {
472
476
  path: _path2 + ".lst",
473
477
  expected: 'Array<Filter | { type: "tvs"; tvs: Tvs; }>',
474
478
  value: input3.lst
475
- })) && input3.lst.map((elem, _index6) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
476
- path: _path2 + ".lst[" + _index6 + "]",
479
+ })) && input3.lst.map((elem, _index4) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
480
+ path: _path2 + ".lst[" + _index4 + "]",
477
481
  expected: "(Filter | __type)",
478
482
  value: elem
479
- })) && $vu0(elem, _path2 + ".lst[" + _index6 + "]", _exceptionable2) || $report(_exceptionable2, {
480
- path: _path2 + ".lst[" + _index6 + "]",
483
+ })) && $vu0(elem, _path2 + ".lst[" + _index4 + "]", _exceptionable2) || $report(_exceptionable2, {
484
+ path: _path2 + ".lst[" + _index4 + "]",
481
485
  expected: "(Filter | __type)",
482
486
  value: elem
483
487
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -522,12 +526,12 @@ var validPercentileRequest = (input) => {
522
526
  path: _path2 + ".values",
523
527
  expected: "Array<BaseValue>",
524
528
  value: input3.values
525
- })) && input3.values.map((elem, _index7) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || $report(_exceptionable2, {
526
- path: _path2 + ".values[" + _index7 + "]",
529
+ })) && input3.values.map((elem, _index5) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || $report(_exceptionable2, {
530
+ path: _path2 + ".values[" + _index5 + "]",
527
531
  expected: "BaseValue",
528
532
  value: elem
529
- })) && $vo3(elem, _path2 + ".values[" + _index7 + "]", _exceptionable2) || $report(_exceptionable2, {
530
- path: _path2 + ".values[" + _index7 + "]",
533
+ })) && $vo3(elem, _path2 + ".values[" + _index5 + "]", _exceptionable2) || $report(_exceptionable2, {
534
+ path: _path2 + ".values[" + _index5 + "]",
531
535
  expected: "BaseValue",
532
536
  value: elem
533
537
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -551,8 +555,8 @@ var validPercentileRequest = (input) => {
551
555
  path: _path2 + ".child_types",
552
556
  expected: "(Array<string> | undefined)",
553
557
  value: input3.child_types
554
- })) && input3.child_types.map((elem, _index8) => "string" === typeof elem || $report(_exceptionable2, {
555
- path: _path2 + ".child_types[" + _index8 + "]",
558
+ })) && input3.child_types.map((elem, _index6) => "string" === typeof elem || $report(_exceptionable2, {
559
+ path: _path2 + ".child_types[" + _index6 + "]",
556
560
  expected: "string",
557
561
  value: elem
558
562
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -567,8 +571,8 @@ var validPercentileRequest = (input) => {
567
571
  path: _path2 + ".included_types",
568
572
  expected: "(Array<string> | undefined)",
569
573
  value: input3.included_types
570
- })) && input3.included_types.map((elem, _index9) => "string" === typeof elem || $report(_exceptionable2, {
571
- path: _path2 + ".included_types[" + _index9 + "]",
574
+ })) && input3.included_types.map((elem, _index7) => "string" === typeof elem || $report(_exceptionable2, {
575
+ path: _path2 + ".included_types[" + _index7 + "]",
572
576
  expected: "string",
573
577
  value: elem
574
578
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -608,12 +612,12 @@ var validPercentileRequest = (input) => {
608
612
  path: _path2 + ".lst",
609
613
  expected: "(Array<Groupset> | undefined)",
610
614
  value: input3.lst
611
- })) && input3.lst.map((elem, _index10) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
612
- path: _path2 + ".lst[" + _index10 + "]",
615
+ })) && input3.lst.map((elem, _index8) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
616
+ path: _path2 + ".lst[" + _index8 + "]",
613
617
  expected: "Groupset",
614
618
  value: elem
615
- })) && $vo9(elem, _path2 + ".lst[" + _index10 + "]", _exceptionable2) || $report(_exceptionable2, {
616
- path: _path2 + ".lst[" + _index10 + "]",
619
+ })) && $vo9(elem, _path2 + ".lst[" + _index8 + "]", _exceptionable2) || $report(_exceptionable2, {
620
+ path: _path2 + ".lst[" + _index8 + "]",
617
621
  expected: "Groupset",
618
622
  value: elem
619
623
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -641,12 +645,12 @@ var validPercentileRequest = (input) => {
641
645
  path: _path2 + ".groups",
642
646
  expected: "Array<GroupEntry>",
643
647
  value: input3.groups
644
- })) && input3.groups.map((elem, _index11) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
645
- path: _path2 + ".groups[" + _index11 + "]",
648
+ })) && input3.groups.map((elem, _index9) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
649
+ path: _path2 + ".groups[" + _index9 + "]",
646
650
  expected: "(FilterGroup | ValuesGroup)",
647
651
  value: elem
648
- })) && $vu1(elem, _path2 + ".groups[" + _index11 + "]", _exceptionable2) || $report(_exceptionable2, {
649
- path: _path2 + ".groups[" + _index11 + "]",
652
+ })) && $vu1(elem, _path2 + ".groups[" + _index9 + "]", _exceptionable2) || $report(_exceptionable2, {
653
+ path: _path2 + ".groups[" + _index9 + "]",
650
654
  expected: "(FilterGroup | ValuesGroup)",
651
655
  value: elem
652
656
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -666,12 +670,12 @@ var validPercentileRequest = (input) => {
666
670
  path: _path2 + ".values",
667
671
  expected: "Array<__type>",
668
672
  value: input3.values
669
- })) && input3.values.map((elem, _index12) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
670
- path: _path2 + ".values[" + _index12 + "]",
673
+ })) && input3.values.map((elem, _index10) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
674
+ path: _path2 + ".values[" + _index10 + "]",
671
675
  expected: "__type.o1",
672
676
  value: elem
673
- })) && $vo11(elem, _path2 + ".values[" + _index12 + "]", _exceptionable2) || $report(_exceptionable2, {
674
- path: _path2 + ".values[" + _index12 + "]",
677
+ })) && $vo11(elem, _path2 + ".values[" + _index10 + "]", _exceptionable2) || $report(_exceptionable2, {
678
+ path: _path2 + ".values[" + _index10 + "]",
675
679
  expected: "__type.o1",
676
680
  value: elem
677
681
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -723,22 +727,22 @@ var validPercentileRequest = (input) => {
723
727
  value: input3.isnot
724
728
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
725
729
  path: _path2 + ".term",
726
- expected: "(GeneExpressionTerm | NumericDictTerm)",
730
+ expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
727
731
  value: input3.term
728
732
  })) && $vu6(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
729
733
  path: _path2 + ".term",
730
- expected: "(GeneExpressionTerm | NumericDictTerm)",
734
+ expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
731
735
  value: input3.term
732
736
  }), (Array.isArray(input3.ranges) || $report(_exceptionable2, {
733
737
  path: _path2 + ".ranges",
734
738
  expected: "Array<NumericBin>",
735
739
  value: input3.ranges
736
- })) && input3.ranges.map((elem, _index13) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
737
- path: _path2 + ".ranges[" + _index13 + "]",
740
+ })) && input3.ranges.map((elem, _index11) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
741
+ path: _path2 + ".ranges[" + _index11 + "]",
738
742
  expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
739
743
  value: elem
740
- })) && $vu2(elem, _path2 + ".ranges[" + _index13 + "]", _exceptionable2) || $report(_exceptionable2, {
741
- path: _path2 + ".ranges[" + _index13 + "]",
744
+ })) && $vu2(elem, _path2 + ".ranges[" + _index11 + "]", _exceptionable2) || $report(_exceptionable2, {
745
+ path: _path2 + ".ranges[" + _index11 + "]",
742
746
  expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
743
747
  value: elem
744
748
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -749,12 +753,12 @@ var validPercentileRequest = (input) => {
749
753
  path: _path2 + ".values",
750
754
  expected: "Array<__type>.o1",
751
755
  value: input3.values
752
- })) && input3.values.map((elem, _index14) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
753
- path: _path2 + ".values[" + _index14 + "]",
756
+ })) && input3.values.map((elem, _index12) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
757
+ path: _path2 + ".values[" + _index12 + "]",
754
758
  expected: "__type.o3",
755
759
  value: elem
756
- })) && $vo24(elem, _path2 + ".values[" + _index14 + "]", _exceptionable2) || $report(_exceptionable2, {
757
- path: _path2 + ".values[" + _index14 + "]",
760
+ })) && $vo27(elem, _path2 + ".values[" + _index12 + "]", _exceptionable2) || $report(_exceptionable2, {
761
+ path: _path2 + ".values[" + _index12 + "]",
758
762
  expected: "__type.o3",
759
763
  value: elem
760
764
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -770,16 +774,16 @@ var validPercentileRequest = (input) => {
770
774
  path: _path2 + ".name",
771
775
  expected: "string",
772
776
  value: input3.name
773
- }), "integer" === input3.type || "float" === input3.type || "date" === input3.type || $report(_exceptionable2, {
777
+ }), "integer" === input3.type || "float" === input3.type || $report(_exceptionable2, {
774
778
  path: _path2 + ".type",
775
- expected: '("date" | "float" | "integer")',
779
+ expected: '("float" | "integer")',
776
780
  value: input3.type
777
781
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
778
782
  path: _path2 + ".child_types",
779
783
  expected: "(Array<string> | undefined)",
780
784
  value: input3.child_types
781
- })) && input3.child_types.map((elem, _index15) => "string" === typeof elem || $report(_exceptionable2, {
782
- path: _path2 + ".child_types[" + _index15 + "]",
785
+ })) && input3.child_types.map((elem, _index13) => "string" === typeof elem || $report(_exceptionable2, {
786
+ path: _path2 + ".child_types[" + _index13 + "]",
783
787
  expected: "string",
784
788
  value: elem
785
789
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -794,8 +798,8 @@ var validPercentileRequest = (input) => {
794
798
  path: _path2 + ".included_types",
795
799
  expected: "(Array<string> | undefined)",
796
800
  value: input3.included_types
797
- })) && input3.included_types.map((elem, _index16) => "string" === typeof elem || $report(_exceptionable2, {
798
- path: _path2 + ".included_types[" + _index16 + "]",
801
+ })) && input3.included_types.map((elem, _index14) => "string" === typeof elem || $report(_exceptionable2, {
802
+ path: _path2 + ".included_types[" + _index14 + "]",
799
803
  expected: "string",
800
804
  value: elem
801
805
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1075,12 +1079,12 @@ var validPercentileRequest = (input) => {
1075
1079
  path: _path2 + ".lst",
1076
1080
  expected: "...(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
1077
1081
  value: input3.lst.slice(1)
1078
- })) && input3.lst.slice(1).map((elem, _index17) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1079
- path: _path2 + ".lst[" + (1 + _index17) + "]",
1082
+ })) && input3.lst.slice(1).map((elem, _index15) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1083
+ path: _path2 + ".lst[" + (1 + _index15) + "]",
1080
1084
  expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
1081
1085
  value: elem
1082
- })) && $vu2(elem, _path2 + ".lst[" + (1 + _index17) + "]", _exceptionable2) || $report(_exceptionable2, {
1083
- path: _path2 + ".lst[" + (1 + _index17) + "]",
1086
+ })) && $vu2(elem, _path2 + ".lst[" + (1 + _index15) + "]", _exceptionable2) || $report(_exceptionable2, {
1087
+ path: _path2 + ".lst[" + (1 + _index15) + "]",
1084
1088
  expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
1085
1089
  value: elem
1086
1090
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1112,8 +1116,8 @@ var validPercentileRequest = (input) => {
1112
1116
  path: _path2 + ".child_types",
1113
1117
  expected: "(Array<string> | undefined)",
1114
1118
  value: input3.child_types
1115
- })) && input3.child_types.map((elem, _index18) => "string" === typeof elem || $report(_exceptionable2, {
1116
- path: _path2 + ".child_types[" + _index18 + "]",
1119
+ })) && input3.child_types.map((elem, _index16) => "string" === typeof elem || $report(_exceptionable2, {
1120
+ path: _path2 + ".child_types[" + _index16 + "]",
1117
1121
  expected: "string",
1118
1122
  value: elem
1119
1123
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1128,8 +1132,8 @@ var validPercentileRequest = (input) => {
1128
1132
  path: _path2 + ".included_types",
1129
1133
  expected: "(Array<string> | undefined)",
1130
1134
  value: input3.included_types
1131
- })) && input3.included_types.map((elem, _index19) => "string" === typeof elem || $report(_exceptionable2, {
1132
- path: _path2 + ".included_types[" + _index19 + "]",
1135
+ })) && input3.included_types.map((elem, _index17) => "string" === typeof elem || $report(_exceptionable2, {
1136
+ path: _path2 + ".included_types[" + _index17 + "]",
1133
1137
  expected: "string",
1134
1138
  value: elem
1135
1139
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1164,10 +1168,6 @@ var validPercentileRequest = (input) => {
1164
1168
  path: _path2 + ".unit",
1165
1169
  expected: "(string | undefined)",
1166
1170
  value: input3.unit
1167
- }), "string" === typeof input3.gene || $report(_exceptionable2, {
1168
- path: _path2 + ".gene",
1169
- expected: "string",
1170
- value: input3.gene
1171
1171
  }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1172
1172
  path: _path2 + ".bins",
1173
1173
  expected: "(PresetNumericBins | undefined)",
@@ -1176,82 +1176,28 @@ var validPercentileRequest = (input) => {
1176
1176
  path: _path2 + ".bins",
1177
1177
  expected: "(PresetNumericBins | undefined)",
1178
1178
  value: input3.bins
1179
- }), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
1180
- path: _path2 + ".chr",
1179
+ }), void 0 === input3.kind || "coord" === input3.kind || $report(_exceptionable2, {
1180
+ path: _path2 + ".kind",
1181
+ expected: '("coord" | undefined)',
1182
+ value: input3.kind
1183
+ }), void 0 === input3.gene || "string" === typeof input3.gene || $report(_exceptionable2, {
1184
+ path: _path2 + ".gene",
1181
1185
  expected: "(string | undefined)",
1186
+ value: input3.gene
1187
+ }), "string" === typeof input3.chr || $report(_exceptionable2, {
1188
+ path: _path2 + ".chr",
1189
+ expected: "string",
1182
1190
  value: input3.chr
1183
- }), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
1191
+ }), "number" === typeof input3.start || $report(_exceptionable2, {
1184
1192
  path: _path2 + ".start",
1185
- expected: "(number | undefined)",
1193
+ expected: "number",
1186
1194
  value: input3.start
1187
- }), void 0 === input3.stop || "number" === typeof input3.stop || $report(_exceptionable2, {
1195
+ }), "number" === typeof input3.stop || $report(_exceptionable2, {
1188
1196
  path: _path2 + ".stop",
1189
- expected: "(number | undefined)",
1190
- value: input3.stop
1191
- })].every((flag) => flag);
1192
- const $vo24 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1193
- path: _path2 + ".key",
1194
- expected: "string",
1195
- value: input3.key
1196
- }), "number" === typeof input3.value || $report(_exceptionable2, {
1197
- path: _path2 + ".value",
1198
1197
  expected: "number",
1199
- value: input3.value
1200
- }), true === input3.uncomputable || $report(_exceptionable2, {
1201
- path: _path2 + ".uncomputable",
1202
- expected: "true",
1203
- value: input3.uncomputable
1204
- }), void 0 === input3.label || "string" === typeof input3.label || $report(_exceptionable2, {
1205
- path: _path2 + ".label",
1206
- expected: "(string | undefined)",
1207
- value: input3.label
1208
- })].every((flag) => flag);
1209
- const $vo25 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1210
- path: _path2 + ".join",
1211
- expected: "(string | undefined)",
1212
- value: input3.join
1213
- }), void 0 === input3.isnot || "boolean" === typeof input3.isnot || $report(_exceptionable2, {
1214
- path: _path2 + ".isnot",
1215
- expected: "(boolean | undefined)",
1216
- value: input3.isnot
1217
- }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
1218
- path: _path2 + ".term",
1219
- expected: "ConditionTerm",
1220
- value: input3.term
1221
- })) && $vo26(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1222
- path: _path2 + ".term",
1223
- expected: "ConditionTerm",
1224
- value: input3.term
1225
- }), void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade || $report(_exceptionable2, {
1226
- path: _path2 + ".value_by_max_grade",
1227
- expected: "(boolean | undefined)",
1228
- value: input3.value_by_max_grade
1229
- }), void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent || $report(_exceptionable2, {
1230
- path: _path2 + ".value_by_most_recent",
1231
- expected: "(boolean | undefined)",
1232
- value: input3.value_by_most_recent
1233
- }), void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade || $report(_exceptionable2, {
1234
- path: _path2 + ".value_by_computable_grade",
1235
- expected: "(boolean | undefined)",
1236
- value: input3.value_by_computable_grade
1237
- }), void 0 === input3.grade_and_child || (Array.isArray(input3.grade_and_child) || $report(_exceptionable2, {
1238
- path: _path2 + ".grade_and_child",
1239
- expected: "(Array<GradeAndChildEntry> | undefined)",
1240
- 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 + "]",
1243
- expected: "GradeAndChildEntry",
1244
- value: elem
1245
- })) && $vo27(elem, _path2 + ".grade_and_child[" + _index20 + "]", _exceptionable2) || $report(_exceptionable2, {
1246
- path: _path2 + ".grade_and_child[" + _index20 + "]",
1247
- expected: "GradeAndChildEntry",
1248
- value: elem
1249
- })).every((flag) => flag) || $report(_exceptionable2, {
1250
- path: _path2 + ".grade_and_child",
1251
- expected: "(Array<GradeAndChildEntry> | undefined)",
1252
- value: input3.grade_and_child
1198
+ value: input3.stop
1253
1199
  })].every((flag) => flag);
1254
- const $vo26 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1200
+ const $vo24 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1255
1201
  path: _path2 + ".id",
1256
1202
  expected: "string",
1257
1203
  value: input3.id
@@ -1259,16 +1205,16 @@ var validPercentileRequest = (input) => {
1259
1205
  path: _path2 + ".name",
1260
1206
  expected: "string",
1261
1207
  value: input3.name
1262
- }), "condition" === input3.type || $report(_exceptionable2, {
1208
+ }), "metaboliteIntensity" === input3.type || $report(_exceptionable2, {
1263
1209
  path: _path2 + ".type",
1264
- expected: '"condition"',
1210
+ expected: '"metaboliteIntensity"',
1265
1211
  value: input3.type
1266
1212
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1267
1213
  path: _path2 + ".child_types",
1268
1214
  expected: "(Array<string> | undefined)",
1269
1215
  value: input3.child_types
1270
- })) && input3.child_types.map((elem, _index21) => "string" === typeof elem || $report(_exceptionable2, {
1271
- path: _path2 + ".child_types[" + _index21 + "]",
1216
+ })) && input3.child_types.map((elem, _index18) => "string" === typeof elem || $report(_exceptionable2, {
1217
+ path: _path2 + ".child_types[" + _index18 + "]",
1272
1218
  expected: "string",
1273
1219
  value: elem
1274
1220
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1283,8 +1229,8 @@ var validPercentileRequest = (input) => {
1283
1229
  path: _path2 + ".included_types",
1284
1230
  expected: "(Array<string> | undefined)",
1285
1231
  value: input3.included_types
1286
- })) && input3.included_types.map((elem, _index22) => "string" === typeof elem || $report(_exceptionable2, {
1287
- path: _path2 + ".included_types[" + _index22 + "]",
1232
+ })) && input3.included_types.map((elem, _index19) => "string" === typeof elem || $report(_exceptionable2, {
1233
+ path: _path2 + ".included_types[" + _index19 + "]",
1288
1234
  expected: "string",
1289
1235
  value: elem
1290
1236
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1307,96 +1253,405 @@ var validPercentileRequest = (input) => {
1307
1253
  path: _path2 + ".skipValuesBuild",
1308
1254
  expected: "(boolean | undefined)",
1309
1255
  value: input3.skipValuesBuild
1310
- })].every((flag) => flag);
1311
- const $vo27 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1312
- path: _path2 + ".grade",
1313
- expected: "number",
1314
- value: input3.grade
1315
- }), "string" === typeof input3.grade_label || $report(_exceptionable2, {
1316
- path: _path2 + ".grade_label",
1317
- expected: "string",
1318
- value: input3.grade_label
1319
- }), void 0 === input3.child_id || "string" === typeof input3.child_id || $report(_exceptionable2, {
1320
- path: _path2 + ".child_id",
1256
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1257
+ path: _path2 + ".continuousColorScale",
1258
+ expected: "(__type.o2 | undefined)",
1259
+ value: input3.continuousColorScale
1260
+ })) && $vo15(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1261
+ path: _path2 + ".continuousColorScale",
1262
+ expected: "(__type.o2 | undefined)",
1263
+ value: input3.continuousColorScale
1264
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1265
+ path: _path2 + ".unit",
1321
1266
  expected: "(string | undefined)",
1322
- value: input3.child_id
1323
- }), "string" === typeof input3.child_label || $report(_exceptionable2, {
1324
- path: _path2 + ".child_label",
1267
+ value: input3.unit
1268
+ }), "string" === typeof input3.metabolite || $report(_exceptionable2, {
1269
+ path: _path2 + ".metabolite",
1325
1270
  expected: "string",
1326
- value: input3.child_label
1327
- })].every((flag) => flag);
1328
- const $vo28 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1329
- path: _path2 + ".join",
1330
- expected: "(string | undefined)",
1331
- value: input3.join
1332
- }), void 0 === input3.isnot || "boolean" === typeof input3.isnot || $report(_exceptionable2, {
1333
- path: _path2 + ".isnot",
1334
- expected: "(boolean | undefined)",
1335
- value: input3.isnot
1336
- }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
1337
- path: _path2 + ".term",
1338
- expected: "DtTerm",
1339
- value: input3.term
1340
- })) && $vo29(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1341
- path: _path2 + ".term",
1342
- expected: "DtTerm",
1343
- value: input3.term
1344
- }), (Array.isArray(input3.values) || $report(_exceptionable2, {
1345
- path: _path2 + ".values",
1346
- expected: "Array<__type>.o2",
1347
- value: input3.values
1348
- })) && input3.values.map((elem, _index23) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1349
- path: _path2 + ".values[" + _index23 + "]",
1350
- expected: "__type.o4",
1351
- value: elem
1352
- })) && $vo34(elem, _path2 + ".values[" + _index23 + "]", _exceptionable2) || $report(_exceptionable2, {
1353
- path: _path2 + ".values[" + _index23 + "]",
1354
- expected: "__type.o4",
1355
- value: elem
1356
- })).every((flag) => flag) || $report(_exceptionable2, {
1357
- path: _path2 + ".values",
1358
- expected: "Array<__type>.o2",
1359
- value: input3.values
1360
- }), void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested || $report(_exceptionable2, {
1361
- path: _path2 + ".includeNotTested",
1362
- expected: "(boolean | undefined)",
1363
- value: input3.includeNotTested
1364
- }), void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName || $report(_exceptionable2, {
1365
- path: _path2 + ".excludeGeneName",
1366
- expected: "(boolean | undefined)",
1367
- value: input3.excludeGeneName
1271
+ value: input3.metabolite
1272
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1273
+ path: _path2 + ".bins",
1274
+ expected: "(PresetNumericBins | undefined)",
1275
+ value: input3.bins
1276
+ })) && $vo16(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1277
+ path: _path2 + ".bins",
1278
+ expected: "(PresetNumericBins | undefined)",
1279
+ value: input3.bins
1368
1280
  })].every((flag) => flag);
1369
- const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1281
+ const $vo25 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1370
1282
  path: _path2 + ".id",
1371
1283
  expected: "string",
1372
1284
  value: input3.id
1373
- }), "string" === typeof input3.query || $report(_exceptionable2, {
1374
- path: _path2 + ".query",
1375
- expected: "string",
1376
- value: input3.query
1377
1285
  }), "string" === typeof input3.name || $report(_exceptionable2, {
1378
1286
  path: _path2 + ".name",
1379
1287
  expected: "string",
1380
1288
  value: input3.name
1381
- }), "string" === typeof input3.name_noOrigin || $report(_exceptionable2, {
1382
- path: _path2 + ".name_noOrigin",
1383
- expected: "string",
1384
- value: input3.name_noOrigin
1385
- }), void 0 === input3.parentTerm || ("object" === typeof input3.parentTerm && null !== input3.parentTerm || $report(_exceptionable2, {
1386
- path: _path2 + ".parentTerm",
1387
- expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
1388
- value: input3.parentTerm
1389
- })) && $vu10(input3.parentTerm, _path2 + ".parentTerm", _exceptionable2) || $report(_exceptionable2, {
1390
- path: _path2 + ".parentTerm",
1391
- expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
1392
- value: input3.parentTerm
1393
- }), true, "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1394
- path: _path2 + ".isleaf",
1395
- expected: "boolean",
1396
- value: input3.isleaf
1397
- }), "string" === typeof input3.type || $report(_exceptionable2, {
1289
+ }), "date" === input3.type || $report(_exceptionable2, {
1398
1290
  path: _path2 + ".type",
1399
- expected: "string",
1291
+ expected: '"date"',
1292
+ value: input3.type
1293
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1294
+ path: _path2 + ".child_types",
1295
+ expected: "(Array<string> | undefined)",
1296
+ value: input3.child_types
1297
+ })) && input3.child_types.map((elem, _index20) => "string" === typeof elem || $report(_exceptionable2, {
1298
+ path: _path2 + ".child_types[" + _index20 + "]",
1299
+ expected: "string",
1300
+ value: elem
1301
+ })).every((flag) => flag) || $report(_exceptionable2, {
1302
+ path: _path2 + ".child_types",
1303
+ expected: "(Array<string> | undefined)",
1304
+ value: input3.child_types
1305
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
1306
+ path: _path2 + ".hashtmldetail",
1307
+ expected: "(boolean | undefined)",
1308
+ value: input3.hashtmldetail
1309
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
1310
+ path: _path2 + ".included_types",
1311
+ expected: "(Array<string> | undefined)",
1312
+ value: input3.included_types
1313
+ })) && input3.included_types.map((elem, _index21) => "string" === typeof elem || $report(_exceptionable2, {
1314
+ path: _path2 + ".included_types[" + _index21 + "]",
1315
+ expected: "string",
1316
+ value: elem
1317
+ })).every((flag) => flag) || $report(_exceptionable2, {
1318
+ path: _path2 + ".included_types",
1319
+ expected: "(Array<string> | undefined)",
1320
+ value: input3.included_types
1321
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1322
+ path: _path2 + ".isleaf",
1323
+ expected: "(boolean | undefined)",
1324
+ value: input3.isleaf
1325
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1326
+ path: _path2 + ".values",
1327
+ expected: "(TermValues | undefined)",
1328
+ value: input3.values
1329
+ })) && $vo2(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1330
+ path: _path2 + ".values",
1331
+ expected: "(TermValues | undefined)",
1332
+ value: input3.values
1333
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
1334
+ path: _path2 + ".skipValuesBuild",
1335
+ expected: "(boolean | undefined)",
1336
+ value: input3.skipValuesBuild
1337
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1338
+ path: _path2 + ".continuousColorScale",
1339
+ expected: "(__type.o2 | undefined)",
1340
+ value: input3.continuousColorScale
1341
+ })) && $vo15(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1342
+ path: _path2 + ".continuousColorScale",
1343
+ expected: "(__type.o2 | undefined)",
1344
+ value: input3.continuousColorScale
1345
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1346
+ path: _path2 + ".unit",
1347
+ expected: "(string | undefined)",
1348
+ value: input3.unit
1349
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1350
+ path: _path2 + ".bins",
1351
+ expected: "(PresetNumericBins | undefined)",
1352
+ value: input3.bins
1353
+ })) && $vo16(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1354
+ path: _path2 + ".bins",
1355
+ expected: "(PresetNumericBins | undefined)",
1356
+ value: input3.bins
1357
+ })].every((flag) => flag);
1358
+ const $vo26 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1359
+ path: _path2 + ".id",
1360
+ expected: "string",
1361
+ value: input3.id
1362
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
1363
+ path: _path2 + ".name",
1364
+ expected: "string",
1365
+ value: input3.name
1366
+ }), "ssGSEA" === input3.type || $report(_exceptionable2, {
1367
+ path: _path2 + ".type",
1368
+ expected: '"ssGSEA"',
1369
+ value: input3.type
1370
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1371
+ path: _path2 + ".child_types",
1372
+ expected: "(Array<string> | undefined)",
1373
+ value: input3.child_types
1374
+ })) && input3.child_types.map((elem, _index22) => "string" === typeof elem || $report(_exceptionable2, {
1375
+ path: _path2 + ".child_types[" + _index22 + "]",
1376
+ expected: "string",
1377
+ value: elem
1378
+ })).every((flag) => flag) || $report(_exceptionable2, {
1379
+ path: _path2 + ".child_types",
1380
+ expected: "(Array<string> | undefined)",
1381
+ value: input3.child_types
1382
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
1383
+ path: _path2 + ".hashtmldetail",
1384
+ expected: "(boolean | undefined)",
1385
+ value: input3.hashtmldetail
1386
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
1387
+ path: _path2 + ".included_types",
1388
+ expected: "(Array<string> | undefined)",
1389
+ value: input3.included_types
1390
+ })) && input3.included_types.map((elem, _index23) => "string" === typeof elem || $report(_exceptionable2, {
1391
+ path: _path2 + ".included_types[" + _index23 + "]",
1392
+ expected: "string",
1393
+ value: elem
1394
+ })).every((flag) => flag) || $report(_exceptionable2, {
1395
+ path: _path2 + ".included_types",
1396
+ expected: "(Array<string> | undefined)",
1397
+ value: input3.included_types
1398
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1399
+ path: _path2 + ".isleaf",
1400
+ expected: "(boolean | undefined)",
1401
+ value: input3.isleaf
1402
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1403
+ path: _path2 + ".values",
1404
+ expected: "(TermValues | undefined)",
1405
+ value: input3.values
1406
+ })) && $vo2(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1407
+ path: _path2 + ".values",
1408
+ expected: "(TermValues | undefined)",
1409
+ value: input3.values
1410
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
1411
+ path: _path2 + ".skipValuesBuild",
1412
+ expected: "(boolean | undefined)",
1413
+ value: input3.skipValuesBuild
1414
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1415
+ path: _path2 + ".continuousColorScale",
1416
+ expected: "(__type.o2 | undefined)",
1417
+ value: input3.continuousColorScale
1418
+ })) && $vo15(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1419
+ path: _path2 + ".continuousColorScale",
1420
+ expected: "(__type.o2 | undefined)",
1421
+ value: input3.continuousColorScale
1422
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1423
+ path: _path2 + ".unit",
1424
+ expected: "(string | undefined)",
1425
+ value: input3.unit
1426
+ }), void 0 === input3.genes || (Array.isArray(input3.genes) || $report(_exceptionable2, {
1427
+ path: _path2 + ".genes",
1428
+ expected: "(Array<string> | undefined)",
1429
+ value: input3.genes
1430
+ })) && input3.genes.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
1431
+ path: _path2 + ".genes[" + _index24 + "]",
1432
+ expected: "string",
1433
+ value: elem
1434
+ })).every((flag) => flag) || $report(_exceptionable2, {
1435
+ path: _path2 + ".genes",
1436
+ expected: "(Array<string> | undefined)",
1437
+ value: input3.genes
1438
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1439
+ path: _path2 + ".bins",
1440
+ expected: "(PresetNumericBins | undefined)",
1441
+ value: input3.bins
1442
+ })) && $vo16(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1443
+ path: _path2 + ".bins",
1444
+ expected: "(PresetNumericBins | undefined)",
1445
+ value: input3.bins
1446
+ })].every((flag) => flag);
1447
+ const $vo27 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1448
+ path: _path2 + ".key",
1449
+ expected: "string",
1450
+ value: input3.key
1451
+ }), "number" === typeof input3.value || $report(_exceptionable2, {
1452
+ path: _path2 + ".value",
1453
+ expected: "number",
1454
+ value: input3.value
1455
+ }), true === input3.uncomputable || $report(_exceptionable2, {
1456
+ path: _path2 + ".uncomputable",
1457
+ expected: "true",
1458
+ value: input3.uncomputable
1459
+ }), void 0 === input3.label || "string" === typeof input3.label || $report(_exceptionable2, {
1460
+ path: _path2 + ".label",
1461
+ expected: "(string | undefined)",
1462
+ value: input3.label
1463
+ })].every((flag) => flag);
1464
+ const $vo28 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1465
+ path: _path2 + ".join",
1466
+ expected: "(string | undefined)",
1467
+ value: input3.join
1468
+ }), void 0 === input3.isnot || "boolean" === typeof input3.isnot || $report(_exceptionable2, {
1469
+ path: _path2 + ".isnot",
1470
+ expected: "(boolean | undefined)",
1471
+ value: input3.isnot
1472
+ }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
1473
+ path: _path2 + ".term",
1474
+ expected: "ConditionTerm",
1475
+ value: input3.term
1476
+ })) && $vo29(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1477
+ path: _path2 + ".term",
1478
+ expected: "ConditionTerm",
1479
+ value: input3.term
1480
+ }), void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade || $report(_exceptionable2, {
1481
+ path: _path2 + ".value_by_max_grade",
1482
+ expected: "(boolean | undefined)",
1483
+ value: input3.value_by_max_grade
1484
+ }), void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent || $report(_exceptionable2, {
1485
+ path: _path2 + ".value_by_most_recent",
1486
+ expected: "(boolean | undefined)",
1487
+ value: input3.value_by_most_recent
1488
+ }), void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade || $report(_exceptionable2, {
1489
+ path: _path2 + ".value_by_computable_grade",
1490
+ expected: "(boolean | undefined)",
1491
+ value: input3.value_by_computable_grade
1492
+ }), void 0 === input3.grade_and_child || (Array.isArray(input3.grade_and_child) || $report(_exceptionable2, {
1493
+ path: _path2 + ".grade_and_child",
1494
+ expected: "(Array<GradeAndChildEntry> | undefined)",
1495
+ value: input3.grade_and_child
1496
+ })) && input3.grade_and_child.map((elem, _index25) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1497
+ path: _path2 + ".grade_and_child[" + _index25 + "]",
1498
+ expected: "GradeAndChildEntry",
1499
+ value: elem
1500
+ })) && $vo30(elem, _path2 + ".grade_and_child[" + _index25 + "]", _exceptionable2) || $report(_exceptionable2, {
1501
+ path: _path2 + ".grade_and_child[" + _index25 + "]",
1502
+ expected: "GradeAndChildEntry",
1503
+ value: elem
1504
+ })).every((flag) => flag) || $report(_exceptionable2, {
1505
+ path: _path2 + ".grade_and_child",
1506
+ expected: "(Array<GradeAndChildEntry> | undefined)",
1507
+ value: input3.grade_and_child
1508
+ })].every((flag) => flag);
1509
+ const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1510
+ path: _path2 + ".id",
1511
+ expected: "string",
1512
+ value: input3.id
1513
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
1514
+ path: _path2 + ".name",
1515
+ expected: "string",
1516
+ value: input3.name
1517
+ }), "condition" === input3.type || $report(_exceptionable2, {
1518
+ path: _path2 + ".type",
1519
+ expected: '"condition"',
1520
+ value: input3.type
1521
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1522
+ path: _path2 + ".child_types",
1523
+ expected: "(Array<string> | undefined)",
1524
+ value: input3.child_types
1525
+ })) && input3.child_types.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
1526
+ path: _path2 + ".child_types[" + _index26 + "]",
1527
+ expected: "string",
1528
+ value: elem
1529
+ })).every((flag) => flag) || $report(_exceptionable2, {
1530
+ path: _path2 + ".child_types",
1531
+ expected: "(Array<string> | undefined)",
1532
+ value: input3.child_types
1533
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
1534
+ path: _path2 + ".hashtmldetail",
1535
+ expected: "(boolean | undefined)",
1536
+ value: input3.hashtmldetail
1537
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
1538
+ path: _path2 + ".included_types",
1539
+ expected: "(Array<string> | undefined)",
1540
+ value: input3.included_types
1541
+ })) && input3.included_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
1542
+ path: _path2 + ".included_types[" + _index27 + "]",
1543
+ expected: "string",
1544
+ value: elem
1545
+ })).every((flag) => flag) || $report(_exceptionable2, {
1546
+ path: _path2 + ".included_types",
1547
+ expected: "(Array<string> | undefined)",
1548
+ value: input3.included_types
1549
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1550
+ path: _path2 + ".isleaf",
1551
+ expected: "(boolean | undefined)",
1552
+ value: input3.isleaf
1553
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1554
+ path: _path2 + ".values",
1555
+ expected: "(TermValues | undefined)",
1556
+ value: input3.values
1557
+ })) && $vo2(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1558
+ path: _path2 + ".values",
1559
+ expected: "(TermValues | undefined)",
1560
+ value: input3.values
1561
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
1562
+ path: _path2 + ".skipValuesBuild",
1563
+ expected: "(boolean | undefined)",
1564
+ value: input3.skipValuesBuild
1565
+ })].every((flag) => flag);
1566
+ const $vo30 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1567
+ path: _path2 + ".grade",
1568
+ expected: "number",
1569
+ value: input3.grade
1570
+ }), "string" === typeof input3.grade_label || $report(_exceptionable2, {
1571
+ path: _path2 + ".grade_label",
1572
+ expected: "string",
1573
+ value: input3.grade_label
1574
+ }), void 0 === input3.child_id || "string" === typeof input3.child_id || $report(_exceptionable2, {
1575
+ path: _path2 + ".child_id",
1576
+ expected: "(string | undefined)",
1577
+ value: input3.child_id
1578
+ }), "string" === typeof input3.child_label || $report(_exceptionable2, {
1579
+ path: _path2 + ".child_label",
1580
+ expected: "string",
1581
+ value: input3.child_label
1582
+ })].every((flag) => flag);
1583
+ const $vo31 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1584
+ path: _path2 + ".join",
1585
+ expected: "(string | undefined)",
1586
+ value: input3.join
1587
+ }), void 0 === input3.isnot || "boolean" === typeof input3.isnot || $report(_exceptionable2, {
1588
+ path: _path2 + ".isnot",
1589
+ expected: "(boolean | undefined)",
1590
+ value: input3.isnot
1591
+ }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
1592
+ path: _path2 + ".term",
1593
+ expected: "DtTerm",
1594
+ value: input3.term
1595
+ })) && $vo32(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1596
+ path: _path2 + ".term",
1597
+ expected: "DtTerm",
1598
+ value: input3.term
1599
+ }), (Array.isArray(input3.values) || $report(_exceptionable2, {
1600
+ path: _path2 + ".values",
1601
+ expected: "Array<__type>.o2",
1602
+ value: input3.values
1603
+ })) && input3.values.map((elem, _index28) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1604
+ path: _path2 + ".values[" + _index28 + "]",
1605
+ expected: "__type.o4",
1606
+ value: elem
1607
+ })) && $vo37(elem, _path2 + ".values[" + _index28 + "]", _exceptionable2) || $report(_exceptionable2, {
1608
+ path: _path2 + ".values[" + _index28 + "]",
1609
+ expected: "__type.o4",
1610
+ value: elem
1611
+ })).every((flag) => flag) || $report(_exceptionable2, {
1612
+ path: _path2 + ".values",
1613
+ expected: "Array<__type>.o2",
1614
+ value: input3.values
1615
+ }), void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested || $report(_exceptionable2, {
1616
+ path: _path2 + ".includeNotTested",
1617
+ expected: "(boolean | undefined)",
1618
+ value: input3.includeNotTested
1619
+ }), void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName || $report(_exceptionable2, {
1620
+ path: _path2 + ".excludeGeneName",
1621
+ expected: "(boolean | undefined)",
1622
+ value: input3.excludeGeneName
1623
+ })].every((flag) => flag);
1624
+ const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1625
+ path: _path2 + ".id",
1626
+ expected: "string",
1627
+ value: input3.id
1628
+ }), "string" === typeof input3.query || $report(_exceptionable2, {
1629
+ path: _path2 + ".query",
1630
+ expected: "string",
1631
+ value: input3.query
1632
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
1633
+ path: _path2 + ".name",
1634
+ expected: "string",
1635
+ value: input3.name
1636
+ }), "string" === typeof input3.name_noOrigin || $report(_exceptionable2, {
1637
+ path: _path2 + ".name_noOrigin",
1638
+ expected: "string",
1639
+ value: input3.name_noOrigin
1640
+ }), void 0 === input3.parentTerm || ("object" === typeof input3.parentTerm && null !== input3.parentTerm || $report(_exceptionable2, {
1641
+ path: _path2 + ".parentTerm",
1642
+ expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
1643
+ value: input3.parentTerm
1644
+ })) && $vu10(input3.parentTerm, _path2 + ".parentTerm", _exceptionable2) || $report(_exceptionable2, {
1645
+ path: _path2 + ".parentTerm",
1646
+ expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
1647
+ value: input3.parentTerm
1648
+ }), true, "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1649
+ path: _path2 + ".isleaf",
1650
+ expected: "boolean",
1651
+ value: input3.isleaf
1652
+ }), "string" === typeof input3.type || $report(_exceptionable2, {
1653
+ path: _path2 + ".type",
1654
+ expected: "string",
1400
1655
  value: input3.type
1401
1656
  }), "number" === typeof input3.dt || $report(_exceptionable2, {
1402
1657
  path: _path2 + ".dt",
@@ -1415,7 +1670,7 @@ var validPercentileRequest = (input) => {
1415
1670
  expected: "TermValues",
1416
1671
  value: input3.values
1417
1672
  })].every((flag) => flag);
1418
- const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1673
+ const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1419
1674
  path: _path2 + ".id",
1420
1675
  expected: "string",
1421
1676
  value: input3.id
@@ -1431,8 +1686,8 @@ var validPercentileRequest = (input) => {
1431
1686
  path: _path2 + ".child_types",
1432
1687
  expected: "(Array<string> | undefined)",
1433
1688
  value: input3.child_types
1434
- })) && input3.child_types.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
1435
- path: _path2 + ".child_types[" + _index24 + "]",
1689
+ })) && input3.child_types.map((elem, _index29) => "string" === typeof elem || $report(_exceptionable2, {
1690
+ path: _path2 + ".child_types[" + _index29 + "]",
1436
1691
  expected: "string",
1437
1692
  value: elem
1438
1693
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1447,8 +1702,8 @@ var validPercentileRequest = (input) => {
1447
1702
  path: _path2 + ".included_types",
1448
1703
  expected: "(Array<string> | undefined)",
1449
1704
  value: input3.included_types
1450
- })) && input3.included_types.map((elem, _index25) => "string" === typeof elem || $report(_exceptionable2, {
1451
- path: _path2 + ".included_types[" + _index25 + "]",
1705
+ })) && input3.included_types.map((elem, _index30) => "string" === typeof elem || $report(_exceptionable2, {
1706
+ path: _path2 + ".included_types[" + _index30 + "]",
1452
1707
  expected: "string",
1453
1708
  value: elem
1454
1709
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1495,12 +1750,12 @@ var validPercentileRequest = (input) => {
1495
1750
  path: _path2 + ".genes",
1496
1751
  expected: "Array<GvGeneTerm>",
1497
1752
  value: input3.genes
1498
- })) && input3.genes.map((elem, _index26) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1499
- path: _path2 + ".genes[" + _index26 + "]",
1753
+ })) && input3.genes.map((elem, _index31) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1754
+ path: _path2 + ".genes[" + _index31 + "]",
1500
1755
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1501
1756
  value: elem
1502
- })) && $vu3(elem, _path2 + ".genes[" + _index26 + "]", _exceptionable2) || $report(_exceptionable2, {
1503
- path: _path2 + ".genes[" + _index26 + "]",
1757
+ })) && $vu3(elem, _path2 + ".genes[" + _index31 + "]", _exceptionable2) || $report(_exceptionable2, {
1758
+ path: _path2 + ".genes[" + _index31 + "]",
1504
1759
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1505
1760
  value: elem
1506
1761
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1519,12 +1774,12 @@ var validPercentileRequest = (input) => {
1519
1774
  path: _path2 + ".childTerms",
1520
1775
  expected: "(Array<DtTerm> | undefined)",
1521
1776
  value: input3.childTerms
1522
- })) && input3.childTerms.map((elem, _index27) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1523
- path: _path2 + ".childTerms[" + _index27 + "]",
1777
+ })) && input3.childTerms.map((elem, _index32) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1778
+ path: _path2 + ".childTerms[" + _index32 + "]",
1524
1779
  expected: "DtTerm",
1525
1780
  value: elem
1526
- })) && $vo29(elem, _path2 + ".childTerms[" + _index27 + "]", _exceptionable2) || $report(_exceptionable2, {
1527
- path: _path2 + ".childTerms[" + _index27 + "]",
1781
+ })) && $vo32(elem, _path2 + ".childTerms[" + _index32 + "]", _exceptionable2) || $report(_exceptionable2, {
1782
+ path: _path2 + ".childTerms[" + _index32 + "]",
1528
1783
  expected: "DtTerm",
1529
1784
  value: elem
1530
1785
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1532,7 +1787,7 @@ var validPercentileRequest = (input) => {
1532
1787
  expected: "(Array<DtTerm> | undefined)",
1533
1788
  value: input3.childTerms
1534
1789
  })].every((flag) => flag);
1535
- const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1790
+ const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1536
1791
  path: _path2 + ".id",
1537
1792
  expected: "string",
1538
1793
  value: input3.id
@@ -1548,8 +1803,8 @@ var validPercentileRequest = (input) => {
1548
1803
  path: _path2 + ".child_types",
1549
1804
  expected: "(Array<string> | undefined)",
1550
1805
  value: input3.child_types
1551
- })) && input3.child_types.map((elem, _index28) => "string" === typeof elem || $report(_exceptionable2, {
1552
- path: _path2 + ".child_types[" + _index28 + "]",
1806
+ })) && input3.child_types.map((elem, _index33) => "string" === typeof elem || $report(_exceptionable2, {
1807
+ path: _path2 + ".child_types[" + _index33 + "]",
1553
1808
  expected: "string",
1554
1809
  value: elem
1555
1810
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1564,8 +1819,8 @@ var validPercentileRequest = (input) => {
1564
1819
  path: _path2 + ".included_types",
1565
1820
  expected: "(Array<string> | undefined)",
1566
1821
  value: input3.included_types
1567
- })) && input3.included_types.map((elem, _index29) => "string" === typeof elem || $report(_exceptionable2, {
1568
- path: _path2 + ".included_types[" + _index29 + "]",
1822
+ })) && input3.included_types.map((elem, _index34) => "string" === typeof elem || $report(_exceptionable2, {
1823
+ path: _path2 + ".included_types[" + _index34 + "]",
1569
1824
  expected: "string",
1570
1825
  value: elem
1571
1826
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1609,7 +1864,7 @@ var validPercentileRequest = (input) => {
1609
1864
  expected: "(number | undefined)",
1610
1865
  value: input3.stop
1611
1866
  })].every((flag) => flag);
1612
- const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1867
+ const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1613
1868
  path: _path2 + ".id",
1614
1869
  expected: "string",
1615
1870
  value: input3.id
@@ -1625,8 +1880,81 @@ var validPercentileRequest = (input) => {
1625
1880
  path: _path2 + ".child_types",
1626
1881
  expected: "(Array<string> | undefined)",
1627
1882
  value: input3.child_types
1628
- })) && input3.child_types.map((elem, _index30) => "string" === typeof elem || $report(_exceptionable2, {
1629
- path: _path2 + ".child_types[" + _index30 + "]",
1883
+ })) && input3.child_types.map((elem, _index35) => "string" === typeof elem || $report(_exceptionable2, {
1884
+ path: _path2 + ".child_types[" + _index35 + "]",
1885
+ expected: "string",
1886
+ value: elem
1887
+ })).every((flag) => flag) || $report(_exceptionable2, {
1888
+ path: _path2 + ".child_types",
1889
+ expected: "(Array<string> | undefined)",
1890
+ value: input3.child_types
1891
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
1892
+ path: _path2 + ".hashtmldetail",
1893
+ expected: "(boolean | undefined)",
1894
+ value: input3.hashtmldetail
1895
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
1896
+ path: _path2 + ".included_types",
1897
+ expected: "(Array<string> | undefined)",
1898
+ value: input3.included_types
1899
+ })) && input3.included_types.map((elem, _index36) => "string" === typeof elem || $report(_exceptionable2, {
1900
+ path: _path2 + ".included_types[" + _index36 + "]",
1901
+ expected: "string",
1902
+ value: elem
1903
+ })).every((flag) => flag) || $report(_exceptionable2, {
1904
+ path: _path2 + ".included_types",
1905
+ expected: "(Array<string> | undefined)",
1906
+ value: input3.included_types
1907
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1908
+ path: _path2 + ".isleaf",
1909
+ expected: "(boolean | undefined)",
1910
+ value: input3.isleaf
1911
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1912
+ path: _path2 + ".values",
1913
+ expected: "(TermValues | undefined)",
1914
+ value: input3.values
1915
+ })) && $vo2(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1916
+ path: _path2 + ".values",
1917
+ expected: "(TermValues | undefined)",
1918
+ value: input3.values
1919
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
1920
+ path: _path2 + ".skipValuesBuild",
1921
+ expected: "(boolean | undefined)",
1922
+ value: input3.skipValuesBuild
1923
+ }), "coord" === input3.kind || $report(_exceptionable2, {
1924
+ path: _path2 + ".kind",
1925
+ expected: '"coord"',
1926
+ value: input3.kind
1927
+ }), "string" === typeof input3.chr || $report(_exceptionable2, {
1928
+ path: _path2 + ".chr",
1929
+ expected: "string",
1930
+ value: input3.chr
1931
+ }), "number" === typeof input3.start || $report(_exceptionable2, {
1932
+ path: _path2 + ".start",
1933
+ expected: "number",
1934
+ value: input3.start
1935
+ }), "number" === typeof input3.stop || $report(_exceptionable2, {
1936
+ path: _path2 + ".stop",
1937
+ expected: "number",
1938
+ value: input3.stop
1939
+ })].every((flag) => flag);
1940
+ const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1941
+ path: _path2 + ".id",
1942
+ expected: "string",
1943
+ value: input3.id
1944
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
1945
+ path: _path2 + ".name",
1946
+ expected: "string",
1947
+ value: input3.name
1948
+ }), "geneVariant" === input3.type || $report(_exceptionable2, {
1949
+ path: _path2 + ".type",
1950
+ expected: '"geneVariant"',
1951
+ value: input3.type
1952
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1953
+ path: _path2 + ".child_types",
1954
+ expected: "(Array<string> | undefined)",
1955
+ value: input3.child_types
1956
+ })) && input3.child_types.map((elem, _index37) => "string" === typeof elem || $report(_exceptionable2, {
1957
+ path: _path2 + ".child_types[" + _index37 + "]",
1630
1958
  expected: "string",
1631
1959
  value: elem
1632
1960
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1641,8 +1969,8 @@ var validPercentileRequest = (input) => {
1641
1969
  path: _path2 + ".included_types",
1642
1970
  expected: "(Array<string> | undefined)",
1643
1971
  value: input3.included_types
1644
- })) && input3.included_types.map((elem, _index31) => "string" === typeof elem || $report(_exceptionable2, {
1645
- path: _path2 + ".included_types[" + _index31 + "]",
1972
+ })) && input3.included_types.map((elem, _index38) => "string" === typeof elem || $report(_exceptionable2, {
1973
+ path: _path2 + ".included_types[" + _index38 + "]",
1646
1974
  expected: "string",
1647
1975
  value: elem
1648
1976
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1672,17 +2000,70 @@ var validPercentileRequest = (input) => {
1672
2000
  }), "string" === typeof input3.chr || $report(_exceptionable2, {
1673
2001
  path: _path2 + ".chr",
1674
2002
  expected: "string",
1675
- value: input3.chr
1676
- }), "number" === typeof input3.start || $report(_exceptionable2, {
1677
- path: _path2 + ".start",
1678
- expected: "number",
1679
- value: input3.start
1680
- }), "number" === typeof input3.stop || $report(_exceptionable2, {
1681
- path: _path2 + ".stop",
1682
- expected: "number",
1683
- value: input3.stop
2003
+ value: input3.chr
2004
+ }), "number" === typeof input3.start || $report(_exceptionable2, {
2005
+ path: _path2 + ".start",
2006
+ expected: "number",
2007
+ value: input3.start
2008
+ }), "number" === typeof input3.stop || $report(_exceptionable2, {
2009
+ path: _path2 + ".stop",
2010
+ expected: "number",
2011
+ value: input3.stop
2012
+ }), (Array.isArray(input3.genes) || $report(_exceptionable2, {
2013
+ path: _path2 + ".genes",
2014
+ expected: "Array<GvGeneTerm>",
2015
+ value: input3.genes
2016
+ })) && input3.genes.map((elem, _index39) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2017
+ path: _path2 + ".genes[" + _index39 + "]",
2018
+ expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2019
+ value: elem
2020
+ })) && $vu3(elem, _path2 + ".genes[" + _index39 + "]", _exceptionable2) || $report(_exceptionable2, {
2021
+ path: _path2 + ".genes[" + _index39 + "]",
2022
+ expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2023
+ value: elem
2024
+ })).every((flag) => flag) || $report(_exceptionable2, {
2025
+ path: _path2 + ".genes",
2026
+ expected: "Array<GvGeneTerm>",
2027
+ value: input3.genes
2028
+ }), void 0 === input3.groupsetting || ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
2029
+ path: _path2 + ".groupsetting",
2030
+ expected: "(TermGroupSetting | undefined)",
2031
+ value: input3.groupsetting
2032
+ })) && $vo8(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2033
+ path: _path2 + ".groupsetting",
2034
+ expected: "(TermGroupSetting | undefined)",
2035
+ value: input3.groupsetting
2036
+ }), void 0 === input3.childTerms || (Array.isArray(input3.childTerms) || $report(_exceptionable2, {
2037
+ path: _path2 + ".childTerms",
2038
+ expected: "(Array<DtTerm> | undefined)",
2039
+ value: input3.childTerms
2040
+ })) && input3.childTerms.map((elem, _index40) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2041
+ path: _path2 + ".childTerms[" + _index40 + "]",
2042
+ expected: "DtTerm",
2043
+ value: elem
2044
+ })) && $vo32(elem, _path2 + ".childTerms[" + _index40 + "]", _exceptionable2) || $report(_exceptionable2, {
2045
+ path: _path2 + ".childTerms[" + _index40 + "]",
2046
+ expected: "DtTerm",
2047
+ value: elem
2048
+ })).every((flag) => flag) || $report(_exceptionable2, {
2049
+ path: _path2 + ".childTerms",
2050
+ expected: "(Array<DtTerm> | undefined)",
2051
+ value: input3.childTerms
2052
+ })].every((flag) => flag);
2053
+ const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
2054
+ path: _path2 + ".key",
2055
+ expected: "string",
2056
+ value: input3.key
2057
+ }), "string" === typeof input3.label || $report(_exceptionable2, {
2058
+ path: _path2 + ".label",
2059
+ expected: "string",
2060
+ value: input3.label
2061
+ }), "string" === typeof input3.value || $report(_exceptionable2, {
2062
+ path: _path2 + ".value",
2063
+ expected: "string",
2064
+ value: input3.value
1684
2065
  })].every((flag) => flag);
1685
- const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2066
+ const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1686
2067
  path: _path2 + ".id",
1687
2068
  expected: "string",
1688
2069
  value: input3.id
@@ -1698,8 +2079,8 @@ var validPercentileRequest = (input) => {
1698
2079
  path: _path2 + ".child_types",
1699
2080
  expected: "(Array<string> | undefined)",
1700
2081
  value: input3.child_types
1701
- })) && input3.child_types.map((elem, _index32) => "string" === typeof elem || $report(_exceptionable2, {
1702
- path: _path2 + ".child_types[" + _index32 + "]",
2082
+ })) && input3.child_types.map((elem, _index41) => "string" === typeof elem || $report(_exceptionable2, {
2083
+ path: _path2 + ".child_types[" + _index41 + "]",
1703
2084
  expected: "string",
1704
2085
  value: elem
1705
2086
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1714,8 +2095,8 @@ var validPercentileRequest = (input) => {
1714
2095
  path: _path2 + ".included_types",
1715
2096
  expected: "(Array<string> | undefined)",
1716
2097
  value: input3.included_types
1717
- })) && input3.included_types.map((elem, _index33) => "string" === typeof elem || $report(_exceptionable2, {
1718
- path: _path2 + ".included_types[" + _index33 + "]",
2098
+ })) && input3.included_types.map((elem, _index42) => "string" === typeof elem || $report(_exceptionable2, {
2099
+ path: _path2 + ".included_types[" + _index42 + "]",
1719
2100
  expected: "string",
1720
2101
  value: elem
1721
2102
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1738,77 +2119,68 @@ var validPercentileRequest = (input) => {
1738
2119
  path: _path2 + ".skipValuesBuild",
1739
2120
  expected: "(boolean | undefined)",
1740
2121
  value: input3.skipValuesBuild
1741
- }), "coord" === input3.kind || $report(_exceptionable2, {
2122
+ }), "gene" === input3.kind || $report(_exceptionable2, {
1742
2123
  path: _path2 + ".kind",
1743
- expected: '"coord"',
2124
+ expected: '"gene"',
1744
2125
  value: input3.kind
1745
- }), "string" === typeof input3.chr || $report(_exceptionable2, {
1746
- path: _path2 + ".chr",
2126
+ }), "string" === typeof input3.gene || $report(_exceptionable2, {
2127
+ path: _path2 + ".gene",
1747
2128
  expected: "string",
2129
+ value: input3.gene
2130
+ }), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
2131
+ path: _path2 + ".chr",
2132
+ expected: "(string | undefined)",
1748
2133
  value: input3.chr
1749
- }), "number" === typeof input3.start || $report(_exceptionable2, {
2134
+ }), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
1750
2135
  path: _path2 + ".start",
1751
- expected: "number",
2136
+ expected: "(number | undefined)",
1752
2137
  value: input3.start
1753
- }), "number" === typeof input3.stop || $report(_exceptionable2, {
2138
+ }), void 0 === input3.stop || "number" === typeof input3.stop || $report(_exceptionable2, {
1754
2139
  path: _path2 + ".stop",
1755
- expected: "number",
2140
+ expected: "(number | undefined)",
1756
2141
  value: input3.stop
1757
2142
  }), (Array.isArray(input3.genes) || $report(_exceptionable2, {
1758
2143
  path: _path2 + ".genes",
1759
2144
  expected: "Array<GvGeneTerm>",
1760
2145
  value: input3.genes
1761
- })) && input3.genes.map((elem, _index34) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1762
- path: _path2 + ".genes[" + _index34 + "]",
2146
+ })) && input3.genes.map((elem, _index43) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2147
+ path: _path2 + ".genes[" + _index43 + "]",
1763
2148
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1764
2149
  value: elem
1765
- })) && $vu3(elem, _path2 + ".genes[" + _index34 + "]", _exceptionable2) || $report(_exceptionable2, {
1766
- path: _path2 + ".genes[" + _index34 + "]",
2150
+ })) && $vu3(elem, _path2 + ".genes[" + _index43 + "]", _exceptionable2) || $report(_exceptionable2, {
2151
+ path: _path2 + ".genes[" + _index43 + "]",
1767
2152
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1768
2153
  value: elem
1769
2154
  })).every((flag) => flag) || $report(_exceptionable2, {
1770
2155
  path: _path2 + ".genes",
1771
2156
  expected: "Array<GvGeneTerm>",
1772
2157
  value: input3.genes
1773
- }), void 0 === input3.groupsetting || ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
2158
+ }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
1774
2159
  path: _path2 + ".groupsetting",
1775
- expected: "(TermGroupSetting | undefined)",
2160
+ expected: "TermGroupSetting",
1776
2161
  value: input3.groupsetting
1777
2162
  })) && $vo8(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
1778
2163
  path: _path2 + ".groupsetting",
1779
- expected: "(TermGroupSetting | undefined)",
2164
+ expected: "TermGroupSetting",
1780
2165
  value: input3.groupsetting
1781
- }), void 0 === input3.childTerms || (Array.isArray(input3.childTerms) || $report(_exceptionable2, {
2166
+ }), (Array.isArray(input3.childTerms) || $report(_exceptionable2, {
1782
2167
  path: _path2 + ".childTerms",
1783
- expected: "(Array<DtTerm> | undefined)",
2168
+ expected: "Array<DtTerm>",
1784
2169
  value: input3.childTerms
1785
- })) && input3.childTerms.map((elem, _index35) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1786
- path: _path2 + ".childTerms[" + _index35 + "]",
2170
+ })) && input3.childTerms.map((elem, _index44) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2171
+ path: _path2 + ".childTerms[" + _index44 + "]",
1787
2172
  expected: "DtTerm",
1788
2173
  value: elem
1789
- })) && $vo29(elem, _path2 + ".childTerms[" + _index35 + "]", _exceptionable2) || $report(_exceptionable2, {
1790
- path: _path2 + ".childTerms[" + _index35 + "]",
2174
+ })) && $vo32(elem, _path2 + ".childTerms[" + _index44 + "]", _exceptionable2) || $report(_exceptionable2, {
2175
+ path: _path2 + ".childTerms[" + _index44 + "]",
1791
2176
  expected: "DtTerm",
1792
2177
  value: elem
1793
2178
  })).every((flag) => flag) || $report(_exceptionable2, {
1794
2179
  path: _path2 + ".childTerms",
1795
- expected: "(Array<DtTerm> | undefined)",
2180
+ expected: "Array<DtTerm>",
1796
2181
  value: input3.childTerms
1797
2182
  })].every((flag) => flag);
1798
- const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1799
- path: _path2 + ".key",
1800
- expected: "string",
1801
- value: input3.key
1802
- }), "string" === typeof input3.label || $report(_exceptionable2, {
1803
- path: _path2 + ".label",
1804
- expected: "string",
1805
- value: input3.label
1806
- }), "string" === typeof input3.value || $report(_exceptionable2, {
1807
- path: _path2 + ".value",
1808
- expected: "string",
1809
- value: input3.value
1810
- })].every((flag) => flag);
1811
- const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2183
+ const $vo39 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1812
2184
  path: _path2 + ".id",
1813
2185
  expected: "string",
1814
2186
  value: input3.id
@@ -1824,8 +2196,8 @@ var validPercentileRequest = (input) => {
1824
2196
  path: _path2 + ".child_types",
1825
2197
  expected: "(Array<string> | undefined)",
1826
2198
  value: input3.child_types
1827
- })) && input3.child_types.map((elem, _index36) => "string" === typeof elem || $report(_exceptionable2, {
1828
- path: _path2 + ".child_types[" + _index36 + "]",
2199
+ })) && input3.child_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
2200
+ path: _path2 + ".child_types[" + _index45 + "]",
1829
2201
  expected: "string",
1830
2202
  value: elem
1831
2203
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1840,8 +2212,8 @@ var validPercentileRequest = (input) => {
1840
2212
  path: _path2 + ".included_types",
1841
2213
  expected: "(Array<string> | undefined)",
1842
2214
  value: input3.included_types
1843
- })) && input3.included_types.map((elem, _index37) => "string" === typeof elem || $report(_exceptionable2, {
1844
- path: _path2 + ".included_types[" + _index37 + "]",
2215
+ })) && input3.included_types.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
2216
+ path: _path2 + ".included_types[" + _index46 + "]",
1845
2217
  expected: "string",
1846
2218
  value: elem
1847
2219
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1884,12 +2256,12 @@ var validPercentileRequest = (input) => {
1884
2256
  path: _path2 + ".genes",
1885
2257
  expected: "Array<GvGeneTerm>",
1886
2258
  value: input3.genes
1887
- })) && input3.genes.map((elem, _index38) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1888
- path: _path2 + ".genes[" + _index38 + "]",
2259
+ })) && input3.genes.map((elem, _index47) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2260
+ path: _path2 + ".genes[" + _index47 + "]",
1889
2261
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1890
2262
  value: elem
1891
- })) && $vu3(elem, _path2 + ".genes[" + _index38 + "]", _exceptionable2) || $report(_exceptionable2, {
1892
- path: _path2 + ".genes[" + _index38 + "]",
2263
+ })) && $vu3(elem, _path2 + ".genes[" + _index47 + "]", _exceptionable2) || $report(_exceptionable2, {
2264
+ path: _path2 + ".genes[" + _index47 + "]",
1893
2265
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1894
2266
  value: elem
1895
2267
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1908,12 +2280,12 @@ var validPercentileRequest = (input) => {
1908
2280
  path: _path2 + ".childTerms",
1909
2281
  expected: "Array<DtTerm>",
1910
2282
  value: input3.childTerms
1911
- })) && input3.childTerms.map((elem, _index39) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1912
- path: _path2 + ".childTerms[" + _index39 + "]",
2283
+ })) && input3.childTerms.map((elem, _index48) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2284
+ path: _path2 + ".childTerms[" + _index48 + "]",
1913
2285
  expected: "DtTerm",
1914
2286
  value: elem
1915
- })) && $vo29(elem, _path2 + ".childTerms[" + _index39 + "]", _exceptionable2) || $report(_exceptionable2, {
1916
- path: _path2 + ".childTerms[" + _index39 + "]",
2287
+ })) && $vo32(elem, _path2 + ".childTerms[" + _index48 + "]", _exceptionable2) || $report(_exceptionable2, {
2288
+ path: _path2 + ".childTerms[" + _index48 + "]",
1917
2289
  expected: "DtTerm",
1918
2290
  value: elem
1919
2291
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1921,7 +2293,88 @@ var validPercentileRequest = (input) => {
1921
2293
  expected: "Array<DtTerm>",
1922
2294
  value: input3.childTerms
1923
2295
  })].every((flag) => flag);
1924
- const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2296
+ const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2297
+ path: _path2 + ".id",
2298
+ expected: "string",
2299
+ value: input3.id
2300
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
2301
+ path: _path2 + ".name",
2302
+ expected: "string",
2303
+ value: input3.name
2304
+ }), "metaboliteIntensity" === input3.type || $report(_exceptionable2, {
2305
+ path: _path2 + ".type",
2306
+ expected: '"metaboliteIntensity"',
2307
+ value: input3.type
2308
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
2309
+ path: _path2 + ".child_types",
2310
+ expected: "(Array<string> | undefined)",
2311
+ value: input3.child_types
2312
+ })) && input3.child_types.map((elem, _index49) => "string" === typeof elem || $report(_exceptionable2, {
2313
+ path: _path2 + ".child_types[" + _index49 + "]",
2314
+ expected: "string",
2315
+ value: elem
2316
+ })).every((flag) => flag) || $report(_exceptionable2, {
2317
+ path: _path2 + ".child_types",
2318
+ expected: "(Array<string> | undefined)",
2319
+ value: input3.child_types
2320
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
2321
+ path: _path2 + ".hashtmldetail",
2322
+ expected: "(boolean | undefined)",
2323
+ value: input3.hashtmldetail
2324
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
2325
+ path: _path2 + ".included_types",
2326
+ expected: "(Array<string> | undefined)",
2327
+ value: input3.included_types
2328
+ })) && input3.included_types.map((elem, _index50) => "string" === typeof elem || $report(_exceptionable2, {
2329
+ path: _path2 + ".included_types[" + _index50 + "]",
2330
+ expected: "string",
2331
+ value: elem
2332
+ })).every((flag) => flag) || $report(_exceptionable2, {
2333
+ path: _path2 + ".included_types",
2334
+ expected: "(Array<string> | undefined)",
2335
+ value: input3.included_types
2336
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
2337
+ path: _path2 + ".isleaf",
2338
+ expected: "(boolean | undefined)",
2339
+ value: input3.isleaf
2340
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
2341
+ path: _path2 + ".values",
2342
+ expected: "(TermValues | undefined)",
2343
+ value: input3.values
2344
+ })) && $vo2(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2345
+ path: _path2 + ".values",
2346
+ expected: "(TermValues | undefined)",
2347
+ value: input3.values
2348
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
2349
+ path: _path2 + ".skipValuesBuild",
2350
+ expected: "(boolean | undefined)",
2351
+ value: input3.skipValuesBuild
2352
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
2353
+ path: _path2 + ".continuousColorScale",
2354
+ expected: "(__type.o2 | undefined)",
2355
+ value: input3.continuousColorScale
2356
+ })) && $vo15(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
2357
+ path: _path2 + ".continuousColorScale",
2358
+ expected: "(__type.o2 | undefined)",
2359
+ value: input3.continuousColorScale
2360
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
2361
+ path: _path2 + ".unit",
2362
+ expected: "(string | undefined)",
2363
+ value: input3.unit
2364
+ }), "string" === typeof input3.metabolite || $report(_exceptionable2, {
2365
+ path: _path2 + ".metabolite",
2366
+ expected: "string",
2367
+ value: input3.metabolite
2368
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
2369
+ path: _path2 + ".bins",
2370
+ expected: "(PresetNumericBins | undefined)",
2371
+ value: input3.bins
2372
+ })) && $vo16(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
2373
+ path: _path2 + ".bins",
2374
+ expected: "(PresetNumericBins | undefined)",
2375
+ value: input3.bins
2376
+ })].every((flag) => flag);
2377
+ const $vo41 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1925
2378
  path: _path2 + ".id",
1926
2379
  expected: "string",
1927
2380
  value: input3.id
@@ -1937,8 +2390,8 @@ var validPercentileRequest = (input) => {
1937
2390
  path: _path2 + ".child_types",
1938
2391
  expected: "(Array<string> | undefined)",
1939
2392
  value: input3.child_types
1940
- })) && input3.child_types.map((elem, _index40) => "string" === typeof elem || $report(_exceptionable2, {
1941
- path: _path2 + ".child_types[" + _index40 + "]",
2393
+ })) && input3.child_types.map((elem, _index51) => "string" === typeof elem || $report(_exceptionable2, {
2394
+ path: _path2 + ".child_types[" + _index51 + "]",
1942
2395
  expected: "string",
1943
2396
  value: elem
1944
2397
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1953,8 +2406,8 @@ var validPercentileRequest = (input) => {
1953
2406
  path: _path2 + ".included_types",
1954
2407
  expected: "(Array<string> | undefined)",
1955
2408
  value: input3.included_types
1956
- })) && input3.included_types.map((elem, _index41) => "string" === typeof elem || $report(_exceptionable2, {
1957
- path: _path2 + ".included_types[" + _index41 + "]",
2409
+ })) && input3.included_types.map((elem, _index52) => "string" === typeof elem || $report(_exceptionable2, {
2410
+ path: _path2 + ".included_types[" + _index52 + "]",
1958
2411
  expected: "string",
1959
2412
  value: elem
1960
2413
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1986,7 +2439,7 @@ var validPercentileRequest = (input) => {
1986
2439
  expected: "TermGroupSetting",
1987
2440
  value: input3.groupsetting
1988
2441
  })].every((flag) => flag);
1989
- const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2442
+ const $vo42 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1990
2443
  path: _path2 + ".id",
1991
2444
  expected: "string",
1992
2445
  value: input3.id
@@ -1994,16 +2447,16 @@ var validPercentileRequest = (input) => {
1994
2447
  path: _path2 + ".name",
1995
2448
  expected: "string",
1996
2449
  value: input3.name
1997
- }), "integer" === input3.type || "float" === input3.type || "date" === input3.type || $report(_exceptionable2, {
2450
+ }), "integer" === input3.type || "float" === input3.type || $report(_exceptionable2, {
1998
2451
  path: _path2 + ".type",
1999
- expected: '("date" | "float" | "integer")',
2452
+ expected: '("float" | "integer")',
2000
2453
  value: input3.type
2001
2454
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
2002
2455
  path: _path2 + ".child_types",
2003
2456
  expected: "(Array<string> | undefined)",
2004
2457
  value: input3.child_types
2005
- })) && input3.child_types.map((elem, _index42) => "string" === typeof elem || $report(_exceptionable2, {
2006
- path: _path2 + ".child_types[" + _index42 + "]",
2458
+ })) && input3.child_types.map((elem, _index53) => "string" === typeof elem || $report(_exceptionable2, {
2459
+ path: _path2 + ".child_types[" + _index53 + "]",
2007
2460
  expected: "string",
2008
2461
  value: elem
2009
2462
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2018,8 +2471,8 @@ var validPercentileRequest = (input) => {
2018
2471
  path: _path2 + ".included_types",
2019
2472
  expected: "(Array<string> | undefined)",
2020
2473
  value: input3.included_types
2021
- })) && input3.included_types.map((elem, _index43) => "string" === typeof elem || $report(_exceptionable2, {
2022
- path: _path2 + ".included_types[" + _index43 + "]",
2474
+ })) && input3.included_types.map((elem, _index54) => "string" === typeof elem || $report(_exceptionable2, {
2475
+ path: _path2 + ".included_types[" + _index54 + "]",
2023
2476
  expected: "string",
2024
2477
  value: elem
2025
2478
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2063,7 +2516,7 @@ var validPercentileRequest = (input) => {
2063
2516
  expected: "PresetNumericBins",
2064
2517
  value: input3.bins
2065
2518
  })].every((flag) => flag);
2066
- const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2519
+ const $vo43 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2067
2520
  path: _path2 + ".id",
2068
2521
  expected: "string",
2069
2522
  value: input3.id
@@ -2071,16 +2524,16 @@ var validPercentileRequest = (input) => {
2071
2524
  path: _path2 + ".name",
2072
2525
  expected: "string",
2073
2526
  value: input3.name
2074
- }), "geneExpression" === input3.type || $report(_exceptionable2, {
2527
+ }), "date" === input3.type || $report(_exceptionable2, {
2075
2528
  path: _path2 + ".type",
2076
- expected: '"geneExpression"',
2529
+ expected: '"date"',
2077
2530
  value: input3.type
2078
2531
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
2079
2532
  path: _path2 + ".child_types",
2080
2533
  expected: "(Array<string> | undefined)",
2081
2534
  value: input3.child_types
2082
- })) && input3.child_types.map((elem, _index44) => "string" === typeof elem || $report(_exceptionable2, {
2083
- path: _path2 + ".child_types[" + _index44 + "]",
2535
+ })) && input3.child_types.map((elem, _index55) => "string" === typeof elem || $report(_exceptionable2, {
2536
+ path: _path2 + ".child_types[" + _index55 + "]",
2084
2537
  expected: "string",
2085
2538
  value: elem
2086
2539
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2095,8 +2548,8 @@ var validPercentileRequest = (input) => {
2095
2548
  path: _path2 + ".included_types",
2096
2549
  expected: "(Array<string> | undefined)",
2097
2550
  value: input3.included_types
2098
- })) && input3.included_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
2099
- path: _path2 + ".included_types[" + _index45 + "]",
2551
+ })) && input3.included_types.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
2552
+ path: _path2 + ".included_types[" + _index56 + "]",
2100
2553
  expected: "string",
2101
2554
  value: elem
2102
2555
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2131,10 +2584,6 @@ var validPercentileRequest = (input) => {
2131
2584
  path: _path2 + ".unit",
2132
2585
  expected: "(string | undefined)",
2133
2586
  value: input3.unit
2134
- }), "string" === typeof input3.gene || $report(_exceptionable2, {
2135
- path: _path2 + ".gene",
2136
- expected: "string",
2137
- value: input3.gene
2138
2587
  }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
2139
2588
  path: _path2 + ".bins",
2140
2589
  expected: "(PresetNumericBins | undefined)",
@@ -2143,20 +2592,97 @@ var validPercentileRequest = (input) => {
2143
2592
  path: _path2 + ".bins",
2144
2593
  expected: "(PresetNumericBins | undefined)",
2145
2594
  value: input3.bins
2146
- }), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
2147
- path: _path2 + ".chr",
2595
+ })].every((flag) => flag);
2596
+ const $vo44 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2597
+ path: _path2 + ".id",
2598
+ expected: "string",
2599
+ value: input3.id
2600
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
2601
+ path: _path2 + ".name",
2602
+ expected: "string",
2603
+ value: input3.name
2604
+ }), "ssGSEA" === input3.type || $report(_exceptionable2, {
2605
+ path: _path2 + ".type",
2606
+ expected: '"ssGSEA"',
2607
+ value: input3.type
2608
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
2609
+ path: _path2 + ".child_types",
2610
+ expected: "(Array<string> | undefined)",
2611
+ value: input3.child_types
2612
+ })) && input3.child_types.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
2613
+ path: _path2 + ".child_types[" + _index57 + "]",
2614
+ expected: "string",
2615
+ value: elem
2616
+ })).every((flag) => flag) || $report(_exceptionable2, {
2617
+ path: _path2 + ".child_types",
2618
+ expected: "(Array<string> | undefined)",
2619
+ value: input3.child_types
2620
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
2621
+ path: _path2 + ".hashtmldetail",
2622
+ expected: "(boolean | undefined)",
2623
+ value: input3.hashtmldetail
2624
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
2625
+ path: _path2 + ".included_types",
2626
+ expected: "(Array<string> | undefined)",
2627
+ value: input3.included_types
2628
+ })) && input3.included_types.map((elem, _index58) => "string" === typeof elem || $report(_exceptionable2, {
2629
+ path: _path2 + ".included_types[" + _index58 + "]",
2630
+ expected: "string",
2631
+ value: elem
2632
+ })).every((flag) => flag) || $report(_exceptionable2, {
2633
+ path: _path2 + ".included_types",
2634
+ expected: "(Array<string> | undefined)",
2635
+ value: input3.included_types
2636
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
2637
+ path: _path2 + ".isleaf",
2638
+ expected: "(boolean | undefined)",
2639
+ value: input3.isleaf
2640
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
2641
+ path: _path2 + ".values",
2642
+ expected: "(TermValues | undefined)",
2643
+ value: input3.values
2644
+ })) && $vo2(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2645
+ path: _path2 + ".values",
2646
+ expected: "(TermValues | undefined)",
2647
+ value: input3.values
2648
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
2649
+ path: _path2 + ".skipValuesBuild",
2650
+ expected: "(boolean | undefined)",
2651
+ value: input3.skipValuesBuild
2652
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
2653
+ path: _path2 + ".continuousColorScale",
2654
+ expected: "(__type.o2 | undefined)",
2655
+ value: input3.continuousColorScale
2656
+ })) && $vo15(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
2657
+ path: _path2 + ".continuousColorScale",
2658
+ expected: "(__type.o2 | undefined)",
2659
+ value: input3.continuousColorScale
2660
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
2661
+ path: _path2 + ".unit",
2148
2662
  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
2663
+ value: input3.unit
2664
+ }), void 0 === input3.genes || (Array.isArray(input3.genes) || $report(_exceptionable2, {
2665
+ path: _path2 + ".genes",
2666
+ expected: "(Array<string> | undefined)",
2667
+ value: input3.genes
2668
+ })) && input3.genes.map((elem, _index59) => "string" === typeof elem || $report(_exceptionable2, {
2669
+ path: _path2 + ".genes[" + _index59 + "]",
2670
+ expected: "string",
2671
+ value: elem
2672
+ })).every((flag) => flag) || $report(_exceptionable2, {
2673
+ path: _path2 + ".genes",
2674
+ expected: "(Array<string> | undefined)",
2675
+ value: input3.genes
2676
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
2677
+ path: _path2 + ".bins",
2678
+ expected: "(PresetNumericBins | undefined)",
2679
+ value: input3.bins
2680
+ })) && $vo16(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
2681
+ path: _path2 + ".bins",
2682
+ expected: "(PresetNumericBins | undefined)",
2683
+ value: input3.bins
2158
2684
  })].every((flag) => flag);
2159
- const $vo39 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2685
+ const $vo45 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2160
2686
  path: _path2 + ".id",
2161
2687
  expected: "string",
2162
2688
  value: input3.id
@@ -2172,8 +2698,8 @@ var validPercentileRequest = (input) => {
2172
2698
  path: _path2 + ".child_types",
2173
2699
  expected: "(Array<string> | undefined)",
2174
2700
  value: input3.child_types
2175
- })) && input3.child_types.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
2176
- path: _path2 + ".child_types[" + _index46 + "]",
2701
+ })) && input3.child_types.map((elem, _index60) => "string" === typeof elem || $report(_exceptionable2, {
2702
+ path: _path2 + ".child_types[" + _index60 + "]",
2177
2703
  expected: "string",
2178
2704
  value: elem
2179
2705
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2188,8 +2714,8 @@ var validPercentileRequest = (input) => {
2188
2714
  path: _path2 + ".included_types",
2189
2715
  expected: "(Array<string> | undefined)",
2190
2716
  value: input3.included_types
2191
- })) && input3.included_types.map((elem, _index47) => "string" === typeof elem || $report(_exceptionable2, {
2192
- path: _path2 + ".included_types[" + _index47 + "]",
2717
+ })) && input3.included_types.map((elem, _index61) => "string" === typeof elem || $report(_exceptionable2, {
2718
+ path: _path2 + ".included_types[" + _index61 + "]",
2193
2719
  expected: "string",
2194
2720
  value: elem
2195
2721
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2213,7 +2739,7 @@ var validPercentileRequest = (input) => {
2213
2739
  expected: "(boolean | undefined)",
2214
2740
  value: input3.skipValuesBuild
2215
2741
  })].every((flag) => flag);
2216
- const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2742
+ const $vo46 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2217
2743
  path: _path2 + ".id",
2218
2744
  expected: "string",
2219
2745
  value: input3.id
@@ -2229,8 +2755,8 @@ var validPercentileRequest = (input) => {
2229
2755
  path: _path2 + ".child_types",
2230
2756
  expected: "(Array<string> | undefined)",
2231
2757
  value: input3.child_types
2232
- })) && input3.child_types.map((elem, _index48) => "string" === typeof elem || $report(_exceptionable2, {
2233
- path: _path2 + ".child_types[" + _index48 + "]",
2758
+ })) && input3.child_types.map((elem, _index62) => "string" === typeof elem || $report(_exceptionable2, {
2759
+ path: _path2 + ".child_types[" + _index62 + "]",
2234
2760
  expected: "string",
2235
2761
  value: elem
2236
2762
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2245,8 +2771,8 @@ var validPercentileRequest = (input) => {
2245
2771
  path: _path2 + ".included_types",
2246
2772
  expected: "(Array<string> | undefined)",
2247
2773
  value: input3.included_types
2248
- })) && input3.included_types.map((elem, _index49) => "string" === typeof elem || $report(_exceptionable2, {
2249
- path: _path2 + ".included_types[" + _index49 + "]",
2774
+ })) && input3.included_types.map((elem, _index63) => "string" === typeof elem || $report(_exceptionable2, {
2775
+ path: _path2 + ".included_types[" + _index63 + "]",
2250
2776
  expected: "string",
2251
2777
  value: elem
2252
2778
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2277,12 +2803,12 @@ var validPercentileRequest = (input) => {
2277
2803
  path: _path2 + ".snps",
2278
2804
  expected: "(Array<SnpsEntry> | undefined)",
2279
2805
  value: input3.snps
2280
- })) && input3.snps.map((elem, _index50) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2281
- path: _path2 + ".snps[" + _index50 + "]",
2806
+ })) && input3.snps.map((elem, _index64) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2807
+ path: _path2 + ".snps[" + _index64 + "]",
2282
2808
  expected: "SnpsEntry",
2283
2809
  value: elem
2284
- })) && $vo41(elem, _path2 + ".snps[" + _index50 + "]", _exceptionable2) || $report(_exceptionable2, {
2285
- path: _path2 + ".snps[" + _index50 + "]",
2810
+ })) && $vo47(elem, _path2 + ".snps[" + _index64 + "]", _exceptionable2) || $report(_exceptionable2, {
2811
+ path: _path2 + ".snps[" + _index64 + "]",
2286
2812
  expected: "SnpsEntry",
2287
2813
  value: elem
2288
2814
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2290,12 +2816,12 @@ var validPercentileRequest = (input) => {
2290
2816
  expected: "(Array<SnpsEntry> | undefined)",
2291
2817
  value: input3.snps
2292
2818
  })].every((flag) => flag);
2293
- const $vo41 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
2819
+ const $vo47 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
2294
2820
  path: _path2 + ".altAlleles",
2295
2821
  expected: "(Array<string> | undefined)",
2296
2822
  value: input3.altAlleles
2297
- })) && input3.altAlleles.map((elem, _index51) => "string" === typeof elem || $report(_exceptionable2, {
2298
- path: _path2 + ".altAlleles[" + _index51 + "]",
2823
+ })) && input3.altAlleles.map((elem, _index65) => "string" === typeof elem || $report(_exceptionable2, {
2824
+ path: _path2 + ".altAlleles[" + _index65 + "]",
2299
2825
  expected: "string",
2300
2826
  value: elem
2301
2827
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2306,12 +2832,12 @@ var validPercentileRequest = (input) => {
2306
2832
  path: _path2 + ".alleles",
2307
2833
  expected: "(Array<AllelesEntry> | undefined)",
2308
2834
  value: input3.alleles
2309
- })) && input3.alleles.map((elem, _index52) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2310
- path: _path2 + ".alleles[" + _index52 + "]",
2835
+ })) && input3.alleles.map((elem, _index66) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2836
+ path: _path2 + ".alleles[" + _index66 + "]",
2311
2837
  expected: "AllelesEntry",
2312
2838
  value: elem
2313
- })) && $vo42(elem, _path2 + ".alleles[" + _index52 + "]", _exceptionable2) || $report(_exceptionable2, {
2314
- path: _path2 + ".alleles[" + _index52 + "]",
2839
+ })) && $vo48(elem, _path2 + ".alleles[" + _index66 + "]", _exceptionable2) || $report(_exceptionable2, {
2840
+ path: _path2 + ".alleles[" + _index66 + "]",
2315
2841
  expected: "AllelesEntry",
2316
2842
  value: elem
2317
2843
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2326,7 +2852,7 @@ var validPercentileRequest = (input) => {
2326
2852
  path: _path2 + ".gt2count",
2327
2853
  expected: "(__type.o5 | undefined)",
2328
2854
  value: input3.gt2count
2329
- })) && $vo43(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
2855
+ })) && $vo49(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
2330
2856
  path: _path2 + ".gt2count",
2331
2857
  expected: "(__type.o5 | undefined)",
2332
2858
  value: input3.gt2count
@@ -2355,7 +2881,7 @@ var validPercentileRequest = (input) => {
2355
2881
  expected: "(number | undefined)",
2356
2882
  value: input3.pos
2357
2883
  })].every((flag) => flag);
2358
- const $vo42 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
2884
+ const $vo48 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
2359
2885
  path: _path2 + ".allele",
2360
2886
  expected: "string",
2361
2887
  value: input3.allele
@@ -2368,7 +2894,7 @@ var validPercentileRequest = (input) => {
2368
2894
  expected: "boolean",
2369
2895
  value: input3.isRef
2370
2896
  })].every((flag) => flag);
2371
- const $vo43 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
2897
+ const $vo49 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
2372
2898
  path: _path2 + ".k",
2373
2899
  expected: "string",
2374
2900
  value: input3.k
@@ -2377,7 +2903,7 @@ var validPercentileRequest = (input) => {
2377
2903
  expected: "(number | string)",
2378
2904
  value: input3.v
2379
2905
  })].every((flag) => flag);
2380
- const $vo44 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2906
+ const $vo50 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2381
2907
  path: _path2 + ".id",
2382
2908
  expected: "string",
2383
2909
  value: input3.id
@@ -2393,8 +2919,8 @@ var validPercentileRequest = (input) => {
2393
2919
  path: _path2 + ".child_types",
2394
2920
  expected: "(Array<string> | undefined)",
2395
2921
  value: input3.child_types
2396
- })) && input3.child_types.map((elem, _index53) => "string" === typeof elem || $report(_exceptionable2, {
2397
- path: _path2 + ".child_types[" + _index53 + "]",
2922
+ })) && input3.child_types.map((elem, _index67) => "string" === typeof elem || $report(_exceptionable2, {
2923
+ path: _path2 + ".child_types[" + _index67 + "]",
2398
2924
  expected: "string",
2399
2925
  value: elem
2400
2926
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2409,8 +2935,8 @@ var validPercentileRequest = (input) => {
2409
2935
  path: _path2 + ".included_types",
2410
2936
  expected: "(Array<string> | undefined)",
2411
2937
  value: input3.included_types
2412
- })) && input3.included_types.map((elem, _index54) => "string" === typeof elem || $report(_exceptionable2, {
2413
- path: _path2 + ".included_types[" + _index54 + "]",
2938
+ })) && input3.included_types.map((elem, _index68) => "string" === typeof elem || $report(_exceptionable2, {
2939
+ path: _path2 + ".included_types[" + _index68 + "]",
2414
2940
  expected: "string",
2415
2941
  value: elem
2416
2942
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2425,7 +2951,7 @@ var validPercentileRequest = (input) => {
2425
2951
  path: _path2 + ".values",
2426
2952
  expected: "(TermValues & SampleLstTermValues | undefined)",
2427
2953
  value: input3.values
2428
- })) && $vo45(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2954
+ })) && $vo51(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2429
2955
  path: _path2 + ".values",
2430
2956
  expected: "(TermValues & SampleLstTermValues | undefined)",
2431
2957
  value: input3.values
@@ -2434,7 +2960,7 @@ var validPercentileRequest = (input) => {
2434
2960
  expected: "(boolean | undefined)",
2435
2961
  value: input3.skipValuesBuild
2436
2962
  })].every((flag) => flag);
2437
- const $vo45 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2963
+ const $vo51 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2438
2964
  const value = input3[key];
2439
2965
  if (void 0 === value)
2440
2966
  return true;
@@ -2443,7 +2969,7 @@ var validPercentileRequest = (input) => {
2443
2969
  path: _path2 + $join(key),
2444
2970
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
2445
2971
  value
2446
- })) && $vo46(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2972
+ })) && $vo52(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2447
2973
  path: _path2 + $join(key),
2448
2974
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
2449
2975
  value
@@ -2453,14 +2979,14 @@ var validPercentileRequest = (input) => {
2453
2979
  path: _path2 + $join(key),
2454
2980
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
2455
2981
  value
2456
- })) && $vo46(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2982
+ })) && $vo52(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2457
2983
  path: _path2 + $join(key),
2458
2984
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
2459
2985
  value
2460
2986
  });
2461
2987
  return true;
2462
2988
  }).every((flag) => flag)].every((flag) => flag);
2463
- const $vo46 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
2989
+ const $vo52 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
2464
2990
  path: _path2 + ".key",
2465
2991
  expected: "(string | undefined)",
2466
2992
  value: input3.key
@@ -2504,12 +3030,12 @@ var validPercentileRequest = (input) => {
2504
3030
  path: _path2 + ".list",
2505
3031
  expected: "Array<__type>.o3",
2506
3032
  value: input3.list
2507
- })) && input3.list.map((elem, _index55) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2508
- path: _path2 + ".list[" + _index55 + "]",
3033
+ })) && input3.list.map((elem, _index69) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3034
+ path: _path2 + ".list[" + _index69 + "]",
2509
3035
  expected: "__type.o6",
2510
3036
  value: elem
2511
- })) && $vo47(elem, _path2 + ".list[" + _index55 + "]", _exceptionable2) || $report(_exceptionable2, {
2512
- path: _path2 + ".list[" + _index55 + "]",
3037
+ })) && $vo53(elem, _path2 + ".list[" + _index69 + "]", _exceptionable2) || $report(_exceptionable2, {
3038
+ path: _path2 + ".list[" + _index69 + "]",
2513
3039
  expected: "__type.o6",
2514
3040
  value: elem
2515
3041
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2517,7 +3043,7 @@ var validPercentileRequest = (input) => {
2517
3043
  expected: "Array<__type>.o3",
2518
3044
  value: input3.list
2519
3045
  }), true].every((flag) => flag);
2520
- const $vo47 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.sampleId || $report(_exceptionable2, {
3046
+ const $vo53 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.sampleId || $report(_exceptionable2, {
2521
3047
  path: _path2 + ".sampleId",
2522
3048
  expected: "string",
2523
3049
  value: input3.sampleId
@@ -2557,9 +3083,9 @@ var validPercentileRequest = (input) => {
2557
3083
  })();
2558
3084
  const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
2559
3085
  if ("gene" === input3.kind)
2560
- return $vo31(input3, _path2, _exceptionable2);
3086
+ return $vo34(input3, _path2, _exceptionable2);
2561
3087
  if ("coord" === input3.kind)
2562
- return $vo32(input3, _path2, _exceptionable2);
3088
+ return $vo35(input3, _path2, _exceptionable2);
2563
3089
  return $report(_exceptionable2, {
2564
3090
  path: _path2,
2565
3091
  expected: "(BaseTerm & Gene | BaseTerm & Coord)",
@@ -2567,35 +3093,35 @@ var validPercentileRequest = (input) => {
2567
3093
  });
2568
3094
  })();
2569
3095
  const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
2570
- if ("gene" === input3.kind)
2571
- return $vo1(input3, _path2, _exceptionable2);
2572
- if ("coord" === input3.kind)
2573
- return $vo35(input3, _path2, _exceptionable2);
3096
+ if ("metaboliteIntensity" === input3.type)
3097
+ return $vo40(input3, _path2, _exceptionable2);
2574
3098
  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
- return $vo38(input3, _path2, _exceptionable2);
3099
+ return $vo41(input3, _path2, _exceptionable2);
3100
+ if ("date" === input3.type)
3101
+ return $vo43(input3, _path2, _exceptionable2);
3102
+ if ("integer" === input3.type || "float" === input3.type)
3103
+ return $vo42(input3, _path2, _exceptionable2);
3104
+ if ("ssGSEA" === input3.type)
3105
+ return $vo44(input3, _path2, _exceptionable2);
2580
3106
  if ("condition" === input3.type)
2581
- return $vo39(input3, _path2, _exceptionable2);
2582
- return $vo40(input3, _path2, false) || $vo44(input3, _path2, false);
3107
+ return $vo45(input3, _path2, _exceptionable2);
3108
+ return $vo23(input3, _path2, false) || $vo1(input3, _path2, false) || $vo38(input3, _path2, false) || $vo39(input3, _path2, false) || $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
- if ("geneExpression" === input3.type)
2593
- return $vo23(input3, _path2, _exceptionable2);
2594
- return $report(_exceptionable2, {
2595
- path: _path2,
2596
- expected: "(NumericDictTerm | GeneExpressionTerm)",
2597
- value: input3
2598
- });
3118
+ if ("metaboliteIntensity" === input3.type)
3119
+ return $vo24(input3, _path2, _exceptionable2);
3120
+ if ("date" === input3.type)
3121
+ return $vo25(input3, _path2, _exceptionable2);
3122
+ if ("ssGSEA" === input3.type)
3123
+ return $vo26(input3, _path2, _exceptionable2);
3124
+ return $vo23(input3, _path2, false) || $vo1(input3, _path2, false);
2599
3125
  })();
2600
3126
  const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
2601
3127
  if ("regular-bin" === input3.type)
@@ -2632,9 +3158,9 @@ var validPercentileRequest = (input) => {
2632
3158
  })();
2633
3159
  const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
2634
3160
  if ("gene" === input3.kind)
2635
- return $vo30(input3, _path2, _exceptionable2);
2636
- if ("coord" === input3.kind)
2637
3161
  return $vo33(input3, _path2, _exceptionable2);
3162
+ if ("coord" === input3.kind)
3163
+ return $vo36(input3, _path2, _exceptionable2);
2638
3164
  return $report(_exceptionable2, {
2639
3165
  path: _path2,
2640
3166
  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; })',