@sjcrh/proteinpaint-types 2.137.2 → 2.137.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (33) hide show
  1. package/dist/brainImaging.js +1 -1
  2. package/dist/{chunk-SUL2XLYM.js → chunk-2YASZMH3.js} +665 -229
  3. package/dist/{chunk-6LRQCE3E.js → chunk-6HAS5WRS.js} +243 -41
  4. package/dist/{chunk-6H6TQ3MA.js → chunk-7FTOFTNK.js} +243 -41
  5. package/dist/{chunk-PAQX4HYF.js → chunk-AL4VFH5I.js} +520 -286
  6. package/dist/{chunk-7YFANJ2A.js → chunk-CC3OBRKE.js} +479 -245
  7. package/dist/{chunk-FMSTAFII.js → chunk-DD2RLZHC.js} +243 -41
  8. package/dist/{chunk-YW6G7WTF.js → chunk-GGZUN2GE.js} +5 -1
  9. package/dist/{chunk-CBPDONEQ.js → chunk-HCBXL376.js} +494 -246
  10. package/dist/{chunk-MDPMNCMV.js → chunk-HWRFIXJA.js} +480 -246
  11. package/dist/{chunk-IE3MSHTB.js → chunk-I2BMMKPN.js} +480 -246
  12. package/dist/{chunk-QCGBPQ7S.js → chunk-JKBVXIRQ.js} +247 -45
  13. package/dist/{chunk-657TS66W.js → chunk-LTGT4NK4.js} +713 -277
  14. package/dist/{chunk-YGOZU46P.js → chunk-S2M5SN7Q.js} +243 -41
  15. package/dist/correlationVolcano.js +1 -1
  16. package/dist/index.js +13 -13
  17. package/dist/termdb.boxplot.js +1 -1
  18. package/dist/termdb.categories.js +1 -1
  19. package/dist/termdb.cluster.js +1 -1
  20. package/dist/termdb.descrstats.js +1 -1
  21. package/dist/termdb.numericcategories.js +1 -1
  22. package/dist/termdb.percentile.js +1 -1
  23. package/dist/termdb.singleSampleMutation.js +1 -1
  24. package/dist/termdb.termsbyids.js +1 -1
  25. package/dist/termdb.topTermsByType.js +1 -1
  26. package/dist/termdb.topVariablyExpressedGenes.js +1 -1
  27. package/dist/termdb.violin.js +1 -1
  28. package/package.json +1 -1
  29. package/src/dataset.ts +5 -7
  30. package/src/routes/termdb.categories.ts +5 -0
  31. package/src/routes/termdb.descrstats.ts +1 -0
  32. package/src/routes/termdb.singleSampleMutation.ts +3 -1
  33. package/src/terms/geneVariant.ts +11 -3
@@ -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 && $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));
76
+ const $io0 = (input3) => "object" === typeof input3.tw && null !== input3.tw && $iu6(input3.tw) && "string" === typeof input3.genome && "string" === typeof input3.dslabel && "boolean" === typeof input3.isLogScale && "boolean" === typeof input3.orderByMedian && (void 0 === input3.overlayTw || "object" === typeof input3.overlayTw && null !== input3.overlayTw && $iu6(input3.overlayTw)) && (void 0 === input3.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) && $iu7(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)
@@ -100,7 +100,7 @@ var validBoxPlotRequest = (input) => {
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)) && "string" === typeof input3.color;
102
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));
103
+ const $io13 = (input3) => "tvs" === input3.type && ("object" === typeof input3.tvs && null !== input3.tvs && $iu8(input3.tvs));
104
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
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)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io18(input3.groupsetting));
106
106
  const $io16 = (input3) => Object.keys(input3).every((key) => {
@@ -118,8 +118,8 @@ var validBoxPlotRequest = (input) => {
118
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.dt || "number" === typeof input3.dt) && (Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu0(elem)));
119
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)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io29(elem)));
120
120
  const $io21 = (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.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.bins && null !== input3.bins && $io22(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io28(input3.continuousColorScale));
121
- const $io22 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu8(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu8(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);
122
- const $io23 = (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);
121
+ const $io22 = (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);
122
+ const $io23 = (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 && $iu4(input3.first_bin)) && (void 0 === input3.last_bin || "object" === typeof input3.last_bin && null !== input3.last_bin && $iu5(input3.last_bin)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset);
123
123
  const $io24 = (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);
124
124
  const $io25 = (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);
125
125
  const $io26 = (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);
@@ -129,57 +129,59 @@ var validBoxPlotRequest = (input) => {
129
129
  const $io30 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io31(input3.term)) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && (void 0 === input3.grade_and_child || Array.isArray(input3.grade_and_child) && input3.grade_and_child.every((elem) => "object" === typeof elem && null !== elem && $io32(elem)));
130
130
  const $io31 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
131
131
  const $io32 = (input3) => "number" === typeof input3.grade && "string" === typeof input3.grade_label && (void 0 === input3.child_id || "string" === typeof input3.child_id) && "string" === typeof input3.child_label;
132
- const $io33 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io34(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io37(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName);
133
- const $io34 = (input3) => "string" === typeof input3.id && "string" === typeof input3.query && "string" === typeof input3.name && "string" === typeof input3.name_noOrigin && (void 0 === input3.parentTerm || "object" === typeof input3.parentTerm && null !== input3.parentTerm && $iu9(input3.parentTerm)) && true && "boolean" === typeof input3.isleaf && "string" === typeof input3.type && "number" === typeof input3.dt && (void 0 === input3.origin || "string" === typeof input3.origin) && ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io16(input3.values));
134
- const $io35 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io18(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)));
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)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "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 && $io18(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)));
136
- const $io37 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
137
- const $io38 = (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 && $io21(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu10(input3.q));
138
- const $io39 = (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]))));
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) && "continuous" === input3.mode && (void 0 === input3.convert2ZScore || "boolean" === typeof input3.convert2ZScore) && (null !== input3.type && void 0 === input3.type);
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) && "spline" === input3.mode && (Array.isArray(input3.knots) && input3.knots.every((elem) => "object" === typeof elem && null !== elem && $io42(elem))) && (null !== input3.type && void 0 === input3.type);
141
- const $io42 = (input3) => "number" === typeof input3.value;
142
- const $io43 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.q && null !== input3.q && $io44(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io46(input3.term));
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 || "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 && $io45(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;
144
- const $io45 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu7(input3.tvs));
145
- const $io46 = (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.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io47(elem)));
146
- const $io47 = (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 && $io48(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io49(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);
147
- const $io48 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
148
- const $io49 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
149
- const $io50 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu11(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $iu12(input3.q));
150
- const $io51 = (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.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io18(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)));
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)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io18(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)));
152
- const $io53 = (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.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io18(input3.groupsetting));
153
- const $io54 = (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.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.bins && null !== input3.bins && $io22(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io28(input3.continuousColorScale));
154
- const $io55 = (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.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
155
- const $io56 = (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.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io47(elem)));
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) && $io58(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
157
- const $io58 = (input3) => Object.keys(input3).every((key) => {
132
+ const $io33 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io34(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io39(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName);
133
+ const $io34 = (input3) => "string" === typeof input3.id && "string" === typeof input3.query && "string" === typeof input3.name && "string" === typeof input3.name_noOrigin && (void 0 === input3.parentTerm || "object" === typeof input3.parentTerm && null !== input3.parentTerm && $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));
134
+ const $io35 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io18(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)));
135
+ const $io36 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
136
+ const $io37 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
137
+ const $io38 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io18(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)));
138
+ const $io39 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
139
+ const $io40 = (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 && $io21(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu11(input3.q));
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) && "binary" === input3.mode && "custom-bin" === input3.type && (Array.isArray(input3.lst) && (input3.lst.length === 2 && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu4(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu5(input3.lst[1]))));
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) && "continuous" === input3.mode && (void 0 === input3.convert2ZScore || "boolean" === typeof input3.convert2ZScore) && (null !== input3.type && void 0 === input3.type);
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) && "spline" === input3.mode && (Array.isArray(input3.knots) && input3.knots.every((elem) => "object" === typeof elem && null !== elem && $io44(elem))) && (null !== input3.type && void 0 === input3.type);
143
+ const $io44 = (input3) => "number" === typeof input3.value;
144
+ const $io45 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.q && null !== input3.q && $io46(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io48(input3.term));
145
+ const $io46 = (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 && $io47(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;
146
+ const $io47 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu8(input3.tvs));
147
+ const $io48 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io49(elem)));
148
+ const $io49 = (input3) => (void 0 === input3.altAlleles || Array.isArray(input3.altAlleles) && input3.altAlleles.every((elem) => "string" === typeof elem)) && (void 0 === input3.alleles || Array.isArray(input3.alleles) && input3.alleles.every((elem) => "object" === typeof elem && null !== elem && $io50(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io51(input3.gt2count)) && (void 0 === input3.invalid || "boolean" === typeof input3.invalid) && (void 0 === input3.referenceAllele || "string" === typeof input3.referenceAllele) && "string" === typeof input3.rsid && "string" === typeof input3.snpid && true && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.pos || "number" === typeof input3.pos);
149
+ const $io50 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
150
+ const $io51 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
151
+ const $io52 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("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));
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)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io18(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)));
153
+ const $io54 = (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.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io18(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)));
154
+ const $io55 = (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.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io18(input3.groupsetting));
155
+ const $io56 = (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.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.bins && null !== input3.bins && $io22(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io28(input3.continuousColorScale));
156
+ const $io57 = (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.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
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) && $io16(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io49(elem)));
158
+ const $io59 = (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) && $io60(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
159
+ const $io60 = (input3) => Object.keys(input3).every((key) => {
158
160
  const value = input3[key];
159
161
  if (void 0 === value)
160
162
  return true;
161
163
  if (RegExp(/(.*)/).test(key))
162
- return "object" === typeof value && null !== value && $io59(value);
164
+ return "object" === typeof value && null !== value && $io61(value);
163
165
  if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
164
- return "object" === typeof value && null !== value && $io59(value);
166
+ return "object" === typeof value && null !== value && $io61(value);
165
167
  return true;
166
168
  });
167
- const $io59 = (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 && $io60(elem))) && true;
168
- const $io60 = (input3) => "string" === typeof input3.sampleId && "string" === typeof input3.sample;
169
- const $io61 = (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);
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 || "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;
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 || "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) && $io64(input3.groups));
172
- const $io64 = (input3) => Object.keys(input3).every((key) => {
169
+ const $io61 = (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 && $io62(elem))) && true;
170
+ const $io62 = (input3) => "string" === typeof input3.sampleId && "string" === typeof input3.sample;
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 || "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);
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 || "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;
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) && ("object" === typeof input3.groups && null !== input3.groups && false === Array.isArray(input3.groups) && $io66(input3.groups));
174
+ const $io66 = (input3) => Object.keys(input3).every((key) => {
173
175
  const value = input3[key];
174
176
  if (void 0 === value)
175
177
  return true;
176
178
  if (RegExp(/(.*)/).test(key))
177
- return "object" === typeof value && null !== value && $io65(value);
179
+ return "object" === typeof value && null !== value && $io67(value);
178
180
  if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
179
- return "object" === typeof value && null !== value && $io65(value);
181
+ return "object" === typeof value && null !== value && $io67(value);
180
182
  return true;
181
183
  });
