@sjcrh/proteinpaint-types 2.151.1-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 (30) hide show
  1. package/dist/brainImaging.js +1 -1
  2. package/dist/{chunk-TTUU5XQC.js → chunk-5F24QFE7.js} +471 -253
  3. package/dist/{chunk-KSVIBMFQ.js → chunk-5OMJAZK4.js} +323 -185
  4. package/dist/{chunk-WL7ZVGZS.js → chunk-C27KCAQH.js} +476 -302
  5. package/dist/{chunk-5MGSKBUU.js → chunk-CC32XCET.js} +950 -574
  6. package/dist/{chunk-OZ3CVAFP.js → chunk-EBPGV76U.js} +279 -157
  7. package/dist/{chunk-KQNLROUN.js → chunk-GZKTMVAU.js} +750 -410
  8. package/dist/{chunk-3SKFYOKV.js → chunk-JT4DSNJ3.js} +476 -302
  9. package/dist/{chunk-75GS5ZG5.js → chunk-LXW2FSLR.js} +526 -352
  10. package/dist/{chunk-RA7IEGS4.js → chunk-MCL6EDOS.js} +482 -308
  11. package/dist/{chunk-DBSRGRXR.js → chunk-OAETETAO.js} +279 -157
  12. package/dist/{chunk-4MLQS6N7.js → chunk-OLWNM7QP.js} +279 -157
  13. package/dist/{chunk-MMFL6N5M.js → chunk-OLXOQLZH.js} +279 -157
  14. package/dist/{chunk-4SJC57Y6.js → chunk-ZXPLL3NT.js} +476 -302
  15. package/dist/correlationVolcano.js +1 -1
  16. package/dist/index.js +13 -13
  17. package/dist/termdb.boxplot.js +1 -1
  18. package/dist/termdb.categories.js +1 -1
  19. package/dist/termdb.chat.js +1 -1
  20. package/dist/termdb.cluster.js +1 -1
  21. package/dist/termdb.descrstats.js +1 -1
  22. package/dist/termdb.numericcategories.js +1 -1
  23. package/dist/termdb.percentile.js +1 -1
  24. package/dist/termdb.termsbyids.js +1 -1
  25. package/dist/termdb.topTermsByType.js +1 -1
  26. package/dist/termdb.topVariablyExpressedGenes.js +1 -1
  27. package/dist/termdb.violin.js +1 -1
  28. package/package.json +1 -1
  29. package/src/terms/numeric.ts +17 -1
  30. package/src/terms/term.ts +5 -0
@@ -74,7 +74,7 @@ var validBoxPlotRequest = (input) => {
74
74
  const __is = (input2) => {
75
75
  const $join = import_typia.createValidate.join;
76
76
  const $io0 = (input3) => "object" === typeof input3.tw && null !== input3.tw && $iu6(input3.tw) && "string" === typeof input3.genome && "string" === typeof input3.dslabel && "boolean" === typeof input3.isLogScale && "boolean" === typeof input3.orderByMedian && (void 0 === input3.overlayTw || "object" === typeof input3.overlayTw && null !== input3.overlayTw && $iu6(input3.overlayTw)) && (void 0 === input3.divideTw || "object" === typeof input3.divideTw && null !== input3.divideTw && $iu6(input3.divideTw)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io6(input3.filter)) && true && true && (void 0 === input3.removeOutliers || "boolean" === typeof input3.removeOutliers);
77
- const $io1 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu7(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io42(input3.q)) && "QualTWValues" === input3.type;
77
+ const $io1 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu7(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io43(input3.q)) && "QualTWValues" === input3.type;
78
78
  const $io2 = (input3) => Object.keys(input3).every((key) => {
79
79
  const value = input3[key];
80
80
  if (void 0 === value)
@@ -83,7 +83,7 @@ var validBoxPlotRequest = (input) => {
83
83
  return true;
84
84
  return true;
85
85
  });
86
- const $io3 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io33(input3.groupsetting));
86
+ const $io3 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io34(input3.groupsetting));
87
87
  const $io4 = (input3) => Object.keys(input3).every((key) => {
88
88
  const value = input3[key];
89
89
  if (void 0 === value)
@@ -98,12 +98,13 @@ var validBoxPlotRequest = (input) => {
98
98
  const $io6 = (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)));
99
99
  const $io7 = (input3) => "tvs" === input3.type && ("object" === typeof input3.tvs && null !== input3.tvs && $iu8(input3.tvs));
100
100
  const $io8 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io3(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) && $io5(elem)));
