@sjcrh/proteinpaint-types 2.140.1-2 → 2.140.1

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 (31) hide show
  1. package/dist/brainImaging.js +1 -1
  2. package/dist/{chunk-KDHGWAOS.js → chunk-2WLN6PMW.js} +575 -367
  3. package/dist/{chunk-G5BYLEJC.js → chunk-AADDTYUL.js} +266 -154
  4. package/dist/{chunk-2QKCLUH3.js → chunk-BWLSDIHM.js} +575 -367
  5. package/dist/{chunk-P3Z422N2.js → chunk-ECF6WSOD.js} +266 -154
  6. package/dist/{chunk-NHELOLDH.js → chunk-EWON4FG5.js} +2401 -644
  7. package/dist/{chunk-ZHCVV36H.js → chunk-FZJ3E7JA.js} +579 -371
  8. package/dist/{chunk-34LXTZYA.js → chunk-IDP5KXE6.js} +632 -424
  9. package/dist/{chunk-HJ7XFSJK.js → chunk-KS74VVON.js} +262 -150
  10. package/dist/{chunk-Y6Z6XAFN.js → chunk-PPFFVFUI.js} +266 -154
  11. package/dist/{chunk-5BKOSJEU.js → chunk-WKT3H4P4.js} +731 -409
  12. package/dist/{chunk-F2ZZ5J3F.js → chunk-XXHHUIEV.js} +575 -367
  13. package/dist/{chunk-4S36DRJ4.js → chunk-ZA3FDGAD.js} +465 -255
  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 -1
  27. package/src/dataset.ts +10 -2
  28. package/src/routes/termdb.cluster.ts +6 -6
  29. package/src/terms/geneExpression.ts +13 -17
  30. package/src/terms/numeric.ts +7 -18
  31. package/src/terms/singleCellGeneExpression.ts +3 -4