182
- const $io65 = (input3) => "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io60(elem))) && true;
184
+ const $io67 = (input3) => "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io62(elem))) && true;
183
185
  const $iu0 = (input3) => (() => {
184
186
  if ("string" === typeof input3.type)
185
187
  return $io9(input3);
@@ -202,33 +204,40 @@ var validBoxPlotRequest = (input) => {
202
204
  return $io25(input3);
203
205
  })();
204
206
  const $iu3 = (input3) => (() => {
207
+ if ("gene" === input3.kind)
208
+ return $io36(input3);
209
+ if ("coord" === input3.kind)
210
+ return $io37(input3);
211
+ return false;
212
+ })();
213
+ const $iu4 = (input3) => (() => {
205
214
  if (true === input3.startunbounded)
206
215
  return $io24(input3);
207
216
  if (void 0 !== input3.start)
208
217
  return $io25(input3);
209
218
  return false;
210
219
  })();
211
- const $iu4 = (input3) => (() => {
220
+ const $iu5 = (input3) => (() => {
212
221
  if (void 0 !== input3.stop)
213
222
  return $io25(input3);
214
223
  if (true === input3.stopunbounded)
215
224
  return $io26(input3);
216
225
  return false;
217
226
  })();
218
- const $iu5 = (input3) => (() => {
227
+ const $iu6 = (input3) => (() => {
219
228
  if (void 0 !== input3.type)
220
229
  return $io1(input3);
221
230
  return (() => {
222
- if ($io50(input3))
223
- return $io50(input3);
224
- if ($io43(input3))
225
- return $io43(input3);
226
- if ($io38(input3))
227
- return $io38(input3);
231
+ if ($io52(input3))
232
+ return $io52(input3);
233
+ if ($io45(input3))
234
+ return $io45(input3);
235
+ if ($io40(input3))
236
+ return $io40(input3);
228
237
  return false;
229
238
  })();
230
239
  })();
231
- const $iu6 = (input3) => (() => {
240
+ const $iu7 = (input3) => (() => {
232
241
  if ("values" === input3.type)
233
242
  return $io3(input3);
234
243
  if ("predefined-groupset" === input3.type)
@@ -237,7 +246,7 @@ var validBoxPlotRequest = (input) => {
237
246
  return $io7(input3);
238
247
  return $io5(input3);
239
248
  })();
240
- const $iu7 = (input3) => (() => {
249
+ const $iu8 = (input3) => (() => {
241
250
  if (void 0 !== input3.ranges)
242
251
  return $io20(input3);
243
252
  return (() => {
@@ -250,55 +259,55 @@ var validBoxPlotRequest = (input) => {
250
259
  return false;
251
260
  })();
252
261
  })();
253
- const $iu8 = (input3) => (() => {
262
+ const $iu9 = (input3) => (() => {
254
263
  if ("regular-bin" === input3.type)
255
264
  return $io23(input3);
256
265
  if ("custom-bin" === input3.type)
257
266
  return $io27(input3);
258
267
  return false;
259
268
  })();
260
- const $iu9 = (input3) => (() => {
269
+ const $iu10 = (input3) => (() => {
261
270
  if ("gene" === input3.kind)
262
271
  return $io35(input3);
263
272
  if ("coord" === input3.kind)
264
- return $io36(input3);
273
+ return $io38(input3);
265
274
  return false;
266
275
  })();
267
- const $iu10 = (input3) => (() => {
276
+ const $iu11 = (input3) => (() => {
268
277
  if ("regular-bin" === input3.type)
269
278
  return $io23(input3);
270
279
  if ("continuous" === input3.mode)
271
- return $io40(input3);
280
+ return $io42(input3);
272
281
  if ("spline" === input3.mode)
273
- return $io41(input3);
282
+ return $io43(input3);
274
283
  return (() => {
275
284
  if ($io27(input3))
276
285
  return $io27(input3);
277
- if ($io39(input3))
278
- return $io39(input3);
286
+ if ($io41(input3))
287
+ return $io41(input3);
279
288
  return false;
280
289
  })();
281
290
  })();
282
- const $iu11 = (input3) => (() => {
291
+ const $iu12 = (input3) => (() => {
283
292
  if ("gene" === input3.kind)
284
- return $io51(input3);
293
+ return $io53(input3);
285
294
  if ("coord" === input3.kind)
286
- return $io52(input3);
295
+ return $io54(input3);
287
296
  if ("categorical" === input3.type)
288
- return $io53(input3);
297
+ return $io55(input3);
289
298
  if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type)
290
- return $io54(input3);
299
+ return $io56(input3);
291
300
  if ("condition" === input3.type)
292
- return $io55(input3);
301
+ return $io57(input3);
293
302
  return (() => {
294
- if ($io56(input3))
295
- return $io56(input3);
296
- if ($io57(input3))
297
- return $io57(input3);
303
+ if ($io58(input3))
304
+ return $io58(input3);
305
+ if ($io59(input3))
306
+ return $io59(input3);
298
307
  return false;
299
308
  })();
300
309
  })();
301
- const $iu12 = (input3) => (() => {
310
+ const $iu13 = (input3) => (() => {
302
311
  if (void 0 !== input3.predefined_groupset_idx)
303
312
  return $io6(input3);
304
313
  if (void 0 !== input3.customset)
@@ -306,27 +315,27 @@ var validBoxPlotRequest = (input) => {
306
315
  if (void 0 !== input3.bin_size)
307
316
  return $io23(input3);
308
317
  if (void 0 !== input3.knots)
309
- return $io41(input3);
318
+ return $io43(input3);
310
319
  if (void 0 !== input3.AFcutoff)
311
- return $io44(input3);
320
+ return $io46(input3);
312
321
  if (void 0 !== input3.timeScale)
313
- return $io62(input3);
322
+ return $io64(input3);
314
323
  return (() => {
315
324
  if (void 0 !== input3.groups)
316
- return $io63(input3);
325
+ return $io65(input3);
317
326
  return (() => {
318
327
  if ($io5(input3))
319
328
  return $io5(input3);
320
- if ($io61(input3))
321
- return $io61(input3);
329
+ if ($io63(input3))
330
+ return $io63(input3);
322
331
  if ($io3(input3))
323
332
  return $io3(input3);
324
333
  if ($io27(input3))
325
334
  return $io27(input3);
326
- if ($io39(input3))
327
- return $io39(input3);
328
- if ($io40(input3))
329
- return $io40(input3);
335
+ if ($io41(input3))
336
+ return $io41(input3);
337
+ if ($io42(input3))
338
+ return $io42(input3);
330
339
  return false;
331
340
  })();
332
341
  })();
@@ -341,7 +350,7 @@ var validBoxPlotRequest = (input) => {
341
350
  path: _path2 + ".tw",
342
351
  expected: "(BaseTW & { term: Term; q: Q; } | CategoricalTW | NumericTW | SnpsTW)",
343
352
  value: input3.tw
344
- })) && $vu5(input3.tw, _path2 + ".tw", _exceptionable2) || $report(_exceptionable2, {
353
+ })) && $vu6(input3.tw, _path2 + ".tw", _exceptionable2) || $report(_exceptionable2, {
345
354
  path: _path2 + ".tw",
346
355
  expected: "(BaseTW & { term: Term; q: Q; } | CategoricalTW | NumericTW | SnpsTW)",
347
356
  value: input3.tw
@@ -365,7 +374,7 @@ var validBoxPlotRequest = (input) => {
365
374
  path: _path2 + ".overlayTw",
366
375
  expected: "(BaseTW & { term: Term; q: Q; } | CategoricalTW | NumericTW | SnpsTW | undefined)",
367
376
  value: input3.overlayTw
368
- })) && $vu5(input3.overlayTw, _path2 + ".overlayTw", _exceptionable2) || $report(_exceptionable2, {
377
+ })) && $vu6(input3.overlayTw, _path2 + ".overlayTw", _exceptionable2) || $report(_exceptionable2, {
369
378
  path: _path2 + ".overlayTw",
370
379
  expected: "(BaseTW & { term: Term; q: Q; } | CategoricalTW | NumericTW | SnpsTW | undefined)",
371
380
  value: input3.overlayTw
@@ -410,7 +419,7 @@ var validBoxPlotRequest = (input) => {
410
419
  path: _path2 + ".q",
411
420
  expected: "(CustomGroupSettingQ | FilterQ | PredefinedGroupSettingQ | ValuesQ)",
412
421
  value: input3.q
413
- })) && $vu6(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
422
+ })) && $vu7(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
414
423
  path: _path2 + ".q",
415
424
  expected: "(CustomGroupSettingQ | FilterQ | PredefinedGroupSettingQ | ValuesQ)",
416
425
  value: input3.q
@@ -688,7 +697,7 @@ var validBoxPlotRequest = (input) => {
688
697
  path: _path2 + ".tvs",
689
698
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
690
699
  value: input3.tvs
691
- })) && $vu7(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
700
+ })) && $vu8(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
692
701
  path: _path2 + ".tvs",
693
702
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
694
703
  value: input3.tvs
@@ -1038,7 +1047,7 @@ var validBoxPlotRequest = (input) => {
1038
1047
  path: _path2 + '["default"]',
1039
1048
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
1040
1049
  value: input3["default"]
1041
- })) && $vu8(input3["default"], _path2 + '["default"]', _exceptionable2) || $report(_exceptionable2, {
1050
+ })) && $vu9(input3["default"], _path2 + '["default"]', _exceptionable2) || $report(_exceptionable2, {
1042
1051
  path: _path2 + '["default"]',
1043
1052
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
1044
1053
  value: input3["default"]
@@ -1046,7 +1055,7 @@ var validBoxPlotRequest = (input) => {
1046
1055
  path: _path2 + ".less",
1047
1056
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
1048
1057
  value: input3.less
1049
- })) && $vu8(input3.less, _path2 + ".less", _exceptionable2) || $report(_exceptionable2, {
1058
+ })) && $vu9(input3.less, _path2 + ".less", _exceptionable2) || $report(_exceptionable2, {
1050
1059
  path: _path2 + ".less",
1051
1060
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
1052
1061
  value: input3.less
@@ -1107,7 +1116,7 @@ var validBoxPlotRequest = (input) => {
1107
1116
  path: _path2 + ".first_bin",
1108
1117
  expected: "(FullyBoundedBin | StartUnboundedBin)",
1109
1118
  value: input3.first_bin
1110
- })) && $vu3(input3.first_bin, _path2 + ".first_bin", _exceptionable2) || $report(_exceptionable2, {
1119
+ })) && $vu4(input3.first_bin, _path2 + ".first_bin", _exceptionable2) || $report(_exceptionable2, {
1111
1120
  path: _path2 + ".first_bin",
1112
1121
  expected: "(FullyBoundedBin | StartUnboundedBin)",
1113
1122
  value: input3.first_bin
@@ -1115,7 +1124,7 @@ var validBoxPlotRequest = (input) => {
1115
1124
  path: _path2 + ".last_bin",
1116
1125
  expected: "(FullyBoundedBin | StopUnboundedBin | undefined)",
1117
1126
  value: input3.last_bin
1118
- })) && $vu4(input3.last_bin, _path2 + ".last_bin", _exceptionable2) || $report(_exceptionable2, {
1127
+ })) && $vu5(input3.last_bin, _path2 + ".last_bin", _exceptionable2) || $report(_exceptionable2, {
1119
1128
  path: _path2 + ".last_bin",
1120
1129
  expected: "(FullyBoundedBin | StopUnboundedBin | undefined)",
1121
1130
  value: input3.last_bin
@@ -1439,7 +1448,7 @@ var validBoxPlotRequest = (input) => {
1439
1448
  path: _path2 + ".values[" + _index17 + "]",
1440
1449
  expected: "__type.o5",
1441
1450
  value: elem
1442
- })) && $vo37(elem, _path2 + ".values[" + _index17 + "]", _exceptionable2) || $report(_exceptionable2, {
1451
+ })) && $vo39(elem, _path2 + ".values[" + _index17 + "]", _exceptionable2) || $report(_exceptionable2, {
1443
1452
  path: _path2 + ".values[" + _index17 + "]",
1444
1453
  expected: "__type.o5",
1445
1454
  value: elem
@@ -1474,11 +1483,11 @@ var validBoxPlotRequest = (input) => {
1474
1483
  value: input3.name_noOrigin
1475
1484
  }), void 0 === input3.parentTerm || ("object" === typeof input3.parentTerm && null !== input3.parentTerm || $report(_exceptionable2, {
1476
1485
  path: _path2 + ".parentTerm",
1477
- expected: '(BaseTerm & { type: "geneVariant"; } & GvCoord & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & { type: "geneVariant"; } & GvGene & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
1486
+ expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
1478
1487
  value: input3.parentTerm
1479
- })) && $vu9(input3.parentTerm, _path2 + ".parentTerm", _exceptionable2) || $report(_exceptionable2, {
1488
+ })) && $vu10(input3.parentTerm, _path2 + ".parentTerm", _exceptionable2) || $report(_exceptionable2, {
1480
1489
  path: _path2 + ".parentTerm",
1481
- expected: '(BaseTerm & { type: "geneVariant"; } & GvCoord & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & { type: "geneVariant"; } & GvGene & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
1490
+ expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
1482
1491
  value: input3.parentTerm
1483
1492
  }), true, "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1484
1493
  path: _path2 + ".isleaf",
@@ -1581,6 +1590,22 @@ var validBoxPlotRequest = (input) => {
1581
1590
  path: _path2 + ".stop",
1582
1591
  expected: "(number | undefined)",
1583
1592
  value: input3.stop
1593
+ }), (Array.isArray(input3.genes) || $report(_exceptionable2, {
1594
+ path: _path2 + ".genes",
1595
+ expected: "Array<GvGeneTerm>",
1596
+ value: input3.genes
1597
+ })) && input3.genes.map((elem, _index20) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1598
+ path: _path2 + ".genes[" + _index20 + "]",
1599
+ expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1600
+ value: elem
1601
+ })) && $vu3(elem, _path2 + ".genes[" + _index20 + "]", _exceptionable2) || $report(_exceptionable2, {
1602
+ path: _path2 + ".genes[" + _index20 + "]",
1603
+ expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1604
+ value: elem
1605
+ })).every((flag) => flag) || $report(_exceptionable2, {
1606
+ path: _path2 + ".genes",
1607
+ expected: "Array<GvGeneTerm>",
1608
+ value: input3.genes
1584
1609
  }), void 0 === input3.groupsetting || ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
1585
1610
  path: _path2 + ".groupsetting",
1586
1611
  expected: "(TermGroupSetting | undefined)",
@@ -1593,12 +1618,12 @@ var validBoxPlotRequest = (input) => {
1593
1618
  path: _path2 + ".childTerms",
1594
1619
  expected: "(Array<DtTerm> | undefined)",
1595
1620
  value: input3.childTerms
1596
- })) && input3.childTerms.map((elem, _index20) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1597
- path: _path2 + ".childTerms[" + _index20 + "]",
1621
+ })) && input3.childTerms.map((elem, _index21) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1622
+ path: _path2 + ".childTerms[" + _index21 + "]",
1598
1623
  expected: "DtTerm",
1599
1624
  value: elem
1600
- })) && $vo34(elem, _path2 + ".childTerms[" + _index20 + "]", _exceptionable2) || $report(_exceptionable2, {
1601
- path: _path2 + ".childTerms[" + _index20 + "]",
1625
+ })) && $vo34(elem, _path2 + ".childTerms[" + _index21 + "]", _exceptionable2) || $report(_exceptionable2, {
1626
+ path: _path2 + ".childTerms[" + _index21 + "]",
1602
1627
  expected: "DtTerm",
1603
1628
  value: elem
1604
1629
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1614,6 +1639,156 @@ var validBoxPlotRequest = (input) => {
1614
1639
  path: _path2 + ".name",
1615
1640
  expected: "string",
1616
1641
  value: input3.name
1642
+ }), "string" === typeof input3.type || $report(_exceptionable2, {
1643
+ path: _path2 + ".type",
1644
+ expected: "string",
1645
+ value: input3.type
1646
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1647
+ path: _path2 + ".child_types",
1648
+ expected: "(Array<string> | undefined)",
1649
+ value: input3.child_types
1650
+ })) && input3.child_types.map((elem, _index22) => "string" === typeof elem || $report(_exceptionable2, {
1651
+ path: _path2 + ".child_types[" + _index22 + "]",
1652
+ expected: "string",
1653
+ value: elem
1654
+ })).every((flag) => flag) || $report(_exceptionable2, {
1655
+ path: _path2 + ".child_types",
1656
+ expected: "(Array<string> | undefined)",
1657
+ value: input3.child_types
1658
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
1659
+ path: _path2 + ".hashtmldetail",
1660
+ expected: "(boolean | undefined)",
1661
+ value: input3.hashtmldetail
1662
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
1663
+ path: _path2 + ".included_types",
1664
+ expected: "(Array<string> | undefined)",
1665
+ value: input3.included_types
1666
+ })) && input3.included_types.map((elem, _index23) => "string" === typeof elem || $report(_exceptionable2, {
1667
+ path: _path2 + ".included_types[" + _index23 + "]",
1668
+ expected: "string",
1669
+ value: elem
1670
+ })).every((flag) => flag) || $report(_exceptionable2, {
1671
+ path: _path2 + ".included_types",
1672
+ expected: "(Array<string> | undefined)",
1673
+ value: input3.included_types
1674
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1675
+ path: _path2 + ".isleaf",
1676
+ expected: "(boolean | undefined)",
1677
+ value: input3.isleaf
1678
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1679
+ path: _path2 + ".values",
1680
+ expected: "(TermValues | undefined)",
1681
+ value: input3.values
1682
+ })) && $vo16(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1683
+ path: _path2 + ".values",
1684
+ expected: "(TermValues | undefined)",
1685
+ value: input3.values
1686
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
1687
+ path: _path2 + ".skipValuesBuild",
1688
+ expected: "(boolean | undefined)",
1689
+ value: input3.skipValuesBuild
1690
+ }), "gene" === input3.kind || $report(_exceptionable2, {
1691
+ path: _path2 + ".kind",
1692
+ expected: '"gene"',
1693
+ value: input3.kind
1694
+ }), "string" === typeof input3.gene || $report(_exceptionable2, {
1695
+ path: _path2 + ".gene",
1696
+ expected: "string",
1697
+ value: input3.gene
1698
+ }), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
1699
+ path: _path2 + ".chr",
1700
+ expected: "(string | undefined)",
1701
+ value: input3.chr
1702
+ }), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
1703
+ path: _path2 + ".start",
1704
+ expected: "(number | undefined)",
1705
+ value: input3.start
1706
+ }), void 0 === input3.stop || "number" === typeof input3.stop || $report(_exceptionable2, {
1707
+ path: _path2 + ".stop",
1708
+ expected: "(number | undefined)",
1709
+ value: input3.stop
1710
+ })].every((flag) => flag);
1711
+ const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1712
+ path: _path2 + ".id",
1713
+ expected: "string",
1714
+ value: input3.id
1715
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
1716
+ path: _path2 + ".name",
1717
+ expected: "string",
1718
+ value: input3.name
1719
+ }), "string" === typeof input3.type || $report(_exceptionable2, {
1720
+ path: _path2 + ".type",
1721
+ expected: "string",
1722
+ value: input3.type
1723
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1724
+ path: _path2 + ".child_types",
1725
+ expected: "(Array<string> | undefined)",
1726
+ value: input3.child_types
1727
+ })) && input3.child_types.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
1728
+ path: _path2 + ".child_types[" + _index24 + "]",
1729
+ expected: "string",
1730
+ value: elem
1731
+ })).every((flag) => flag) || $report(_exceptionable2, {
1732
+ path: _path2 + ".child_types",
1733
+ expected: "(Array<string> | undefined)",
1734
+ value: input3.child_types
1735
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
1736
+ path: _path2 + ".hashtmldetail",
1737
+ expected: "(boolean | undefined)",
1738
+ value: input3.hashtmldetail
1739
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
1740
+ path: _path2 + ".included_types",
1741
+ expected: "(Array<string> | undefined)",
1742
+ value: input3.included_types
1743
+ })) && input3.included_types.map((elem, _index25) => "string" === typeof elem || $report(_exceptionable2, {
1744
+ path: _path2 + ".included_types[" + _index25 + "]",
1745
+ expected: "string",
1746
+ value: elem
1747
+ })).every((flag) => flag) || $report(_exceptionable2, {
1748
+ path: _path2 + ".included_types",
1749
+ expected: "(Array<string> | undefined)",
1750
+ value: input3.included_types
1751
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1752
+ path: _path2 + ".isleaf",
1753
+ expected: "(boolean | undefined)",
1754
+ value: input3.isleaf
1755
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1756
+ path: _path2 + ".values",
1757
+ expected: "(TermValues | undefined)",
1758
+ value: input3.values
1759
+ })) && $vo16(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1760
+ path: _path2 + ".values",
1761
+ expected: "(TermValues | undefined)",
1762
+ value: input3.values
1763
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
1764
+ path: _path2 + ".skipValuesBuild",
1765
+ expected: "(boolean | undefined)",
1766
+ value: input3.skipValuesBuild
1767
+ }), "coord" === input3.kind || $report(_exceptionable2, {
1768
+ path: _path2 + ".kind",
1769
+ expected: '"coord"',
1770
+ value: input3.kind
1771
+ }), "string" === typeof input3.chr || $report(_exceptionable2, {
1772
+ path: _path2 + ".chr",
1773
+ expected: "string",
1774
+ value: input3.chr
1775
+ }), "number" === typeof input3.start || $report(_exceptionable2, {
1776
+ path: _path2 + ".start",
1777
+ expected: "number",
1778
+ value: input3.start
1779
+ }), "number" === typeof input3.stop || $report(_exceptionable2, {
1780
+ path: _path2 + ".stop",
1781
+ expected: "number",
1782
+ value: input3.stop
1783
+ })].every((flag) => flag);
1784
+ const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1785
+ path: _path2 + ".id",
1786
+ expected: "string",
1787
+ value: input3.id
1788
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
1789
+ path: _path2 + ".name",
1790
+ expected: "string",
1791
+ value: input3.name
1617
1792
  }), "geneVariant" === input3.type || $report(_exceptionable2, {
1618
1793
  path: _path2 + ".type",
1619
1794
  expected: '"geneVariant"',
@@ -1622,8 +1797,8 @@ var validBoxPlotRequest = (input) => {
1622
1797
  path: _path2 + ".child_types",
1623
1798
  expected: "(Array<string> | undefined)",
1624
1799
  value: input3.child_types
1625
- })) && input3.child_types.map((elem, _index21) => "string" === typeof elem || $report(_exceptionable2, {
1626
- path: _path2 + ".child_types[" + _index21 + "]",
1800
+ })) && input3.child_types.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
1801
+ path: _path2 + ".child_types[" + _index26 + "]",
1627
1802
  expected: "string",
