@sjcrh/proteinpaint-types 2.140.1-2 → 2.141.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. package/dist/brainImaging.js +1 -1
  2. package/dist/{chunk-Y6Z6XAFN.js → chunk-424IUJWR.js} +532 -154
  3. package/dist/{chunk-NHELOLDH.js → chunk-56JQGGZJ.js} +4103 -2234
  4. package/dist/{chunk-5BKOSJEU.js → chunk-77RH7U6G.js} +2101 -981
  5. package/dist/{chunk-F2ZZ5J3F.js → chunk-EOBFYFLQ.js} +2483 -1911
  6. package/dist/{chunk-34LXTZYA.js → chunk-I7FTK55B.js} +2162 -1590
  7. package/dist/{chunk-4S36DRJ4.js → chunk-KEJROUTM.js} +1314 -572
  8. package/dist/{chunk-ZHCVV36H.js → chunk-QWAPDNYB.js} +2486 -1914
  9. package/dist/{chunk-HJ7XFSJK.js → chunk-S6OBK4RE.js} +528 -150
  10. package/dist/{chunk-P3Z422N2.js → chunk-T3GTEGQN.js} +532 -154
  11. package/dist/{chunk-2QKCLUH3.js → chunk-UYBVE3DL.js} +2478 -1906
  12. package/dist/{chunk-KDHGWAOS.js → chunk-VMQUAU5V.js} +2481 -1909
  13. package/dist/{chunk-G5BYLEJC.js → chunk-WCWYMCZD.js} +532 -154
  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 +14 -4
  28. package/src/genome.ts +2 -2
  29. package/src/index.ts +1 -0
  30. package/src/routes/termdb.cluster.ts +6 -6
  31. package/src/terms/categorical.ts +0 -8
  32. package/src/terms/condition.ts +4 -3
  33. package/src/terms/date.ts +18 -0
  34. package/src/terms/geneExpression.ts +7 -21
  35. package/src/terms/geneVariant.ts +3 -0
  36. package/src/terms/metaboliteIntensity.ts +7 -20
  37. package/src/terms/numeric.ts +17 -38
  38. package/src/terms/singleCellGeneExpression.ts +3 -4
  39. package/src/terms/snp.ts +7 -7
  40. package/src/terms/snps.ts +1 -0
  41. package/src/terms/ssGSEA.ts +7 -13
  42. package/src/terms/tw.ts +11 -6
  43. package/src/terms/updated-types.ts +0 -10
@@ -43,11 +43,12 @@ var validNumericCategoriesRequest = (input) => {
43
43
  const $io9 = (input3) => "string" === typeof input3.name && "string" === typeof input3.type && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io10(elem))) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
44
44
  const $io10 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
45
45
  const $io11 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io1(input3.filter)) && "string" === typeof input3.color;
