@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
@@ -60,7 +60,7 @@ var validPercentileRequest = (input) => {
60
60
  const __is = (input2) => {
61
61
  const $join = import_typia.createValidate.join;
62
62
  const $io0 = (input3) => "string" === typeof input3.genome && "string" === typeof input3.dslabel && "string" === typeof input3.embedder && (Array.isArray(input3.getpercentile) && input3.getpercentile.every((elem) => "number" === typeof elem)) && ("object" === typeof input3.term && null !== input3.term && $iu4(input3.term)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io4(input3.filter)) && true;
63
- const $io1 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(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);
63
+ const $io1 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins)) && (void 0 === input3.kind || "gene" === input3.kind) && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
64
64
  const $io2 = (input3) => Object.keys(input3).every((key) => {
65
65
  const value = input3[key];
66
66
  if (void 0 === value)
@@ -75,18 +75,19 @@ var validPercentileRequest = (input) => {
75
75
  const $io4 = (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)));
76
76
  const $io5 = (input3) => "tvs" === input3.type && ("object" === typeof input3.tvs && null !== input3.tvs && $iu5(input3.tvs));
77
77
  const $io6 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io7(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) && $io3(elem)));
78
- const $io7 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io8(input3.groupsetting));
79
- const $io8 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io9(elem)));
80
- const $io9 = (input3) => "string" === typeof input3.name && (void 0 === input3.is_grade || "boolean" === typeof input3.is_grade) && (void 0 === input3.is_subcondition || "boolean" === typeof input3.is_subcondition) && (void 0 === input3.dt || "number" === typeof input3.dt) && (Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem)));
81
- const $io10 = (input3) => "string" === typeof input3.name && "string" === typeof input3.type && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io11(elem))) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
82
- const $io11 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
83
- const $io12 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io4(input3.filter)) && "string" === typeof input3.color;
84
- const $io13 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $iu6(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io27(elem)));
85
- const $io14 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins));
86
- const $io15 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
87
- const $io16 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu7(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu7(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);
88
- const $io17 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(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 && $iu8(input3.first_bin)) && (void 0 === input3.last_bin || "object" === typeof input3.last_bin && null !== input3.last_bin && $iu9(input3.last_bin)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset);
89
- const $io18 = (input3) => Object.keys(input3).every((key) => {
78
+ const $io7 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting));
79
+ const $io8 = (input3) => "string" === typeof input3.fromUnit && "string" === typeof input3.toUnit && "string" === typeof input3.scaleFactor;
80
+ const $io9 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io10(elem)));
81
+ const $io10 = (input3) => "string" === typeof input3.name && (void 0 === input3.is_grade || "boolean" === typeof input3.is_grade) && (void 0 === input3.is_subcondition || "boolean" === typeof input3.is_subcondition) && (void 0 === input3.dt || "number" === typeof input3.dt) && (Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem)));
82
+ const $io11 = (input3) => "string" === typeof input3.name && "string" === typeof input3.type && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io12(elem))) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
83
+ const $io12 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
84
+ const $io13 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io4(input3.filter)) && "string" === typeof input3.color;
85
+ const $io14 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $iu6(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io28(elem)));
86
+ const $io15 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
87
+ const $io16 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
88
+ const $io17 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu7(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu7(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);
89
+ const $io18 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io19(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "regular-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode) && "number" === typeof input3.bin_size && ("object" === typeof input3.first_bin && null !== input3.first_bin && $iu8(input3.first_bin)) && (void 0 === input3.last_bin || "object" === typeof input3.last_bin && null !== input3.last_bin && $iu9(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);
90
+ const $io19 = (input3) => Object.keys(input3).every((key) => {
90
91
  const value = input3[key];
91
92
  if (void 0 === value)
92
93
  return true;
@@ -94,52 +95,52 @@ var validPercentileRequest = (input) => {
94
95
  return "number" === typeof value;
95
96
  return true;
96
97
  });
97
- const $io19 = (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);
98
- const $io20 = (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);
99
- const $io21 = (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);
100
- const $io22 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "custom-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && (Array.isArray(input3.lst) && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu2(input3.lst[0]) && (Array.isArray(input3.lst.slice(1)) && input3.lst.slice(1).every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))))) && (void 0 === input3.preferredBins || "median" === input3.preferredBins);
101
- const $io23 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(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;
102
- const $io24 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(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 && $io16(input3.bins));
103
- const $io25 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins));
104
- const $io26 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(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 && $io16(input3.bins));
105
- const $io27 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
106
- 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)) && (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 && $io30(elem)));
107
- const $io29 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
108
- const $io30 = (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;
109
- const $io31 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io32(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io37(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName);
110
- const $io32 = (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 && $iu10(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) && $io2(input3.values));
111
- const $io33 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io8(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io32(elem)));
112
- const $io34 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(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);
113
- const $io35 = (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) && $io2(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;
114
- const $io36 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io8(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io32(elem)));
115
- const $io37 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
116
- 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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io8(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io32(elem)));
117
- 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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io8(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io32(elem)));
118
- const $io40 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(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 && $io16(input3.bins));
119
- const $io41 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io8(input3.groupsetting));
120
- const $io42 = (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) && $io2(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 && $io8(input3.groupsetting));
121
- const $io43 = (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) && $io2(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 && $io8(input3.groupsetting));
122
- const $io44 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins));
123
- const $io45 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins));
124
- const $io46 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(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 && $io16(input3.bins));
125
- const $io47 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
126
- const $io48 = (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) && $io2(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 && $io49(elem)));
127
- const $io49 = (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 && $io50(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io51(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);
128
- const $io50 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
129
- const $io51 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
130
- const $io52 = (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) && $io53(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
131
- const $io53 = (input3) => Object.keys(input3).every((key) => {
98
+ const $io20 = (input3) => true === input3.startunbounded && (void 0 === input3.startinclusive || false === input3.startinclusive) && "number" === typeof input3.stop && (void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive) && (void 0 === input3.stopunbounded || false === input3.stopunbounded) && (void 0 === input3.label || "string" === typeof input3.label) && (void 0 === input3.range || "string" === typeof input3.range);
99
+ const $io21 = (input3) => (void 0 === input3.startunbounded || false === input3.startunbounded) && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && "number" === typeof input3.start && "number" === typeof input3.stop && (void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive) && (void 0 === input3.stopunbounded || false === input3.stopunbounded) && (void 0 === input3.label || "string" === typeof input3.label) && (void 0 === input3.range || "string" === typeof input3.range);
100
+ const $io22 = (input3) => "number" === typeof input3.start && true === input3.stopunbounded && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && (void 0 === input3.startunbounded || false === input3.startunbounded) && (void 0 === input3.stopinclusive || false === input3.stopinclusive) && (void 0 === input3.label || "string" === typeof input3.label) && (void 0 === input3.range || "string" === typeof input3.range);
101
+ const $io23 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io19(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "custom-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && (Array.isArray(input3.lst) && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu2(input3.lst[0]) && (Array.isArray(input3.lst.slice(1)) && input3.lst.slice(1).every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))))) && (void 0 === input3.preferredBins || "median" === input3.preferredBins);
102
+ const $io24 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins)) && (void 0 === input3.kind || "coord" === input3.kind) && (void 0 === input3.gene || "string" === typeof input3.gene) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
103
+ const $io25 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.metabolite && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
104
+ const $io26 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
105
+ const $io27 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.genes || Array.isArray(input3.genes) && input3.genes.every((elem) => "string" === typeof elem)) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
106
+ const $io28 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
107
+ 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)) && (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 && $io31(elem)));
108
+ const $io30 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion));
109
+ const $io31 = (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;
110
+ const $io32 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io33(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io38(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName);
111
+ const $io33 = (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 && $iu10(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) && $io2(input3.values));
112
+ const $io34 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io33(elem)));
113
+ const $io35 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(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);
114
+ const $io36 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
115
+ const $io37 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io33(elem)));
116
+ const $io38 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
117
+ 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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io33(elem)));
118
+ const $io40 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io33(elem)));
119
+ const $io41 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.metabolite && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
120
+ const $io42 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting));
121
+ const $io43 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(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 && $io9(input3.groupsetting));
122
+ const $io44 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && "string" === typeof input3.sample && "string" === typeof input3.plot && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io9(input3.groupsetting));
123
+ const $io45 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
124
+ const $io46 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
125
+ const $io47 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io16(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.genes || Array.isArray(input3.genes) && input3.genes.every((elem) => "string" === typeof elem)) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io17(input3.bins));
126
+ const $io48 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion));
127
+ const $io49 = (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) && $io2(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(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 && $io50(elem)));
128
+ const $io50 = (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 && $io51(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io52(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);
129
+ const $io51 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
130
+ const $io52 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
131
+ const $io53 = (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) && $io54(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io8(input3.valueConversion));
132
+ const $io54 = (input3) => Object.keys(input3).every((key) => {
132
133
  const value = input3[key];
133
134
  if (void 0 === value)
134
135
  return true;
135
136
  if (RegExp(/(.*)/).test(key))
136
- return "object" === typeof value && null !== value && $io54(value);
137
+ return "object" === typeof value && null !== value && $io55(value);
137
138
  if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
138
- return "object" === typeof value && null !== value && $io54(value);
139
+ return "object" === typeof value && null !== value && $io55(value);
139
140
  return true;
140
141
  });
141
- const $io54 = (input3) => (void 0 === input3.key || "string" === typeof input3.key) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable) && (void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label) && (void 0 === input3.order || "string" === typeof input3.order) && (void 0 === input3.color || "string" === typeof input3.color) && (void 0 === input3.group || "number" === typeof input3.group) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io4(input3.filter)) && "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io55(elem))) && true;
142
- const $io55 = (input3) => "string" === typeof input3.sampleId && "string" === typeof input3.sample;
142
+ const $io55 = (input3) => (void 0 === input3.key || "string" === typeof input3.key) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable) && (void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label) && (void 0 === input3.order || "string" === typeof input3.order) && (void 0 === input3.color || "string" === typeof input3.color) && (void 0 === input3.group || "number" === typeof input3.group) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io4(input3.filter)) && "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io56(elem))) && true;
143
+ const $io56 = (input3) => "string" === typeof input3.sampleId && "string" === typeof input3.sample;
143
144
  const $iu0 = (input3) => (() => {
144
145
  if ("tvslst" === input3.type)
145
146
  return $io4(input3);
@@ -149,83 +150,83 @@ var validPercentileRequest = (input) => {
149
150
  })();
150
151
  const $iu1 = (input3) => (() => {
151
152
  if ("string" === typeof input3.type)
152
- return $io10(input3);
153
+ return $io11(input3);
153
154
  if ("filter" === input3.type)
154
- return $io12(input3);
155
+ return $io13(input3);
155
156
  return false;
156
157
  })();
157
158
  const $iu2 = (input3) => (() => {
158
159
  if (true === input3.startunbounded)
159
- return $io19(input3);
160
+ return $io20(input3);
160
161
  if (true === input3.stopunbounded)
161
- return $io21(input3);
162
- return $io20(input3);
162
+ return $io22(input3);
163
+ return $io21(input3);
163
164
  })();
164
165
  const $iu3 = (input3) => (() => {
165
166
  if ("gene" === input3.kind)
166
- return $io34(input3);
167
- if ("coord" === input3.kind)
168
167
  return $io35(input3);
168
+ if ("coord" === input3.kind)
169
+ return $io36(input3);
169
170
  return false;
170
171
  })();
171
172
  const $iu4 = (input3) => (() => {
172
173
  if ("metaboliteIntensity" === input3.type)
173
- return $io40(input3);
174
- if ("categorical" === input3.type)
175
174
  return $io41(input3);
176
- if ("snp" === input3.type)
175
+ if ("categorical" === input3.type)
177
176
  return $io42(input3);
178
- if ("singleCellCellType" === input3.type)
177
+ if ("snp" === input3.type)
179
178
  return $io43(input3);
179
+ if ("singleCellCellType" === input3.type)
180
+ return $io44(input3);
180
181
  if ("date" === input3.type)
181
- return $io45(input3);
182
+ return $io46(input3);
182
183
  if ("integer" === input3.type || "float" === input3.type)
183
- return $io44(input3);
184
+ return $io45(input3);
184
185
  if ("ssGSEA" === input3.type)
185
- return $io46(input3);
186
- if ("condition" === input3.type)
187
186
  return $io47(input3);
187
+ if ("condition" === input3.type)
188
+ return $io48(input3);
188
189
  return (() => {
189
- if ($io23(input3))
190
- return $io23(input3);
190
+ if ($io24(input3))
191
+ return $io24(input3);
191
192
  if ($io1(input3))
192
193
  return $io1(input3);
193
- if ($io38(input3))
194
- return $io38(input3);
195
194
  if ($io39(input3))
196
195
  return $io39(input3);
197
- if ($io48(input3))
198
- return $io48(input3);
199
- if ($io52(input3))
200
- return $io52(input3);
196
+ if ($io40(input3))
197
+ return $io40(input3);
198
+ if ($io49(input3))
199
+ return $io49(input3);
200
+ if ($io53(input3))
201
+ return $io53(input3);
201
202
  return false;
202
203
  })();
203
204
  })();
204
205
  const $iu5 = (input3) => (() => {
205
206
  if (void 0 !== input3.ranges)
206
- return $io13(input3);
207
+ return $io14(input3);
207
208
  return (() => {
208
209
  if ($io6(input3))
209
210
  return $io6(input3);
210
- if ($io28(input3))
211
- return $io28(input3);
212
- if ($io31(input3))
213
- return $io31(input3);
211
+ if ($io29(input3))
212
+ return $io29(input3);
213
+ if ($io32(input3))
214
+ return $io32(input3);
214
215
  return false;
215
216
  })();
216
217
  })();
217
218
  const $iu6 = (input3) => (() => {
218
219
  if ("integer" === input3.type || "float" === input3.type)
219
- return $io14(input3);
220
+ return $io15(input3);
220
221
  if ("metaboliteIntensity" === input3.type)
221
- return $io24(input3);
222
- if ("date" === input3.type)
223
222
  return $io25(input3);
224
- if ("ssGSEA" === input3.type)
223
+ if ("date" === input3.type)
225
224
  return $io26(input3);
225
+ if ("ssGSEA" === input3.type)
226
+ return $io27(input3);
226
227
  return (() => {
227
- if ($io23(input3))
228
- return $io23(input3);
228
+ if ($io24(input3))
229
+ return $io24(input3);
229
230
  if ($io1(input3))
230
231
  return $io1(input3);
231
232
  return false;
@@ -233,30 +234,30 @@ var validPercentileRequest = (input) => {
233
234
  })();
234
235
  const $iu7 = (input3) => (() => {
235
236
  if ("regular-bin" === input3.type)
236
- return $io17(input3);
237
+ return $io18(input3);
237
238
  if ("custom-bin" === input3.type)
238
- return $io22(input3);
239
+ return $io23(input3);
239
240
  return false;
240
241
  })();
241
242
  const $iu8 = (input3) => (() => {
242
243
  if (true === input3.startunbounded)
243
- return $io19(input3);
244
- if (void 0 !== input3.start)
245
244
  return $io20(input3);
245
+ if (void 0 !== input3.start)
246
+ return $io21(input3);
246
247
  return false;
247
248
  })();
248
249
  const $iu9 = (input3) => (() => {
249
250
  if (void 0 !== input3.stop)
250
- return $io20(input3);
251
- if (true === input3.stopunbounded)
252
251
  return $io21(input3);
252
+ if (true === input3.stopunbounded)
253
+ return $io22(input3);
253
254
  return false;
254
255
  })();
255
256
  const $iu10 = (input3) => (() => {
256
257
  if ("gene" === input3.kind)
257
- return $io33(input3);
258
+ return $io34(input3);
258
259
  if ("coord" === input3.kind)
259
- return $io36(input3);
260
+ return $io37(input3);
260
261
  return false;
261
262
  })();
262
263
  return "object" === typeof input2 && null !== input2 && $io0(input2);
@@ -362,13 +363,21 @@ var validPercentileRequest = (input) => {
362
363
  path: _path2 + ".skipValuesBuild",
363
364
  expected: "(boolean | undefined)",
364
365
  value: input3.skipValuesBuild
366
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
367
+ path: _path2 + ".valueConversion",
368
+ expected: "(__type.o1 | undefined)",
369
+ value: input3.valueConversion
370
+ })) && $vo8(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
371
+ path: _path2 + ".valueConversion",
372
+ expected: "(__type.o1 | undefined)",
373
+ value: input3.valueConversion
365
374
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
366
375
  path: _path2 + ".continuousColorScale",
367
- expected: "(__type.o2 | undefined)",
376
+ expected: "(__type.o3 | undefined)",
368
377
  value: input3.continuousColorScale
369
- })) && $vo15(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
378
+ })) && $vo16(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
370
379
  path: _path2 + ".continuousColorScale",
371
- expected: "(__type.o2 | undefined)",
380
+ expected: "(__type.o3 | undefined)",
372
381
  value: input3.continuousColorScale
373
382
  }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
