@sjcrh/proteinpaint-types 2.126.1 → 2.128.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (35) hide show
  1. package/dist/brainImaging.js +1 -1
  2. package/dist/{chunk-YOS2YTCE.js → chunk-24RS7HFO.js} +652 -770
  3. package/dist/{chunk-VSNV3MLV.js → chunk-6C4DMGK3.js} +408 -494
  4. package/dist/{chunk-DJCPG2RT.js → chunk-BMHL5ZZJ.js} +1216 -1436
  5. package/dist/{chunk-LVXO4MLR.js → chunk-CI6OEJNH.js} +744 -862
  6. package/dist/{chunk-NWEXA2YB.js → chunk-DJ5QE625.js} +22 -36
  7. package/dist/chunk-HUMZDPUU.js +322 -0
  8. package/dist/{chunk-5O422YU6.js → chunk-KHM52S5N.js} +408 -494
  9. package/dist/{chunk-GZCIY2WK.js → chunk-PX7P2A6A.js} +652 -770
  10. package/dist/{chunk-537XOM43.js → chunk-RP6RBKKL.js} +652 -770
  11. package/dist/{chunk-O4RAE6UJ.js → chunk-UXXLPWL2.js} +650 -768
  12. package/dist/{chunk-7IRM7OKB.js → chunk-WHO7HCNU.js} +408 -494
  13. package/dist/{chunk-BXPSDGWG.js → chunk-WK4CKVHY.js} +408 -494
  14. package/dist/{chunk-CJC7ZHSZ.js → chunk-WSL4JPUP.js} +417 -503
  15. package/dist/{chunk-2S4T3WUF.js → chunk-Y5BVEGR2.js} +1234 -1430
  16. package/dist/correlationVolcano.js +1 -1
  17. package/dist/gdc.grin2.js +3 -3
  18. package/dist/genesetEnrichment.js +1 -1
  19. package/dist/index.js +16 -16
  20. package/dist/termdb.boxplot.js +1 -1
  21. package/dist/termdb.categories.js +1 -1
  22. package/dist/termdb.cluster.js +1 -1
  23. package/dist/termdb.descrstats.js +1 -1
  24. package/dist/termdb.numericcategories.js +1 -1
  25. package/dist/termdb.percentile.js +1 -1
  26. package/dist/termdb.termsbyids.js +1 -1
  27. package/dist/termdb.topTermsByType.js +1 -1
  28. package/dist/termdb.topVariablyExpressedGenes.js +1 -1
  29. package/dist/termdb.violin.js +1 -1
  30. package/package.json +1 -1
  31. package/src/routes/gdc.grin2.ts +14 -7
  32. package/src/routes/genesetEnrichment.ts +40 -5
  33. package/src/terms/geneVariant.ts +4 -4
  34. package/src/terms/term.ts +2 -11
  35. package/dist/chunk-XZAH6P4D.js +0 -130
@@ -73,8 +73,8 @@ var validBoxPlotRequest = (input) => {
73
73
  const errors = [];
74
74
  const __is = (input2) => {
75
75
  const $join = import_typia.createValidate.join;
76
- const $io0 = (input3) => "object" === typeof input3.tw && null !== input3.tw && $iu5(input3.tw) && "string" === typeof input3.genome && "string" === typeof input3.dslabel && "boolean" === typeof input3.isLogScale && "boolean" === typeof input3.orderByMedian && (void 0 === input3.overlayTw || "object" === typeof input3.overlayTw && null !== input3.overlayTw && $iu5(input3.overlayTw)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io18(input3.filter)) && true;
77
- const $io1 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("CatTWValues" === input3.type || "CatTWPredefinedGS" === input3.type || "CatTWCustomGS" === input3.type) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $iu6(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io21(input3.term));
76
+ const $io0 = (input3) => "object" === typeof input3.tw && null !== input3.tw && $iu5(input3.tw) && "string" === typeof input3.genome && "string" === typeof input3.dslabel && "boolean" === typeof input3.isLogScale && "boolean" === typeof input3.orderByMedian && (void 0 === input3.overlayTw || "object" === typeof input3.overlayTw && null !== input3.overlayTw && $iu5(input3.overlayTw)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io12(input3.filter)) && true;
77
+ const $io1 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("CatTWValues" === input3.type || "CatTWPredefinedGS" === input3.type || "CatTWCustomGS" === input3.type) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $iu6(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io15(input3.term));
78
78
  const $io2 = (input3) => Object.keys(input3).every((key) => {
79
79
  const value = input3[key];
80
80
  if (void 0 === value)
@@ -99,10 +99,10 @@ var validBoxPlotRequest = (input) => {
99
99
  const $io9 = (input3) => "string" === typeof input3.name && "string" === typeof input3.type && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io10(elem))) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
100
100
  const $io10 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
101
101
  const $io11 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io12(input3.filter)) && "boolean" === typeof input3.uncomputable;
102
- const $io12 = (input3) => "object" === typeof input3.opts && null !== input3.opts && $io13(input3.opts) && (Array.isArray(input3.terms) && input3.terms.every((elem) => "object" === typeof elem && null !== elem && $io14(elem))) && ("object" === typeof input3.active && null !== input3.active && $io18(input3.active)) && "number" === typeof input3.group;
103
- const $io13 = (input3) => Array.isArray(input3.joinWith) && input3.joinWith.every((elem) => "string" === typeof elem);
104
- const $io14 = (input3) => "string" === typeof input3.id && "string" === typeof input3.query && "string" === typeof input3.name && "string" === typeof input3.name_noOrigin && (void 0 === input3.geneVariantTerm || "object" === typeof input3.geneVariantTerm && null !== input3.geneVariantTerm && $iu7(input3.geneVariantTerm)) && 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) && $io16(input3.values));
105
- const $io15 = (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) && $io16(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io22(input3.filter)) && "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) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu8(input3.groupsetting));
102
+ const $io12 = (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 && $iu1(elem)));
103
+ const $io13 = (input3) => "tvs" === input3.type && ("object" === typeof input3.tvs && null !== input3.tvs && $iu7(input3.tvs));
104
+ 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 && $io15(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) && $io17(elem)));
105
+ const $io15 = (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) && $io16(input3.values)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu8(input3.groupsetting));
106
106
  const $io16 = (input3) => Object.keys(input3).every((key) => {
107
107
  const value = input3[key];
108
108
  if (void 0 === value)
@@ -113,77 +113,74 @@ var validBoxPlotRequest = (input) => {
113
113
  return "object" === typeof value && null !== value && false === Array.isArray(value) && $io17(value);
114
114
  return true;
115
115
  });
116
- const $io17 = (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 && $io18(input3.filter));
117
- const $io18 = (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 && $iu1(elem)));
118
- const $io19 = (input3) => "tvs" === input3.type && ("object" === typeof input3.tvs && null !== input3.tvs && $iu9(input3.tvs));
119
- const $io20 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io21(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) && $io17(elem)));
120
- const $io21 = (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) && $io16(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io22(input3.filter)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu8(input3.groupsetting));
121
- const $io22 = (input3) => "object" === typeof input3.opts && null !== input3.opts && $io13(input3.opts) && (Array.isArray(input3.terms) && input3.terms.every((elem) => "object" === typeof elem && null !== elem && $io14(elem)));
122
- const $io23 = (input3) => (void 0 === input3.disabled || "boolean" === typeof input3.disabled) && (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io24(elem)));
123
- const $io24 = (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.id || "string" === typeof input3.id) && (Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu0(elem)));
124
- const $io25 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.length === 0);
125
- const $io26 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io27(input3.term)) && (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 && $io35(elem)));
126
- const $io27 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io16(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io22(input3.filter)) && ("object" === typeof input3.bins && null !== input3.bins && $io28(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io34(input3.continuousColorScale));
127
- const $io28 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu10(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu10(input3.less)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset) && (void 0 === input3.label_offset_ignored || "boolean" === typeof input3.label_offset_ignored) && (void 0 === input3.rounding || "string" === typeof input3.rounding) && (void 0 === input3.min || "number" === typeof input3.min) && (void 0 === input3.max || "number" === typeof input3.max);
128
- const $io29 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(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 && $iu3(input3.first_bin)) && (void 0 === input3.last_bin || "object" === typeof input3.last_bin && null !== input3.last_bin && $iu4(input3.last_bin)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset);
129
- const $io30 = (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);
130
- const $io31 = (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);
131
- const $io32 = (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);
132
- const $io33 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(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);
133
- const $io34 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
134
- const $io35 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
135
- const $io36 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io37(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 && $io38(elem)));
136
- const $io37 = (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) && $io16(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io22(input3.filter));
137
- const $io38 = (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;
138
- const $io39 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io14(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io40(elem)));
139
- const $io40 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
140
- const $io41 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "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) && $io16(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io22(input3.filter)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu8(input3.groupsetting));
141
- const $io42 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $io27(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu11(input3.q));
142
- const $io43 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "binary" === input3.mode && "custom-bin" === input3.type && (Array.isArray(input3.lst) && (input3.lst.length === 2 && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu3(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu4(input3.lst[1]))));
143
- const $io44 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(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) && "continuous" === input3.mode && (void 0 === input3.convert2ZScore || "boolean" === typeof input3.convert2ZScore) && (null !== input3.type && void 0 === input3.type);
144
- const $io45 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "spline" === input3.mode && (Array.isArray(input3.knots) && input3.knots.every((elem) => "object" === typeof elem && null !== elem && $io46(elem))) && (null !== input3.type && void 0 === input3.type);
145
- const $io46 = (input3) => "number" === typeof input3.value;
146
- const $io47 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.q && null !== input3.q && $io48(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io50(input3.term));
147
- const $io48 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type) && "number" === typeof input3.AFcutoff && "number" === typeof input3.alleleType && "string" === typeof input3.cacheid && true && "number" === typeof input3.geneticModel && true && (void 0 === input3.missingGenotype || "number" === typeof input3.missingGenotype) && "number" === typeof input3.numOfSampleWithAnyValidGT && ("object" === typeof input3.restrictAncestry && null !== input3.restrictAncestry && $io49(input3.restrictAncestry)) && true && true && ("object" === typeof input3.variant_filter && null !== input3.variant_filter && $io18(input3.variant_filter)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
148
- const $io49 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu9(input3.tvs));
149
- const $io50 = (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) && $io16(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io22(input3.filter)) && (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 && $io51(elem)));
150
- const $io51 = (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 && $io52(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io53(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);
151
- const $io52 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
152
- const $io53 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
153
- const $io54 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $iu13(input3.q));
154
- const $io55 = (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) && $io16(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io22(input3.filter)) && "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) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu8(input3.groupsetting));
155
- const $io56 = (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) && $io16(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io22(input3.filter)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu8(input3.groupsetting));
156
- const $io57 = (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) && $io16(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io22(input3.filter)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu8(input3.groupsetting));
157
- const $io58 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io16(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io22(input3.filter)) && ("object" === typeof input3.bins && null !== input3.bins && $io28(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io34(input3.continuousColorScale));
158
- const $io59 = (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) && $io16(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io22(input3.filter));
159
- const $io60 = (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) && $io16(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io22(input3.filter)) && (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 && $io51(elem)));
160
- const $io61 = (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) && $io62(input3.values)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io22(input3.filter));
161
- const $io62 = (input3) => Object.keys(input3).every((key) => {
116
+ const $io17 = (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 && $io12(input3.filter));
117
+ const $io18 = (input3) => (void 0 === input3.disabled || "boolean" === typeof input3.disabled) && (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io19(elem)));
118
+ const $io19 = (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.id || "string" === typeof input3.id) && (Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu0(elem)));
119
+ const $io20 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.length === 0);
120
+ const $io21 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io22(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io30(elem)));
121
+ const $io22 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io16(input3.values)) && ("object" === typeof input3.bins && null !== input3.bins && $io23(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io29(input3.continuousColorScale));
122
+ const $io23 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu9(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu9(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);
123
+ const $io24 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(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 && $iu3(input3.first_bin)) && (void 0 === input3.last_bin || "object" === typeof input3.last_bin && null !== input3.last_bin && $iu4(input3.last_bin)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset);
124
+ const $io25 = (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);
125
+ const $io26 = (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);
126
+ const $io27 = (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);
127
+ const $io28 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(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);
128
+ const $io29 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
129
+ const $io30 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
130
+ const $io31 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io32(input3.term)) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && (void 0 === input3.grade_and_child || Array.isArray(input3.grade_and_child) && input3.grade_and_child.every((elem) => "object" === typeof elem && null !== elem && $io33(elem)));
131
+ const $io32 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io16(input3.values));
132
+ const $io33 = (input3) => "number" === typeof input3.grade && "string" === typeof input3.grade_label && (void 0 === input3.child_id || "string" === typeof input3.child_id) && "string" === typeof input3.child_label;
133
+ const $io34 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io35(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io38(elem)));
134
+ const $io35 = (input3) => "string" === typeof input3.id && "string" === typeof input3.query && "string" === typeof input3.name && "string" === typeof input3.name_noOrigin && (void 0 === input3.parentTerm || "object" === typeof input3.parentTerm && null !== input3.parentTerm && $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) && $io16(input3.values));
135
+ 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) && $io16(input3.values)) && "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) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu8(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io35(elem)));
136
+ 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) && $io16(input3.values)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu8(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io35(elem)));
137
+ const $io38 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
138
+ const $io39 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $io22(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu11(input3.q));
139
+ const $io40 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "binary" === input3.mode && "custom-bin" === input3.type && (Array.isArray(input3.lst) && (input3.lst.length === 2 && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu3(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu4(input3.lst[1]))));
140
+ const $io41 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(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) && "continuous" === input3.mode && (void 0 === input3.convert2ZScore || "boolean" === typeof input3.convert2ZScore) && (null !== input3.type && void 0 === input3.type);
141
+ const $io42 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "spline" === input3.mode && (Array.isArray(input3.knots) && input3.knots.every((elem) => "object" === typeof elem && null !== elem && $io43(elem))) && (null !== input3.type && void 0 === input3.type);
142
+ const $io43 = (input3) => "number" === typeof input3.value;
143
+ const $io44 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.q && null !== input3.q && $io45(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io47(input3.term));
144
+ const $io45 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type) && "number" === typeof input3.AFcutoff && "number" === typeof input3.alleleType && "string" === typeof input3.cacheid && true && "number" === typeof input3.geneticModel && true && (void 0 === input3.missingGenotype || "number" === typeof input3.missingGenotype) && "number" === typeof input3.numOfSampleWithAnyValidGT && ("object" === typeof input3.restrictAncestry && null !== input3.restrictAncestry && $io46(input3.restrictAncestry)) && true && true && ("object" === typeof input3.variant_filter && null !== input3.variant_filter && $io12(input3.variant_filter)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
145
+ const $io46 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu7(input3.tvs));
146
+ const $io47 = (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) && $io16(input3.values)) && (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 && $io48(elem)));
147
+ const $io48 = (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 && $io49(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io50(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);
148
+ const $io49 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
149
+ const $io50 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
150
+ const $io51 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $iu13(input3.q));
151
+ const $io52 = (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) && $io16(input3.values)) && "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) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu8(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io35(elem)));
152
+ const $io53 = (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) && $io16(input3.values)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu8(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io35(elem)));
153
+ const $io54 = (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) && $io16(input3.values)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu8(input3.groupsetting));
154
+ const $io55 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io16(input3.values)) && ("object" === typeof input3.bins && null !== input3.bins && $io23(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io29(input3.continuousColorScale));
155
+ const $io56 = (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) && $io16(input3.values));
156
+ const $io57 = (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) && $io16(input3.values)) && (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 && $io48(elem)));
157
+ const $io58 = (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) && $io59(input3.values));
158
+ const $io59 = (input3) => Object.keys(input3).every((key) => {
162
159
  const value = input3[key];
163
160
  if (void 0 === value)
164
161
  return true;
165
162
  if (RegExp(/(.*)/).test(key))
166
- return "object" === typeof value && null !== value && $io63(value);
163
+ return "object" === typeof value && null !== value && $io60(value);
167
164
  if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
168
- return "object" === typeof value && null !== value && $io63(value);
165
+ return "object" === typeof value && null !== value && $io60(value);
169
166
  return true;
170
167
  });