46
- const $io12 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io13(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 && $io22(elem)));
47
- const $io13 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type || "ssGSEA" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.bins && null !== input3.bins && $io14(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io21(input3.continuousColorScale));
48
- const $io14 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu5(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu5(input3.less)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset) && (void 0 === input3.label_offset_ignored || "boolean" === typeof input3.label_offset_ignored) && (void 0 === input3.rounding || "string" === typeof input3.rounding) && (void 0 === input3.min || "number" === typeof input3.min) && (void 0 === input3.max || "number" === typeof input3.max);
49
- const $io15 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "regular-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode) && "number" === typeof input3.bin_size && ("object" === typeof input3.first_bin && null !== input3.first_bin && $iu6(input3.first_bin)) && (void 0 === input3.last_bin || "object" === typeof input3.last_bin && null !== input3.last_bin && $iu7(input3.last_bin)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset);
50
- const $io16 = (input3) => Object.keys(input3).every((key) => {
46
+ const $io12 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $iu5(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io26(elem)));
47
+ const $io13 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io14(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io15(input3.bins));
48
+ const $io14 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
49
+ const $io15 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu6(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu6(input3.less)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset) && (void 0 === input3.label_offset_ignored || "boolean" === typeof input3.label_offset_ignored) && (void 0 === input3.rounding || "string" === typeof input3.rounding) && (void 0 === input3.min || "number" === typeof input3.min) && (void 0 === input3.max || "number" === typeof input3.max);
50
+ const $io16 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "regular-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode) && "number" === typeof input3.bin_size && ("object" === typeof input3.first_bin && null !== input3.first_bin && $iu7(input3.first_bin)) && (void 0 === input3.last_bin || "object" === typeof input3.last_bin && null !== input3.last_bin && $iu8(input3.last_bin)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset);
51
+ const $io17 = (input3) => Object.keys(input3).every((key) => {
51
52
  const value = input3[key];
52
53
  if (void 0 === value)
53
54
  return true;
@@ -55,22 +56,25 @@ var validNumericCategoriesRequest = (input) => {
55
56
  return "number" === typeof value;
56
57
  return true;
57
58
  });
58
- const $io17 = (input3) => true === input3.startunbounded && (void 0 === input3.startinclusive || false === input3.startinclusive) && "number" === typeof input3.stop && (void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive) && (void 0 === input3.stopunbounded || false === input3.stopunbounded) && (void 0 === input3.label || "string" === typeof input3.label);
59
- const $io18 = (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);
60
- const $io19 = (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);
61
- const $io20 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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);
62
- const $io21 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
63
- const $io22 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
64
- const $io23 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io24(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 && $io25(elem)));
65
- const $io24 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
66
- const $io25 = (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;
67
- const $io26 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io27(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io32(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName);
68
- const $io27 = (input3) => "string" === typeof input3.id && "string" === typeof input3.query && "string" === typeof input3.name && "string" === typeof input3.name_noOrigin && (void 0 === input3.parentTerm || "object" === typeof input3.parentTerm && null !== input3.parentTerm && $iu8(input3.parentTerm)) && true && "boolean" === typeof input3.isleaf && "string" === typeof input3.type && "number" === typeof input3.dt && (void 0 === input3.origin || "string" === typeof input3.origin) && ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values));
69
- const $io28 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io7(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io27(elem)));
70
- const $io29 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
71
- const $io30 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
72
- const $io31 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io7(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io27(elem)));
73
- const $io32 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
59
+ const $io18 = (input3) => true === input3.startunbounded && (void 0 === input3.startinclusive || false === input3.startinclusive) && "number" === typeof input3.stop && (void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive) && (void 0 === input3.stopunbounded || false === input3.stopunbounded) && (void 0 === input3.label || "string" === typeof input3.label);
60
+ const $io19 = (input3) => (void 0 === input3.startunbounded || false === input3.startunbounded) && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && "number" === typeof input3.start && "number" === typeof input3.stop && (void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive) && (void 0 === input3.stopunbounded || false === input3.stopunbounded) && (void 0 === input3.label || "string" === typeof input3.label);
61
+ const $io20 = (input3) => "number" === typeof input3.start && true === input3.stopunbounded && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && (void 0 === input3.startunbounded || false === input3.startunbounded) && (void 0 === input3.stopinclusive || false === input3.stopinclusive) && (void 0 === input3.label || "string" === typeof input3.label);
62
+ const $io21 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "custom-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && (Array.isArray(input3.lst) && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu2(input3.lst[0]) && (Array.isArray(input3.lst.slice(1)) && input3.lst.slice(1).every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))))) && (void 0 === input3.preferredBins || "median" === input3.preferredBins);
63
+ const $io22 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io14(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.gene && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io15(input3.bins)) && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
64
+ const $io23 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "metaboliteIntensity" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io14(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.metabolite && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io15(input3.bins));
65
+ const $io24 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "date" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io14(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.metabolite && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io15(input3.bins));
66
+ const $io25 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "ssGSEA" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io14(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.genes || Array.isArray(input3.genes) && input3.genes.every((elem) => "string" === typeof elem)) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io15(input3.bins));
67
+ const $io26 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
68
+ const $io27 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io28(input3.term)) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && (void 0 === input3.grade_and_child || Array.isArray(input3.grade_and_child) && input3.grade_and_child.every((elem) => "object" === typeof elem && null !== elem && $io29(elem)));
69
+ const $io28 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
70
+ const $io29 = (input3) => "number" === typeof input3.grade && "string" === typeof input3.grade_label && (void 0 === input3.child_id || "string" === typeof input3.child_id) && "string" === typeof input3.child_label;
71
+ const $io30 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io31(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io36(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName);
72
+ const $io31 = (input3) => "string" === typeof input3.id && "string" === typeof input3.query && "string" === typeof input3.name && "string" === typeof input3.name_noOrigin && (void 0 === input3.parentTerm || "object" === typeof input3.parentTerm && null !== input3.parentTerm && $iu9(input3.parentTerm)) && true && "boolean" === typeof input3.isleaf && "string" === typeof input3.type && "number" === typeof input3.dt && (void 0 === input3.origin || "string" === typeof input3.origin) && ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values));
73
+ const $io32 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io7(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io31(elem)));
74
+ const $io33 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
75
+ const $io34 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
76
+ const $io35 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io7(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io31(elem)));
77
+ const $io36 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
74
78
  const $iu0 = (input3) => (() => {
75
79
  if ("tvslst" === input3.type)
76
80
  return $io1(input3);
@@ -87,16 +91,16 @@ var validNumericCategoriesRequest = (input) => {
87
91
  })();
88
92
  const $iu2 = (input3) => (() => {
89
93
  if (true === input3.startunbounded)
90
- return $io17(input3);
94
+ return $io18(input3);
91
95
  if (true === input3.stopunbounded)
92
- return $io19(input3);
93
- return $io18(input3);
96
+ return $io20(input3);
97
+ return $io19(input3);
94
98
  })();
95
99
  const $iu3 = (input3) => (() => {
96
100
  if ("gene" === input3.kind)
97
- return $io29(input3);
101
+ return $io33(input3);
98
102
  if ("coord" === input3.kind)
99
- return $io30(input3);
103
+ return $io34(input3);
100
104
  return false;
101
105
  })();
102
106
  const $iu4 = (input3) => (() => {
@@ -105,39 +109,52 @@ var validNumericCategoriesRequest = (input) => {
105
109
  return (() => {
106
110
  if ($io3(input3))
107
111
  return $io3(input3);
108
- if ($io23(input3))
109
- return $io23(input3);
110
- if ($io26(input3))
111
- return $io26(input3);
112
+ if ($io27(input3))
113
+ return $io27(input3);
114
+ if ($io30(input3))
115
+ return $io30(input3);
112
116
  return false;
113
117
  })();
114
118
  })();
115
119
  const $iu5 = (input3) => (() => {
120
+ if ("integer" === input3.type || "float" === input3.type)
121
+ return $io13(input3);
122
+ if ("geneExpression" === input3.type)
123
+ return $io22(input3);
124
+ if ("date" === input3.type)
125
+ return $io24(input3);
126
+ if ("metaboliteIntensity" === input3.type)
127
+ return $io23(input3);
128
+ if ("ssGSEA" === input3.type)
129
+ return $io25(input3);
130
+ return false;
131
+ })();
132
+ const $iu6 = (input3) => (() => {
116
133
  if ("regular-bin" === input3.type)
117
- return $io15(input3);
134
+ return $io16(input3);
118
135
  if ("custom-bin" === input3.type)
119
- return $io20(input3);
136
+ return $io21(input3);
120
137
  return false;
121
138
  })();
122
- const $iu6 = (input3) => (() => {
139
+ const $iu7 = (input3) => (() => {
123
140
  if (true === input3.startunbounded)
124
- return $io17(input3);
125
- if (void 0 !== input3.start)
126
141
  return $io18(input3);
142
+ if (void 0 !== input3.start)
143
+ return $io19(input3);
127
144
  return false;
128
145
  })();
129
- const $iu7 = (input3) => (() => {
146
+ const $iu8 = (input3) => (() => {
130
147
  if (void 0 !== input3.stop)
131
- return $io18(input3);
132
- if (true === input3.stopunbounded)
133
148
  return $io19(input3);
149
+ if (true === input3.stopunbounded)
150
+ return $io20(input3);
134
151
  return false;
135
152
  })();
136
- const $iu8 = (input3) => (() => {
153
+ const $iu9 = (input3) => (() => {
137
154
  if ("gene" === input3.kind)
138
- return $io28(input3);
155
+ return $io32(input3);
139
156
  if ("coord" === input3.kind)
140
- return $io31(input3);
157
+ return $io35(input3);
141
158
  return false;
142
159
  })();
143
160
  return "object" === typeof input2 && null !== input2 && $io0(input2);
@@ -501,11 +518,11 @@ var validNumericCategoriesRequest = (input) => {
501
518
  value: input3.isnot
502
519
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
503
520
  path: _path2 + ".term",
504
- expected: "NumericTerm",
521
+ expected: "(DateTerm | GeneExpressionTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)",
505
522
  value: input3.term
506
- })) && $vo13(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
523
+ })) && $vu5(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
507
524
  path: _path2 + ".term",
508
- expected: "NumericTerm",
525
+ expected: "(DateTerm | GeneExpressionTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)",
509
526
  value: input3.term
510
527
  }), (Array.isArray(input3.ranges) || $report(_exceptionable2, {
511
528
  path: _path2 + ".ranges",
@@ -531,7 +548,7 @@ var validNumericCategoriesRequest = (input) => {
531
548
  path: _path2 + ".values[" + _index9 + "]",
532
549
  expected: "__type.o3",
533
550
  value: elem
534
- })) && $vo22(elem, _path2 + ".values[" + _index9 + "]", _exceptionable2) || $report(_exceptionable2, {
551
+ })) && $vo26(elem, _path2 + ".values[" + _index9 + "]", _exceptionable2) || $report(_exceptionable2, {
535
552
  path: _path2 + ".values[" + _index9 + "]",
536
553
  expected: "__type.o3",
537
554
  value: elem
@@ -548,9 +565,9 @@ var validNumericCategoriesRequest = (input) => {
548
565
  path: _path2 + ".name",
549
566
  expected: "string",
550
567
  value: input3.name
551
- }), "integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type || "ssGSEA" === input3.type || $report(_exceptionable2, {
568
+ }), "integer" === input3.type || "float" === input3.type || $report(_exceptionable2, {
552
569
  path: _path2 + ".type",
553
- expected: '("date" | "float" | "geneExpression" | "integer" | "metaboliteIntensity" | "ssGSEA")',
570
+ expected: '("float" | "integer")',
554
571
  value: input3.type
555
572
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
556
573
  path: _path2 + ".child_types",
@@ -596,32 +613,41 @@ var validNumericCategoriesRequest = (input) => {
596
613
  path: _path2 + ".skipValuesBuild",
597
614
  expected: "(boolean | undefined)",
598
615
  value: input3.skipValuesBuild
599
- }), ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
600
- path: _path2 + ".bins",
601
- expected: "PresetNumericBins",
602
- value: input3.bins
603
- })) && $vo14(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
604
- path: _path2 + ".bins",
605
- expected: "PresetNumericBins",
606
- value: input3.bins
607
- }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
608
- path: _path2 + ".unit",
609
- expected: "(string | undefined)",
610
- value: input3.unit
611
616
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
612
617
  path: _path2 + ".continuousColorScale",