101
- const $io9 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io24(elem)));
102
- const $io10 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io11(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io12(input3.bins));
103
- const $io11 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
104
- const $io12 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu10(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu10(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);
105
- const $io13 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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 && $iu4(input3.first_bin)) && (void 0 === input3.last_bin || "object" === typeof input3.last_bin && null !== input3.last_bin && $iu5(input3.last_bin)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset);
106
- const $io14 = (input3) => Object.keys(input3).every((key) => {
101
+ const $io9 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io25(elem)));
102
+ const $io10 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io13(input3.bins));
103
+ const $io11 = (input3) => "string" === typeof input3.fromUnit && "string" === typeof input3.toUnit && "string" === typeof input3.scaleFactor;
104
+ const $io12 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
105
+ const $io13 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu10(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu10(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);
106
+ const $io14 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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 && $iu4(input3.first_bin)) && (void 0 === input3.last_bin || "object" === typeof input3.last_bin && null !== input3.last_bin && $iu5(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);
107
+ const $io15 = (input3) => Object.keys(input3).every((key) => {
107
108
  const value = input3[key];
108
109
  if (void 0 === value)
109
110
  return true;
@@ -111,66 +112,66 @@ var validBoxPlotRequest = (input) => {
111
112
  return "number" === typeof value;
112
113
  return true;
113
114
  });
114
- const $io15 = (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);
115
- const $io16 = (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);
116
- const $io17 = (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);
117
- const $io18 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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] && $iu1(input3.lst[0]) && (Array.isArray(input3.lst.slice(1)) && input3.lst.slice(1).every((elem) => "object" === typeof elem && null !== elem && $iu1(elem))))) && (void 0 === input3.preferredBins || "median" === input3.preferredBins);
118
- const $io19 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io11(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io12(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);
119
- const $io20 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io11(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io12(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;
120
- const $io21 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io11(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 && $io12(input3.bins));
121
- const $io22 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io11(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io12(input3.bins));
122
- const $io23 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io11(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 && $io12(input3.bins));
123
- const $io24 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
124
- const $io25 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io26(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 && $io27(elem)));
125
- const $io26 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
126
- const $io27 = (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;
127
- const $io28 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io29(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);
128
- const $io29 = (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 && $iu11(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) && $io4(input3.values));
129
- const $io30 = (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) && $io4(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 && $iu2(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io33(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io29(elem)));
130
- const $io31 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(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);
131
- const $io32 = (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) && $io4(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;
132
- const $io33 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)));
133
- const $io34 = (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 && $iu3(elem)));
134
- const $io35 = (input3) => "string" === typeof input3.name && "string" === typeof input3.type && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io36(elem))) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
135
- const $io36 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
136
- const $io37 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io6(input3.filter)) && "string" === typeof input3.color;
137
- 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) && $io4(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 && $iu2(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io33(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io29(elem)));
138
- const $io39 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
139
- const $io40 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "snp" === 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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && "string" === typeof input3.ref && (Array.isArray(input3.alt) && input3.alt.every((elem) => "string" === typeof elem)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io33(input3.groupsetting));
140
- const $io41 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "singleCellCellType" === 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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "string" === typeof input3.sample && "string" === typeof input3.plot && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io33(input3.groupsetting));
141
- const $io42 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "values" === input3.type;
142
- const $io43 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu7(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io44(input3.q)) && "QualTWPredefinedGS" === input3.type;
143
- const $io44 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx;
144
- const $io45 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu7(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io46(input3.q)) && "QualTWCustomGS" === input3.type;
145
- const $io46 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io47(input3.customset));
146
- const $io47 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem));
147
- const $io48 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWRegularBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io13(input3.q));
148
- const $io49 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCustomBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io18(input3.q));
149
- const $io50 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWBinary" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io51(input3.q));
150
- const $io51 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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) && "binary" === input3.mode && "custom-bin" === input3.type && (Array.isArray(input3.lst) && (input3.lst.length === 2 && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu4(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu5(input3.lst[1]))));
151
- const $io52 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $io53(input3.q));
152
- const $io53 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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) && (void 0 === input3.mode || "continuous" === input3.mode) && (void 0 === input3.convert2ZScore || "boolean" === typeof input3.convert2ZScore) && (null !== input3.type && void 0 === input3.type);
153
- const $io54 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWSpline" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io55(input3.q));
154
- const $io55 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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) && "spline" === input3.mode && (Array.isArray(input3.knots) && input3.knots.every((elem) => "object" === typeof elem && null !== elem && $io56(elem))) && (null !== input3.type && void 0 === input3.type);
155
- const $io56 = (input3) => "number" === typeof input3.value;
156
- const $io57 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvValuesTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io60(input3.q));
157
- const $io58 = (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) && $io4(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 && $iu2(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io33(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io29(elem)));
158
- const $io59 = (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) && $io4(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 && $iu2(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io33(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io29(elem)));
159
- const $io60 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "values" === input3.type;
160
- const $io61 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvPredefinedGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io62(input3.q));
161
- const $io62 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx;
162
- const $io63 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvCustomGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io64(input3.q));
163
- const $io64 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io47(input3.customset));
164
- const $io65 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "ConditionTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io26(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu13(input3.q));
165
- const $io66 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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) && ("discrete" === input3.mode || "binary" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && "grade" === input3.valueFor && true === input3.bar_by_grade && ("age" === input3.timeScale || "time" === input3.timeScale) && (void 0 === input3.breaks || Array.isArray(input3.breaks) && input3.breaks.every((elem) => "number" === typeof elem)) && (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) && true;
166
- const $io67 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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) && "discrete" === input3.mode && "children" === input3.valueFor && true === input3.bar_by_children && true;
167
- const $io68 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "SnpsTW" === input3.type && ("object" === typeof input3.q && null !== input3.q && $io69(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io71(input3.term));
168
- const $io69 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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) && "number" === typeof input3.AFcutoff && "number" === typeof input3.alleleType && "string" === typeof input3.cacheid && true && "number" === typeof input3.geneticModel && true && (void 0 === input3.missingGenotype || "number" === typeof input3.missingGenotype) && "number" === typeof input3.numOfSampleWithAnyValidGT && ("object" === typeof input3.restrictAncestry && null !== input3.restrictAncestry && $io70(input3.restrictAncestry)) && true && true && ("object" === typeof input3.variant_filter && null !== input3.variant_filter && $io6(input3.variant_filter)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
169
- const $io70 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu8(input3.tvs));
170
- const $io71 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io72(elem)));
171
- const $io72 = (input3) => (void 0 === input3.altAlleles || Array.isArray(input3.altAlleles) && input3.altAlleles.every((elem) => "string" === typeof elem)) && (void 0 === input3.alleles || Array.isArray(input3.alleles) && input3.alleles.every((elem) => "object" === typeof elem && null !== elem && $io73(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io74(input3.gt2count)) && (void 0 === input3.invalid || "boolean" === typeof input3.invalid) && (void 0 === input3.referenceAllele || "string" === typeof input3.referenceAllele) && "string" === typeof input3.rsid && "string" === typeof input3.snpid && true && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.pos || "number" === typeof input3.pos);
172
- const $io73 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
173
- const $io74 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
115
+ const $io16 = (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);
116
+ const $io17 = (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);
117
+ const $io18 = (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);
118
+ const $io19 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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] && $iu1(input3.lst[0]) && (Array.isArray(input3.lst.slice(1)) && input3.lst.slice(1).every((elem) => "object" === typeof elem && null !== elem && $iu1(elem))))) && (void 0 === input3.preferredBins || "median" === input3.preferredBins);
119
+ const $io20 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io13(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);
120
+ const $io21 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io13(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;
121
+ const $io22 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(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 && $io13(input3.bins));
122
+ const $io23 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io13(input3.bins));
123
+ const $io24 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(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 && $io13(input3.bins));
124
+ const $io25 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
125
+ const $io26 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io27(input3.term)) && (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 && $io28(elem)));
126
+ const $io27 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion));
127
+ const $io28 = (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;
128
+ const $io29 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io30(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);
129
+ const $io30 = (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 && $iu11(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) && $io4(input3.values));
130
+ const $io31 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(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 && $iu2(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io34(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io30(elem)));
131
+ const $io32 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(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);
132
+ const $io33 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
133
+ const $io34 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io35(elem)));
134
+ const $io35 = (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 && $iu3(elem)));
135
+ const $io36 = (input3) => "string" === typeof input3.name && "string" === typeof input3.type && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io37(elem))) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
136
+ const $io37 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
137
+ const $io38 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io6(input3.filter)) && "string" === typeof input3.color;
138
+ 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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(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 && $iu2(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io34(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io30(elem)));
139
+ const $io40 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
140
+ const $io41 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "snp" === 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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && "string" === typeof input3.ref && (Array.isArray(input3.alt) && input3.alt.every((elem) => "string" === typeof elem)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io34(input3.groupsetting));
141
+ const $io42 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "singleCellCellType" === 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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && "string" === typeof input3.sample && "string" === typeof input3.plot && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io34(input3.groupsetting));
142
+ const $io43 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "values" === input3.type;
143
+ const $io44 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu7(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io45(input3.q)) && "QualTWPredefinedGS" === input3.type;
144
+ const $io45 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx;
145
+ const $io46 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu7(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io47(input3.q)) && "QualTWCustomGS" === input3.type;
146
+ const $io47 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io48(input3.customset));
147
+ const $io48 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem));
148
+ const $io49 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWRegularBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io14(input3.q));
149
+ const $io50 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCustomBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io19(input3.q));
150
+ const $io51 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWBinary" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io52(input3.q));
151
+ const $io52 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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) && "binary" === input3.mode && "custom-bin" === input3.type && (Array.isArray(input3.lst) && (input3.lst.length === 2 && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu4(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu5(input3.lst[1])))) && (void 0 === input3.cutoffType || "normal" === input3.cutoffType || "percentile" === input3.cutoffType) && (void 0 === input3.cutoffPercentile || "number" === typeof input3.cutoffPercentile);
152
+ const $io53 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $io54(input3.q));
153
+ const $io54 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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) && (void 0 === input3.mode || "continuous" === input3.mode) && (void 0 === input3.convert2ZScore || "boolean" === typeof input3.convert2ZScore) && (null !== input3.type && void 0 === input3.type) && (void 0 === input3.scale || "number" === typeof input3.scale);
154
+ const $io55 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWSpline" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io56(input3.q));
155
+ const $io56 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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) && "spline" === input3.mode && (Array.isArray(input3.knots) && input3.knots.every((elem) => "object" === typeof elem && null !== elem && $io57(elem))) && (null !== input3.type && void 0 === input3.type);
156
+ const $io57 = (input3) => "number" === typeof input3.value;
157
+ const $io58 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvValuesTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io61(input3.q));
158
+ const $io59 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(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 && $iu2(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io34(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io30(elem)));
159
+ const $io60 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(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 && $iu2(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io34(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io30(elem)));
160
+ const $io61 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "values" === input3.type;
161
+ const $io62 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvPredefinedGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io63(input3.q));
162
+ const $io63 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx;
163
+ const $io64 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvCustomGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io65(input3.q));
164
+ const $io65 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io48(input3.customset));
165
+ const $io66 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "ConditionTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io27(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu13(input3.q));
166
+ const $io67 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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) && ("discrete" === input3.mode || "binary" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && "grade" === input3.valueFor && true === input3.bar_by_grade && ("age" === input3.timeScale || "time" === input3.timeScale) && (void 0 === input3.breaks || Array.isArray(input3.breaks) && input3.breaks.every((elem) => "number" === typeof elem)) && (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) && true;
167
+ const $io68 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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) && "discrete" === input3.mode && "children" === input3.valueFor && true === input3.bar_by_children && true;
168
+ const $io69 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "SnpsTW" === input3.type && ("object" === typeof input3.q && null !== input3.q && $io70(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io72(input3.term));
169
+ const $io70 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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) && "number" === typeof input3.AFcutoff && "number" === typeof input3.alleleType && "string" === typeof input3.cacheid && true && "number" === typeof input3.geneticModel && true && (void 0 === input3.missingGenotype || "number" === typeof input3.missingGenotype) && "number" === typeof input3.numOfSampleWithAnyValidGT && ("object" === typeof input3.restrictAncestry && null !== input3.restrictAncestry && $io71(input3.restrictAncestry)) && true && true && ("object" === typeof input3.variant_filter && null !== input3.variant_filter && $io6(input3.variant_filter)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
170
+ const $io71 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu8(input3.tvs));
171
+ const $io72 = (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) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io73(elem)));
172
+ const $io73 = (input3) => (void 0 === input3.altAlleles || Array.isArray(input3.altAlleles) && input3.altAlleles.every((elem) => "string" === typeof elem)) && (void 0 === input3.alleles || Array.isArray(input3.alleles) && input3.alleles.every((elem) => "object" === typeof elem && null !== elem && $io74(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io75(input3.gt2count)) && (void 0 === input3.invalid || "boolean" === typeof input3.invalid) && (void 0 === input3.referenceAllele || "string" === typeof input3.referenceAllele) && "string" === typeof input3.rsid && "string" === typeof input3.snpid && true && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.pos || "number" === typeof input3.pos);
173
+ const $io74 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
174
+ const $io75 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
174
175
  const $iu0 = (input3) => (() => {
175
176
  if ("tvslst" === input3.type)
176
177
  return $io6(input3);
@@ -180,64 +181,64 @@ var validBoxPlotRequest = (input) => {
180
181
  })();
181
182
  const $iu1 = (input3) => (() => {
182
183
  if (true === input3.startunbounded)
183
- return $io15(input3);
184
+ return $io16(input3);
184
185
  if (true === input3.stopunbounded)
185
- return $io17(input3);
186
- return $io16(input3);
186
+ return $io18(input3);
187
+ return $io17(input3);
187
188
  })();
188
189
  const $iu2 = (input3) => (() => {
189
190
  if ("gene" === input3.kind)
190
- return $io31(input3);
191
- if ("coord" === input3.kind)
192
191
  return $io32(input3);
192
+ if ("coord" === input3.kind)
193
+ return $io33(input3);
193
194
  return false;
194
195
  })();
195
196
  const $iu3 = (input3) => (() => {
196
197
  if ("string" === typeof input3.type)
197
- return $io35(input3);
198
+ return $io36(input3);
198
199
  if ("filter" === input3.type)
199
- return $io37(input3);
200
+ return $io38(input3);
200
201
  return false;
201
202
  })();
202
203
  const $iu4 = (input3) => (() => {
203
204
  if (true === input3.startunbounded)
204
- return $io15(input3);
205
- if (void 0 !== input3.start)
206
205
  return $io16(input3);
206
+ if (void 0 !== input3.start)
207
+ return $io17(input3);
207
208
  return false;
208
209
  })();
209
210
  const $iu5 = (input3) => (() => {
210
211
  if (void 0 !== input3.stop)
211
- return $io16(input3);
212
- if (true === input3.stopunbounded)
213
212
  return $io17(input3);
213
+ if (true === input3.stopunbounded)
214
+ return $io18(input3);
214
215
  return false;
215
216
  })();
216
217
  const $iu6 = (input3) => (() => {
217
218
  if ("SnpsTW" === input3.type)
218
- return $io68(input3);
219
+ return $io69(input3);
219
220
  if ("ConditionTW" === input3.type)
220
- return $io65(input3);
221
+ return $io66(input3);
221
222
  if ("GvCustomGsTW" === input3.type)
222
- return $io63(input3);
223
+ return $io64(input3);
223
224
  if ("GvPredefinedGsTW" === input3.type)
224
- return $io61(input3);
225
+ return $io62(input3);
225
226
  if ("GvValuesTW" === input3.type)
226
- return $io57(input3);
227
+ return $io58(input3);
227
228
  if ("NumTWSpline" === input3.type)
228
- return $io54(input3);
229
+ return $io55(input3);
229
230
  if ("NumTWCont" === input3.type)
230
- return $io52(input3);
231
+ return $io53(input3);
231
232
  if ("NumTWBinary" === input3.type)
232
- return $io50(input3);
233
+ return $io51(input3);
233
234
  if ("NumTWCustomBin" === input3.type)
234
- return $io49(input3);
235
+ return $io50(input3);
235
236
  if ("NumTWRegularBin" === input3.type)
236
- return $io48(input3);
237
+ return $io49(input3);
237
238
  if ("QualTWCustomGS" === input3.type)
238
- return $io45(input3);
239
+ return $io46(input3);
239
240
  if ("QualTWPredefinedGS" === input3.type)
240
- return $io43(input3);
241
+ return $io44(input3);
241
242
  if ("QualTWValues" === input3.type)
242
243
  return $io1(input3);
243
244
  return false;
@@ -246,9 +247,9 @@ var validBoxPlotRequest = (input) => {
246
247
  if ("categorical" === input3.type)
247
248
  return $io3(input3);
248
249
  if ("snp" === input3.type)
249
- return $io40(input3);
250
- if ("singleCellCellType" === input3.type)
251
250
  return $io41(input3);
251
+ if ("singleCellCellType" === input3.type)
252
+ return $io42(input3);
252
253
  return false;
253
254
  })();
254
255
  const $iu8 = (input3) => (() => {
@@ -257,10 +258,10 @@ var validBoxPlotRequest = (input) => {
257
258
  return (() => {
258
259
  if ($io8(input3))
259
260
  return $io8(input3);
260
- if ($io25(input3))
261
- return $io25(input3);
262
- if ($io28(input3))
263
- return $io28(input3);
261
+ if ($io26(input3))
262
+ return $io26(input3);
263
+ if ($io29(input3))
264
+ return $io29(input3);
264
265
  return false;
265
266
  })();
266
267
  })();
@@ -268,45 +269,45 @@ var validBoxPlotRequest = (input) => {
268
269
  if ("integer" === input3.type || "float" === input3.type)
269
270
  return $io10(input3);
270
271
  if ("metaboliteIntensity" === input3.type)
271
- return $io21(input3);
272
- if ("date" === input3.type)
273
272
  return $io22(input3);
274
- if ("ssGSEA" === input3.type)
273
+ if ("date" === input3.type)
275
274
  return $io23(input3);
275
+ if ("ssGSEA" === input3.type)
276
+ return $io24(input3);
276
277
  return (() => {
278
+ if ($io21(input3))
279
+ return $io21(input3);
277
280
  if ($io20(input3))
278
281
  return $io20(input3);
279
- if ($io19(input3))
280
- return $io19(input3);
281
282
  return false;
282
283
  })();
283
284
  })();
284
285
  const $iu10 = (input3) => (() => {
285
286
  if ("regular-bin" === input3.type)
286
- return $io13(input3);
287
+ return $io14(input3);
287
288
  if ("custom-bin" === input3.type)
288
- return $io18(input3);
289
+ return $io19(input3);
289
290
  return false;
290
291
  })();
291
292
  const $iu11 = (input3) => (() => {
292
293
  if ("gene" === input3.kind)
293
- return $io30(input3);
294
+ return $io31(input3);
294
295
  if ("coord" === input3.kind)
295
- return $io38(input3);
296
+ return $io39(input3);
296
297
  return false;
297
298
  })();
298
299
  const $iu12 = (input3) => (() => {
299
300
  if ("gene" === input3.kind)
300
- return $io58(input3);
301
- if ("coord" === input3.kind)
302
301
  return $io59(input3);
302
+ if ("coord" === input3.kind)
303
+ return $io60(input3);
303
304
  return false;
304
305
  })();
305
306
  const $iu13 = (input3) => (() => {
306
307
  if ("grade" === input3.valueFor)
307
- return $io66(input3);
308
- if ("children" === input3.valueFor)
309
308
  return $io67(input3);
309
+ if ("children" === input3.valueFor)
310
+ return $io68(input3);
310
311
  return false;
311
312
  })();
312
313
  return "object" === typeof input2 && null !== input2 && $io0(input2);
@@ -404,7 +405,7 @@ var validBoxPlotRequest = (input) => {
404
405
  path: _path2 + ".q",
405
406
  expected: "ValuesQ",
406
407
  value: input3.q
407
- })) && $vo42(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
408
+ })) && $vo43(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
408
409
  path: _path2 + ".q",
409
410
  expected: "ValuesQ",
410
411
  value: input3.q
@@ -477,11 +478,19 @@ var validBoxPlotRequest = (input) => {
477
478
  path: _path2 + ".skipValuesBuild",
478
479
  expected: "(boolean | undefined)",
479
480
  value: input3.skipValuesBuild
481
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
482
+ path: _path2 + ".valueConversion",
483
+ expected: "(__type.o2 | undefined)",
484
+ value: input3.valueConversion
485
+ })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
486
+ path: _path2 + ".valueConversion",
487
+ expected: "(__type.o2 | undefined)",
488
+ value: input3.valueConversion
480
489
  }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
481
490
  path: _path2 + ".groupsetting",
482
491
  expected: "TermGroupSetting",
483
492
  value: input3.groupsetting