171
- const $io63 = (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 && $io18(input3.filter)) && "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io64(elem))) && true;
172
- const $io64 = (input3) => "string" === typeof input3.sampleId && "string" === typeof input3.sample;
173
- const $io65 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type);
174
- const $io66 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.breaks || Array.isArray(input3.breaks) && input3.breaks.every((elem) => "number" === typeof elem)) && ("age" === input3.timeScale || "time" === input3.timeScale) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && true;
175
- const $io67 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type) && ("object" === typeof input3.groups && null !== input3.groups && false === Array.isArray(input3.groups) && $io68(input3.groups));
176
- const $io68 = (input3) => Object.keys(input3).every((key) => {
168
+ const $io60 = (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 && $io12(input3.filter)) && "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io61(elem))) && true;
169
+ const $io61 = (input3) => "string" === typeof input3.sampleId && "string" === typeof input3.sample;
170
+ const $io62 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type);
171
+ const $io63 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.breaks || Array.isArray(input3.breaks) && input3.breaks.every((elem) => "number" === typeof elem)) && ("age" === input3.timeScale || "time" === input3.timeScale) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && true;
172
+ const $io64 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io4(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type) && ("object" === typeof input3.groups && null !== input3.groups && false === Array.isArray(input3.groups) && $io65(input3.groups));
173
+ const $io65 = (input3) => Object.keys(input3).every((key) => {
177
174
  const value = input3[key];
178
175
  if (void 0 === value)
179
176
  return true;
180
177
  if (RegExp(/(.*)/).test(key))
181
- return "object" === typeof value && null !== value && $io69(value);
178
+ return "object" === typeof value && null !== value && $io66(value);
182
179
  if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
183
- return "object" === typeof value && null !== value && $io69(value);
180
+ return "object" === typeof value && null !== value && $io66(value);
184
181
  return true;
185
182
  });
186
- const $io69 = (input3) => "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io64(elem))) && true;
183
+ const $io66 = (input3) => "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io61(elem))) && true;
187
184
  const $iu0 = (input3) => (() => {
188
185
  if ("string" === typeof input3.type)
189
186
  return $io9(input3);
@@ -193,42 +190,42 @@ var validBoxPlotRequest = (input) => {
193
190
  })();
194
191
  const $iu1 = (input3) => (() => {
195
192
  if ("tvslst" === input3.type)
196
- return $io18(input3);
193
+ return $io12(input3);
197
194
  if ("tvs" === input3.type)
198
- return $io19(input3);
195
+ return $io13(input3);
199
196
  return false;
200
197
  })();
201
198
  const $iu2 = (input3) => (() => {
202
199
  if (true === input3.startunbounded)
203
- return $io30(input3);
200
+ return $io25(input3);
204
201
  if (true === input3.stopunbounded)
205
- return $io32(input3);
206
- return $io31(input3);
202
+ return $io27(input3);
203
+ return $io26(input3);
207
204
  })();
208
205
  const $iu3 = (input3) => (() => {
209
206
  if (true === input3.startunbounded)
210
- return $io30(input3);
207
+ return $io25(input3);
211
208
  if (void 0 !== input3.start)
212
- return $io31(input3);
209
+ return $io26(input3);
213
210
  return false;
214
211
  })();
215
212
  const $iu4 = (input3) => (() => {
216
213
  if (void 0 !== input3.stop)
217
- return $io31(input3);
214
+ return $io26(input3);
218
215
  if (true === input3.stopunbounded)
219
- return $io32(input3);
216
+ return $io27(input3);
220
217
  return false;
221
218
  })();
222
219
  const $iu5 = (input3) => (() => {
223
220
  if (void 0 !== input3.type)
224
221
  return $io1(input3);
225
222
  return (() => {
226
- if ($io54(input3))
227
- return $io54(input3);
228
- if ($io47(input3))
229
- return $io47(input3);
230
- if ($io42(input3))
231
- return $io42(input3);
223
+ if ($io51(input3))
224
+ return $io51(input3);
225
+ if ($io44(input3))
226
+ return $io44(input3);
227
+ if ($io39(input3))
228
+ return $io39(input3);
232
229
  return false;
233
230
  })();
234
231
  })();
@@ -242,68 +239,68 @@ var validBoxPlotRequest = (input) => {
242
239
  return $io5(input3);
243
240
  })();
244
241
  const $iu7 = (input3) => (() => {
245
- if ("gene" === input3.kind)
246
- return $io15(input3);
247
- if ("coord" === input3.kind)
248
- return $io41(input3);
249
- return false;
250
- })();
251
- const $iu8 = (input3) => (() => {
252
- if (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io24(elem)))
253
- return $io23(input3);
254
- return $io25(input3);
255
- })();
256
- const $iu9 = (input3) => (() => {
257
242
  if (void 0 !== input3.ranges)
258
- return $io26(input3);
243
+ return $io21(input3);
259
244
  return (() => {
260
- if ($io20(input3))
261
- return $io20(input3);
262
- if ($io36(input3))
263
- return $io36(input3);
264
- if ($io39(input3))
265
- return $io39(input3);
245
+ if ($io14(input3))
246
+ return $io14(input3);
247
+ if ($io31(input3))
248
+ return $io31(input3);
249
+ if ($io34(input3))
250
+ return $io34(input3);
266
251
  return false;
267
252
  })();
268
253
  })();
269
- const $iu10 = (input3) => (() => {
254
+ const $iu8 = (input3) => (() => {
255
+ if (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io19(elem)))
256
+ return $io18(input3);
257
+ return $io20(input3);
258
+ })();
259
+ const $iu9 = (input3) => (() => {
270
260
  if ("regular-bin" === input3.type)
271
- return $io29(input3);
261
+ return $io24(input3);
272
262
  if ("custom-bin" === input3.type)
273
- return $io33(input3);
263
+ return $io28(input3);
264
+ return false;
265
+ })();
266
+ const $iu10 = (input3) => (() => {
267
+ if ("gene" === input3.kind)
268
+ return $io36(input3);
269
+ if ("coord" === input3.kind)
270
+ return $io37(input3);
274
271
  return false;
275
272
  })();
276
273
  const $iu11 = (input3) => (() => {
277
274
  if ("regular-bin" === input3.type)
278
- return $io29(input3);
275
+ return $io24(input3);
279
276
  if ("continuous" === input3.mode)
280
- return $io44(input3);
277
+ return $io41(input3);
281
278
  if ("spline" === input3.mode)
282
- return $io45(input3);
279
+ return $io42(input3);
283
280
  return (() => {
284
- if ($io33(input3))
285
- return $io33(input3);
286
- if ($io43(input3))
287
- return $io43(input3);
281
+ if ($io28(input3))
282
+ return $io28(input3);
283
+ if ($io40(input3))
284
+ return $io40(input3);
288
285
  return false;
289
286
  })();
290
287
  })();
291
288
  const $iu12 = (input3) => (() => {
292
289
  if ("gene" === input3.kind)
293
- return $io55(input3);
290
+ return $io52(input3);
294
291
  if ("coord" === input3.kind)
295
- return $io56(input3);
292
+ return $io53(input3);
296
293
  if ("categorical" === input3.type)
297
- return $io57(input3);
294
+ return $io54(input3);
298
295
  if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type)
299
- return $io58(input3);
296
+ return $io55(input3);
300
297
  if ("condition" === input3.type)
301
- return $io59(input3);
298
+ return $io56(input3);
302
299
  return (() => {
303
- if ($io60(input3))
304
- return $io60(input3);
305
- if ($io61(input3))
306
- return $io61(input3);
300
+ if ($io57(input3))
301
+ return $io57(input3);
302
+ if ($io58(input3))
303
+ return $io58(input3);
307
304
  return false;
308
305
  })();
309
306
  })();
@@ -313,29 +310,29 @@ var validBoxPlotRequest = (input) => {
313
310
  if (void 0 !== input3.customset)
314
311
  return $io7(input3);
315
312
  if (void 0 !== input3.bin_size)
316
- return $io29(input3);
313
+ return $io24(input3);
317
314
  if (void 0 !== input3.knots)
318
- return $io45(input3);
315
+ return $io42(input3);
319
316
  if (void 0 !== input3.AFcutoff)
320
- return $io48(input3);
317
+ return $io45(input3);
321
318
  if (void 0 !== input3.timeScale)
322
- return $io66(input3);
319
+ return $io63(input3);
323
320
  return (() => {
324
321
  if (void 0 !== input3.groups)
325
- return $io67(input3);
322
+ return $io64(input3);
326
323
  return (() => {
327
324
  if ($io5(input3))
328
325
  return $io5(input3);
329
- if ($io65(input3))
330
- return $io65(input3);
326
+ if ($io62(input3))
327
+ return $io62(input3);
331
328
  if ($io3(input3))
332
329
  return $io3(input3);
333
- if ($io33(input3))
334
- return $io33(input3);
335
- if ($io43(input3))
336
- return $io43(input3);
337
- if ($io44(input3))
338
- return $io44(input3);
330
+ if ($io28(input3))
331
+ return $io28(input3);
332
+ if ($io40(input3))
333
+ return $io40(input3);
334
+ if ($io41(input3))
335
+ return $io41(input3);
339
336
  return false;
340
337
  })();
341
338
  })();
@@ -382,7 +379,7 @@ var validBoxPlotRequest = (input) => {
382
379
  path: _path2 + ".filter",
383
380
  expected: "(Filter | undefined)",
384
381
  value: input3.filter
385
- })) && $vo18(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
382
+ })) && $vo12(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
386
383
  path: _path2 + ".filter",
387
384
  expected: "(Filter | undefined)",
388
385
  value: input3.filter
@@ -427,7 +424,7 @@ var validBoxPlotRequest = (input) => {
427
424
  path: _path2 + ".term",
428
425
  expected: "CategoricalTerm",
429
426
  value: input3.term
430
- })) && $vo21(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
427
+ })) && $vo15(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
431
428
  path: _path2 + ".term",
432
429
  expected: "CategoricalTerm",
433
430
  value: input3.term
@@ -645,114 +642,98 @@ var validBoxPlotRequest = (input) => {
645
642
  value: input3.type
646
643
  }), ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
647
644
  path: _path2 + ".filter",
648
- expected: "TermFilter & { active: Filter; group: number; }",
645
+ expected: "Filter",
649
646
  value: input3.filter
650
647
  })) && $vo12(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
651
648
  path: _path2 + ".filter",
652
- expected: "TermFilter & { active: Filter; group: number; }",
649
+ expected: "Filter",
653
650
  value: input3.filter
654
651
  }), "boolean" === typeof input3.uncomputable || $report(_exceptionable2, {
655
652
  path: _path2 + ".uncomputable",
656
653
  expected: "boolean",
657
654
  value: input3.uncomputable
658
655
  })].every((flag) => flag);
659
- const $vo12 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3.opts && null !== input3.opts || $report(_exceptionable2, {
660
- path: _path2 + ".opts",
661
- expected: "__type.o2",
662
- value: input3.opts
663
- })) && $vo13(input3.opts, _path2 + ".opts", _exceptionable2) || $report(_exceptionable2, {
664
- path: _path2 + ".opts",
665
- expected: "__type.o2",
666
- value: input3.opts
667
- }), (Array.isArray(input3.terms) || $report(_exceptionable2, {
668
- path: _path2 + ".terms",
669
- expected: "Array<DtTerm>",
670
- value: input3.terms
671
- })) && input3.terms.map((elem, _index3) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
672
- path: _path2 + ".terms[" + _index3 + "]",
673
- expected: "DtTerm",
674
- value: elem
675
- })) && $vo14(elem, _path2 + ".terms[" + _index3 + "]", _exceptionable2) || $report(_exceptionable2, {
676
- path: _path2 + ".terms[" + _index3 + "]",
677
- expected: "DtTerm",
678
- value: elem
679
- })).every((flag) => flag) || $report(_exceptionable2, {
680
- path: _path2 + ".terms",
681
- expected: "Array<DtTerm>",
682
- value: input3.terms
683
- }), ("object" === typeof input3.active && null !== input3.active || $report(_exceptionable2, {
684
- path: _path2 + ".active",
685
- expected: "Filter",
686
- value: input3.active
687
- })) && $vo18(input3.active, _path2 + ".active", _exceptionable2) || $report(_exceptionable2, {
688
- path: _path2 + ".active",
689
- expected: "Filter",
690
- value: input3.active
691
- }), "number" === typeof input3.group || $report(_exceptionable2, {
692
- path: _path2 + ".group",
693
- expected: "number",
694
- value: input3.group
695
- })].every((flag) => flag);
696
- const $vo13 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.joinWith) || $report(_exceptionable2, {
697
- path: _path2 + ".joinWith",
698
- expected: "Array<string>",
699
- value: input3.joinWith
700
- })) && input3.joinWith.map((elem, _index4) => "string" === typeof elem || $report(_exceptionable2, {
701
- path: _path2 + ".joinWith[" + _index4 + "]",
656
+ const $vo12 = (input3, _path2, _exceptionable2 = true) => ["tvslst" === input3.type || $report(_exceptionable2, {
657
+ path: _path2 + ".type",
658
+ expected: '"tvslst"',
659
+ value: input3.type
660
+ }), "boolean" === typeof input3["in"] || $report(_exceptionable2, {
661
+ path: _path2 + '["in"]',
662
+ expected: "boolean",
663
+ value: input3["in"]
664
+ }), "string" === typeof input3.join || $report(_exceptionable2, {
665
+ path: _path2 + ".join",
702
666
  expected: "string",
667
+ value: input3.join
668
+ }), void 0 === input3.tag || "string" === typeof input3.tag || $report(_exceptionable2, {
669
+ path: _path2 + ".tag",
670
+ expected: "(string | undefined)",
671
+ value: input3.tag
672
+ }), (Array.isArray(input3.lst) || $report(_exceptionable2, {
673
+ path: _path2 + ".lst",
674
+ expected: 'Array<Filter | { type: "tvs"; tvs: Tvs; }>',
675
+ value: input3.lst
676
+ })) && input3.lst.map((elem, _index3) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
677
+ path: _path2 + ".lst[" + _index3 + "]",
678
+ expected: "(Filter | __type.o2)",
679
+ value: elem
680
+ })) && $vu1(elem, _path2 + ".lst[" + _index3 + "]", _exceptionable2) || $report(_exceptionable2, {
681
+ path: _path2 + ".lst[" + _index3 + "]",
682
+ expected: "(Filter | __type.o2)",
703
683
  value: elem
704
684
  })).every((flag) => flag) || $report(_exceptionable2, {
705
- path: _path2 + ".joinWith",
706
- expected: "Array<string>",
707
- value: input3.joinWith
685
+ path: _path2 + ".lst",
686
+ expected: 'Array<Filter | { type: "tvs"; tvs: Tvs; }>',
687
+ value: input3.lst
708
688
  })].every((flag) => flag);
709
- const $vo14 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
710
- path: _path2 + ".id",
711
- expected: "string",
712
- value: input3.id
713
- }), "string" === typeof input3.query || $report(_exceptionable2, {
714
- path: _path2 + ".query",
715
- expected: "string",
716
- value: input3.query
717
- }), "string" === typeof input3.name || $report(_exceptionable2, {
718
- path: _path2 + ".name",
719
- expected: "string",
720
- value: input3.name
721
- }), "string" === typeof input3.name_noOrigin || $report(_exceptionable2, {
722
- path: _path2 + ".name_noOrigin",
723
- expected: "string",
724
- value: input3.name_noOrigin
725
- }), void 0 === input3.geneVariantTerm || ("object" === typeof input3.geneVariantTerm && null !== input3.geneVariantTerm || $report(_exceptionable2, {
726
- path: _path2 + ".geneVariantTerm",
727
- expected: '(BaseTerm & { type: "geneVariant"; } & GvCoord & { groupsetting?: TermGroupSetting | undefined; filter?: TermFilter | undefined; } | BaseTerm & { type: "geneVariant"; } & GvGene & { groupsetting?: TermGroupSetting | undefined; filter?: TermFilter | undefined; } | undefined)',
728
- value: input3.geneVariantTerm
729
- })) && $vu7(input3.geneVariantTerm, _path2 + ".geneVariantTerm", _exceptionable2) || $report(_exceptionable2, {
730
- path: _path2 + ".geneVariantTerm",
731
- expected: '(BaseTerm & { type: "geneVariant"; } & GvCoord & { groupsetting?: TermGroupSetting | undefined; filter?: TermFilter | undefined; } | BaseTerm & { type: "geneVariant"; } & GvGene & { groupsetting?: TermGroupSetting | undefined; filter?: TermFilter | undefined; } | undefined)',
732
- value: input3.geneVariantTerm
733
- }), true, "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
734
- path: _path2 + ".isleaf",
735
- expected: "boolean",
736
- value: input3.isleaf
737
- }), "string" === typeof input3.type || $report(_exceptionable2, {
689
+ const $vo13 = (input3, _path2, _exceptionable2 = true) => ["tvs" === input3.type || $report(_exceptionable2, {
738
690
  path: _path2 + ".type",
739
- expected: "string",
691
+ expected: '"tvs"',
740
692
  value: input3.type
741
- }), "number" === typeof input3.dt || $report(_exceptionable2, {
742
- path: _path2 + ".dt",
743
- expected: "number",
744
- value: input3.dt
745
- }), void 0 === input3.origin || "string" === typeof input3.origin || $report(_exceptionable2, {
746
- path: _path2 + ".origin",
693
+ }), ("object" === typeof input3.tvs && null !== input3.tvs || $report(_exceptionable2, {
694
+ path: _path2 + ".tvs",
695
+ expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
696
+ value: input3.tvs
697
+ })) && $vu7(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
698
+ path: _path2 + ".tvs",
699
+ expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
700
+ value: input3.tvs
701
+ })].every((flag) => flag);
702
+ const $vo14 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
703
+ path: _path2 + ".join",
747
704
  expected: "(string | undefined)",
748
- value: input3.origin
749
- }), ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
705
+ value: input3.join
706
+ }), void 0 === input3.isnot || "boolean" === typeof input3.isnot || $report(_exceptionable2, {
707
+ path: _path2 + ".isnot",
708
+ expected: "(boolean | undefined)",
709
+ value: input3.isnot
710
+ }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
711
+ path: _path2 + ".term",
712
+ expected: "CategoricalTerm",
713
+ value: input3.term
714
+ })) && $vo15(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
715
+ path: _path2 + ".term",
716
+ expected: "CategoricalTerm",
717
+ value: input3.term
718
+ }), void 0 === input3.groupset_label || "string" === typeof input3.groupset_label || $report(_exceptionable2, {
719
+ path: _path2 + ".groupset_label",
720
+ expected: "(string | undefined)",
721
+ value: input3.groupset_label
722
+ }), (Array.isArray(input3.values) || $report(_exceptionable2, {
750
723
  path: _path2 + ".values",
751
- expected: "TermValues",
724
+ expected: "Array<BaseValue>",
752
725
  value: input3.values
753
- })) && $vo16(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
726
+ })) && input3.values.map((elem, _index4) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || $report(_exceptionable2, {
727
+ path: _path2 + ".values[" + _index4 + "]",
728
+ expected: "BaseValue",
729
+ value: elem
730
+ })) && $vo17(elem, _path2 + ".values[" + _index4 + "]", _exceptionable2) || $report(_exceptionable2, {
731
+ path: _path2 + ".values[" + _index4 + "]",
732
+ expected: "BaseValue",
733
+ value: elem
734
+ })).every((flag) => flag) || $report(_exceptionable2, {
754
735
  path: _path2 + ".values",
755
- expected: "TermValues",
736
+ expected: "Array<BaseValue>",
756
737
  value: input3.values
757
738
  })].every((flag) => flag);