613
618
  expected: "(__type.o2 | undefined)",
614
619
  value: input3.continuousColorScale
615
- })) && $vo21(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
620
+ })) && $vo14(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
616
621
  path: _path2 + ".continuousColorScale",
617
622
  expected: "(__type.o2 | undefined)",
618
623
  value: input3.continuousColorScale
624
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
625
+ path: _path2 + ".unit",
626
+ expected: "(string | undefined)",
627
+ value: input3.unit
628
+ }), ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
629
+ path: _path2 + ".bins",
630
+ expected: "PresetNumericBins",
631
+ value: input3.bins
632
+ })) && $vo15(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
633
+ path: _path2 + ".bins",
634
+ expected: "PresetNumericBins",
635
+ value: input3.bins
636
+ })].every((flag) => flag);
637
+ const $vo14 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.minColor || $report(_exceptionable2, {
638
+ path: _path2 + ".minColor",
639
+ expected: "string",
640
+ value: input3.minColor
641
+ }), "string" === typeof input3.maxColor || $report(_exceptionable2, {
642
+ path: _path2 + ".maxColor",
643
+ expected: "string",
644
+ value: input3.maxColor
619
645
  })].every((flag) => flag);
620
- const $vo14 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3["default"] && null !== input3["default"] || $report(_exceptionable2, {
646
+ const $vo15 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3["default"] && null !== input3["default"] || $report(_exceptionable2, {
621
647
  path: _path2 + '["default"]',
622
648
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
623
649
  value: input3["default"]
624
- })) && $vu5(input3["default"], _path2 + '["default"]', _exceptionable2) || $report(_exceptionable2, {
650
+ })) && $vu6(input3["default"], _path2 + '["default"]', _exceptionable2) || $report(_exceptionable2, {
625
651
  path: _path2 + '["default"]',
626
652
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
627
653
  value: input3["default"]
@@ -629,7 +655,7 @@ var validNumericCategoriesRequest = (input) => {
629
655
  path: _path2 + ".less",
630
656
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
631
657
  value: input3.less
632
- })) && $vu5(input3.less, _path2 + ".less", _exceptionable2) || $report(_exceptionable2, {
658
+ })) && $vu6(input3.less, _path2 + ".less", _exceptionable2) || $report(_exceptionable2, {
633
659
  path: _path2 + ".less",
634
660
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
635
661
  value: input3.less
@@ -654,11 +680,11 @@ var validNumericCategoriesRequest = (input) => {
654
680
  expected: "(number | undefined)",
655
681
  value: input3.max
656
682
  })].every((flag) => flag);
657
- const $vo15 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
683
+ const $vo16 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
658
684
  path: _path2 + ".hiddenValues",
659
685
  expected: "(HiddenValues | undefined)",
660
686
  value: input3.hiddenValues
661
- })) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
687
+ })) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
662
688
  path: _path2 + ".hiddenValues",
663
689
  expected: "(HiddenValues | undefined)",
664
690
  value: input3.hiddenValues
@@ -690,7 +716,7 @@ var validNumericCategoriesRequest = (input) => {
690
716
  path: _path2 + ".first_bin",
691
717
  expected: "(FullyBoundedBin | StartUnboundedBin)",
692
718
  value: input3.first_bin
693
- })) && $vu6(input3.first_bin, _path2 + ".first_bin", _exceptionable2) || $report(_exceptionable2, {
719
+ })) && $vu7(input3.first_bin, _path2 + ".first_bin", _exceptionable2) || $report(_exceptionable2, {
694
720
  path: _path2 + ".first_bin",
695
721
  expected: "(FullyBoundedBin | StartUnboundedBin)",
696
722
  value: input3.first_bin
@@ -698,7 +724,7 @@ var validNumericCategoriesRequest = (input) => {
698
724
  path: _path2 + ".last_bin",
699
725
  expected: "(FullyBoundedBin | StopUnboundedBin | undefined)",
700
726
  value: input3.last_bin
701
- })) && $vu7(input3.last_bin, _path2 + ".last_bin", _exceptionable2) || $report(_exceptionable2, {
727
+ })) && $vu8(input3.last_bin, _path2 + ".last_bin", _exceptionable2) || $report(_exceptionable2, {
702
728
  path: _path2 + ".last_bin",
703
729
  expected: "(FullyBoundedBin | StopUnboundedBin | undefined)",
704
730
  value: input3.last_bin
@@ -707,7 +733,7 @@ var validNumericCategoriesRequest = (input) => {
707
733
  expected: "(number | undefined)",
708
734
  value: input3.label_offset
709
735
  })].every((flag) => flag);
710
- const $vo16 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
736
+ const $vo17 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
711
737
  const value = input3[key];
712
738
  if (void 0 === value)
713
739
  return true;
@@ -719,7 +745,7 @@ var validNumericCategoriesRequest = (input) => {
719
745
  });
720
746
  return true;
721
747
  }).every((flag) => flag)].every((flag) => flag);
722
- const $vo17 = (input3, _path2, _exceptionable2 = true) => [true === input3.startunbounded || $report(_exceptionable2, {
748
+ const $vo18 = (input3, _path2, _exceptionable2 = true) => [true === input3.startunbounded || $report(_exceptionable2, {
723
749
  path: _path2 + ".startunbounded",
724
750
  expected: "true",
725
751
  value: input3.startunbounded
@@ -744,7 +770,7 @@ var validNumericCategoriesRequest = (input) => {
744
770
  expected: "(string | undefined)",
745
771
  value: input3.label
746
772
  })].every((flag) => flag);
747
- const $vo18 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.startunbounded || false === input3.startunbounded || $report(_exceptionable2, {
773
+ const $vo19 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.startunbounded || false === input3.startunbounded || $report(_exceptionable2, {
748
774
  path: _path2 + ".startunbounded",
749
775
  expected: "(false | undefined)",
750
776
  value: input3.startunbounded
@@ -773,7 +799,7 @@ var validNumericCategoriesRequest = (input) => {
773
799
  expected: "(string | undefined)",
774
800
  value: input3.label
775
801
  })].every((flag) => flag);
776
- const $vo19 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.start || $report(_exceptionable2, {
802
+ const $vo20 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.start || $report(_exceptionable2, {
777
803
  path: _path2 + ".start",
778
804
  expected: "number",
779
805
  value: input3.start
@@ -798,11 +824,11 @@ var validNumericCategoriesRequest = (input) => {
798
824
  expected: "(string | undefined)",
799
825
  value: input3.label
800
826
  })].every((flag) => flag);
801
- const $vo20 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
827
+ const $vo21 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
802
828
  path: _path2 + ".hiddenValues",
803
829
  expected: "(HiddenValues | undefined)",
804
830
  value: input3.hiddenValues
805
- })) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
831
+ })) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
806
832
  path: _path2 + ".hiddenValues",
807
833
  expected: "(HiddenValues | undefined)",
808
834
  value: input3.hiddenValues
@@ -865,16 +891,351 @@ var validNumericCategoriesRequest = (input) => {
865
891
  expected: '("median" | undefined)',
866
892
  value: input3.preferredBins
867
893
  })].every((flag) => flag);
