@sjcrh/proteinpaint-types 2.150.0 → 2.152.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 (33) hide show
  1. package/dist/brainImaging.js +1 -1
  2. package/dist/{chunk-OSBVSZBB.js → chunk-5BNDT4E6.js} +13 -77
  3. package/dist/{chunk-TTUU5XQC.js → chunk-5F24QFE7.js} +471 -253
  4. package/dist/{chunk-KSVIBMFQ.js → chunk-5OMJAZK4.js} +323 -185
  5. package/dist/{chunk-WL7ZVGZS.js → chunk-C27KCAQH.js} +476 -302
  6. package/dist/{chunk-5MGSKBUU.js → chunk-CC32XCET.js} +950 -574
  7. package/dist/{chunk-OZ3CVAFP.js → chunk-EBPGV76U.js} +279 -157
  8. package/dist/{chunk-KQNLROUN.js → chunk-GZKTMVAU.js} +750 -410
  9. package/dist/{chunk-3SKFYOKV.js → chunk-JT4DSNJ3.js} +476 -302
  10. package/dist/{chunk-75GS5ZG5.js → chunk-LXW2FSLR.js} +526 -352
  11. package/dist/{chunk-RA7IEGS4.js → chunk-MCL6EDOS.js} +482 -308
  12. package/dist/{chunk-DBSRGRXR.js → chunk-OAETETAO.js} +279 -157
  13. package/dist/{chunk-4MLQS6N7.js → chunk-OLWNM7QP.js} +279 -157
  14. package/dist/{chunk-MMFL6N5M.js → chunk-OLXOQLZH.js} +279 -157
  15. package/dist/{chunk-4SJC57Y6.js → chunk-ZXPLL3NT.js} +476 -302
  16. package/dist/correlationVolcano.js +1 -1
  17. package/dist/index.js +14 -14
  18. package/dist/termdb.boxplot.js +1 -1
  19. package/dist/termdb.categories.js +1 -1
  20. package/dist/termdb.chat.js +1 -1
  21. package/dist/termdb.cluster.js +1 -1
  22. package/dist/termdb.descrstats.js +1 -1
  23. package/dist/termdb.numericcategories.js +1 -1
  24. package/dist/termdb.percentile.js +1 -1
  25. package/dist/termdb.sampleScatter.js +1 -1
  26. package/dist/termdb.termsbyids.js +1 -1
  27. package/dist/termdb.topTermsByType.js +1 -1
  28. package/dist/termdb.topVariablyExpressedGenes.js +1 -1
  29. package/dist/termdb.violin.js +1 -1
  30. package/package.json +1 -1
  31. package/src/routes/termdb.sampleScatter.ts +1 -3
  32. package/src/terms/numeric.ts +17 -1
  33. package/src/terms/term.ts +5 -0
@@ -28,7 +28,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
28
28
  const $io3 = (input3) => "tvslst" === input3.type && "boolean" === typeof input3["in"] && "string" === typeof input3.join && (void 0 === input3.tag || "string" === typeof input3.tag) && (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $iu0(elem)));
29
29
  const $io4 = (input3) => "tvs" === input3.type && ("object" === typeof input3.tvs && null !== input3.tvs && $iu4(input3.tvs));
30
30
  const $io5 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io6(input3.term)) && (void 0 === input3.groupset_label || "string" === typeof input3.groupset_label) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && $io8(elem)));
31
- const $io6 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting));
31
+ const $io6 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io9(input3.valueConversion)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io10(input3.groupsetting));
32
32
  const $io7 = (input3) => Object.keys(input3).every((key) => {
33
33
  const value = input3[key];
34
34
  if (void 0 === value)
@@ -40,17 +40,18 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
40
40
  return true;
41
41
  });
42
42
  const $io8 = (input3) => (void 0 === input3.key || "string" === typeof input3.key) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable) && (void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label) && (void 0 === input3.order || "string" === typeof input3.order) && (void 0 === input3.color || "string" === typeof input3.color) && (void 0 === input3.group || "number" === typeof input3.group) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io3(input3.filter));