374
383
  path: _path2 + ".unit",
@@ -378,7 +387,7 @@ var validPercentileRequest = (input) => {
378
387
  path: _path2 + ".bins",
379
388
  expected: "(PresetNumericBins | undefined)",
380
389
  value: input3.bins
381
- })) && $vo16(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
390
+ })) && $vo17(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
382
391
  path: _path2 + ".bins",
383
392
  expected: "(PresetNumericBins | undefined)",
384
393
  value: input3.bins
@@ -601,16 +610,37 @@ var validPercentileRequest = (input) => {
601
610
  path: _path2 + ".skipValuesBuild",
602
611
  expected: "(boolean | undefined)",
603
612
  value: input3.skipValuesBuild
613
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
614
+ path: _path2 + ".valueConversion",
615
+ expected: "(__type.o1 | undefined)",
616
+ value: input3.valueConversion
617
+ })) && $vo8(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
618
+ path: _path2 + ".valueConversion",
619
+ expected: "(__type.o1 | undefined)",
620
+ value: input3.valueConversion
604
621
  }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
605
622
  path: _path2 + ".groupsetting",
606
623
  expected: "TermGroupSetting",
607
624
  value: input3.groupsetting
608
- })) && $vo8(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
625
+ })) && $vo9(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
609
626
  path: _path2 + ".groupsetting",
610
627
  expected: "TermGroupSetting",
611
628
  value: input3.groupsetting
612
629
  })].every((flag) => flag);
613
- const $vo8 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
630
+ const $vo8 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.fromUnit || $report(_exceptionable2, {
631
+ path: _path2 + ".fromUnit",
632
+ expected: "string",
633
+ value: input3.fromUnit
634
+ }), "string" === typeof input3.toUnit || $report(_exceptionable2, {
635
+ path: _path2 + ".toUnit",
636
+ expected: "string",
637
+ value: input3.toUnit
638
+ }), "string" === typeof input3.scaleFactor || $report(_exceptionable2, {
639
+ path: _path2 + ".scaleFactor",
640
+ expected: "string",
641
+ value: input3.scaleFactor
642
+ })].every((flag) => flag);
643
+ const $vo9 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
614
644
  path: _path2 + ".disabled",
615
645
  expected: "boolean",
616
646
  value: input3.disabled
@@ -622,7 +652,7 @@ var validPercentileRequest = (input) => {
622
652
  path: _path2 + ".lst[" + _index8 + "]",
623
653
  expected: "Groupset",
624
654
  value: elem
625
- })) && $vo9(elem, _path2 + ".lst[" + _index8 + "]", _exceptionable2) || $report(_exceptionable2, {
655
+ })) && $vo10(elem, _path2 + ".lst[" + _index8 + "]", _exceptionable2) || $report(_exceptionable2, {
626
656
  path: _path2 + ".lst[" + _index8 + "]",
627
657
  expected: "Groupset",
628
658
  value: elem
@@ -631,7 +661,7 @@ var validPercentileRequest = (input) => {
631
661
  expected: "(Array<Groupset> | undefined)",
632
662
  value: input3.lst
633
663
  })].every((flag) => flag);
634
- const $vo9 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
664
+ const $vo10 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
635
665
  path: _path2 + ".name",
636
666
  expected: "string",
637
667
  value: input3.name
@@ -664,7 +694,7 @@ var validPercentileRequest = (input) => {
664
694
  expected: "Array<GroupEntry>",
665
695
  value: input3.groups
666
696
  })].every((flag) => flag);
667
- const $vo10 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
697
+ const $vo11 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
668
698
  path: _path2 + ".name",
669
699
  expected: "string",
670
700
  value: input3.name