868
- const $vo21 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.minColor || $report(_exceptionable2, {
869
- path: _path2 + ".minColor",
894
+ const $vo22 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
895
+ path: _path2 + ".id",
870
896
  expected: "string",
871
- value: input3.minColor
872
- }), "string" === typeof input3.maxColor || $report(_exceptionable2, {
873
- path: _path2 + ".maxColor",
897
+ value: input3.id
898
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
899
+ path: _path2 + ".name",
874
900
  expected: "string",
875
- value: input3.maxColor
901
+ value: input3.name
902
+ }), "geneExpression" === input3.type || $report(_exceptionable2, {
903
+ path: _path2 + ".type",
904
+ expected: '"geneExpression"',
905
+ value: input3.type
906
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
907
+ path: _path2 + ".child_types",
908
+ expected: "(Array<string> | undefined)",
909
+ value: input3.child_types
910
+ })) && input3.child_types.map((elem, _index13) => "string" === typeof elem || $report(_exceptionable2, {
911
+ path: _path2 + ".child_types[" + _index13 + "]",
912
+ expected: "string",
913
+ value: elem
914
+ })).every((flag) => flag) || $report(_exceptionable2, {
915
+ path: _path2 + ".child_types",
916
+ expected: "(Array<string> | undefined)",
917
+ value: input3.child_types
918
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
919
+ path: _path2 + ".hashtmldetail",
920
+ expected: "(boolean | undefined)",
921
+ value: input3.hashtmldetail
922
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
923
+ path: _path2 + ".included_types",
924
+ expected: "(Array<string> | undefined)",
925
+ value: input3.included_types
926
+ })) && input3.included_types.map((elem, _index14) => "string" === typeof elem || $report(_exceptionable2, {
927
+ path: _path2 + ".included_types[" + _index14 + "]",
928
+ expected: "string",
929
+ value: elem
930
+ })).every((flag) => flag) || $report(_exceptionable2, {
931
+ path: _path2 + ".included_types",
932
+ expected: "(Array<string> | undefined)",
933
+ value: input3.included_types
934
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
935
+ path: _path2 + ".isleaf",
936
+ expected: "(boolean | undefined)",
937
+ value: input3.isleaf
938
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
939
+ path: _path2 + ".values",
940
+ expected: "(TermValues | undefined)",
941
+ value: input3.values
942
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
943
+ path: _path2 + ".values",
944
+ expected: "(TermValues | undefined)",
945
+ value: input3.values
946
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
947
+ path: _path2 + ".skipValuesBuild",
948
+ expected: "(boolean | undefined)",
949
+ value: input3.skipValuesBuild
950
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
951
+ path: _path2 + ".continuousColorScale",
952
+ expected: "(__type.o2 | undefined)",
953
+ value: input3.continuousColorScale
954
+ })) && $vo14(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
955
+ path: _path2 + ".continuousColorScale",
956
+ expected: "(__type.o2 | undefined)",
957
+ value: input3.continuousColorScale
958
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
959
+ path: _path2 + ".unit",
960
+ expected: "(string | undefined)",
961
+ value: input3.unit
962
+ }), "string" === typeof input3.gene || $report(_exceptionable2, {
963
+ path: _path2 + ".gene",
964
+ expected: "string",
965
+ value: input3.gene
966
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
967
+ path: _path2 + ".bins",
968
+ expected: "(PresetNumericBins | undefined)",
969
+ value: input3.bins
970
+ })) && $vo15(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
971
+ path: _path2 + ".bins",
972
+ expected: "(PresetNumericBins | undefined)",
973
+ value: input3.bins
974
+ }), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
975
+ path: _path2 + ".chr",
976
+ expected: "(string | undefined)",
977
+ value: input3.chr
978
+ }), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
979
+ path: _path2 + ".start",
980
+ expected: "(number | undefined)",
981
+ value: input3.start
982
+ }), void 0 === input3.stop || "number" === typeof input3.stop || $report(_exceptionable2, {
983
+ path: _path2 + ".stop",
984
+ expected: "(number | undefined)",
985
+ value: input3.stop
986
+ })].every((flag) => flag);
987
+ const $vo23 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
988
+ path: _path2 + ".id",
989
+ expected: "string",
990
+ value: input3.id
991
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
992
+ path: _path2 + ".name",
993
+ expected: "string",
994
+ value: input3.name
995
+ }), "metaboliteIntensity" === input3.type || $report(_exceptionable2, {
996
+ path: _path2 + ".type",
997
+ expected: '"metaboliteIntensity"',
998
+ value: input3.type
999
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1000
+ path: _path2 + ".child_types",
1001
+ expected: "(Array<string> | undefined)",
1002
+ value: input3.child_types
1003
+ })) && input3.child_types.map((elem, _index15) => "string" === typeof elem || $report(_exceptionable2, {
1004
+ path: _path2 + ".child_types[" + _index15 + "]",
1005
+ expected: "string",
1006
+ value: elem
1007
+ })).every((flag) => flag) || $report(_exceptionable2, {
1008
+ path: _path2 + ".child_types",
1009
+ expected: "(Array<string> | undefined)",
1010
+ value: input3.child_types
1011
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
1012
+ path: _path2 + ".hashtmldetail",
1013
+ expected: "(boolean | undefined)",
1014
+ value: input3.hashtmldetail
1015
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
1016
+ path: _path2 + ".included_types",
1017
+ expected: "(Array<string> | undefined)",
1018
+ value: input3.included_types
1019
+ })) && input3.included_types.map((elem, _index16) => "string" === typeof elem || $report(_exceptionable2, {
1020
+ path: _path2 + ".included_types[" + _index16 + "]",
1021
+ expected: "string",
1022
+ value: elem
1023
+ })).every((flag) => flag) || $report(_exceptionable2, {
1024
+ path: _path2 + ".included_types",
1025
+ expected: "(Array<string> | undefined)",
1026
+ value: input3.included_types
1027
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1028
+ path: _path2 + ".isleaf",
1029
+ expected: "(boolean | undefined)",
1030
+ value: input3.isleaf
1031
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1032
+ path: _path2 + ".values",
1033
+ expected: "(TermValues | undefined)",
1034
+ value: input3.values
1035
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1036
+ path: _path2 + ".values",
1037
+ expected: "(TermValues | undefined)",
1038
+ value: input3.values
1039
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
1040
+ path: _path2 + ".skipValuesBuild",
1041
+ expected: "(boolean | undefined)",
1042
+ value: input3.skipValuesBuild
1043
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1044
+ path: _path2 + ".continuousColorScale",
1045
+ expected: "(__type.o2 | undefined)",
1046
+ value: input3.continuousColorScale
1047
+ })) && $vo14(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1048
+ path: _path2 + ".continuousColorScale",
1049
+ expected: "(__type.o2 | undefined)",
1050
+ value: input3.continuousColorScale
1051
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1052
+ path: _path2 + ".unit",
1053
+ expected: "(string | undefined)",
1054
+ value: input3.unit
1055
+ }), "string" === typeof input3.metabolite || $report(_exceptionable2, {
1056
+ path: _path2 + ".metabolite",
1057
+ expected: "string",
1058
+ value: input3.metabolite
1059
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1060
+ path: _path2 + ".bins",
1061
+ expected: "(PresetNumericBins | undefined)",
1062
+ value: input3.bins
1063
+ })) && $vo15(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1064
+ path: _path2 + ".bins",
1065
+ expected: "(PresetNumericBins | undefined)",
1066
+ value: input3.bins
1067
+ })].every((flag) => flag);
1068
+ const $vo24 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1069
+ path: _path2 + ".id",
1070
+ expected: "string",
1071
+ value: input3.id
1072
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
1073
+ path: _path2 + ".name",
1074
+ expected: "string",
1075
+ value: input3.name
1076
+ }), "date" === input3.type || $report(_exceptionable2, {
1077
+ path: _path2 + ".type",
1078
+ expected: '"date"',
1079
+ value: input3.type
1080
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1081
+ path: _path2 + ".child_types",
1082
+ expected: "(Array<string> | undefined)",
1083
+ value: input3.child_types
1084
+ })) && input3.child_types.map((elem, _index17) => "string" === typeof elem || $report(_exceptionable2, {
1085
+ path: _path2 + ".child_types[" + _index17 + "]",
1086
+ expected: "string",
1087
+ value: elem
1088
+ })).every((flag) => flag) || $report(_exceptionable2, {
1089
+ path: _path2 + ".child_types",
1090
+ expected: "(Array<string> | undefined)",
1091
+ value: input3.child_types
1092
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
1093
+ path: _path2 + ".hashtmldetail",
1094
+ expected: "(boolean | undefined)",
1095
+ value: input3.hashtmldetail
1096
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
1097
+ path: _path2 + ".included_types",
1098
+ expected: "(Array<string> | undefined)",
1099
+ value: input3.included_types
1100
+ })) && input3.included_types.map((elem, _index18) => "string" === typeof elem || $report(_exceptionable2, {
1101
+ path: _path2 + ".included_types[" + _index18 + "]",
1102
+ expected: "string",
1103
+ value: elem
1104
+ })).every((flag) => flag) || $report(_exceptionable2, {
1105
+ path: _path2 + ".included_types",
1106
+ expected: "(Array<string> | undefined)",
1107
+ value: input3.included_types
1108
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1109
+ path: _path2 + ".isleaf",
1110
+ expected: "(boolean | undefined)",
1111
+ value: input3.isleaf
1112
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1113
+ path: _path2 + ".values",
1114
+ expected: "(TermValues | undefined)",
1115
+ value: input3.values
1116
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1117
+ path: _path2 + ".values",
1118
+ expected: "(TermValues | undefined)",
1119
+ value: input3.values
1120
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
1121
+ path: _path2 + ".skipValuesBuild",
1122
+ expected: "(boolean | undefined)",
1123
+ value: input3.skipValuesBuild
1124
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1125
+ path: _path2 + ".continuousColorScale",
1126
+ expected: "(__type.o2 | undefined)",
1127
+ value: input3.continuousColorScale
1128
+ })) && $vo14(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1129
+ path: _path2 + ".continuousColorScale",
1130
+ expected: "(__type.o2 | undefined)",
1131
+ value: input3.continuousColorScale
1132
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1133
+ path: _path2 + ".unit",
1134
+ expected: "(string | undefined)",
1135
+ value: input3.unit
1136
+ }), "string" === typeof input3.metabolite || $report(_exceptionable2, {
1137
+ path: _path2 + ".metabolite",
1138
+ expected: "string",
1139
+ value: input3.metabolite
1140
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1141
+ path: _path2 + ".bins",
1142
+ expected: "(PresetNumericBins | undefined)",
1143
+ value: input3.bins
1144
+ })) && $vo15(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1145
+ path: _path2 + ".bins",
1146
+ expected: "(PresetNumericBins | undefined)",
1147
+ value: input3.bins
876
1148
  })].every((flag) => flag);