@@ -80,11 +80,12 @@ 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 && $io13(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io22(elem)));
84
- const $io13 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type || "ssGSEA" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.bins && null !== input3.bins && $io14(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io21(input3.continuousColorScale));
85
- const $io14 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu5(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu5(input3.less)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset) && (void 0 === input3.label_offset_ignored || "boolean" === typeof input3.label_offset_ignored) && (void 0 === input3.rounding || "string" === typeof input3.rounding) && (void 0 === input3.min || "number" === typeof input3.min) && (void 0 === input3.max || "number" === typeof input3.max);
86
- const $io15 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "regular-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode) && "number" === typeof input3.bin_size && ("object" === typeof input3.first_bin && null !== input3.first_bin && $iu6(input3.first_bin)) && (void 0 === input3.last_bin || "object" === typeof input3.last_bin && null !== input3.last_bin && $iu7(input3.last_bin)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset);
87
- const $io16 = (input3) => Object.keys(input3).every((key) => {
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));
85
+ const $io14 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
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
+ 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);
88
+ const $io17 = (input3) => Object.keys(input3).every((key) => {
88
89
  const value = input3[key];
89
90
  if (void 0 === value)
90
91
  return true;
@@ -92,22 +93,22 @@ var validViolinRequest = (input) => {
92
93
  return "number" === typeof value;
93
94
  return true;
94
95
  });
95
- const $io17 = (input3) => true === input3.startunbounded && (void 0 === input3.startinclusive || false === input3.startinclusive) && "number" === typeof input3.stop && (void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive) && (void 0 === input3.stopunbounded || false === input3.stopunbounded) && (void 0 === input3.label || "string" === typeof input3.label);
96
- const $io18 = (input3) => (void 0 === input3.startunbounded || false === input3.startunbounded) && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && "number" === typeof input3.start && "number" === typeof input3.stop && (void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive) && (void 0 === input3.stopunbounded || false === input3.stopunbounded) && (void 0 === input3.label || "string" === typeof input3.label);
97
- const $io19 = (input3) => "number" === typeof input3.start && true === input3.stopunbounded && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && (void 0 === input3.startunbounded || false === input3.startunbounded) && (void 0 === input3.stopinclusive || false === input3.stopinclusive) && (void 0 === input3.label || "string" === typeof input3.label);
98
- const $io20 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "custom-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && (Array.isArray(input3.lst) && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu2(input3.lst[0]) && (Array.isArray(input3.lst.slice(1)) && input3.lst.slice(1).every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))))) && (void 0 === input3.preferredBins || "median" === input3.preferredBins);
99
- const $io21 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
100
- const $io22 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
101
- const $io23 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io24(input3.term)) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && (void 0 === input3.grade_and_child || Array.isArray(input3.grade_and_child) && input3.grade_and_child.every((elem) => "object" === typeof elem && null !== elem && $io25(elem)));
102
- const $io24 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
103
- const $io25 = (input3) => "number" === typeof input3.grade && "string" === typeof input3.grade_label && (void 0 === input3.child_id || "string" === typeof input3.child_id) && "string" === typeof input3.child_label;
104
- const $io26 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io27(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io32(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName);
105
- const $io27 = (input3) => "string" === typeof input3.id && "string" === typeof input3.query && "string" === typeof input3.name && "string" === typeof input3.name_noOrigin && (void 0 === input3.parentTerm || "object" === typeof input3.parentTerm && null !== input3.parentTerm && $iu8(input3.parentTerm)) && true && "boolean" === typeof input3.isleaf && "string" === typeof input3.type && "number" === typeof input3.dt && (void 0 === input3.origin || "string" === typeof input3.origin) && ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values));
106
- const $io28 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io7(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io27(elem)));
107
- const $io29 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
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) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
109
- const $io31 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io7(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io27(elem)));
110
- const $io32 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
96
+ const $io18 = (input3) => true === input3.startunbounded && (void 0 === input3.startinclusive || false === input3.startinclusive) && "number" === typeof input3.stop && (void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive) && (void 0 === input3.stopunbounded || false === input3.stopunbounded) && (void 0 === input3.label || "string" === typeof input3.label);
97
+ const $io19 = (input3) => (void 0 === input3.startunbounded || false === input3.startunbounded) && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && "number" === typeof input3.start && "number" === typeof input3.stop && (void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive) && (void 0 === input3.stopunbounded || false === input3.stopunbounded) && (void 0 === input3.label || "string" === typeof input3.label);
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
+ 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
+ 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;
111
112
  const $iu0 = (input3) => (() => {
112
113
  if ("tvslst" === input3.type)
113
114
  return $io1(input3);
@@ -124,16 +125,16 @@ var validViolinRequest = (input) => {
124
125
  })();
125
126
  const $iu2 = (input3) => (() => {
126
127
  if (true === input3.startunbounded)
127
- return $io17(input3);
128
+ return $io18(input3);
128
129
  if (true === input3.stopunbounded)
129
- return $io19(input3);
130
- return $io18(input3);
130
+ return $io20(input3);
131
+ return $io19(input3);
131
132
  })();
132
133
  const $iu3 = (input3) => (() => {
133
134
  if ("gene" === input3.kind)
134
- return $io29(input3);
135
- if ("coord" === input3.kind)
136
135
  return $io30(input3);
136
+ if ("coord" === input3.kind)
137
+ return $io31(input3);
137
138
  return false;
138
139
  })();
139
140
  const $iu4 = (input3) => (() => {
@@ -142,39 +143,46 @@ var validViolinRequest = (input) => {
142
143
  return (() => {
143
144
  if ($io3(input3))
144
145
  return $io3(input3);
145
- if ($io23(input3))
146
- return $io23(input3);
147
- if ($io26(input3))
148
- return $io26(input3);
146
+ if ($io24(input3))
147
+ return $io24(input3);
148
+ if ($io27(input3))
149
+ return $io27(input3);
149
150
  return false;
150
151
  })();
151
152
  })();
152
153
  const $iu5 = (input3) => (() => {
154
+ if ("integer" === input3.type || "float" === input3.type || "date" === input3.type)
155
+ return $io13(input3);
156
+ if ("geneExpression" === input3.type)
157
+ return $io22(input3);
158
+ return false;
159
+ })();
160
+ const $iu6 = (input3) => (() => {
153
161
  if ("regular-bin" === input3.type)
154
- return $io15(input3);
162
+ return $io16(input3);
155
163
  if ("custom-bin" === input3.type)
156
- return $io20(input3);
164
+ return $io21(input3);
157
165
  return false;
158
166
  })();
159
- const $iu6 = (input3) => (() => {
167
+ const $iu7 = (input3) => (() => {
160
168
  if (true === input3.startunbounded)
161
- return $io17(input3);
162
- if (void 0 !== input3.start)
163
169
  return $io18(input3);
170
+ if (void 0 !== input3.start)
171
+ return $io19(input3);
164
172
  return false;
165
173
  })();
166
- const $iu7 = (input3) => (() => {
174
+ const $iu8 = (input3) => (() => {
167
175
  if (void 0 !== input3.stop)
168
- return $io18(input3);
169
- if (true === input3.stopunbounded)
170
176
  return $io19(input3);
177
+ if (true === input3.stopunbounded)
178
+ return $io20(input3);
171
179
  return false;
172
180
  })();
173
- const $iu8 = (input3) => (() => {
181
+ const $iu9 = (input3) => (() => {
174
182
  if ("gene" === input3.kind)
175
- return $io28(input3);
183
+ return $io29(input3);
176
184
  if ("coord" === input3.kind)
177
- return $io31(input3);
185
+ return $io32(input3);
178
186
  return false;
179
187
  })();
180
188
  return "object" === typeof input2 && null !== input2 && $io0(input2);
@@ -586,11 +594,11 @@ var validViolinRequest = (input) => {
586
594
  value: input3.isnot
587
595
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
588
596
  path: _path2 + ".term",
589
- expected: "NumericTerm",
597
+ expected: "(GeneExpressionTerm | NumericDictTerm)",
590
598
  value: input3.term
591
- })) && $vo13(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
599
+ })) && $vu5(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
592
600
  path: _path2 + ".term",
593
- expected: "NumericTerm",
601
+ expected: "(GeneExpressionTerm | NumericDictTerm)",
594
602
  value: input3.term
595
603
  }), (Array.isArray(input3.ranges) || $report(_exceptionable2, {
596
604
  path: _path2 + ".ranges",
@@ -616,7 +624,7 @@ var validViolinRequest = (input) => {
616
624
  path: _path2 + ".values[" + _index10 + "]",
617
625
  expected: "__type.o3",
618
626
  value: elem
619
- })) && $vo22(elem, _path2 + ".values[" + _index10 + "]", _exceptionable2) || $report(_exceptionable2, {
627
+ })) && $vo23(elem, _path2 + ".values[" + _index10 + "]", _exceptionable2) || $report(_exceptionable2, {
620
628
  path: _path2 + ".values[" + _index10 + "]",
621
629
  expected: "__type.o3",
622
630
  value: elem
@@ -633,9 +641,9 @@ var validViolinRequest = (input) => {
633
641
  path: _path2 + ".name",
634
642
  expected: "string",
635
643
  value: input3.name
636
- }), "integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type || "ssGSEA" === input3.type || $report(_exceptionable2, {
644
+ }), "integer" === input3.type || "float" === input3.type || "date" === input3.type || $report(_exceptionable2, {
637
645
  path: _path2 + ".type",
638
- expected: '("date" | "float" | "geneExpression" | "integer" | "metaboliteIntensity" | "ssGSEA")',
646
+ expected: '("date" | "float" | "integer")',
639
647
  value: input3.type
640
648
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
641
649
  path: _path2 + ".child_types",
@@ -681,32 +689,41 @@ var validViolinRequest = (input) => {
681
689
  path: _path2 + ".skipValuesBuild",
682
690
  expected: "(boolean | undefined)",
683
691
  value: input3.skipValuesBuild
684
- }), ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
685
- path: _path2 + ".bins",
686
- expected: "PresetNumericBins",
687
- value: input3.bins
688
- })) && $vo14(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
689
- path: _path2 + ".bins",
690
- expected: "PresetNumericBins",
691
- value: input3.bins
692
- }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
693
- path: _path2 + ".unit",
694
- expected: "(string | undefined)",
695
- value: input3.unit
696
692
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
697
693
  path: _path2 + ".continuousColorScale",