1628
1803
  value: elem
1629
1804
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1638,8 +1813,8 @@ var validBoxPlotRequest = (input) => {
1638
1813
  path: _path2 + ".included_types",
1639
1814
  expected: "(Array<string> | undefined)",
1640
1815
  value: input3.included_types
1641
- })) && input3.included_types.map((elem, _index22) => "string" === typeof elem || $report(_exceptionable2, {
1642
- path: _path2 + ".included_types[" + _index22 + "]",
1816
+ })) && input3.included_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
1817
+ path: _path2 + ".included_types[" + _index27 + "]",
1643
1818
  expected: "string",
1644
1819
  value: elem
1645
1820
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1678,6 +1853,22 @@ var validBoxPlotRequest = (input) => {
1678
1853
  path: _path2 + ".stop",
1679
1854
  expected: "number",
1680
1855
  value: input3.stop
1856
+ }), (Array.isArray(input3.genes) || $report(_exceptionable2, {
1857
+ path: _path2 + ".genes",
1858
+ expected: "Array<GvGeneTerm>",
1859
+ value: input3.genes
1860
+ })) && input3.genes.map((elem, _index28) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1861
+ path: _path2 + ".genes[" + _index28 + "]",
1862
+ expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1863
+ value: elem
1864
+ })) && $vu3(elem, _path2 + ".genes[" + _index28 + "]", _exceptionable2) || $report(_exceptionable2, {
1865
+ path: _path2 + ".genes[" + _index28 + "]",
1866
+ expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1867
+ value: elem
1868
+ })).every((flag) => flag) || $report(_exceptionable2, {
1869
+ path: _path2 + ".genes",
1870
+ expected: "Array<GvGeneTerm>",
1871
+ value: input3.genes
1681
1872
  }), void 0 === input3.groupsetting || ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