877
- const $vo22 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1149
+ const $vo25 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1150
+ path: _path2 + ".id",
1151
+ expected: "string",
1152
+ value: input3.id
1153
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
1154
+ path: _path2 + ".name",
1155
+ expected: "string",
1156
+ value: input3.name
1157
+ }), "ssGSEA" === input3.type || $report(_exceptionable2, {
1158
+ path: _path2 + ".type",
1159
+ expected: '"ssGSEA"',
1160
+ value: input3.type
1161
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1162
+ path: _path2 + ".child_types",
1163
+ expected: "(Array<string> | undefined)",
1164
+ value: input3.child_types
1165
+ })) && input3.child_types.map((elem, _index19) => "string" === typeof elem || $report(_exceptionable2, {
1166
+ path: _path2 + ".child_types[" + _index19 + "]",
1167
+ expected: "string",
1168
+ value: elem
1169
+ })).every((flag) => flag) || $report(_exceptionable2, {
1170
+ path: _path2 + ".child_types",
1171
+ expected: "(Array<string> | undefined)",
1172
+ value: input3.child_types
1173
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
1174
+ path: _path2 + ".hashtmldetail",
1175
+ expected: "(boolean | undefined)",
1176
+ value: input3.hashtmldetail
1177
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
1178
+ path: _path2 + ".included_types",
1179
+ expected: "(Array<string> | undefined)",
1180
+ value: input3.included_types
1181
+ })) && input3.included_types.map((elem, _index20) => "string" === typeof elem || $report(_exceptionable2, {
1182
+ path: _path2 + ".included_types[" + _index20 + "]",
1183
+ expected: "string",
1184
+ value: elem
1185
+ })).every((flag) => flag) || $report(_exceptionable2, {
1186
+ path: _path2 + ".included_types",
1187
+ expected: "(Array<string> | undefined)",
1188
+ value: input3.included_types
1189
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1190
+ path: _path2 + ".isleaf",
1191
+ expected: "(boolean | undefined)",
1192
+ value: input3.isleaf
1193
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1194
+ path: _path2 + ".values",
1195
+ expected: "(TermValues | undefined)",
1196
+ value: input3.values
1197
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1198
+ path: _path2 + ".values",
1199
+ expected: "(TermValues | undefined)",
1200
+ value: input3.values
1201
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
1202
+ path: _path2 + ".skipValuesBuild",
1203
+ expected: "(boolean | undefined)",
1204
+ value: input3.skipValuesBuild
1205
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1206
+ path: _path2 + ".continuousColorScale",
1207
+ expected: "(__type.o2 | undefined)",
1208
+ value: input3.continuousColorScale
1209
+ })) && $vo14(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1210
+ path: _path2 + ".continuousColorScale",
1211
+ expected: "(__type.o2 | undefined)",
1212
+ value: input3.continuousColorScale
1213
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1214
+ path: _path2 + ".unit",
1215
+ expected: "(string | undefined)",
1216
+ value: input3.unit
1217
+ }), void 0 === input3.genes || (Array.isArray(input3.genes) || $report(_exceptionable2, {
1218
+ path: _path2 + ".genes",
1219
+ expected: "(Array<string> | undefined)",
1220
+ value: input3.genes
1221
+ })) && input3.genes.map((elem, _index21) => "string" === typeof elem || $report(_exceptionable2, {
1222
+ path: _path2 + ".genes[" + _index21 + "]",
1223
+ expected: "string",
1224
+ value: elem
1225
+ })).every((flag) => flag) || $report(_exceptionable2, {
1226
+ path: _path2 + ".genes",
1227
+ expected: "(Array<string> | undefined)",
1228
+ value: input3.genes
1229
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1230
+ path: _path2 + ".bins",
1231
+ expected: "(PresetNumericBins | undefined)",
1232
+ value: input3.bins
1233
+ })) && $vo15(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1234
+ path: _path2 + ".bins",
1235
+ expected: "(PresetNumericBins | undefined)",
1236
+ value: input3.bins
1237
+ })].every((flag) => flag);
1238
+ const $vo26 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
878
1239
  path: _path2 + ".key",
879
1240
  expected: "string",
880
1241
  value: input3.key
@@ -891,7 +1252,7 @@ var validNumericCategoriesRequest = (input) => {
891
1252
  expected: "(string | undefined)",
892
1253
  value: input3.label
893
1254
  })].every((flag) => flag);
894
- const $vo23 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1255
+ const $vo27 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
895
1256
  path: _path2 + ".join",
896
1257
  expected: "(string | undefined)",
897
1258
  value: input3.join
