@sjcrh/proteinpaint-types 2.140.1 → 2.141.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. package/dist/brainImaging.js +1 -1
  2. package/dist/{chunk-PPFFVFUI.js → chunk-424IUJWR.js} +355 -89
  3. package/dist/{chunk-EWON4FG5.js → chunk-56JQGGZJ.js} +2920 -2808
  4. package/dist/{chunk-WKT3H4P4.js → chunk-77RH7U6G.js} +1380 -582
  5. package/dist/{chunk-XXHHUIEV.js → chunk-EOBFYFLQ.js} +2314 -1950
  6. package/dist/{chunk-IDP5KXE6.js → chunk-I7FTK55B.js} +1973 -1609
  7. package/dist/{chunk-ZA3FDGAD.js → chunk-KEJROUTM.js} +744 -212
  8. package/dist/{chunk-FZJ3E7JA.js → chunk-QWAPDNYB.js} +2502 -2138
  9. package/dist/{chunk-KS74VVON.js → chunk-S6OBK4RE.js} +355 -89
  10. package/dist/{chunk-ECF6WSOD.js → chunk-T3GTEGQN.js} +355 -89
  11. package/dist/{chunk-BWLSDIHM.js → chunk-UYBVE3DL.js} +2489 -2125
  12. package/dist/{chunk-2WLN6PMW.js → chunk-VMQUAU5V.js} +2497 -2133
  13. package/dist/{chunk-AADDTYUL.js → chunk-WCWYMCZD.js} +355 -89
  14. package/dist/correlationVolcano.js +1 -1
  15. package/dist/index.js +12 -12
  16. package/dist/termdb.boxplot.js +1 -1
  17. package/dist/termdb.categories.js +1 -1
  18. package/dist/termdb.cluster.js +1 -1
  19. package/dist/termdb.descrstats.js +1 -1
  20. package/dist/termdb.numericcategories.js +1 -1
  21. package/dist/termdb.percentile.js +1 -1
  22. package/dist/termdb.termsbyids.js +1 -1
  23. package/dist/termdb.topTermsByType.js +1 -1
  24. package/dist/termdb.topVariablyExpressedGenes.js +1 -1
  25. package/dist/termdb.violin.js +1 -1
  26. package/package.json +1 -2
  27. package/src/dataset.ts +4 -2
  28. package/src/genome.ts +2 -2
  29. package/src/index.ts +1 -0
  30. package/src/terms/categorical.ts +0 -8
  31. package/src/terms/condition.ts +4 -3
  32. package/src/terms/date.ts +18 -0
  33. package/src/terms/geneExpression.ts +2 -12
  34. package/src/terms/geneVariant.ts +3 -0
  35. package/src/terms/metaboliteIntensity.ts +7 -20
  36. package/src/terms/numeric.ts +12 -22
  37. package/src/terms/snp.ts +7 -7
  38. package/src/terms/snps.ts +1 -0
  39. package/src/terms/ssGSEA.ts +7 -13
  40. package/src/terms/tw.ts +11 -6
  41. package/src/terms/updated-types.ts +0 -10
@@ -43,8 +43,8 @@ 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 && $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 && $io23(elem)));
47
- const $io13 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type || "date" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $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));
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
48
  const $io14 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