484
- })) && $vo33(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
493
+ })) && $vo34(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
485
494
  path: _path2 + ".groupsetting",
486
495
  expected: "TermGroupSetting",
487
496
  value: input3.groupsetting
@@ -666,11 +675,11 @@ var validBoxPlotRequest = (input) => {
666
675
  value: input3.values
667
676
  })) && input3.values.map((elem, _index6) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
668
677
  path: _path2 + ".values[" + _index6 + "]",
669
- expected: "__type.o3",
678
+ expected: "__type.o4",
670
679
  value: elem
671
- })) && $vo24(elem, _path2 + ".values[" + _index6 + "]", _exceptionable2) || $report(_exceptionable2, {
680
+ })) && $vo25(elem, _path2 + ".values[" + _index6 + "]", _exceptionable2) || $report(_exceptionable2, {
672
681
  path: _path2 + ".values[" + _index6 + "]",
673
- expected: "__type.o3",
682
+ expected: "__type.o4",
674
683
  value: elem
675
684
  })).every((flag) => flag) || $report(_exceptionable2, {
676
685
  path: _path2 + ".values",
@@ -733,13 +742,21 @@ var validBoxPlotRequest = (input) => {
733
742
  path: _path2 + ".skipValuesBuild",
734
743
  expected: "(boolean | undefined)",
735
744
  value: input3.skipValuesBuild
745
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
746
+ path: _path2 + ".valueConversion",
747
+ expected: "(__type.o2 | undefined)",
748
+ value: input3.valueConversion
749
+ })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
750
+ path: _path2 + ".valueConversion",
751
+ expected: "(__type.o2 | undefined)",
752
+ value: input3.valueConversion
736
753
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
737
754
  path: _path2 + ".continuousColorScale",
738
- expected: "(__type.o2 | undefined)",
755
+ expected: "(__type.o3 | undefined)",
739
756
  value: input3.continuousColorScale
740
- })) && $vo11(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
757
+ })) && $vo12(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
741
758
  path: _path2 + ".continuousColorScale",
742
- expected: "(__type.o2 | undefined)",
759
+ expected: "(__type.o3 | undefined)",
743
760
  value: input3.continuousColorScale
744
761
  }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
745
762
  path: _path2 + ".unit",
@@ -749,12 +766,25 @@ var validBoxPlotRequest = (input) => {
749
766
  path: _path2 + ".bins",
750
767
  expected: "PresetNumericBins",
751
768
  value: input3.bins
752
- })) && $vo12(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
769
+ })) && $vo13(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
753
770
  path: _path2 + ".bins",
754
771
  expected: "PresetNumericBins",
755
772
  value: input3.bins
756
773
  })].every((flag) => flag);
757
- const $vo11 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.minColor || $report(_exceptionable2, {
774
+ const $vo11 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.fromUnit || $report(_exceptionable2, {
775
+ path: _path2 + ".fromUnit",
776
+ expected: "string",
777
+ value: input3.fromUnit
778
+ }), "string" === typeof input3.toUnit || $report(_exceptionable2, {
779
+ path: _path2 + ".toUnit",
780
+ expected: "string",
781
+ value: input3.toUnit
782
+ }), "string" === typeof input3.scaleFactor || $report(_exceptionable2, {
783
+ path: _path2 + ".scaleFactor",
784
+ expected: "string",
785
+ value: input3.scaleFactor
786
+ })].every((flag) => flag);
787
+ const $vo12 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.minColor || $report(_exceptionable2, {
758
788
  path: _path2 + ".minColor",
759
789
  expected: "string",
760
790
  value: input3.minColor
@@ -763,7 +793,7 @@ var validBoxPlotRequest = (input) => {
763
793
  expected: "string",
764
794
  value: input3.maxColor
765
795
  })].every((flag) => flag);
766
- const $vo12 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3["default"] && null !== input3["default"] || $report(_exceptionable2, {
796
+ const $vo13 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3["default"] && null !== input3["default"] || $report(_exceptionable2, {
767
797
  path: _path2 + '["default"]',
768
798
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
769
799
  value: input3["default"]
@@ -800,11 +830,11 @@ var validBoxPlotRequest = (input) => {
800
830
  expected: "(number | undefined)",
801
831
  value: input3.max
802
832
  })].every((flag) => flag);
803
- const $vo13 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
833
+ const $vo14 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
804
834
  path: _path2 + ".hiddenValues",
805
835
  expected: "(HiddenValues | undefined)",
806
836
  value: input3.hiddenValues
807
- })) && $vo14(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
837
+ })) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
808
838
  path: _path2 + ".hiddenValues",
809
839
  expected: "(HiddenValues | undefined)",
810
840
  value: input3.hiddenValues
@@ -852,8 +882,20 @@ var validBoxPlotRequest = (input) => {
852
882
  path: _path2 + ".label_offset",
853
883
  expected: "(number | undefined)",
854
884
  value: input3.label_offset
885
+ }), void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive || $report(_exceptionable2, {
886
+ path: _path2 + ".startinclusive",
887
+ expected: "(boolean | undefined)",
888
+ value: input3.startinclusive
889
+ }), void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive || $report(_exceptionable2, {
890
+ path: _path2 + ".stopinclusive",
891
+ expected: "(boolean | undefined)",
892
+ value: input3.stopinclusive
893
+ }), void 0 === input3.rounding || "string" === typeof input3.rounding || $report(_exceptionable2, {
894
+ path: _path2 + ".rounding",
895
+ expected: "(string | undefined)",
896
+ value: input3.rounding
855
897
  })].every((flag) => flag);
856
- const $vo14 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
898
+ const $vo15 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
857
899
  const value = input3[key];
858
900
  if (void 0 === value)
859
901
  return true;
@@ -865,7 +907,7 @@ var validBoxPlotRequest = (input) => {
865
907
  });
866
908
  return true;
867
909
  }).every((flag) => flag)].every((flag) => flag);
868
- const $vo15 = (input3, _path2, _exceptionable2 = true) => [true === input3.startunbounded || $report(_exceptionable2, {
910
+ const $vo16 = (input3, _path2, _exceptionable2 = true) => [true === input3.startunbounded || $report(_exceptionable2, {
869
911
  path: _path2 + ".startunbounded",
870
912
  expected: "true",
871
913
  value: input3.startunbounded
@@ -894,7 +936,7 @@ var validBoxPlotRequest = (input) => {
894
936
  expected: "(string | undefined)",
895
937
  value: input3.range
896
938
  })].every((flag) => flag);
897
- const $vo16 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.startunbounded || false === input3.startunbounded || $report(_exceptionable2, {
939
+ const $vo17 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.startunbounded || false === input3.startunbounded || $report(_exceptionable2, {
898
940
  path: _path2 + ".startunbounded",
899
941
  expected: "(false | undefined)",
900
942
  value: input3.startunbounded
@@ -927,7 +969,7 @@ var validBoxPlotRequest = (input) => {
927
969
  expected: "(string | undefined)",
928
970
  value: input3.range
929
971
  })].every((flag) => flag);
930
- const $vo17 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.start || $report(_exceptionable2, {
972
+ const $vo18 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.start || $report(_exceptionable2, {
931
973
  path: _path2 + ".start",
932
974
  expected: "number",
933
975
  value: input3.start
@@ -956,11 +998,11 @@ var validBoxPlotRequest = (input) => {
956
998
  expected: "(string | undefined)",
957
999
  value: input3.range
958
1000
  })].every((flag) => flag);
959
- const $vo18 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1001
+ const $vo19 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
960
1002
  path: _path2 + ".hiddenValues",
961
1003
  expected: "(HiddenValues | undefined)",
962
1004
  value: input3.hiddenValues
963
- })) && $vo14(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
1005
+ })) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
964
1006
  path: _path2 + ".hiddenValues",
965
1007
  expected: "(HiddenValues | undefined)",
966
1008
  value: input3.hiddenValues
@@ -986,7 +1028,7 @@ var validBoxPlotRequest = (input) => {
986
1028
  value: input3.mode
987
1029
  }), (Array.isArray(input3.lst) || $report(_exceptionable2, {
988
1030
  path: _path2 + ".lst",
989
- expected: "[NumericBin, ...NumericBin[]]",
1031
+ expected: "CustomNumericBinConfigLst",
990
1032
  value: input3.lst
991
1033
  })) && ([
992
1034
  ("object" === typeof input3.lst[0] && null !== input3.lst[0] || $report(_exceptionable2, {
@@ -1016,14 +1058,14 @@ var validBoxPlotRequest = (input) => {
1016
1058
  value: input3.lst.slice(1)
1017
1059
  }))) || $report(_exceptionable2, {
1018
1060
  path: _path2 + ".lst",
1019
- expected: "[NumericBin, ...NumericBin[]]",
1061
+ expected: "CustomNumericBinConfigLst",
1020
1062
  value: input3.lst
1021
1063
  }), void 0 === input3.preferredBins || "median" === input3.preferredBins || $report(_exceptionable2, {
1022
1064
  path: _path2 + ".preferredBins",
1023
1065
  expected: '("median" | undefined)',
1024
1066
  value: input3.preferredBins
1025
1067
  })].every((flag) => flag);
1026
- const $vo19 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1068
+ const $vo20 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1027
1069
  path: _path2 + ".id",
1028
1070
  expected: "string",
1029
1071
  value: input3.id
@@ -1079,13 +1121,21 @@ var validBoxPlotRequest = (input) => {
1079
1121
  path: _path2 + ".skipValuesBuild",
1080
1122
  expected: "(boolean | undefined)",
1081
1123
  value: input3.skipValuesBuild
1124
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
1125
+ path: _path2 + ".valueConversion",
1126
+ expected: "(__type.o2 | undefined)",
1127
+ value: input3.valueConversion
1128
+ })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1129
+ path: _path2 + ".valueConversion",
1130
+ expected: "(__type.o2 | undefined)",
1131
+ value: input3.valueConversion
1082
1132
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1083
1133
  path: _path2 + ".continuousColorScale",
1084
- expected: "(__type.o2 | undefined)",
1134
+ expected: "(__type.o3 | undefined)",
1085
1135
  value: input3.continuousColorScale
1086
- })) && $vo11(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1136
+ })) && $vo12(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1087
1137
  path: _path2 + ".continuousColorScale",
1088
- expected: "(__type.o2 | undefined)",
1138
+ expected: "(__type.o3 | undefined)",
1089
1139
  value: input3.continuousColorScale
1090
1140
  }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1091
1141
  path: _path2 + ".unit",
@@ -1095,7 +1145,7 @@ var validBoxPlotRequest = (input) => {
1095
1145
  path: _path2 + ".bins",
1096
1146
  expected: "(PresetNumericBins | undefined)",
1097
1147
  value: input3.bins
1098
- })) && $vo12(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1148
+ })) && $vo13(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1099
1149
  path: _path2 + ".bins",
1100
1150
  expected: "(PresetNumericBins | undefined)",
1101
1151
  value: input3.bins
@@ -1120,7 +1170,7 @@ var validBoxPlotRequest = (input) => {
1120
1170
  expected: "(number | undefined)",
1121
1171
  value: input3.stop
1122
1172
  })].every((flag) => flag);
1123
- const $vo20 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1173
+ const $vo21 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1124
1174
  path: _path2 + ".id",
1125
1175
  expected: "string",
1126
1176
  value: input3.id
@@ -1176,13 +1226,21 @@ var validBoxPlotRequest = (input) => {
1176
1226
  path: _path2 + ".skipValuesBuild",
1177
1227
  expected: "(boolean | undefined)",
1178
1228
  value: input3.skipValuesBuild
1229
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
1230
+ path: _path2 + ".valueConversion",
1231
+ expected: "(__type.o2 | undefined)",
1232
+ value: input3.valueConversion
1233
+ })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1234
+ path: _path2 + ".valueConversion",
1235
+ expected: "(__type.o2 | undefined)",
1236
+ value: input3.valueConversion
1179
1237
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1180
1238
  path: _path2 + ".continuousColorScale",
1181
- expected: "(__type.o2 | undefined)",
1239
+ expected: "(__type.o3 | undefined)",
1182
1240
  value: input3.continuousColorScale
1183
- })) && $vo11(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1241
+ })) && $vo12(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1184
1242
  path: _path2 + ".continuousColorScale",
1185
- expected: "(__type.o2 | undefined)",
1243
+ expected: "(__type.o3 | undefined)",
1186
1244
  value: input3.continuousColorScale
1187
1245
  }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1188
1246
  path: _path2 + ".unit",
@@ -1192,7 +1250,7 @@ var validBoxPlotRequest = (input) => {
1192
1250
  path: _path2 + ".bins",
1193
1251
  expected: "(PresetNumericBins | undefined)",
1194
1252
  value: input3.bins
1195
- })) && $vo12(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1253
+ })) && $vo13(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1196
1254
  path: _path2 + ".bins",
1197
1255
  expected: "(PresetNumericBins | undefined)",
1198
1256
  value: input3.bins
@@ -1217,7 +1275,7 @@ var validBoxPlotRequest = (input) => {
1217
1275
  expected: "number",
1218
1276
  value: input3.stop
1219
1277
  })].every((flag) => flag);
1220
- const $vo21 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1278
+ const $vo22 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1221
1279
  path: _path2 + ".id",
1222
1280
  expected: "string",
1223
1281
  value: input3.id