758
739
  const $vo15 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
@@ -763,9 +744,9 @@ var validBoxPlotRequest = (input) => {
763
744
  path: _path2 + ".name",
764
745
  expected: "string",
765
746
  value: input3.name
766
- }), "geneVariant" === input3.type || $report(_exceptionable2, {
747
+ }), "categorical" === input3.type || $report(_exceptionable2, {
767
748
  path: _path2 + ".type",
768
- expected: '"geneVariant"',
749
+ expected: '"categorical"',
769
750
  value: input3.type
770
751
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
771
752
  path: _path2 + ".child_types",
@@ -807,41 +788,13 @@ var validBoxPlotRequest = (input) => {
807
788
  path: _path2 + ".values",
808
789
  expected: "(TermValues | undefined)",
809
790
  value: input3.values
810
- }), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
811
- path: _path2 + ".filter",
812
- expected: "(TermFilter | undefined)",
813
- value: input3.filter
814
- })) && $vo22(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
815
- path: _path2 + ".filter",
816
- expected: "(TermFilter | undefined)",
817
- value: input3.filter
818
- }), "gene" === input3.kind || $report(_exceptionable2, {
819
- path: _path2 + ".kind",
820
- expected: '"gene"',
821
- value: input3.kind
822
- }), "string" === typeof input3.gene || $report(_exceptionable2, {
823
- path: _path2 + ".gene",
824
- expected: "string",
825
- value: input3.gene
826
- }), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
827
- path: _path2 + ".chr",
828
- expected: "(string | undefined)",
829
- value: input3.chr
830
- }), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
831
- path: _path2 + ".start",
832
- expected: "(number | undefined)",
833
- value: input3.start
834
- }), void 0 === input3.stop || "number" === typeof input3.stop || $report(_exceptionable2, {
835
- path: _path2 + ".stop",
836
- expected: "(number | undefined)",
837
- value: input3.stop
838
- }), void 0 === input3.groupsetting || ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
791
+ }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
839
792
  path: _path2 + ".groupsetting",
840
- expected: "(EnabledTermGroupSetting | __type.o4 | undefined)",
793
+ expected: "(EnabledTermGroupSetting | __type.o3)",
841
794
  value: input3.groupsetting
842
795
  })) && $vu8(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
843
796
  path: _path2 + ".groupsetting",
844
- expected: "(EnabledTermGroupSetting | __type.o4 | undefined)",
797
+ expected: "(EnabledTermGroupSetting | __type.o3)",
845
798
  value: input3.groupsetting
846
799
  })].every((flag) => flag);
847
800
  const $vo16 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
@@ -898,189 +851,12 @@ var validBoxPlotRequest = (input) => {
898
851
  path: _path2 + ".filter",
899
852
  expected: "(Filter | undefined)",
900
853
  value: input3.filter
901
- })) && $vo18(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
854
+ })) && $vo12(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
902
855
  path: _path2 + ".filter",
903
856
  expected: "(Filter | undefined)",
904
857
  value: input3.filter
905
858
  })].every((flag) => flag);
906
- const $vo18 = (input3, _path2, _exceptionable2 = true) => ["tvslst" === input3.type || $report(_exceptionable2, {
907
- path: _path2 + ".type",
908
- expected: '"tvslst"',
909
- value: input3.type
910
- }), "boolean" === typeof input3["in"] || $report(_exceptionable2, {
911
- path: _path2 + '["in"]',
912
- expected: "boolean",
913
- value: input3["in"]
914
- }), "string" === typeof input3.join || $report(_exceptionable2, {
915
- path: _path2 + ".join",
916
- expected: "string",
917
- value: input3.join
918
- }), void 0 === input3.tag || "string" === typeof input3.tag || $report(_exceptionable2, {
919
- path: _path2 + ".tag",
920
- expected: "(string | undefined)",
921
- value: input3.tag
922
- }), (Array.isArray(input3.lst) || $report(_exceptionable2, {
923
- path: _path2 + ".lst",
924
- expected: 'Array<Filter | { type: "tvs"; tvs: Tvs; }>',
925
- value: input3.lst
926
- })) && input3.lst.map((elem, _index7) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
927
- path: _path2 + ".lst[" + _index7 + "]",
928
- expected: "(Filter | __type.o3)",
929
- value: elem
930
- })) && $vu1(elem, _path2 + ".lst[" + _index7 + "]", _exceptionable2) || $report(_exceptionable2, {
931
- path: _path2 + ".lst[" + _index7 + "]",
932
- expected: "(Filter | __type.o3)",
933
- value: elem
934
- })).every((flag) => flag) || $report(_exceptionable2, {
935
- path: _path2 + ".lst",
936
- expected: 'Array<Filter | { type: "tvs"; tvs: Tvs; }>',
937
- value: input3.lst
938
- })].every((flag) => flag);
939
- const $vo19 = (input3, _path2, _exceptionable2 = true) => ["tvs" === input3.type || $report(_exceptionable2, {
940
- path: _path2 + ".type",
941
- expected: '"tvs"',
942
- value: input3.type
943
- }), ("object" === typeof input3.tvs && null !== input3.tvs || $report(_exceptionable2, {
944
- path: _path2 + ".tvs",
945
- expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
946
- value: input3.tvs
947
- })) && $vu9(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
948
- path: _path2 + ".tvs",
949
- expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
950
- value: input3.tvs
951
- })].every((flag) => flag);
952
- const $vo20 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
953
- path: _path2 + ".join",
954
- expected: "(string | undefined)",
955
- value: input3.join
956
- }), void 0 === input3.isnot || "boolean" === typeof input3.isnot || $report(_exceptionable2, {
957
- path: _path2 + ".isnot",
958
- expected: "(boolean | undefined)",
959
- value: input3.isnot
960
- }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
961
- path: _path2 + ".term",
962
- expected: "CategoricalTerm",
963
- value: input3.term
964
- })) && $vo21(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
965
- path: _path2 + ".term",
966
- expected: "CategoricalTerm",
967
- value: input3.term
968
- }), void 0 === input3.groupset_label || "string" === typeof input3.groupset_label || $report(_exceptionable2, {
969
- path: _path2 + ".groupset_label",
970
- expected: "(string | undefined)",
971
- value: input3.groupset_label
972
- }), (Array.isArray(input3.values) || $report(_exceptionable2, {
973
- path: _path2 + ".values",
974
- expected: "Array<BaseValue>",
975
- value: input3.values
976
- })) && input3.values.map((elem, _index8) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || $report(_exceptionable2, {
977
- path: _path2 + ".values[" + _index8 + "]",
978
- expected: "BaseValue",
979
- value: elem
980
- })) && $vo17(elem, _path2 + ".values[" + _index8 + "]", _exceptionable2) || $report(_exceptionable2, {
981
- path: _path2 + ".values[" + _index8 + "]",
982
- expected: "BaseValue",
983
- value: elem
984
- })).every((flag) => flag) || $report(_exceptionable2, {
985
- path: _path2 + ".values",
986
- expected: "Array<BaseValue>",
987
- value: input3.values
988
- })].every((flag) => flag);
989
- const $vo21 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
990
- path: _path2 + ".id",
991
- expected: "string",
992
- value: input3.id
993
- }), "string" === typeof input3.name || $report(_exceptionable2, {
994
- path: _path2 + ".name",
995
- expected: "string",
996
- value: input3.name
997
- }), "categorical" === input3.type || $report(_exceptionable2, {
998
- path: _path2 + ".type",
999
- expected: '"categorical"',
1000
- value: input3.type
1001
- }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1002
- path: _path2 + ".child_types",
1003
- expected: "(Array<string> | undefined)",
1004
- value: input3.child_types
1005
- })) && input3.child_types.map((elem, _index9) => "string" === typeof elem || $report(_exceptionable2, {
1006
- path: _path2 + ".child_types[" + _index9 + "]",
1007
- expected: "string",
1008
- value: elem
1009
- })).every((flag) => flag) || $report(_exceptionable2, {
1010
- path: _path2 + ".child_types",
1011
- expected: "(Array<string> | undefined)",
1012
- value: input3.child_types
1013
- }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
1014
- path: _path2 + ".hashtmldetail",
1015
- expected: "(boolean | undefined)",
1016
- value: input3.hashtmldetail
1017
- }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
1018
- path: _path2 + ".included_types",
1019
- expected: "(Array<string> | undefined)",
1020
- value: input3.included_types
1021
- })) && input3.included_types.map((elem, _index10) => "string" === typeof elem || $report(_exceptionable2, {
1022
- path: _path2 + ".included_types[" + _index10 + "]",
1023
- expected: "string",
1024
- value: elem
1025
- })).every((flag) => flag) || $report(_exceptionable2, {
1026
- path: _path2 + ".included_types",
1027
- expected: "(Array<string> | undefined)",
1028
- value: input3.included_types
1029
- }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1030
- path: _path2 + ".isleaf",
1031
- expected: "(boolean | undefined)",
1032
- value: input3.isleaf
1033
- }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1034
- path: _path2 + ".values",
1035
- expected: "(TermValues | undefined)",
1036
- value: input3.values
1037
- })) && $vo16(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1038
- path: _path2 + ".values",
1039
- expected: "(TermValues | undefined)",
1040
- value: input3.values
1041
- }), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
1042
- path: _path2 + ".filter",
1043
- expected: "(TermFilter | undefined)",
1044
- value: input3.filter
1045
- })) && $vo22(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
1046
- path: _path2 + ".filter",
1047
- expected: "(TermFilter | undefined)",
1048
- value: input3.filter
1049
- }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
1050
- path: _path2 + ".groupsetting",
1051
- expected: "(EnabledTermGroupSetting | __type.o4)",
1052
- value: input3.groupsetting
1053
- })) && $vu8(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
1054
- path: _path2 + ".groupsetting",
1055
- expected: "(EnabledTermGroupSetting | __type.o4)",
1056
- value: input3.groupsetting
1057
- })].every((flag) => flag);
1058
- const $vo22 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3.opts && null !== input3.opts || $report(_exceptionable2, {
1059
- path: _path2 + ".opts",
1060
- expected: "__type.o2",
1061
- value: input3.opts
1062
- })) && $vo13(input3.opts, _path2 + ".opts", _exceptionable2) || $report(_exceptionable2, {
1063
- path: _path2 + ".opts",
1064
- expected: "__type.o2",
1065
- value: input3.opts
1066
- }), (Array.isArray(input3.terms) || $report(_exceptionable2, {
1067
- path: _path2 + ".terms",
1068
- expected: "Array<DtTerm>",
1069
- value: input3.terms
1070
- })) && input3.terms.map((elem, _index11) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1071
- path: _path2 + ".terms[" + _index11 + "]",
1072
- expected: "DtTerm",
1073
- value: elem
1074
- })) && $vo14(elem, _path2 + ".terms[" + _index11 + "]", _exceptionable2) || $report(_exceptionable2, {
1075
- path: _path2 + ".terms[" + _index11 + "]",
1076
- expected: "DtTerm",
1077
- value: elem
1078
- })).every((flag) => flag) || $report(_exceptionable2, {
1079
- path: _path2 + ".terms",
1080
- expected: "Array<DtTerm>",
1081
- value: input3.terms
1082
- })].every((flag) => flag);
1083
- const $vo23 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.disabled || "boolean" === typeof input3.disabled || $report(_exceptionable2, {
859
+ const $vo18 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.disabled || "boolean" === typeof input3.disabled || $report(_exceptionable2, {
1084
860
  path: _path2 + ".disabled",
1085
861
  expected: "(boolean | undefined)",
1086
862
  value: input3.disabled
@@ -1088,12 +864,12 @@ var validBoxPlotRequest = (input) => {
1088
864
  path: _path2 + ".lst",
1089
865
  expected: "Array<Groupset>",
1090
866
  value: input3.lst
1091
- })) && input3.lst.map((elem, _index12) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1092
- path: _path2 + ".lst[" + _index12 + "]",
867
+ })) && input3.lst.map((elem, _index7) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
868
+ path: _path2 + ".lst[" + _index7 + "]",
1093
869
  expected: "Groupset",
1094
870
  value: elem
1095
- })) && $vo24(elem, _path2 + ".lst[" + _index12 + "]", _exceptionable2) || $report(_exceptionable2, {
1096
- path: _path2 + ".lst[" + _index12 + "]",
871
+ })) && $vo19(elem, _path2 + ".lst[" + _index7 + "]", _exceptionable2) || $report(_exceptionable2, {
872
+ path: _path2 + ".lst[" + _index7 + "]",
1097
873
  expected: "Groupset",
1098
874
  value: elem
1099
875
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1101,7 +877,7 @@ var validBoxPlotRequest = (input) => {
1101
877
  expected: "Array<Groupset>",
1102
878
  value: input3.lst
1103
879
  })].every((flag) => flag);
1104
- const $vo24 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
880
+ const $vo19 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
1105
881
  path: _path2 + ".name",
1106
882
  expected: "string",
1107
883
  value: input3.name
@@ -1121,12 +897,12 @@ var validBoxPlotRequest = (input) => {
1121
897
  path: _path2 + ".groups",
1122
898
  expected: "Array<GroupEntry>",
1123
899
  value: input3.groups
1124
- })) && input3.groups.map((elem, _index13) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1125
- path: _path2 + ".groups[" + _index13 + "]",
900
+ })) && input3.groups.map((elem, _index8) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
901
+ path: _path2 + ".groups[" + _index8 + "]",
1126
902
  expected: "(FilterGroup | ValuesGroup)",
1127
903
  value: elem
1128
- })) && $vu0(elem, _path2 + ".groups[" + _index13 + "]", _exceptionable2) || $report(_exceptionable2, {
1129
- path: _path2 + ".groups[" + _index13 + "]",
904
+ })) && $vu0(elem, _path2 + ".groups[" + _index8 + "]", _exceptionable2) || $report(_exceptionable2, {
905
+ path: _path2 + ".groups[" + _index8 + "]",
1130
906
  expected: "(FilterGroup | ValuesGroup)",
1131
907
  value: elem
1132
908
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1134,7 +910,7 @@ var validBoxPlotRequest = (input) => {
1134
910
  expected: "Array<GroupEntry>",
1135
911
  value: input3.groups
1136
912
  })].every((flag) => flag);
1137
- const $vo25 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
913
+ const $vo20 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
1138
914
  path: _path2 + ".disabled",
1139
915
  expected: "boolean",
1140
916
  value: input3.disabled
@@ -1151,7 +927,7 @@ var validBoxPlotRequest = (input) => {
1151
927
  expected: "([] | undefined)",
1152
928
  value: input3.lst
1153
929
  })].every((flag) => flag);
1154
- const $vo26 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
930
+ const $vo21 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1155
931
  path: _path2 + ".join",
1156
932
  expected: "(string | undefined)",
1157
933
  value: input3.join