@@ -903,7 +1264,7 @@ var validNumericCategoriesRequest = (input) => {
903
1264
  path: _path2 + ".term",
904
1265
  expected: "ConditionTerm",
905
1266
  value: input3.term
906
- })) && $vo24(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1267
+ })) && $vo28(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
907
1268
  path: _path2 + ".term",
908
1269
  expected: "ConditionTerm",
909
1270
  value: input3.term
@@ -923,12 +1284,12 @@ var validNumericCategoriesRequest = (input) => {
923
1284
  path: _path2 + ".grade_and_child",
924
1285
  expected: "(Array<GradeAndChildEntry> | undefined)",
925
1286
  value: input3.grade_and_child
926
- })) && input3.grade_and_child.map((elem, _index13) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
927
- path: _path2 + ".grade_and_child[" + _index13 + "]",
1287
+ })) && input3.grade_and_child.map((elem, _index22) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1288
+ path: _path2 + ".grade_and_child[" + _index22 + "]",
928
1289
  expected: "GradeAndChildEntry",
929
1290
  value: elem
930
- })) && $vo25(elem, _path2 + ".grade_and_child[" + _index13 + "]", _exceptionable2) || $report(_exceptionable2, {
931
- path: _path2 + ".grade_and_child[" + _index13 + "]",
1291
+ })) && $vo29(elem, _path2 + ".grade_and_child[" + _index22 + "]", _exceptionable2) || $report(_exceptionable2, {
1292
+ path: _path2 + ".grade_and_child[" + _index22 + "]",
932
1293
  expected: "GradeAndChildEntry",
933
1294
  value: elem
934
1295
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -936,7 +1297,7 @@ var validNumericCategoriesRequest = (input) => {
936
1297
  expected: "(Array<GradeAndChildEntry> | undefined)",
937
1298
  value: input3.grade_and_child
938
1299
  })].every((flag) => flag);
939
- const $vo24 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1300
+ const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
940
1301
  path: _path2 + ".id",
941
1302
  expected: "string",
942
1303
  value: input3.id
@@ -952,8 +1313,8 @@ var validNumericCategoriesRequest = (input) => {
952
1313
  path: _path2 + ".child_types",
953
1314
  expected: "(Array<string> | undefined)",
954
1315
  value: input3.child_types
955
- })) && input3.child_types.map((elem, _index14) => "string" === typeof elem || $report(_exceptionable2, {
956
- path: _path2 + ".child_types[" + _index14 + "]",
1316
+ })) && input3.child_types.map((elem, _index23) => "string" === typeof elem || $report(_exceptionable2, {
1317
+ path: _path2 + ".child_types[" + _index23 + "]",
957
1318
  expected: "string",
958
1319
  value: elem
959
1320
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -968,8 +1329,8 @@ var validNumericCategoriesRequest = (input) => {
968
1329
  path: _path2 + ".included_types",
969
1330
  expected: "(Array<string> | undefined)",
970
1331
  value: input3.included_types
971
- })) && input3.included_types.map((elem, _index15) => "string" === typeof elem || $report(_exceptionable2, {
972
- path: _path2 + ".included_types[" + _index15 + "]",
1332
+ })) && input3.included_types.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
1333
+ path: _path2 + ".included_types[" + _index24 + "]",
973
1334
  expected: "string",
974
1335
  value: elem
975
1336
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -993,7 +1354,7 @@ var validNumericCategoriesRequest = (input) => {
993
1354
  expected: "(boolean | undefined)",
994
1355
  value: input3.skipValuesBuild
995
1356
  })].every((flag) => flag);
996
- const $vo25 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1357
+ const $vo29 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
997
1358
  path: _path2 + ".grade",
998
1359
  expected: "number",
999
1360
  value: input3.grade
@@ -1010,7 +1371,7 @@ var validNumericCategoriesRequest = (input) => {
1010
1371
  expected: "string",
1011
1372
  value: input3.child_label
1012
1373
  })].every((flag) => flag);
1013
- const $vo26 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1374
+ const $vo30 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1014
1375
  path: _path2 + ".join",
1015
1376
  expected: "(string | undefined)",
1016
1377
  value: input3.join
@@ -1022,7 +1383,7 @@ var validNumericCategoriesRequest = (input) => {
1022
1383
  path: _path2 + ".term",
1023
1384
  expected: "DtTerm",
1024
1385
  value: input3.term
1025
- })) && $vo27(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1386
+ })) && $vo31(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1026
1387
  path: _path2 + ".term",
1027
1388
  expected: "DtTerm",
1028
1389
  value: input3.term
@@ -1030,12 +1391,12 @@ var validNumericCategoriesRequest = (input) => {
1030
1391
  path: _path2 + ".values",
1031
1392
  expected: "Array<__type>.o2",
1032
1393
  value: input3.values
1033
- })) && input3.values.map((elem, _index16) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1034
- path: _path2 + ".values[" + _index16 + "]",
1394
+ })) && input3.values.map((elem, _index25) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1395
+ path: _path2 + ".values[" + _index25 + "]",
1035
1396
  expected: "__type.o4",
1036
1397
  value: elem
1037
- })) && $vo32(elem, _path2 + ".values[" + _index16 + "]", _exceptionable2) || $report(_exceptionable2, {
1038
- path: _path2 + ".values[" + _index16 + "]",
1398
+ })) && $vo36(elem, _path2 + ".values[" + _index25 + "]", _exceptionable2) || $report(_exceptionable2, {
1399
+ path: _path2 + ".values[" + _index25 + "]",
1039
1400
  expected: "__type.o4",
1040
1401
  value: elem
1041
1402
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1051,7 +1412,7 @@ var validNumericCategoriesRequest = (input) => {
1051
1412
  expected: "(boolean | undefined)",
1052
1413
  value: input3.excludeGeneName
1053
1414
  })].every((flag) => flag);
1054
- const $vo27 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1415
+ const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1055
1416
  path: _path2 + ".id",
1056
1417
  expected: "string",
1057
1418
  value: input3.id
@@ -1071,7 +1432,7 @@ var validNumericCategoriesRequest = (input) => {
1071
1432
  path: _path2 + ".parentTerm",
1072
1433
  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)',
1073
1434
  value: input3.parentTerm
1074
- })) && $vu8(input3.parentTerm, _path2 + ".parentTerm", _exceptionable2) || $report(_exceptionable2, {
1435
+ })) && $vu9(input3.parentTerm, _path2 + ".parentTerm", _exceptionable2) || $report(_exceptionable2, {
1075
1436
  path: _path2 + ".parentTerm",
1076
1437
  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)',
1077
1438
  value: input3.parentTerm
@@ -1100,7 +1461,7 @@ var validNumericCategoriesRequest = (input) => {
1100
1461
  expected: "TermValues",
1101
1462
  value: input3.values
1102
1463
  })].every((flag) => flag);
1103
- const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1464
+ const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1104
1465
  path: _path2 + ".id",
1105
1466
  expected: "string",
1106
1467
  value: input3.id
@@ -1116,8 +1477,8 @@ var validNumericCategoriesRequest = (input) => {
1116
1477
  path: _path2 + ".child_types",
1117
1478
  expected: "(Array<string> | undefined)",
1118
1479
  value: input3.child_types
1119
- })) && input3.child_types.map((elem, _index17) => "string" === typeof elem || $report(_exceptionable2, {
1120
- path: _path2 + ".child_types[" + _index17 + "]",
1480
+ })) && input3.child_types.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
1481
+ path: _path2 + ".child_types[" + _index26 + "]",
1121
1482
  expected: "string",
1122
1483
  value: elem
1123
1484
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1132,8 +1493,8 @@ var validNumericCategoriesRequest = (input) => {
1132
1493
  path: _path2 + ".included_types",
1133
1494
  expected: "(Array<string> | undefined)",
1134
1495
  value: input3.included_types
1135
- })) && input3.included_types.map((elem, _index18) => "string" === typeof elem || $report(_exceptionable2, {
1136
- path: _path2 + ".included_types[" + _index18 + "]",
1496
+ })) && input3.included_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
1497
+ path: _path2 + ".included_types[" + _index27 + "]",
1137
1498
  expected: "string",