@@ -678,11 +708,11 @@ var validPercentileRequest = (input) => {
678
708
  value: input3.values
679
709
  })) && input3.values.map((elem, _index10) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
680
710
  path: _path2 + ".values[" + _index10 + "]",
681
- expected: "__type.o1",
711
+ expected: "__type.o2",
682
712
  value: elem
683
- })) && $vo11(elem, _path2 + ".values[" + _index10 + "]", _exceptionable2) || $report(_exceptionable2, {
713
+ })) && $vo12(elem, _path2 + ".values[" + _index10 + "]", _exceptionable2) || $report(_exceptionable2, {
684
714
  path: _path2 + ".values[" + _index10 + "]",
685
- expected: "__type.o1",
715
+ expected: "__type.o2",
686
716
  value: elem
687
717
  })).every((flag) => flag) || $report(_exceptionable2, {
688
718
  path: _path2 + ".values",
@@ -693,7 +723,7 @@ var validPercentileRequest = (input) => {
693
723
  expected: "(boolean | undefined)",
694
724
  value: input3.uncomputable
695
725
  })].every((flag) => flag);
696
- const $vo11 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
726
+ const $vo12 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
697
727
  path: _path2 + ".key",
698
728
  expected: "(number | string)",
699
729
  value: input3.key
@@ -702,7 +732,7 @@ var validPercentileRequest = (input) => {
702
732
  expected: "string",
703
733
  value: input3.label
704
734
  })].every((flag) => flag);
705
- const $vo12 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
735
+ const $vo13 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
706
736
  path: _path2 + ".name",
707
737
  expected: "string",
708
738
  value: input3.name
@@ -723,7 +753,7 @@ var validPercentileRequest = (input) => {
723
753
  expected: "string",
724
754
  value: input3.color
725
755
  })].every((flag) => flag);
726
- const $vo13 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
756
+ const $vo14 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
727
757
  path: _path2 + ".join",
728
758
  expected: "(string | undefined)",
729
759
  value: input3.join
@@ -761,18 +791,18 @@ var validPercentileRequest = (input) => {
761
791
  value: input3.values
762
792
  })) && input3.values.map((elem, _index12) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
763
793
  path: _path2 + ".values[" + _index12 + "]",
764
- expected: "__type.o3",
794
+ expected: "__type.o4",
765
795
  value: elem
766
- })) && $vo27(elem, _path2 + ".values[" + _index12 + "]", _exceptionable2) || $report(_exceptionable2, {
796
+ })) && $vo28(elem, _path2 + ".values[" + _index12 + "]", _exceptionable2) || $report(_exceptionable2, {
767
797
  path: _path2 + ".values[" + _index12 + "]",
768
- expected: "__type.o3",
798
+ expected: "__type.o4",
769
799
  value: elem
770
800
  })).every((flag) => flag) || $report(_exceptionable2, {
771
801
  path: _path2 + ".values",
772
802
  expected: "Array<__type>.o1",
773
803
  value: input3.values
774
804
  })].every((flag) => flag);
775
- const $vo14 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
805
+ const $vo15 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
776
806
  path: _path2 + ".id",
777
807
  expected: "string",
778
808
  value: input3.id
@@ -828,13 +858,21 @@ var validPercentileRequest = (input) => {
828
858
  path: _path2 + ".skipValuesBuild",
829
859
  expected: "(boolean | undefined)",
830
860
  value: input3.skipValuesBuild
861
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
862
+ path: _path2 + ".valueConversion",
863
+ expected: "(__type.o1 | undefined)",
864
+ value: input3.valueConversion
865
+ })) && $vo8(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
866
+ path: _path2 + ".valueConversion",
867
+ expected: "(__type.o1 | undefined)",
868
+ value: input3.valueConversion
831
869
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
832
870
  path: _path2 + ".continuousColorScale",
833
- expected: "(__type.o2 | undefined)",
871
+ expected: "(__type.o3 | undefined)",
834
872
  value: input3.continuousColorScale
835
- })) && $vo15(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
873
+ })) && $vo16(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
836
874
  path: _path2 + ".continuousColorScale",
837
- expected: "(__type.o2 | undefined)",
875
+ expected: "(__type.o3 | undefined)",
838
876
  value: input3.continuousColorScale
839
877
  }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
840
878
  path: _path2 + ".unit",
@@ -844,12 +882,12 @@ var validPercentileRequest = (input) => {
844
882
  path: _path2 + ".bins",
845
883
  expected: "PresetNumericBins",
846
884
  value: input3.bins
847
- })) && $vo16(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
885
+ })) && $vo17(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
848
886
  path: _path2 + ".bins",
849
887
  expected: "PresetNumericBins",
850
888
  value: input3.bins
851
889
  })].every((flag) => flag);
852
- const $vo15 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.minColor || $report(_exceptionable2, {
890
+ const $vo16 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.minColor || $report(_exceptionable2, {
853
891
  path: _path2 + ".minColor",
854
892
  expected: "string",
855
893
  value: input3.minColor
@@ -858,7 +896,7 @@ var validPercentileRequest = (input) => {
858
896
  expected: "string",
859
897
  value: input3.maxColor
860
898
  })].every((flag) => flag);
861
- const $vo16 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3["default"] && null !== input3["default"] || $report(_exceptionable2, {
899
+ const $vo17 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3["default"] && null !== input3["default"] || $report(_exceptionable2, {
862
900
  path: _path2 + '["default"]',
863
901
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
864
902
  value: input3["default"]
@@ -895,11 +933,11 @@ var validPercentileRequest = (input) => {
895
933
  expected: "(number | undefined)",
896
934
  value: input3.max
897
935
  })].every((flag) => flag);
898
- const $vo17 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
936
+ const $vo18 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
899
937
  path: _path2 + ".hiddenValues",
900
938
  expected: "(HiddenValues | undefined)",
901
939
  value: input3.hiddenValues
902
- })) && $vo18(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
940
+ })) && $vo19(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
903
941
  path: _path2 + ".hiddenValues",
904
942
  expected: "(HiddenValues | undefined)",
905
943
  value: input3.hiddenValues
@@ -947,8 +985,20 @@ var validPercentileRequest = (input) => {
947
985
  path: _path2 + ".label_offset",
948
986
  expected: "(number | undefined)",
949
987
  value: input3.label_offset
988
+ }), void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive || $report(_exceptionable2, {
989
+ path: _path2 + ".startinclusive",
990
+ expected: "(boolean | undefined)",
991
+ value: input3.startinclusive
992
+ }), void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive || $report(_exceptionable2, {
993
+ path: _path2 + ".stopinclusive",
994
+ expected: "(boolean | undefined)",
995
+ value: input3.stopinclusive
996
+ }), void 0 === input3.rounding || "string" === typeof input3.rounding || $report(_exceptionable2, {
997
+ path: _path2 + ".rounding",
998
+ expected: "(string | undefined)",
999
+ value: input3.rounding
950
1000
  })].every((flag) => flag);
951
- const $vo18 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
1001
+ const $vo19 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
952
1002
  const value = input3[key];
953
1003
  if (void 0 === value)
954
1004
  return true;
@@ -960,7 +1010,7 @@ var validPercentileRequest = (input) => {
960
1010
  });
961
1011
  return true;
962
1012
  }).every((flag) => flag)].every((flag) => flag);
963
- const $vo19 = (input3, _path2, _exceptionable2 = true) => [true === input3.startunbounded || $report(_exceptionable2, {
1013
+ const $vo20 = (input3, _path2, _exceptionable2 = true) => [true === input3.startunbounded || $report(_exceptionable2, {
964
1014
  path: _path2 + ".startunbounded",
965
1015
  expected: "true",
966
1016
  value: input3.startunbounded
@@ -989,7 +1039,7 @@ var validPercentileRequest = (input) => {
989
1039
  expected: "(string | undefined)",
990
1040
  value: input3.range
991
1041
  })].every((flag) => flag);
992
- const $vo20 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.startunbounded || false === input3.startunbounded || $report(_exceptionable2, {
1042
+ const $vo21 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.startunbounded || false === input3.startunbounded || $report(_exceptionable2, {
993
1043
  path: _path2 + ".startunbounded",
994
1044
  expected: "(false | undefined)",
995
1045
  value: input3.startunbounded
@@ -1022,7 +1072,7 @@ var validPercentileRequest = (input) => {
1022
1072
  expected: "(string | undefined)",
1023
1073
  value: input3.range
1024
1074
  })].every((flag) => flag);
1025
- const $vo21 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.start || $report(_exceptionable2, {
1075
+ const $vo22 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.start || $report(_exceptionable2, {
1026
1076
  path: _path2 + ".start",
1027
1077
  expected: "number",
1028
1078
  value: input3.start
@@ -1051,11 +1101,11 @@ var validPercentileRequest = (input) => {
1051
1101
  expected: "(string | undefined)",
1052
1102
  value: input3.range
1053
1103
  })].every((flag) => flag);
1054
- const $vo22 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1104
+ const $vo23 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1055
1105
  path: _path2 + ".hiddenValues",
1056
1106
  expected: "(HiddenValues | undefined)",
1057
1107
  value: input3.hiddenValues
1058
- })) && $vo18(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
1108
+ })) && $vo19(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
1059
1109
  path: _path2 + ".hiddenValues",
1060
1110
  expected: "(HiddenValues | undefined)",
1061
1111
  value: input3.hiddenValues
@@ -1081,7 +1131,7 @@ var validPercentileRequest = (input) => {
1081
1131
  value: input3.mode
1082
1132
  }), (Array.isArray(input3.lst) || $report(_exceptionable2, {
1083
1133
  path: _path2 + ".lst",
1084
- expected: "[NumericBin, ...NumericBin[]]",
1134
+ expected: "CustomNumericBinConfigLst",
1085
1135
  value: input3.lst
1086
1136
  })) && ([
1087
1137
  ("object" === typeof input3.lst[0] && null !== input3.lst[0] || $report(_exceptionable2, {
@@ -1111,14 +1161,14 @@ var validPercentileRequest = (input) => {
1111
1161
  value: input3.lst.slice(1)
1112
1162
  }))) || $report(_exceptionable2, {
1113
1163
  path: _path2 + ".lst",
1114
- expected: "[NumericBin, ...NumericBin[]]",
1164
+ expected: "CustomNumericBinConfigLst",
1115
1165
  value: input3.lst
1116
1166
  }), void 0 === input3.preferredBins || "median" === input3.preferredBins || $report(_exceptionable2, {
1117
1167
  path: _path2 + ".preferredBins",
1118
1168
  expected: '("median" | undefined)',
1119
1169
  value: input3.preferredBins
1120
1170
  })].every((flag) => flag);
1121
- const $vo23 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1171
+ const $vo24 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1122
1172
  path: _path2 + ".id",
1123
1173
  expected: "string",
1124
1174
  value: input3.id
@@ -1174,13 +1224,21 @@ var validPercentileRequest = (input) => {
1174
1224
  path: _path2 + ".skipValuesBuild",
1175
1225
  expected: "(boolean | undefined)",
1176
1226
  value: input3.skipValuesBuild
1227
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
1228
+ path: _path2 + ".valueConversion",
1229
+ expected: "(__type.o1 | undefined)",
1230
+ value: input3.valueConversion
1231
+ })) && $vo8(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1232
+ path: _path2 + ".valueConversion",
1233
+ expected: "(__type.o1 | undefined)",
1234
+ value: input3.valueConversion
1177
1235
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1178
1236
  path: _path2 + ".continuousColorScale",
1179
- expected: "(__type.o2 | undefined)",
1237
+ expected: "(__type.o3 | undefined)",
1180
1238
  value: input3.continuousColorScale
1181
- })) && $vo15(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1239
+ })) && $vo16(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1182
1240
  path: _path2 + ".continuousColorScale",
1183
- expected: "(__type.o2 | undefined)",
1241
+ expected: "(__type.o3 | undefined)",
1184
1242
  value: input3.continuousColorScale
1185
1243
  }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1186
