@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
@@ -80,8 +80,8 @@ var validViolinRequest = (input) => {
80
80
  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);
81
81
  const $io10 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
82
82
  const $io11 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io1(input3.filter)) && "string" === typeof input3.color;
83
- 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)));
84
- 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));
83
+ 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)));
84
+ 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));
85
85
  const $io14 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
86
86
  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);
87
87
  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);
@@ -98,17 +98,20 @@ var validViolinRequest = (input) => {
98
98
  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);
99
99
  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);
100
100
  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);
101
- const $io23 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
102
- 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)));
103
- 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);
104
- 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;
105
- 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);
106
- 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));
107
- 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)));
108
- 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);
109
- const $io31 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $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;
110
- 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)));
111
- const $io33 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
101
+ 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));
102
+ 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));
103
+ 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));
104
+ const $io26 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
105
+ 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)));
106
+ 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);
107
+ 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;
108
+ 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);
109
+ 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));
110
+ 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)));
111
+ 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);
112
+ const $io34 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $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;
113
+ const $io35 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $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)));
114
+ const $io36 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
112
115
  const $iu0 = (input3) => (() => {
113
116
  if ("tvslst" === input3.type)
114
117
  return $io1(input3);
@@ -132,9 +135,9 @@ var validViolinRequest = (input) => {
132
135
  })();
133
136
  const $iu3 = (input3) => (() => {
134
137
  if ("gene" === input3.kind)
135
- return $io30(input3);
138
+ return $io33(input3);
136
139
  if ("coord" === input3.kind)
137
- return $io31(input3);
140
+ return $io34(input3);
138
141
  return false;
139
142
  })();
140
143
  const $iu4 = (input3) => (() => {
@@ -143,18 +146,24 @@ var validViolinRequest = (input) => {
143
146
  return (() => {
144
147
  if ($io3(input3))
145
148
  return $io3(input3);
146
- if ($io24(input3))
147
- return $io24(input3);
148
149
  if ($io27(input3))
149
150
  return $io27(input3);
151
+ if ($io30(input3))
152
+ return $io30(input3);
150
153
  return false;
151
154
  })();
152
155
  })();
153
156
  const $iu5 = (input3) => (() => {
154
- if ("integer" === input3.type || "float" === input3.type || "date" === input3.type)
157
+ if ("integer" === input3.type || "float" === input3.type)
155
158
  return $io13(input3);
156
159
  if ("geneExpression" === input3.type)
157
160
  return $io22(input3);
161
+ if ("date" === input3.type)
162
+ return $io24(input3);
163
+ if ("metaboliteIntensity" === input3.type)
164
+ return $io23(input3);
165
+ if ("ssGSEA" === input3.type)
166
+ return $io25(input3);
158
167
  return false;
159
168
  })();
160
169
  const $iu6 = (input3) => (() => {
@@ -180,9 +189,9 @@ var validViolinRequest = (input) => {
180
189
  })();
181
190
  const $iu9 = (input3) => (() => {
182
191
  if ("gene" === input3.kind)
183
- return $io29(input3);
184
- if ("coord" === input3.kind)
185
192
  return $io32(input3);
193
+ if ("coord" === input3.kind)
194
+ return $io35(input3);
186
195
  return false;
187
196
  })();
188
197
  return "object" === typeof input2 && null !== input2 && $io0(input2);
@@ -594,11 +603,11 @@ var validViolinRequest = (input) => {
594
603
  value: input3.isnot
595
604
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
596
605
  path: _path2 + ".term",
597
- expected: "(GeneExpressionTerm | NumericDictTerm)",
606
+ expected: "(DateTerm | GeneExpressionTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)",
598
607
  value: input3.term
599
608
  })) && $vu5(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
600
609
  path: _path2 + ".term",
601
- expected: "(GeneExpressionTerm | NumericDictTerm)",
610
+ expected: "(DateTerm | GeneExpressionTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)",
602
611
  value: input3.term
603
612
  }), (Array.isArray(input3.ranges) || $report(_exceptionable2, {
604
613
  path: _path2 + ".ranges",
@@ -624,7 +633,7 @@ var validViolinRequest = (input) => {
624
633
  path: _path2 + ".values[" + _index10 + "]",
625
634
  expected: "__type.o3",
626
635
  value: elem
627
- })) && $vo23(elem, _path2 + ".values[" + _index10 + "]", _exceptionable2) || $report(_exceptionable2, {
636
+ })) && $vo26(elem, _path2 + ".values[" + _index10 + "]", _exceptionable2) || $report(_exceptionable2, {
628
637
  path: _path2 + ".values[" + _index10 + "]",
629
638
  expected: "__type.o3",
630
639
  value: elem
@@ -641,9 +650,9 @@ var validViolinRequest = (input) => {
641
650
  path: _path2 + ".name",
642
651
  expected: "string",
643
652
  value: input3.name
644
- }), "integer" === input3.type || "float" === input3.type || "date" === input3.type || $report(_exceptionable2, {
653
+ }), "integer" === input3.type || "float" === input3.type || $report(_exceptionable2, {
645
654
  path: _path2 + ".type",
646
- expected: '("date" | "float" | "integer")',
655
+ expected: '("float" | "integer")',
647
656
  value: input3.type
648
657
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
649
658
  path: _path2 + ".child_types",
@@ -1060,7 +1069,258 @@ var validViolinRequest = (input) => {
1060
1069
  expected: "(number | undefined)",
1061
1070
  value: input3.stop
1062
1071
  })].every((flag) => flag);
1063
- const $vo23 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1072
+ const $vo23 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1073
+ path: _path2 + ".id",
1074
+ expected: "string",
1075
+ value: input3.id
1076
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
1077
+ path: _path2 + ".name",
1078
+ expected: "string",
1079
+ value: input3.name
1080
+ }), "metaboliteIntensity" === input3.type || $report(_exceptionable2, {
1081
+ path: _path2 + ".type",
1082
+ expected: '"metaboliteIntensity"',
1083
+ value: input3.type
1084
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1085
+ path: _path2 + ".child_types",
1086
+ expected: "(Array<string> | undefined)",
1087
+ value: input3.child_types
1088
+ })) && input3.child_types.map((elem, _index16) => "string" === typeof elem || $report(_exceptionable2, {
1089
+ path: _path2 + ".child_types[" + _index16 + "]",
1090
+ expected: "string",
1091
+ value: elem
1092
+ })).every((flag) => flag) || $report(_exceptionable2, {
1093
+ path: _path2 + ".child_types",
1094
+ expected: "(Array<string> | undefined)",
1095
+ value: input3.child_types
1096
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
1097
+ path: _path2 + ".hashtmldetail",
1098
+ expected: "(boolean | undefined)",
1099
+ value: input3.hashtmldetail
1100
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
1101
+ path: _path2 + ".included_types",
1102
+ expected: "(Array<string> | undefined)",
1103
+ value: input3.included_types
1104
+ })) && input3.included_types.map((elem, _index17) => "string" === typeof elem || $report(_exceptionable2, {
1105
+ path: _path2 + ".included_types[" + _index17 + "]",
1106
+ expected: "string",
1107
+ value: elem
1108
+ })).every((flag) => flag) || $report(_exceptionable2, {
1109
+ path: _path2 + ".included_types",
1110
+ expected: "(Array<string> | undefined)",
1111
+ value: input3.included_types
1112
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1113
+ path: _path2 + ".isleaf",
1114
+ expected: "(boolean | undefined)",
1115
+ value: input3.isleaf
1116
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1117
+ path: _path2 + ".values",
1118
+ expected: "(TermValues | undefined)",
1119
+ value: input3.values
1120
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1121
+ path: _path2 + ".values",
1122
+ expected: "(TermValues | undefined)",
1123
+ value: input3.values
1124
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
1125
+ path: _path2 + ".skipValuesBuild",
1126
+ expected: "(boolean | undefined)",
1127
+ value: input3.skipValuesBuild
1128
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1129
+ path: _path2 + ".continuousColorScale",
1130
+ expected: "(__type.o2 | undefined)",
1131
+ value: input3.continuousColorScale
1132
+ })) && $vo14(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1133
+ path: _path2 + ".continuousColorScale",
1134
+ expected: "(__type.o2 | undefined)",
1135
+ value: input3.continuousColorScale
1136
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1137
+ path: _path2 + ".unit",
1138
+ expected: "(string | undefined)",
1139
+ value: input3.unit
1140
+ }), "string" === typeof input3.metabolite || $report(_exceptionable2, {
1141
+ path: _path2 + ".metabolite",
1142
+ expected: "string",
1143
+ value: input3.metabolite
1144
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1145
+ path: _path2 + ".bins",
1146
+ expected: "(PresetNumericBins | undefined)",
1147
+ value: input3.bins
1148
+ })) && $vo15(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1149
+ path: _path2 + ".bins",
1150
+ expected: "(PresetNumericBins | undefined)",
1151
+ value: input3.bins
1152
+ })].every((flag) => flag);
1153
+ const $vo24 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1154
+ path: _path2 + ".id",
1155
+ expected: "string",
1156
+ value: input3.id
1157
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
1158
+ path: _path2 + ".name",
1159
+ expected: "string",
1160
+ value: input3.name
1161
+ }), "date" === input3.type || $report(_exceptionable2, {
1162
+ path: _path2 + ".type",
1163
+ expected: '"date"',
1164
+ value: input3.type
1165
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1166
+ path: _path2 + ".child_types",
1167
+ expected: "(Array<string> | undefined)",
1168
+ value: input3.child_types
1169
+ })) && input3.child_types.map((elem, _index18) => "string" === typeof elem || $report(_exceptionable2, {
1170
+ path: _path2 + ".child_types[" + _index18 + "]",
1171
+ expected: "string",
1172
+ value: elem
1173
+ })).every((flag) => flag) || $report(_exceptionable2, {
1174
+ path: _path2 + ".child_types",
1175
+ expected: "(Array<string> | undefined)",
1176
+ value: input3.child_types
1177
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
1178
+ path: _path2 + ".hashtmldetail",
1179
+ expected: "(boolean | undefined)",
1180
+ value: input3.hashtmldetail
1181
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
1182
+ path: _path2 + ".included_types",
1183
+ expected: "(Array<string> | undefined)",
1184
+ value: input3.included_types
1185
+ })) && input3.included_types.map((elem, _index19) => "string" === typeof elem || $report(_exceptionable2, {
1186
+ path: _path2 + ".included_types[" + _index19 + "]",
1187
+ expected: "string",
1188
+ value: elem
1189
+ })).every((flag) => flag) || $report(_exceptionable2, {
1190
+ path: _path2 + ".included_types",
1191
+ expected: "(Array<string> | undefined)",
1192
+ value: input3.included_types
1193
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1194
+ path: _path2 + ".isleaf",
1195
+ expected: "(boolean | undefined)",
1196
+ value: input3.isleaf
1197
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1198
+ path: _path2 + ".values",
1199
+ expected: "(TermValues | undefined)",
1200
+ value: input3.values
1201
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1202
+ path: _path2 + ".values",
1203
+ expected: "(TermValues | undefined)",
1204
+ value: input3.values
1205
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
1206
+ path: _path2 + ".skipValuesBuild",
1207
+ expected: "(boolean | undefined)",
1208
+ value: input3.skipValuesBuild
1209
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1210
+ path: _path2 + ".continuousColorScale",
1211
+ expected: "(__type.o2 | undefined)",
1212
+ value: input3.continuousColorScale
1213
+ })) && $vo14(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1214
+ path: _path2 + ".continuousColorScale",
1215
+ expected: "(__type.o2 | undefined)",
1216
+ value: input3.continuousColorScale
1217
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1218
+ path: _path2 + ".unit",
1219
+ expected: "(string | undefined)",
1220
+ value: input3.unit
1221
+ }), "string" === typeof input3.metabolite || $report(_exceptionable2, {
1222
+ path: _path2 + ".metabolite",
1223
+ expected: "string",
1224
+ value: input3.metabolite
1225
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1226
+ path: _path2 + ".bins",
1227
+ expected: "(PresetNumericBins | undefined)",
1228
+ value: input3.bins
1229
+ })) && $vo15(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1230
+ path: _path2 + ".bins",
1231
+ expected: "(PresetNumericBins | undefined)",
1232
+ value: input3.bins
1233
+ })].every((flag) => flag);
1234
+ const $vo25 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1235
+ path: _path2 + ".id",
1236
+ expected: "string",
1237
+ value: input3.id
1238
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
1239
+ path: _path2 + ".name",
1240
+ expected: "string",
1241
+ value: input3.name
1242
+ }), "ssGSEA" === input3.type || $report(_exceptionable2, {
1243
+ path: _path2 + ".type",
1244
+ expected: '"ssGSEA"',
1245
+ value: input3.type
1246
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1247
+ path: _path2 + ".child_types",
1248
+ expected: "(Array<string> | undefined)",
1249
+ value: input3.child_types
1250
+ })) && input3.child_types.map((elem, _index20) => "string" === typeof elem || $report(_exceptionable2, {
1251
+ path: _path2 + ".child_types[" + _index20 + "]",
1252
+ expected: "string",
1253
+ value: elem
1254
+ })).every((flag) => flag) || $report(_exceptionable2, {
1255
+ path: _path2 + ".child_types",
1256
+ expected: "(Array<string> | undefined)",
1257
+ value: input3.child_types
1258
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
1259
+ path: _path2 + ".hashtmldetail",
1260
+ expected: "(boolean | undefined)",
1261
+ value: input3.hashtmldetail
1262
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
1263
+ path: _path2 + ".included_types",
1264
+ expected: "(Array<string> | undefined)",
1265
+ value: input3.included_types
1266
+ })) && input3.included_types.map((elem, _index21) => "string" === typeof elem || $report(_exceptionable2, {
1267
+ path: _path2 + ".included_types[" + _index21 + "]",
1268
+ expected: "string",
1269
+ value: elem
1270
+ })).every((flag) => flag) || $report(_exceptionable2, {
1271
+ path: _path2 + ".included_types",
1272
+ expected: "(Array<string> | undefined)",
1273
+ value: input3.included_types
1274
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1275
+ path: _path2 + ".isleaf",
1276
+ expected: "(boolean | undefined)",
1277
+ value: input3.isleaf
1278
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1279
+ path: _path2 + ".values",
1280
+ expected: "(TermValues | undefined)",
1281
+ value: input3.values
1282
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1283
+ path: _path2 + ".values",
1284
+ expected: "(TermValues | undefined)",
1285
+ value: input3.values
1286
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
1287
+ path: _path2 + ".skipValuesBuild",
1288
+ expected: "(boolean | undefined)",
1289
+ value: input3.skipValuesBuild
1290
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1291
+ path: _path2 + ".continuousColorScale",
1292
+ expected: "(__type.o2 | undefined)",
1293
+ value: input3.continuousColorScale
1294
+ })) && $vo14(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1295
+ path: _path2 + ".continuousColorScale",
1296
+ expected: "(__type.o2 | undefined)",
1297
+ value: input3.continuousColorScale
1298
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1299
+ path: _path2 + ".unit",
1300
+ expected: "(string | undefined)",
1301
+ value: input3.unit
1302
+ }), void 0 === input3.genes || (Array.isArray(input3.genes) || $report(_exceptionable2, {
1303
+ path: _path2 + ".genes",
1304
+ expected: "(Array<string> | undefined)",
1305
+ value: input3.genes
1306
+ })) && input3.genes.map((elem, _index22) => "string" === typeof elem || $report(_exceptionable2, {
1307
+ path: _path2 + ".genes[" + _index22 + "]",
1308
+ expected: "string",
1309
+ value: elem
1310
+ })).every((flag) => flag) || $report(_exceptionable2, {
1311
+ path: _path2 + ".genes",
1312
+ expected: "(Array<string> | undefined)",
1313
+ value: input3.genes
1314
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1315
+ path: _path2 + ".bins",
1316
+ expected: "(PresetNumericBins | undefined)",
1317
+ value: input3.bins
1318
+ })) && $vo15(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1319
+ path: _path2 + ".bins",
1320
+ expected: "(PresetNumericBins | undefined)",
1321
+ value: input3.bins
1322
+ })].every((flag) => flag);
1323
+ const $vo26 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1064
1324
  path: _path2 + ".key",