@@ -1273,13 +1331,21 @@ var validBoxPlotRequest = (input) => {
1273
1331
  path: _path2 + ".skipValuesBuild",
1274
1332
  expected: "(boolean | undefined)",
1275
1333
  value: input3.skipValuesBuild
1334
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
1335
+ path: _path2 + ".valueConversion",
1336
+ expected: "(__type.o2 | undefined)",
1337
+ value: input3.valueConversion
1338
+ })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1339
+ path: _path2 + ".valueConversion",
1340
+ expected: "(__type.o2 | undefined)",
1341
+ value: input3.valueConversion
1276
1342
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1277
1343
  path: _path2 + ".continuousColorScale",
1278
- expected: "(__type.o2 | undefined)",
1344
+ expected: "(__type.o3 | undefined)",
1279
1345
  value: input3.continuousColorScale
1280
- })) && $vo11(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1346
+ })) && $vo12(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1281
1347
  path: _path2 + ".continuousColorScale",
1282
- expected: "(__type.o2 | undefined)",
1348
+ expected: "(__type.o3 | undefined)",
1283
1349
  value: input3.continuousColorScale
1284
1350
  }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1285
1351
  path: _path2 + ".unit",
@@ -1293,12 +1359,12 @@ var validBoxPlotRequest = (input) => {
1293
1359
  path: _path2 + ".bins",
1294
1360
  expected: "(PresetNumericBins | undefined)",
1295
1361
  value: input3.bins
1296
- })) && $vo12(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1362
+ })) && $vo13(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1297
1363
  path: _path2 + ".bins",
1298
1364
  expected: "(PresetNumericBins | undefined)",
1299
1365
  value: input3.bins
1300
1366
  })].every((flag) => flag);
1301
- const $vo22 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1367
+ const $vo23 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1302
1368
  path: _path2 + ".id",
1303
1369
  expected: "string",
1304
1370
  value: input3.id
@@ -1354,13 +1420,21 @@ var validBoxPlotRequest = (input) => {
1354
1420
  path: _path2 + ".skipValuesBuild",
1355
1421
  expected: "(boolean | undefined)",
1356
1422
  value: input3.skipValuesBuild
1423
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
1424
+ path: _path2 + ".valueConversion",
1425
+ expected: "(__type.o2 | undefined)",
1426
+ value: input3.valueConversion
1427
+ })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1428
+ path: _path2 + ".valueConversion",
1429
+ expected: "(__type.o2 | undefined)",
1430
+ value: input3.valueConversion
1357
1431
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1358
1432
  path: _path2 + ".continuousColorScale",
1359
- expected: "(__type.o2 | undefined)",
1433
+ expected: "(__type.o3 | undefined)",
1360
1434
  value: input3.continuousColorScale
1361
- })) && $vo11(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1435
+ })) && $vo12(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1362
1436
  path: _path2 + ".continuousColorScale",
1363
- expected: "(__type.o2 | undefined)",
1437
+ expected: "(__type.o3 | undefined)",
1364
1438
  value: input3.continuousColorScale
1365
1439
  }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1366
1440
  path: _path2 + ".unit",
@@ -1370,12 +1444,12 @@ var validBoxPlotRequest = (input) => {
1370
1444
  path: _path2 + ".bins",
1371
1445
  expected: "(PresetNumericBins | undefined)",
1372
1446
  value: input3.bins
1373
- })) && $vo12(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1447
+ })) && $vo13(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1374
1448
  path: _path2 + ".bins",
1375
1449
  expected: "(PresetNumericBins | undefined)",
1376
1450
  value: input3.bins
1377
1451
  })].every((flag) => flag);
1378
- const $vo23 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1452
+ const $vo24 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1379
1453
  path: _path2 + ".id",
1380
1454
  expected: "string",
1381
1455
  value: input3.id
@@ -1431,13 +1505,21 @@ var validBoxPlotRequest = (input) => {
1431
1505
  path: _path2 + ".skipValuesBuild",
1432
1506
  expected: "(boolean | undefined)",
1433
1507
  value: input3.skipValuesBuild
1508
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
1509
+ path: _path2 + ".valueConversion",
1510
+ expected: "(__type.o2 | undefined)",
1511
+ value: input3.valueConversion
1512
+ })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1513
+ path: _path2 + ".valueConversion",
1514
+ expected: "(__type.o2 | undefined)",
1515
+ value: input3.valueConversion
1434
1516
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1435
1517
  path: _path2 + ".continuousColorScale",
1436
- expected: "(__type.o2 | undefined)",
1518
+ expected: "(__type.o3 | undefined)",
1437
1519
  value: input3.continuousColorScale
1438
- })) && $vo11(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1520
+ })) && $vo12(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1439
1521
  path: _path2 + ".continuousColorScale",
1440
- expected: "(__type.o2 | undefined)",
1522
+ expected: "(__type.o3 | undefined)",
1441
1523
  value: input3.continuousColorScale
1442
1524
  }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1443
1525
  path: _path2 + ".unit",
@@ -1459,12 +1541,12 @@ var validBoxPlotRequest = (input) => {
1459
1541
  path: _path2 + ".bins",
1460
1542
  expected: "(PresetNumericBins | undefined)",
1461
1543
  value: input3.bins
1462
- })) && $vo12(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1544
+ })) && $vo13(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1463
1545
  path: _path2 + ".bins",
1464
1546
  expected: "(PresetNumericBins | undefined)",
1465
1547
  value: input3.bins
1466
1548
  })].every((flag) => flag);
1467
- const $vo24 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1549
+ const $vo25 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1468
1550
  path: _path2 + ".key",
1469
1551
  expected: "string",
1470
1552
  value: input3.key
@@ -1481,7 +1563,7 @@ var validBoxPlotRequest = (input) => {
1481
1563
  expected: "(string | undefined)",
1482
1564
  value: input3.label
1483
1565
  })].every((flag) => flag);
1484
- const $vo25 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1566
+ const $vo26 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1485
1567
  path: _path2 + ".join",
1486
1568
  expected: "(string | undefined)",
1487
1569
  value: input3.join
@@ -1493,7 +1575,7 @@ var validBoxPlotRequest = (input) => {
1493
1575
  path: _path2 + ".term",
1494
1576
  expected: "ConditionTerm",
1495
1577
  value: input3.term
1496
- })) && $vo26(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1578
+ })) && $vo27(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1497
1579
  path: _path2 + ".term",
1498
1580
  expected: "ConditionTerm",
1499
1581
  value: input3.term
@@ -1517,7 +1599,7 @@ var validBoxPlotRequest = (input) => {
1517
1599
  path: _path2 + ".grade_and_child[" + _index21 + "]",
1518
1600
  expected: "GradeAndChildEntry",
1519
1601
  value: elem
1520
- })) && $vo27(elem, _path2 + ".grade_and_child[" + _index21 + "]", _exceptionable2) || $report(_exceptionable2, {
1602
+ })) && $vo28(elem, _path2 + ".grade_and_child[" + _index21 + "]", _exceptionable2) || $report(_exceptionable2, {
1521
1603
  path: _path2 + ".grade_and_child[" + _index21 + "]",
1522
1604
  expected: "GradeAndChildEntry",
1523
1605
  value: elem
@@ -1526,7 +1608,7 @@ var validBoxPlotRequest = (input) => {
1526
1608
  expected: "(Array<GradeAndChildEntry> | undefined)",
1527
1609
  value: input3.grade_and_child
1528
1610
  })].every((flag) => flag);
1529
- const $vo26 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1611
+ const $vo27 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1530
1612
  path: _path2 + ".id",
1531
1613
  expected: "string",
1532
1614
  value: input3.id
@@ -1582,8 +1664,16 @@ var validBoxPlotRequest = (input) => {
1582
1664
  path: _path2 + ".skipValuesBuild",
1583
1665
  expected: "(boolean | undefined)",
1584
1666
  value: input3.skipValuesBuild
1667
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
1668
+ path: _path2 + ".valueConversion",
1669
+ expected: "(__type.o2 | undefined)",
1670
+ value: input3.valueConversion
1671
+ })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1672
+ path: _path2 + ".valueConversion",
1673
+ expected: "(__type.o2 | undefined)",
1674
+ value: input3.valueConversion
1585
1675
  })].every((flag) => flag);
1586
- const $vo27 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1676
+ const $vo28 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1587
1677
  path: _path2 + ".grade",
1588
1678
  expected: "number",
1589
1679
  value: input3.grade
@@ -1600,7 +1690,7 @@ var validBoxPlotRequest = (input) => {
1600
1690
  expected: "string",
1601
1691
  value: input3.child_label
1602
1692
  })].every((flag) => flag);
1603
- const $vo28 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1693
+ const $vo29 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1604
1694
  path: _path2 + ".join",
1605
1695
  expected: "(string | undefined)",
1606
1696
  value: input3.join
@@ -1612,7 +1702,7 @@ var validBoxPlotRequest = (input) => {
1612
1702
  path: _path2 + ".term",
1613
1703
  expected: "DtTerm",
1614
1704
  value: input3.term
1615
- })) && $vo29(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1705
+ })) && $vo30(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1616
1706
  path: _path2 + ".term",
1617
1707
  expected: "DtTerm",
1618
1708
  value: input3.term
@@ -1622,11 +1712,11 @@ var validBoxPlotRequest = (input) => {
1622
1712
  value: input3.values
1623
1713
  })) && input3.values.map((elem, _index24) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1624
1714
  path: _path2 + ".values[" + _index24 + "]",
1625
- expected: "__type.o5",
1715
+ expected: "__type.o6",
1626
1716
  value: elem
1627
- })) && $vo39(elem, _path2 + ".values[" + _index24 + "]", _exceptionable2) || $report(_exceptionable2, {
1717
+ })) && $vo40(elem, _path2 + ".values[" + _index24 + "]", _exceptionable2) || $report(_exceptionable2, {
1628
1718
  path: _path2 + ".values[" + _index24 + "]",
1629
- expected: "__type.o5",
1719
+ expected: "__type.o6",
1630
1720
  value: elem
1631
1721
  })).every((flag) => flag) || $report(_exceptionable2, {
1632
1722
  path: _path2 + ".values",
@@ -1641,7 +1731,7 @@ var validBoxPlotRequest = (input) => {
1641
1731
  expected: "(boolean | undefined)",
1642
1732
  value: input3.excludeGeneName
1643
1733
  })].every((flag) => flag);
1644
- const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1734
+ const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1645
1735
  path: _path2 + ".id",
1646
1736
  expected: "string",
1647
1737
  value: input3.id
@@ -1690,7 +1780,7 @@ var validBoxPlotRequest = (input) => {
1690
1780
  expected: "TermValues",
1691
1781
  value: input3.values
1692
1782
  })].every((flag) => flag);
1693
- const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1783
+ const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1694
1784
  path: _path2 + ".id",
1695
1785
  expected: "string",
1696
1786
  value: input3.id
@@ -1746,6 +1836,14 @@ var validBoxPlotRequest = (input) => {
1746
1836
  path: _path2 + ".skipValuesBuild",
1747
1837
  expected: "(boolean | undefined)",
1748
1838
  value: input3.skipValuesBuild
1839
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
1840
+ path: _path2 + ".valueConversion",
1841
+ expected: "(__type.o2 | undefined)",
1842
+ value: input3.valueConversion
1843
+ })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1844
+ path: _path2 + ".valueConversion",
1845
+ expected: "(__type.o2 | undefined)",
1846
+ value: input3.valueConversion
1749
1847
  }), "gene" === input3.kind || $report(_exceptionable2, {
1750
1848
  path: _path2 + ".kind",
1751
1849
  expected: '"gene"',
@@ -1786,7 +1884,7 @@ var validBoxPlotRequest = (input) => {
1786
1884
  path: _path2 + ".groupsetting",
1787
1885
  expected: "(TermGroupSetting | undefined)",
1788
1886
  value: input3.groupsetting
1789
- })) && $vo33(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
1887
+ })) && $vo34(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
1790
1888
  path: _path2 + ".groupsetting",
1791
1889
  expected: "(TermGroupSetting | undefined)",
1792
1890
  value: input3.groupsetting
@@ -1798,7 +1896,7 @@ var validBoxPlotRequest = (input) => {
1798
1896
  path: _path2 + ".childTerms[" + _index28 + "]",
1799
1897
  expected: "DtTerm",
1800
1898
  value: elem
1801
- })) && $vo29(elem, _path2 + ".childTerms[" + _index28 + "]", _exceptionable2) || $report(_exceptionable2, {
1899
+ })) && $vo30(elem, _path2 + ".childTerms[" + _index28 + "]", _exceptionable2) || $report(_exceptionable2, {
1802
1900
  path: _path2 + ".childTerms[" + _index28 + "]",
1803
1901
  expected: "DtTerm",
1804
1902
  value: elem
@@ -1807,7 +1905,7 @@ var validBoxPlotRequest = (input) => {
1807
1905
  expected: "(Array<DtTerm> | undefined)",
1808
1906
  value: input3.childTerms
1809
1907
  })].every((flag) => flag);