43
- const $io9 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io10(elem)));
44
- const $io10 = (input3) => "string" === typeof input3.name && (void 0 === input3.is_grade || "boolean" === typeof input3.is_grade) && (void 0 === input3.is_subcondition || "boolean" === typeof input3.is_subcondition) && (void 0 === input3.dt || "number" === typeof input3.dt) && (Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem)));
45
- const $io11 = (input3) => "string" === typeof input3.name && "string" === typeof input3.type && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io12(elem))) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
46
- const $io12 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
47
- const $io13 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io3(input3.filter)) && "string" === typeof input3.color;
48
- const $io14 = (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 && $io29(elem)));
49
- const $io15 = (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) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
50
- const $io16 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
51
- const $io17 = (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);
52
- const $io18 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io19(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);
53
- const $io19 = (input3) => Object.keys(input3).every((key) => {
43
+ const $io9 = (input3) => "string" === typeof input3.fromUnit && "string" === typeof input3.toUnit && "string" === typeof input3.scaleFactor;
44
+ const $io10 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io11(elem)));
45
+ const $io11 = (input3) => "string" === typeof input3.name && (void 0 === input3.is_grade || "boolean" === typeof input3.is_grade) && (void 0 === input3.is_subcondition || "boolean" === typeof input3.is_subcondition) && (void 0 === input3.dt || "number" === typeof input3.dt) && (Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem)));
46
+ const $io12 = (input3) => "string" === typeof input3.name && "string" === typeof input3.type && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io13(elem))) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
47
+ const $io13 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
48
+ const $io14 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io3(input3.filter)) && "string" === typeof input3.color;
49
+ const $io15 = (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 && $io30(elem)));
50
+ const $io16 = (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) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io9(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io17(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io18(input3.bins));
51
+ const $io17 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
52
+ const $io18 = (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);
53
+ const $io19 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io20(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) && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && (void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive) && (void 0 === input3.rounding || "string" === typeof input3.rounding);
54
+ const $io20 = (input3) => Object.keys(input3).every((key) => {
54
55
  const value = input3[key];
55
56
  if (void 0 === value)
56
57
  return true;
@@ -58,26 +59,26 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
58
59
  return "number" === typeof value;
59
60
  return true;
60
61
  });
61
- const $io20 = (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) && (void 0 === input3.range || "string" === typeof input3.range);
62
- const $io21 = (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) && (void 0 === input3.range || "string" === typeof input3.range);
63
- const $io22 = (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) && (void 0 === input3.range || "string" === typeof input3.range);
64
- const $io23 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io19(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);
65
- const $io24 = (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) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins)) && (void 0 === input3.kind || "gene" === input3.kind) && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
66
- const $io25 = (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) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins)) && (void 0 === input3.kind || "coord" === input3.kind) && (void 0 === input3.gene || "string" === typeof input3.gene) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
67
- const $io26 = (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) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(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 && $io17(input3.bins));
68
- const $io27 = (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) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
69
- const $io28 = (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) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(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 && $io17(input3.bins));
70
- const $io29 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
71
- const $io30 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io31(input3.term)) && (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 && $io32(elem)));
72
- const $io31 = (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) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
73
- const $io32 = (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;
74
- const $io33 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io34(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io39(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName);
75
- const $io34 = (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) && $io7(input3.values));
76
- const $io35 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io7(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 && $io9(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)));
77
- const $io36 = (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) && $io7(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);
78
- const $io37 = (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) && $io7(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;
79
- const $io38 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io7(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 && $io9(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)));
80
- const $io39 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
62
+ const $io21 = (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) && (void 0 === input3.range || "string" === typeof input3.range);
63
+ const $io22 = (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) && (void 0 === input3.range || "string" === typeof input3.range);
64
+ const $io23 = (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) && (void 0 === input3.range || "string" === typeof input3.range);
65
+ const $io24 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io20(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);
66
+ const $io25 = (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) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io9(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io17(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io18(input3.bins)) && (void 0 === input3.kind || "gene" === input3.kind) && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
67
+ const $io26 = (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) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io9(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io17(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io18(input3.bins)) && (void 0 === input3.kind || "coord" === input3.kind) && (void 0 === input3.gene || "string" === typeof input3.gene) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
68
+ const $io27 = (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) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io9(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io17(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 && $io18(input3.bins));
69
+ const $io28 = (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) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io9(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io17(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io18(input3.bins));
70
+ const $io29 = (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) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io9(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io17(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 && $io18(input3.bins));
71
+ const $io30 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
72
+ const $io31 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io32(input3.term)) && (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 && $io33(elem)));
73
+ const $io32 = (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) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io9(input3.valueConversion));
74
+ const $io33 = (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;
75
+ const $io34 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io35(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io40(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName);
76
+ const $io35 = (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) && $io7(input3.values));
77
+ const $io36 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io9(input3.valueConversion)) && "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 && $io10(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io35(elem)));
78
+ const $io37 = (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) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io9(input3.valueConversion)) && "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);
79
+ const $io38 = (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) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io9(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
80
+ const $io39 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io7(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io9(input3.valueConversion)) && "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 && $io10(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io35(elem)));
81
+ const $io40 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
81
82
  const $iu0 = (input3) => (() => {
82
83
  if ("tvslst" === input3.type)
83
84
  return $io3(input3);
@@ -87,81 +88,81 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
87
88
  })();
88
89
  const $iu1 = (input3) => (() => {
89
90
  if ("string" === typeof input3.type)
90
- return $io11(input3);
91
+ return $io12(input3);
91
92
  if ("filter" === input3.type)
92
- return $io13(input3);
93
+ return $io14(input3);
93
94
  return false;
94
95
  })();
95
96
  const $iu2 = (input3) => (() => {
96
97
  if (true === input3.startunbounded)
97
- return $io20(input3);
98
+ return $io21(input3);
98
99
  if (true === input3.stopunbounded)
99
- return $io22(input3);
100
- return $io21(input3);
100
+ return $io23(input3);
101
+ return $io22(input3);
101
102
  })();
102
103
  const $iu3 = (input3) => (() => {
103
104
  if ("gene" === input3.kind)
104
- return $io36(input3);
105
- if ("coord" === input3.kind)
106
105
  return $io37(input3);
106
+ if ("coord" === input3.kind)
107
+ return $io38(input3);
107
108
  return false;
108
109
  })();
109
110
  const $iu4 = (input3) => (() => {
110
111
  if (void 0 !== input3.ranges)
111
- return $io14(input3);
112
+ return $io15(input3);
112
113
  return (() => {
113
114
  if ($io5(input3))
114
115
  return $io5(input3);
115
- if ($io30(input3))
116
- return $io30(input3);
117
- if ($io33(input3))
118
- return $io33(input3);
116
+ if ($io31(input3))
117
+ return $io31(input3);
118
+ if ($io34(input3))
119
+ return $io34(input3);
119
120
  return false;
120
121
  })();
121
122
  })();
122
123
  const $iu5 = (input3) => (() => {
123
124
  if ("integer" === input3.type || "float" === input3.type)
124
- return $io15(input3);
125
+ return $io16(input3);
125
126
  if ("metaboliteIntensity" === input3.type)
126
- return $io26(input3);
127
- if ("date" === input3.type)
128
127
  return $io27(input3);
129
- if ("ssGSEA" === input3.type)
128
+ if ("date" === input3.type)
130
129
  return $io28(input3);
130
+ if ("ssGSEA" === input3.type)
131
+ return $io29(input3);
131
132
  return (() => {
133
+ if ($io26(input3))
134
+ return $io26(input3);
132
135
  if ($io25(input3))
133
136
  return $io25(input3);
134
- if ($io24(input3))
135
- return $io24(input3);
136
137
  return false;
137
138
  })();
138
139
  })();
139
140
  const $iu6 = (input3) => (() => {
140
141
  if ("regular-bin" === input3.type)
141
- return $io18(input3);
142
+ return $io19(input3);
142
143
  if ("custom-bin" === input3.type)
143
- return $io23(input3);
144
+ return $io24(input3);
144
145
  return false;
145
146
  })();
146
147
  const $iu7 = (input3) => (() => {
147
148
  if (true === input3.startunbounded)
148
- return $io20(input3);
149
- if (void 0 !== input3.start)
150
149
  return $io21(input3);
150
+ if (void 0 !== input3.start)
151
+ return $io22(input3);
151
152
  return false;
152
153
  })();
153
154
  const $iu8 = (input3) => (() => {
154
155
  if (void 0 !== input3.stop)
155
- return $io21(input3);
156
- if (true === input3.stopunbounded)
157
156
  return $io22(input3);
157
+ if (true === input3.stopunbounded)
158
+ return $io23(input3);
158
159
  return false;
159
160
  })();
160
161
  const $iu9 = (input3) => (() => {
161
162
  if ("gene" === input3.kind)
162
- return $io35(input3);
163
+ return $io36(input3);
163
164
  if ("coord" === input3.kind)
164
- return $io38(input3);
165
+ return $io39(input3);
165
166
  return false;
166
167
  })();
167
168
  return "object" === typeof input2 && null !== input2 && $io0(input2);
@@ -384,11 +385,19 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
384
385
  path: _path2 + ".skipValuesBuild",
385
386
  expected: "(boolean | undefined)",
386
387
  value: input3.skipValuesBuild
388
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
389
+ path: _path2 + ".valueConversion",
390
+ expected: "(__type.o3 | undefined)",
391
+ value: input3.valueConversion
392
+ })) && $vo9(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
393
+ path: _path2 + ".valueConversion",
394
+ expected: "(__type.o3 | undefined)",
395
+ value: input3.valueConversion
387
396
  }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