49
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
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);
@@ -61,17 +61,20 @@ var validNumericCategoriesRequest = (input) => {
61
61
  const $io20 = (input3) => "number" === typeof input3.start && true === input3.stopunbounded && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && (void 0 === input3.startunbounded || false === input3.startunbounded) && (void 0 === input3.stopinclusive || false === input3.stopinclusive) && (void 0 === input3.label || "string" === typeof input3.label);
62
62
  const $io21 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io17(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "custom-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && (Array.isArray(input3.lst) && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu2(input3.lst[0]) && (Array.isArray(input3.lst.slice(1)) && input3.lst.slice(1).every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))))) && (void 0 === input3.preferredBins || "median" === input3.preferredBins);
63
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.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
65
- const $io24 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io25(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 && $io26(elem)));
66
- const $io25 = (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);
67
- const $io26 = (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;
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)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io33(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName);
69
- const $io28 = (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));
70
- const $io29 = (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 && $io28(elem)));
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) && "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);
72
- const $io31 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $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;
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) && "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 && $io28(elem)));
74
- const $io33 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
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;
75
78
  const $iu0 = (input3) => (() => {
76
79
  if ("tvslst" === input3.type)
77
80
  return $io1(input3);
@@ -95,9 +98,9 @@ var validNumericCategoriesRequest = (input) => {
95
98
  })();
96
99
  const $iu3 = (input3) => (() => {
97
100
  if ("gene" === input3.kind)
98
- return $io30(input3);
101
+ return $io33(input3);
99
102
  if ("coord" === input3.kind)
100
- return $io31(input3);
103
+ return $io34(input3);
101
104
  return false;
102
105
  })();
103
106
  const $iu4 = (input3) => (() => {
@@ -106,18 +109,24 @@ var validNumericCategoriesRequest = (input) => {
106
109
  return (() => {
107
110
  if ($io3(input3))
108
111
  return $io3(input3);
109
- if ($io24(input3))
110
- return $io24(input3);
111
112
  if ($io27(input3))
112
113
  return $io27(input3);
114
+ if ($io30(input3))
115
+ return $io30(input3);
113
116
  return false;
114
117
  })();
115
118
  })();
116
119
  const $iu5 = (input3) => (() => {
117
- if ("integer" === input3.type || "float" === input3.type || "date" === input3.type)
120
+ if ("integer" === input3.type || "float" === input3.type)
118
121
  return $io13(input3);
119
122
  if ("geneExpression" === input3.type)
120
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);
121
130
  return false;
122
131
  })();
123
132
  const $iu6 = (input3) => (() => {
@@ -143,9 +152,9 @@ var validNumericCategoriesRequest = (input) => {
143
152
  })();
144
153
  const $iu9 = (input3) => (() => {
145
154
  if ("gene" === input3.kind)
146
- return $io29(input3);
147
- if ("coord" === input3.kind)
148
155
  return $io32(input3);
156
+ if ("coord" === input3.kind)
157
+ return $io35(input3);
149
158
  return false;
150
159
  })();
151
160
  return "object" === typeof input2 && null !== input2 && $io0(input2);
@@ -509,11 +518,11 @@ var validNumericCategoriesRequest = (input) => {
509
518
  value: input3.isnot
510
519
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
511
520
  path: _path2 + ".term",
512
- expected: "(GeneExpressionTerm | NumericDictTerm)",
521
+ expected: "(DateTerm | GeneExpressionTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)",
513
522
  value: input3.term
514
523
  })) && $vu5(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
515
524
  path: _path2 + ".term",
516
- expected: "(GeneExpressionTerm | NumericDictTerm)",
525
+ expected: "(DateTerm | GeneExpressionTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)",
517
526
  value: input3.term
518
527
  }), (Array.isArray(input3.ranges) || $report(_exceptionable2, {
519
528
  path: _path2 + ".ranges",
@@ -539,7 +548,7 @@ var validNumericCategoriesRequest = (input) => {
539
548
  path: _path2 + ".values[" + _index9 + "]",
540
549
  expected: "__type.o3",
541
550
  value: elem
542
- })) && $vo23(elem, _path2 + ".values[" + _index9 + "]", _exceptionable2) || $report(_exceptionable2, {
551
+ })) && $vo26(elem, _path2 + ".values[" + _index9 + "]", _exceptionable2) || $report(_exceptionable2, {
543
552
  path: _path2 + ".values[" + _index9 + "]",
544
553
  expected: "__type.o3",
545
554
  value: elem
@@ -556,9 +565,9 @@ var validNumericCategoriesRequest = (input) => {
556
565
  path: _path2 + ".name",
557
566
  expected: "string",
558
567
  value: input3.name
559
- }), "integer" === input3.type || "float" === input3.type || "date" === input3.type || $report(_exceptionable2, {
568
+ }), "integer" === input3.type || "float" === input3.type || $report(_exceptionable2, {
560
569
  path: _path2 + ".type",
561
- expected: '("date" | "float" | "integer")',
570
+ expected: '("float" | "integer")',
562
571
  value: input3.type
563
572
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
564
573
  path: _path2 + ".child_types",
@@ -975,7 +984,258 @@ var validNumericCategoriesRequest = (input) => {
975
984
  expected: "(number | undefined)",
976
985
  value: input3.stop
977
986
  })].every((flag) => flag);
978
- const $vo23 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
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
1148
+ })].every((flag) => flag);
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, {
979
1239
  path: _path2 + ".key",
980
1240
  expected: "string",
981
1241
  value: input3.key
@@ -992,7 +1252,7 @@ var validNumericCategoriesRequest = (input) => {
992
1252
  expected: "(string | undefined)",
993
1253
  value: input3.label
994
1254
  })].every((flag) => flag);