1682
1873
  path: _path2 + ".groupsetting",
1683
1874
  expected: "(TermGroupSetting | undefined)",
@@ -1690,12 +1881,12 @@ var validBoxPlotRequest = (input) => {
1690
1881
  path: _path2 + ".childTerms",
1691
1882
  expected: "(Array<DtTerm> | undefined)",
1692
1883
  value: input3.childTerms
1693
- })) && input3.childTerms.map((elem, _index23) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1694
- path: _path2 + ".childTerms[" + _index23 + "]",
1884
+ })) && input3.childTerms.map((elem, _index29) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1885
+ path: _path2 + ".childTerms[" + _index29 + "]",
1695
1886
  expected: "DtTerm",
1696
1887
  value: elem
1697
- })) && $vo34(elem, _path2 + ".childTerms[" + _index23 + "]", _exceptionable2) || $report(_exceptionable2, {
1698
- path: _path2 + ".childTerms[" + _index23 + "]",
1888
+ })) && $vo34(elem, _path2 + ".childTerms[" + _index29 + "]", _exceptionable2) || $report(_exceptionable2, {
1889
+ path: _path2 + ".childTerms[" + _index29 + "]",
1699
1890
  expected: "DtTerm",
1700
1891
  value: elem
1701
1892
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1703,7 +1894,7 @@ var validBoxPlotRequest = (input) => {
1703
1894
  expected: "(Array<DtTerm> | undefined)",
1704
1895
  value: input3.childTerms
1705
1896
  })].every((flag) => flag);
1706
- const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1897
+ const $vo39 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1707
1898
  path: _path2 + ".key",
1708
1899
  expected: "string",
1709
1900
  value: input3.key
@@ -1716,7 +1907,7 @@ var validBoxPlotRequest = (input) => {
1716
1907
  expected: "string",
1717
1908
  value: input3.value
1718
1909
  })].every((flag) => flag);
1719
- const $vo38 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
1910
+ const $vo40 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
1720
1911
  path: _path2 + ".id",
1721
1912
  expected: "(string | undefined)",
1722
1913
  value: input3.id
@@ -1752,12 +1943,12 @@ var validBoxPlotRequest = (input) => {
1752
1943
  path: _path2 + ".q",
1753
1944
  expected: "(BinaryNumericQ | ContinuousNumericQ | CustomNumericBinConfig | RegularNumericBinConfig | SplineNumericQ)",
1754
1945
  value: input3.q
1755
- })) && $vu10(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
1946
+ })) && $vu11(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
1756
1947
  path: _path2 + ".q",
1757
1948
  expected: "(BinaryNumericQ | ContinuousNumericQ | CustomNumericBinConfig | RegularNumericBinConfig | SplineNumericQ)",
1758
1949
  value: input3.q
1759
1950
  })].every((flag) => flag);
1760
- const $vo39 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1951
+ const $vo41 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1761
1952
  path: _path2 + ".hiddenValues",
1762
1953
  expected: "(HiddenValues | undefined)",
1763
1954
  value: input3.hiddenValues
@@ -1798,7 +1989,7 @@ var validBoxPlotRequest = (input) => {
1798
1989
  path: _path2 + ".lst[0]",
1799
1990
  expected: "(FullyBoundedBin | StartUnboundedBin)",
1800
1991
  value: input3.lst[0]
1801
- })) && $vu3(input3.lst[0], _path2 + ".lst[0]", _exceptionable2) || $report(_exceptionable2, {
1992
+ })) && $vu4(input3.lst[0], _path2 + ".lst[0]", _exceptionable2) || $report(_exceptionable2, {
1802
1993
  path: _path2 + ".lst[0]",
1803
1994
  expected: "(FullyBoundedBin | StartUnboundedBin)",
1804
1995
  value: input3.lst[0]
@@ -1807,7 +1998,7 @@ var validBoxPlotRequest = (input) => {
1807
1998
  path: _path2 + ".lst[1]",
1808
1999
  expected: "(FullyBoundedBin | StopUnboundedBin)",
1809
2000
  value: input3.lst[1]
1810
- })) && $vu4(input3.lst[1], _path2 + ".lst[1]", _exceptionable2) || $report(_exceptionable2, {
2001
+ })) && $vu5(input3.lst[1], _path2 + ".lst[1]", _exceptionable2) || $report(_exceptionable2, {
1811
2002
  path: _path2 + ".lst[1]",
1812
2003
  expected: "(FullyBoundedBin | StopUnboundedBin)",
1813
2004
  value: input3.lst[1]
@@ -1817,7 +2008,7 @@ var validBoxPlotRequest = (input) => {
1817
2008
  expected: "[StartUnboundedBin | FullyBoundedBin, FullyBoundedBin | StopUnboundedBin]",
1818
2009
  value: input3.lst
1819
2010
  })].every((flag) => flag);
1820
- const $vo40 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2011
+ const $vo42 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1821
2012
  path: _path2 + ".hiddenValues",
1822
2013
  expected: "(HiddenValues | undefined)",
1823
2014
  value: input3.hiddenValues
@@ -1854,7 +2045,7 @@ var validBoxPlotRequest = (input) => {
1854
2045
  expected: "undefined",
1855
2046
  value: input3.type
1856
2047
  }))].every((flag) => flag);
1857
- const $vo41 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2048
+ const $vo43 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1858
2049
  path: _path2 + ".hiddenValues",
1859
2050
  expected: "(HiddenValues | undefined)",
1860
2051
  value: input3.hiddenValues
@@ -1882,12 +2073,12 @@ var validBoxPlotRequest = (input) => {
1882
2073
  path: _path2 + ".knots",
1883
2074
  expected: "Array<__type>.o3",
1884
2075
  value: input3.knots
1885
- })) && input3.knots.map((elem, _index24) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1886
- path: _path2 + ".knots[" + _index24 + "]",
2076
+ })) && input3.knots.map((elem, _index30) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2077
+ path: _path2 + ".knots[" + _index30 + "]",
1887
2078
  expected: "__type.o6",
1888
2079
  value: elem
1889
- })) && $vo42(elem, _path2 + ".knots[" + _index24 + "]", _exceptionable2) || $report(_exceptionable2, {
1890
- path: _path2 + ".knots[" + _index24 + "]",
2080
+ })) && $vo44(elem, _path2 + ".knots[" + _index30 + "]", _exceptionable2) || $report(_exceptionable2, {
2081
+ path: _path2 + ".knots[" + _index30 + "]",
1891
2082
  expected: "__type.o6",
1892
2083
  value: elem
1893
2084
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1903,12 +2094,12 @@ var validBoxPlotRequest = (input) => {
1903
2094
  expected: "undefined",
1904
2095
  value: input3.type
1905
2096
  }))].every((flag) => flag);
1906
- const $vo42 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
2097
+ const $vo44 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
1907
2098
  path: _path2 + ".value",
1908
2099
  expected: "number",
1909
2100
  value: input3.value
1910
2101
  })].every((flag) => flag);
1911
- const $vo43 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2102
+ const $vo45 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
1912
2103
  path: _path2 + ".id",
1913
2104
  expected: "(string | undefined)",
1914
2105
  value: input3.id