388
397
  path: _path2 + ".groupsetting",
389
398
  expected: "TermGroupSetting",
390
399
  value: input3.groupsetting
391
- })) && $vo9(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
400
+ })) && $vo10(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
392
401
  path: _path2 + ".groupsetting",
393
402
  expected: "TermGroupSetting",
394
403
  value: input3.groupsetting
@@ -452,7 +461,20 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
452
461
  expected: "(Filter | undefined)",
453
462
  value: input3.filter
454
463
  })].every((flag) => flag);
455
- const $vo9 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
464
+ const $vo9 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.fromUnit || $report(_exceptionable2, {
465
+ path: _path2 + ".fromUnit",
466
+ expected: "string",
467
+ value: input3.fromUnit
468
+ }), "string" === typeof input3.toUnit || $report(_exceptionable2, {
469
+ path: _path2 + ".toUnit",
470
+ expected: "string",
471
+ value: input3.toUnit
472
+ }), "string" === typeof input3.scaleFactor || $report(_exceptionable2, {
473
+ path: _path2 + ".scaleFactor",
474
+ expected: "string",
475
+ value: input3.scaleFactor
476
+ })].every((flag) => flag);
477
+ const $vo10 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
456
478
  path: _path2 + ".disabled",
457
479
  expected: "boolean",
458
480
  value: input3.disabled
@@ -464,7 +486,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
464
486
  path: _path2 + ".lst[" + _index6 + "]",
465
487
  expected: "Groupset",
466
488
  value: elem
467
- })) && $vo10(elem, _path2 + ".lst[" + _index6 + "]", _exceptionable2) || $report(_exceptionable2, {
489
+ })) && $vo11(elem, _path2 + ".lst[" + _index6 + "]", _exceptionable2) || $report(_exceptionable2, {
468
490
  path: _path2 + ".lst[" + _index6 + "]",
469
491
  expected: "Groupset",
470
492
  value: elem
@@ -473,7 +495,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
473
495
  expected: "(Array<Groupset> | undefined)",
474
496
  value: input3.lst
475
497
  })].every((flag) => flag);
476
- const $vo10 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
498
+ const $vo11 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
477
499
  path: _path2 + ".name",
478
500
  expected: "string",
479
501
  value: input3.name
@@ -506,7 +528,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
506
528
  expected: "Array<GroupEntry>",
507
529
  value: input3.groups
508
530
  })].every((flag) => flag);
509
- const $vo11 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
531
+ const $vo12 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
510
532
  path: _path2 + ".name",
511
533
  expected: "string",
512
534
  value: input3.name
@@ -520,11 +542,11 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
520
542
  value: input3.values
521
543
  })) && input3.values.map((elem, _index8) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
522
544
  path: _path2 + ".values[" + _index8 + "]",
523
- expected: "__type.o3",
545
+ expected: "__type.o4",
524
546
  value: elem
525
- })) && $vo12(elem, _path2 + ".values[" + _index8 + "]", _exceptionable2) || $report(_exceptionable2, {
547
+ })) && $vo13(elem, _path2 + ".values[" + _index8 + "]", _exceptionable2) || $report(_exceptionable2, {
526
548
  path: _path2 + ".values[" + _index8 + "]",
527
- expected: "__type.o3",
549
+ expected: "__type.o4",
528
550
  value: elem
529
551
  })).every((flag) => flag) || $report(_exceptionable2, {
530
552
  path: _path2 + ".values",
@@ -535,7 +557,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
535
557
  expected: "(boolean | undefined)",
536
558
  value: input3.uncomputable
537
559
  })].every((flag) => flag);
538
- const $vo12 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
560
+ const $vo13 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
539
561
  path: _path2 + ".key",
540
562
  expected: "(number | string)",
541
563
  value: input3.key
@@ -544,7 +566,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
544
566
  expected: "string",
545
567
  value: input3.label
546
568
  })].every((flag) => flag);
547
- const $vo13 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
569
+ const $vo14 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
548
570
  path: _path2 + ".name",
549
571
  expected: "string",
550
572
  value: input3.name
@@ -565,7 +587,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
565
587
  expected: "string",
566
588
  value: input3.color
567
589
  })].every((flag) => flag);
568
- const $vo14 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
590
+ const $vo15 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
569
591
  path: _path2 + ".join",
570
592
  expected: "(string | undefined)",
571
593
  value: input3.join
@@ -603,18 +625,18 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
603
625
  value: input3.values
604
626
  })) && input3.values.map((elem, _index10) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
605
627
  path: _path2 + ".values[" + _index10 + "]",
606
- expected: "__type.o5",
628
+ expected: "__type.o6",
607
629
  value: elem
608
- })) && $vo29(elem, _path2 + ".values[" + _index10 + "]", _exceptionable2) || $report(_exceptionable2, {
630
+ })) && $vo30(elem, _path2 + ".values[" + _index10 + "]", _exceptionable2) || $report(_exceptionable2, {
609
631
  path: _path2 + ".values[" + _index10 + "]",
610
- expected: "__type.o5",
632
+ expected: "__type.o6",
611
633
  value: elem
612
634
  })).every((flag) => flag) || $report(_exceptionable2, {
613
635
  path: _path2 + ".values",
614
636
  expected: "Array<__type>.o1",
615
637
  value: input3.values
616
638
  })].every((flag) => flag);
617
- const $vo15 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
639
+ const $vo16 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
618
640
  path: _path2 + ".id",
619
641
  expected: "string",
620
642
  value: input3.id
@@ -670,13 +692,21 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
670
692
  path: _path2 + ".skipValuesBuild",
671
693
  expected: "(boolean | undefined)",
672
694
  value: input3.skipValuesBuild