1065
1325
  expected: "string",
1066
1326
  value: input3.key
@@ -1077,7 +1337,7 @@ var validViolinRequest = (input) => {
1077
1337
  expected: "(string | undefined)",
1078
1338
  value: input3.label
1079
1339
  })].every((flag) => flag);
1080
- const $vo24 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1340
+ const $vo27 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1081
1341
  path: _path2 + ".join",
1082
1342
  expected: "(string | undefined)",
1083
1343
  value: input3.join
@@ -1089,7 +1349,7 @@ var validViolinRequest = (input) => {
1089
1349
  path: _path2 + ".term",
1090
1350
  expected: "ConditionTerm",
1091
1351
  value: input3.term
1092
- })) && $vo25(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1352
+ })) && $vo28(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1093
1353
  path: _path2 + ".term",
1094
1354
  expected: "ConditionTerm",
1095
1355
  value: input3.term
@@ -1109,12 +1369,12 @@ var validViolinRequest = (input) => {
1109
1369
  path: _path2 + ".grade_and_child",
1110
1370
  expected: "(Array<GradeAndChildEntry> | undefined)",
1111
1371
  value: input3.grade_and_child
1112
- })) && input3.grade_and_child.map((elem, _index16) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1113
- path: _path2 + ".grade_and_child[" + _index16 + "]",
1372
+ })) && input3.grade_and_child.map((elem, _index23) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1373
+ path: _path2 + ".grade_and_child[" + _index23 + "]",
1114
1374
  expected: "GradeAndChildEntry",
1115
1375
  value: elem
1116
- })) && $vo26(elem, _path2 + ".grade_and_child[" + _index16 + "]", _exceptionable2) || $report(_exceptionable2, {
1117
- path: _path2 + ".grade_and_child[" + _index16 + "]",
1376
+ })) && $vo29(elem, _path2 + ".grade_and_child[" + _index23 + "]", _exceptionable2) || $report(_exceptionable2, {
1377
+ path: _path2 + ".grade_and_child[" + _index23 + "]",
1118
1378
  expected: "GradeAndChildEntry",
1119
1379
  value: elem
1120
1380
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1122,7 +1382,7 @@ var validViolinRequest = (input) => {
1122
1382
  expected: "(Array<GradeAndChildEntry> | undefined)",
1123
1383
  value: input3.grade_and_child
1124
1384
  })].every((flag) => flag);