698
694
  expected: "(__type.o2 | undefined)",
699
695
  value: input3.continuousColorScale
700
- })) && $vo21(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
696
+ })) && $vo14(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
701
697
  path: _path2 + ".continuousColorScale",
702
698
  expected: "(__type.o2 | undefined)",
703
699
  value: input3.continuousColorScale
700
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
701
+ path: _path2 + ".unit",
702
+ expected: "(string | undefined)",
703
+ value: input3.unit
704
+ }), ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
705
+ path: _path2 + ".bins",
706
+ expected: "PresetNumericBins",
707
+ value: input3.bins
708
+ })) && $vo15(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
709
+ path: _path2 + ".bins",
710
+ expected: "PresetNumericBins",
711
+ value: input3.bins
704
712
  })].every((flag) => flag);
705
- const $vo14 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3["default"] && null !== input3["default"] || $report(_exceptionable2, {
713
+ const $vo14 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.minColor || $report(_exceptionable2, {
714
+ path: _path2 + ".minColor",
715
+ expected: "string",
716
+ value: input3.minColor
717
+ }), "string" === typeof input3.maxColor || $report(_exceptionable2, {
718
+ path: _path2 + ".maxColor",
719
+ expected: "string",
720
+ value: input3.maxColor
721
+ })].every((flag) => flag);
722
+ const $vo15 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3["default"] && null !== input3["default"] || $report(_exceptionable2, {
706
723
  path: _path2 + '["default"]',
707
724
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
708
725
  value: input3["default"]
709
- })) && $vu5(input3["default"], _path2 + '["default"]', _exceptionable2) || $report(_exceptionable2, {
726
+ })) && $vu6(input3["default"], _path2 + '["default"]', _exceptionable2) || $report(_exceptionable2, {
710
727
  path: _path2 + '["default"]',
711
728
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
712
729
  value: input3["default"]
@@ -714,7 +731,7 @@ var validViolinRequest = (input) => {
714
731
  path: _path2 + ".less",
715
732
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
716
733
  value: input3.less
717
- })) && $vu5(input3.less, _path2 + ".less", _exceptionable2) || $report(_exceptionable2, {
734
+ })) && $vu6(input3.less, _path2 + ".less", _exceptionable2) || $report(_exceptionable2, {
718
735
  path: _path2 + ".less",
719
736
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
720
737
  value: input3.less
@@ -739,11 +756,11 @@ var validViolinRequest = (input) => {
739
756
  expected: "(number | undefined)",
740
757
  value: input3.max
741
758
  })].every((flag) => flag);
742
- const $vo15 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
759
+ const $vo16 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
743
760
  path: _path2 + ".hiddenValues",
744
761
  expected: "(HiddenValues | undefined)",
745
762
  value: input3.hiddenValues
746
- })) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
763
+ })) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
747
764
  path: _path2 + ".hiddenValues",
748
765
  expected: "(HiddenValues | undefined)",
749
766
  value: input3.hiddenValues
@@ -775,7 +792,7 @@ var validViolinRequest = (input) => {
775
792
  path: _path2 + ".first_bin",
776
793
  expected: "(FullyBoundedBin | StartUnboundedBin)",
777
794
  value: input3.first_bin
778
- })) && $vu6(input3.first_bin, _path2 + ".first_bin", _exceptionable2) || $report(_exceptionable2, {
795
+ })) && $vu7(input3.first_bin, _path2 + ".first_bin", _exceptionable2) || $report(_exceptionable2, {
779
796
  path: _path2 + ".first_bin",
780
797
  expected: "(FullyBoundedBin | StartUnboundedBin)",
781
798
  value: input3.first_bin
@@ -783,7 +800,7 @@ var validViolinRequest = (input) => {
783
800
  path: _path2 + ".last_bin",
784
801
  expected: "(FullyBoundedBin | StopUnboundedBin | undefined)",
785
802
  value: input3.last_bin
786
- })) && $vu7(input3.last_bin, _path2 + ".last_bin", _exceptionable2) || $report(_exceptionable2, {
803
+ })) && $vu8(input3.last_bin, _path2 + ".last_bin", _exceptionable2) || $report(_exceptionable2, {
787
804
  path: _path2 + ".last_bin",
788
805
  expected: "(FullyBoundedBin | StopUnboundedBin | undefined)",
789
806
  value: input3.last_bin
@@ -792,7 +809,7 @@ var validViolinRequest = (input) => {
792
809
  expected: "(number | undefined)",
793
810
  value: input3.label_offset
794
811
  })].every((flag) => flag);
795
- const $vo16 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
812
+ const $vo17 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
796
813
  const value = input3[key];
797
814
  if (void 0 === value)
798
815
  return true;
@@ -804,7 +821,7 @@ var validViolinRequest = (input) => {
804
821
  });
805
822
  return true;
806
823
  }).every((flag) => flag)].every((flag) => flag);