695
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
696
+ path: _path2 + ".valueConversion",
697
+ expected: "(__type.o3 | undefined)",
698
+ value: input3.valueConversion
699
+ })) && $vo9(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
700
+ path: _path2 + ".valueConversion",
701
+ expected: "(__type.o3 | undefined)",
702
+ value: input3.valueConversion
673
703
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
674
704
  path: _path2 + ".continuousColorScale",
675
- expected: "(__type.o4 | undefined)",
705
+ expected: "(__type.o5 | undefined)",
676
706
  value: input3.continuousColorScale
677
- })) && $vo16(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
707
+ })) && $vo17(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
678
708
  path: _path2 + ".continuousColorScale",
679
- expected: "(__type.o4 | undefined)",
709
+ expected: "(__type.o5 | undefined)",
680
710
  value: input3.continuousColorScale
681
711
  }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
682
712
  path: _path2 + ".unit",
@@ -686,12 +716,12 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
686
716
  path: _path2 + ".bins",
687
717
  expected: "PresetNumericBins",
688
718
  value: input3.bins
689
- })) && $vo17(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
719
+ })) && $vo18(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
690
720
  path: _path2 + ".bins",
691
721
  expected: "PresetNumericBins",
692
722
  value: input3.bins
693
723
  })].every((flag) => flag);
694
- const $vo16 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.minColor || $report(_exceptionable2, {
724
+ const $vo17 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.minColor || $report(_exceptionable2, {
695
725
  path: _path2 + ".minColor",
696
726
  expected: "string",
697
727
  value: input3.minColor
@@ -700,7 +730,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
700
730
  expected: "string",
701
731
  value: input3.maxColor
702
732
  })].every((flag) => flag);
703
- const $vo17 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3["default"] && null !== input3["default"] || $report(_exceptionable2, {
733
+ const $vo18 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3["default"] && null !== input3["default"] || $report(_exceptionable2, {
704
734
  path: _path2 + '["default"]',
705
735
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
706
736
  value: input3["default"]
@@ -737,11 +767,11 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
737
767
  expected: "(number | undefined)",
738
768
  value: input3.max
739
769
  })].every((flag) => flag);
740
- const $vo18 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
770
+ const $vo19 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
741
771
  path: _path2 + ".hiddenValues",
742
772
  expected: "(HiddenValues | undefined)",
743
773
  value: input3.hiddenValues
744
- })) && $vo19(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
774
+ })) && $vo20(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
745
775
  path: _path2 + ".hiddenValues",
746
776
  expected: "(HiddenValues | undefined)",
747
777
  value: input3.hiddenValues
@@ -789,8 +819,20 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
789
819
  path: _path2 + ".label_offset",
790
820
  expected: "(number | undefined)",
791
821
  value: input3.label_offset
822
+ }), void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive || $report(_exceptionable2, {
823
+ path: _path2 + ".startinclusive",
824
+ expected: "(boolean | undefined)",
825
+ value: input3.startinclusive
826
+ }), void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive || $report(_exceptionable2, {
827
+ path: _path2 + ".stopinclusive",
828
+ expected: "(boolean | undefined)",
829
+ value: input3.stopinclusive
830
+ }), void 0 === input3.rounding || "string" === typeof input3.rounding || $report(_exceptionable2, {
831
+ path: _path2 + ".rounding",
832
+ expected: "(string | undefined)",
833
+ value: input3.rounding
792
834
  })].every((flag) => flag);
793
- const $vo19 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
835
+ const $vo20 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
794
836
  const value = input3[key];
795
837
  if (void 0 === value)
796
838
  return true;
@@ -802,7 +844,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
802
844
  });
803
845
  return true;
804
846
  }).every((flag) => flag)].every((flag) => flag);
805
- const $vo20 = (input3, _path2, _exceptionable2 = true) => [true === input3.startunbounded || $report(_exceptionable2, {
847
+ const $vo21 = (input3, _path2, _exceptionable2 = true) => [true === input3.startunbounded || $report(_exceptionable2, {
806
848
  path: _path2 + ".startunbounded",
807
849
  expected: "true",
808
850
  value: input3.startunbounded
@@ -831,7 +873,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
831
873
  expected: "(string | undefined)",
832
874
  value: input3.range
833
875
  })].every((flag) => flag);
834
- const $vo21 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.startunbounded || false === input3.startunbounded || $report(_exceptionable2, {
876
+ const $vo22 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.startunbounded || false === input3.startunbounded || $report(_exceptionable2, {
835
877
  path: _path2 + ".startunbounded",
836
878
  expected: "(false | undefined)",
837
879
  value: input3.startunbounded
@@ -864,7 +906,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
864
906
  expected: "(string | undefined)",
865
907
  value: input3.range
866
908
  })].every((flag) => flag);
867
- const $vo22 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.start || $report(_exceptionable2, {
909
+ const $vo23 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.start || $report(_exceptionable2, {
868
910
  path: _path2 + ".start",
869
911
  expected: "number",
870
912
  value: input3.start
@@ -893,11 +935,11 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
893
935
  expected: "(string | undefined)",
894
936
  value: input3.range
895
937
  })].every((flag) => flag);
896
- const $vo23 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
938
+ const $vo24 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
897
939
  path: _path2 + ".hiddenValues",
898
940
  expected: "(HiddenValues | undefined)",
899
941
  value: input3.hiddenValues
900
- })) && $vo19(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
942
+ })) && $vo20(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
901
943
  path: _path2 + ".hiddenValues",
902
944
  expected: "(HiddenValues | undefined)",
903
945
  value: input3.hiddenValues
@@ -923,7 +965,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
923
965
  value: input3.mode
924
966
  }), (Array.isArray(input3.lst) || $report(_exceptionable2, {
925
967
  path: _path2 + ".lst",
926
- expected: "[NumericBin, ...NumericBin[]]",
968
+ expected: "CustomNumericBinConfigLst",
927
969
  value: input3.lst
928
970
  })) && ([
929
971
  ("object" === typeof input3.lst[0] && null !== input3.lst[0] || $report(_exceptionable2, {
@@ -953,14 +995,14 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
953
995
  value: input3.lst.slice(1)
954
996
  }))) || $report(_exceptionable2, {
955
997
  path: _path2 + ".lst",
956
- expected: "[NumericBin, ...NumericBin[]]",
998
+ expected: "CustomNumericBinConfigLst",
957
999
  value: input3.lst
958
1000
  }), void 0 === input3.preferredBins || "median" === input3.preferredBins || $report(_exceptionable2, {
959
1001
  path: _path2 + ".preferredBins",
960
1002
  expected: '("median" | undefined)',
961
1003
  value: input3.preferredBins
962
1004
  })].every((flag) => flag);
963
- const $vo24 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1005
+ const $vo25 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
964
1006
  path: _path2 + ".id",
965
1007
  expected: "string",
966
1008
  value: input3.id