1244
  path: _path2 + ".unit",
@@ -1190,7 +1248,7 @@ var validPercentileRequest = (input) => {
1190
1248
  path: _path2 + ".bins",
1191
1249
  expected: "(PresetNumericBins | undefined)",
1192
1250
  value: input3.bins
1193
- })) && $vo16(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1251
+ })) && $vo17(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1194
1252
  path: _path2 + ".bins",
1195
1253
  expected: "(PresetNumericBins | undefined)",
1196
1254
  value: input3.bins
@@ -1215,7 +1273,7 @@ var validPercentileRequest = (input) => {
1215
1273
  expected: "number",
1216
1274
  value: input3.stop
1217
1275
  })].every((flag) => flag);
1218
- const $vo24 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1276
+ const $vo25 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1219
1277
  path: _path2 + ".id",
1220
1278
  expected: "string",
1221
1279
  value: input3.id
@@ -1271,13 +1329,21 @@ var validPercentileRequest = (input) => {
1271
1329
  path: _path2 + ".skipValuesBuild",
1272
1330
  expected: "(boolean | undefined)",
1273
1331
  value: input3.skipValuesBuild
1332
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
1333
+ path: _path2 + ".valueConversion",
1334
+ expected: "(__type.o1 | undefined)",
1335
+ value: input3.valueConversion
1336
+ })) && $vo8(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1337
+ path: _path2 + ".valueConversion",
1338
+ expected: "(__type.o1 | undefined)",
1339
+ value: input3.valueConversion
1274
1340
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1275
1341
  path: _path2 + ".continuousColorScale",
1276
- expected: "(__type.o2 | undefined)",
1342
+ expected: "(__type.o3 | undefined)",
1277
1343
  value: input3.continuousColorScale
1278
- })) && $vo15(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1344
+ })) && $vo16(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1279
1345
  path: _path2 + ".continuousColorScale",
1280
- expected: "(__type.o2 | undefined)",
1346
+ expected: "(__type.o3 | undefined)",
1281
1347
  value: input3.continuousColorScale
1282
1348
  }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1283
1349
  path: _path2 + ".unit",
@@ -1291,12 +1357,12 @@ var validPercentileRequest = (input) => {
1291
1357
  path: _path2 + ".bins",
1292
1358
  expected: "(PresetNumericBins | undefined)",
1293
1359
  value: input3.bins
1294
- })) && $vo16(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1360
+ })) && $vo17(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1295
1361
  path: _path2 + ".bins",
1296
1362
  expected: "(PresetNumericBins | undefined)",
1297
1363
  value: input3.bins
1298
1364
  })].every((flag) => flag);
1299
- const $vo25 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1365
+ const $vo26 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1300
1366
  path: _path2 + ".id",
1301
1367
  expected: "string",
1302
1368
  value: input3.id
@@ -1352,13 +1418,21 @@ var validPercentileRequest = (input) => {
1352
1418
  path: _path2 + ".skipValuesBuild",
1353
1419
  expected: "(boolean | undefined)",
1354
1420
  value: input3.skipValuesBuild
1421
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
1422
+ path: _path2 + ".valueConversion",
1423
+ expected: "(__type.o1 | undefined)",
1424
+ value: input3.valueConversion
1425
+ })) && $vo8(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1426
+ path: _path2 + ".valueConversion",
1427
+ expected: "(__type.o1 | undefined)",
1428
+ value: input3.valueConversion
1355
1429
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1356
1430
  path: _path2 + ".continuousColorScale",
1357
- expected: "(__type.o2 | undefined)",
1431
+ expected: "(__type.o3 | undefined)",
1358
1432
  value: input3.continuousColorScale
1359
- })) && $vo15(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1433
+ })) && $vo16(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1360
1434
  path: _path2 + ".continuousColorScale",
1361
- expected: "(__type.o2 | undefined)",
1435
+ expected: "(__type.o3 | undefined)",
1362
1436
  value: input3.continuousColorScale
1363
1437
  }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1364
1438
  path: _path2 + ".unit",
@@ -1368,12 +1442,12 @@ var validPercentileRequest = (input) => {
1368
1442
  path: _path2 + ".bins",
1369
1443
  expected: "(PresetNumericBins | undefined)",
1370
1444
  value: input3.bins
1371
- })) && $vo16(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1445
+ })) && $vo17(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1372
1446
  path: _path2 + ".bins",
1373
1447
  expected: "(PresetNumericBins | undefined)",
1374
1448
  value: input3.bins
1375
1449
  })].every((flag) => flag);
1376
- const $vo26 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1450
+ const $vo27 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1377
1451
  path: _path2 + ".id",
1378
1452
  expected: "string",
1379
1453
  value: input3.id
@@ -1429,13 +1503,21 @@ var validPercentileRequest = (input) => {
1429
1503
  path: _path2 + ".skipValuesBuild",
1430
1504
  expected: "(boolean | undefined)",
1431
1505
  value: input3.skipValuesBuild
1506
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
1507
+ path: _path2 + ".valueConversion",
1508
+ expected: "(__type.o1 | undefined)",
1509
+ value: input3.valueConversion
1510
+ })) && $vo8(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1511
+ path: _path2 + ".valueConversion",
1512
+ expected: "(__type.o1 | undefined)",
1513
+ value: input3.valueConversion
1432
1514
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1433
1515
  path: _path2 + ".continuousColorScale",
1434
- expected: "(__type.o2 | undefined)",
1516
+ expected: "(__type.o3 | undefined)",
1435
1517
  value: input3.continuousColorScale
1436
- })) && $vo15(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1518
+ })) && $vo16(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1437
1519
  path: _path2 + ".continuousColorScale",
1438
- expected: "(__type.o2 | undefined)",
1520
+ expected: "(__type.o3 | undefined)",
1439
1521
  value: input3.continuousColorScale
1440
1522
  }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1441
1523
  path: _path2 + ".unit",
@@ -1457,12 +1539,12 @@ var validPercentileRequest = (input) => {
1457
1539
  path: _path2 + ".bins",
1458
1540
  expected: "(PresetNumericBins | undefined)",
1459
1541
  value: input3.bins
1460
- })) && $vo16(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1542
+ })) && $vo17(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1461
1543
  path: _path2 + ".bins",
1462
1544
  expected: "(PresetNumericBins | undefined)",
1463
1545
  value: input3.bins
1464
1546
  })].every((flag) => flag);
1465
- const $vo27 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1547
+ const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1466
1548
  path: _path2 + ".key",
1467
1549
  expected: "string",
1468
1550
  value: input3.key
@@ -1479,7 +1561,7 @@ var validPercentileRequest = (input) => {
1479
1561
  expected: "(string | undefined)",
1480
1562
  value: input3.label
1481
1563
  })].every((flag) => flag);
1482
- const $vo28 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1564
+ const $vo29 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1483
1565
  path: _path2 + ".join",
1484
1566
  expected: "(string | undefined)",
1485
1567
  value: input3.join
@@ -1491,7 +1573,7 @@ var validPercentileRequest = (input) => {
1491
1573
  path: _path2 + ".term",
1492
1574
  expected: "ConditionTerm",
1493
1575
  value: input3.term
1494
- })) && $vo29(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1576
+ })) && $vo30(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1495
1577
  path: _path2 + ".term",
1496
1578
  expected: "ConditionTerm",
1497
1579
  value: input3.term
@@ -1515,7 +1597,7 @@ var validPercentileRequest = (input) => {
1515
1597
  path: _path2 + ".grade_and_child[" + _index25 + "]",
1516
1598
  expected: "GradeAndChildEntry",
1517
1599
  value: elem
1518
- })) && $vo30(elem, _path2 + ".grade_and_child[" + _index25 + "]", _exceptionable2) || $report(_exceptionable2, {
1600
+ })) && $vo31(elem, _path2 + ".grade_and_child[" + _index25 + "]", _exceptionable2) || $report(_exceptionable2, {
1519
1601
  path: _path2 + ".grade_and_child[" + _index25 + "]",
1520
1602
  expected: "GradeAndChildEntry",
1521
1603
  value: elem
@@ -1524,7 +1606,7 @@ var validPercentileRequest = (input) => {
1524
1606
  expected: "(Array<GradeAndChildEntry> | undefined)",
1525
1607
  value: input3.grade_and_child
1526
1608
  })].every((flag) => flag);
1527
- const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1609
+ const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1528
1610
  path: _path2 + ".id",
1529
1611
  expected: "string",
1530
1612
  value: input3.id
@@ -1580,8 +1662,16 @@ var validPercentileRequest = (input) => {
1580
1662
  path: _path2 + ".skipValuesBuild",
1581
1663
  expected: "(boolean | undefined)",
1582
1664
  value: input3.skipValuesBuild
1665
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
1666
+ path: _path2 + ".valueConversion",
1667
+ expected: "(__type.o1 | undefined)",
1668
+ value: input3.valueConversion
1669
+ })) && $vo8(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1670
+ path: _path2 + ".valueConversion",
1671
+ expected: "(__type.o1 | undefined)",
1672
+ value: input3.valueConversion
1583
1673
  })].every((flag) => flag);
1584
- const $vo30 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1674
+ const $vo31 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1585
1675
  path: _path2 + ".grade",
1586
1676
  expected: "number",
1587
1677
  value: input3.grade
@@ -1598,7 +1688,7 @@ var validPercentileRequest = (input) => {
1598
1688
  expected: "string",
1599
1689
  value: input3.child_label
1600
1690
  })].every((flag) => flag);
1601
- const $vo31 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1691
+ const $vo32 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1602
1692
  path: _path2 + ".join",
1603
1693
  expected: "(string | undefined)",
1604
1694
  value: input3.join