807
- const $vo17 = (input3, _path2, _exceptionable2 = true) => [true === input3.startunbounded || $report(_exceptionable2, {
824
+ const $vo18 = (input3, _path2, _exceptionable2 = true) => [true === input3.startunbounded || $report(_exceptionable2, {
808
825
  path: _path2 + ".startunbounded",
809
826
  expected: "true",
810
827
  value: input3.startunbounded
@@ -829,7 +846,7 @@ var validViolinRequest = (input) => {
829
846
  expected: "(string | undefined)",
830
847
  value: input3.label
831
848
  })].every((flag) => flag);
832
- const $vo18 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.startunbounded || false === input3.startunbounded || $report(_exceptionable2, {
849
+ const $vo19 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.startunbounded || false === input3.startunbounded || $report(_exceptionable2, {
833
850
  path: _path2 + ".startunbounded",
834
851
  expected: "(false | undefined)",
835
852
  value: input3.startunbounded
@@ -858,7 +875,7 @@ var validViolinRequest = (input) => {
858
875
  expected: "(string | undefined)",
859
876
  value: input3.label
860
877
  })].every((flag) => flag);
861
- const $vo19 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.start || $report(_exceptionable2, {
878
+ const $vo20 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.start || $report(_exceptionable2, {
862
879
  path: _path2 + ".start",
863
880
  expected: "number",
864
881
  value: input3.start
@@ -883,11 +900,11 @@ var validViolinRequest = (input) => {
883
900
  expected: "(string | undefined)",
884
901
  value: input3.label
885
902
  })].every((flag) => flag);
886
- const $vo20 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
903
+ const $vo21 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
887
904
  path: _path2 + ".hiddenValues",
888
905
  expected: "(HiddenValues | undefined)",
889
906
  value: input3.hiddenValues
890
- })) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
907
+ })) && $vo17(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
891
908
  path: _path2 + ".hiddenValues",
892
909
  expected: "(HiddenValues | undefined)",
893
910
  value: input3.hiddenValues
@@ -950,16 +967,100 @@ var validViolinRequest = (input) => {
950
967
  expected: '("median" | undefined)',
951
968
  value: input3.preferredBins
952
969
  })].every((flag) => flag);
953
- const $vo21 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.minColor || $report(_exceptionable2, {
954
- path: _path2 + ".minColor",
970
+ const $vo22 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
971
+ path: _path2 + ".id",
955
972
  expected: "string",
956
- value: input3.minColor
957
- }), "string" === typeof input3.maxColor || $report(_exceptionable2, {
958
- path: _path2 + ".maxColor",
973
+ value: input3.id
974
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
975
+ path: _path2 + ".name",
959
976
  expected: "string",
960
- value: input3.maxColor
977
+ value: input3.name
978
+ }), "geneExpression" === input3.type || $report(_exceptionable2, {
979
+ path: _path2 + ".type",
980
+ expected: '"geneExpression"',
981
+ value: input3.type
982
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
983
+ path: _path2 + ".child_types",
984
+ expected: "(Array<string> | undefined)",
985
+ value: input3.child_types
986
+ })) && input3.child_types.map((elem, _index14) => "string" === typeof elem || $report(_exceptionable2, {
987
+ path: _path2 + ".child_types[" + _index14 + "]",
988
+ expected: "string",
989
+ value: elem
990
+ })).every((flag) => flag) || $report(_exceptionable2, {
991
+ path: _path2 + ".child_types",
992
+ expected: "(Array<string> | undefined)",
993
+ value: input3.child_types
994
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
995
+ path: _path2 + ".hashtmldetail",
996
+ expected: "(boolean | undefined)",
997
+ value: input3.hashtmldetail
998
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
999
+ path: _path2 + ".included_types",
1000
+ expected: "(Array<string> | undefined)",
1001
+ value: input3.included_types
1002
+ })) && input3.included_types.map((elem, _index15) => "string" === typeof elem || $report(_exceptionable2, {
1003
+ path: _path2 + ".included_types[" + _index15 + "]",
1004
+ expected: "string",
1005
+ value: elem
1006
+ })).every((flag) => flag) || $report(_exceptionable2, {
1007
+ path: _path2 + ".included_types",
1008
+ expected: "(Array<string> | undefined)",
1009
+ value: input3.included_types
1010
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1011
+ path: _path2 + ".isleaf",
1012
+ expected: "(boolean | undefined)",
1013
+ value: input3.isleaf
1014
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1015
+ path: _path2 + ".values",
1016
+ expected: "(TermValues | undefined)",
1017
+ value: input3.values
1018
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1019
+ path: _path2 + ".values",
1020
+ expected: "(TermValues | undefined)",
1021
+ value: input3.values
1022
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
1023
+ path: _path2 + ".skipValuesBuild",
1024
+ expected: "(boolean | undefined)",
1025
+ value: input3.skipValuesBuild
1026
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1027
+ path: _path2 + ".continuousColorScale",
1028
+ expected: "(__type.o2 | undefined)",
1029
+ value: input3.continuousColorScale
1030
+ })) && $vo14(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1031
+ path: _path2 + ".continuousColorScale",
1032
+ expected: "(__type.o2 | undefined)",
1033
+ value: input3.continuousColorScale
1034
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1035
+ path: _path2 + ".unit",
1036
+ expected: "(string | undefined)",
1037
+ value: input3.unit
1038
+ }), "string" === typeof input3.gene || $report(_exceptionable2, {
1039
+ path: _path2 + ".gene",
1040
+ expected: "string",
1041
+ value: input3.gene
1042
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1043
+ path: _path2 + ".bins",
1044
+ expected: "(PresetNumericBins | undefined)",
1045
+ value: input3.bins
1046
+ })) && $vo15(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1047
+ path: _path2 + ".bins",
1048
+ expected: "(PresetNumericBins | undefined)",
1049
+ value: input3.bins
1050
+ }), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
1051
+ path: _path2 + ".chr",
1052
+ expected: "(string | undefined)",
1053
+ value: input3.chr
1054
+ }), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
1055
+ path: _path2 + ".start",
1056
+ expected: "(number | undefined)",
1057
+ value: input3.start
1058
+ }), void 0 === input3.stop || "number" === typeof input3.stop || $report(_exceptionable2, {
1059
+ path: _path2 + ".stop",
1060
+ expected: "(number | undefined)",
1061
+ value: input3.stop
961
1062
  })].every((flag) => flag);