@@ -1016,13 +1058,21 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1016
1058
  path: _path2 + ".skipValuesBuild",
1017
1059
  expected: "(boolean | undefined)",
1018
1060
  value: input3.skipValuesBuild
1061
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
1062
+ path: _path2 + ".valueConversion",
1063
+ expected: "(__type.o3 | undefined)",
1064
+ value: input3.valueConversion
1065
+ })) && $vo9(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1066
+ path: _path2 + ".valueConversion",
1067
+ expected: "(__type.o3 | undefined)",
1068
+ value: input3.valueConversion
1019
1069
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1020
1070
  path: _path2 + ".continuousColorScale",
1021
- expected: "(__type.o4 | undefined)",
1071
+ expected: "(__type.o5 | undefined)",
1022
1072
  value: input3.continuousColorScale
1023
- })) && $vo16(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1073
+ })) && $vo17(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1024
1074
  path: _path2 + ".continuousColorScale",
1025
- expected: "(__type.o4 | undefined)",
1075
+ expected: "(__type.o5 | undefined)",
1026
1076
  value: input3.continuousColorScale
1027
1077
  }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1028
1078
  path: _path2 + ".unit",
@@ -1032,7 +1082,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1032
1082
  path: _path2 + ".bins",
1033
1083
  expected: "(PresetNumericBins | undefined)",
1034
1084
  value: input3.bins
1035
- })) && $vo17(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1085
+ })) && $vo18(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1036
1086
  path: _path2 + ".bins",
1037
1087
  expected: "(PresetNumericBins | undefined)",
1038
1088
  value: input3.bins
@@ -1057,7 +1107,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1057
1107
  expected: "(number | undefined)",
1058
1108
  value: input3.stop
1059
1109
  })].every((flag) => flag);
1060
- const $vo25 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1110
+ const $vo26 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1061
1111
  path: _path2 + ".id",
1062
1112
  expected: "string",
1063
1113
  value: input3.id
@@ -1113,13 +1163,21 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1113
1163
  path: _path2 + ".skipValuesBuild",
1114
1164
  expected: "(boolean | undefined)",
1115
1165
  value: input3.skipValuesBuild
1166
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
1167
+ path: _path2 + ".valueConversion",
1168
+ expected: "(__type.o3 | undefined)",
1169
+ value: input3.valueConversion
1170
+ })) && $vo9(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1171
+ path: _path2 + ".valueConversion",
1172
+ expected: "(__type.o3 | undefined)",
1173
+ value: input3.valueConversion
1116
1174
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1117
1175
  path: _path2 + ".continuousColorScale",
1118
- expected: "(__type.o4 | undefined)",
1176
+ expected: "(__type.o5 | undefined)",
1119
1177
  value: input3.continuousColorScale
1120
- })) && $vo16(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1178
+ })) && $vo17(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1121
1179
  path: _path2 + ".continuousColorScale",
1122
- expected: "(__type.o4 | undefined)",
1180
+ expected: "(__type.o5 | undefined)",
1123
1181
  value: input3.continuousColorScale
1124
1182
  }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1125
1183
  path: _path2 + ".unit",
@@ -1129,7 +1187,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1129
1187
  path: _path2 + ".bins",
1130
1188
  expected: "(PresetNumericBins | undefined)",
1131
1189
  value: input3.bins
1132
- })) && $vo17(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1190
+ })) && $vo18(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1133
1191
  path: _path2 + ".bins",
1134
1192
  expected: "(PresetNumericBins | undefined)",
1135
1193
  value: input3.bins
@@ -1154,7 +1212,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1154
1212
  expected: "number",
1155
1213
  value: input3.stop
1156
1214
  })].every((flag) => flag);
1157
- const $vo26 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1215
+ const $vo27 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1158
1216
  path: _path2 + ".id",
1159
1217
  expected: "string",
1160
1218
  value: input3.id
@@ -1210,13 +1268,21 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1210
1268
  path: _path2 + ".skipValuesBuild",
1211
1269
  expected: "(boolean | undefined)",
1212
1270
  value: input3.skipValuesBuild
1271
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
1272
+ path: _path2 + ".valueConversion",
1273
+ expected: "(__type.o3 | undefined)",
1274
+ value: input3.valueConversion
1275
+ })) && $vo9(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1276
+ path: _path2 + ".valueConversion",
1277
+ expected: "(__type.o3 | undefined)",
1278
+ value: input3.valueConversion
1213
1279
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1214
1280
  path: _path2 + ".continuousColorScale",
1215
- expected: "(__type.o4 | undefined)",
1281
+ expected: "(__type.o5 | undefined)",
1216
1282
  value: input3.continuousColorScale
1217
- })) && $vo16(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1283
+ })) && $vo17(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1218
1284
  path: _path2 + ".continuousColorScale",
1219
- expected: "(__type.o4 | undefined)",
1285
+ expected: "(__type.o5 | undefined)",
1220
1286
  value: input3.continuousColorScale
1221
1287
  }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1222
1288
  path: _path2 + ".unit",
@@ -1230,12 +1296,12 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1230
1296
  path: _path2 + ".bins",
1231
1297
  expected: "(PresetNumericBins | undefined)",
1232
1298
  value: input3.bins
1233
- })) && $vo17(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1299
+ })) && $vo18(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1234
1300
  path: _path2 + ".bins",
1235
1301
  expected: "(PresetNumericBins | undefined)",
1236
1302
  value: input3.bins
1237
1303
  })].every((flag) => flag);
1238
- const $vo27 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1304
+ const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1239
1305
  path: _path2 + ".id",
1240
1306
  expected: "string",
1241
1307
  value: input3.id
@@ -1291,13 +1357,21 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1291
1357
  path: _path2 + ".skipValuesBuild",
1292
1358
  expected: "(boolean | undefined)",
1293
1359
  value: input3.skipValuesBuild
1360
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
1361
+ path: _path2 + ".valueConversion",
1362
+ expected: "(__type.o3 | undefined)",
1363
+ value: input3.valueConversion
1364
+ })) && $vo9(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1365
+ path: _path2 + ".valueConversion",
1366
+ expected: "(__type.o3 | undefined)",
1367
+ value: input3.valueConversion
1294
1368
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1295
1369
  path: _path2 + ".continuousColorScale",
1296
- expected: "(__type.o4 | undefined)",
1370
+ expected: "(__type.o5 | undefined)",
1297
1371
  value: input3.continuousColorScale
1298
- })) && $vo16(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1372
+ })) && $vo17(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1299
1373
  path: _path2 + ".continuousColorScale",
1300
- expected: "(__type.o4 | undefined)",
1374
+ expected: "(__type.o5 | undefined)",
1301
1375
  value: input3.continuousColorScale
1302
1376
  }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1303