1810
- const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1908
+ const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1811
1909
  path: _path2 + ".id",
1812
1910
  expected: "string",
1813
1911
  value: input3.id
@@ -1863,6 +1961,14 @@ var validBoxPlotRequest = (input) => {
1863
1961
  path: _path2 + ".skipValuesBuild",
1864
1962
  expected: "(boolean | undefined)",
1865
1963
  value: input3.skipValuesBuild
1964
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
1965
+ path: _path2 + ".valueConversion",
1966
+ expected: "(__type.o2 | undefined)",
1967
+ value: input3.valueConversion
1968
+ })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1969
+ path: _path2 + ".valueConversion",
1970
+ expected: "(__type.o2 | undefined)",
1971
+ value: input3.valueConversion
1866
1972
  }), "gene" === input3.kind || $report(_exceptionable2, {
1867
1973
  path: _path2 + ".kind",
1868
1974
  expected: '"gene"',
@@ -1884,7 +1990,7 @@ var validBoxPlotRequest = (input) => {
1884
1990
  expected: "(number | undefined)",
1885
1991
  value: input3.stop
1886
1992
  })].every((flag) => flag);
1887
- const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1993
+ const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1888
1994
  path: _path2 + ".id",
1889
1995
  expected: "string",
1890
1996
  value: input3.id
@@ -1940,6 +2046,14 @@ var validBoxPlotRequest = (input) => {
1940
2046
  path: _path2 + ".skipValuesBuild",
1941
2047
  expected: "(boolean | undefined)",
1942
2048
  value: input3.skipValuesBuild
2049
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
2050
+ path: _path2 + ".valueConversion",
2051
+ expected: "(__type.o2 | undefined)",
2052
+ value: input3.valueConversion
2053
+ })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2054
+ path: _path2 + ".valueConversion",
2055
+ expected: "(__type.o2 | undefined)",
2056
+ value: input3.valueConversion
1943
2057
  }), "coord" === input3.kind || $report(_exceptionable2, {
1944
2058
  path: _path2 + ".kind",
1945
2059
  expected: '"coord"',
@@ -1957,7 +2071,7 @@ var validBoxPlotRequest = (input) => {
1957
2071
  expected: "number",
1958
2072
  value: input3.stop
1959
2073
  })].every((flag) => flag);
1960
- const $vo33 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
2074
+ const $vo34 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
1961
2075
  path: _path2 + ".disabled",
1962
2076
  expected: "boolean",
1963
2077
  value: input3.disabled
@@ -1969,7 +2083,7 @@ var validBoxPlotRequest = (input) => {
1969
2083
  path: _path2 + ".lst[" + _index33 + "]",
1970
2084
  expected: "Groupset",
1971
2085
  value: elem
1972
- })) && $vo34(elem, _path2 + ".lst[" + _index33 + "]", _exceptionable2) || $report(_exceptionable2, {
2086
+ })) && $vo35(elem, _path2 + ".lst[" + _index33 + "]", _exceptionable2) || $report(_exceptionable2, {
1973
2087
  path: _path2 + ".lst[" + _index33 + "]",
1974
2088
  expected: "Groupset",
1975
2089
  value: elem
@@ -1978,7 +2092,7 @@ var validBoxPlotRequest = (input) => {
1978
2092
  expected: "(Array<Groupset> | undefined)",
1979
2093
  value: input3.lst
1980
2094
  })].every((flag) => flag);
1981
- const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2095
+ const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
1982
2096
  path: _path2 + ".name",
1983
2097
  expected: "string",
1984
2098
  value: input3.name
@@ -2011,7 +2125,7 @@ var validBoxPlotRequest = (input) => {
2011
2125
  expected: "Array<GroupEntry>",
2012
2126
  value: input3.groups
2013
2127
  })].every((flag) => flag);
2014
- const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2128
+ const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2015
2129
  path: _path2 + ".name",
2016
2130
  expected: "string",
2017
2131
  value: input3.name
@@ -2025,11 +2139,11 @@ var validBoxPlotRequest = (input) => {
2025
2139
  value: input3.values
2026
2140
  })) && input3.values.map((elem, _index35) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2027
2141
  path: _path2 + ".values[" + _index35 + "]",
2028
- expected: "__type.o4",
2142
+ expected: "__type.o5",
2029
2143
  value: elem
2030
- })) && $vo36(elem, _path2 + ".values[" + _index35 + "]", _exceptionable2) || $report(_exceptionable2, {
2144
+ })) && $vo37(elem, _path2 + ".values[" + _index35 + "]", _exceptionable2) || $report(_exceptionable2, {
2031
2145
  path: _path2 + ".values[" + _index35 + "]",
2032
- expected: "__type.o4",
2146
+ expected: "__type.o5",
2033
2147
  value: elem
2034
2148
  })).every((flag) => flag) || $report(_exceptionable2, {
2035
2149
  path: _path2 + ".values",
@@ -2040,7 +2154,7 @@ var validBoxPlotRequest = (input) => {
2040
2154
  expected: "(boolean | undefined)",
2041
2155
  value: input3.uncomputable
2042
2156
  })].every((flag) => flag);
2043
- const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
2157
+ const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
2044
2158
  path: _path2 + ".key",
2045
2159
  expected: "(number | string)",
2046
2160
  value: input3.key
@@ -2049,7 +2163,7 @@ var validBoxPlotRequest = (input) => {
2049
2163
  expected: "string",
2050
2164
  value: input3.label
2051
2165
  })].every((flag) => flag);
2052
- const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2166
+ const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2053
2167
  path: _path2 + ".name",
2054
2168
  expected: "string",
2055
2169
  value: input3.name
@@ -2070,7 +2184,7 @@ var validBoxPlotRequest = (input) => {
2070
2184
  expected: "string",
2071
2185
  value: input3.color
2072
2186
  })].every((flag) => flag);
2073
- const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2187
+ const $vo39 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2074
2188
  path: _path2 + ".id",
2075
2189
  expected: "string",
2076
2190
  value: input3.id
@@ -2126,6 +2240,14 @@ var validBoxPlotRequest = (input) => {
2126
2240
  path: _path2 + ".skipValuesBuild",
2127
2241
  expected: "(boolean | undefined)",
2128
2242
  value: input3.skipValuesBuild
2243
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
2244
+ path: _path2 + ".valueConversion",
2245
+ expected: "(__type.o2 | undefined)",
2246
+ value: input3.valueConversion
2247
+ })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2248
+ path: _path2 + ".valueConversion",
2249
+ expected: "(__type.o2 | undefined)",
2250
+ value: input3.valueConversion
2129
2251
  }), "coord" === input3.kind || $report(_exceptionable2, {
2130
2252
  path: _path2 + ".kind",
2131
2253
  expected: '"coord"',
@@ -2162,7 +2284,7 @@ var validBoxPlotRequest = (input) => {
2162
2284
  path: _path2 + ".groupsetting",
2163
2285
  expected: "(TermGroupSetting | undefined)",
2164
2286
  value: input3.groupsetting
2165
- })) && $vo33(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2287
+ })) && $vo34(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2166
2288
  path: _path2 + ".groupsetting",
2167
2289
  expected: "(TermGroupSetting | undefined)",
2168
2290
  value: input3.groupsetting
@@ -2174,7 +2296,7 @@ var validBoxPlotRequest = (input) => {
2174
2296
  path: _path2 + ".childTerms[" + _index39 + "]",
2175
2297
  expected: "DtTerm",
2176
2298
  value: elem
2177
- })) && $vo29(elem, _path2 + ".childTerms[" + _index39 + "]", _exceptionable2) || $report(_exceptionable2, {
2299
+ })) && $vo30(elem, _path2 + ".childTerms[" + _index39 + "]", _exceptionable2) || $report(_exceptionable2, {
2178
2300
  path: _path2 + ".childTerms[" + _index39 + "]",
2179
2301
  expected: "DtTerm",
2180
2302
  value: elem
@@ -2183,7 +2305,7 @@ var validBoxPlotRequest = (input) => {
2183
2305
  expected: "(Array<DtTerm> | undefined)",
2184
2306
  value: input3.childTerms
2185
2307
  })].every((flag) => flag);
2186
- const $vo39 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
2308
+ const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
2187
2309
  path: _path2 + ".key",
2188
2310
  expected: "string",
2189
2311
  value: input3.key
@@ -2196,7 +2318,7 @@ var validBoxPlotRequest = (input) => {
2196
2318
  expected: "string",
2197
2319
  value: input3.value
2198
2320
  })].every((flag) => flag);
2199
- const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2321
+ const $vo41 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2200
2322
  path: _path2 + ".id",
2201
2323
  expected: "string",
2202
2324
  value: input3.id
@@ -2252,6 +2374,14 @@ var validBoxPlotRequest = (input) => {
2252
2374
  path: _path2 + ".skipValuesBuild",
2253
2375
  expected: "(boolean | undefined)",
2254
2376
  value: input3.skipValuesBuild
2377
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
2378
+ path: _path2 + ".valueConversion",
2379
+ expected: "(__type.o2 | undefined)",
2380
+ value: input3.valueConversion
2381
+ })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2382
+ path: _path2 + ".valueConversion",
2383
+ expected: "(__type.o2 | undefined)",
2384
+ value: input3.valueConversion
2255
2385
  }), "string" === typeof input3.chr || $report(_exceptionable2, {
2256
2386
  path: _path2 + ".chr",
2257
2387
  expected: "string",
@@ -2284,12 +2414,12 @@ var validBoxPlotRequest = (input) => {
2284
2414
  path: _path2 + ".groupsetting",
2285
2415
  expected: "TermGroupSetting",
2286
2416
  value: input3.groupsetting
2287
- })) && $vo33(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2417
+ })) && $vo34(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2288
2418
  path: _path2 + ".groupsetting",
2289
2419
  expected: "TermGroupSetting",
2290
2420
  value: input3.groupsetting
2291
2421
  })].every((flag) => flag);
2292
- const $vo41 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2422
+ const $vo42 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2293
2423
  path: _path2 + ".id",
2294
2424
  expected: "string",
2295
2425
  value: input3.id
@@ -2345,6 +2475,14 @@ var validBoxPlotRequest = (input) => {
2345
2475
  path: _path2 + ".skipValuesBuild",
2346
2476
  expected: "(boolean | undefined)",
2347
2477
  value: input3.skipValuesBuild
2478
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
2479
+ path: _path2 + ".valueConversion",
2480
+ expected: "(__type.o2 | undefined)",
2481
+ value: input3.valueConversion
2482
+ })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2483
+ path: _path2 + ".valueConversion",
2484
+ expected: "(__type.o2 | undefined)",
2485
+ value: input3.valueConversion
2348
2486
  }), "string" === typeof input3.sample || $report(_exceptionable2, {
2349
2487
  path: _path2 + ".sample",
2350
2488
  expected: "string",
@@ -2357,16 +2495,16 @@ var validBoxPlotRequest = (input) => {
2357
2495
  path: _path2 + ".groupsetting",
2358
2496
  expected: "TermGroupSetting",
2359
2497
  value: input3.groupsetting
2360
- })) && $vo33(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2498
+ })) && $vo34(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2361
2499
  path: _path2 + ".groupsetting",
2362
2500
  expected: "TermGroupSetting",
2363
2501
  value: input3.groupsetting
2364
2502
  })].every((flag) => flag);
2365
- const $vo42 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2503
+ const $vo43 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2366
2504
  path: _path2 + ".hiddenValues",
2367
2505
  expected: "(HiddenValues | undefined)",
2368
2506
  value: input3.hiddenValues
2369
- })) && $vo14(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
2507
+ })) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
2370
2508
  path: _path2 + ".hiddenValues",
2371
2509
  expected: "(HiddenValues | undefined)",
2372
2510
  value: input3.hiddenValues
@@ -2391,7 +2529,7 @@ var validBoxPlotRequest = (input) => {
2391
2529
  expected: '"values"',
2392
2530
  value: input3.type
2393
2531
  })].every((flag) => flag);
2394
- const $vo43 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2532
+ const $vo44 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2395
2533
  path: _path2 + ".id",
2396
2534
  expected: "(string | undefined)",
2397
2535
  value: input3.id
@@ -2427,7 +2565,7 @@ var validBoxPlotRequest = (input) => {
2427
2565
  path: _path2 + ".q",
2428
2566
  expected: "PredefinedGroupSettingQ",
2429
2567
  value: input3.q
2430
- })) && $vo44(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2568
+ })) && $vo45(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2431
2569
  path: _path2 + ".q",
2432
2570
  expected: "PredefinedGroupSettingQ",
2433
2571
  value: input3.q
@@ -2436,11 +2574,11 @@ var validBoxPlotRequest = (input) => {
2436
2574
  expected: '"QualTWPredefinedGS"',
2437
2575
  value: input3.type
2438
2576
  })].every((flag) => flag);
2439
- const $vo44 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2577
+ const $vo45 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2440
2578
  path: _path2 + ".hiddenValues",