@@ -1936,7 +2127,7 @@ var validBoxPlotRequest = (input) => {
1936
2127
  path: _path2 + ".q",
1937
2128
  expected: "SnpsQ",
1938
2129
  value: input3.q
1939
- })) && $vo44(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2130
+ })) && $vo46(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
1940
2131
  path: _path2 + ".q",
1941
2132
  expected: "SnpsQ",
1942
2133
  value: input3.q
@@ -1944,12 +2135,12 @@ var validBoxPlotRequest = (input) => {
1944
2135
  path: _path2 + ".term",
1945
2136
  expected: "SnpsTerm",
1946
2137
  value: input3.term
1947
- })) && $vo46(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2138
+ })) && $vo48(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1948
2139
  path: _path2 + ".term",
1949
2140
  expected: "SnpsTerm",
1950
2141
  value: input3.term
1951
2142
  })].every((flag) => flag);
1952
- const $vo44 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2143
+ const $vo46 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1953
2144
  path: _path2 + ".hiddenValues",
1954
2145
  expected: "(HiddenValues | undefined)",
1955
2146
  value: input3.hiddenValues
@@ -2005,7 +2196,7 @@ var validBoxPlotRequest = (input) => {
2005
2196
  path: _path2 + ".restrictAncestry",
2006
2197
  expected: "RestrictAncestry",
2007
2198
  value: input3.restrictAncestry
2008
- })) && $vo45(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
2199
+ })) && $vo47(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
2009
2200
  path: _path2 + ".restrictAncestry",
2010
2201
  expected: "RestrictAncestry",
2011
2202
  value: input3.restrictAncestry
@@ -2030,7 +2221,7 @@ var validBoxPlotRequest = (input) => {
2030
2221
  expected: "number",
2031
2222
  value: input3.stop
2032
2223
  })].every((flag) => flag);
2033
- const $vo45 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2224
+ const $vo47 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2034
2225
  path: _path2 + ".name",
2035
2226
  expected: "string",
2036
2227
  value: input3.name
@@ -2038,12 +2229,12 @@ var validBoxPlotRequest = (input) => {
2038
2229
  path: _path2 + ".tvs",
2039
2230
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
2040
2231
  value: input3.tvs
2041
- })) && $vu7(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
2232
+ })) && $vu8(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
2042
2233
  path: _path2 + ".tvs",
2043
2234
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
2044
2235
  value: input3.tvs
2045
2236
  })].every((flag) => flag);
2046
- const $vo46 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2237
+ const $vo48 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2047
2238
  path: _path2 + ".id",
2048
2239
  expected: "string",
2049
2240
  value: input3.id
@@ -2059,8 +2250,8 @@ var validBoxPlotRequest = (input) => {
2059
2250
  path: _path2 + ".child_types",
2060
2251
  expected: "(Array<string> | undefined)",
2061
2252
  value: input3.child_types
2062
- })) && input3.child_types.map((elem, _index25) => "string" === typeof elem || $report(_exceptionable2, {
2063
- path: _path2 + ".child_types[" + _index25 + "]",
2253
+ })) && input3.child_types.map((elem, _index31) => "string" === typeof elem || $report(_exceptionable2, {
2254
+ path: _path2 + ".child_types[" + _index31 + "]",
2064
2255
  expected: "string",
2065
2256
  value: elem
2066
2257
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2075,8 +2266,8 @@ var validBoxPlotRequest = (input) => {
2075
2266
  path: _path2 + ".included_types",
2076
2267
  expected: "(Array<string> | undefined)",
2077
2268
  value: input3.included_types
2078
- })) && input3.included_types.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
2079
- path: _path2 + ".included_types[" + _index26 + "]",
2269
+ })) && input3.included_types.map((elem, _index32) => "string" === typeof elem || $report(_exceptionable2, {
2270
+ path: _path2 + ".included_types[" + _index32 + "]",
2080
2271
  expected: "string",
2081
2272
  value: elem
2082
2273
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2107,12 +2298,12 @@ var validBoxPlotRequest = (input) => {
2107
2298
  path: _path2 + ".snps",
2108
2299
  expected: "(Array<SnpsEntry> | undefined)",
2109
2300
  value: input3.snps
2110
- })) && input3.snps.map((elem, _index27) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2111
- path: _path2 + ".snps[" + _index27 + "]",
2301
+ })) && input3.snps.map((elem, _index33) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2302
+ path: _path2 + ".snps[" + _index33 + "]",
2112
2303
  expected: "SnpsEntry",
2113
2304
  value: elem
2114
- })) && $vo47(elem, _path2 + ".snps[" + _index27 + "]", _exceptionable2) || $report(_exceptionable2, {
2115
- path: _path2 + ".snps[" + _index27 + "]",
2305
+ })) && $vo49(elem, _path2 + ".snps[" + _index33 + "]", _exceptionable2) || $report(_exceptionable2, {
2306
+ path: _path2 + ".snps[" + _index33 + "]",
2116
2307
  expected: "SnpsEntry",
2117
2308
  value: elem
2118
2309
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2120,12 +2311,12 @@ var validBoxPlotRequest = (input) => {
2120
2311
  expected: "(Array<SnpsEntry> | undefined)",
2121
2312
  value: input3.snps
2122
2313
  })].every((flag) => flag);
2123
- const $vo47 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
2314
+ const $vo49 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
2124
2315
  path: _path2 + ".altAlleles",
2125
2316
  expected: "(Array<string> | undefined)",
2126
2317
  value: input3.altAlleles
2127
- })) && input3.altAlleles.map((elem, _index28) => "string" === typeof elem || $report(_exceptionable2, {
2128
- path: _path2 + ".altAlleles[" + _index28 + "]",
2318
+ })) && input3.altAlleles.map((elem, _index34) => "string" === typeof elem || $report(_exceptionable2, {
2319
+ path: _path2 + ".altAlleles[" + _index34 + "]",
2129
2320
  expected: "string",
2130
2321
  value: elem
2131
2322
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2136,12 +2327,12 @@ var validBoxPlotRequest = (input) => {
2136
2327
  path: _path2 + ".alleles",
2137
2328
  expected: "(Array<AllelesEntry> | undefined)",
2138
2329
  value: input3.alleles
2139
- })) && input3.alleles.map((elem, _index29) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2140
- path: _path2 + ".alleles[" + _index29 + "]",
2330
+ })) && input3.alleles.map((elem, _index35) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2331
+ path: _path2 + ".alleles[" + _index35 + "]",
2141
2332
  expected: "AllelesEntry",
2142
2333
  value: elem
2143
- })) && $vo48(elem, _path2 + ".alleles[" + _index29 + "]", _exceptionable2) || $report(_exceptionable2, {
2144
- path: _path2 + ".alleles[" + _index29 + "]",
2334
+ })) && $vo50(elem, _path2 + ".alleles[" + _index35 + "]", _exceptionable2) || $report(_exceptionable2, {
2335
+ path: _path2 + ".alleles[" + _index35 + "]",
2145
2336
  expected: "AllelesEntry",
2146
2337
  value: elem
2147
2338
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2156,7 +2347,7 @@ var validBoxPlotRequest = (input) => {
2156
2347
  path: _path2 + ".gt2count",
2157
2348
  expected: "(__type.o7 | undefined)",
2158
2349
  value: input3.gt2count
2159
- })) && $vo49(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
2350
+ })) && $vo51(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
2160
2351
  path: _path2 + ".gt2count",
2161
2352
  expected: "(__type.o7 | undefined)",
2162
2353
  value: input3.gt2count
@@ -2185,7 +2376,7 @@ var validBoxPlotRequest = (input) => {
2185
2376
  expected: "(number | undefined)",
2186
2377
  value: input3.pos
2187
2378
  })].every((flag) => flag);
2188
- const $vo48 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
2379
+ const $vo50 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
2189
2380
  path: _path2 + ".allele",
2190
2381
  expected: "string",
2191
2382
  value: input3.allele
@@ -2198,7 +2389,7 @@ var validBoxPlotRequest = (input) => {
2198
2389
  expected: "boolean",
2199
2390
  value: input3.isRef
2200
2391
  })].every((flag) => flag);
2201
- const $vo49 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
2392
+ const $vo51 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
2202
2393
  path: _path2 + ".k",
2203
2394
  expected: "string",
2204
2395
  value: input3.k
@@ -2207,7 +2398,7 @@ var validBoxPlotRequest = (input) => {
2207
2398
  expected: "(number | string)",
2208
2399
  value: input3.v
2209
2400
  })].every((flag) => flag);
2210
- const $vo50 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2401
+ const $vo52 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2211
2402
  path: _path2 + ".id",
2212
2403
  expected: "(string | undefined)",
2213
2404
  value: input3.id
@@ -2233,22 +2424,22 @@ var validBoxPlotRequest = (input) => {
2233
2424
  value: input3.minNumSamples
2234
2425
  }), true, ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2235
2426
  path: _path2 + ".term",
2236
- 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; })',
2427
+ expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | 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 & { values: SampleLstTermValues; })',
2237
2428
  value: input3.term
2238
- })) && $vu11(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2429
+ })) && $vu12(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2239
2430
  path: _path2 + ".term",
2240
- 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; })',
2431
+ expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | 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 & { values: SampleLstTermValues; })',
2241
2432
  value: input3.term
2242
2433
  }), ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) || $report(_exceptionable2, {
2243
2434
  path: _path2 + ".q",
2244
2435
  expected: "(BaseQ | BinaryNumericQ | ConditionQ | ContinuousNumericQ | CustomGroupSettingQ | CustomNumericBinConfig | FilterQ | PredefinedGroupSettingQ | RegularNumericBinConfig | SampleLstQ | SnpsQ | SplineNumericQ | ValuesQ)",
2245
2436
  value: input3.q
2246
- })) && $vu12(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2437
+ })) && $vu13(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2247
2438
  path: _path2 + ".q",
2248
2439
  expected: "(BaseQ | BinaryNumericQ | ConditionQ | ContinuousNumericQ | CustomGroupSettingQ | CustomNumericBinConfig | FilterQ | PredefinedGroupSettingQ | RegularNumericBinConfig | SampleLstQ | SnpsQ | SplineNumericQ | ValuesQ)",
2249
2440
  value: input3.q
2250
2441
  })].every((flag) => flag);
2251
- const $vo51 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2442
+ const $vo53 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2252
2443
  path: _path2 + ".id",
2253
2444
  expected: "string",
2254
2445
  value: input3.id