1377
  path: _path2 + ".unit",
@@ -1307,12 +1381,12 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1307
1381
  path: _path2 + ".bins",
1308
1382
  expected: "(PresetNumericBins | undefined)",
1309
1383
  value: input3.bins
1310
- })) && $vo17(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1384
+ })) && $vo18(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1311
1385
  path: _path2 + ".bins",
1312
1386
  expected: "(PresetNumericBins | undefined)",
1313
1387
  value: input3.bins
1314
1388
  })].every((flag) => flag);
1315
- const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1389
+ const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1316
1390
  path: _path2 + ".id",
1317
1391
  expected: "string",
1318
1392
  value: input3.id
@@ -1368,13 +1442,21 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1368
1442
  path: _path2 + ".skipValuesBuild",
1369
1443
  expected: "(boolean | undefined)",
1370
1444
  value: input3.skipValuesBuild
1445
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
1446
+ path: _path2 + ".valueConversion",
1447
+ expected: "(__type.o3 | undefined)",
1448
+ value: input3.valueConversion
1449
+ })) && $vo9(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1450
+ path: _path2 + ".valueConversion",
1451
+ expected: "(__type.o3 | undefined)",
1452
+ value: input3.valueConversion
1371
1453
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1372
1454
  path: _path2 + ".continuousColorScale",
1373
- expected: "(__type.o4 | undefined)",
1455
+ expected: "(__type.o5 | undefined)",
1374
1456
  value: input3.continuousColorScale
1375
- })) && $vo16(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1457
+ })) && $vo17(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1376
1458
  path: _path2 + ".continuousColorScale",
1377
- expected: "(__type.o4 | undefined)",
1459
+ expected: "(__type.o5 | undefined)",
1378
1460
  value: input3.continuousColorScale
1379
1461
  }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1380
1462
  path: _path2 + ".unit",
@@ -1396,12 +1478,12 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1396
1478
  path: _path2 + ".bins",
1397
1479
  expected: "(PresetNumericBins | undefined)",
1398
1480
  value: input3.bins
1399
- })) && $vo17(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1481
+ })) && $vo18(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1400
1482
  path: _path2 + ".bins",
1401
1483
  expected: "(PresetNumericBins | undefined)",
1402
1484
  value: input3.bins
1403
1485
  })].every((flag) => flag);
1404
- const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1486
+ const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1405
1487
  path: _path2 + ".key",
1406
1488
  expected: "string",
1407
1489
  value: input3.key
@@ -1418,7 +1500,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1418
1500
  expected: "(string | undefined)",
1419
1501
  value: input3.label
1420
1502
  })].every((flag) => flag);
1421
- const $vo30 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1503
+ const $vo31 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1422
1504
  path: _path2 + ".join",
1423
1505
  expected: "(string | undefined)",
1424
1506
  value: input3.join
@@ -1430,7 +1512,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1430
1512
  path: _path2 + ".term",
1431
1513
  expected: "ConditionTerm",
1432
1514
  value: input3.term
1433
- })) && $vo31(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1515
+ })) && $vo32(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1434
1516
  path: _path2 + ".term",
1435
1517
  expected: "ConditionTerm",
1436
1518
  value: input3.term
@@ -1454,7 +1536,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1454
1536
  path: _path2 + ".grade_and_child[" + _index25 + "]",
1455
1537
  expected: "GradeAndChildEntry",
1456
1538
  value: elem
1457
- })) && $vo32(elem, _path2 + ".grade_and_child[" + _index25 + "]", _exceptionable2) || $report(_exceptionable2, {
1539
+ })) && $vo33(elem, _path2 + ".grade_and_child[" + _index25 + "]", _exceptionable2) || $report(_exceptionable2, {
1458
1540
  path: _path2 + ".grade_and_child[" + _index25 + "]",
1459
1541
  expected: "GradeAndChildEntry",
1460
1542
  value: elem
@@ -1463,7 +1545,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1463
1545
  expected: "(Array<GradeAndChildEntry> | undefined)",
1464
1546
  value: input3.grade_and_child
1465
1547
  })].every((flag) => flag);
1466
- const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1548
+ const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1467
1549
  path: _path2 + ".id",
1468
1550
  expected: "string",
1469
1551
  value: input3.id
@@ -1519,8 +1601,16 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1519
1601
  path: _path2 + ".skipValuesBuild",
1520
1602
  expected: "(boolean | undefined)",
1521
1603
  value: input3.skipValuesBuild
1604
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
1605
+ path: _path2 + ".valueConversion",
1606
+ expected: "(__type.o3 | undefined)",
1607
+ value: input3.valueConversion
1608
+ })) && $vo9(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1609
+ path: _path2 + ".valueConversion",
1610
+ expected: "(__type.o3 | undefined)",
1611
+ value: input3.valueConversion
1522
1612
  })].every((flag) => flag);
1523
- const $vo32 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1613
+ const $vo33 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1524
1614
  path: _path2 + ".grade",
1525
1615
  expected: "number",
1526
1616
  value: input3.grade
@@ -1537,7 +1627,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1537
1627
  expected: "string",
1538
1628
  value: input3.child_label
1539
1629
  })].every((flag) => flag);
1540
- const $vo33 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1630
+ const $vo34 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1541
1631
  path: _path2 + ".join",
1542
1632
  expected: "(string | undefined)",
1543
1633
  value: input3.join
@@ -1549,7 +1639,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1549
1639
  path: _path2 + ".term",
1550
1640
  expected: "DtTerm",
1551
1641
  value: input3.term
1552
- })) && $vo34(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1642
+ })) && $vo35(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1553
1643
  path: _path2 + ".term",
1554
1644
  expected: "DtTerm",
1555
1645
  value: input3.term
@@ -1559,11 +1649,11 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1559
1649
  value: input3.values
1560
1650
  })) && input3.values.map((elem, _index28) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1561
1651
  path: _path2 + ".values[" + _index28 + "]",
1562
- expected: "__type.o6",
1652
+ expected: "__type.o7",
1563
1653
  value: elem
1564
- })) && $vo39(elem, _path2 + ".values[" + _index28 + "]", _exceptionable2) || $report(_exceptionable2, {
1654
+ })) && $vo40(elem, _path2 + ".values[" + _index28 + "]", _exceptionable2) || $report(_exceptionable2, {
1565
1655
  path: _path2 + ".values[" + _index28 + "]",
1566
- expected: "__type.o6",
1656
+ expected: "__type.o7",
1567
1657
  value: elem
1568
1658
  })).every((flag) => flag) || $report(_exceptionable2, {
1569
1659
  path: _path2 + ".values",
@@ -1578,7 +1668,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1578
1668
  expected: "(boolean | undefined)",
1579
1669
  value: input3.excludeGeneName
1580
1670
  })].every((flag) => flag);