2441
2579
  expected: "(HiddenValues | undefined)",
2442
2580
  value: input3.hiddenValues
2443
- })) && $vo14(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
2581
+ })) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
2444
2582
  path: _path2 + ".hiddenValues",
2445
2583
  expected: "(HiddenValues | undefined)",
2446
2584
  value: input3.hiddenValues
@@ -2469,7 +2607,7 @@ var validBoxPlotRequest = (input) => {
2469
2607
  expected: "number",
2470
2608
  value: input3.predefined_groupset_idx
2471
2609
  })].every((flag) => flag);
2472
- const $vo45 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2610
+ const $vo46 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2473
2611
  path: _path2 + ".id",
2474
2612
  expected: "(string | undefined)",
2475
2613
  value: input3.id
@@ -2505,7 +2643,7 @@ var validBoxPlotRequest = (input) => {
2505
2643
  path: _path2 + ".q",
2506
2644
  expected: "CustomGroupSettingQ",
2507
2645
  value: input3.q
2508
- })) && $vo46(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2646
+ })) && $vo47(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2509
2647
  path: _path2 + ".q",
2510
2648
  expected: "CustomGroupSettingQ",
2511
2649
  value: input3.q
@@ -2514,11 +2652,11 @@ var validBoxPlotRequest = (input) => {
2514
2652
  expected: '"QualTWCustomGS"',
2515
2653
  value: input3.type
2516
2654
  })].every((flag) => flag);
2517
- const $vo46 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2655
+ const $vo47 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2518
2656
  path: _path2 + ".hiddenValues",
2519
2657
  expected: "(HiddenValues | undefined)",
2520
2658
  value: input3.hiddenValues
2521
- })) && $vo14(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
2659
+ })) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
2522
2660
  path: _path2 + ".hiddenValues",
2523
2661
  expected: "(HiddenValues | undefined)",
2524
2662
  value: input3.hiddenValues
@@ -2546,12 +2684,12 @@ var validBoxPlotRequest = (input) => {
2546
2684
  path: _path2 + ".customset",
2547
2685
  expected: "BaseGroupSet",
2548
2686
  value: input3.customset
2549
- })) && $vo47(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
2687
+ })) && $vo48(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
2550
2688
  path: _path2 + ".customset",
2551
2689
  expected: "BaseGroupSet",
2552
2690
  value: input3.customset
2553
2691
  })].every((flag) => flag);
2554
- const $vo47 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
2692
+ const $vo48 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
2555
2693
  path: _path2 + ".groups",
2556
2694
  expected: "Array<GroupEntry>",
2557
2695
  value: input3.groups
@@ -2568,7 +2706,7 @@ var validBoxPlotRequest = (input) => {
2568
2706
  expected: "Array<GroupEntry>",
2569
2707
  value: input3.groups
2570
2708
  })].every((flag) => flag);
2571
- const $vo48 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2709
+ const $vo49 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2572
2710
  path: _path2 + ".id",
2573
2711
  expected: "(string | undefined)",
2574
2712
  value: input3.id
@@ -2608,12 +2746,12 @@ var validBoxPlotRequest = (input) => {
2608
2746
  path: _path2 + ".q",
2609
2747
  expected: "RegularNumericBinConfig",
2610
2748
  value: input3.q
2611
- })) && $vo13(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2749
+ })) && $vo14(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2612
2750
  path: _path2 + ".q",
2613
2751
  expected: "RegularNumericBinConfig",
2614
2752
  value: input3.q
2615
2753
  })].every((flag) => flag);
2616
- const $vo49 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2754
+ const $vo50 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2617
2755
  path: _path2 + ".id",
2618
2756
  expected: "(string | undefined)",
2619
2757
  value: input3.id
@@ -2653,12 +2791,12 @@ var validBoxPlotRequest = (input) => {
2653
2791
  path: _path2 + ".q",
2654
2792
  expected: "CustomNumericBinConfig",
2655
2793
  value: input3.q
2656
- })) && $vo18(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2794
+ })) && $vo19(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2657
2795
  path: _path2 + ".q",
2658
2796
  expected: "CustomNumericBinConfig",
2659
2797
  value: input3.q
2660
2798
  })].every((flag) => flag);
2661
- const $vo50 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2799
+ const $vo51 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2662
2800
  path: _path2 + ".id",
2663
2801
  expected: "(string | undefined)",
2664
2802
  value: input3.id
@@ -2698,16 +2836,16 @@ var validBoxPlotRequest = (input) => {
2698
2836
  path: _path2 + ".q",
2699
2837
  expected: "BinaryNumericQ",
2700
2838
  value: input3.q
2701
- })) && $vo51(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2839
+ })) && $vo52(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2702
2840
  path: _path2 + ".q",
2703
2841
  expected: "BinaryNumericQ",
2704
2842
  value: input3.q
2705
2843
  })].every((flag) => flag);
2706
- const $vo51 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2844
+ const $vo52 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2707
2845
  path: _path2 + ".hiddenValues",
2708
2846
  expected: "(HiddenValues | undefined)",
2709
2847
  value: input3.hiddenValues
2710
- })) && $vo14(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
2848
+ })) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
2711
2849
  path: _path2 + ".hiddenValues",
2712
2850
  expected: "(HiddenValues | undefined)",
2713
2851
  value: input3.hiddenValues
@@ -2762,8 +2900,16 @@ var validBoxPlotRequest = (input) => {
2762
2900
  path: _path2 + ".lst",
2763
2901
  expected: "[StartUnboundedBin | FullyBoundedBin, FullyBoundedBin | StopUnboundedBin]",
2764
2902
  value: input3.lst
2903
+ }), void 0 === input3.cutoffType || "normal" === input3.cutoffType || "percentile" === input3.cutoffType || $report(_exceptionable2, {
2904
+ path: _path2 + ".cutoffType",
2905
+ expected: '("normal" | "percentile" | undefined)',
2906
+ value: input3.cutoffType
2907
+ }), void 0 === input3.cutoffPercentile || "number" === typeof input3.cutoffPercentile || $report(_exceptionable2, {
2908
+ path: _path2 + ".cutoffPercentile",
2909
+ expected: "(number | undefined)",
2910
+ value: input3.cutoffPercentile
2765
2911
  })].every((flag) => flag);
2766
- const $vo52 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2912
+ const $vo53 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2767
2913
  path: _path2 + ".id",
2768
2914
  expected: "(string | undefined)",
2769
2915
  value: input3.id
@@ -2803,16 +2949,16 @@ var validBoxPlotRequest = (input) => {
2803
2949
  path: _path2 + ".q",
2804
2950
  expected: "ContinuousNumericQ",
2805
2951
  value: input3.q
2806
- })) && $vo53(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2952
+ })) && $vo54(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2807
2953
  path: _path2 + ".q",
2808
2954
  expected: "ContinuousNumericQ",
2809
2955
  value: input3.q
2810
2956
  })].every((flag) => flag);
2811
- const $vo53 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2957
+ const $vo54 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2812
2958
  path: _path2 + ".hiddenValues",
2813
2959
  expected: "(HiddenValues | undefined)",
2814
2960
  value: input3.hiddenValues
2815
- })) && $vo14(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
2961
+ })) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
2816
2962
  path: _path2 + ".hiddenValues",
2817
2963
  expected: "(HiddenValues | undefined)",
2818
2964
  value: input3.hiddenValues
@@ -2844,8 +2990,12 @@ var validBoxPlotRequest = (input) => {
2844
2990
  path: _path2 + ".type",
2845
2991
  expected: "undefined",
2846
2992
  value: input3.type
2847
- }))].every((flag) => flag);
2848
- const $vo54 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2993
+ })), void 0 === input3.scale || "number" === typeof input3.scale || $report(_exceptionable2, {
2994
+ path: _path2 + ".scale",
2995
+ expected: "(number | undefined)",
2996
+ value: input3.scale
2997
+ })].every((flag) => flag);
2998
+ const $vo55 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2849
2999
  path: _path2 + ".id",
2850
3000
  expected: "(string | undefined)",
2851
3001
  value: input3.id
@@ -2885,16 +3035,16 @@ var validBoxPlotRequest = (input) => {
2885
3035
  path: _path2 + ".q",
2886
3036
  expected: "SplineNumericQ",
2887
3037
  value: input3.q
2888
- })) && $vo55(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3038
+ })) && $vo56(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2889
3039
  path: _path2 + ".q",
2890
3040
  expected: "SplineNumericQ",
2891
3041
  value: input3.q
2892
3042
  })].every((flag) => flag);
2893
- const $vo55 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3043
+ const $vo56 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2894
3044
  path: _path2 + ".hiddenValues",
2895
3045
  expected: "(HiddenValues | undefined)",
2896
3046
  value: input3.hiddenValues
2897
- })) && $vo14(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3047
+ })) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
2898
3048
  path: _path2 + ".hiddenValues",
2899
3049
  expected: "(HiddenValues | undefined)",
2900
3050
  value: input3.hiddenValues
@@ -2920,11 +3070,11 @@ var validBoxPlotRequest = (input) => {
2920
3070
  value: input3.knots
2921
3071
  })) && input3.knots.map((elem, _index46) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2922
3072
  path: _path2 + ".knots[" + _index46 + "]",
2923
- expected: "__type.o6",
3073
+ expected: "__type.o7",
2924
3074
  value: elem
2925
- })) && $vo56(elem, _path2 + ".knots[" + _index46 + "]", _exceptionable2) || $report(_exceptionable2, {
3075
+ })) && $vo57(elem, _path2 + ".knots[" + _index46 + "]", _exceptionable2) || $report(_exceptionable2, {
2926
3076
  path: _path2 + ".knots[" + _index46 + "]",
2927
- expected: "__type.o6",
3077
+ expected: "__type.o7",
2928
3078
  value: elem
2929
3079
  })).every((flag) => flag) || $report(_exceptionable2, {
2930
3080
  path: _path2 + ".knots",
@@ -2939,12 +3089,12 @@ var validBoxPlotRequest = (input) => {
2939
3089
  expected: "undefined",
2940
3090
  value: input3.type
2941
3091
  }))].every((flag) => flag);
2942
- const $vo56 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
3092
+ const $vo57 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
2943
3093
  path: _path2 + ".value",
2944
3094
  expected: "number",
2945
3095
  value: input3.value
2946
3096
  })].every((flag) => flag);
2947
- const $vo57 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3097
+ const $vo58 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2948
3098
  path: _path2 + ".id",
2949
3099
  expected: "(string | undefined)",
2950
3100
  value: input3.id
@@ -2984,12 +3134,12 @@ var validBoxPlotRequest = (input) => {
2984
3134
  path: _path2 + ".q",
2985
3135
  expected: "GvValuesQ",
2986
3136
  value: input3.q
2987
- })) && $vo60(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3137
+ })) && $vo61(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2988
3138
  path: _path2 + ".q",
2989
3139
  expected: "GvValuesQ",
2990
3140
  value: input3.q
2991
3141
  })].every((flag) => flag);
2992
- const $vo58 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3142
+ const $vo59 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2993
3143
  path: _path2 + ".id",
2994
3144
  expected: "string",
2995
3145
  value: input3.id
@@ -3045,6 +3195,14 @@ var validBoxPlotRequest = (input) => {
3045
3195
  path: _path2 + ".skipValuesBuild",
3046
3196
  expected: "(boolean | undefined)",
3047
3197
  value: input3.skipValuesBuild
3198
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
3199
+ path: _path2 + ".valueConversion",
3200
+ expected: "(__type.o2 | undefined)",
3201
+ value: input3.valueConversion
3202
+ })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
3203
+ path: _path2 + ".valueConversion",
3204
+ expected: "(__type.o2 | undefined)",
3205
+ value: input3.valueConversion
3048
3206
  }), "gene" === input3.kind || $report(_exceptionable2, {
3049
3207
  path: _path2 + ".kind",
3050
3208
  expected: '"gene"',
@@ -3085,7 +3243,7 @@ var validBoxPlotRequest = (input) => {
3085
3243
  path: _path2 + ".groupsetting",
3086
3244
  expected: "TermGroupSetting",
3087
3245
  value: input3.groupsetting
3088
- })) && $vo33(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
3246
+ })) && $vo34(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
3089
3247
  path: _path2 + ".groupsetting",
3090
3248
  expected: "TermGroupSetting",
3091
3249
  value: input3.groupsetting
@@ -3097,7 +3255,7 @@ var validBoxPlotRequest = (input) => {
3097
3255
  path: _path2 + ".childTerms[" + _index50 + "]",
3098
3256
  expected: "DtTerm",
3099
3257
  value: elem
3100
- })) && $vo29(elem, _path2 + ".childTerms[" + _index50 + "]", _exceptionable2) || $report(_exceptionable2, {
3258
+ })) && $vo30(elem, _path2 + ".childTerms[" + _index50 + "]", _exceptionable2) || $report(_exceptionable2, {
3101
3259
  path: _path2 + ".childTerms[" + _index50 + "]",
3102
3260
  expected: "DtTerm",
3103
3261
  value: elem
@@ -3106,7 +3264,7 @@ var validBoxPlotRequest = (input) => {
3106
3264
  expected: "Array<DtTerm>",
3107
3265
  value: input3.childTerms
3108
3266
  })].every((flag) => flag);