1125
- const $vo25 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1385
+ const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1126
1386
  path: _path2 + ".id",
1127
1387
  expected: "string",
1128
1388
  value: input3.id
@@ -1138,8 +1398,8 @@ var validViolinRequest = (input) => {
1138
1398
  path: _path2 + ".child_types",
1139
1399
  expected: "(Array<string> | undefined)",
1140
1400
  value: input3.child_types
1141
- })) && input3.child_types.map((elem, _index17) => "string" === typeof elem || $report(_exceptionable2, {
1142
- path: _path2 + ".child_types[" + _index17 + "]",
1401
+ })) && input3.child_types.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
1402
+ path: _path2 + ".child_types[" + _index24 + "]",
1143
1403
  expected: "string",
1144
1404
  value: elem
1145
1405
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1154,8 +1414,8 @@ var validViolinRequest = (input) => {
1154
1414
  path: _path2 + ".included_types",
1155
1415
  expected: "(Array<string> | undefined)",
1156
1416
  value: input3.included_types
1157
- })) && input3.included_types.map((elem, _index18) => "string" === typeof elem || $report(_exceptionable2, {
1158
- path: _path2 + ".included_types[" + _index18 + "]",
1417
+ })) && input3.included_types.map((elem, _index25) => "string" === typeof elem || $report(_exceptionable2, {
1418
+ path: _path2 + ".included_types[" + _index25 + "]",
1159
1419
  expected: "string",
1160
1420
  value: elem
1161
1421
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1179,7 +1439,7 @@ var validViolinRequest = (input) => {
1179
1439
  expected: "(boolean | undefined)",
1180
1440
  value: input3.skipValuesBuild
1181
1441
  })].every((flag) => flag);
1182
- const $vo26 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1442
+ const $vo29 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1183
1443
  path: _path2 + ".grade",
1184
1444
  expected: "number",
1185
1445
  value: input3.grade
@@ -1196,7 +1456,7 @@ var validViolinRequest = (input) => {
1196
1456
  expected: "string",
1197
1457
  value: input3.child_label
1198
1458
  })].every((flag) => flag);