962
- const $vo22 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1063
+ const $vo23 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
963
1064
  path: _path2 + ".key",
964
1065
  expected: "string",
965
1066
  value: input3.key
@@ -976,7 +1077,7 @@ var validViolinRequest = (input) => {
976
1077
  expected: "(string | undefined)",
977
1078
  value: input3.label
978
1079
  })].every((flag) => flag);
979
- const $vo23 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1080
+ const $vo24 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
980
1081
  path: _path2 + ".join",
981
1082
  expected: "(string | undefined)",
982
1083
  value: input3.join
@@ -988,7 +1089,7 @@ var validViolinRequest = (input) => {
988
1089
  path: _path2 + ".term",
989
1090
  expected: "ConditionTerm",
990
1091
  value: input3.term
991
- })) && $vo24(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1092
+ })) && $vo25(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
992
1093
  path: _path2 + ".term",
993
1094
  expected: "ConditionTerm",
994
1095
  value: input3.term
@@ -1008,12 +1109,12 @@ var validViolinRequest = (input) => {
1008
1109
  path: _path2 + ".grade_and_child",
1009
1110
  expected: "(Array<GradeAndChildEntry> | undefined)",
1010
1111
  value: input3.grade_and_child
1011
- })) && input3.grade_and_child.map((elem, _index14) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1012
- path: _path2 + ".grade_and_child[" + _index14 + "]",
1112
+ })) && input3.grade_and_child.map((elem, _index16) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1113
+ path: _path2 + ".grade_and_child[" + _index16 + "]",
1013
1114
  expected: "GradeAndChildEntry",
1014
1115
  value: elem
1015
- })) && $vo25(elem, _path2 + ".grade_and_child[" + _index14 + "]", _exceptionable2) || $report(_exceptionable2, {
1016
- path: _path2 + ".grade_and_child[" + _index14 + "]",
1116
+ })) && $vo26(elem, _path2 + ".grade_and_child[" + _index16 + "]", _exceptionable2) || $report(_exceptionable2, {
1117
+ path: _path2 + ".grade_and_child[" + _index16 + "]",
1017
1118
  expected: "GradeAndChildEntry",
1018
1119
  value: elem
1019
1120
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1021,7 +1122,7 @@ var validViolinRequest = (input) => {
1021
1122
  expected: "(Array<GradeAndChildEntry> | undefined)",
1022
1123
  value: input3.grade_and_child
1023
1124
  })].every((flag) => flag);
1024
- const $vo24 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1125
+ const $vo25 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1025
1126
  path: _path2 + ".id",
1026
1127
  expected: "string",
1027
1128
  value: input3.id
@@ -1037,8 +1138,8 @@ var validViolinRequest = (input) => {
1037
1138
  path: _path2 + ".child_types",
1038
1139
  expected: "(Array<string> | undefined)",
1039
1140
  value: input3.child_types
1040
- })) && input3.child_types.map((elem, _index15) => "string" === typeof elem || $report(_exceptionable2, {
1041
- path: _path2 + ".child_types[" + _index15 + "]",
1141
+ })) && input3.child_types.map((elem, _index17) => "string" === typeof elem || $report(_exceptionable2, {
1142
+ path: _path2 + ".child_types[" + _index17 + "]",
1042
1143
  expected: "string",
1043
1144
  value: elem
1044
1145
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1053,8 +1154,8 @@ var validViolinRequest = (input) => {
1053
1154
  path: _path2 + ".included_types",
1054
1155
  expected: "(Array<string> | undefined)",
1055
1156
  value: input3.included_types
1056
- })) && input3.included_types.map((elem, _index16) => "string" === typeof elem || $report(_exceptionable2, {
1057
- path: _path2 + ".included_types[" + _index16 + "]",
1157
+ })) && input3.included_types.map((elem, _index18) => "string" === typeof elem || $report(_exceptionable2, {
1158
+ path: _path2 + ".included_types[" + _index18 + "]",
1058
1159
  expected: "string",
1059
1160
  value: elem
1060
1161
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1078,7 +1179,7 @@ var validViolinRequest = (input) => {
1078
1179
  expected: "(boolean | undefined)",
1079
1180
  value: input3.skipValuesBuild
1080
1181
  })].every((flag) => flag);
1081
- const $vo25 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1182
+ const $vo26 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1082
1183
  path: _path2 + ".grade",
1083
1184
  expected: "number",
1084
1185
  value: input3.grade
@@ -1095,7 +1196,7 @@ var validViolinRequest = (input) => {
1095
1196
  expected: "string",
1096
1197
  value: input3.child_label
1097
1198
  })].every((flag) => flag);
1098
- const $vo26 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1199
+ const $vo27 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1099
1200
  path: _path2 + ".join",
1100
1201
  expected: "(string | undefined)",
1101
1202
  value: input3.join
@@ -1107,7 +1208,7 @@ var validViolinRequest = (input) => {
1107
1208
  path: _path2 + ".term",
1108
1209
  expected: "DtTerm",
1109
1210
  value: input3.term
1110
- })) && $vo27(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1211
+ })) && $vo28(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1111
1212
  path: _path2 + ".term",
1112
1213
  expected: "DtTerm",
1113
1214
  value: input3.term
@@ -1115,12 +1216,12 @@ var validViolinRequest = (input) => {
1115
1216
  path: _path2 + ".values",
1116
1217
  expected: "Array<__type>.o2",
1117
1218
  value: input3.values
1118
- })) && input3.values.map((elem, _index17) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1119
- path: _path2 + ".values[" + _index17 + "]",
1219
+ })) && input3.values.map((elem, _index19) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1220
+ path: _path2 + ".values[" + _index19 + "]",
1120
1221
  expected: "__type.o4",
1121
1222
  value: elem
1122
- })) && $vo32(elem, _path2 + ".values[" + _index17 + "]", _exceptionable2) || $report(_exceptionable2, {
1123
- path: _path2 + ".values[" + _index17 + "]",
1223
+ })) && $vo33(elem, _path2 + ".values[" + _index19 + "]", _exceptionable2) || $report(_exceptionable2, {
1224
+ path: _path2 + ".values[" + _index19 + "]",
1124
1225
  expected: "__type.o4",
1125
1226
  value: elem
1126
1227
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1136,7 +1237,7 @@ var validViolinRequest = (input) => {
1136
1237
  expected: "(boolean | undefined)",
1137
1238
  value: input3.excludeGeneName
1138
1239
  })].every((flag) => flag);