995
- const $vo24 = (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, {
996
1256
  path: _path2 + ".join",
997
1257
  expected: "(string | undefined)",
998
1258
  value: input3.join
@@ -1004,7 +1264,7 @@ var validNumericCategoriesRequest = (input) => {
1004
1264
  path: _path2 + ".term",
1005
1265
  expected: "ConditionTerm",
1006
1266
  value: input3.term
1007
- })) && $vo25(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1267
+ })) && $vo28(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1008
1268
  path: _path2 + ".term",
1009
1269
  expected: "ConditionTerm",
1010
1270
  value: input3.term
@@ -1024,12 +1284,12 @@ var validNumericCategoriesRequest = (input) => {
1024
1284
  path: _path2 + ".grade_and_child",
1025
1285
  expected: "(Array<GradeAndChildEntry> | undefined)",
1026
1286
  value: input3.grade_and_child
1027
- })) && input3.grade_and_child.map((elem, _index15) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1028
- path: _path2 + ".grade_and_child[" + _index15 + "]",
1287
+ })) && input3.grade_and_child.map((elem, _index22) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1288
+ path: _path2 + ".grade_and_child[" + _index22 + "]",
1029
1289
  expected: "GradeAndChildEntry",
1030
1290
  value: elem
1031
- })) && $vo26(elem, _path2 + ".grade_and_child[" + _index15 + "]", _exceptionable2) || $report(_exceptionable2, {
1032
- path: _path2 + ".grade_and_child[" + _index15 + "]",
1291
+ })) && $vo29(elem, _path2 + ".grade_and_child[" + _index22 + "]", _exceptionable2) || $report(_exceptionable2, {
1292
+ path: _path2 + ".grade_and_child[" + _index22 + "]",
1033
1293
  expected: "GradeAndChildEntry",
1034
1294
  value: elem
1035
1295
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1037,7 +1297,7 @@ var validNumericCategoriesRequest = (input) => {
1037
1297
  expected: "(Array<GradeAndChildEntry> | undefined)",
1038
1298
  value: input3.grade_and_child
1039
1299
  })].every((flag) => flag);
1040
- const $vo25 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1300
+ const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1041
1301
  path: _path2 + ".id",
1042
1302
  expected: "string",
1043
1303
  value: input3.id
@@ -1053,8 +1313,8 @@ var validNumericCategoriesRequest = (input) => {
1053
1313
  path: _path2 + ".child_types",
1054
1314
  expected: "(Array<string> | undefined)",
1055
1315
  value: input3.child_types
1056
- })) && input3.child_types.map((elem, _index16) => "string" === typeof elem || $report(_exceptionable2, {
1057
- path: _path2 + ".child_types[" + _index16 + "]",
1316
+ })) && input3.child_types.map((elem, _index23) => "string" === typeof elem || $report(_exceptionable2, {
1317
+ path: _path2 + ".child_types[" + _index23 + "]",
1058
1318
  expected: "string",
1059
1319
  value: elem
1060
1320
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1069,8 +1329,8 @@ var validNumericCategoriesRequest = (input) => {
1069
1329
  path: _path2 + ".included_types",
1070
1330
  expected: "(Array<string> | undefined)",
1071
1331
  value: input3.included_types
1072
- })) && input3.included_types.map((elem, _index17) => "string" === typeof elem || $report(_exceptionable2, {
1073
- path: _path2 + ".included_types[" + _index17 + "]",
1332
+ })) && input3.included_types.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
1333
+ path: _path2 + ".included_types[" + _index24 + "]",
1074
1334
  expected: "string",
1075
1335
  value: elem
1076
1336
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1094,7 +1354,7 @@ var validNumericCategoriesRequest = (input) => {
1094
1354
  expected: "(boolean | undefined)",
1095
1355
  value: input3.skipValuesBuild
1096
1356
  })].every((flag) => flag);