1581
- const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1671
+ const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1582
1672
  path: _path2 + ".id",
1583
1673
  expected: "string",
1584
1674
  value: input3.id
@@ -1627,7 +1717,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1627
1717
  expected: "TermValues",
1628
1718
  value: input3.values
1629
1719
  })].every((flag) => flag);
1630
- const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1720
+ const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1631
1721
  path: _path2 + ".id",
1632
1722
  expected: "string",
1633
1723
  value: input3.id
@@ -1683,6 +1773,14 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1683
1773
  path: _path2 + ".skipValuesBuild",
1684
1774
  expected: "(boolean | undefined)",
1685
1775
  value: input3.skipValuesBuild
1776
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
1777
+ path: _path2 + ".valueConversion",
1778
+ expected: "(__type.o3 | undefined)",
1779
+ value: input3.valueConversion
1780
+ })) && $vo9(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1781
+ path: _path2 + ".valueConversion",
1782
+ expected: "(__type.o3 | undefined)",
1783
+ value: input3.valueConversion
1686
1784
  }), "gene" === input3.kind || $report(_exceptionable2, {
1687
1785
  path: _path2 + ".kind",
1688
1786
  expected: '"gene"',
@@ -1723,7 +1821,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1723
1821
  path: _path2 + ".groupsetting",
1724
1822
  expected: "(TermGroupSetting | undefined)",
1725
1823
  value: input3.groupsetting
1726
- })) && $vo9(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
1824
+ })) && $vo10(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
1727
1825
  path: _path2 + ".groupsetting",
1728
1826
  expected: "(TermGroupSetting | undefined)",
1729
1827
  value: input3.groupsetting
@@ -1735,7 +1833,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1735
1833
  path: _path2 + ".childTerms[" + _index32 + "]",
1736
1834
  expected: "DtTerm",
1737
1835
  value: elem
1738
- })) && $vo34(elem, _path2 + ".childTerms[" + _index32 + "]", _exceptionable2) || $report(_exceptionable2, {
1836
+ })) && $vo35(elem, _path2 + ".childTerms[" + _index32 + "]", _exceptionable2) || $report(_exceptionable2, {
1739
1837
  path: _path2 + ".childTerms[" + _index32 + "]",
1740
1838
  expected: "DtTerm",
1741
1839
  value: elem
@@ -1744,7 +1842,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1744
1842
  expected: "(Array<DtTerm> | undefined)",
1745
1843
  value: input3.childTerms
1746
1844
  })].every((flag) => flag);
1747
- const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1845
+ const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1748
1846
  path: _path2 + ".id",
1749
1847
  expected: "string",
1750
1848
  value: input3.id
@@ -1800,6 +1898,14 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1800
1898
  path: _path2 + ".skipValuesBuild",
1801
1899
  expected: "(boolean | undefined)",
1802
1900
  value: input3.skipValuesBuild
1901
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
1902
+ path: _path2 + ".valueConversion",
1903
+ expected: "(__type.o3 | undefined)",
1904
+ value: input3.valueConversion
1905
+ })) && $vo9(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1906
+ path: _path2 + ".valueConversion",
1907
+ expected: "(__type.o3 | undefined)",
1908
+ value: input3.valueConversion
1803
1909
  }), "gene" === input3.kind || $report(_exceptionable2, {
1804
1910
  path: _path2 + ".kind",
1805
1911
  expected: '"gene"',
@@ -1821,7 +1927,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1821
1927
  expected: "(number | undefined)",
1822
1928
  value: input3.stop
1823
1929
  })].every((flag) => flag);
1824
- const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1930
+ const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1825
1931
  path: _path2 + ".id",
1826
1932
  expected: "string",
1827
1933
  value: input3.id
@@ -1877,6 +1983,14 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1877
1983
  path: _path2 + ".skipValuesBuild",
1878
1984
  expected: "(boolean | undefined)",
1879
1985
  value: input3.skipValuesBuild
1986
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
1987
+ path: _path2 + ".valueConversion",
1988
+ expected: "(__type.o3 | undefined)",
1989
+ value: input3.valueConversion
1990
+ })) && $vo9(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1991
+ path: _path2 + ".valueConversion",
1992
+ expected: "(__type.o3 | undefined)",
1993
+ value: input3.valueConversion
1880
1994
  }), "coord" === input3.kind || $report(_exceptionable2, {
1881
1995
  path: _path2 + ".kind",
1882
1996
  expected: '"coord"',
@@ -1894,7 +2008,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1894
2008
  expected: "number",
1895
2009
  value: input3.stop
1896
2010
  })].every((flag) => flag);
1897
- const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2011
+ const $vo39 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1898
2012
  path: _path2 + ".id",
1899
2013
  expected: "string",
1900
2014
  value: input3.id
@@ -1950,6 +2064,14 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1950
2064
  path: _path2 + ".skipValuesBuild",
1951
2065
  expected: "(boolean | undefined)",
1952
2066
  value: input3.skipValuesBuild
2067
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
2068
+ path: _path2 + ".valueConversion",
2069
+ expected: "(__type.o3 | undefined)",
2070
+ value: input3.valueConversion
2071
+ })) && $vo9(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2072
+ path: _path2 + ".valueConversion",
2073
+ expected: "(__type.o3 | undefined)",
2074
+ value: input3.valueConversion
1953
2075
  }), "coord" === input3.kind || $report(_exceptionable2, {
1954
2076
  path: _path2 + ".kind",
1955
2077
  expected: '"coord"',
@@ -1986,7 +2108,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1986
2108
  path: _path2 + ".groupsetting",
1987
2109
  expected: "(TermGroupSetting | undefined)",
1988
2110
  value: input3.groupsetting
1989
- })) && $vo9(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2111
+ })) && $vo10(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
1990
2112
  path: _path2 + ".groupsetting",
1991
2113
  expected: "(TermGroupSetting | undefined)",
1992
2114
  value: input3.groupsetting
@@ -1998,7 +2120,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
1998
2120
  path: _path2 + ".childTerms[" + _index40 + "]",
1999
2121
  expected: "DtTerm",
2000
2122
  value: elem
2001
- })) && $vo34(elem, _path2 + ".childTerms[" + _index40 + "]", _exceptionable2) || $report(_exceptionable2, {
2123
+ })) && $vo35(elem, _path2 + ".childTerms[" + _index40 + "]", _exceptionable2) || $report(_exceptionable2, {
2002
2124
  path: _path2 + ".childTerms[" + _index40 + "]",
2003
2125
  expected: "DtTerm",
2004
2126
  value: elem
@@ -2007,7 +2129,7 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
2007
2129
  expected: "(Array<DtTerm> | undefined)",
2008
2130
  value: input3.childTerms
2009
2131
  })].every((flag) => flag);