1138
1499
  value: elem
1139
1500
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1180,12 +1541,12 @@ var validNumericCategoriesRequest = (input) => {
1180
1541
  path: _path2 + ".genes",
1181
1542
  expected: "Array<GvGeneTerm>",
1182
1543
  value: input3.genes
1183
- })) && input3.genes.map((elem, _index19) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1184
- path: _path2 + ".genes[" + _index19 + "]",
1544
+ })) && input3.genes.map((elem, _index28) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1545
+ path: _path2 + ".genes[" + _index28 + "]",
1185
1546
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1186
1547
  value: elem
1187
- })) && $vu3(elem, _path2 + ".genes[" + _index19 + "]", _exceptionable2) || $report(_exceptionable2, {
1188
- path: _path2 + ".genes[" + _index19 + "]",
1548
+ })) && $vu3(elem, _path2 + ".genes[" + _index28 + "]", _exceptionable2) || $report(_exceptionable2, {
1549
+ path: _path2 + ".genes[" + _index28 + "]",
1189
1550
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1190
1551
  value: elem
1191
1552
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1204,12 +1565,12 @@ var validNumericCategoriesRequest = (input) => {
1204
1565
  path: _path2 + ".childTerms",
1205
1566
  expected: "(Array<DtTerm> | undefined)",
1206
1567
  value: input3.childTerms
1207
- })) && input3.childTerms.map((elem, _index20) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1208
- path: _path2 + ".childTerms[" + _index20 + "]",
1568
+ })) && input3.childTerms.map((elem, _index29) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1569
+ path: _path2 + ".childTerms[" + _index29 + "]",
1209
1570
  expected: "DtTerm",
1210
1571
  value: elem
1211
- })) && $vo27(elem, _path2 + ".childTerms[" + _index20 + "]", _exceptionable2) || $report(_exceptionable2, {
1212
- path: _path2 + ".childTerms[" + _index20 + "]",
1572
+ })) && $vo31(elem, _path2 + ".childTerms[" + _index29 + "]", _exceptionable2) || $report(_exceptionable2, {
1573
+ path: _path2 + ".childTerms[" + _index29 + "]",
1213
1574
  expected: "DtTerm",
1214
1575
  value: elem
1215
1576
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1217,7 +1578,7 @@ var validNumericCategoriesRequest = (input) => {
1217
1578
  expected: "(Array<DtTerm> | undefined)",
1218
1579
  value: input3.childTerms
1219
1580
  })].every((flag) => flag);
1220
- const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1581
+ const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1221
1582
  path: _path2 + ".id",
1222
1583
  expected: "string",
1223
1584
  value: input3.id
@@ -1233,8 +1594,8 @@ var validNumericCategoriesRequest = (input) => {
1233
1594
  path: _path2 + ".child_types",
1234
1595
  expected: "(Array<string> | undefined)",
1235
1596
  value: input3.child_types
1236
- })) && input3.child_types.map((elem, _index21) => "string" === typeof elem || $report(_exceptionable2, {
1237
- path: _path2 + ".child_types[" + _index21 + "]",
1597
+ })) && input3.child_types.map((elem, _index30) => "string" === typeof elem || $report(_exceptionable2, {
1598
+ path: _path2 + ".child_types[" + _index30 + "]",
1238
1599
  expected: "string",
1239
1600
  value: elem
1240
1601
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1249,8 +1610,8 @@ var validNumericCategoriesRequest = (input) => {
1249
1610
  path: _path2 + ".included_types",
1250
1611
  expected: "(Array<string> | undefined)",
1251
1612
  value: input3.included_types
1252
- })) && input3.included_types.map((elem, _index22) => "string" === typeof elem || $report(_exceptionable2, {
1253
- path: _path2 + ".included_types[" + _index22 + "]",
1613
+ })) && input3.included_types.map((elem, _index31) => "string" === typeof elem || $report(_exceptionable2, {
1614
+ path: _path2 + ".included_types[" + _index31 + "]",
1254
1615
  expected: "string",
1255
1616
  value: elem
1256
1617
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1294,7 +1655,7 @@ var validNumericCategoriesRequest = (input) => {
1294
1655
  expected: "(number | undefined)",
1295
1656
  value: input3.stop
1296
1657
  })].every((flag) => flag);
1297
- const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1658
+ const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1298
1659
  path: _path2 + ".id",
1299
1660
  expected: "string",
1300
1661
  value: input3.id
@@ -1310,8 +1671,8 @@ var validNumericCategoriesRequest = (input) => {
1310
1671
  path: _path2 + ".child_types",
1311
1672
  expected: "(Array<string> | undefined)",
1312
1673
  value: input3.child_types
1313
- })) && input3.child_types.map((elem, _index23) => "string" === typeof elem || $report(_exceptionable2, {
1314
- path: _path2 + ".child_types[" + _index23 + "]",
1674
+ })) && input3.child_types.map((elem, _index32) => "string" === typeof elem || $report(_exceptionable2, {
1675
+ path: _path2 + ".child_types[" + _index32 + "]",
1315
1676
  expected: "string",
1316
1677
  value: elem
1317
1678
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1326,8 +1687,8 @@ var validNumericCategoriesRequest = (input) => {
1326
1687
  path: _path2 + ".included_types",
1327
1688
  expected: "(Array<string> | undefined)",
1328
1689
  value: input3.included_types
1329
- })) && input3.included_types.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
1330
- path: _path2 + ".included_types[" + _index24 + "]",
1690
+ })) && input3.included_types.map((elem, _index33) => "string" === typeof elem || $report(_exceptionable2, {
1691
+ path: _path2 + ".included_types[" + _index33 + "]",
1331
1692
  expected: "string",
1332
1693
  value: elem
1333
1694
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1367,7 +1728,7 @@ var validNumericCategoriesRequest = (input) => {
1367
1728
  expected: "number",
1368
1729
  value: input3.stop
1369
1730
  })].every((flag) => flag);
1370
- const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1731
+ const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1371
1732
  path: _path2 + ".id",
1372
1733
  expected: "string",
1373
1734
  value: input3.id
@@ -1383,8 +1744,8 @@ var validNumericCategoriesRequest = (input) => {
1383
1744
  path: _path2 + ".child_types",
1384
1745
  expected: "(Array<string> | undefined)",
1385
1746
  value: input3.child_types
1386
- })) && input3.child_types.map((elem, _index25) => "string" === typeof elem || $report(_exceptionable2, {
1387
- path: _path2 + ".child_types[" + _index25 + "]",
1747
+ })) && input3.child_types.map((elem, _index34) => "string" === typeof elem || $report(_exceptionable2, {
1748
+ path: _path2 + ".child_types[" + _index34 + "]",
1388
1749
  expected: "string",
1389
1750
  value: elem
1390
1751
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1399,8 +1760,8 @@ var validNumericCategoriesRequest = (input) => {
1399
1760
  path: _path2 + ".included_types",
1400
1761
  expected: "(Array<string> | undefined)",
1401
1762
  value: input3.included_types
1402
- })) && input3.included_types.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
1403
- path: _path2 + ".included_types[" + _index26 + "]",
1763
+ })) && input3.included_types.map((elem, _index35) => "string" === typeof elem || $report(_exceptionable2, {
1764
+ path: _path2 + ".included_types[" + _index35 + "]",
1404
1765
  expected: "string",
1405
1766
  value: elem
1406
1767
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1443,12 +1804,12 @@ var validNumericCategoriesRequest = (input) => {
1443
1804
  path: _path2 + ".genes",
1444
1805
  expected: "Array<GvGeneTerm>",
1445
1806
  value: input3.genes
1446
- })) && input3.genes.map((elem, _index27) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1447
- path: _path2 + ".genes[" + _index27 + "]",
1807
+ })) && input3.genes.map((elem, _index36) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1808
+ path: _path2 + ".genes[" + _index36 + "]",
1448
1809
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1449
1810
  value: elem
1450
- })) && $vu3(elem, _path2 + ".genes[" + _index27 + "]", _exceptionable2) || $report(_exceptionable2, {
1451
- path: _path2 + ".genes[" + _index27 + "]",
1811
+ })) && $vu3(elem, _path2 + ".genes[" + _index36 + "]", _exceptionable2) || $report(_exceptionable2, {
1812
+ path: _path2 + ".genes[" + _index36 + "]",
1452
1813
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1453
1814
  value: elem
1454
1815
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1467,12 +1828,12 @@ var validNumericCategoriesRequest = (input) => {
1467
1828
  path: _path2 + ".childTerms",
1468
1829
  expected: "(Array<DtTerm> | undefined)",
1469
1830
  value: input3.childTerms
1470
- })) && input3.childTerms.map((elem, _index28) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1471
- path: _path2 + ".childTerms[" + _index28 + "]",
1831
+ })) && input3.childTerms.map((elem, _index37) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1832
+ path: _path2 + ".childTerms[" + _index37 + "]",
1472
1833
  expected: "DtTerm",
1473
1834
  value: elem
1474
- })) && $vo27(elem, _path2 + ".childTerms[" + _index28 + "]", _exceptionable2) || $report(_exceptionable2, {
1475
- path: _path2 + ".childTerms[" + _index28 + "]",
1835
+ })) && $vo31(elem, _path2 + ".childTerms[" + _index37 + "]", _exceptionable2) || $report(_exceptionable2, {
1836
+ path: _path2 + ".childTerms[" + _index37 + "]",
1476
1837
  expected: "DtTerm",
1477
1838
  value: elem
1478
1839
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1480,7 +1841,7 @@ var validNumericCategoriesRequest = (input) => {
1480
1841
  expected: "(Array<DtTerm> | undefined)",
1481
1842
  value: input3.childTerms
1482
1843
  })].every((flag) => flag);