1139
- const $vo27 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1240
+ const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1140
1241
  path: _path2 + ".id",
1141
1242
  expected: "string",
1142
1243
  value: input3.id
@@ -1156,7 +1257,7 @@ var validViolinRequest = (input) => {
1156
1257
  path: _path2 + ".parentTerm",
1157
1258
  expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
1158
1259
  value: input3.parentTerm
1159
- })) && $vu8(input3.parentTerm, _path2 + ".parentTerm", _exceptionable2) || $report(_exceptionable2, {
1260
+ })) && $vu9(input3.parentTerm, _path2 + ".parentTerm", _exceptionable2) || $report(_exceptionable2, {
1160
1261
  path: _path2 + ".parentTerm",
1161
1262
  expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
1162
1263
  value: input3.parentTerm
@@ -1185,7 +1286,7 @@ var validViolinRequest = (input) => {
1185
1286
  expected: "TermValues",
1186
1287
  value: input3.values
1187
1288
  })].every((flag) => flag);
1188
- const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1289
+ const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1189
1290
  path: _path2 + ".id",
1190
1291
  expected: "string",
1191
1292
  value: input3.id
@@ -1201,8 +1302,8 @@ var validViolinRequest = (input) => {
1201
1302
  path: _path2 + ".child_types",
1202
1303
  expected: "(Array<string> | undefined)",
1203
1304
  value: input3.child_types
1204
- })) && input3.child_types.map((elem, _index18) => "string" === typeof elem || $report(_exceptionable2, {
1205
- path: _path2 + ".child_types[" + _index18 + "]",
1305
+ })) && input3.child_types.map((elem, _index20) => "string" === typeof elem || $report(_exceptionable2, {
1306
+ path: _path2 + ".child_types[" + _index20 + "]",
1206
1307
  expected: "string",
1207
1308
  value: elem
1208
1309
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1217,8 +1318,8 @@ var validViolinRequest = (input) => {
1217
1318
  path: _path2 + ".included_types",
1218
1319
  expected: "(Array<string> | undefined)",
1219
1320
  value: input3.included_types
1220
- })) && input3.included_types.map((elem, _index19) => "string" === typeof elem || $report(_exceptionable2, {
1221
- path: _path2 + ".included_types[" + _index19 + "]",
1321
+ })) && input3.included_types.map((elem, _index21) => "string" === typeof elem || $report(_exceptionable2, {
1322
+ path: _path2 + ".included_types[" + _index21 + "]",
1222
1323
  expected: "string",
1223
1324
  value: elem
1224
1325
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1265,12 +1366,12 @@ var validViolinRequest = (input) => {
1265
1366
  path: _path2 + ".genes",
1266
1367
  expected: "Array<GvGeneTerm>",
1267
1368
  value: input3.genes
1268
- })) && input3.genes.map((elem, _index20) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1269
- path: _path2 + ".genes[" + _index20 + "]",
1369
+ })) && input3.genes.map((elem, _index22) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1370
+ path: _path2 + ".genes[" + _index22 + "]",
1270
1371
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1271
1372
  value: elem
1272
- })) && $vu3(elem, _path2 + ".genes[" + _index20 + "]", _exceptionable2) || $report(_exceptionable2, {
1273
- path: _path2 + ".genes[" + _index20 + "]",
1373
+ })) && $vu3(elem, _path2 + ".genes[" + _index22 + "]", _exceptionable2) || $report(_exceptionable2, {
1374
+ path: _path2 + ".genes[" + _index22 + "]",
1274
1375
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1275
1376
  value: elem
1276
1377
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1289,12 +1390,12 @@ var validViolinRequest = (input) => {
1289
1390
  path: _path2 + ".childTerms",
1290
1391
  expected: "(Array<DtTerm> | undefined)",
1291
1392
  value: input3.childTerms
1292
- })) && input3.childTerms.map((elem, _index21) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1293
- path: _path2 + ".childTerms[" + _index21 + "]",
1393
+ })) && input3.childTerms.map((elem, _index23) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1394
+ path: _path2 + ".childTerms[" + _index23 + "]",
1294
1395
  expected: "DtTerm",
1295
1396
  value: elem
1296
- })) && $vo27(elem, _path2 + ".childTerms[" + _index21 + "]", _exceptionable2) || $report(_exceptionable2, {
1297
- path: _path2 + ".childTerms[" + _index21 + "]",
1397
+ })) && $vo28(elem, _path2 + ".childTerms[" + _index23 + "]", _exceptionable2) || $report(_exceptionable2, {
1398
+ path: _path2 + ".childTerms[" + _index23 + "]",
1298
1399
  expected: "DtTerm",
1299
1400
  value: elem
1300
1401
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1302,7 +1403,7 @@ var validViolinRequest = (input) => {
1302
1403
  expected: "(Array<DtTerm> | undefined)",
1303
1404
  value: input3.childTerms
1304
1405
  })].every((flag) => flag);
1305
- const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1406
+ const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1306
1407
  path: _path2 + ".id",
1307
1408
  expected: "string",