3109
- const $vo59 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3267
+ const $vo60 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3110
3268
  path: _path2 + ".id",
3111
3269
  expected: "string",
3112
3270
  value: input3.id
@@ -3162,6 +3320,14 @@ var validBoxPlotRequest = (input) => {
3162
3320
  path: _path2 + ".skipValuesBuild",
3163
3321
  expected: "(boolean | undefined)",
3164
3322
  value: input3.skipValuesBuild
3323
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
3324
+ path: _path2 + ".valueConversion",
3325
+ expected: "(__type.o2 | undefined)",
3326
+ value: input3.valueConversion
3327
+ })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
3328
+ path: _path2 + ".valueConversion",
3329
+ expected: "(__type.o2 | undefined)",
3330
+ value: input3.valueConversion
3165
3331
  }), "coord" === input3.kind || $report(_exceptionable2, {
3166
3332
  path: _path2 + ".kind",
3167
3333
  expected: '"coord"',
@@ -3198,7 +3364,7 @@ var validBoxPlotRequest = (input) => {
3198
3364
  path: _path2 + ".groupsetting",
3199
3365
  expected: "TermGroupSetting",
3200
3366
  value: input3.groupsetting
3201
- })) && $vo33(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
3367
+ })) && $vo34(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
3202
3368
  path: _path2 + ".groupsetting",
3203
3369
  expected: "TermGroupSetting",
3204
3370
  value: input3.groupsetting
@@ -3210,7 +3376,7 @@ var validBoxPlotRequest = (input) => {
3210
3376
  path: _path2 + ".childTerms[" + _index54 + "]",
3211
3377
  expected: "DtTerm",
3212
3378
  value: elem
3213
- })) && $vo29(elem, _path2 + ".childTerms[" + _index54 + "]", _exceptionable2) || $report(_exceptionable2, {
3379
+ })) && $vo30(elem, _path2 + ".childTerms[" + _index54 + "]", _exceptionable2) || $report(_exceptionable2, {
3214
3380
  path: _path2 + ".childTerms[" + _index54 + "]",
3215
3381
  expected: "DtTerm",
3216
3382
  value: elem
@@ -3219,11 +3385,11 @@ var validBoxPlotRequest = (input) => {
3219
3385
  expected: "Array<DtTerm>",
3220
3386
  value: input3.childTerms
3221
3387
  })].every((flag) => flag);
3222
- const $vo60 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3388
+ const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3223
3389
  path: _path2 + ".hiddenValues",
3224
3390
  expected: "(HiddenValues | undefined)",
3225
3391
  value: input3.hiddenValues
3226
- })) && $vo14(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3392
+ })) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3227
3393
  path: _path2 + ".hiddenValues",
3228
3394
  expected: "(HiddenValues | undefined)",
3229
3395
  value: input3.hiddenValues
@@ -3260,7 +3426,7 @@ var validBoxPlotRequest = (input) => {
3260
3426
  expected: '"values"',
3261
3427
  value: input3.type
3262
3428
  })].every((flag) => flag);
3263
- const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3429
+ const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3264
3430
  path: _path2 + ".id",
3265
3431
  expected: "(string | undefined)",
3266
3432
  value: input3.id
@@ -3300,16 +3466,16 @@ var validBoxPlotRequest = (input) => {
3300
3466
  path: _path2 + ".q",
3301
3467
  expected: "GvPredefinedGsQ",
3302
3468
  value: input3.q
3303
- })) && $vo62(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3469
+ })) && $vo63(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3304
3470
  path: _path2 + ".q",
3305
3471
  expected: "GvPredefinedGsQ",
3306
3472
  value: input3.q
3307
3473
  })].every((flag) => flag);
3308
- const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3474
+ const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3309
3475
  path: _path2 + ".hiddenValues",
3310
3476
  expected: "(HiddenValues | undefined)",
3311
3477
  value: input3.hiddenValues
3312
- })) && $vo14(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3478
+ })) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3313
3479
  path: _path2 + ".hiddenValues",
3314
3480
  expected: "(HiddenValues | undefined)",
3315
3481
  value: input3.hiddenValues
@@ -3350,7 +3516,7 @@ var validBoxPlotRequest = (input) => {
3350
3516
  expected: "number",
3351
3517
  value: input3.predefined_groupset_idx
3352
3518
  })].every((flag) => flag);
3353
- const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3519
+ const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3354
3520
  path: _path2 + ".id",
3355
3521
  expected: "(string | undefined)",
3356
3522
  value: input3.id
@@ -3390,16 +3556,16 @@ var validBoxPlotRequest = (input) => {
3390
3556
  path: _path2 + ".q",
3391
3557
  expected: "GvCustomGsQ",
3392
3558
  value: input3.q
3393
- })) && $vo64(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3559
+ })) && $vo65(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3394
3560
  path: _path2 + ".q",
3395
3561
  expected: "GvCustomGsQ",
3396
3562
  value: input3.q
3397
3563
  })].every((flag) => flag);
3398
- const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3564
+ const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3399
3565
  path: _path2 + ".hiddenValues",
3400
3566
  expected: "(HiddenValues | undefined)",
3401
3567
  value: input3.hiddenValues
3402
- })) && $vo14(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3568
+ })) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3403
3569
  path: _path2 + ".hiddenValues",
3404
3570
  expected: "(HiddenValues | undefined)",
3405
3571
  value: input3.hiddenValues
@@ -3439,12 +3605,12 @@ var validBoxPlotRequest = (input) => {
3439
3605
  path: _path2 + ".customset",
3440
3606
  expected: "BaseGroupSet",
3441
3607
  value: input3.customset
3442
- })) && $vo47(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
3608
+ })) && $vo48(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
3443
3609
  path: _path2 + ".customset",
3444
3610
  expected: "BaseGroupSet",
3445
3611
  value: input3.customset
3446
3612
  })].every((flag) => flag);
3447
- const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3613
+ const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3448
3614
  path: _path2 + ".id",
3449
3615
  expected: "(string | undefined)",
3450
3616
  value: input3.id
@@ -3476,7 +3642,7 @@ var validBoxPlotRequest = (input) => {
3476
3642
  path: _path2 + ".term",
3477
3643
  expected: "ConditionTerm",
3478
3644
  value: input3.term
3479
- })) && $vo26(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3645
+ })) && $vo27(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3480
3646
  path: _path2 + ".term",
3481
3647
  expected: "ConditionTerm",
3482
3648
  value: input3.term
@@ -3489,11 +3655,11 @@ var validBoxPlotRequest = (input) => {
3489
3655
  expected: "(ConditionChildrenQ | ConditionGradeQ)",
3490
3656
  value: input3.q
3491
3657
  })].every((flag) => flag);
3492
- const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3658
+ const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3493
3659
  path: _path2 + ".hiddenValues",
3494
3660
  expected: "(HiddenValues | undefined)",
3495
3661
  value: input3.hiddenValues
3496
- })) && $vo14(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3662
+ })) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3497
3663
  path: _path2 + ".hiddenValues",
3498
3664
  expected: "(HiddenValues | undefined)",
3499
3665
  value: input3.hiddenValues
@@ -3550,11 +3716,11 @@ var validBoxPlotRequest = (input) => {
3550
3716
  expected: "(boolean | undefined)",
3551
3717
  value: input3.value_by_computable_grade
3552
3718
  }), true].every((flag) => flag);
3553
- const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3719
+ const $vo68 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3554
3720
  path: _path2 + ".hiddenValues",
3555
3721
  expected: "(HiddenValues | undefined)",
3556
3722
  value: input3.hiddenValues
3557
- })) && $vo14(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3723
+ })) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3558
3724
  path: _path2 + ".hiddenValues",
3559
3725
  expected: "(HiddenValues | undefined)",
3560
3726
  value: input3.hiddenValues
@@ -3583,7 +3749,7 @@ var validBoxPlotRequest = (input) => {
3583
3749
  expected: "true",
3584
3750
  value: input3.bar_by_children
3585
3751
  }), true].every((flag) => flag);
3586
- const $vo68 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3752
+ const $vo69 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3587
3753
  path: _path2 + ".id",
3588
3754
  expected: "(string | undefined)",
3589
3755
  value: input3.id
@@ -3615,7 +3781,7 @@ var validBoxPlotRequest = (input) => {
3615
3781
  path: _path2 + ".q",
3616
3782
  expected: "SnpsQ",
3617
3783
  value: input3.q
3618
- })) && $vo69(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3784
+ })) && $vo70(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3619
3785
  path: _path2 + ".q",
3620
3786
  expected: "SnpsQ",
3621
3787
  value: input3.q
@@ -3623,16 +3789,16 @@ var validBoxPlotRequest = (input) => {
3623
3789
  path: _path2 + ".term",
3624
3790
  expected: "SnpsTerm",
3625
3791
  value: input3.term
3626
- })) && $vo71(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3792
+ })) && $vo72(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3627
3793
  path: _path2 + ".term",
3628
3794
  expected: "SnpsTerm",
3629
3795
  value: input3.term
3630
3796
  })].every((flag) => flag);
3631
- const $vo69 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3797
+ const $vo70 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3632
3798
  path: _path2 + ".hiddenValues",
3633
3799
  expected: "(HiddenValues | undefined)",
3634
3800
  value: input3.hiddenValues
3635
- })) && $vo14(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3801
+ })) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3636
3802
  path: _path2 + ".hiddenValues",
3637
3803
  expected: "(HiddenValues | undefined)",
3638
3804
  value: input3.hiddenValues
@@ -3676,7 +3842,7 @@ var validBoxPlotRequest = (input) => {
3676
3842
  path: _path2 + ".restrictAncestry",
3677
3843
  expected: "RestrictAncestry",
3678
3844
  value: input3.restrictAncestry
3679
- })) && $vo70(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
3845
+ })) && $vo71(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
3680
3846
  path: _path2 + ".restrictAncestry",
3681
3847
  expected: "RestrictAncestry",
3682
3848
  value: input3.restrictAncestry
@@ -3701,7 +3867,7 @@ var validBoxPlotRequest = (input) => {
3701
3867
  expected: "number",
3702
3868
  value: input3.stop
3703
3869
  })].every((flag) => flag);
3704
- const $vo70 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
3870
+ const $vo71 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
3705
3871
  path: _path2 + ".name",
3706
3872
  expected: "string",
3707
3873
  value: input3.name
@@ -3714,7 +3880,7 @@ var validBoxPlotRequest = (input) => {
3714
3880
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
3715
3881
  value: input3.tvs
3716
3882
  })].every((flag) => flag);
3717
- const $vo71 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3883
+ const $vo72 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3718
3884
  path: _path2 + ".id",
3719
3885
  expected: "string",
3720
3886
  value: input3.id
@@ -3770,6 +3936,14 @@ var validBoxPlotRequest = (input) => {
3770
3936
  path: _path2 + ".skipValuesBuild",
3771
3937
  expected: "(boolean | undefined)",
3772
3938
  value: input3.skipValuesBuild
3939
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
3940
+ path: _path2 + ".valueConversion",
3941
+ expected: "(__type.o2 | undefined)",
3942
+ value: input3.valueConversion
3943
+ })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
3944
+ path: _path2 + ".valueConversion",
3945
+ expected: "(__type.o2 | undefined)",
3946
+ value: input3.valueConversion
3773
3947
  }), void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit || $report(_exceptionable2, {
3774
3948
  path: _path2 + ".reachedVariantLimit",
3775
3949
  expected: "(boolean | undefined)",
@@ -3782,7 +3956,7 @@ var validBoxPlotRequest = (input) => {
3782
3956
  path: _path2 + ".snps[" + _index58 + "]",
3783
3957
  expected: "SnpsEntry",
3784
3958
  value: elem
3785
- })) && $vo72(elem, _path2 + ".snps[" + _index58 + "]", _exceptionable2) || $report(_exceptionable2, {
3959
+ })) && $vo73(elem, _path2 + ".snps[" + _index58 + "]", _exceptionable2) || $report(_exceptionable2, {
3786
3960
  path: _path2 + ".snps[" + _index58 + "]",
3787
3961
  expected: "SnpsEntry",
3788
3962
  value: elem
@@ -3791,7 +3965,7 @@ var validBoxPlotRequest = (input) => {
3791
3965
  expected: "(Array<SnpsEntry> | undefined)",
3792
3966
  value: input3.snps
3793
3967
  })].every((flag) => flag);
3794
- const $vo72 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
3968
+ const $vo73 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
3795
3969
  path: _path2 + ".altAlleles",
3796
3970
  expected: "(Array<string> | undefined)",
3797
3971
  value: input3.altAlleles