1483
- const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1844
+ const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1484
1845
  path: _path2 + ".key",
1485
1846
  expected: "string",
1486
1847
  value: input3.key
@@ -1517,16 +1878,16 @@ var validNumericCategoriesRequest = (input) => {
1517
1878
  })();
1518
1879
  const $vu2 = (input3, _path2, _exceptionable2 = true) => (() => {
1519
1880
  if (true === input3.startunbounded)
1520
- return $vo17(input3, _path2, _exceptionable2);
1881
+ return $vo18(input3, _path2, _exceptionable2);
1521
1882
  if (true === input3.stopunbounded)
1522
- return $vo19(input3, _path2, _exceptionable2);
1523
- return $vo18(input3, _path2, _exceptionable2);
1883
+ return $vo20(input3, _path2, _exceptionable2);
1884
+ return $vo19(input3, _path2, _exceptionable2);
1524
1885
  })();
1525
1886
  const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
1526
1887
  if ("gene" === input3.kind)
1527
- return $vo29(input3, _path2, _exceptionable2);
1888
+ return $vo33(input3, _path2, _exceptionable2);
1528
1889
  if ("coord" === input3.kind)
1529
- return $vo30(input3, _path2, _exceptionable2);
1890
+ return $vo34(input3, _path2, _exceptionable2);
1530
1891
  return $report(_exceptionable2, {
1531
1892
  path: _path2,
1532
1893
  expected: "(BaseTerm & Gene | BaseTerm & Coord)",
@@ -1536,46 +1897,63 @@ var validNumericCategoriesRequest = (input) => {
1536
1897
  const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
1537
1898
  if (void 0 !== input3.ranges)
1538
1899
  return $vo12(input3, _path2, _exceptionable2);
1539
- return $vo3(input3, _path2, false) || $vo23(input3, _path2, false) || $vo26(input3, _path2, false);
1900
+ return $vo3(input3, _path2, false) || $vo27(input3, _path2, false) || $vo30(input3, _path2, false);
1540
1901
  })();
1541
1902
  const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
1903
+ if ("integer" === input3.type || "float" === input3.type)
1904
+ return $vo13(input3, _path2, _exceptionable2);
1905
+ if ("geneExpression" === input3.type)
1906
+ return $vo22(input3, _path2, _exceptionable2);
1907
+ if ("date" === input3.type)
1908
+ return $vo24(input3, _path2, _exceptionable2);
1909
+ if ("metaboliteIntensity" === input3.type)
1910
+ return $vo23(input3, _path2, _exceptionable2);
1911
+ if ("ssGSEA" === input3.type)
1912
+ return $vo25(input3, _path2, _exceptionable2);
1913
+ return $report(_exceptionable2, {
1914
+ path: _path2,
1915
+ expected: "(NumericDictTerm | GeneExpressionTerm | DateTerm | MetaboliteIntensityTerm | SsGSEATerm)",
1916
+ value: input3
1917
+ });
1918
+ })();
1919
+ const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
1542
1920
  if ("regular-bin" === input3.type)
1543
- return $vo15(input3, _path2, _exceptionable2);
1921
+ return $vo16(input3, _path2, _exceptionable2);
1544
1922
  if ("custom-bin" === input3.type)
1545
- return $vo20(input3, _path2, _exceptionable2);
1923
+ return $vo21(input3, _path2, _exceptionable2);
1546
1924
  return $report(_exceptionable2, {
1547
1925
  path: _path2,
1548
1926
  expected: "(RegularNumericBinConfig | CustomNumericBinConfig)",
1549
1927
  value: input3
1550
1928
  });
1551
1929
  })();
1552
- const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
1930
+ const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
1553
1931
  if (true === input3.startunbounded)
1554
- return $vo17(input3, _path2, _exceptionable2);
1555
- if (void 0 !== input3.start)
1556
1932
  return $vo18(input3, _path2, _exceptionable2);
1933
+ if (void 0 !== input3.start)
1934
+ return $vo19(input3, _path2, _exceptionable2);
1557
1935
  return $report(_exceptionable2, {
1558
1936
  path: _path2,
1559
1937
  expected: "(StartUnboundedBin | FullyBoundedBin)",
1560
1938
  value: input3
1561
1939
  });
1562
1940
  })();
1563
- const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
1941
+ const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
1564
1942
  if (void 0 !== input3.stop)
1565
- return $vo18(input3, _path2, _exceptionable2);
1566
- if (true === input3.stopunbounded)
1567
1943
  return $vo19(input3, _path2, _exceptionable2);
1944
+ if (true === input3.stopunbounded)
1945
+ return $vo20(input3, _path2, _exceptionable2);
1568
1946
  return $report(_exceptionable2, {
1569
1947
  path: _path2,
1570
1948
  expected: "(FullyBoundedBin | StopUnboundedBin)",
1571
1949
  value: input3
1572
1950
  });
1573
1951
  })();
1574
- const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
1952
+ const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
1575
1953
  if ("gene" === input3.kind)
1576
- return $vo28(input3, _path2, _exceptionable2);
1954
+ return $vo32(input3, _path2, _exceptionable2);
1577
1955
  if ("coord" === input3.kind)
1578
- return $vo31(input3, _path2, _exceptionable2);
1956
+ return $vo35(input3, _path2, _exceptionable2);
1579
1957
  return $report(_exceptionable2, {
1580
1958
  path: _path2,
1581
1959
  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; })',