@@ -1163,7 +939,7 @@ var validBoxPlotRequest = (input) => {
1163
939
  path: _path2 + ".term",
1164
940
  expected: "NumericTerm",
1165
941
  value: input3.term
1166
- })) && $vo27(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
942
+ })) && $vo22(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1167
943
  path: _path2 + ".term",
1168
944
  expected: "NumericTerm",
1169
945
  value: input3.term
@@ -1171,12 +947,12 @@ var validBoxPlotRequest = (input) => {
1171
947
  path: _path2 + ".ranges",
1172
948
  expected: "Array<NumericBin>",
1173
949
  value: input3.ranges
1174
- })) && input3.ranges.map((elem, _index14) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1175
- path: _path2 + ".ranges[" + _index14 + "]",
950
+ })) && input3.ranges.map((elem, _index9) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
951
+ path: _path2 + ".ranges[" + _index9 + "]",
1176
952
  expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
1177
953
  value: elem
1178
- })) && $vu2(elem, _path2 + ".ranges[" + _index14 + "]", _exceptionable2) || $report(_exceptionable2, {
1179
- path: _path2 + ".ranges[" + _index14 + "]",
954
+ })) && $vu2(elem, _path2 + ".ranges[" + _index9 + "]", _exceptionable2) || $report(_exceptionable2, {
955
+ path: _path2 + ".ranges[" + _index9 + "]",
1180
956
  expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
1181
957
  value: elem
1182
958
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1187,20 +963,20 @@ var validBoxPlotRequest = (input) => {
1187
963
  path: _path2 + ".values",
1188
964
  expected: "Array<__type>.o1",
1189
965
  value: input3.values
1190
- })) && input3.values.map((elem, _index15) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1191
- path: _path2 + ".values[" + _index15 + "]",
1192
- expected: "__type.o6",
966
+ })) && input3.values.map((elem, _index10) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
967
+ path: _path2 + ".values[" + _index10 + "]",
968
+ expected: "__type.o5",
1193
969
  value: elem
1194
- })) && $vo35(elem, _path2 + ".values[" + _index15 + "]", _exceptionable2) || $report(_exceptionable2, {
1195
- path: _path2 + ".values[" + _index15 + "]",
1196
- expected: "__type.o6",
970
+ })) && $vo30(elem, _path2 + ".values[" + _index10 + "]", _exceptionable2) || $report(_exceptionable2, {
971
+ path: _path2 + ".values[" + _index10 + "]",
972
+ expected: "__type.o5",
1197
973
  value: elem
1198
974
  })).every((flag) => flag) || $report(_exceptionable2, {
1199
975
  path: _path2 + ".values",
1200
976
  expected: "Array<__type>.o1",
1201
977
  value: input3.values
1202
978
  })].every((flag) => flag);
1203
- const $vo27 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
979
+ const $vo22 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1204
980
  path: _path2 + ".id",
1205
981
  expected: "string",
1206
982
  value: input3.id
@@ -1216,8 +992,8 @@ var validBoxPlotRequest = (input) => {
1216
992
  path: _path2 + ".child_types",
1217
993
  expected: "(Array<string> | undefined)",
1218
994
  value: input3.child_types
1219
- })) && input3.child_types.map((elem, _index16) => "string" === typeof elem || $report(_exceptionable2, {
1220
- path: _path2 + ".child_types[" + _index16 + "]",
995
+ })) && input3.child_types.map((elem, _index11) => "string" === typeof elem || $report(_exceptionable2, {
996
+ path: _path2 + ".child_types[" + _index11 + "]",
1221
997
  expected: "string",
1222
998
  value: elem
1223
999
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1232,8 +1008,8 @@ var validBoxPlotRequest = (input) => {
1232
1008
  path: _path2 + ".included_types",
1233
1009
  expected: "(Array<string> | undefined)",
1234
1010
  value: input3.included_types
1235
- })) && input3.included_types.map((elem, _index17) => "string" === typeof elem || $report(_exceptionable2, {
1236
- path: _path2 + ".included_types[" + _index17 + "]",
1011
+ })) && input3.included_types.map((elem, _index12) => "string" === typeof elem || $report(_exceptionable2, {
1012
+ path: _path2 + ".included_types[" + _index12 + "]",
1237
1013
  expected: "string",
1238
1014
  value: elem
1239
1015
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1251,20 +1027,12 @@ var validBoxPlotRequest = (input) => {
1251
1027
  })) && $vo16(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1252
1028
  path: _path2 + ".values",
1253
1029
  expected: "(TermValues | undefined)",
1254
- value: input3.values
1255
- }), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
1256
- path: _path2 + ".filter",
1257
- expected: "(TermFilter | undefined)",
1258
- value: input3.filter
1259
- })) && $vo22(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
1260
- path: _path2 + ".filter",
1261
- expected: "(TermFilter | undefined)",
1262
- value: input3.filter
1030
+ value: input3.values
1263
1031
  }), ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1264
1032
  path: _path2 + ".bins",
1265
1033
  expected: "PresetNumericBins",
1266
1034
  value: input3.bins
1267
- })) && $vo28(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1035
+ })) && $vo23(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1268
1036
  path: _path2 + ".bins",
1269
1037
  expected: "PresetNumericBins",
1270
1038
  value: input3.bins
@@ -1274,18 +1042,18 @@ var validBoxPlotRequest = (input) => {
1274
1042
  value: input3.unit
1275
1043
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1276
1044
  path: _path2 + ".continuousColorScale",
1277
- expected: "(__type.o5 | undefined)",
1045
+ expected: "(__type.o4 | undefined)",
1278
1046
  value: input3.continuousColorScale
1279
- })) && $vo34(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1047
+ })) && $vo29(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1280
1048
  path: _path2 + ".continuousColorScale",
1281
- expected: "(__type.o5 | undefined)",
1049
+ expected: "(__type.o4 | undefined)",
1282
1050
  value: input3.continuousColorScale
1283
1051
  })].every((flag) => flag);
1284
- const $vo28 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3["default"] && null !== input3["default"] || $report(_exceptionable2, {
1052
+ const $vo23 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3["default"] && null !== input3["default"] || $report(_exceptionable2, {
1285
1053
  path: _path2 + '["default"]',
1286
1054
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
1287
1055
  value: input3["default"]
1288
- })) && $vu10(input3["default"], _path2 + '["default"]', _exceptionable2) || $report(_exceptionable2, {
1056
+ })) && $vu9(input3["default"], _path2 + '["default"]', _exceptionable2) || $report(_exceptionable2, {
1289
1057
  path: _path2 + '["default"]',
1290
1058
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
1291
1059
  value: input3["default"]
@@ -1293,7 +1061,7 @@ var validBoxPlotRequest = (input) => {
1293
1061
  path: _path2 + ".less",
1294
1062
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
1295
1063
  value: input3.less
1296
- })) && $vu10(input3.less, _path2 + ".less", _exceptionable2) || $report(_exceptionable2, {
1064
+ })) && $vu9(input3.less, _path2 + ".less", _exceptionable2) || $report(_exceptionable2, {
1297
1065
  path: _path2 + ".less",
1298
1066
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
1299
1067
  value: input3.less
@@ -1318,7 +1086,7 @@ var validBoxPlotRequest = (input) => {
1318
1086
  expected: "(number | undefined)",
1319
1087
  value: input3.max
1320
1088
  })].every((flag) => flag);
1321
- const $vo29 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1089
+ const $vo24 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1322
1090
  path: _path2 + ".hiddenValues",
1323
1091
  expected: "(HiddenValues | undefined)",
1324
1092
  value: input3.hiddenValues
@@ -1371,7 +1139,7 @@ var validBoxPlotRequest = (input) => {
1371
1139
  expected: "(number | undefined)",
1372
1140
  value: input3.label_offset
1373
1141
  })].every((flag) => flag);
1374
- const $vo30 = (input3, _path2, _exceptionable2 = true) => [true === input3.startunbounded || $report(_exceptionable2, {
1142
+ const $vo25 = (input3, _path2, _exceptionable2 = true) => [true === input3.startunbounded || $report(_exceptionable2, {
1375
1143
  path: _path2 + ".startunbounded",
1376
1144
  expected: "true",
1377
1145
  value: input3.startunbounded
@@ -1396,7 +1164,7 @@ var validBoxPlotRequest = (input) => {
1396
1164
  expected: "(string | undefined)",
1397
1165
  value: input3.label
1398
1166
  })].every((flag) => flag);
1399
- const $vo31 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.startunbounded || false === input3.startunbounded || $report(_exceptionable2, {
1167
+ const $vo26 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.startunbounded || false === input3.startunbounded || $report(_exceptionable2, {
1400
1168
  path: _path2 + ".startunbounded",
1401
1169
  expected: "(false | undefined)",
1402
1170
  value: input3.startunbounded
@@ -1425,7 +1193,7 @@ var validBoxPlotRequest = (input) => {
1425
1193
  expected: "(string | undefined)",
1426
1194
  value: input3.label
1427
1195
  })].every((flag) => flag);
1428
- const $vo32 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.start || $report(_exceptionable2, {
1196
+ const $vo27 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.start || $report(_exceptionable2, {
1429
1197
  path: _path2 + ".start",
1430
1198
  expected: "number",
1431
1199
  value: input3.start
@@ -1450,7 +1218,7 @@ var validBoxPlotRequest = (input) => {
1450
1218
  expected: "(string | undefined)",
1451
1219
  value: input3.label
1452
1220
  })].every((flag) => flag);
1453
- const $vo33 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1221
+ const $vo28 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1454
1222
  path: _path2 + ".hiddenValues",
1455
1223
  expected: "(HiddenValues | undefined)",
1456
1224
  value: input3.hiddenValues
@@ -1496,12 +1264,12 @@ var validBoxPlotRequest = (input) => {
1496
1264
  path: _path2 + ".lst",
1497
1265
  expected: "...(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
1498
1266
  value: input3.lst.slice(1)
1499
- })) && input3.lst.slice(1).map((elem, _index18) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1500
- path: _path2 + ".lst[" + (1 + _index18) + "]",
1267
+ })) && input3.lst.slice(1).map((elem, _index13) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1268
+ path: _path2 + ".lst[" + (1 + _index13) + "]",
1501
1269
  expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
1502
1270
  value: elem
1503
- })) && $vu2(elem, _path2 + ".lst[" + (1 + _index18) + "]", _exceptionable2) || $report(_exceptionable2, {
1504
- path: _path2 + ".lst[" + (1 + _index18) + "]",
1271
+ })) && $vu2(elem, _path2 + ".lst[" + (1 + _index13) + "]", _exceptionable2) || $report(_exceptionable2, {
1272
+ path: _path2 + ".lst[" + (1 + _index13) + "]",
1505
1273
  expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
1506
1274
  value: elem
1507
1275
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1517,7 +1285,7 @@ var validBoxPlotRequest = (input) => {
1517
1285
  expected: '("median" | undefined)',
1518
1286
  value: input3.preferredBins
1519
1287
  })].every((flag) => flag);
1520
- const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.minColor || $report(_exceptionable2, {
1288
+ const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.minColor || $report(_exceptionable2, {
1521
1289
  path: _path2 + ".minColor",
1522
1290
  expected: "string",
1523
1291
  value: input3.minColor
@@ -1526,7 +1294,7 @@ var validBoxPlotRequest = (input) => {
1526
1294
  expected: "string",
1527
1295
  value: input3.maxColor
1528
1296
  })].every((flag) => flag);
1529
- const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1297
+ const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1530
1298
  path: _path2 + ".key",
1531
1299
  expected: "string",
1532
1300
  value: input3.key
@@ -1543,7 +1311,7 @@ var validBoxPlotRequest = (input) => {
1543
1311
  expected: "(string | undefined)",
1544
1312
  value: input3.label
1545
1313
  })].every((flag) => flag);
1546
- const $vo36 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1314
+ const $vo31 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1547
1315
  path: _path2 + ".join",
1548
1316
  expected: "(string | undefined)",
1549
1317
  value: input3.join
@@ -1555,7 +1323,7 @@ var validBoxPlotRequest = (input) => {
1555
1323
  path: _path2 + ".term",
1556
1324
  expected: "ConditionTerm",
1557
1325
  value: input3.term
1558
- })) && $vo37(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1326
+ })) && $vo32(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1559
1327
  path: _path2 + ".term",
1560
1328
  expected: "ConditionTerm",
1561
1329
  value: input3.term
@@ -1575,12 +1343,12 @@ var validBoxPlotRequest = (input) => {
1575
1343
  path: _path2 + ".grade_and_child",
1576
1344
  expected: "(Array<GradeAndChildEntry> | undefined)",
1577
1345
  value: input3.grade_and_child
1578
- })) && input3.grade_and_child.map((elem, _index19) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1579
- path: _path2 + ".grade_and_child[" + _index19 + "]",
1346
+ })) && input3.grade_and_child.map((elem, _index14) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1347
+ path: _path2 + ".grade_and_child[" + _index14 + "]",
1580
1348
  expected: "GradeAndChildEntry",
1581
1349
  value: elem
1582
- })) && $vo38(elem, _path2 + ".grade_and_child[" + _index19 + "]", _exceptionable2) || $report(_exceptionable2, {
1583
- path: _path2 + ".grade_and_child[" + _index19 + "]",
1350
+ })) && $vo33(elem, _path2 + ".grade_and_child[" + _index14 + "]", _exceptionable2) || $report(_exceptionable2, {
1351
+ path: _path2 + ".grade_and_child[" + _index14 + "]",
1584
1352
  expected: "GradeAndChildEntry",
1585
1353
  value: elem
1586
1354
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1588,7 +1356,7 @@ var validBoxPlotRequest = (input) => {
1588
1356
  expected: "(Array<GradeAndChildEntry> | undefined)",
1589
1357
  value: input3.grade_and_child
1590
1358
  })].every((flag) => flag);
1591
- const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1359
+ const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1592
1360
  path: _path2 + ".id",
1593
1361
  expected: "string",
1594
1362
  value: input3.id
@@ -1604,8 +1372,8 @@ var validBoxPlotRequest = (input) => {
1604
1372
  path: _path2 + ".child_types",
1605
1373
  expected: "(Array<string> | undefined)",
1606
1374
  value: input3.child_types
1607
- })) && input3.child_types.map((elem, _index20) => "string" === typeof elem || $report(_exceptionable2, {
1608
- path: _path2 + ".child_types[" + _index20 + "]",
1375
+ })) && input3.child_types.map((elem, _index15) => "string" === typeof elem || $report(_exceptionable2, {
1376
+ path: _path2 + ".child_types[" + _index15 + "]",
1609
1377
  expected: "string",
1610
1378
  value: elem
1611
1379
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1620,8 +1388,8 @@ var validBoxPlotRequest = (input) => {
1620
1388
  path: _path2 + ".included_types",
1621
1389
  expected: "(Array<string> | undefined)",
1622
1390
  value: input3.included_types
1623
- })) && input3.included_types.map((elem, _index21) => "string" === typeof elem || $report(_exceptionable2, {
1624
- path: _path2 + ".included_types[" + _index21 + "]",
1391
+ })) && input3.included_types.map((elem, _index16) => "string" === typeof elem || $report(_exceptionable2, {
1392
+ path: _path2 + ".included_types[" + _index16 + "]",
1625
1393
  expected: "string",
1626
1394
  value: elem
1627
1395
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1640,16 +1408,8 @@ var validBoxPlotRequest = (input) => {
1640
1408
  path: _path2 + ".values",
1641
1409
  expected: "(TermValues | undefined)",
1642
1410
  value: input3.values
1643
- }), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
1644
- path: _path2 + ".filter",
1645
- expected: "(TermFilter | undefined)",
1646
- value: input3.filter
1647
- })) && $vo22(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
1648
- path: _path2 + ".filter",
1649
- expected: "(TermFilter | undefined)",
1650
- value: input3.filter
1651
1411
  })].every((flag) => flag);
1652
- const $vo38 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1412
+ const $vo33 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1653
1413
  path: _path2 + ".grade",
1654
1414
  expected: "number",
1655
1415
  value: input3.grade
@@ -1666,7 +1426,7 @@ var validBoxPlotRequest = (input) => {
1666
1426
  expected: "string",
1667
1427
  value: input3.child_label
1668
1428
  })].every((flag) => flag);
1669
- const $vo39 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1429
+ const $vo34 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1670
1430
  path: _path2 + ".join",
1671
1431
  expected: "(string | undefined)",
1672
1432
  value: input3.join
@@ -1678,7 +1438,7 @@ var validBoxPlotRequest = (input) => {
1678
1438
  path: _path2 + ".term",
1679
1439
  expected: "DtTerm",
1680
1440
  value: input3.term
1681
- })) && $vo14(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1441
+ })) && $vo35(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1682
1442
  path: _path2 + ".term",
1683
1443
  expected: "DtTerm",
1684
1444
  value: input3.term
@@ -1686,33 +1446,69 @@ var validBoxPlotRequest = (input) => {
1686
1446
  path: _path2 + ".values",
1687
1447
  expected: "Array<__type>.o2",
1688
1448
  value: input3.values
1689
- })) && input3.values.map((elem, _index22) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1690
- path: _path2 + ".values[" + _index22 + "]",
1691
- expected: "__type.o7",
1449
+ })) && input3.values.map((elem, _index17) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1450
+ path: _path2 + ".values[" + _index17 + "]",
1451
+ expected: "__type.o6",
1692
1452
  value: elem
1693
- })) && $vo40(elem, _path2 + ".values[" + _index22 + "]", _exceptionable2) || $report(_exceptionable2, {
1694
- path: _path2 + ".values[" + _index22 + "]",
1695
- expected: "__type.o7",
1453
+ })) && $vo38(elem, _path2 + ".values[" + _index17 + "]", _exceptionable2) || $report(_exceptionable2, {
1454
+ path: _path2 + ".values[" + _index17 + "]",
1455
+ expected: "__type.o6",
1696
1456
  value: elem
1697
1457
  })).every((flag) => flag) || $report(_exceptionable2, {
1698
1458
  path: _path2 + ".values",
1699
1459
  expected: "Array<__type>.o2",
1700
1460
  value: input3.values
1701
1461
  })].every((flag) => flag);