1199
- const $vo27 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1459
+ const $vo30 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1200
1460
  path: _path2 + ".join",
1201
1461
  expected: "(string | undefined)",
1202
1462
  value: input3.join
@@ -1208,7 +1468,7 @@ var validViolinRequest = (input) => {
1208
1468
  path: _path2 + ".term",
1209
1469
  expected: "DtTerm",
1210
1470
  value: input3.term
1211
- })) && $vo28(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1471
+ })) && $vo31(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1212
1472
  path: _path2 + ".term",
1213
1473
  expected: "DtTerm",
1214
1474
  value: input3.term
@@ -1216,12 +1476,12 @@ var validViolinRequest = (input) => {
1216
1476
  path: _path2 + ".values",
1217
1477
  expected: "Array<__type>.o2",
1218
1478
  value: input3.values
1219
- })) && input3.values.map((elem, _index19) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1220
- path: _path2 + ".values[" + _index19 + "]",
1479
+ })) && input3.values.map((elem, _index26) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1480
+ path: _path2 + ".values[" + _index26 + "]",
1221
1481
  expected: "__type.o4",
1222
1482
  value: elem
1223
- })) && $vo33(elem, _path2 + ".values[" + _index19 + "]", _exceptionable2) || $report(_exceptionable2, {
1224
- path: _path2 + ".values[" + _index19 + "]",
1483
+ })) && $vo36(elem, _path2 + ".values[" + _index26 + "]", _exceptionable2) || $report(_exceptionable2, {
1484
+ path: _path2 + ".values[" + _index26 + "]",
1225
1485
  expected: "__type.o4",
1226
1486
  value: elem
1227
1487
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1237,7 +1497,7 @@ var validViolinRequest = (input) => {
1237
1497
  expected: "(boolean | undefined)",
1238
1498
  value: input3.excludeGeneName
1239
1499
  })].every((flag) => flag);