@@ -1610,7 +1700,7 @@ var validPercentileRequest = (input) => {
1610
1700
  path: _path2 + ".term",
1611
1701
  expected: "DtTerm",
1612
1702
  value: input3.term
1613
- })) && $vo32(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1703
+ })) && $vo33(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1614
1704
  path: _path2 + ".term",
1615
1705
  expected: "DtTerm",
1616
1706
  value: input3.term
@@ -1620,11 +1710,11 @@ var validPercentileRequest = (input) => {
1620
1710
  value: input3.values
1621
1711
  })) && input3.values.map((elem, _index28) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1622
1712
  path: _path2 + ".values[" + _index28 + "]",
1623
- expected: "__type.o4",
1713
+ expected: "__type.o5",
1624
1714
  value: elem
1625
- })) && $vo37(elem, _path2 + ".values[" + _index28 + "]", _exceptionable2) || $report(_exceptionable2, {
1715
+ })) && $vo38(elem, _path2 + ".values[" + _index28 + "]", _exceptionable2) || $report(_exceptionable2, {
1626
1716
  path: _path2 + ".values[" + _index28 + "]",
1627
- expected: "__type.o4",
1717
+ expected: "__type.o5",
1628
1718
  value: elem
1629
1719
  })).every((flag) => flag) || $report(_exceptionable2, {
1630
1720
  path: _path2 + ".values",
@@ -1639,7 +1729,7 @@ var validPercentileRequest = (input) => {
1639
1729
  expected: "(boolean | undefined)",
1640
1730
  value: input3.excludeGeneName
1641
1731
  })].every((flag) => flag);
1642
- const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1732
+ const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1643
1733
  path: _path2 + ".id",
1644
1734
  expected: "string",
1645
1735
  value: input3.id
@@ -1688,7 +1778,7 @@ var validPercentileRequest = (input) => {
1688
1778
  expected: "TermValues",
1689
1779
  value: input3.values
1690
1780
  })].every((flag) => flag);
1691
- const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1781
+ const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1692
1782
  path: _path2 + ".id",
1693
1783
  expected: "string",
1694
1784
  value: input3.id
@@ -1744,6 +1834,14 @@ var validPercentileRequest = (input) => {
1744
1834
  path: _path2 + ".skipValuesBuild",
1745
1835
  expected: "(boolean | undefined)",
1746
1836
  value: input3.skipValuesBuild
1837
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
1838
+ path: _path2 + ".valueConversion",
1839
+ expected: "(__type.o1 | undefined)",
1840
+ value: input3.valueConversion
1841
+ })) && $vo8(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1842
+ path: _path2 + ".valueConversion",
1843
+ expected: "(__type.o1 | undefined)",
1844
+ value: input3.valueConversion
1747
1845
  }), "gene" === input3.kind || $report(_exceptionable2, {
1748
1846
  path: _path2 + ".kind",
1749
1847
  expected: '"gene"',
@@ -1784,7 +1882,7 @@ var validPercentileRequest = (input) => {
1784
1882
  path: _path2 + ".groupsetting",
1785
1883
  expected: "(TermGroupSetting | undefined)",
1786
1884
  value: input3.groupsetting
1787
- })) && $vo8(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
1885
+ })) && $vo9(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
1788
1886
  path: _path2 + ".groupsetting",
1789
1887
  expected: "(TermGroupSetting | undefined)",
1790
1888
  value: input3.groupsetting
@@ -1796,7 +1894,7 @@ var validPercentileRequest = (input) => {
1796
1894
  path: _path2 + ".childTerms[" + _index32 + "]",
1797
1895
  expected: "DtTerm",
1798
1896
  value: elem
1799
- })) && $vo32(elem, _path2 + ".childTerms[" + _index32 + "]", _exceptionable2) || $report(_exceptionable2, {
1897
+ })) && $vo33(elem, _path2 + ".childTerms[" + _index32 + "]", _exceptionable2) || $report(_exceptionable2, {
1800
1898
  path: _path2 + ".childTerms[" + _index32 + "]",
1801
1899
  expected: "DtTerm",
1802
1900
  value: elem
@@ -1805,7 +1903,7 @@ var validPercentileRequest = (input) => {
1805
1903
  expected: "(Array<DtTerm> | undefined)",
1806
1904
  value: input3.childTerms
1807
1905
  })].every((flag) => flag);
1808
- const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1906
+ const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1809
1907
  path: _path2 + ".id",
1810
1908
  expected: "string",
1811
1909
  value: input3.id
@@ -1861,6 +1959,14 @@ var validPercentileRequest = (input) => {
1861
1959
  path: _path2 + ".skipValuesBuild",
1862
1960
  expected: "(boolean | undefined)",
1863
1961
  value: input3.skipValuesBuild
1962
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
1963
+ path: _path2 + ".valueConversion",
1964
+ expected: "(__type.o1 | undefined)",
1965
+ value: input3.valueConversion
1966
+ })) && $vo8(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
1967
+ path: _path2 + ".valueConversion",
1968
+ expected: "(__type.o1 | undefined)",
1969
+ value: input3.valueConversion
1864
1970
  }), "gene" === input3.kind || $report(_exceptionable2, {
1865
1971
  path: _path2 + ".kind",
1866
1972
  expected: '"gene"',
@@ -1882,7 +1988,7 @@ var validPercentileRequest = (input) => {
1882
1988
  expected: "(number | undefined)",
1883
1989
  value: input3.stop
1884
1990
  })].every((flag) => flag);
1885
- const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1991
+ const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1886
1992
  path: _path2 + ".id",
1887
1993
  expected: "string",
1888
1994
  value: input3.id
@@ -1938,6 +2044,14 @@ var validPercentileRequest = (input) => {
1938
2044
  path: _path2 + ".skipValuesBuild",
1939
2045
  expected: "(boolean | undefined)",
1940
2046
  value: input3.skipValuesBuild
2047
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
2048
+ path: _path2 + ".valueConversion",
2049
+ expected: "(__type.o1 | undefined)",
2050
+ value: input3.valueConversion
2051
+ })) && $vo8(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2052
+ path: _path2 + ".valueConversion",
2053
+ expected: "(__type.o1 | undefined)",
2054
+ value: input3.valueConversion
1941
2055
  }), "coord" === input3.kind || $report(_exceptionable2, {
1942
2056
  path: _path2 + ".kind",
1943
2057
  expected: '"coord"',
@@ -1955,7 +2069,7 @@ var validPercentileRequest = (input) => {
1955
2069
  expected: "number",
1956
2070
  value: input3.stop
1957
2071
  })].every((flag) => flag);
1958
- const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2072
+ const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1959
2073
  path: _path2 + ".id",
1960
2074
  expected: "string",
1961
2075
  value: input3.id
@@ -2011,6 +2125,14 @@ var validPercentileRequest = (input) => {
2011
2125
  path: _path2 + ".skipValuesBuild",
2012
2126
  expected: "(boolean | undefined)",
2013
2127
  value: input3.skipValuesBuild
2128
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
2129
+ path: _path2 + ".valueConversion",
2130
+ expected: "(__type.o1 | undefined)",
2131
+ value: input3.valueConversion
2132
+ })) && $vo8(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2133
+ path: _path2 + ".valueConversion",
2134
+ expected: "(__type.o1 | undefined)",
2135
+ value: input3.valueConversion
2014
2136
  }), "coord" === input3.kind || $report(_exceptionable2, {
2015
2137
  path: _path2 + ".kind",
2016
2138
  expected: '"coord"',
@@ -2047,7 +2169,7 @@ var validPercentileRequest = (input) => {
2047
2169
  path: _path2 + ".groupsetting",
2048
2170
  expected: "(TermGroupSetting | undefined)",
2049
2171
  value: input3.groupsetting
2050
- })) && $vo8(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2172
+ })) && $vo9(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2051
2173
  path: _path2 + ".groupsetting",
2052
2174
  expected: "(TermGroupSetting | undefined)",
2053
2175
  value: input3.groupsetting
@@ -2059,7 +2181,7 @@ var validPercentileRequest = (input) => {
2059
2181
  path: _path2 + ".childTerms[" + _index40 + "]",
2060
2182
  expected: "DtTerm",
2061
2183
  value: elem
2062
- })) && $vo32(elem, _path2 + ".childTerms[" + _index40 + "]", _exceptionable2) || $report(_exceptionable2, {
2184
+ })) && $vo33(elem, _path2 + ".childTerms[" + _index40 + "]", _exceptionable2) || $report(_exceptionable2, {
2063
2185
  path: _path2 + ".childTerms[" + _index40 + "]",
2064
2186
  expected: "DtTerm",
2065
2187
  value: elem
@@ -2068,7 +2190,7 @@ var validPercentileRequest = (input) => {
2068
2190
  expected: "(Array<DtTerm> | undefined)",
2069
2191
  value: input3.childTerms
2070
2192
  })].every((flag) => flag);
2071
- const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
2193
+ const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
2072
2194
  path: _path2 + ".key",
2073
2195
  expected: "string",
2074
2196
  value: input3.key
@@ -2081,7 +2203,7 @@ var validPercentileRequest = (input) => {
2081
2203
  expected: "string",
2082
2204
  value: input3.value
2083
2205
  })].every((flag) => flag);
2084
- const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2206
+ const $vo39 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2085
2207
  path: _path2 + ".id",
2086
2208
  expected: "string",
2087
2209
  value: input3.id
@@ -2137,6 +2259,14 @@ var validPercentileRequest = (input) => {
2137
2259
  path: _path2 + ".skipValuesBuild",
2138
2260
  expected: "(boolean | undefined)",
2139
2261
  value: input3.skipValuesBuild
2262
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
2263
+ path: _path2 + ".valueConversion",
2264
+ expected: "(__type.o1 | undefined)",
2265
+ value: input3.valueConversion
2266
+ })) && $vo8(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2267
+ path: _path2 + ".valueConversion",
2268
+ expected: "(__type.o1 | undefined)",
2269
+ value: input3.valueConversion
2140
2270
  }), "gene" === input3.kind || $report(_exceptionable2, {
2141
2271
  path: _path2 + ".kind",
2142
2272
  expected: '"gene"',
@@ -2177,7 +2307,7 @@ var validPercentileRequest = (input) => {
2177
2307
  path: _path2 + ".groupsetting",
2178
2308
  expected: "TermGroupSetting",
2179
2309
  value: input3.groupsetting
2180
- })) && $vo8(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2310
+ })) && $vo9(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2181
2311
  path: _path2 + ".groupsetting",
2182
2312
  expected: "TermGroupSetting",
2183
2313
  value: input3.groupsetting
@@ -2189,7 +2319,7 @@ var validPercentileRequest = (input) => {
2189
2319
  path: _path2 + ".childTerms[" + _index44 + "]",
2190
2320
  expected: "DtTerm",
2191
2321
  value: elem
2192
- })) && $vo32(elem, _path2 + ".childTerms[" + _index44 + "]", _exceptionable2) || $report(_exceptionable2, {
2322
+ })) && $vo33(elem, _path2 + ".childTerms[" + _index44 + "]", _exceptionable2) || $report(_exceptionable2, {
2193
2323
  path: _path2 + ".childTerms[" + _index44 + "]",
2194
2324
  expected: "DtTerm",
2195
2325
  value: elem
@@ -2198,7 +2328,7 @@ var validPercentileRequest = (input) => {
2198
2328
  expected: "Array<DtTerm>",
2199
2329
  value: input3.childTerms
2200
2330
  })].every((flag) => flag);