1702
- const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1703
- path: _path2 + ".key",
1462
+ const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1463
+ path: _path2 + ".id",
1704
1464
  expected: "string",
1705
- value: input3.key
1706
- }), "string" === typeof input3.label || $report(_exceptionable2, {
1707
- path: _path2 + ".label",
1465
+ value: input3.id
1466
+ }), "string" === typeof input3.query || $report(_exceptionable2, {
1467
+ path: _path2 + ".query",
1708
1468
  expected: "string",
1709
- value: input3.label
1710
- }), "string" === typeof input3.value || $report(_exceptionable2, {
1711
- path: _path2 + ".value",
1469
+ value: input3.query
1470
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
1471
+ path: _path2 + ".name",
1712
1472
  expected: "string",
1713
- value: input3.value
1473
+ value: input3.name
1474
+ }), "string" === typeof input3.name_noOrigin || $report(_exceptionable2, {
1475
+ path: _path2 + ".name_noOrigin",
1476
+ expected: "string",
1477
+ value: input3.name_noOrigin
1478
+ }), void 0 === input3.parentTerm || ("object" === typeof input3.parentTerm && null !== input3.parentTerm || $report(_exceptionable2, {
1479
+ path: _path2 + ".parentTerm",
1480
+ expected: '(BaseTerm & { type: "geneVariant"; } & GvCoord & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & { type: "geneVariant"; } & GvGene & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
1481
+ value: input3.parentTerm
1482
+ })) && $vu10(input3.parentTerm, _path2 + ".parentTerm", _exceptionable2) || $report(_exceptionable2, {
1483
+ path: _path2 + ".parentTerm",
1484
+ expected: '(BaseTerm & { type: "geneVariant"; } & GvCoord & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & { type: "geneVariant"; } & GvGene & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
1485
+ value: input3.parentTerm
1486
+ }), true, "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1487
+ path: _path2 + ".isleaf",
1488
+ expected: "boolean",
1489
+ value: input3.isleaf
1490
+ }), "string" === typeof input3.type || $report(_exceptionable2, {
1491
+ path: _path2 + ".type",
1492
+ expected: "string",
1493
+ value: input3.type
1494
+ }), "number" === typeof input3.dt || $report(_exceptionable2, {
1495
+ path: _path2 + ".dt",
1496
+ expected: "number",
1497
+ value: input3.dt
1498
+ }), void 0 === input3.origin || "string" === typeof input3.origin || $report(_exceptionable2, {
1499
+ path: _path2 + ".origin",
1500
+ expected: "(string | undefined)",
1501
+ value: input3.origin
1502
+ }), ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1503
+ path: _path2 + ".values",
1504
+ expected: "TermValues",
1505
+ value: input3.values
1506
+ })) && $vo16(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1507
+ path: _path2 + ".values",
1508
+ expected: "TermValues",
1509
+ value: input3.values
1714
1510
  })].every((flag) => flag);
1715
- const $vo41 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1511
+ const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1716
1512
  path: _path2 + ".id",
1717
1513
  expected: "string",
1718
1514
  value: input3.id
@@ -1728,8 +1524,8 @@ var validBoxPlotRequest = (input) => {
1728
1524
  path: _path2 + ".child_types",
1729
1525
  expected: "(Array<string> | undefined)",
1730
1526
  value: input3.child_types
1731
- })) && input3.child_types.map((elem, _index23) => "string" === typeof elem || $report(_exceptionable2, {
1732
- path: _path2 + ".child_types[" + _index23 + "]",
1527
+ })) && input3.child_types.map((elem, _index18) => "string" === typeof elem || $report(_exceptionable2, {
1528
+ path: _path2 + ".child_types[" + _index18 + "]",
1733
1529
  expected: "string",
1734
1530
  value: elem
1735
1531
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1744,8 +1540,105 @@ var validBoxPlotRequest = (input) => {
1744
1540
  path: _path2 + ".included_types",
1745
1541
  expected: "(Array<string> | undefined)",
1746
1542
  value: input3.included_types
1747
- })) && input3.included_types.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
1748
- path: _path2 + ".included_types[" + _index24 + "]",
1543
+ })) && input3.included_types.map((elem, _index19) => "string" === typeof elem || $report(_exceptionable2, {
1544
+ path: _path2 + ".included_types[" + _index19 + "]",
1545
+ expected: "string",
1546
+ value: elem
1547
+ })).every((flag) => flag) || $report(_exceptionable2, {
1548
+ path: _path2 + ".included_types",
1549
+ expected: "(Array<string> | undefined)",
1550
+ value: input3.included_types
1551
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1552
+ path: _path2 + ".isleaf",
1553
+ expected: "(boolean | undefined)",
1554
+ value: input3.isleaf
1555
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1556
+ path: _path2 + ".values",
1557
+ expected: "(TermValues | undefined)",
1558
+ value: input3.values
1559
+ })) && $vo16(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1560
+ path: _path2 + ".values",
1561
+ expected: "(TermValues | undefined)",
1562
+ value: input3.values
1563
+ }), "gene" === input3.kind || $report(_exceptionable2, {
1564
+ path: _path2 + ".kind",
1565
+ expected: '"gene"',
1566
+ value: input3.kind
1567
+ }), "string" === typeof input3.gene || $report(_exceptionable2, {
1568
+ path: _path2 + ".gene",
1569
+ expected: "string",
1570
+ value: input3.gene
1571
+ }), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
1572
+ path: _path2 + ".chr",
1573
+ expected: "(string | undefined)",
1574
+ value: input3.chr
1575
+ }), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
1576
+ path: _path2 + ".start",
1577
+ expected: "(number | undefined)",
1578
+ value: input3.start
1579
+ }), void 0 === input3.stop || "number" === typeof input3.stop || $report(_exceptionable2, {
1580
+ path: _path2 + ".stop",
1581
+ expected: "(number | undefined)",
1582
+ value: input3.stop
1583
+ }), void 0 === input3.groupsetting || ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
1584
+ path: _path2 + ".groupsetting",
1585
+ expected: "(EnabledTermGroupSetting | __type.o3 | undefined)",
1586
+ value: input3.groupsetting
1587
+ })) && $vu8(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
1588
+ path: _path2 + ".groupsetting",
1589
+ expected: "(EnabledTermGroupSetting | __type.o3 | undefined)",
1590
+ value: input3.groupsetting
1591
+ }), void 0 === input3.childTerms || (Array.isArray(input3.childTerms) || $report(_exceptionable2, {
1592
+ path: _path2 + ".childTerms",
1593
+ expected: "(Array<DtTerm> | undefined)",
1594
+ value: input3.childTerms
1595
+ })) && input3.childTerms.map((elem, _index20) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1596
+ path: _path2 + ".childTerms[" + _index20 + "]",
1597
+ expected: "DtTerm",
1598
+ value: elem
1599
+ })) && $vo35(elem, _path2 + ".childTerms[" + _index20 + "]", _exceptionable2) || $report(_exceptionable2, {
1600
+ path: _path2 + ".childTerms[" + _index20 + "]",
1601
+ expected: "DtTerm",
1602
+ value: elem
1603
+ })).every((flag) => flag) || $report(_exceptionable2, {
1604
+ path: _path2 + ".childTerms",
1605
+ expected: "(Array<DtTerm> | undefined)",
1606
+ value: input3.childTerms
1607
+ })].every((flag) => flag);
1608
+ const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1609
+ path: _path2 + ".id",
1610
+ expected: "string",
1611
+ value: input3.id
1612
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
1613
+ path: _path2 + ".name",
1614
+ expected: "string",
1615
+ value: input3.name
1616
+ }), "geneVariant" === input3.type || $report(_exceptionable2, {
1617
+ path: _path2 + ".type",
1618
+ expected: '"geneVariant"',
1619
+ value: input3.type
1620
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1621
+ path: _path2 + ".child_types",
1622
+ expected: "(Array<string> | undefined)",
1623
+ value: input3.child_types
1624
+ })) && input3.child_types.map((elem, _index21) => "string" === typeof elem || $report(_exceptionable2, {
1625
+ path: _path2 + ".child_types[" + _index21 + "]",
1626
+ expected: "string",
1627
+ value: elem
1628
+ })).every((flag) => flag) || $report(_exceptionable2, {
1629
+ path: _path2 + ".child_types",
1630
+ expected: "(Array<string> | undefined)",
1631
+ value: input3.child_types
1632
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
1633
+ path: _path2 + ".hashtmldetail",
1634
+ expected: "(boolean | undefined)",
1635
+ value: input3.hashtmldetail
1636
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
1637
+ path: _path2 + ".included_types",
1638
+ expected: "(Array<string> | undefined)",
1639
+ value: input3.included_types
1640
+ })) && input3.included_types.map((elem, _index22) => "string" === typeof elem || $report(_exceptionable2, {
1641
+ path: _path2 + ".included_types[" + _index22 + "]",
1749
1642
  expected: "string",
1750
1643
  value: elem
1751
1644
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1764,14 +1657,6 @@ var validBoxPlotRequest = (input) => {
1764
1657
  path: _path2 + ".values",
1765
1658
  expected: "(TermValues | undefined)",
1766
1659
  value: input3.values
1767
- }), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
1768
- path: _path2 + ".filter",
1769
- expected: "(TermFilter | undefined)",
1770
- value: input3.filter
1771
- })) && $vo22(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
1772
- path: _path2 + ".filter",
1773
- expected: "(TermFilter | undefined)",
1774
- value: input3.filter
1775
1660
  }), "coord" === input3.kind || $report(_exceptionable2, {
1776
1661
  path: _path2 + ".kind",
1777
1662
  expected: '"coord"',
@@ -1790,14 +1675,43 @@ var validBoxPlotRequest = (input) => {
1790
1675
  value: input3.stop
1791
1676
  }), void 0 === input3.groupsetting || ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
1792
1677
  path: _path2 + ".groupsetting",
1793
- expected: "(EnabledTermGroupSetting | __type.o4 | undefined)",
1678
+ expected: "(EnabledTermGroupSetting | __type.o3 | undefined)",
1794
1679
  value: input3.groupsetting
1795
1680
  })) && $vu8(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
1796
1681
  path: _path2 + ".groupsetting",
1797
- expected: "(EnabledTermGroupSetting | __type.o4 | undefined)",
1682
+ expected: "(EnabledTermGroupSetting | __type.o3 | undefined)",
1798
1683
  value: input3.groupsetting
1684
+ }), void 0 === input3.childTerms || (Array.isArray(input3.childTerms) || $report(_exceptionable2, {
1685
+ path: _path2 + ".childTerms",
1686
+ expected: "(Array<DtTerm> | undefined)",
1687
+ value: input3.childTerms
1688
+ })) && input3.childTerms.map((elem, _index23) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1689
+ path: _path2 + ".childTerms[" + _index23 + "]",
1690
+ expected: "DtTerm",
1691
+ value: elem
1692
+ })) && $vo35(elem, _path2 + ".childTerms[" + _index23 + "]", _exceptionable2) || $report(_exceptionable2, {
1693
+ path: _path2 + ".childTerms[" + _index23 + "]",
1694
+ expected: "DtTerm",
1695
+ value: elem
1696
+ })).every((flag) => flag) || $report(_exceptionable2, {
1697
+ path: _path2 + ".childTerms",
1698
+ expected: "(Array<DtTerm> | undefined)",
1699
+ value: input3.childTerms
1700
+ })].every((flag) => flag);
1701
+ const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1702
+ path: _path2 + ".key",
1703
+ expected: "string",
1704
+ value: input3.key
1705
+ }), "string" === typeof input3.label || $report(_exceptionable2, {
1706
+ path: _path2 + ".label",
1707
+ expected: "string",
1708
+ value: input3.label
1709
+ }), "string" === typeof input3.value || $report(_exceptionable2, {
1710
+ path: _path2 + ".value",
1711
+ expected: "string",
1712
+ value: input3.value
1799
1713
  })].every((flag) => flag);
1800
- const $vo42 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
1714
+ const $vo39 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
1801
1715
  path: _path2 + ".id",
1802
1716
  expected: "(string | undefined)",
1803
1717
  value: input3.id
@@ -1825,7 +1739,7 @@ var validBoxPlotRequest = (input) => {
1825
1739
  path: _path2 + ".term",
1826
1740
  expected: "NumericTerm",
1827
1741
  value: input3.term
1828
- })) && $vo27(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1742
+ })) && $vo22(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1829
1743
  path: _path2 + ".term",
1830
1744
  expected: "NumericTerm",
1831
1745
  value: input3.term
@@ -1838,7 +1752,7 @@ var validBoxPlotRequest = (input) => {
1838
1752
  expected: "(BinaryNumericQ | ContinuousNumericQ | CustomNumericBinConfig | RegularNumericBinConfig | SplineNumericQ)",
1839
1753
  value: input3.q
1840
1754
  })].every((flag) => flag);
1841
- const $vo43 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1755
+ const $vo40 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1842
1756
  path: _path2 + ".hiddenValues",
1843
1757
  expected: "(HiddenValues | undefined)",
1844
1758
  value: input3.hiddenValues
@@ -1898,7 +1812,7 @@ var validBoxPlotRequest = (input) => {
1898
1812
  expected: "[StartUnboundedBin | FullyBoundedBin, FullyBoundedBin | StopUnboundedBin]",
1899
1813
  value: input3.lst
1900
1814
  })].every((flag) => flag);
1901
- const $vo44 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1815
+ const $vo41 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1902
1816
  path: _path2 + ".hiddenValues",
1903
1817
  expected: "(HiddenValues | undefined)",
1904
1818
  value: input3.hiddenValues
@@ -1935,7 +1849,7 @@ var validBoxPlotRequest = (input) => {
1935
1849
  expected: "undefined",
1936
1850
  value: input3.type
1937
1851
  }))].every((flag) => flag);
1938
- const $vo45 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1852
+ const $vo42 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1939
1853
  path: _path2 + ".hiddenValues",
1940
1854
  expected: "(HiddenValues | undefined)",
1941
1855
  value: input3.hiddenValues
@@ -1963,13 +1877,13 @@ var validBoxPlotRequest = (input) => {
1963
1877
  path: _path2 + ".knots",
1964
1878
  expected: "Array<__type>.o3",
1965
1879
  value: input3.knots
1966
- })) && input3.knots.map((elem, _index25) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1967
- path: _path2 + ".knots[" + _index25 + "]",
1968
- expected: "__type.o8",
1880
+ })) && input3.knots.map((elem, _index24) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1881
+ path: _path2 + ".knots[" + _index24 + "]",
1882
+ expected: "__type.o7",
1969
1883
  value: elem
1970
- })) && $vo46(elem, _path2 + ".knots[" + _index25 + "]", _exceptionable2) || $report(_exceptionable2, {
1971
- path: _path2 + ".knots[" + _index25 + "]",
1972
- expected: "__type.o8",
1884
+ })) && $vo43(elem, _path2 + ".knots[" + _index24 + "]", _exceptionable2) || $report(_exceptionable2, {
1885
+ path: _path2 + ".knots[" + _index24 + "]",
1886
+ expected: "__type.o7",
1973
1887
  value: elem
1974
1888
  })).every((flag) => flag) || $report(_exceptionable2, {
1975
1889
  path: _path2 + ".knots",
@@ -1984,12 +1898,12 @@ var validBoxPlotRequest = (input) => {
1984
1898
  expected: "undefined",
1985
1899
  value: input3.type
1986
1900
  }))].every((flag) => flag);
1987
- const $vo46 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
1901
+ const $vo43 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
1988
1902
  path: _path2 + ".value",
1989
1903
  expected: "number",
1990
1904
  value: input3.value
1991
1905
  })].every((flag) => flag);
1992
- const $vo47 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
1906
+ const $vo44 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
1993
1907
  path: _path2 + ".id",
1994
1908
  expected: "(string | undefined)",
1995
1909
  value: input3.id
@@ -2017,7 +1931,7 @@ var validBoxPlotRequest = (input) => {
2017
1931
  path: _path2 + ".q",
2018
1932
  expected: "SnpsQ",
2019
1933
  value: input3.q
2020
- })) && $vo48(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
1934
+ })) && $vo45(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2021
1935
  path: _path2 + ".q",
2022
1936
  expected: "SnpsQ",
2023
1937
  value: input3.q
@@ -2025,12 +1939,12 @@ var validBoxPlotRequest = (input) => {
2025
1939
  path: _path2 + ".term",
2026
1940
  expected: "SnpsTerm",
2027
1941
  value: input3.term
2028
- })) && $vo50(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1942
+ })) && $vo47(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2029
1943
  path: _path2 + ".term",
2030
1944
  expected: "SnpsTerm",
2031
1945
  value: input3.term
2032
1946
  })].every((flag) => flag);