@@ -2264,8 +2455,8 @@ var validBoxPlotRequest = (input) => {
2264
2455
  path: _path2 + ".child_types",
2265
2456
  expected: "(Array<string> | undefined)",
2266
2457
  value: input3.child_types
2267
- })) && input3.child_types.map((elem, _index30) => "string" === typeof elem || $report(_exceptionable2, {
2268
- path: _path2 + ".child_types[" + _index30 + "]",
2458
+ })) && input3.child_types.map((elem, _index36) => "string" === typeof elem || $report(_exceptionable2, {
2459
+ path: _path2 + ".child_types[" + _index36 + "]",
2269
2460
  expected: "string",
2270
2461
  value: elem
2271
2462
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2280,8 +2471,8 @@ var validBoxPlotRequest = (input) => {
2280
2471
  path: _path2 + ".included_types",
2281
2472
  expected: "(Array<string> | undefined)",
2282
2473
  value: input3.included_types
2283
- })) && input3.included_types.map((elem, _index31) => "string" === typeof elem || $report(_exceptionable2, {
2284
- path: _path2 + ".included_types[" + _index31 + "]",
2474
+ })) && input3.included_types.map((elem, _index37) => "string" === typeof elem || $report(_exceptionable2, {
2475
+ path: _path2 + ".included_types[" + _index37 + "]",
2285
2476
  expected: "string",
2286
2477
  value: elem
2287
2478
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2324,6 +2515,22 @@ var validBoxPlotRequest = (input) => {
2324
2515
  path: _path2 + ".stop",
2325
2516
  expected: "(number | undefined)",
2326
2517
  value: input3.stop
2518
+ }), (Array.isArray(input3.genes) || $report(_exceptionable2, {
2519
+ path: _path2 + ".genes",
2520
+ expected: "Array<GvGeneTerm>",
2521
+ value: input3.genes
2522
+ })) && input3.genes.map((elem, _index38) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2523
+ path: _path2 + ".genes[" + _index38 + "]",
2524
+ expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2525
+ value: elem
2526
+ })) && $vu3(elem, _path2 + ".genes[" + _index38 + "]", _exceptionable2) || $report(_exceptionable2, {
2527
+ path: _path2 + ".genes[" + _index38 + "]",
2528
+ expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2529
+ value: elem
2530
+ })).every((flag) => flag) || $report(_exceptionable2, {
2531
+ path: _path2 + ".genes",
2532
+ expected: "Array<GvGeneTerm>",
2533
+ value: input3.genes
2327
2534
  }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
2328
2535
  path: _path2 + ".groupsetting",
2329
2536
  expected: "TermGroupSetting",
@@ -2336,12 +2543,12 @@ var validBoxPlotRequest = (input) => {
2336
2543
  path: _path2 + ".childTerms",
2337
2544
  expected: "Array<DtTerm>",
2338
2545
  value: input3.childTerms
2339
- })) && input3.childTerms.map((elem, _index32) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2340
- path: _path2 + ".childTerms[" + _index32 + "]",
2546
+ })) && input3.childTerms.map((elem, _index39) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2547
+ path: _path2 + ".childTerms[" + _index39 + "]",
2341
2548
  expected: "DtTerm",
2342
2549
  value: elem
2343
- })) && $vo34(elem, _path2 + ".childTerms[" + _index32 + "]", _exceptionable2) || $report(_exceptionable2, {
2344
- path: _path2 + ".childTerms[" + _index32 + "]",
2550
+ })) && $vo34(elem, _path2 + ".childTerms[" + _index39 + "]", _exceptionable2) || $report(_exceptionable2, {
2551
+ path: _path2 + ".childTerms[" + _index39 + "]",
2345
2552
  expected: "DtTerm",
2346
2553
  value: elem
2347
2554
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2349,7 +2556,7 @@ var validBoxPlotRequest = (input) => {
2349
2556
  expected: "Array<DtTerm>",
2350
2557
  value: input3.childTerms
2351
2558
  })].every((flag) => flag);
2352
- const $vo52 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2559
+ const $vo54 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2353
2560
  path: _path2 + ".id",
2354
2561
  expected: "string",
2355
2562
  value: input3.id
@@ -2365,8 +2572,8 @@ var validBoxPlotRequest = (input) => {
2365
2572
  path: _path2 + ".child_types",
2366
2573
  expected: "(Array<string> | undefined)",
2367
2574
  value: input3.child_types
2368
- })) && input3.child_types.map((elem, _index33) => "string" === typeof elem || $report(_exceptionable2, {
2369
- path: _path2 + ".child_types[" + _index33 + "]",
2575
+ })) && input3.child_types.map((elem, _index40) => "string" === typeof elem || $report(_exceptionable2, {
2576
+ path: _path2 + ".child_types[" + _index40 + "]",
2370
2577
  expected: "string",
2371
2578
  value: elem
2372
2579
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2381,8 +2588,8 @@ var validBoxPlotRequest = (input) => {
2381
2588
  path: _path2 + ".included_types",
2382
2589
  expected: "(Array<string> | undefined)",
2383
2590
  value: input3.included_types
2384
- })) && input3.included_types.map((elem, _index34) => "string" === typeof elem || $report(_exceptionable2, {
2385
- path: _path2 + ".included_types[" + _index34 + "]",
2591
+ })) && input3.included_types.map((elem, _index41) => "string" === typeof elem || $report(_exceptionable2, {
2592
+ path: _path2 + ".included_types[" + _index41 + "]",
2386
2593
  expected: "string",
2387
2594
  value: elem
2388
2595
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2421,6 +2628,22 @@ var validBoxPlotRequest = (input) => {
2421
2628
  path: _path2 + ".stop",
2422
2629
  expected: "number",
2423
2630
  value: input3.stop
2631
+ }), (Array.isArray(input3.genes) || $report(_exceptionable2, {
2632
+ path: _path2 + ".genes",
2633
+ expected: "Array<GvGeneTerm>",
2634
+ value: input3.genes
2635
+ })) && input3.genes.map((elem, _index42) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2636
+ path: _path2 + ".genes[" + _index42 + "]",
2637
+ expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2638
+ value: elem
2639
+ })) && $vu3(elem, _path2 + ".genes[" + _index42 + "]", _exceptionable2) || $report(_exceptionable2, {
2640
+ path: _path2 + ".genes[" + _index42 + "]",
2641
+ expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2642
+ value: elem
2643
+ })).every((flag) => flag) || $report(_exceptionable2, {
2644
+ path: _path2 + ".genes",
2645
+ expected: "Array<GvGeneTerm>",
2646
+ value: input3.genes
2424
2647
  }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
2425
2648
  path: _path2 + ".groupsetting",
2426
2649
  expected: "TermGroupSetting",
@@ -2433,12 +2656,12 @@ var validBoxPlotRequest = (input) => {
2433
2656
  path: _path2 + ".childTerms",
2434
2657
  expected: "Array<DtTerm>",
2435
2658
  value: input3.childTerms
2436
- })) && input3.childTerms.map((elem, _index35) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2437
- path: _path2 + ".childTerms[" + _index35 + "]",
2659
+ })) && input3.childTerms.map((elem, _index43) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2660
+ path: _path2 + ".childTerms[" + _index43 + "]",
2438
2661
  expected: "DtTerm",
2439
2662
  value: elem
2440
- })) && $vo34(elem, _path2 + ".childTerms[" + _index35 + "]", _exceptionable2) || $report(_exceptionable2, {
2441
- path: _path2 + ".childTerms[" + _index35 + "]",
2663
+ })) && $vo34(elem, _path2 + ".childTerms[" + _index43 + "]", _exceptionable2) || $report(_exceptionable2, {
2664
+ path: _path2 + ".childTerms[" + _index43 + "]",
2442
2665
  expected: "DtTerm",
2443
2666
  value: elem
2444
2667
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2446,7 +2669,7 @@ var validBoxPlotRequest = (input) => {
2446
2669
  expected: "Array<DtTerm>",
2447
2670
  value: input3.childTerms
2448
2671
  })].every((flag) => flag);
2449
- const $vo53 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2672
+ const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2450
2673
  path: _path2 + ".id",
2451
2674
  expected: "string",
2452
2675
  value: input3.id
@@ -2462,8 +2685,8 @@ var validBoxPlotRequest = (input) => {
2462
2685
  path: _path2 + ".child_types",
2463
2686
  expected: "(Array<string> | undefined)",
2464
2687
  value: input3.child_types
2465
- })) && input3.child_types.map((elem, _index36) => "string" === typeof elem || $report(_exceptionable2, {
2466
- path: _path2 + ".child_types[" + _index36 + "]",
2688
+ })) && input3.child_types.map((elem, _index44) => "string" === typeof elem || $report(_exceptionable2, {
2689
+ path: _path2 + ".child_types[" + _index44 + "]",
2467
2690
  expected: "string",
2468
2691
  value: elem
2469
2692
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2478,8 +2701,8 @@ var validBoxPlotRequest = (input) => {
2478
2701
  path: _path2 + ".included_types",
2479
2702
  expected: "(Array<string> | undefined)",
2480
2703
  value: input3.included_types
2481
- })) && input3.included_types.map((elem, _index37) => "string" === typeof elem || $report(_exceptionable2, {
2482
- path: _path2 + ".included_types[" + _index37 + "]",
2704
+ })) && input3.included_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
2705
+ path: _path2 + ".included_types[" + _index45 + "]",
2483
2706
  expected: "string",
2484
2707
  value: elem
2485
2708
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2511,7 +2734,7 @@ var validBoxPlotRequest = (input) => {
2511
2734
  expected: "TermGroupSetting",
2512
2735
  value: input3.groupsetting
2513
2736
  })].every((flag) => flag);
2514
- const $vo54 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2737
+ const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2515
2738
  path: _path2 + ".id",
2516
2739
  expected: "string",
2517
2740
  value: input3.id
@@ -2527,8 +2750,8 @@ var validBoxPlotRequest = (input) => {
2527
2750
  path: _path2 + ".child_types",
2528
2751
  expected: "(Array<string> | undefined)",
2529
2752
  value: input3.child_types
2530
- })) && input3.child_types.map((elem, _index38) => "string" === typeof elem || $report(_exceptionable2, {
2531
- path: _path2 + ".child_types[" + _index38 + "]",
2753
+ })) && input3.child_types.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
2754
+ path: _path2 + ".child_types[" + _index46 + "]",
2532
2755
  expected: "string",
2533
2756
  value: elem