2201
- const $vo39 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2331
+ const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2202
2332
  path: _path2 + ".id",
2203
2333
  expected: "string",
2204
2334
  value: input3.id
@@ -2254,6 +2384,14 @@ var validPercentileRequest = (input) => {
2254
2384
  path: _path2 + ".skipValuesBuild",
2255
2385
  expected: "(boolean | undefined)",
2256
2386
  value: input3.skipValuesBuild
2387
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
2388
+ path: _path2 + ".valueConversion",
2389
+ expected: "(__type.o1 | undefined)",
2390
+ value: input3.valueConversion
2391
+ })) && $vo8(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2392
+ path: _path2 + ".valueConversion",
2393
+ expected: "(__type.o1 | undefined)",
2394
+ value: input3.valueConversion
2257
2395
  }), "coord" === input3.kind || $report(_exceptionable2, {
2258
2396
  path: _path2 + ".kind",
2259
2397
  expected: '"coord"',
@@ -2290,7 +2428,7 @@ var validPercentileRequest = (input) => {
2290
2428
  path: _path2 + ".groupsetting",
2291
2429
  expected: "TermGroupSetting",
2292
2430
  value: input3.groupsetting
2293
- })) && $vo8(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2431
+ })) && $vo9(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2294
2432
  path: _path2 + ".groupsetting",
2295
2433
  expected: "TermGroupSetting",
2296
2434
  value: input3.groupsetting
@@ -2302,7 +2440,7 @@ var validPercentileRequest = (input) => {
2302
2440
  path: _path2 + ".childTerms[" + _index48 + "]",
2303
2441
  expected: "DtTerm",
2304
2442
  value: elem
2305
- })) && $vo32(elem, _path2 + ".childTerms[" + _index48 + "]", _exceptionable2) || $report(_exceptionable2, {
2443
+ })) && $vo33(elem, _path2 + ".childTerms[" + _index48 + "]", _exceptionable2) || $report(_exceptionable2, {
2306
2444
  path: _path2 + ".childTerms[" + _index48 + "]",
2307
2445
  expected: "DtTerm",
2308
2446
  value: elem
@@ -2311,7 +2449,7 @@ var validPercentileRequest = (input) => {
2311
2449
  expected: "Array<DtTerm>",
2312
2450
  value: input3.childTerms
2313
2451
  })].every((flag) => flag);
2314
- const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2452
+ const $vo41 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2315
2453
  path: _path2 + ".id",
2316
2454
  expected: "string",
2317
2455
  value: input3.id
@@ -2367,13 +2505,21 @@ var validPercentileRequest = (input) => {
2367
2505
  path: _path2 + ".skipValuesBuild",
2368
2506
  expected: "(boolean | undefined)",
2369
2507
  value: input3.skipValuesBuild
2508
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
2509
+ path: _path2 + ".valueConversion",
2510
+ expected: "(__type.o1 | undefined)",
2511
+ value: input3.valueConversion
2512
+ })) && $vo8(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2513
+ path: _path2 + ".valueConversion",
2514
+ expected: "(__type.o1 | undefined)",
2515
+ value: input3.valueConversion
2370
2516
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
2371
2517
  path: _path2 + ".continuousColorScale",
2372
- expected: "(__type.o2 | undefined)",
2518
+ expected: "(__type.o3 | undefined)",
2373
2519
  value: input3.continuousColorScale
2374
- })) && $vo15(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
2520
+ })) && $vo16(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
2375
2521
  path: _path2 + ".continuousColorScale",
2376
- expected: "(__type.o2 | undefined)",
2522
+ expected: "(__type.o3 | undefined)",
2377
2523
  value: input3.continuousColorScale
2378
2524
  }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
2379
2525
  path: _path2 + ".unit",
@@ -2387,12 +2533,12 @@ var validPercentileRequest = (input) => {
2387
2533
  path: _path2 + ".bins",
2388
2534
  expected: "(PresetNumericBins | undefined)",
2389
2535
  value: input3.bins
2390
- })) && $vo16(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
2536
+ })) && $vo17(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
2391
2537
  path: _path2 + ".bins",
2392
2538
  expected: "(PresetNumericBins | undefined)",
2393
2539
  value: input3.bins
2394
2540
  })].every((flag) => flag);
2395
- const $vo41 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2541
+ const $vo42 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2396
2542
  path: _path2 + ".id",
2397
2543
  expected: "string",
2398
2544
  value: input3.id
@@ -2448,16 +2594,24 @@ var validPercentileRequest = (input) => {
2448
2594
  path: _path2 + ".skipValuesBuild",
2449
2595
  expected: "(boolean | undefined)",
2450
2596
  value: input3.skipValuesBuild
2597
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
2598
+ path: _path2 + ".valueConversion",
2599
+ expected: "(__type.o1 | undefined)",
2600
+ value: input3.valueConversion
2601
+ })) && $vo8(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2602
+ path: _path2 + ".valueConversion",
2603
+ expected: "(__type.o1 | undefined)",
2604
+ value: input3.valueConversion
2451
2605
  }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
2452
2606
  path: _path2 + ".groupsetting",
2453
2607
  expected: "TermGroupSetting",
2454
2608
  value: input3.groupsetting
2455
- })) && $vo8(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2609
+ })) && $vo9(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2456
2610
  path: _path2 + ".groupsetting",
2457
2611
  expected: "TermGroupSetting",
2458
2612
  value: input3.groupsetting
2459
2613
  })].every((flag) => flag);
2460
- const $vo42 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2614
+ const $vo43 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2461
2615
  path: _path2 + ".id",
2462
2616
  expected: "string",
2463
2617
  value: input3.id
@@ -2513,6 +2667,14 @@ var validPercentileRequest = (input) => {
2513
2667
  path: _path2 + ".skipValuesBuild",
2514
2668
  expected: "(boolean | undefined)",
2515
2669
  value: input3.skipValuesBuild
2670
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
2671
+ path: _path2 + ".valueConversion",
2672
+ expected: "(__type.o1 | undefined)",
2673
+ value: input3.valueConversion
2674
+ })) && $vo8(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2675
+ path: _path2 + ".valueConversion",
2676
+ expected: "(__type.o1 | undefined)",
2677
+ value: input3.valueConversion
2516
2678
  }), "string" === typeof input3.chr || $report(_exceptionable2, {
2517
2679
  path: _path2 + ".chr",
2518
2680
  expected: "string",
@@ -2545,12 +2707,12 @@ var validPercentileRequest = (input) => {
2545
2707
  path: _path2 + ".groupsetting",
2546
2708
  expected: "TermGroupSetting",
2547
2709
  value: input3.groupsetting
2548
- })) && $vo8(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2710
+ })) && $vo9(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2549
2711
  path: _path2 + ".groupsetting",
2550
2712
  expected: "TermGroupSetting",
2551
2713
  value: input3.groupsetting
2552
2714
  })].every((flag) => flag);
2553
- const $vo43 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2715
+ const $vo44 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2554
2716
  path: _path2 + ".id",
2555
2717
  expected: "string",
2556
2718
  value: input3.id
@@ -2606,6 +2768,14 @@ var validPercentileRequest = (input) => {
2606
2768
  path: _path2 + ".skipValuesBuild",
2607
2769
  expected: "(boolean | undefined)",
2608
2770
  value: input3.skipValuesBuild
2771
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
2772
+ path: _path2 + ".valueConversion",
2773
+ expected: "(__type.o1 | undefined)",
2774
+ value: input3.valueConversion
2775
+ })) && $vo8(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2776
+ path: _path2 + ".valueConversion",
2777
+ expected: "(__type.o1 | undefined)",
2778
+ value: input3.valueConversion
2609
2779
  }), "string" === typeof input3.sample || $report(_exceptionable2, {
2610
2780
  path: _path2 + ".sample",
2611
2781
  expected: "string",
@@ -2618,12 +2788,12 @@ var validPercentileRequest = (input) => {
2618
2788
  path: _path2 + ".groupsetting",
2619
2789
  expected: "TermGroupSetting",
2620
2790
  value: input3.groupsetting
2621
- })) && $vo8(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2791
+ })) && $vo9(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2622
2792
  path: _path2 + ".groupsetting",
2623
2793
  expected: "TermGroupSetting",
2624
2794
  value: input3.groupsetting
2625
2795
  })].every((flag) => flag);
2626
- const $vo44 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2796
+ const $vo45 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2627
2797
  path: _path2 + ".id",
2628
2798
  expected: "string",
2629
2799
  value: input3.id
@@ -2679,13 +2849,21 @@ var validPercentileRequest = (input) => {
2679
2849
  path: _path2 + ".skipValuesBuild",
2680
2850
  expected: "(boolean | undefined)",
2681
2851
  value: input3.skipValuesBuild
2852
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
2853
+ path: _path2 + ".valueConversion",
2854
+ expected: "(__type.o1 | undefined)",
2855
+ value: input3.valueConversion
2856
+ })) && $vo8(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2857
+ path: _path2 + ".valueConversion",
2858
+ expected: "(__type.o1 | undefined)",
2859
+ value: input3.valueConversion
2682
2860
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
2683
2861
  path: _path2 + ".continuousColorScale",
2684
- expected: "(__type.o2 | undefined)",
2862
+ expected: "(__type.o3 | undefined)",
2685
2863
  value: input3.continuousColorScale
2686
- })) && $vo15(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
2864
+ })) && $vo16(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
2687
2865
  path: _path2 + ".continuousColorScale",
2688
- expected: "(__type.o2 | undefined)",
2866
+ expected: "(__type.o3 | undefined)",
2689
2867
  value: input3.continuousColorScale
2690
2868
  }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
2691
2869
  path: _path2 + ".unit",
@@ -2695,12 +2873,12 @@ var validPercentileRequest = (input) => {
2695
2873
  path: _path2 + ".bins",
2696
2874
  expected: "PresetNumericBins",
2697
2875
  value: input3.bins
2698
- })) && $vo16(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
2876
+ })) && $vo17(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
2699
2877
  path: _path2 + ".bins",
2700
2878
  expected: "PresetNumericBins",
2701
2879
  value: input3.bins
2702
2880
  })].every((flag) => flag);