2033
- const $vo48 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1947
+ const $vo45 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2034
1948
  path: _path2 + ".hiddenValues",
2035
1949
  expected: "(HiddenValues | undefined)",
2036
1950
  value: input3.hiddenValues
@@ -2086,7 +2000,7 @@ var validBoxPlotRequest = (input) => {
2086
2000
  path: _path2 + ".restrictAncestry",
2087
2001
  expected: "RestrictAncestry",
2088
2002
  value: input3.restrictAncestry
2089
- })) && $vo49(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
2003
+ })) && $vo46(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
2090
2004
  path: _path2 + ".restrictAncestry",
2091
2005
  expected: "RestrictAncestry",
2092
2006
  value: input3.restrictAncestry
@@ -2094,7 +2008,7 @@ var validBoxPlotRequest = (input) => {
2094
2008
  path: _path2 + ".variant_filter",
2095
2009
  expected: "Filter",
2096
2010
  value: input3.variant_filter
2097
- })) && $vo18(input3.variant_filter, _path2 + ".variant_filter", _exceptionable2) || $report(_exceptionable2, {
2011
+ })) && $vo12(input3.variant_filter, _path2 + ".variant_filter", _exceptionable2) || $report(_exceptionable2, {
2098
2012
  path: _path2 + ".variant_filter",
2099
2013
  expected: "Filter",
2100
2014
  value: input3.variant_filter
@@ -2111,7 +2025,7 @@ var validBoxPlotRequest = (input) => {
2111
2025
  expected: "number",
2112
2026
  value: input3.stop
2113
2027
  })].every((flag) => flag);
2114
- const $vo49 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2028
+ const $vo46 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2115
2029
  path: _path2 + ".name",
2116
2030
  expected: "string",
2117
2031
  value: input3.name
@@ -2119,12 +2033,12 @@ var validBoxPlotRequest = (input) => {
2119
2033
  path: _path2 + ".tvs",
2120
2034
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
2121
2035
  value: input3.tvs
2122
- })) && $vu9(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
2036
+ })) && $vu7(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
2123
2037
  path: _path2 + ".tvs",
2124
2038
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
2125
2039
  value: input3.tvs
2126
2040
  })].every((flag) => flag);
2127
- const $vo50 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2041
+ const $vo47 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2128
2042
  path: _path2 + ".id",
2129
2043
  expected: "string",
2130
2044
  value: input3.id
@@ -2140,8 +2054,8 @@ var validBoxPlotRequest = (input) => {
2140
2054
  path: _path2 + ".child_types",
2141
2055
  expected: "(Array<string> | undefined)",
2142
2056
  value: input3.child_types
2143
- })) && input3.child_types.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
2144
- path: _path2 + ".child_types[" + _index26 + "]",
2057
+ })) && input3.child_types.map((elem, _index25) => "string" === typeof elem || $report(_exceptionable2, {
2058
+ path: _path2 + ".child_types[" + _index25 + "]",
2145
2059
  expected: "string",
2146
2060
  value: elem
2147
2061
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2156,8 +2070,8 @@ var validBoxPlotRequest = (input) => {
2156
2070
  path: _path2 + ".included_types",
2157
2071
  expected: "(Array<string> | undefined)",
2158
2072
  value: input3.included_types
2159
- })) && input3.included_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
2160
- path: _path2 + ".included_types[" + _index27 + "]",
2073
+ })) && input3.included_types.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
2074
+ path: _path2 + ".included_types[" + _index26 + "]",
2161
2075
  expected: "string",
2162
2076
  value: elem
2163
2077
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2176,14 +2090,6 @@ var validBoxPlotRequest = (input) => {
2176
2090
  path: _path2 + ".values",
2177
2091
  expected: "(TermValues | undefined)",
2178
2092
  value: input3.values
2179
- }), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
2180
- path: _path2 + ".filter",
2181
- expected: "(TermFilter | undefined)",
2182
- value: input3.filter
2183
- })) && $vo22(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
2184
- path: _path2 + ".filter",
2185
- expected: "(TermFilter | undefined)",
2186
- value: input3.filter
2187
2093
  }), void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit || $report(_exceptionable2, {
2188
2094
  path: _path2 + ".reachedVariantLimit",
2189
2095
  expected: "(boolean | undefined)",
@@ -2192,12 +2098,12 @@ var validBoxPlotRequest = (input) => {
2192
2098
  path: _path2 + ".snps",
2193
2099
  expected: "(Array<SnpsEntry> | undefined)",
2194
2100
  value: input3.snps
2195
- })) && input3.snps.map((elem, _index28) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2196
- path: _path2 + ".snps[" + _index28 + "]",
2101
+ })) && input3.snps.map((elem, _index27) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2102
+ path: _path2 + ".snps[" + _index27 + "]",
2197
2103
  expected: "SnpsEntry",
2198
2104
  value: elem
2199
- })) && $vo51(elem, _path2 + ".snps[" + _index28 + "]", _exceptionable2) || $report(_exceptionable2, {
2200
- path: _path2 + ".snps[" + _index28 + "]",
2105
+ })) && $vo48(elem, _path2 + ".snps[" + _index27 + "]", _exceptionable2) || $report(_exceptionable2, {
2106
+ path: _path2 + ".snps[" + _index27 + "]",
2201
2107
  expected: "SnpsEntry",
2202
2108
  value: elem
2203
2109
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2205,12 +2111,12 @@ var validBoxPlotRequest = (input) => {
2205
2111
  expected: "(Array<SnpsEntry> | undefined)",
2206
2112
  value: input3.snps
2207
2113
  })].every((flag) => flag);
2208
- const $vo51 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
2114
+ const $vo48 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
2209
2115
  path: _path2 + ".altAlleles",
2210
2116
  expected: "(Array<string> | undefined)",
2211
2117
  value: input3.altAlleles
2212
- })) && input3.altAlleles.map((elem, _index29) => "string" === typeof elem || $report(_exceptionable2, {
2213
- path: _path2 + ".altAlleles[" + _index29 + "]",
2118
+ })) && input3.altAlleles.map((elem, _index28) => "string" === typeof elem || $report(_exceptionable2, {
2119
+ path: _path2 + ".altAlleles[" + _index28 + "]",
2214
2120
  expected: "string",
2215
2121
  value: elem
2216
2122
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2221,12 +2127,12 @@ var validBoxPlotRequest = (input) => {
2221
2127
  path: _path2 + ".alleles",
2222
2128
  expected: "(Array<AllelesEntry> | undefined)",
2223
2129
  value: input3.alleles
2224
- })) && input3.alleles.map((elem, _index30) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2225
- path: _path2 + ".alleles[" + _index30 + "]",
2130
+ })) && input3.alleles.map((elem, _index29) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2131
+ path: _path2 + ".alleles[" + _index29 + "]",
2226
2132
  expected: "AllelesEntry",
2227
2133
  value: elem
2228
- })) && $vo52(elem, _path2 + ".alleles[" + _index30 + "]", _exceptionable2) || $report(_exceptionable2, {
2229
- path: _path2 + ".alleles[" + _index30 + "]",
2134
+ })) && $vo49(elem, _path2 + ".alleles[" + _index29 + "]", _exceptionable2) || $report(_exceptionable2, {
2135
+ path: _path2 + ".alleles[" + _index29 + "]",
2230
2136
  expected: "AllelesEntry",
2231
2137
  value: elem
2232
2138
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2239,11 +2145,11 @@ var validBoxPlotRequest = (input) => {
2239
2145
  value: input3.effectAllele
2240
2146
  }), void 0 === input3.gt2count || ("object" === typeof input3.gt2count && null !== input3.gt2count || $report(_exceptionable2, {
2241
2147
  path: _path2 + ".gt2count",
2242
- expected: "(__type.o9 | undefined)",
2148
+ expected: "(__type.o8 | undefined)",
2243
2149
  value: input3.gt2count
2244
- })) && $vo53(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
2150
+ })) && $vo50(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
2245
2151
  path: _path2 + ".gt2count",
2246
- expected: "(__type.o9 | undefined)",
2152
+ expected: "(__type.o8 | undefined)",
2247
2153
  value: input3.gt2count
2248
2154
  }), void 0 === input3.invalid || "boolean" === typeof input3.invalid || $report(_exceptionable2, {
2249
2155
  path: _path2 + ".invalid",
@@ -2270,7 +2176,7 @@ var validBoxPlotRequest = (input) => {
2270
2176
  expected: "(number | undefined)",
2271
2177
  value: input3.pos
2272
2178
  })].every((flag) => flag);
2273
- const $vo52 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
2179
+ const $vo49 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
2274
2180
  path: _path2 + ".allele",
2275
2181
  expected: "string",
2276
2182
  value: input3.allele
@@ -2283,7 +2189,7 @@ var validBoxPlotRequest = (input) => {
2283
2189
  expected: "boolean",
2284
2190
  value: input3.isRef
2285
2191
  })].every((flag) => flag);
2286
- const $vo53 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
2192
+ const $vo50 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
2287
2193
  path: _path2 + ".k",
2288
2194
  expected: "string",
2289
2195
  value: input3.k
@@ -2292,7 +2198,7 @@ var validBoxPlotRequest = (input) => {
2292
2198
  expected: "(number | string)",
2293
2199
  value: input3.v
2294
2200
  })].every((flag) => flag);
2295
- const $vo54 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2201
+ const $vo51 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2296
2202
  path: _path2 + ".id",
2297
2203
  expected: "(string | undefined)",
2298
2204
  value: input3.id
@@ -2318,11 +2224,11 @@ var validBoxPlotRequest = (input) => {
2318
2224
  value: input3.minNumSamples
2319
2225
  }), true, ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2320
2226
  path: _path2 + ".term",
2321
- expected: '(BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { id?: string | undefined; type: "integer" | "float" | "geneExpression" | "metaboliteIntensity" | "date"; bins: PresetNumericBins; values?: TermValues | undefined; unit?: string | undefined; continuousColorScale?: { ...; } | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "geneVariant"; } & GvCoord & { groupsetting: TermGroupSetting; filter: TermFilter; } | BaseTerm & { type: "geneVariant"; } & GvGene & { groupsetting: TermGroupSetting; filter: TermFilter; } | BaseTerm & { values: SampleLstTermValues; })',
2227
+ expected: '(BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { id?: string | undefined; type: "integer" | "float" | "geneExpression" | "metaboliteIntensity" | "date"; bins: PresetNumericBins; values?: TermValues | undefined; unit?: string | undefined; continuousColorScale?: { ...; } | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "geneVariant"; } & GvCoord & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { type: "geneVariant"; } & GvGene & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { values: SampleLstTermValues; })',
2322
2228
  value: input3.term
2323
2229
  })) && $vu12(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2324
2230
  path: _path2 + ".term",
2325
- expected: '(BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { id?: string | undefined; type: "integer" | "float" | "geneExpression" | "metaboliteIntensity" | "date"; bins: PresetNumericBins; values?: TermValues | undefined; unit?: string | undefined; continuousColorScale?: { ...; } | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "geneVariant"; } & GvCoord & { groupsetting: TermGroupSetting; filter: TermFilter; } | BaseTerm & { type: "geneVariant"; } & GvGene & { groupsetting: TermGroupSetting; filter: TermFilter; } | BaseTerm & { values: SampleLstTermValues; })',
2231
+ expected: '(BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { id?: string | undefined; type: "integer" | "float" | "geneExpression" | "metaboliteIntensity" | "date"; bins: PresetNumericBins; values?: TermValues | undefined; unit?: string | undefined; continuousColorScale?: { ...; } | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "geneVariant"; } & GvCoord & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { type: "geneVariant"; } & GvGene & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { values: SampleLstTermValues; })',
2326
2232
  value: input3.term
2327
2233
  }), ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) || $report(_exceptionable2, {
2328
2234
  path: _path2 + ".q",
@@ -2333,7 +2239,7 @@ var validBoxPlotRequest = (input) => {
2333
2239
  expected: "(BaseQ | BinaryNumericQ | ConditionQ | ContinuousNumericQ | CustomGroupSettingQ | CustomNumericBinConfig | FilterQ | PredefinedGroupSettingQ | RegularNumericBinConfig | SampleLstQ | SnpsQ | SplineNumericQ | ValuesQ)",
2334
2240
  value: input3.q
2335
2241
  })].every((flag) => flag);
2336
- const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2242
+ const $vo52 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2337
2243
  path: _path2 + ".id",
2338
2244
  expected: "string",
2339
2245
  value: input3.id
@@ -2349,8 +2255,8 @@ var validBoxPlotRequest = (input) => {
2349
2255
  path: _path2 + ".child_types",
2350
2256
  expected: "(Array<string> | undefined)",
2351
2257
  value: input3.child_types
2352
- })) && input3.child_types.map((elem, _index31) => "string" === typeof elem || $report(_exceptionable2, {
2353
- path: _path2 + ".child_types[" + _index31 + "]",
2258
+ })) && input3.child_types.map((elem, _index30) => "string" === typeof elem || $report(_exceptionable2, {
2259
+ path: _path2 + ".child_types[" + _index30 + "]",
2354
2260
  expected: "string",
2355
2261
  value: elem
2356
2262
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2365,8 +2271,8 @@ var validBoxPlotRequest = (input) => {
2365
2271
  path: _path2 + ".included_types",
2366
2272
  expected: "(Array<string> | undefined)",
2367
2273
  value: input3.included_types
2368
- })) && input3.included_types.map((elem, _index32) => "string" === typeof elem || $report(_exceptionable2, {
2369
- path: _path2 + ".included_types[" + _index32 + "]",
2274
+ })) && input3.included_types.map((elem, _index31) => "string" === typeof elem || $report(_exceptionable2, {
2275
+ path: _path2 + ".included_types[" + _index31 + "]",
2370
2276
  expected: "string",
2371
2277
  value: elem
2372
2278
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2385,14 +2291,6 @@ var validBoxPlotRequest = (input) => {
2385
2291
  path: _path2 + ".values",
2386
2292
  expected: "(TermValues | undefined)",
2387
2293
  value: input3.values
2388
- }), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
2389
- path: _path2 + ".filter",
2390
- expected: "(TermFilter | undefined)",
2391
- value: input3.filter
2392
- })) && $vo22(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
2393
- path: _path2 + ".filter",
2394
- expected: "(TermFilter | undefined)",
2395
- value: input3.filter
2396
2294
  }), "gene" === input3.kind || $report(_exceptionable2, {
2397
2295
  path: _path2 + ".kind",
2398
2296
  expected: '"gene"',
@@ -2415,14 +2313,30 @@ var validBoxPlotRequest = (input) => {
2415
2313
  value: input3.stop
2416
2314
  }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
2417
2315
  path: _path2 + ".groupsetting",
2418
- expected: "(EnabledTermGroupSetting | __type.o4)",
2316
+ expected: "(EnabledTermGroupSetting | __type.o3)",
2419
2317
  value: input3.groupsetting
2420
2318
  })) && $vu8(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2421
2319
  path: _path2 + ".groupsetting",
2422
- expected: "(EnabledTermGroupSetting | __type.o4)",
2320
+ expected: "(EnabledTermGroupSetting | __type.o3)",
2423
2321
  value: input3.groupsetting
2322
+ }), (Array.isArray(input3.childTerms) || $report(_exceptionable2, {
2323
+ path: _path2 + ".childTerms",
2324
+ expected: "Array<DtTerm>",
2325
+ value: input3.childTerms
2326
+ })) && input3.childTerms.map((elem, _index32) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2327
+ path: _path2 + ".childTerms[" + _index32 + "]",
2328
+ expected: "DtTerm",
2329
+ value: elem
2330
+ })) && $vo35(elem, _path2 + ".childTerms[" + _index32 + "]", _exceptionable2) || $report(_exceptionable2, {
2331
+ path: _path2 + ".childTerms[" + _index32 + "]",
2332
+ expected: "DtTerm",
2333
+ value: elem
2334
+ })).every((flag) => flag) || $report(_exceptionable2, {
2335
+ path: _path2 + ".childTerms",
2336
+ expected: "Array<DtTerm>",
2337
+ value: input3.childTerms
2424
2338
  })].every((flag) => flag);
2425
- const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2339
+ const $vo53 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2426
2340
  path: _path2 + ".id",
2427
2341
  expected: "string",
2428
2342
  value: input3.id