2534
2757
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2543,8 +2766,8 @@ var validBoxPlotRequest = (input) => {
2543
2766
  path: _path2 + ".included_types",
2544
2767
  expected: "(Array<string> | undefined)",
2545
2768
  value: input3.included_types
2546
- })) && input3.included_types.map((elem, _index39) => "string" === typeof elem || $report(_exceptionable2, {
2547
- path: _path2 + ".included_types[" + _index39 + "]",
2769
+ })) && input3.included_types.map((elem, _index47) => "string" === typeof elem || $report(_exceptionable2, {
2770
+ path: _path2 + ".included_types[" + _index47 + "]",
2548
2771
  expected: "string",
2549
2772
  value: elem
2550
2773
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2588,7 +2811,7 @@ var validBoxPlotRequest = (input) => {
2588
2811
  expected: "(__type.o3 | undefined)",
2589
2812
  value: input3.continuousColorScale
2590
2813
  })].every((flag) => flag);
2591
- const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2814
+ const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2592
2815
  path: _path2 + ".id",
2593
2816
  expected: "string",
2594
2817
  value: input3.id
@@ -2604,8 +2827,8 @@ var validBoxPlotRequest = (input) => {
2604
2827
  path: _path2 + ".child_types",
2605
2828
  expected: "(Array<string> | undefined)",
2606
2829
  value: input3.child_types
2607
- })) && input3.child_types.map((elem, _index40) => "string" === typeof elem || $report(_exceptionable2, {
2608
- path: _path2 + ".child_types[" + _index40 + "]",
2830
+ })) && input3.child_types.map((elem, _index48) => "string" === typeof elem || $report(_exceptionable2, {
2831
+ path: _path2 + ".child_types[" + _index48 + "]",
2609
2832
  expected: "string",
2610
2833
  value: elem
2611
2834
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2620,8 +2843,8 @@ var validBoxPlotRequest = (input) => {
2620
2843
  path: _path2 + ".included_types",
2621
2844
  expected: "(Array<string> | undefined)",
2622
2845
  value: input3.included_types
2623
- })) && input3.included_types.map((elem, _index41) => "string" === typeof elem || $report(_exceptionable2, {
2624
- path: _path2 + ".included_types[" + _index41 + "]",
2846
+ })) && input3.included_types.map((elem, _index49) => "string" === typeof elem || $report(_exceptionable2, {
2847
+ path: _path2 + ".included_types[" + _index49 + "]",
2625
2848
  expected: "string",
2626
2849
  value: elem
2627
2850
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2645,7 +2868,7 @@ var validBoxPlotRequest = (input) => {
2645
2868
  expected: "(boolean | undefined)",
2646
2869
  value: input3.skipValuesBuild
2647
2870
  })].every((flag) => flag);
2648
- const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2871
+ const $vo58 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2649
2872
  path: _path2 + ".id",
2650
2873
  expected: "string",
2651
2874
  value: input3.id
@@ -2661,8 +2884,8 @@ var validBoxPlotRequest = (input) => {
2661
2884
  path: _path2 + ".child_types",
2662
2885
  expected: "(Array<string> | undefined)",
2663
2886
  value: input3.child_types
2664
- })) && input3.child_types.map((elem, _index42) => "string" === typeof elem || $report(_exceptionable2, {
2665
- path: _path2 + ".child_types[" + _index42 + "]",
2887
+ })) && input3.child_types.map((elem, _index50) => "string" === typeof elem || $report(_exceptionable2, {
2888
+ path: _path2 + ".child_types[" + _index50 + "]",
2666
2889
  expected: "string",
2667
2890
  value: elem
2668
2891
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2677,8 +2900,8 @@ var validBoxPlotRequest = (input) => {
2677
2900
  path: _path2 + ".included_types",
2678
2901
  expected: "(Array<string> | undefined)",
2679
2902
  value: input3.included_types
2680
- })) && input3.included_types.map((elem, _index43) => "string" === typeof elem || $report(_exceptionable2, {
2681
- path: _path2 + ".included_types[" + _index43 + "]",
2903
+ })) && input3.included_types.map((elem, _index51) => "string" === typeof elem || $report(_exceptionable2, {
2904
+ path: _path2 + ".included_types[" + _index51 + "]",
2682
2905
  expected: "string",
2683
2906
  value: elem
2684
2907
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2709,12 +2932,12 @@ var validBoxPlotRequest = (input) => {
2709
2932
  path: _path2 + ".snps",
2710
2933
  expected: "(Array<SnpsEntry> | undefined)",
2711
2934
  value: input3.snps
2712
- })) && input3.snps.map((elem, _index44) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2713
- path: _path2 + ".snps[" + _index44 + "]",
2935
+ })) && input3.snps.map((elem, _index52) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2936
+ path: _path2 + ".snps[" + _index52 + "]",
2714
2937
  expected: "SnpsEntry",
2715
2938
  value: elem
2716
- })) && $vo47(elem, _path2 + ".snps[" + _index44 + "]", _exceptionable2) || $report(_exceptionable2, {
2717
- path: _path2 + ".snps[" + _index44 + "]",
2939
+ })) && $vo49(elem, _path2 + ".snps[" + _index52 + "]", _exceptionable2) || $report(_exceptionable2, {
2940
+ path: _path2 + ".snps[" + _index52 + "]",
2718
2941
  expected: "SnpsEntry",
2719
2942
  value: elem
2720
2943
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2722,7 +2945,7 @@ var validBoxPlotRequest = (input) => {
2722
2945
  expected: "(Array<SnpsEntry> | undefined)",
2723
2946
  value: input3.snps
2724
2947
  })].every((flag) => flag);
2725
- const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2948
+ const $vo59 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2726
2949
  path: _path2 + ".id",
2727
2950
  expected: "string",
2728
2951
  value: input3.id
@@ -2738,8 +2961,8 @@ var validBoxPlotRequest = (input) => {
2738
2961
  path: _path2 + ".child_types",
2739
2962
  expected: "(Array<string> | undefined)",
2740
2963
  value: input3.child_types
2741
- })) && input3.child_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
2742
- path: _path2 + ".child_types[" + _index45 + "]",
2964
+ })) && input3.child_types.map((elem, _index53) => "string" === typeof elem || $report(_exceptionable2, {
2965
+ path: _path2 + ".child_types[" + _index53 + "]",
2743
2966
  expected: "string",
2744
2967
  value: elem
2745
2968
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2754,8 +2977,8 @@ var validBoxPlotRequest = (input) => {
2754
2977
  path: _path2 + ".included_types",
2755
2978
  expected: "(Array<string> | undefined)",
2756
2979
  value: input3.included_types
2757
- })) && input3.included_types.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
2758
- path: _path2 + ".included_types[" + _index46 + "]",
2980
+ })) && input3.included_types.map((elem, _index54) => "string" === typeof elem || $report(_exceptionable2, {
2981
+ path: _path2 + ".included_types[" + _index54 + "]",
2759
2982
  expected: "string",
2760
2983
  value: elem
2761
2984
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2770,7 +2993,7 @@ var validBoxPlotRequest = (input) => {
2770
2993
  path: _path2 + ".values",
2771
2994
  expected: "(TermValues & SampleLstTermValues | undefined)",
2772
2995
  value: input3.values
2773
- })) && $vo58(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2996
+ })) && $vo60(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2774
2997
  path: _path2 + ".values",
2775
2998
  expected: "(TermValues & SampleLstTermValues | undefined)",
2776
2999
  value: input3.values
@@ -2779,7 +3002,7 @@ var validBoxPlotRequest = (input) => {
2779
3002
  expected: "(boolean | undefined)",
2780
3003
  value: input3.skipValuesBuild
2781
3004
  })].every((flag) => flag);
2782
- const $vo58 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3005
+ const $vo60 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2783
3006
  const value = input3[key];
2784
3007
  if (void 0 === value)
2785
3008
  return true;
@@ -2788,7 +3011,7 @@ var validBoxPlotRequest = (input) => {
2788
3011
  path: _path2 + $join(key),
2789
3012
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
2790
3013
  value
2791
- })) && $vo59(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3014
+ })) && $vo61(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2792
3015
  path: _path2 + $join(key),
2793
3016
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
2794
3017
  value
@@ -2798,14 +3021,14 @@ var validBoxPlotRequest = (input) => {
2798
3021
  path: _path2 + $join(key),
2799
3022
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
2800
3023
  value
2801
- })) && $vo59(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3024
+ })) && $vo61(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2802
3025
  path: _path2 + $join(key),
2803
3026
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
2804
3027
  value
2805
3028
  });
2806
3029
  return true;
2807
3030
  }).every((flag) => flag)].every((flag) => flag);
2808
- const $vo59 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
3031
+ const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
2809
3032
  path: _path2 + ".key",
2810
3033
  expected: "(string | undefined)",
2811
3034
  value: input3.key
@@ -2849,12 +3072,12 @@ var validBoxPlotRequest = (input) => {
2849
3072
  path: _path2 + ".list",
2850
3073
  expected: "Array<__type>.o4",
2851
3074
  value: input3.list
2852
- })) && input3.list.map((elem, _index47) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2853
- path: _path2 + ".list[" + _index47 + "]",
3075
+ })) && input3.list.map((elem, _index55) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3076
+ path: _path2 + ".list[" + _index55 + "]",
2854
3077
  expected: "__type.o8",
2855
3078
  value: elem
2856
- })) && $vo60(elem, _path2 + ".list[" + _index47 + "]", _exceptionable2) || $report(_exceptionable2, {
2857
- path: _path2 + ".list[" + _index47 + "]",
3079
+ })) && $vo62(elem, _path2 + ".list[" + _index55 + "]", _exceptionable2) || $report(_exceptionable2, {
3080
+ path: _path2 + ".list[" + _index55 + "]",
2858
3081
  expected: "__type.o8",
2859
3082
  value: elem
2860
3083
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2862,7 +3085,7 @@ var validBoxPlotRequest = (input) => {
2862
3085
  expected: "Array<__type>.o4",
2863
3086
  value: input3.list
2864
3087
  }), true].every((flag) => flag);
2865
- const $vo60 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.sampleId || $report(_exceptionable2, {
3088
+ const $vo62 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.sampleId || $report(_exceptionable2, {
2866
3089
  path: _path2 + ".sampleId",
2867
3090
  expected: "string",
2868
3091
  value: input3.sampleId
@@ -2871,7 +3094,7 @@ var validBoxPlotRequest = (input) => {
2871
3094
  expected: "string",
2872
3095
  value: input3.sample
2873
3096
  })].every((flag) => flag);
2874
- const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3097
+ const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2875
3098
  path: _path2 + ".hiddenValues",
2876
3099
  expected: "(HiddenValues | undefined)",
2877
3100
  value: input3.hiddenValues
@@ -2900,7 +3123,7 @@ var validBoxPlotRequest = (input) => {
2900
3123
  expected: '("custom-bin" | "custom-groupset" | "custom-samplelst" | "filter" | "predefined-groupset" | "regular-bin" | "values" | undefined)',
2901
3124
  value: input3.type
2902
3125
  })].every((flag) => flag);
2903
- const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3126
+ const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2904
3127
  path: _path2 + ".hiddenValues",
2905
3128
  expected: "(HiddenValues | undefined)",
2906
3129
  value: input3.hiddenValues