2703
- const $vo45 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2881
+ const $vo46 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2704
2882
  path: _path2 + ".id",
2705
2883
  expected: "string",
2706
2884
  value: input3.id
@@ -2756,13 +2934,21 @@ var validPercentileRequest = (input) => {
2756
2934
  path: _path2 + ".skipValuesBuild",
2757
2935
  expected: "(boolean | undefined)",
2758
2936
  value: input3.skipValuesBuild
2937
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
2938
+ path: _path2 + ".valueConversion",
2939
+ expected: "(__type.o1 | undefined)",
2940
+ value: input3.valueConversion
2941
+ })) && $vo8(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2942
+ path: _path2 + ".valueConversion",
2943
+ expected: "(__type.o1 | undefined)",
2944
+ value: input3.valueConversion
2759
2945
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
2760
2946
  path: _path2 + ".continuousColorScale",
2761
- expected: "(__type.o2 | undefined)",
2947
+ expected: "(__type.o3 | undefined)",
2762
2948
  value: input3.continuousColorScale
2763
- })) && $vo15(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
2949
+ })) && $vo16(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
2764
2950
  path: _path2 + ".continuousColorScale",
2765
- expected: "(__type.o2 | undefined)",
2951
+ expected: "(__type.o3 | undefined)",
2766
2952
  value: input3.continuousColorScale
2767
2953
  }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
2768
2954
  path: _path2 + ".unit",
@@ -2772,12 +2958,12 @@ var validPercentileRequest = (input) => {
2772
2958
  path: _path2 + ".bins",
2773
2959
  expected: "(PresetNumericBins | undefined)",
2774
2960
  value: input3.bins
2775
- })) && $vo16(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
2961
+ })) && $vo17(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
2776
2962
  path: _path2 + ".bins",
2777
2963
  expected: "(PresetNumericBins | undefined)",
2778
2964
  value: input3.bins
2779
2965
  })].every((flag) => flag);
2780
- const $vo46 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2966
+ const $vo47 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2781
2967
  path: _path2 + ".id",
2782
2968
  expected: "string",
2783
2969
  value: input3.id
@@ -2833,13 +3019,21 @@ var validPercentileRequest = (input) => {
2833
3019
  path: _path2 + ".skipValuesBuild",
2834
3020
  expected: "(boolean | undefined)",
2835
3021
  value: input3.skipValuesBuild
3022
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
3023
+ path: _path2 + ".valueConversion",
3024
+ expected: "(__type.o1 | undefined)",
3025
+ value: input3.valueConversion
3026
+ })) && $vo8(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
3027
+ path: _path2 + ".valueConversion",
3028
+ expected: "(__type.o1 | undefined)",
3029
+ value: input3.valueConversion
2836
3030
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
2837
3031
  path: _path2 + ".continuousColorScale",
2838
- expected: "(__type.o2 | undefined)",
3032
+ expected: "(__type.o3 | undefined)",
2839
3033
  value: input3.continuousColorScale
2840
- })) && $vo15(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
3034
+ })) && $vo16(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
2841
3035
  path: _path2 + ".continuousColorScale",
2842
- expected: "(__type.o2 | undefined)",
3036
+ expected: "(__type.o3 | undefined)",
2843
3037
  value: input3.continuousColorScale
2844
3038
  }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
2845
3039
  path: _path2 + ".unit",
@@ -2861,12 +3055,12 @@ var validPercentileRequest = (input) => {
2861
3055
  path: _path2 + ".bins",
2862
3056
  expected: "(PresetNumericBins | undefined)",
2863
3057
  value: input3.bins
2864
- })) && $vo16(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
3058
+ })) && $vo17(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
2865
3059
  path: _path2 + ".bins",
2866
3060
  expected: "(PresetNumericBins | undefined)",
2867
3061
  value: input3.bins
2868
3062
  })].every((flag) => flag);
2869
- const $vo47 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3063
+ const $vo48 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2870
3064
  path: _path2 + ".id",
2871
3065
  expected: "string",
2872
3066
  value: input3.id
@@ -2922,8 +3116,16 @@ var validPercentileRequest = (input) => {
2922
3116
  path: _path2 + ".skipValuesBuild",
2923
3117
  expected: "(boolean | undefined)",
2924
3118
  value: input3.skipValuesBuild
3119
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
3120
+ path: _path2 + ".valueConversion",
3121
+ expected: "(__type.o1 | undefined)",
3122
+ value: input3.valueConversion
3123
+ })) && $vo8(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
3124
+ path: _path2 + ".valueConversion",
3125
+ expected: "(__type.o1 | undefined)",
3126
+ value: input3.valueConversion
2925
3127
  })].every((flag) => flag);
2926
- const $vo48 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3128
+ const $vo49 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2927
3129
  path: _path2 + ".id",
2928
3130
  expected: "string",
2929
3131
  value: input3.id
@@ -2979,6 +3181,14 @@ var validPercentileRequest = (input) => {
2979
3181
  path: _path2 + ".skipValuesBuild",
2980
3182
  expected: "(boolean | undefined)",
2981
3183
  value: input3.skipValuesBuild
3184
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
3185
+ path: _path2 + ".valueConversion",
3186
+ expected: "(__type.o1 | undefined)",
3187
+ value: input3.valueConversion
3188
+ })) && $vo8(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
3189
+ path: _path2 + ".valueConversion",
3190
+ expected: "(__type.o1 | undefined)",
3191
+ value: input3.valueConversion
2982
3192
  }), void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit || $report(_exceptionable2, {
2983
3193
  path: _path2 + ".reachedVariantLimit",
2984
3194
  expected: "(boolean | undefined)",
@@ -2991,7 +3201,7 @@ var validPercentileRequest = (input) => {
2991
3201
  path: _path2 + ".snps[" + _index69 + "]",
2992
3202
  expected: "SnpsEntry",
2993
3203
  value: elem
2994
- })) && $vo49(elem, _path2 + ".snps[" + _index69 + "]", _exceptionable2) || $report(_exceptionable2, {
3204
+ })) && $vo50(elem, _path2 + ".snps[" + _index69 + "]", _exceptionable2) || $report(_exceptionable2, {
2995
3205
  path: _path2 + ".snps[" + _index69 + "]",
2996
3206
  expected: "SnpsEntry",
2997
3207
  value: elem
@@ -3000,7 +3210,7 @@ var validPercentileRequest = (input) => {
3000
3210
  expected: "(Array<SnpsEntry> | undefined)",
3001
3211
  value: input3.snps
3002
3212
  })].every((flag) => flag);
3003
- const $vo49 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
3213
+ const $vo50 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
3004
3214
  path: _path2 + ".altAlleles",
3005
3215
  expected: "(Array<string> | undefined)",
3006
3216
  value: input3.altAlleles
@@ -3020,7 +3230,7 @@ var validPercentileRequest = (input) => {
3020
3230
  path: _path2 + ".alleles[" + _index71 + "]",
3021
3231
  expected: "AllelesEntry",
3022
3232
  value: elem
3023
- })) && $vo50(elem, _path2 + ".alleles[" + _index71 + "]", _exceptionable2) || $report(_exceptionable2, {
3233
+ })) && $vo51(elem, _path2 + ".alleles[" + _index71 + "]", _exceptionable2) || $report(_exceptionable2, {
3024
3234
  path: _path2 + ".alleles[" + _index71 + "]",
3025
3235
  expected: "AllelesEntry",
3026
3236
  value: elem
@@ -3034,11 +3244,11 @@ var validPercentileRequest = (input) => {
3034
3244
  value: input3.effectAllele
3035
3245
  }), void 0 === input3.gt2count || ("object" === typeof input3.gt2count && null !== input3.gt2count || $report(_exceptionable2, {
3036
3246
  path: _path2 + ".gt2count",
3037
- expected: "(__type.o5 | undefined)",
3247
+ expected: "(__type.o6 | undefined)",
3038
3248
  value: input3.gt2count
3039
- })) && $vo51(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
3249
+ })) && $vo52(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
3040
3250
  path: _path2 + ".gt2count",
3041
- expected: "(__type.o5 | undefined)",
3251
+ expected: "(__type.o6 | undefined)",
3042
3252
  value: input3.gt2count
3043
3253
  }), void 0 === input3.invalid || "boolean" === typeof input3.invalid || $report(_exceptionable2, {
3044
3254
  path: _path2 + ".invalid",
@@ -3065,7 +3275,7 @@ var validPercentileRequest = (input) => {
3065
3275
  expected: "(number | undefined)",
3066
3276
  value: input3.pos
3067
3277
  })].every((flag) => flag);
3068
- const $vo50 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
3278
+ const $vo51 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
3069
3279
  path: _path2 + ".allele",
3070
3280
  expected: "string",
3071
3281
  value: input3.allele
@@ -3078,7 +3288,7 @@ var validPercentileRequest = (input) => {
3078
3288
  expected: "boolean",
3079
3289
  value: input3.isRef
3080
3290
  })].every((flag) => flag);
3081
- const $vo51 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
3291
+ const $vo52 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
3082
3292
  path: _path2 + ".k",
3083
3293
  expected: "string",
3084
3294
  value: input3.k
@@ -3087,7 +3297,7 @@ var validPercentileRequest = (input) => {
3087
3297
  expected: "(number | string)",
3088
3298
  value: input3.v
3089
3299
  })].every((flag) => flag);
3090
- const $vo52 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3300
+ const $vo53 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3091
3301
  path: _path2 + ".id",
3092
3302
  expected: "string",
3093
3303
  value: input3.id
@@ -3135,7 +3345,7 @@ var validPercentileRequest = (input) => {
3135
3345
  path: _path2 + ".values",
3136
3346
  expected: "(TermValues & SampleLstTermValues | undefined)",
3137
3347
  value: input3.values
3138
- })) && $vo53(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
3348
+ })) && $vo54(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
3139
3349
  path: _path2 + ".values",
3140
3350
  expected: "(TermValues & SampleLstTermValues | undefined)",
3141
3351
  value: input3.values
@@ -3143,8 +3353,16 @@ var validPercentileRequest = (input) => {
3143
3353
  path: _path2 + ".skipValuesBuild",
3144
3354
  expected: "(boolean | undefined)",
3145
3355
  value: input3.skipValuesBuild
3356
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
3357
+ path: _path2 + ".valueConversion",
3358
+ expected: "(__type.o1 | undefined)",
3359
+ value: input3.valueConversion
3360
+ })) && $vo8(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
3361
+ path: _path2 + ".valueConversion",
3362
+ expected: "(__type.o1 | undefined)",
3363
+ value: input3.valueConversion
3146
3364
  })].every((flag) => flag);