1240
- const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1500
+ const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1241
1501
  path: _path2 + ".id",
1242
1502
  expected: "string",
1243
1503
  value: input3.id
@@ -1286,7 +1546,7 @@ var validViolinRequest = (input) => {
1286
1546
  expected: "TermValues",
1287
1547
  value: input3.values
1288
1548
  })].every((flag) => flag);
1289
- const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1549
+ const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1290
1550
  path: _path2 + ".id",
1291
1551
  expected: "string",
1292
1552
  value: input3.id
@@ -1302,8 +1562,8 @@ var validViolinRequest = (input) => {
1302
1562
  path: _path2 + ".child_types",
1303
1563
  expected: "(Array<string> | undefined)",
1304
1564
  value: input3.child_types
1305
- })) && input3.child_types.map((elem, _index20) => "string" === typeof elem || $report(_exceptionable2, {
1306
- path: _path2 + ".child_types[" + _index20 + "]",
1565
+ })) && input3.child_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
1566
+ path: _path2 + ".child_types[" + _index27 + "]",
1307
1567
  expected: "string",
1308
1568
  value: elem
1309
1569
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1318,8 +1578,8 @@ var validViolinRequest = (input) => {
1318
1578
  path: _path2 + ".included_types",
1319
1579
  expected: "(Array<string> | undefined)",
1320
1580
  value: input3.included_types
1321
- })) && input3.included_types.map((elem, _index21) => "string" === typeof elem || $report(_exceptionable2, {
1322
- path: _path2 + ".included_types[" + _index21 + "]",
1581
+ })) && input3.included_types.map((elem, _index28) => "string" === typeof elem || $report(_exceptionable2, {
1582
+ path: _path2 + ".included_types[" + _index28 + "]",
1323
1583
  expected: "string",
1324
1584
  value: elem
1325
1585
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1366,12 +1626,12 @@ var validViolinRequest = (input) => {
1366
1626
  path: _path2 + ".genes",
1367
1627
  expected: "Array<GvGeneTerm>",
1368
1628
  value: input3.genes
1369
- })) && input3.genes.map((elem, _index22) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1370
- path: _path2 + ".genes[" + _index22 + "]",
1629
+ })) && input3.genes.map((elem, _index29) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1630
+ path: _path2 + ".genes[" + _index29 + "]",
1371
1631
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1372
1632
  value: elem
1373
- })) && $vu3(elem, _path2 + ".genes[" + _index22 + "]", _exceptionable2) || $report(_exceptionable2, {
1374
- path: _path2 + ".genes[" + _index22 + "]",
1633
+ })) && $vu3(elem, _path2 + ".genes[" + _index29 + "]", _exceptionable2) || $report(_exceptionable2, {
1634
+ path: _path2 + ".genes[" + _index29 + "]",
1375
1635
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1376
1636
  value: elem
1377
1637
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1390,12 +1650,12 @@ var validViolinRequest = (input) => {
1390
1650
  path: _path2 + ".childTerms",
1391
1651
  expected: "(Array<DtTerm> | undefined)",
1392
1652
  value: input3.childTerms
1393
- })) && input3.childTerms.map((elem, _index23) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1394
- path: _path2 + ".childTerms[" + _index23 + "]",
1653
+ })) && input3.childTerms.map((elem, _index30) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1654
+ path: _path2 + ".childTerms[" + _index30 + "]",
1395
1655
  expected: "DtTerm",
1396
1656
  value: elem
1397
- })) && $vo28(elem, _path2 + ".childTerms[" + _index23 + "]", _exceptionable2) || $report(_exceptionable2, {
1398
- path: _path2 + ".childTerms[" + _index23 + "]",
1657
+ })) && $vo31(elem, _path2 + ".childTerms[" + _index30 + "]", _exceptionable2) || $report(_exceptionable2, {
1658
+ path: _path2 + ".childTerms[" + _index30 + "]",
1399
1659
  expected: "DtTerm",
1400
1660
  value: elem
1401
1661
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1403,7 +1663,7 @@ var validViolinRequest = (input) => {
1403
1663
  expected: "(Array<DtTerm> | undefined)",
1404
1664
  value: input3.childTerms
1405
1665
  })].every((flag) => flag);