@@ -2940,8 +3163,8 @@ var validBoxPlotRequest = (input) => {
2940
3163
  path: _path2 + ".breaks",
2941
3164
  expected: "(Array<number> | undefined)",
2942
3165
  value: input3.breaks
2943
- })) && input3.breaks.map((elem, _index48) => "number" === typeof elem || $report(_exceptionable2, {
2944
- path: _path2 + ".breaks[" + _index48 + "]",
3166
+ })) && input3.breaks.map((elem, _index56) => "number" === typeof elem || $report(_exceptionable2, {
3167
+ path: _path2 + ".breaks[" + _index56 + "]",
2945
3168
  expected: "number",
2946
3169
  value: elem
2947
3170
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2965,7 +3188,7 @@ var validBoxPlotRequest = (input) => {
2965
3188
  expected: "(boolean | undefined)",
2966
3189
  value: input3.value_by_computable_grade
2967
3190
  }), true].every((flag) => flag);
2968
- const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3191
+ const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2969
3192
  path: _path2 + ".hiddenValues",
2970
3193
  expected: "(HiddenValues | undefined)",
2971
3194
  value: input3.hiddenValues
@@ -2997,12 +3220,12 @@ var validBoxPlotRequest = (input) => {
2997
3220
  path: _path2 + ".groups",
2998
3221
  expected: "SampleLstTermValues",
2999
3222
  value: input3.groups
3000
- })) && $vo64(input3.groups, _path2 + ".groups", _exceptionable2) || $report(_exceptionable2, {
3223
+ })) && $vo66(input3.groups, _path2 + ".groups", _exceptionable2) || $report(_exceptionable2, {
3001
3224
  path: _path2 + ".groups",
3002
3225
  expected: "SampleLstTermValues",
3003
3226
  value: input3.groups
3004
3227
  })].every((flag) => flag);
3005
- const $vo64 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3228
+ const $vo66 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3006
3229
  const value = input3[key];
3007
3230
  if (void 0 === value)
3008
3231
  return true;
@@ -3011,7 +3234,7 @@ var validBoxPlotRequest = (input) => {
3011
3234
  path: _path2 + $join(key),
3012
3235
  expected: "__type.o9",
3013
3236
  value
3014
- })) && $vo65(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3237
+ })) && $vo67(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3015
3238
  path: _path2 + $join(key),
3016
3239
  expected: "__type.o9",
3017
3240
  value
@@ -3021,14 +3244,14 @@ var validBoxPlotRequest = (input) => {
3021
3244
  path: _path2 + $join(key),
3022
3245
  expected: "__type.o9",
3023
3246
  value
3024
- })) && $vo65(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3247
+ })) && $vo67(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3025
3248
  path: _path2 + $join(key),
3026
3249
  expected: "__type.o9",
3027
3250
  value
3028
3251
  });
3029
3252
  return true;
3030
3253
  }).every((flag) => flag)].every((flag) => flag);
3031
- const $vo65 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
3254
+ const $vo67 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
3032
3255
  path: _path2 + ".name",
3033
3256
  expected: "string",
3034
3257
  value: input3.name
@@ -3040,12 +3263,12 @@ var validBoxPlotRequest = (input) => {
3040
3263
  path: _path2 + ".list",
3041
3264
  expected: "Array<__type>.o4",
3042
3265
  value: input3.list
3043
- })) && input3.list.map((elem, _index49) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3044
- path: _path2 + ".list[" + _index49 + "]",
3266
+ })) && input3.list.map((elem, _index57) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3267
+ path: _path2 + ".list[" + _index57 + "]",
3045
3268
  expected: "__type.o8",
3046
3269
  value: elem
3047
- })) && $vo60(elem, _path2 + ".list[" + _index49 + "]", _exceptionable2) || $report(_exceptionable2, {
3048
- path: _path2 + ".list[" + _index49 + "]",
3270
+ })) && $vo62(elem, _path2 + ".list[" + _index57 + "]", _exceptionable2) || $report(_exceptionable2, {
3271
+ path: _path2 + ".list[" + _index57 + "]",
3049
3272
  expected: "__type.o8",
3050
3273
  value: elem
3051
3274
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3083,6 +3306,17 @@ var validBoxPlotRequest = (input) => {
3083
3306
  return $vo25(input3, _path2, _exceptionable2);
3084
3307
  })();
3085
3308
  const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
3309
+ if ("gene" === input3.kind)
3310
+ return $vo36(input3, _path2, _exceptionable2);
3311
+ if ("coord" === input3.kind)
3312
+ return $vo37(input3, _path2, _exceptionable2);
3313
+ return $report(_exceptionable2, {
3314
+ path: _path2,
3315
+ expected: "(BaseTerm & Gene | BaseTerm & Coord)",
3316
+ value: input3
3317
+ });
3318
+ })();
3319
+ const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
3086
3320
  if (true === input3.startunbounded)
3087
3321
  return $vo24(input3, _path2, _exceptionable2);
3088
3322
  if (void 0 !== input3.start)
@@ -3093,7 +3327,7 @@ var validBoxPlotRequest = (input) => {
3093
3327
  value: input3
3094
3328
  });
3095
3329
  })();
3096
- const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
3330
+ const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
3097
3331
  if (void 0 !== input3.stop)
3098
3332
  return $vo25(input3, _path2, _exceptionable2);
3099
3333
  if (true === input3.stopunbounded)
@@ -3104,12 +3338,12 @@ var validBoxPlotRequest = (input) => {
3104
3338
  value: input3
3105
3339
  });
3106
3340
  })();
3107
- const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
3341
+ const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
3108
3342
  if (void 0 !== input3.type)
3109
3343
  return $vo1(input3, _path2, _exceptionable2);
3110
- return $vo50(input3, _path2, false) || $vo43(input3, _path2, false) || $vo38(input3, _path2, false);
3344
+ return $vo52(input3, _path2, false) || $vo45(input3, _path2, false) || $vo40(input3, _path2, false);
3111
3345
  })();
3112
- const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
3346
+ const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
3113
3347
  if ("values" === input3.type)
3114
3348
  return $vo3(input3, _path2, _exceptionable2);
3115
3349
  if ("predefined-groupset" === input3.type)
@@ -3118,12 +3352,12 @@ var validBoxPlotRequest = (input) => {
3118
3352
  return $vo7(input3, _path2, _exceptionable2);
3119
3353
  return $vo5(input3, _path2, _exceptionable2);
3120
3354
  })();
3121
- const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
3355
+ const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
3122
3356
  if (void 0 !== input3.ranges)
3123
3357
  return $vo20(input3, _path2, _exceptionable2);
3124
3358
  return $vo14(input3, _path2, false) || $vo30(input3, _path2, false) || $vo33(input3, _path2, false);
3125
3359
  })();
3126
- const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
3360
+ const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
3127
3361
  if ("regular-bin" === input3.type)
3128
3362
  return $vo23(input3, _path2, _exceptionable2);
3129
3363
  if ("custom-bin" === input3.type)
@@ -3134,40 +3368,40 @@ var validBoxPlotRequest = (input) => {
3134
3368
  value: input3
3135
3369
  });
3136
3370
  })();
3137
- const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
3371
+ const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
3138
3372
  if ("gene" === input3.kind)
3139
3373
  return $vo35(input3, _path2, _exceptionable2);
3140
3374
  if ("coord" === input3.kind)
3141
- return $vo36(input3, _path2, _exceptionable2);
3375
+ return $vo38(input3, _path2, _exceptionable2);
3142
3376
  return $report(_exceptionable2, {
3143
3377
  path: _path2,
3144
- expected: '(BaseTerm & { type: "geneVariant"; } & GvGene & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & { type: "geneVariant"; } & GvCoord & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; })',
3378
+ expected: '(BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; })',
3145
3379
  value: input3
3146
3380
  });
3147
3381
  })();
3148
- const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
3382
+ const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
3149
3383
  if ("regular-bin" === input3.type)
3150
3384
  return $vo23(input3, _path2, _exceptionable2);
3151
3385
  if ("continuous" === input3.mode)
3152
- return $vo40(input3, _path2, _exceptionable2);
3386
+ return $vo42(input3, _path2, _exceptionable2);
3153
3387
  if ("spline" === input3.mode)
3154
- return $vo41(input3, _path2, _exceptionable2);
3155
- return $vo27(input3, _path2, false) || $vo39(input3, _path2, false);
3388
+ return $vo43(input3, _path2, _exceptionable2);
3389
+ return $vo27(input3, _path2, false) || $vo41(input3, _path2, false);
3156
3390
  })();
3157
- const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
3391
+ const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
3158
3392
  if ("gene" === input3.kind)
3159
- return $vo51(input3, _path2, _exceptionable2);
3393
+ return $vo53(input3, _path2, _exceptionable2);
3160
3394
  if ("coord" === input3.kind)
3161
- return $vo52(input3, _path2, _exceptionable2);
3395
+ return $vo54(input3, _path2, _exceptionable2);
3162
3396
  if ("categorical" === input3.type)
3163
- return $vo53(input3, _path2, _exceptionable2);
3397
+ return $vo55(input3, _path2, _exceptionable2);
3164
3398
  if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type)
3165
- return $vo54(input3, _path2, _exceptionable2);
3399
+ return $vo56(input3, _path2, _exceptionable2);
3166
3400
  if ("condition" === input3.type)
3167
- return $vo55(input3, _path2, _exceptionable2);
3168
- return $vo56(input3, _path2, false) || $vo57(input3, _path2, false);
3401
+ return $vo57(input3, _path2, _exceptionable2);
3402
+ return $vo58(input3, _path2, false) || $vo59(input3, _path2, false);
3169
3403
  })();
3170
- const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
3404
+ const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
3171
3405
  if (void 0 !== input3.predefined_groupset_idx)
3172
3406
  return $vo6(input3, _path2, _exceptionable2);
3173
3407
  if (void 0 !== input3.customset)
@@ -3175,15 +3409,15 @@ var validBoxPlotRequest = (input) => {
3175
3409
  if (void 0 !== input3.bin_size)
3176
3410
  return $vo23(input3, _path2, _exceptionable2);
3177
3411
  if (void 0 !== input3.knots)
3178
- return $vo41(input3, _path2, _exceptionable2);
3412
+ return $vo43(input3, _path2, _exceptionable2);
3179
3413
  if (void 0 !== input3.AFcutoff)
3180
- return $vo44(input3, _path2, _exceptionable2);
3414
+ return $vo46(input3, _path2, _exceptionable2);
3181
3415
  if (void 0 !== input3.timeScale)
3182
- return $vo62(input3, _path2, _exceptionable2);
3416
+ return $vo64(input3, _path2, _exceptionable2);
3183
3417
  return (() => {
3184
3418
  if (void 0 !== input3.groups)
3185
- return $vo63(input3, _path2, _exceptionable2);
3186
- return $vo5(input3, _path2, false) || $vo61(input3, _path2, false) || $vo3(input3, _path2, false) || $vo27(input3, _path2, false) || $vo39(input3, _path2, false) || $vo40(input3, _path2, false);
3419
+ return $vo65(input3, _path2, _exceptionable2);
3420
+ return $vo5(input3, _path2, false) || $vo63(input3, _path2, false) || $vo3(input3, _path2, false) || $vo27(input3, _path2, false) || $vo41(input3, _path2, false) || $vo42(input3, _path2, false);
3187
3421
  })();
3188
3422
  })();
3189
3423
  return ("object" === typeof input2 && null !== input2 || $report(true, {