3147
- const $vo53 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3365
+ const $vo54 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3148
3366
  const value = input3[key];
3149
3367
  if (void 0 === value)
3150
3368
  return true;
@@ -3153,7 +3371,7 @@ var validPercentileRequest = (input) => {
3153
3371
  path: _path2 + $join(key),
3154
3372
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
3155
3373
  value
3156
- })) && $vo54(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3374
+ })) && $vo55(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3157
3375
  path: _path2 + $join(key),
3158
3376
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
3159
3377
  value
@@ -3163,14 +3381,14 @@ var validPercentileRequest = (input) => {
3163
3381
  path: _path2 + $join(key),
3164
3382
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
3165
3383
  value
3166
- })) && $vo54(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3384
+ })) && $vo55(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3167
3385
  path: _path2 + $join(key),
3168
3386
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
3169
3387
  value
3170
3388
  });
3171
3389
  return true;
3172
3390
  }).every((flag) => flag)].every((flag) => flag);
3173
- const $vo54 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
3391
+ const $vo55 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
3174
3392
  path: _path2 + ".key",
3175
3393
  expected: "(string | undefined)",
3176
3394
  value: input3.key
@@ -3216,18 +3434,18 @@ var validPercentileRequest = (input) => {
3216
3434
  value: input3.list
3217
3435
  })) && input3.list.map((elem, _index74) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3218
3436
  path: _path2 + ".list[" + _index74 + "]",
3219
- expected: "__type.o6",
3437
+ expected: "__type.o7",
3220
3438
  value: elem
3221
- })) && $vo55(elem, _path2 + ".list[" + _index74 + "]", _exceptionable2) || $report(_exceptionable2, {
3439
+ })) && $vo56(elem, _path2 + ".list[" + _index74 + "]", _exceptionable2) || $report(_exceptionable2, {
3222
3440
  path: _path2 + ".list[" + _index74 + "]",
3223
- expected: "__type.o6",
3441
+ expected: "__type.o7",
3224
3442
  value: elem
3225
3443
  })).every((flag) => flag) || $report(_exceptionable2, {
3226
3444
  path: _path2 + ".list",
3227
3445
  expected: "Array<__type>.o3",
3228
3446
  value: input3.list
3229
3447
  }), true].every((flag) => flag);
3230
- const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.sampleId || $report(_exceptionable2, {
3448
+ const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.sampleId || $report(_exceptionable2, {
3231
3449
  path: _path2 + ".sampleId",
3232
3450
  expected: "string",
3233
3451
  value: input3.sampleId
@@ -3249,9 +3467,9 @@ var validPercentileRequest = (input) => {
3249
3467
  })();
3250
3468
  const $vu1 = (input3, _path2, _exceptionable2 = true) => (() => {
3251
3469
  if ("string" === typeof input3.type)
3252
- return $vo10(input3, _path2, _exceptionable2);
3470
+ return $vo11(input3, _path2, _exceptionable2);
3253
3471
  if ("filter" === input3.type)
3254
- return $vo12(input3, _path2, _exceptionable2);
3472
+ return $vo13(input3, _path2, _exceptionable2);
3255
3473
  return $report(_exceptionable2, {
3256
3474
  path: _path2,
3257
3475
  expected: "(ValuesGroup | FilterGroup)",
@@ -3260,16 +3478,16 @@ var validPercentileRequest = (input) => {
3260
3478
  })();
3261
3479
  const $vu2 = (input3, _path2, _exceptionable2 = true) => (() => {
3262
3480
  if (true === input3.startunbounded)
3263
- return $vo19(input3, _path2, _exceptionable2);
3481
+ return $vo20(input3, _path2, _exceptionable2);
3264
3482
  if (true === input3.stopunbounded)
3265
- return $vo21(input3, _path2, _exceptionable2);
3266
- return $vo20(input3, _path2, _exceptionable2);
3483
+ return $vo22(input3, _path2, _exceptionable2);
3484
+ return $vo21(input3, _path2, _exceptionable2);
3267
3485
  })();
3268
3486
  const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
3269
3487
  if ("gene" === input3.kind)
3270
- return $vo34(input3, _path2, _exceptionable2);
3271
- if ("coord" === input3.kind)
3272
3488
  return $vo35(input3, _path2, _exceptionable2);
3489
+ if ("coord" === input3.kind)
3490
+ return $vo36(input3, _path2, _exceptionable2);
3273
3491
  return $report(_exceptionable2, {
3274
3492
  path: _path2,
3275
3493
  expected: "(BaseTerm & Gene | BaseTerm & Coord)",
@@ -3278,44 +3496,44 @@ var validPercentileRequest = (input) => {
3278
3496
  })();
3279
3497
  const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
3280
3498
  if ("metaboliteIntensity" === input3.type)
3281
- return $vo40(input3, _path2, _exceptionable2);
3282
- if ("categorical" === input3.type)
3283
3499
  return $vo41(input3, _path2, _exceptionable2);
3284
- if ("snp" === input3.type)
3500
+ if ("categorical" === input3.type)
3285
3501
  return $vo42(input3, _path2, _exceptionable2);
3286
- if ("singleCellCellType" === input3.type)
3502
+ if ("snp" === input3.type)
3287
3503
  return $vo43(input3, _path2, _exceptionable2);
3504
+ if ("singleCellCellType" === input3.type)
3505
+ return $vo44(input3, _path2, _exceptionable2);
3288
3506
  if ("date" === input3.type)
3289
- return $vo45(input3, _path2, _exceptionable2);
3507
+ return $vo46(input3, _path2, _exceptionable2);
3290
3508
  if ("integer" === input3.type || "float" === input3.type)
3291
- return $vo44(input3, _path2, _exceptionable2);
3509
+ return $vo45(input3, _path2, _exceptionable2);
3292
3510
  if ("ssGSEA" === input3.type)
3293
- return $vo46(input3, _path2, _exceptionable2);
3294
- if ("condition" === input3.type)
3295
3511
  return $vo47(input3, _path2, _exceptionable2);
3296
- return $vo23(input3, _path2, false) || $vo1(input3, _path2, false) || $vo38(input3, _path2, false) || $vo39(input3, _path2, false) || $vo48(input3, _path2, false) || $vo52(input3, _path2, false);
3512
+ if ("condition" === input3.type)
3513
+ return $vo48(input3, _path2, _exceptionable2);
3514
+ return $vo24(input3, _path2, false) || $vo1(input3, _path2, false) || $vo39(input3, _path2, false) || $vo40(input3, _path2, false) || $vo49(input3, _path2, false) || $vo53(input3, _path2, false);
3297
3515
  })();
3298
3516
  const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
3299
3517
  if (void 0 !== input3.ranges)
3300
- return $vo13(input3, _path2, _exceptionable2);
3301
- return $vo6(input3, _path2, false) || $vo28(input3, _path2, false) || $vo31(input3, _path2, false);
3518
+ return $vo14(input3, _path2, _exceptionable2);
3519
+ return $vo6(input3, _path2, false) || $vo29(input3, _path2, false) || $vo32(input3, _path2, false);
3302
3520
  })();
3303
3521
  const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
3304
3522
  if ("integer" === input3.type || "float" === input3.type)
3305
- return $vo14(input3, _path2, _exceptionable2);
3523
+ return $vo15(input3, _path2, _exceptionable2);
3306
3524
  if ("metaboliteIntensity" === input3.type)
3307
- return $vo24(input3, _path2, _exceptionable2);
3308
- if ("date" === input3.type)
3309
3525
  return $vo25(input3, _path2, _exceptionable2);
3310
- if ("ssGSEA" === input3.type)
3526
+ if ("date" === input3.type)
3311
3527
  return $vo26(input3, _path2, _exceptionable2);
3312
- return $vo23(input3, _path2, false) || $vo1(input3, _path2, false);
3528
+ if ("ssGSEA" === input3.type)
3529
+ return $vo27(input3, _path2, _exceptionable2);
3530
+ return $vo24(input3, _path2, false) || $vo1(input3, _path2, false);
3313
3531
  })();
3314
3532
  const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
3315
3533
  if ("regular-bin" === input3.type)
3316
- return $vo17(input3, _path2, _exceptionable2);
3534
+ return $vo18(input3, _path2, _exceptionable2);
3317
3535
  if ("custom-bin" === input3.type)
3318
- return $vo22(input3, _path2, _exceptionable2);
3536
+ return $vo23(input3, _path2, _exceptionable2);
3319
3537
  return $report(_exceptionable2, {
3320
3538
  path: _path2,
3321
3539
  expected: "(RegularNumericBinConfig | CustomNumericBinConfig)",
@@ -3324,9 +3542,9 @@ var validPercentileRequest = (input) => {
3324
3542
  })();
3325
3543
  const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
3326
3544
  if (true === input3.startunbounded)
3327
- return $vo19(input3, _path2, _exceptionable2);
3328
- if (void 0 !== input3.start)
3329
3545
  return $vo20(input3, _path2, _exceptionable2);
3546
+ if (void 0 !== input3.start)
3547
+ return $vo21(input3, _path2, _exceptionable2);
3330
3548
  return $report(_exceptionable2, {
3331
3549
  path: _path2,
3332
3550
  expected: "(StartUnboundedBin | FullyBoundedBin)",
@@ -3335,9 +3553,9 @@ var validPercentileRequest = (input) => {
3335
3553
  })();
3336
3554
  const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
3337
3555
  if (void 0 !== input3.stop)
3338
- return $vo20(input3, _path2, _exceptionable2);
3339
- if (true === input3.stopunbounded)
3340
3556
  return $vo21(input3, _path2, _exceptionable2);
3557
+ if (true === input3.stopunbounded)
3558
+ return $vo22(input3, _path2, _exceptionable2);
3341
3559
  return $report(_exceptionable2, {
3342
3560
  path: _path2,
3343
3561
  expected: "(FullyBoundedBin | StopUnboundedBin)",
@@ -3346,9 +3564,9 @@ var validPercentileRequest = (input) => {
3346
3564
  })();
3347
3565
  const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
3348
3566
  if ("gene" === input3.kind)
3349
- return $vo33(input3, _path2, _exceptionable2);
3567
+ return $vo34(input3, _path2, _exceptionable2);
3350
3568
  if ("coord" === input3.kind)
3351
- return $vo36(input3, _path2, _exceptionable2);
3569
+ return $vo37(input3, _path2, _exceptionable2);
3352
3570
  return $report(_exceptionable2, {
3353
3571
  path: _path2,
3354
3572
  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; })',