1097
- const $vo26 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1357
+ const $vo29 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1098
1358
  path: _path2 + ".grade",
1099
1359
  expected: "number",
1100
1360
  value: input3.grade
@@ -1111,7 +1371,7 @@ var validNumericCategoriesRequest = (input) => {
1111
1371
  expected: "string",
1112
1372
  value: input3.child_label
1113
1373
  })].every((flag) => flag);
1114
- const $vo27 = (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, {
1115
1375
  path: _path2 + ".join",
1116
1376
  expected: "(string | undefined)",
1117
1377
  value: input3.join
@@ -1123,7 +1383,7 @@ var validNumericCategoriesRequest = (input) => {
1123
1383
  path: _path2 + ".term",
1124
1384
  expected: "DtTerm",
1125
1385
  value: input3.term
1126
- })) && $vo28(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1386
+ })) && $vo31(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1127
1387
  path: _path2 + ".term",
1128
1388
  expected: "DtTerm",
1129
1389
  value: input3.term
@@ -1131,12 +1391,12 @@ var validNumericCategoriesRequest = (input) => {
1131
1391
  path: _path2 + ".values",
1132
1392
  expected: "Array<__type>.o2",
1133
1393
  value: input3.values
1134
- })) && input3.values.map((elem, _index18) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1135
- path: _path2 + ".values[" + _index18 + "]",
1394
+ })) && input3.values.map((elem, _index25) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1395
+ path: _path2 + ".values[" + _index25 + "]",
1136
1396
  expected: "__type.o4",
1137
1397
  value: elem
1138
- })) && $vo33(elem, _path2 + ".values[" + _index18 + "]", _exceptionable2) || $report(_exceptionable2, {
1139
- path: _path2 + ".values[" + _index18 + "]",
1398
+ })) && $vo36(elem, _path2 + ".values[" + _index25 + "]", _exceptionable2) || $report(_exceptionable2, {
1399
+ path: _path2 + ".values[" + _index25 + "]",
1140
1400
  expected: "__type.o4",
1141
1401
  value: elem
1142
1402
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1152,7 +1412,7 @@ var validNumericCategoriesRequest = (input) => {
1152
1412
  expected: "(boolean | undefined)",
1153
1413
  value: input3.excludeGeneName
1154
1414
  })].every((flag) => flag);
1155
- const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1415
+ const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1156
1416
  path: _path2 + ".id",
1157
1417
  expected: "string",
1158
1418
  value: input3.id
@@ -1201,7 +1461,7 @@ var validNumericCategoriesRequest = (input) => {
1201
1461
  expected: "TermValues",
1202
1462
  value: input3.values
1203
1463
  })].every((flag) => flag);
1204
- const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1464
+ const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1205
1465
  path: _path2 + ".id",
1206
1466
  expected: "string",
1207
1467
  value: input3.id
@@ -1217,8 +1477,8 @@ var validNumericCategoriesRequest = (input) => {
1217
1477
  path: _path2 + ".child_types",
1218
1478
  expected: "(Array<string> | undefined)",
1219
1479
  value: input3.child_types
1220
- })) && input3.child_types.map((elem, _index19) => "string" === typeof elem || $report(_exceptionable2, {
1221
- path: _path2 + ".child_types[" + _index19 + "]",
1480
+ })) && input3.child_types.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
1481
+ path: _path2 + ".child_types[" + _index26 + "]",
1222
1482
  expected: "string",
1223
1483
  value: elem
1224
1484
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1233,8 +1493,8 @@ var validNumericCategoriesRequest = (input) => {
1233
1493
  path: _path2 + ".included_types",
1234
1494
  expected: "(Array<string> | undefined)",
1235
1495
  value: input3.included_types
1236
- })) && input3.included_types.map((elem, _index20) => "string" === typeof elem || $report(_exceptionable2, {
1237
- path: _path2 + ".included_types[" + _index20 + "]",
1496
+ })) && input3.included_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
1497
+ path: _path2 + ".included_types[" + _index27 + "]",
1238
1498
  expected: "string",