@@ -3811,7 +3985,7 @@ var validBoxPlotRequest = (input) => {
3811
3985
  path: _path2 + ".alleles[" + _index60 + "]",
3812
3986
  expected: "AllelesEntry",
3813
3987
  value: elem
3814
- })) && $vo73(elem, _path2 + ".alleles[" + _index60 + "]", _exceptionable2) || $report(_exceptionable2, {
3988
+ })) && $vo74(elem, _path2 + ".alleles[" + _index60 + "]", _exceptionable2) || $report(_exceptionable2, {
3815
3989
  path: _path2 + ".alleles[" + _index60 + "]",
3816
3990
  expected: "AllelesEntry",
3817
3991
  value: elem
@@ -3825,11 +3999,11 @@ var validBoxPlotRequest = (input) => {
3825
3999
  value: input3.effectAllele
3826
4000
  }), void 0 === input3.gt2count || ("object" === typeof input3.gt2count && null !== input3.gt2count || $report(_exceptionable2, {
3827
4001
  path: _path2 + ".gt2count",
3828
- expected: "(__type.o7 | undefined)",
4002
+ expected: "(__type.o8 | undefined)",
3829
4003
  value: input3.gt2count
3830
- })) && $vo74(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
4004
+ })) && $vo75(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
3831
4005
  path: _path2 + ".gt2count",
3832
- expected: "(__type.o7 | undefined)",
4006
+ expected: "(__type.o8 | undefined)",
3833
4007
  value: input3.gt2count
3834
4008
  }), void 0 === input3.invalid || "boolean" === typeof input3.invalid || $report(_exceptionable2, {
3835
4009
  path: _path2 + ".invalid",
@@ -3856,7 +4030,7 @@ var validBoxPlotRequest = (input) => {
3856
4030
  expected: "(number | undefined)",
3857
4031
  value: input3.pos
3858
4032
  })].every((flag) => flag);
3859
- const $vo73 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
4033
+ const $vo74 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
3860
4034
  path: _path2 + ".allele",
3861
4035
  expected: "string",
3862
4036
  value: input3.allele
@@ -3869,7 +4043,7 @@ var validBoxPlotRequest = (input) => {
3869
4043
  expected: "boolean",
3870
4044
  value: input3.isRef
3871
4045
  })].every((flag) => flag);
3872
- const $vo74 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
4046
+ const $vo75 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
3873
4047
  path: _path2 + ".k",
3874
4048
  expected: "string",
3875
4049
  value: input3.k
@@ -3891,16 +4065,16 @@ var validBoxPlotRequest = (input) => {
3891
4065
  })();
3892
4066
  const $vu1 = (input3, _path2, _exceptionable2 = true) => (() => {
3893
4067
  if (true === input3.startunbounded)
3894
- return $vo15(input3, _path2, _exceptionable2);
4068
+ return $vo16(input3, _path2, _exceptionable2);
3895
4069
  if (true === input3.stopunbounded)
3896
- return $vo17(input3, _path2, _exceptionable2);
3897
- return $vo16(input3, _path2, _exceptionable2);
4070
+ return $vo18(input3, _path2, _exceptionable2);
4071
+ return $vo17(input3, _path2, _exceptionable2);
3898
4072
  })();
3899
4073
  const $vu2 = (input3, _path2, _exceptionable2 = true) => (() => {
3900
4074
  if ("gene" === input3.kind)
3901
- return $vo31(input3, _path2, _exceptionable2);
3902
- if ("coord" === input3.kind)
3903
4075
  return $vo32(input3, _path2, _exceptionable2);
4076
+ if ("coord" === input3.kind)
4077
+ return $vo33(input3, _path2, _exceptionable2);
3904
4078
  return $report(_exceptionable2, {
3905
4079
  path: _path2,
3906
4080
  expected: "(BaseTerm & Gene | BaseTerm & Coord)",
@@ -3909,9 +4083,9 @@ var validBoxPlotRequest = (input) => {
3909
4083
  })();
3910
4084
  const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
3911
4085
  if ("string" === typeof input3.type)
3912
- return $vo35(input3, _path2, _exceptionable2);
4086
+ return $vo36(input3, _path2, _exceptionable2);
3913
4087
  if ("filter" === input3.type)
3914
- return $vo37(input3, _path2, _exceptionable2);
4088
+ return $vo38(input3, _path2, _exceptionable2);
3915
4089
  return $report(_exceptionable2, {
3916
4090
  path: _path2,
3917
4091
  expected: "(ValuesGroup | FilterGroup)",
@@ -3920,9 +4094,9 @@ var validBoxPlotRequest = (input) => {
3920
4094
  })();
3921
4095
  const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
3922
4096
  if (true === input3.startunbounded)
3923
- return $vo15(input3, _path2, _exceptionable2);
3924
- if (void 0 !== input3.start)
3925
4097
  return $vo16(input3, _path2, _exceptionable2);
4098
+ if (void 0 !== input3.start)
4099
+ return $vo17(input3, _path2, _exceptionable2);
3926
4100
  return $report(_exceptionable2, {
3927
4101
  path: _path2,
3928
4102
  expected: "(StartUnboundedBin | FullyBoundedBin)",
@@ -3931,9 +4105,9 @@ var validBoxPlotRequest = (input) => {
3931
4105
  })();
3932
4106
  const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
3933
4107
  if (void 0 !== input3.stop)
3934
- return $vo16(input3, _path2, _exceptionable2);
3935
- if (true === input3.stopunbounded)
3936
4108
  return $vo17(input3, _path2, _exceptionable2);
4109
+ if (true === input3.stopunbounded)
4110
+ return $vo18(input3, _path2, _exceptionable2);
3937
4111
  return $report(_exceptionable2, {
3938
4112
  path: _path2,
3939
4113
  expected: "(FullyBoundedBin | StopUnboundedBin)",
@@ -3942,29 +4116,29 @@ var validBoxPlotRequest = (input) => {
3942
4116
  })();
3943
4117
  const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
3944
4118
  if ("SnpsTW" === input3.type)
3945
- return $vo68(input3, _path2, _exceptionable2);
4119
+ return $vo69(input3, _path2, _exceptionable2);
3946
4120
  if ("ConditionTW" === input3.type)
3947
- return $vo65(input3, _path2, _exceptionable2);
4121
+ return $vo66(input3, _path2, _exceptionable2);
3948
4122
  if ("GvCustomGsTW" === input3.type)
3949
- return $vo63(input3, _path2, _exceptionable2);
4123
+ return $vo64(input3, _path2, _exceptionable2);
3950
4124
  if ("GvPredefinedGsTW" === input3.type)
3951
- return $vo61(input3, _path2, _exceptionable2);
4125
+ return $vo62(input3, _path2, _exceptionable2);
3952
4126
  if ("GvValuesTW" === input3.type)
3953
- return $vo57(input3, _path2, _exceptionable2);
4127
+ return $vo58(input3, _path2, _exceptionable2);
3954
4128
  if ("NumTWSpline" === input3.type)
3955
- return $vo54(input3, _path2, _exceptionable2);
4129
+ return $vo55(input3, _path2, _exceptionable2);
3956
4130
  if ("NumTWCont" === input3.type)
3957
- return $vo52(input3, _path2, _exceptionable2);
4131
+ return $vo53(input3, _path2, _exceptionable2);
3958
4132
  if ("NumTWBinary" === input3.type)
3959
- return $vo50(input3, _path2, _exceptionable2);
4133
+ return $vo51(input3, _path2, _exceptionable2);
3960
4134
  if ("NumTWCustomBin" === input3.type)
3961
- return $vo49(input3, _path2, _exceptionable2);
4135
+ return $vo50(input3, _path2, _exceptionable2);
3962
4136
  if ("NumTWRegularBin" === input3.type)
3963
- return $vo48(input3, _path2, _exceptionable2);
4137
+ return $vo49(input3, _path2, _exceptionable2);
3964
4138
  if ("QualTWCustomGS" === input3.type)
3965
- return $vo45(input3, _path2, _exceptionable2);
4139
+ return $vo46(input3, _path2, _exceptionable2);
3966
4140
  if ("QualTWPredefinedGS" === input3.type)
3967
- return $vo43(input3, _path2, _exceptionable2);
4141
+ return $vo44(input3, _path2, _exceptionable2);
3968
4142
  if ("QualTWValues" === input3.type)
3969
4143
  return $vo1(input3, _path2, _exceptionable2);
3970
4144
  return $report(_exceptionable2, {
@@ -3977,9 +4151,9 @@ var validBoxPlotRequest = (input) => {
3977
4151
  if ("categorical" === input3.type)
3978
4152
  return $vo3(input3, _path2, _exceptionable2);
3979
4153
  if ("snp" === input3.type)
3980
- return $vo40(input3, _path2, _exceptionable2);
3981
- if ("singleCellCellType" === input3.type)
3982
4154
  return $vo41(input3, _path2, _exceptionable2);
4155
+ if ("singleCellCellType" === input3.type)
4156
+ return $vo42(input3, _path2, _exceptionable2);
3983
4157
  return $report(_exceptionable2, {
3984
4158
  path: _path2,
3985
4159
  expected: "(CategoricalTerm | SnpTerm | SingleCellCellTypeTerm)",
@@ -3989,24 +4163,24 @@ var validBoxPlotRequest = (input) => {
3989
4163
  const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
3990
4164
  if (void 0 !== input3.ranges)
3991
4165
  return $vo9(input3, _path2, _exceptionable2);
3992
- return $vo8(input3, _path2, false) || $vo25(input3, _path2, false) || $vo28(input3, _path2, false);
4166
+ return $vo8(input3, _path2, false) || $vo26(input3, _path2, false) || $vo29(input3, _path2, false);
3993
4167
  })();
3994
4168
  const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
3995
4169
  if ("integer" === input3.type || "float" === input3.type)
3996
4170
  return $vo10(input3, _path2, _exceptionable2);
3997
4171
  if ("metaboliteIntensity" === input3.type)
3998
- return $vo21(input3, _path2, _exceptionable2);
3999
- if ("date" === input3.type)
4000
4172
  return $vo22(input3, _path2, _exceptionable2);
4001
- if ("ssGSEA" === input3.type)
4173
+ if ("date" === input3.type)
4002
4174
  return $vo23(input3, _path2, _exceptionable2);
4003
- return $vo20(input3, _path2, false) || $vo19(input3, _path2, false);
4175
+ if ("ssGSEA" === input3.type)
4176
+ return $vo24(input3, _path2, _exceptionable2);
4177
+ return $vo21(input3, _path2, false) || $vo20(input3, _path2, false);
4004
4178
  })();
4005
4179
  const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
4006
4180
  if ("regular-bin" === input3.type)
4007
- return $vo13(input3, _path2, _exceptionable2);
4181
+ return $vo14(input3, _path2, _exceptionable2);
4008
4182
  if ("custom-bin" === input3.type)
4009
- return $vo18(input3, _path2, _exceptionable2);
4183
+ return $vo19(input3, _path2, _exceptionable2);
4010
4184
  return $report(_exceptionable2, {
4011
4185
  path: _path2,
4012
4186
  expected: "(RegularNumericBinConfig | CustomNumericBinConfig)",
@@ -4015,9 +4189,9 @@ var validBoxPlotRequest = (input) => {
4015
4189
  })();
4016
4190
  const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
4017
4191
  if ("gene" === input3.kind)
4018
- return $vo30(input3, _path2, _exceptionable2);
4192
+ return $vo31(input3, _path2, _exceptionable2);
4019
4193
  if ("coord" === input3.kind)
4020
- return $vo38(input3, _path2, _exceptionable2);
4194
+ return $vo39(input3, _path2, _exceptionable2);
4021
4195
  return $report(_exceptionable2, {
4022
4196
  path: _path2,
4023
4197
  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; })',
@@ -4026,9 +4200,9 @@ var validBoxPlotRequest = (input) => {
4026
4200
  })();
4027
4201
  const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
4028
4202
  if ("gene" === input3.kind)
4029
- return $vo58(input3, _path2, _exceptionable2);
4030
- if ("coord" === input3.kind)
4031
4203
  return $vo59(input3, _path2, _exceptionable2);
4204
+ if ("coord" === input3.kind)
4205
+ return $vo60(input3, _path2, _exceptionable2);
4032
4206
  return $report(_exceptionable2, {
4033
4207
  path: _path2,
4034
4208
  expected: '(BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
@@ -4037,9 +4211,9 @@ var validBoxPlotRequest = (input) => {
4037
4211
  })();
4038
4212
  const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
4039
4213
  if ("grade" === input3.valueFor)
4040
- return $vo66(input3, _path2, _exceptionable2);
4041
- if ("children" === input3.valueFor)
4042
4214
  return $vo67(input3, _path2, _exceptionable2);
4215
+ if ("children" === input3.valueFor)
4216
+ return $vo68(input3, _path2, _exceptionable2);
4043
4217
  return $report(_exceptionable2, {
4044
4218
  path: _path2,
4045
4219
  expected: "(ConditionGradeQ | ConditionChildrenQ)",