2010
- const $vo39 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
2132
+ const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
2011
2133
  path: _path2 + ".key",
2012
2134
  expected: "string",
2013
2135
  value: input3.key
@@ -2033,9 +2155,9 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
2033
2155
  })();
2034
2156
  const $vu1 = (input3, _path2, _exceptionable2 = true) => (() => {
2035
2157
  if ("string" === typeof input3.type)
2036
- return $vo11(input3, _path2, _exceptionable2);
2158
+ return $vo12(input3, _path2, _exceptionable2);
2037
2159
  if ("filter" === input3.type)
2038
- return $vo13(input3, _path2, _exceptionable2);
2160
+ return $vo14(input3, _path2, _exceptionable2);
2039
2161
  return $report(_exceptionable2, {
2040
2162
  path: _path2,
2041
2163
  expected: "(ValuesGroup | FilterGroup)",
@@ -2044,16 +2166,16 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
2044
2166
  })();
2045
2167
  const $vu2 = (input3, _path2, _exceptionable2 = true) => (() => {
2046
2168
  if (true === input3.startunbounded)
2047
- return $vo20(input3, _path2, _exceptionable2);
2169
+ return $vo21(input3, _path2, _exceptionable2);
2048
2170
  if (true === input3.stopunbounded)
2049
- return $vo22(input3, _path2, _exceptionable2);
2050
- return $vo21(input3, _path2, _exceptionable2);
2171
+ return $vo23(input3, _path2, _exceptionable2);
2172
+ return $vo22(input3, _path2, _exceptionable2);
2051
2173
  })();
2052
2174
  const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
2053
2175
  if ("gene" === input3.kind)
2054
- return $vo36(input3, _path2, _exceptionable2);
2055
- if ("coord" === input3.kind)
2056
2176
  return $vo37(input3, _path2, _exceptionable2);
2177
+ if ("coord" === input3.kind)
2178
+ return $vo38(input3, _path2, _exceptionable2);
2057
2179
  return $report(_exceptionable2, {
2058
2180
  path: _path2,
2059
2181
  expected: "(BaseTerm & Gene | BaseTerm & Coord)",
@@ -2062,25 +2184,25 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
2062
2184
  })();
2063
2185
  const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
2064
2186
  if (void 0 !== input3.ranges)
2065
- return $vo14(input3, _path2, _exceptionable2);
2066
- return $vo5(input3, _path2, false) || $vo30(input3, _path2, false) || $vo33(input3, _path2, false);
2187
+ return $vo15(input3, _path2, _exceptionable2);
2188
+ return $vo5(input3, _path2, false) || $vo31(input3, _path2, false) || $vo34(input3, _path2, false);
2067
2189
  })();
2068
2190
  const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
2069
2191
  if ("integer" === input3.type || "float" === input3.type)
2070
- return $vo15(input3, _path2, _exceptionable2);
2192
+ return $vo16(input3, _path2, _exceptionable2);
2071
2193
  if ("metaboliteIntensity" === input3.type)
2072
- return $vo26(input3, _path2, _exceptionable2);
2073
- if ("date" === input3.type)
2074
2194
  return $vo27(input3, _path2, _exceptionable2);
2075
- if ("ssGSEA" === input3.type)
2195
+ if ("date" === input3.type)
2076
2196
  return $vo28(input3, _path2, _exceptionable2);
2077
- return $vo25(input3, _path2, false) || $vo24(input3, _path2, false);
2197
+ if ("ssGSEA" === input3.type)
2198
+ return $vo29(input3, _path2, _exceptionable2);
2199
+ return $vo26(input3, _path2, false) || $vo25(input3, _path2, false);
2078
2200
  })();
2079
2201
  const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
2080
2202
  if ("regular-bin" === input3.type)
2081
- return $vo18(input3, _path2, _exceptionable2);
2203
+ return $vo19(input3, _path2, _exceptionable2);
2082
2204
  if ("custom-bin" === input3.type)
2083
- return $vo23(input3, _path2, _exceptionable2);
2205
+ return $vo24(input3, _path2, _exceptionable2);
2084
2206
  return $report(_exceptionable2, {
2085
2207
  path: _path2,
2086
2208
  expected: "(RegularNumericBinConfig | CustomNumericBinConfig)",
@@ -2089,9 +2211,9 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
2089
2211
  })();
2090
2212
  const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
2091
2213
  if (true === input3.startunbounded)
2092
- return $vo20(input3, _path2, _exceptionable2);
2093
- if (void 0 !== input3.start)
2094
2214
  return $vo21(input3, _path2, _exceptionable2);
2215
+ if (void 0 !== input3.start)
2216
+ return $vo22(input3, _path2, _exceptionable2);
2095
2217
  return $report(_exceptionable2, {
2096
2218
  path: _path2,
2097
2219
  expected: "(StartUnboundedBin | FullyBoundedBin)",
@@ -2100,9 +2222,9 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
2100
2222
  })();
2101
2223
  const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
2102
2224
  if (void 0 !== input3.stop)
2103
- return $vo21(input3, _path2, _exceptionable2);
2104
- if (true === input3.stopunbounded)
2105
2225
  return $vo22(input3, _path2, _exceptionable2);
2226
+ if (true === input3.stopunbounded)
2227
+ return $vo23(input3, _path2, _exceptionable2);
2106
2228
  return $report(_exceptionable2, {
2107
2229
  path: _path2,
2108
2230
  expected: "(FullyBoundedBin | StopUnboundedBin)",
@@ -2111,9 +2233,9 @@ var validTermdbTopVariablyExpressedGenesRequest = (input) => {
2111
2233
  })();
2112
2234
  const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
2113
2235
  if ("gene" === input3.kind)
2114
- return $vo35(input3, _path2, _exceptionable2);
2236
+ return $vo36(input3, _path2, _exceptionable2);
2115
2237
  if ("coord" === input3.kind)
2116
- return $vo38(input3, _path2, _exceptionable2);
2238
+ return $vo39(input3, _path2, _exceptionable2);
2117
2239
  return $report(_exceptionable2, {
2118
2240
  path: _path2,
2119
2241
  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; })',