1239
1499
  value: elem
1240
1500
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1281,12 +1541,12 @@ var validNumericCategoriesRequest = (input) => {
1281
1541
  path: _path2 + ".genes",
1282
1542
  expected: "Array<GvGeneTerm>",
1283
1543
  value: input3.genes
1284
- })) && input3.genes.map((elem, _index21) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1285
- path: _path2 + ".genes[" + _index21 + "]",
1544
+ })) && input3.genes.map((elem, _index28) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1545
+ path: _path2 + ".genes[" + _index28 + "]",
1286
1546
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1287
1547
  value: elem
1288
- })) && $vu3(elem, _path2 + ".genes[" + _index21 + "]", _exceptionable2) || $report(_exceptionable2, {
1289
- path: _path2 + ".genes[" + _index21 + "]",
1548
+ })) && $vu3(elem, _path2 + ".genes[" + _index28 + "]", _exceptionable2) || $report(_exceptionable2, {
1549
+ path: _path2 + ".genes[" + _index28 + "]",
1290
1550
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1291
1551
  value: elem
1292
1552
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1305,12 +1565,12 @@ var validNumericCategoriesRequest = (input) => {
1305
1565
  path: _path2 + ".childTerms",
1306
1566
  expected: "(Array<DtTerm> | undefined)",
1307
1567
  value: input3.childTerms
1308
- })) && input3.childTerms.map((elem, _index22) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1309
- path: _path2 + ".childTerms[" + _index22 + "]",
1568
+ })) && input3.childTerms.map((elem, _index29) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1569
+ path: _path2 + ".childTerms[" + _index29 + "]",
1310
1570
  expected: "DtTerm",
1311
1571
  value: elem
1312
- })) && $vo28(elem, _path2 + ".childTerms[" + _index22 + "]", _exceptionable2) || $report(_exceptionable2, {
1313
- path: _path2 + ".childTerms[" + _index22 + "]",
1572
+ })) && $vo31(elem, _path2 + ".childTerms[" + _index29 + "]", _exceptionable2) || $report(_exceptionable2, {
1573
+ path: _path2 + ".childTerms[" + _index29 + "]",
1314
1574
  expected: "DtTerm",
1315
1575
  value: elem
1316
1576
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1318,7 +1578,7 @@ var validNumericCategoriesRequest = (input) => {
1318
1578
  expected: "(Array<DtTerm> | undefined)",
1319
1579
  value: input3.childTerms
1320
1580
  })].every((flag) => flag);
1321
- const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1581
+ const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1322
1582
  path: _path2 + ".id",
1323
1583
  expected: "string",
1324
1584
  value: input3.id