1406
- const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1666
+ const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1407
1667
  path: _path2 + ".id",
1408
1668
  expected: "string",
1409
1669
  value: input3.id
@@ -1419,8 +1679,8 @@ var validViolinRequest = (input) => {
1419
1679
  path: _path2 + ".child_types",
1420
1680
  expected: "(Array<string> | undefined)",
1421
1681
  value: input3.child_types
1422
- })) && input3.child_types.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
1423
- path: _path2 + ".child_types[" + _index24 + "]",
1682
+ })) && input3.child_types.map((elem, _index31) => "string" === typeof elem || $report(_exceptionable2, {
1683
+ path: _path2 + ".child_types[" + _index31 + "]",
1424
1684
  expected: "string",
1425
1685
  value: elem
1426
1686
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1435,8 +1695,8 @@ var validViolinRequest = (input) => {
1435
1695
  path: _path2 + ".included_types",
1436
1696
  expected: "(Array<string> | undefined)",
1437
1697
  value: input3.included_types
1438
- })) && input3.included_types.map((elem, _index25) => "string" === typeof elem || $report(_exceptionable2, {
1439
- path: _path2 + ".included_types[" + _index25 + "]",
1698
+ })) && input3.included_types.map((elem, _index32) => "string" === typeof elem || $report(_exceptionable2, {
1699
+ path: _path2 + ".included_types[" + _index32 + "]",
1440
1700
  expected: "string",
1441
1701
  value: elem
1442
1702
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1480,7 +1740,7 @@ var validViolinRequest = (input) => {
1480
1740
  expected: "(number | undefined)",
1481
1741
  value: input3.stop
1482
1742
  })].every((flag) => flag);
1483
- const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1743
+ const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1484
1744
  path: _path2 + ".id",
1485
1745
  expected: "string",
1486
1746
  value: input3.id
@@ -1496,8 +1756,8 @@ var validViolinRequest = (input) => {
1496
1756
  path: _path2 + ".child_types",
1497
1757
  expected: "(Array<string> | undefined)",
1498
1758
  value: input3.child_types
1499
- })) && input3.child_types.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
1500
- path: _path2 + ".child_types[" + _index26 + "]",
1759
+ })) && input3.child_types.map((elem, _index33) => "string" === typeof elem || $report(_exceptionable2, {
1760
+ path: _path2 + ".child_types[" + _index33 + "]",
1501
1761
  expected: "string",
1502
1762
  value: elem
1503
1763
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1512,8 +1772,8 @@ var validViolinRequest = (input) => {
1512
1772
  path: _path2 + ".included_types",
1513
1773
  expected: "(Array<string> | undefined)",
1514
1774
  value: input3.included_types
1515
- })) && input3.included_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
1516
- path: _path2 + ".included_types[" + _index27 + "]",
1775
+ })) && input3.included_types.map((elem, _index34) => "string" === typeof elem || $report(_exceptionable2, {
1776
+ path: _path2 + ".included_types[" + _index34 + "]",
1517
1777
  expected: "string",
1518
1778
  value: elem
1519
1779
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1553,7 +1813,7 @@ var validViolinRequest = (input) => {
1553
1813
  expected: "number",
1554
1814
  value: input3.stop
1555
1815
  })].every((flag) => flag);
1556
- const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1816
+ const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1557
1817
  path: _path2 + ".id",
1558
1818
  expected: "string",
1559
1819
  value: input3.id
@@ -1569,8 +1829,8 @@ var validViolinRequest = (input) => {
1569
1829
  path: _path2 + ".child_types",
1570
1830
  expected: "(Array<string> | undefined)",
1571
1831
  value: input3.child_types
1572
- })) && input3.child_types.map((elem, _index28) => "string" === typeof elem || $report(_exceptionable2, {
1573
- path: _path2 + ".child_types[" + _index28 + "]",
1832
+ })) && input3.child_types.map((elem, _index35) => "string" === typeof elem || $report(_exceptionable2, {
1833
+ path: _path2 + ".child_types[" + _index35 + "]",
1574
1834
  expected: "string",
1575
1835
  value: elem
1576
1836
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1585,8 +1845,8 @@ var validViolinRequest = (input) => {
1585
1845
  path: _path2 + ".included_types",
1586
1846
  expected: "(Array<string> | undefined)",
1587
1847
  value: input3.included_types
1588
- })) && input3.included_types.map((elem, _index29) => "string" === typeof elem || $report(_exceptionable2, {
1589
- path: _path2 + ".included_types[" + _index29 + "]",
1848
+ })) && input3.included_types.map((elem, _index36) => "string" === typeof elem || $report(_exceptionable2, {
1849
+ path: _path2 + ".included_types[" + _index36 + "]",
1590
1850
  expected: "string",
1591
1851
  value: elem
1592
1852
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1629,12 +1889,12 @@ var validViolinRequest = (input) => {
1629
1889
  path: _path2 + ".genes",
1630
1890
  expected: "Array<GvGeneTerm>",
1631
1891
  value: input3.genes
1632
- })) && input3.genes.map((elem, _index30) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1633
- path: _path2 + ".genes[" + _index30 + "]",
1892
+ })) && input3.genes.map((elem, _index37) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1893
+ path: _path2 + ".genes[" + _index37 + "]",
1634
1894
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1635
1895
  value: elem
1636
- })) && $vu3(elem, _path2 + ".genes[" + _index30 + "]", _exceptionable2) || $report(_exceptionable2, {
1637
- path: _path2 + ".genes[" + _index30 + "]",
1896
+ })) && $vu3(elem, _path2 + ".genes[" + _index37 + "]", _exceptionable2) || $report(_exceptionable2, {
1897
+ path: _path2 + ".genes[" + _index37 + "]",
1638
1898
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1639
1899
  value: elem
1640
1900
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1653,12 +1913,12 @@ var validViolinRequest = (input) => {
1653
1913
  path: _path2 + ".childTerms",
1654
1914
  expected: "(Array<DtTerm> | undefined)",
1655
1915
  value: input3.childTerms
1656
- })) && input3.childTerms.map((elem, _index31) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1657
- path: _path2 + ".childTerms[" + _index31 + "]",
1916
+ })) && input3.childTerms.map((elem, _index38) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1917
+ path: _path2 + ".childTerms[" + _index38 + "]",
1658
1918
  expected: "DtTerm",
1659
1919
  value: elem
1660
- })) && $vo28(elem, _path2 + ".childTerms[" + _index31 + "]", _exceptionable2) || $report(_exceptionable2, {
1661
- path: _path2 + ".childTerms[" + _index31 + "]",
1920
+ })) && $vo31(elem, _path2 + ".childTerms[" + _index38 + "]", _exceptionable2) || $report(_exceptionable2, {
1921
+ path: _path2 + ".childTerms[" + _index38 + "]",
1662
1922
  expected: "DtTerm",
1663
1923
  value: elem
1664
1924
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1666,7 +1926,7 @@ var validViolinRequest = (input) => {
1666
1926
  expected: "(Array<DtTerm> | undefined)",
1667
1927
  value: input3.childTerms
1668
1928
  })].every((flag) => flag);