@@ -2474,14 +2388,6 @@ var validBoxPlotRequest = (input) => {
2474
2388
  path: _path2 + ".values",
2475
2389
  expected: "(TermValues | undefined)",
2476
2390
  value: input3.values
2477
- }), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
2478
- path: _path2 + ".filter",
2479
- expected: "(TermFilter | undefined)",
2480
- value: input3.filter
2481
- })) && $vo22(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
2482
- path: _path2 + ".filter",
2483
- expected: "(TermFilter | undefined)",
2484
- value: input3.filter
2485
2391
  }), "coord" === input3.kind || $report(_exceptionable2, {
2486
2392
  path: _path2 + ".kind",
2487
2393
  expected: '"coord"',
@@ -2500,14 +2406,30 @@ var validBoxPlotRequest = (input) => {
2500
2406
  value: input3.stop
2501
2407
  }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
2502
2408
  path: _path2 + ".groupsetting",
2503
- expected: "(EnabledTermGroupSetting | __type.o4)",
2409
+ expected: "(EnabledTermGroupSetting | __type.o3)",
2504
2410
  value: input3.groupsetting
2505
2411
  })) && $vu8(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2506
2412
  path: _path2 + ".groupsetting",
2507
- expected: "(EnabledTermGroupSetting | __type.o4)",
2413
+ expected: "(EnabledTermGroupSetting | __type.o3)",
2508
2414
  value: input3.groupsetting
2415
+ }), (Array.isArray(input3.childTerms) || $report(_exceptionable2, {
2416
+ path: _path2 + ".childTerms",
2417
+ expected: "Array<DtTerm>",
2418
+ value: input3.childTerms
2419
+ })) && input3.childTerms.map((elem, _index35) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2420
+ path: _path2 + ".childTerms[" + _index35 + "]",
2421
+ expected: "DtTerm",
2422
+ value: elem
2423
+ })) && $vo35(elem, _path2 + ".childTerms[" + _index35 + "]", _exceptionable2) || $report(_exceptionable2, {
2424
+ path: _path2 + ".childTerms[" + _index35 + "]",
2425
+ expected: "DtTerm",
2426
+ value: elem
2427
+ })).every((flag) => flag) || $report(_exceptionable2, {
2428
+ path: _path2 + ".childTerms",
2429
+ expected: "Array<DtTerm>",
2430
+ value: input3.childTerms
2509
2431
  })].every((flag) => flag);
2510
- const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2432
+ const $vo54 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2511
2433
  path: _path2 + ".id",
2512
2434
  expected: "string",
2513
2435
  value: input3.id
@@ -2523,8 +2445,8 @@ var validBoxPlotRequest = (input) => {
2523
2445
  path: _path2 + ".child_types",
2524
2446
  expected: "(Array<string> | undefined)",
2525
2447
  value: input3.child_types
2526
- })) && input3.child_types.map((elem, _index35) => "string" === typeof elem || $report(_exceptionable2, {
2527
- path: _path2 + ".child_types[" + _index35 + "]",
2448
+ })) && input3.child_types.map((elem, _index36) => "string" === typeof elem || $report(_exceptionable2, {
2449
+ path: _path2 + ".child_types[" + _index36 + "]",
2528
2450
  expected: "string",
2529
2451
  value: elem
2530
2452
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2539,8 +2461,8 @@ var validBoxPlotRequest = (input) => {
2539
2461
  path: _path2 + ".included_types",
2540
2462
  expected: "(Array<string> | undefined)",
2541
2463
  value: input3.included_types
2542
- })) && input3.included_types.map((elem, _index36) => "string" === typeof elem || $report(_exceptionable2, {
2543
- path: _path2 + ".included_types[" + _index36 + "]",
2464
+ })) && input3.included_types.map((elem, _index37) => "string" === typeof elem || $report(_exceptionable2, {
2465
+ path: _path2 + ".included_types[" + _index37 + "]",
2544
2466
  expected: "string",
2545
2467
  value: elem
2546
2468
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2559,24 +2481,16 @@ var validBoxPlotRequest = (input) => {
2559
2481
  path: _path2 + ".values",
2560
2482
  expected: "(TermValues | undefined)",
2561
2483
  value: input3.values
2562
- }), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
2563
- path: _path2 + ".filter",
2564
- expected: "(TermFilter | undefined)",
2565
- value: input3.filter
2566
- })) && $vo22(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
2567
- path: _path2 + ".filter",
2568
- expected: "(TermFilter | undefined)",
2569
- value: input3.filter
2570
2484
  }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
2571
2485
  path: _path2 + ".groupsetting",
2572
- expected: "(EnabledTermGroupSetting | __type.o4)",
2486
+ expected: "(EnabledTermGroupSetting | __type.o3)",
2573
2487
  value: input3.groupsetting
2574
2488
  })) && $vu8(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2575
2489
  path: _path2 + ".groupsetting",
2576
- expected: "(EnabledTermGroupSetting | __type.o4)",
2490
+ expected: "(EnabledTermGroupSetting | __type.o3)",
2577
2491
  value: input3.groupsetting
2578
2492
  })].every((flag) => flag);
2579
- const $vo58 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2493
+ const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2580
2494
  path: _path2 + ".id",
2581
2495
  expected: "string",
2582
2496
  value: input3.id
@@ -2592,8 +2506,8 @@ var validBoxPlotRequest = (input) => {
2592
2506
  path: _path2 + ".child_types",
2593
2507
  expected: "(Array<string> | undefined)",
2594
2508
  value: input3.child_types
2595
- })) && input3.child_types.map((elem, _index37) => "string" === typeof elem || $report(_exceptionable2, {
2596
- path: _path2 + ".child_types[" + _index37 + "]",
2509
+ })) && input3.child_types.map((elem, _index38) => "string" === typeof elem || $report(_exceptionable2, {
2510
+ path: _path2 + ".child_types[" + _index38 + "]",
2597
2511
  expected: "string",
2598
2512
  value: elem
2599
2513
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2608,8 +2522,8 @@ var validBoxPlotRequest = (input) => {
2608
2522
  path: _path2 + ".included_types",
2609
2523
  expected: "(Array<string> | undefined)",
2610
2524
  value: input3.included_types
2611
- })) && input3.included_types.map((elem, _index38) => "string" === typeof elem || $report(_exceptionable2, {
2612
- path: _path2 + ".included_types[" + _index38 + "]",
2525
+ })) && input3.included_types.map((elem, _index39) => "string" === typeof elem || $report(_exceptionable2, {
2526
+ path: _path2 + ".included_types[" + _index39 + "]",
2613
2527
  expected: "string",
2614
2528
  value: elem
2615
2529
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2628,19 +2542,11 @@ var validBoxPlotRequest = (input) => {
2628
2542
  path: _path2 + ".values",
2629
2543
  expected: "(TermValues | undefined)",
2630
2544
  value: input3.values
2631
- }), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
2632
- path: _path2 + ".filter",
2633
- expected: "(TermFilter | undefined)",
2634
- value: input3.filter
2635
- })) && $vo22(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
2636
- path: _path2 + ".filter",
2637
- expected: "(TermFilter | undefined)",
2638
- value: input3.filter
2639
2545
  }), ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
2640
2546
  path: _path2 + ".bins",
2641
2547
  expected: "PresetNumericBins",
2642
2548
  value: input3.bins
2643
- })) && $vo28(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
2549
+ })) && $vo23(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
2644
2550
  path: _path2 + ".bins",
2645
2551
  expected: "PresetNumericBins",
2646
2552
  value: input3.bins
@@ -2650,14 +2556,14 @@ var validBoxPlotRequest = (input) => {
2650
2556
  value: input3.unit
2651
2557
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
2652
2558
  path: _path2 + ".continuousColorScale",
2653
- expected: "(__type.o5 | undefined)",
2559
+ expected: "(__type.o4 | undefined)",
2654
2560
  value: input3.continuousColorScale
2655
- })) && $vo34(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
2561
+ })) && $vo29(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
2656
2562
  path: _path2 + ".continuousColorScale",
2657
- expected: "(__type.o5 | undefined)",
2563
+ expected: "(__type.o4 | undefined)",
2658
2564
  value: input3.continuousColorScale
2659
2565
  })].every((flag) => flag);
2660
- const $vo59 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2566
+ const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2661
2567
  path: _path2 + ".id",
2662
2568
  expected: "string",
2663
2569
  value: input3.id
@@ -2673,8 +2579,8 @@ var validBoxPlotRequest = (input) => {
2673
2579
  path: _path2 + ".child_types",
2674
2580
  expected: "(Array<string> | undefined)",
2675
2581
  value: input3.child_types
2676
- })) && input3.child_types.map((elem, _index39) => "string" === typeof elem || $report(_exceptionable2, {
2677
- path: _path2 + ".child_types[" + _index39 + "]",
2582
+ })) && input3.child_types.map((elem, _index40) => "string" === typeof elem || $report(_exceptionable2, {
2583
+ path: _path2 + ".child_types[" + _index40 + "]",
2678
2584
  expected: "string",
2679
2585
  value: elem
2680
2586
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2689,8 +2595,8 @@ var validBoxPlotRequest = (input) => {
2689
2595
  path: _path2 + ".included_types",
2690
2596
  expected: "(Array<string> | undefined)",
2691
2597
  value: input3.included_types
2692
- })) && input3.included_types.map((elem, _index40) => "string" === typeof elem || $report(_exceptionable2, {
2693
- path: _path2 + ".included_types[" + _index40 + "]",
2598
+ })) && input3.included_types.map((elem, _index41) => "string" === typeof elem || $report(_exceptionable2, {
2599
+ path: _path2 + ".included_types[" + _index41 + "]",
2694
2600
  expected: "string",
2695
2601
  value: elem
2696
2602
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2709,16 +2615,8 @@ var validBoxPlotRequest = (input) => {
2709
2615
  path: _path2 + ".values",
2710
2616
  expected: "(TermValues | undefined)",
2711
2617
  value: input3.values
2712
- }), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
2713
- path: _path2 + ".filter",
2714
- expected: "(TermFilter | undefined)",
2715
- value: input3.filter
2716
- })) && $vo22(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
2717
- path: _path2 + ".filter",
2718
- expected: "(TermFilter | undefined)",
2719
- value: input3.filter
2720
2618
  })].every((flag) => flag);
2721
- const $vo60 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2619
+ const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2722
2620
  path: _path2 + ".id",
2723
2621
  expected: "string",
2724
2622
  value: input3.id
@@ -2734,8 +2632,8 @@ var validBoxPlotRequest = (input) => {
2734
2632
  path: _path2 + ".child_types",
2735
2633
  expected: "(Array<string> | undefined)",
2736
2634
  value: input3.child_types
2737
- })) && input3.child_types.map((elem, _index41) => "string" === typeof elem || $report(_exceptionable2, {
2738
- path: _path2 + ".child_types[" + _index41 + "]",
2635
+ })) && input3.child_types.map((elem, _index42) => "string" === typeof elem || $report(_exceptionable2, {
2636
+ path: _path2 + ".child_types[" + _index42 + "]",
2739
2637
  expected: "string",
2740
2638
  value: elem
2741
2639
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2750,8 +2648,8 @@ var validBoxPlotRequest = (input) => {
2750
2648
  path: _path2 + ".included_types",
2751
2649
  expected: "(Array<string> | undefined)",
2752
2650
  value: input3.included_types
2753
- })) && input3.included_types.map((elem, _index42) => "string" === typeof elem || $report(_exceptionable2, {
2754
- path: _path2 + ".included_types[" + _index42 + "]",
2651
+ })) && input3.included_types.map((elem, _index43) => "string" === typeof elem || $report(_exceptionable2, {
2652
+ path: _path2 + ".included_types[" + _index43 + "]",
2755
2653
  expected: "string",
2756
2654
  value: elem
2757
2655
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2770,14 +2668,6 @@ var validBoxPlotRequest = (input) => {
2770
2668
  path: _path2 + ".values",
2771
2669
  expected: "(TermValues | undefined)",
2772
2670
  value: input3.values
2773
- }), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
2774
- path: _path2 + ".filter",
2775
- expected: "(TermFilter | undefined)",
2776
- value: input3.filter
2777
- })) && $vo22(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
2778
- path: _path2 + ".filter",
2779
- expected: "(TermFilter | undefined)",
2780
- value: input3.filter
2781
2671
  }), void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit || $report(_exceptionable2, {
2782
2672
  path: _path2 + ".reachedVariantLimit",
2783
2673
  expected: "(boolean | undefined)",
@@ -2786,12 +2676,12 @@ var validBoxPlotRequest = (input) => {
2786
2676
  path: _path2 + ".snps",
2787
2677
  expected: "(Array<SnpsEntry> | undefined)",
2788
2678
  value: input3.snps
2789
- })) && input3.snps.map((elem, _index43) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2790
- path: _path2 + ".snps[" + _index43 + "]",
2679
+ })) && input3.snps.map((elem, _index44) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2680
+ path: _path2 + ".snps[" + _index44 + "]",
2791
2681
  expected: "SnpsEntry",
2792
2682
  value: elem
2793
- })) && $vo51(elem, _path2 + ".snps[" + _index43 + "]", _exceptionable2) || $report(_exceptionable2, {
2794
- path: _path2 + ".snps[" + _index43 + "]",
2683
+ })) && $vo48(elem, _path2 + ".snps[" + _index44 + "]", _exceptionable2) || $report(_exceptionable2, {
2684
+ path: _path2 + ".snps[" + _index44 + "]",
2795
2685
  expected: "SnpsEntry",
2796
2686
  value: elem
2797
2687
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2799,7 +2689,7 @@ var validBoxPlotRequest = (input) => {
2799
2689
  expected: "(Array<SnpsEntry> | undefined)",
2800
2690
  value: input3.snps
2801
2691
  })].every((flag) => flag);
2802
- const $vo61 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2692
+ const $vo58 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2803
2693
  path: _path2 + ".id",
2804
2694
  expected: "string",
2805
2695
  value: input3.id
@@ -2815,8 +2705,8 @@ var validBoxPlotRequest = (input) => {
2815
2705
  path: _path2 + ".child_types",
2816
2706
  expected: "(Array<string> | undefined)",
2817
2707
  value: input3.child_types
2818
- })) && input3.child_types.map((elem, _index44) => "string" === typeof elem || $report(_exceptionable2, {
2819
- path: _path2 + ".child_types[" + _index44 + "]",
2708
+ })) && input3.child_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
2709
+ path: _path2 + ".child_types[" + _index45 + "]",
2820
2710
  expected: "string",
2821
2711
  value: elem
2822
2712
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2831,8 +2721,8 @@ var validBoxPlotRequest = (input) => {
2831
2721
  path: _path2 + ".included_types",
2832
2722
  expected: "(Array<string> | undefined)",
2833
2723
  value: input3.included_types
2834
- })) && input3.included_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
2835
- path: _path2 + ".included_types[" + _index45 + "]",
2724
+ })) && input3.included_types.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
2725
+ path: _path2 + ".included_types[" + _index46 + "]",
2836
2726
  expected: "string",
2837
2727
  value: elem
2838
2728
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2847,20 +2737,12 @@ var validBoxPlotRequest = (input) => {
2847
2737
  path: _path2 + ".values",
2848
2738
  expected: "(TermValues & SampleLstTermValues | undefined)",
2849
2739
  value: input3.values
2850
- })) && $vo62(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2740
+ })) && $vo59(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2851
2741
  path: _path2 + ".values",
2852
2742
  expected: "(TermValues & SampleLstTermValues | undefined)",
2853
2743
  value: input3.values
2854
- }), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
2855
- path: _path2 + ".filter",
2856
- expected: "(TermFilter | undefined)",
2857
- value: input3.filter
2858
- })) && $vo22(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
2859
- path: _path2 + ".filter",
2860
- expected: "(TermFilter | undefined)",
2861
- value: input3.filter
2862
2744
  })].every((flag) => flag);
2863
- const $vo62 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2745
+ const $vo59 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2864
2746
  const value = input3[key];
2865
2747
  if (void 0 === value)
2866
2748
  return true;
@@ -2869,7 +2751,7 @@ var validBoxPlotRequest = (input) => {
2869
2751
  path: _path2 + $join(key),
2870
2752
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
2871
2753
  value
2872
- })) && $vo63(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2754
+ })) && $vo60(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2873
2755
  path: _path2 + $join(key),
2874
2756
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
2875
2757
  value
@@ -2879,14 +2761,14 @@ var validBoxPlotRequest = (input) => {
2879
2761
  path: _path2 + $join(key),
2880
2762
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
2881
2763
  value
2882
- })) && $vo63(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2764
+ })) && $vo60(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2883
2765
  path: _path2 + $join(key),
2884
2766
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
2885
2767
  value
2886
2768
  });
2887
2769
  return true;
2888
2770
  }).every((flag) => flag)].every((flag) => flag);
2889
- const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
2771
+ const $vo60 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
2890
2772
  path: _path2 + ".key",
2891
2773
  expected: "(string | undefined)",
2892
2774
  value: input3.key