@@ -1334,8 +1594,8 @@ var validNumericCategoriesRequest = (input) => {
1334
1594
  path: _path2 + ".child_types",
1335
1595
  expected: "(Array<string> | undefined)",
1336
1596
  value: input3.child_types
1337
- })) && input3.child_types.map((elem, _index23) => "string" === typeof elem || $report(_exceptionable2, {
1338
- path: _path2 + ".child_types[" + _index23 + "]",
1597
+ })) && input3.child_types.map((elem, _index30) => "string" === typeof elem || $report(_exceptionable2, {
1598
+ path: _path2 + ".child_types[" + _index30 + "]",
1339
1599
  expected: "string",
1340
1600
  value: elem
1341
1601
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1350,8 +1610,8 @@ var validNumericCategoriesRequest = (input) => {
1350
1610
  path: _path2 + ".included_types",
1351
1611
  expected: "(Array<string> | undefined)",
1352
1612
  value: input3.included_types
1353
- })) && input3.included_types.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
1354
- path: _path2 + ".included_types[" + _index24 + "]",
1613
+ })) && input3.included_types.map((elem, _index31) => "string" === typeof elem || $report(_exceptionable2, {
1614
+ path: _path2 + ".included_types[" + _index31 + "]",
1355
1615
  expected: "string",
1356
1616
  value: elem
1357
1617
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1395,7 +1655,7 @@ var validNumericCategoriesRequest = (input) => {
1395
1655
  expected: "(number | undefined)",
1396
1656
  value: input3.stop
1397
1657
  })].every((flag) => flag);
1398
- const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1658
+ const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1399
1659
  path: _path2 + ".id",
1400
1660
  expected: "string",
1401
1661
  value: input3.id
@@ -1411,8 +1671,8 @@ var validNumericCategoriesRequest = (input) => {
1411
1671
  path: _path2 + ".child_types",
1412
1672
  expected: "(Array<string> | undefined)",
1413
1673
  value: input3.child_types
1414
- })) && input3.child_types.map((elem, _index25) => "string" === typeof elem || $report(_exceptionable2, {
1415
- path: _path2 + ".child_types[" + _index25 + "]",
1674
+ })) && input3.child_types.map((elem, _index32) => "string" === typeof elem || $report(_exceptionable2, {
1675
+ path: _path2 + ".child_types[" + _index32 + "]",
1416
1676
  expected: "string",
1417
1677
  value: elem
1418
1678
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1427,8 +1687,8 @@ var validNumericCategoriesRequest = (input) => {
1427
1687
  path: _path2 + ".included_types",
1428
1688
  expected: "(Array<string> | undefined)",
1429
1689
  value: input3.included_types
1430
- })) && input3.included_types.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
1431
- path: _path2 + ".included_types[" + _index26 + "]",
1690
+ })) && input3.included_types.map((elem, _index33) => "string" === typeof elem || $report(_exceptionable2, {
1691
+ path: _path2 + ".included_types[" + _index33 + "]",
1432
1692
  expected: "string",
1433
1693
  value: elem
1434
1694
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1468,7 +1728,7 @@ var validNumericCategoriesRequest = (input) => {
1468
1728
  expected: "number",
1469
1729
  value: input3.stop
1470
1730
  })].every((flag) => flag);
1471
- const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1731
+ const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1472
1732
  path: _path2 + ".id",
1473
1733
  expected: "string",
1474
1734
  value: input3.id
@@ -1484,8 +1744,8 @@ var validNumericCategoriesRequest = (input) => {
1484
1744
  path: _path2 + ".child_types",
1485
1745
  expected: "(Array<string> | undefined)",
1486
1746
  value: input3.child_types
1487
- })) && input3.child_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
1488
- path: _path2 + ".child_types[" + _index27 + "]",
1747
+ })) && input3.child_types.map((elem, _index34) => "string" === typeof elem || $report(_exceptionable2, {
1748
+ path: _path2 + ".child_types[" + _index34 + "]",
1489
1749
  expected: "string",
1490
1750
  value: elem
1491
1751
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1500,8 +1760,8 @@ var validNumericCategoriesRequest = (input) => {
1500
1760
  path: _path2 + ".included_types",
1501
1761
  expected: "(Array<string> | undefined)",
1502
1762
  value: input3.included_types
1503
- })) && input3.included_types.map((elem, _index28) => "string" === typeof elem || $report(_exceptionable2, {
1504
- path: _path2 + ".included_types[" + _index28 + "]",
1763
+ })) && input3.included_types.map((elem, _index35) => "string" === typeof elem || $report(_exceptionable2, {
1764
+ path: _path2 + ".included_types[" + _index35 + "]",
1505
1765
  expected: "string",
1506
1766
  value: elem
1507
1767
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1544,12 +1804,12 @@ var validNumericCategoriesRequest = (input) => {
1544
1804
  path: _path2 + ".genes",
1545
1805
  expected: "Array<GvGeneTerm>",
1546
1806
  value: input3.genes
1547
- })) && input3.genes.map((elem, _index29) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1548
- path: _path2 + ".genes[" + _index29 + "]",
1807
+ })) && input3.genes.map((elem, _index36) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1808
+ path: _path2 + ".genes[" + _index36 + "]",
1549
1809
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1550
1810
  value: elem
1551
- })) && $vu3(elem, _path2 + ".genes[" + _index29 + "]", _exceptionable2) || $report(_exceptionable2, {
1552
- path: _path2 + ".genes[" + _index29 + "]",
1811
+ })) && $vu3(elem, _path2 + ".genes[" + _index36 + "]", _exceptionable2) || $report(_exceptionable2, {
1812
+ path: _path2 + ".genes[" + _index36 + "]",
1553
1813
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1554
1814
  value: elem
1555
1815
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1568,12 +1828,12 @@ var validNumericCategoriesRequest = (input) => {
1568
1828
  path: _path2 + ".childTerms",
1569
1829
  expected: "(Array<DtTerm> | undefined)",
1570
1830
  value: input3.childTerms
1571
- })) && input3.childTerms.map((elem, _index30) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1572
- path: _path2 + ".childTerms[" + _index30 + "]",
1831
+ })) && input3.childTerms.map((elem, _index37) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1832
+ path: _path2 + ".childTerms[" + _index37 + "]",
1573
1833
  expected: "DtTerm",
1574
1834
  value: elem
1575
- })) && $vo28(elem, _path2 + ".childTerms[" + _index30 + "]", _exceptionable2) || $report(_exceptionable2, {
1576
- path: _path2 + ".childTerms[" + _index30 + "]",
1835
+ })) && $vo31(elem, _path2 + ".childTerms[" + _index37 + "]", _exceptionable2) || $report(_exceptionable2, {
1836
+ path: _path2 + ".childTerms[" + _index37 + "]",
1577
1837
  expected: "DtTerm",
1578
1838
  value: elem
1579
1839
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1581,7 +1841,7 @@ var validNumericCategoriesRequest = (input) => {
1581
1841
  expected: "(Array<DtTerm> | undefined)",
1582
1842
  value: input3.childTerms
1583
1843
  })].every((flag) => flag);