1308
1409
  value: input3.id
@@ -1318,8 +1419,8 @@ var validViolinRequest = (input) => {
1318
1419
  path: _path2 + ".child_types",
1319
1420
  expected: "(Array<string> | undefined)",
1320
1421
  value: input3.child_types
1321
- })) && input3.child_types.map((elem, _index22) => "string" === typeof elem || $report(_exceptionable2, {
1322
- path: _path2 + ".child_types[" + _index22 + "]",
1422
+ })) && input3.child_types.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
1423
+ path: _path2 + ".child_types[" + _index24 + "]",
1323
1424
  expected: "string",
1324
1425
  value: elem
1325
1426
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1334,8 +1435,8 @@ var validViolinRequest = (input) => {
1334
1435
  path: _path2 + ".included_types",
1335
1436
  expected: "(Array<string> | undefined)",
1336
1437
  value: input3.included_types
1337
- })) && input3.included_types.map((elem, _index23) => "string" === typeof elem || $report(_exceptionable2, {
1338
- path: _path2 + ".included_types[" + _index23 + "]",
1438
+ })) && input3.included_types.map((elem, _index25) => "string" === typeof elem || $report(_exceptionable2, {
1439
+ path: _path2 + ".included_types[" + _index25 + "]",
1339
1440
  expected: "string",
1340
1441
  value: elem
1341
1442
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1379,7 +1480,7 @@ var validViolinRequest = (input) => {
1379
1480
  expected: "(number | undefined)",
1380
1481
  value: input3.stop
1381
1482
  })].every((flag) => flag);
1382
- const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1483
+ const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1383
1484
  path: _path2 + ".id",
1384
1485
  expected: "string",
1385
1486
  value: input3.id
@@ -1395,8 +1496,8 @@ var validViolinRequest = (input) => {
1395
1496
  path: _path2 + ".child_types",
1396
1497
  expected: "(Array<string> | undefined)",
1397
1498
  value: input3.child_types
1398
- })) && input3.child_types.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
1399
- path: _path2 + ".child_types[" + _index24 + "]",
1499
+ })) && input3.child_types.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
1500
+ path: _path2 + ".child_types[" + _index26 + "]",
1400
1501
  expected: "string",
1401
1502
  value: elem
1402
1503
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1411,8 +1512,8 @@ var validViolinRequest = (input) => {
1411
1512
  path: _path2 + ".included_types",
1412
1513
  expected: "(Array<string> | undefined)",
1413
1514
  value: input3.included_types
1414
- })) && input3.included_types.map((elem, _index25) => "string" === typeof elem || $report(_exceptionable2, {
1415
- path: _path2 + ".included_types[" + _index25 + "]",
1515
+ })) && input3.included_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
1516
+ path: _path2 + ".included_types[" + _index27 + "]",
1416
1517
  expected: "string",
1417
1518
  value: elem
1418
1519
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1452,7 +1553,7 @@ var validViolinRequest = (input) => {
1452
1553
  expected: "number",
1453
1554
  value: input3.stop
1454
1555
  })].every((flag) => flag);
1455
- const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1556
+ const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1456
1557
  path: _path2 + ".id",
1457
1558
  expected: "string",
1458
1559
  value: input3.id
@@ -1468,8 +1569,8 @@ var validViolinRequest = (input) => {
1468
1569
  path: _path2 + ".child_types",
1469
1570
  expected: "(Array<string> | undefined)",
1470
1571
  value: input3.child_types
1471
- })) && input3.child_types.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
1472
- path: _path2 + ".child_types[" + _index26 + "]",
1572
+ })) && input3.child_types.map((elem, _index28) => "string" === typeof elem || $report(_exceptionable2, {
1573
+ path: _path2 + ".child_types[" + _index28 + "]",
1473
1574
  expected: "string",
1474
1575
  value: elem
1475
1576
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1484,8 +1585,8 @@ var validViolinRequest = (input) => {
1484
1585
  path: _path2 + ".included_types",
1485
1586
  expected: "(Array<string> | undefined)",
1486
1587
  value: input3.included_types
1487
- })) && input3.included_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
1488
- path: _path2 + ".included_types[" + _index27 + "]",
1588
+ })) && input3.included_types.map((elem, _index29) => "string" === typeof elem || $report(_exceptionable2, {
1589
+ path: _path2 + ".included_types[" + _index29 + "]",
1489
1590
  expected: "string",
1490
1591
  value: elem
1491
1592
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1528,12 +1629,12 @@ var validViolinRequest = (input) => {
1528
1629
  path: _path2 + ".genes",
1529
1630
  expected: "Array<GvGeneTerm>",
1530
1631
  value: input3.genes
1531
- })) && input3.genes.map((elem, _index28) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1532
- path: _path2 + ".genes[" + _index28 + "]",
1632
+ })) && input3.genes.map((elem, _index30) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1633
+ path: _path2 + ".genes[" + _index30 + "]",
1533
1634
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1534
1635
  value: elem
1535
- })) && $vu3(elem, _path2 + ".genes[" + _index28 + "]", _exceptionable2) || $report(_exceptionable2, {
1536
- path: _path2 + ".genes[" + _index28 + "]",
1636
+ })) && $vu3(elem, _path2 + ".genes[" + _index30 + "]", _exceptionable2) || $report(_exceptionable2, {
1637
+ path: _path2 + ".genes[" + _index30 + "]",
1537
1638
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1538
1639
  value: elem
1539
1640
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1552,12 +1653,12 @@ var validViolinRequest = (input) => {
1552
1653
  path: _path2 + ".childTerms",
1553
1654
  expected: "(Array<DtTerm> | undefined)",
1554
1655
  value: input3.childTerms
1555
- })) && input3.childTerms.map((elem, _index29) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1556
- path: _path2 + ".childTerms[" + _index29 + "]",
1656
+ })) && input3.childTerms.map((elem, _index31) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1657
+ path: _path2 + ".childTerms[" + _index31 + "]",
1557
1658
  expected: "DtTerm",
1558
1659
  value: elem
1559
- })) && $vo27(elem, _path2 + ".childTerms[" + _index29 + "]", _exceptionable2) || $report(_exceptionable2, {
1560
- path: _path2 + ".childTerms[" + _index29 + "]",
1660
+ })) && $vo28(elem, _path2 + ".childTerms[" + _index31 + "]", _exceptionable2) || $report(_exceptionable2, {
1661
+ path: _path2 + ".childTerms[" + _index31 + "]",
1561
1662
  expected: "DtTerm",
1562
1663
  value: elem
1563
1664
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1565,7 +1666,7 @@ var validViolinRequest = (input) => {
1565
1666
  expected: "(Array<DtTerm> | undefined)",
1566
1667
  value: input3.childTerms
1567
1668
  })].every((flag) => flag);