1669
- const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1929
+ const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1670
1930
  path: _path2 + ".key",
1671
1931
  expected: "string",
1672
1932
  value: input3.key
@@ -1710,9 +1970,9 @@ var validViolinRequest = (input) => {
1710
1970
  })();
1711
1971
  const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
1712
1972
  if ("gene" === input3.kind)
1713
- return $vo30(input3, _path2, _exceptionable2);
1973
+ return $vo33(input3, _path2, _exceptionable2);
1714
1974
  if ("coord" === input3.kind)
1715
- return $vo31(input3, _path2, _exceptionable2);
1975
+ return $vo34(input3, _path2, _exceptionable2);
1716
1976
  return $report(_exceptionable2, {
1717
1977
  path: _path2,
1718
1978
  expected: "(BaseTerm & Gene | BaseTerm & Coord)",
@@ -1722,16 +1982,22 @@ var validViolinRequest = (input) => {
1722
1982
  const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
1723
1983
  if (void 0 !== input3.ranges)
1724
1984
  return $vo12(input3, _path2, _exceptionable2);
1725
- return $vo3(input3, _path2, false) || $vo24(input3, _path2, false) || $vo27(input3, _path2, false);
1985
+ return $vo3(input3, _path2, false) || $vo27(input3, _path2, false) || $vo30(input3, _path2, false);
1726
1986
  })();
1727
1987
  const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
1728
- if ("integer" === input3.type || "float" === input3.type || "date" === input3.type)
1988
+ if ("integer" === input3.type || "float" === input3.type)
1729
1989
  return $vo13(input3, _path2, _exceptionable2);
1730
1990
  if ("geneExpression" === input3.type)
1731
1991
  return $vo22(input3, _path2, _exceptionable2);
1992
+ if ("date" === input3.type)
1993
+ return $vo24(input3, _path2, _exceptionable2);
1994
+ if ("metaboliteIntensity" === input3.type)
1995
+ return $vo23(input3, _path2, _exceptionable2);
1996
+ if ("ssGSEA" === input3.type)
1997
+ return $vo25(input3, _path2, _exceptionable2);
1732
1998
  return $report(_exceptionable2, {
1733
1999
  path: _path2,
1734
- expected: "(NumericDictTerm | GeneExpressionTerm)",
2000
+ expected: "(NumericDictTerm | GeneExpressionTerm | DateTerm | MetaboliteIntensityTerm | SsGSEATerm)",
1735
2001
  value: input3
1736
2002
  });
1737
2003
  })();
@@ -1770,9 +2036,9 @@ var validViolinRequest = (input) => {
1770
2036
  })();
1771
2037
  const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
1772
2038
  if ("gene" === input3.kind)
1773
- return $vo29(input3, _path2, _exceptionable2);
1774
- if ("coord" === input3.kind)
1775
2039
  return $vo32(input3, _path2, _exceptionable2);
2040
+ if ("coord" === input3.kind)
2041
+ return $vo35(input3, _path2, _exceptionable2);
1776
2042
  return $report(_exceptionable2, {
1777
2043
  path: _path2,
1778
2044
  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; })',