1584
- const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1844
+ const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1585
1845
  path: _path2 + ".key",
1586
1846
  expected: "string",
1587
1847
  value: input3.key
@@ -1625,9 +1885,9 @@ var validNumericCategoriesRequest = (input) => {
1625
1885
  })();
1626
1886
  const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
1627
1887
  if ("gene" === input3.kind)
1628
- return $vo30(input3, _path2, _exceptionable2);
1888
+ return $vo33(input3, _path2, _exceptionable2);
1629
1889
  if ("coord" === input3.kind)
1630
- return $vo31(input3, _path2, _exceptionable2);
1890
+ return $vo34(input3, _path2, _exceptionable2);
1631
1891
  return $report(_exceptionable2, {
1632
1892
  path: _path2,
1633
1893
  expected: "(BaseTerm & Gene | BaseTerm & Coord)",
@@ -1637,16 +1897,22 @@ var validNumericCategoriesRequest = (input) => {
1637
1897
  const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
1638
1898
  if (void 0 !== input3.ranges)
1639
1899
  return $vo12(input3, _path2, _exceptionable2);
1640
- return $vo3(input3, _path2, false) || $vo24(input3, _path2, false) || $vo27(input3, _path2, false);
1900
+ return $vo3(input3, _path2, false) || $vo27(input3, _path2, false) || $vo30(input3, _path2, false);
1641
1901
  })();
1642
1902
  const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
1643
- if ("integer" === input3.type || "float" === input3.type || "date" === input3.type)
1903
+ if ("integer" === input3.type || "float" === input3.type)
1644
1904
  return $vo13(input3, _path2, _exceptionable2);
1645
1905
  if ("geneExpression" === input3.type)
1646
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);
1647
1913
  return $report(_exceptionable2, {
1648
1914
  path: _path2,
1649
- expected: "(NumericDictTerm | GeneExpressionTerm)",
1915
+ expected: "(NumericDictTerm | GeneExpressionTerm | DateTerm | MetaboliteIntensityTerm | SsGSEATerm)",
1650
1916
  value: input3
1651
1917
  });
1652
1918
  })();
@@ -1685,9 +1951,9 @@ var validNumericCategoriesRequest = (input) => {
1685
1951
  })();
1686
1952
  const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
1687
1953
  if ("gene" === input3.kind)
1688
- return $vo29(input3, _path2, _exceptionable2);
1689
- if ("coord" === input3.kind)
1690
1954
  return $vo32(input3, _path2, _exceptionable2);
1955
+ if ("coord" === input3.kind)
1956
+ return $vo35(input3, _path2, _exceptionable2);
1691
1957
  return $report(_exceptionable2, {
1692
1958
  path: _path2,
1693
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; })',