1568
- const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1669
+ const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1569
1670
  path: _path2 + ".key",
1570
1671
  expected: "string",
1571
1672
  value: input3.key
@@ -1602,16 +1703,16 @@ var validViolinRequest = (input) => {
1602
1703
  })();
1603
1704
  const $vu2 = (input3, _path2, _exceptionable2 = true) => (() => {
1604
1705
  if (true === input3.startunbounded)
1605
- return $vo17(input3, _path2, _exceptionable2);
1706
+ return $vo18(input3, _path2, _exceptionable2);
1606
1707
  if (true === input3.stopunbounded)
1607
- return $vo19(input3, _path2, _exceptionable2);
1608
- return $vo18(input3, _path2, _exceptionable2);
1708
+ return $vo20(input3, _path2, _exceptionable2);
1709
+ return $vo19(input3, _path2, _exceptionable2);
1609
1710
  })();
1610
1711
  const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
1611
1712
  if ("gene" === input3.kind)
1612
- return $vo29(input3, _path2, _exceptionable2);
1613
- if ("coord" === input3.kind)
1614
1713
  return $vo30(input3, _path2, _exceptionable2);
1714
+ if ("coord" === input3.kind)
1715
+ return $vo31(input3, _path2, _exceptionable2);
1615
1716
  return $report(_exceptionable2, {
1616
1717
  path: _path2,
1617
1718
  expected: "(BaseTerm & Gene | BaseTerm & Coord)",
@@ -1621,46 +1722,57 @@ var validViolinRequest = (input) => {
1621
1722
  const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
1622
1723
  if (void 0 !== input3.ranges)
1623
1724
  return $vo12(input3, _path2, _exceptionable2);
1624
- return $vo3(input3, _path2, false) || $vo23(input3, _path2, false) || $vo26(input3, _path2, false);
1725
+ return $vo3(input3, _path2, false) || $vo24(input3, _path2, false) || $vo27(input3, _path2, false);
1625
1726
  })();
1626
1727
  const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
1728
+ if ("integer" === input3.type || "float" === input3.type || "date" === input3.type)
1729
+ return $vo13(input3, _path2, _exceptionable2);
1730
+ if ("geneExpression" === input3.type)
1731
+ return $vo22(input3, _path2, _exceptionable2);
1732
+ return $report(_exceptionable2, {
1733
+ path: _path2,
1734
+ expected: "(NumericDictTerm | GeneExpressionTerm)",
1735
+ value: input3
1736
+ });
1737
+ })();
1738
+ const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
1627
1739
  if ("regular-bin" === input3.type)
1628
- return $vo15(input3, _path2, _exceptionable2);
1740
+ return $vo16(input3, _path2, _exceptionable2);
1629
1741
  if ("custom-bin" === input3.type)
1630
- return $vo20(input3, _path2, _exceptionable2);
1742
+ return $vo21(input3, _path2, _exceptionable2);
1631
1743
  return $report(_exceptionable2, {
1632
1744
  path: _path2,
1633
1745
  expected: "(RegularNumericBinConfig | CustomNumericBinConfig)",
1634
1746
  value: input3
1635
1747
  });
1636
1748
  })();
1637
- const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
1749
+ const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
1638
1750
  if (true === input3.startunbounded)
1639
- return $vo17(input3, _path2, _exceptionable2);
1640
- if (void 0 !== input3.start)
1641
1751
  return $vo18(input3, _path2, _exceptionable2);
1752
+ if (void 0 !== input3.start)
1753
+ return $vo19(input3, _path2, _exceptionable2);
1642
1754
  return $report(_exceptionable2, {
1643
1755
  path: _path2,
1644
1756
  expected: "(StartUnboundedBin | FullyBoundedBin)",
1645
1757
  value: input3
1646
1758
  });
1647
1759
  })();
1648
- const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
1760
+ const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
1649
1761
  if (void 0 !== input3.stop)
1650
- return $vo18(input3, _path2, _exceptionable2);
1651
- if (true === input3.stopunbounded)
1652
1762
  return $vo19(input3, _path2, _exceptionable2);
1763
+ if (true === input3.stopunbounded)
1764
+ return $vo20(input3, _path2, _exceptionable2);
1653
1765
  return $report(_exceptionable2, {
1654
1766
  path: _path2,
1655
1767
  expected: "(FullyBoundedBin | StopUnboundedBin)",
1656
1768
  value: input3
1657
1769
  });
1658
1770
  })();
1659
- const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
1771
+ const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
1660
1772
  if ("gene" === input3.kind)
1661
- return $vo28(input3, _path2, _exceptionable2);
1773
+ return $vo29(input3, _path2, _exceptionable2);
1662
1774
  if ("coord" === input3.kind)
1663
- return $vo31(input3, _path2, _exceptionable2);
1775
+ return $vo32(input3, _path2, _exceptionable2);
1664
1776
  return $report(_exceptionable2, {
1665
1777
  path: _path2,
1666
1778
  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; })',