@@ -2914,7 +2796,7 @@ var validBoxPlotRequest = (input) => {
2914
2796
  path: _path2 + ".filter",
2915
2797
  expected: "(Filter | undefined)",
2916
2798
  value: input3.filter
2917
- })) && $vo18(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
2799
+ })) && $vo12(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
2918
2800
  path: _path2 + ".filter",
2919
2801
  expected: "(Filter | undefined)",
2920
2802
  value: input3.filter
@@ -2930,20 +2812,20 @@ var validBoxPlotRequest = (input) => {
2930
2812
  path: _path2 + ".list",
2931
2813
  expected: "Array<__type>.o4",
2932
2814
  value: input3.list
2933
- })) && input3.list.map((elem, _index46) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2934
- path: _path2 + ".list[" + _index46 + "]",
2935
- expected: "__type.o10",
2815
+ })) && input3.list.map((elem, _index47) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2816
+ path: _path2 + ".list[" + _index47 + "]",
2817
+ expected: "__type.o9",
2936
2818
  value: elem
2937
- })) && $vo64(elem, _path2 + ".list[" + _index46 + "]", _exceptionable2) || $report(_exceptionable2, {
2938
- path: _path2 + ".list[" + _index46 + "]",
2939
- expected: "__type.o10",
2819
+ })) && $vo61(elem, _path2 + ".list[" + _index47 + "]", _exceptionable2) || $report(_exceptionable2, {
2820
+ path: _path2 + ".list[" + _index47 + "]",
2821
+ expected: "__type.o9",
2940
2822
  value: elem
2941
2823
  })).every((flag) => flag) || $report(_exceptionable2, {
2942
2824
  path: _path2 + ".list",
2943
2825
  expected: "Array<__type>.o4",
2944
2826
  value: input3.list
2945
2827
  }), true].every((flag) => flag);
2946
- const $vo64 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.sampleId || $report(_exceptionable2, {
2828
+ const $vo61 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.sampleId || $report(_exceptionable2, {
2947
2829
  path: _path2 + ".sampleId",
2948
2830
  expected: "string",
2949
2831
  value: input3.sampleId
@@ -2952,7 +2834,7 @@ var validBoxPlotRequest = (input) => {
2952
2834
  expected: "string",
2953
2835
  value: input3.sample
2954
2836
  })].every((flag) => flag);
2955
- const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2837
+ const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2956
2838
  path: _path2 + ".hiddenValues",
2957
2839
  expected: "(HiddenValues | undefined)",
2958
2840
  value: input3.hiddenValues
@@ -2981,7 +2863,7 @@ var validBoxPlotRequest = (input) => {
2981
2863
  expected: '("custom-bin" | "custom-groupset" | "custom-samplelst" | "filter" | "predefined-groupset" | "regular-bin" | "values" | undefined)',
2982
2864
  value: input3.type
2983
2865
  })].every((flag) => flag);
2984
- const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2866
+ const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2985
2867
  path: _path2 + ".hiddenValues",
2986
2868
  expected: "(HiddenValues | undefined)",
2987
2869
  value: input3.hiddenValues
@@ -3021,8 +2903,8 @@ var validBoxPlotRequest = (input) => {
3021
2903
  path: _path2 + ".breaks",
3022
2904
  expected: "(Array<number> | undefined)",
3023
2905
  value: input3.breaks
3024
- })) && input3.breaks.map((elem, _index47) => "number" === typeof elem || $report(_exceptionable2, {
3025
- path: _path2 + ".breaks[" + _index47 + "]",
2906
+ })) && input3.breaks.map((elem, _index48) => "number" === typeof elem || $report(_exceptionable2, {
2907
+ path: _path2 + ".breaks[" + _index48 + "]",
3026
2908
  expected: "number",
3027
2909
  value: elem
3028
2910
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3046,7 +2928,7 @@ var validBoxPlotRequest = (input) => {
3046
2928
  expected: "(boolean | undefined)",
3047
2929
  value: input3.value_by_computable_grade
3048
2930
  }), true].every((flag) => flag);
3049
- const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2931
+ const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3050
2932
  path: _path2 + ".hiddenValues",
3051
2933
  expected: "(HiddenValues | undefined)",
3052
2934
  value: input3.hiddenValues
@@ -3078,38 +2960,38 @@ var validBoxPlotRequest = (input) => {
3078
2960
  path: _path2 + ".groups",
3079
2961
  expected: "SampleLstTermValues",
3080
2962
  value: input3.groups
3081
- })) && $vo68(input3.groups, _path2 + ".groups", _exceptionable2) || $report(_exceptionable2, {
2963
+ })) && $vo65(input3.groups, _path2 + ".groups", _exceptionable2) || $report(_exceptionable2, {
3082
2964
  path: _path2 + ".groups",
3083
2965
  expected: "SampleLstTermValues",
3084
2966
  value: input3.groups
3085
2967
  })].every((flag) => flag);
3086
- const $vo68 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2968
+ const $vo65 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3087
2969
  const value = input3[key];
3088
2970
  if (void 0 === value)
3089
2971
  return true;
3090
2972
  if (RegExp(/(.*)/).test(key))
3091
2973
  return ("object" === typeof value && null !== value || $report(_exceptionable2, {
3092
2974
  path: _path2 + $join(key),
3093
- expected: "__type.o11",
2975
+ expected: "__type.o10",
3094
2976
  value
3095
- })) && $vo69(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2977
+ })) && $vo66(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3096
2978
  path: _path2 + $join(key),
3097
- expected: "__type.o11",
2979
+ expected: "__type.o10",
3098
2980
  value
3099
2981
  });
3100
2982
  if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
3101
2983
  return ("object" === typeof value && null !== value || $report(_exceptionable2, {
3102
2984
  path: _path2 + $join(key),
3103
- expected: "__type.o11",
2985
+ expected: "__type.o10",
3104
2986
  value
3105
- })) && $vo69(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2987
+ })) && $vo66(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3106
2988
  path: _path2 + $join(key),
3107
- expected: "__type.o11",
2989
+ expected: "__type.o10",
3108
2990
  value
3109
2991
  });
3110
2992
  return true;
3111
2993
  }).every((flag) => flag)].every((flag) => flag);
3112
- const $vo69 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2994
+ const $vo66 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
3113
2995
  path: _path2 + ".name",
3114
2996
  expected: "string",
3115
2997
  value: input3.name
@@ -3121,13 +3003,13 @@ var validBoxPlotRequest = (input) => {
3121
3003
  path: _path2 + ".list",
3122
3004
  expected: "Array<__type>.o4",
3123
3005
  value: input3.list
3124
- })) && input3.list.map((elem, _index48) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3125
- path: _path2 + ".list[" + _index48 + "]",
3126
- expected: "__type.o10",
3006
+ })) && input3.list.map((elem, _index49) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3007
+ path: _path2 + ".list[" + _index49 + "]",
3008
+ expected: "__type.o9",
3127
3009
  value: elem
3128
- })) && $vo64(elem, _path2 + ".list[" + _index48 + "]", _exceptionable2) || $report(_exceptionable2, {
3129
- path: _path2 + ".list[" + _index48 + "]",
3130
- expected: "__type.o10",
3010
+ })) && $vo61(elem, _path2 + ".list[" + _index49 + "]", _exceptionable2) || $report(_exceptionable2, {
3011
+ path: _path2 + ".list[" + _index49 + "]",
3012
+ expected: "__type.o9",
3131
3013
  value: elem
3132
3014
  })).every((flag) => flag) || $report(_exceptionable2, {
3133
3015
  path: _path2 + ".list",
@@ -3147,27 +3029,27 @@ var validBoxPlotRequest = (input) => {
3147
3029
  })();
3148
3030
  const $vu1 = (input3, _path2, _exceptionable2 = true) => (() => {
3149
3031
  if ("tvslst" === input3.type)
3150
- return $vo18(input3, _path2, _exceptionable2);
3032
+ return $vo12(input3, _path2, _exceptionable2);
3151
3033
  if ("tvs" === input3.type)
3152
- return $vo19(input3, _path2, _exceptionable2);
3034
+ return $vo13(input3, _path2, _exceptionable2);
3153
3035
  return $report(_exceptionable2, {
3154
3036
  path: _path2,
3155
- expected: "(Filter | __type.o3)",
3037
+ expected: "(Filter | __type.o2)",
3156
3038
  value: input3
3157
3039
  });
3158
3040
  })();
3159
3041
  const $vu2 = (input3, _path2, _exceptionable2 = true) => (() => {
3160
3042
  if (true === input3.startunbounded)
3161
- return $vo30(input3, _path2, _exceptionable2);
3043
+ return $vo25(input3, _path2, _exceptionable2);
3162
3044
  if (true === input3.stopunbounded)
3163
- return $vo32(input3, _path2, _exceptionable2);
3164
- return $vo31(input3, _path2, _exceptionable2);
3045
+ return $vo27(input3, _path2, _exceptionable2);
3046
+ return $vo26(input3, _path2, _exceptionable2);
3165
3047
  })();
3166
3048
  const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
3167
3049
  if (true === input3.startunbounded)
3168
- return $vo30(input3, _path2, _exceptionable2);
3050
+ return $vo25(input3, _path2, _exceptionable2);
3169
3051
  if (void 0 !== input3.start)
3170
- return $vo31(input3, _path2, _exceptionable2);
3052
+ return $vo26(input3, _path2, _exceptionable2);
3171
3053
  return $report(_exceptionable2, {
3172
3054
  path: _path2,
3173
3055
  expected: "(StartUnboundedBin | FullyBoundedBin)",
@@ -3176,9 +3058,9 @@ var validBoxPlotRequest = (input) => {
3176
3058
  })();
3177
3059
  const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
3178
3060
  if (void 0 !== input3.stop)
3179
- return $vo31(input3, _path2, _exceptionable2);
3061
+ return $vo26(input3, _path2, _exceptionable2);
3180
3062
  if (true === input3.stopunbounded)
3181
- return $vo32(input3, _path2, _exceptionable2);
3063
+ return $vo27(input3, _path2, _exceptionable2);
3182
3064
  return $report(_exceptionable2, {
3183
3065
  path: _path2,
3184
3066
  expected: "(FullyBoundedBin | StopUnboundedBin)",
@@ -3188,7 +3070,7 @@ var validBoxPlotRequest = (input) => {
3188
3070
  const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
3189
3071
  if (void 0 !== input3.type)
3190
3072
  return $vo1(input3, _path2, _exceptionable2);
3191
- return $vo54(input3, _path2, false) || $vo47(input3, _path2, false) || $vo42(input3, _path2, false);
3073
+ return $vo51(input3, _path2, false) || $vo44(input3, _path2, false) || $vo39(input3, _path2, false);
3192
3074
  })();
3193
3075
  const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
3194
3076
  if ("values" === input3.type)
@@ -3200,58 +3082,58 @@ var validBoxPlotRequest = (input) => {
3200
3082
  return $vo5(input3, _path2, _exceptionable2);
3201
3083
  })();
3202
3084
  const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
3203
- if ("gene" === input3.kind)
3204
- return $vo15(input3, _path2, _exceptionable2);
3205
- if ("coord" === input3.kind)
3206
- return $vo41(input3, _path2, _exceptionable2);
3207
- return $report(_exceptionable2, {
3208
- path: _path2,
3209
- expected: '(BaseTerm & { type: "geneVariant"; } & GvGene & { groupsetting?: TermGroupSetting | undefined; filter?: TermFilter | undefined; } | BaseTerm & { type: "geneVariant"; } & GvCoord & { groupsetting?: TermGroupSetting | undefined; filter?: TermFilter | undefined; })',
3210
- value: input3
3211
- });
3085
+ if (void 0 !== input3.ranges)
3086
+ return $vo21(input3, _path2, _exceptionable2);
3087
+ return $vo14(input3, _path2, false) || $vo31(input3, _path2, false) || $vo34(input3, _path2, false);
3212
3088
  })();
3213
3089
  const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
3214
- if (Array.isArray(input3.lst) && input3.lst.map((elem, _index49) => "object" === typeof elem && null !== elem && $vo24(elem, _path2 + ".lst[" + _index49 + "]", false)).every((flag) => flag))
3215
- return $vo23(input3, _path2, _exceptionable2);
3216
- return $vo25(input3, _path2, _exceptionable2);
3090
+ if (Array.isArray(input3.lst) && input3.lst.map((elem, _index50) => "object" === typeof elem && null !== elem && $vo19(elem, _path2 + ".lst[" + _index50 + "]", false)).every((flag) => flag))
3091
+ return $vo18(input3, _path2, _exceptionable2);
3092
+ return $vo20(input3, _path2, _exceptionable2);
3217
3093
  })();
3218
3094
  const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
3219
- if (void 0 !== input3.ranges)
3220
- return $vo26(input3, _path2, _exceptionable2);
3221
- return $vo20(input3, _path2, false) || $vo36(input3, _path2, false) || $vo39(input3, _path2, false);
3222
- })();
3223
- const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
3224
3095
  if ("regular-bin" === input3.type)
3225
- return $vo29(input3, _path2, _exceptionable2);
3096
+ return $vo24(input3, _path2, _exceptionable2);
3226
3097
  if ("custom-bin" === input3.type)
3227
- return $vo33(input3, _path2, _exceptionable2);
3098
+ return $vo28(input3, _path2, _exceptionable2);
3228
3099
  return $report(_exceptionable2, {
3229
3100
  path: _path2,
3230
3101
  expected: "(RegularNumericBinConfig | CustomNumericBinConfig)",
3231
3102
  value: input3
3232
3103
  });
3233
3104
  })();
3105
+ const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
3106
+ if ("gene" === input3.kind)
3107
+ return $vo36(input3, _path2, _exceptionable2);
3108
+ if ("coord" === input3.kind)
3109
+ return $vo37(input3, _path2, _exceptionable2);
3110
+ return $report(_exceptionable2, {
3111
+ path: _path2,
3112
+ expected: '(BaseTerm & { type: "geneVariant"; } & GvGene & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & { type: "geneVariant"; } & GvCoord & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; })',
3113
+ value: input3
3114
+ });
3115
+ })();
3234
3116
  const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
3235
3117
  if ("regular-bin" === input3.type)
3236
- return $vo29(input3, _path2, _exceptionable2);
3118
+ return $vo24(input3, _path2, _exceptionable2);
3237
3119
  if ("continuous" === input3.mode)
3238
- return $vo44(input3, _path2, _exceptionable2);
3120
+ return $vo41(input3, _path2, _exceptionable2);
3239
3121
  if ("spline" === input3.mode)
3240
- return $vo45(input3, _path2, _exceptionable2);
3241
- return $vo33(input3, _path2, false) || $vo43(input3, _path2, false);
3122
+ return $vo42(input3, _path2, _exceptionable2);
3123
+ return $vo28(input3, _path2, false) || $vo40(input3, _path2, false);
3242
3124
  })();
3243
3125
  const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
3244
3126
  if ("gene" === input3.kind)
3245
- return $vo55(input3, _path2, _exceptionable2);
3127
+ return $vo52(input3, _path2, _exceptionable2);
3246
3128
  if ("coord" === input3.kind)
3247
- return $vo56(input3, _path2, _exceptionable2);
3129
+ return $vo53(input3, _path2, _exceptionable2);
3248
3130
  if ("categorical" === input3.type)
3249
- return $vo57(input3, _path2, _exceptionable2);
3131
+ return $vo54(input3, _path2, _exceptionable2);
3250
3132
  if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type)
3251
- return $vo58(input3, _path2, _exceptionable2);
3133
+ return $vo55(input3, _path2, _exceptionable2);
3252
3134
  if ("condition" === input3.type)
3253
- return $vo59(input3, _path2, _exceptionable2);
3254
- return $vo60(input3, _path2, false) || $vo61(input3, _path2, false);
3135
+ return $vo56(input3, _path2, _exceptionable2);
3136
+ return $vo57(input3, _path2, false) || $vo58(input3, _path2, false);
3255
3137
  })();
3256
3138
  const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
3257
3139
  if (void 0 !== input3.predefined_groupset_idx)
@@ -3259,17 +3141,17 @@ var validBoxPlotRequest = (input) => {
3259
3141
  if (void 0 !== input3.customset)
3260
3142
  return $vo7(input3, _path2, _exceptionable2);
3261
3143
  if (void 0 !== input3.bin_size)
3262
- return $vo29(input3, _path2, _exceptionable2);
3144
+ return $vo24(input3, _path2, _exceptionable2);
3263
3145
  if (void 0 !== input3.knots)
3264
- return $vo45(input3, _path2, _exceptionable2);
3146
+ return $vo42(input3, _path2, _exceptionable2);
3265
3147
  if (void 0 !== input3.AFcutoff)
3266
- return $vo48(input3, _path2, _exceptionable2);
3148
+ return $vo45(input3, _path2, _exceptionable2);
3267
3149
  if (void 0 !== input3.timeScale)
3268
- return $vo66(input3, _path2, _exceptionable2);
3150
+ return $vo63(input3, _path2, _exceptionable2);
3269
3151
  return (() => {
3270
3152
  if (void 0 !== input3.groups)
3271
- return $vo67(input3, _path2, _exceptionable2);
3272
- return $vo5(input3, _path2, false) || $vo65(input3, _path2, false) || $vo3(input3, _path2, false) || $vo33(input3, _path2, false) || $vo43(input3, _path2, false) || $vo44(input3, _path2, false);
3153
+ return $vo64(input3, _path2, _exceptionable2);
3154
+ return $vo5(input3, _path2, false) || $vo62(input3, _path2, false) || $vo3(input3, _path2, false) || $vo28(input3, _path2, false) || $vo40(input3, _path2, false) || $vo41(input3, _path2, false);
3273
3155
  })();
3274
3156
  })();
3275
3157
  return ("object" === typeof input2 && null !== input2 || $report(true, {