@sjcrh/proteinpaint-types 2.141.0 → 2.142.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (32) hide show
  1. package/dist/brainImaging.js +1 -1
  2. package/dist/{chunk-77RH7U6G.js → chunk-2VDOPTRV.js} +474 -384
  3. package/dist/{chunk-WCWYMCZD.js → chunk-3BQ57P2P.js} +219 -123
  4. package/dist/{chunk-EOBFYFLQ.js → chunk-3L3ASC3B.js} +449 -353
  5. package/dist/{chunk-T3GTEGQN.js → chunk-4R265LDJ.js} +219 -123
  6. package/dist/{chunk-QWAPDNYB.js → chunk-CEDL2QZT.js} +453 -357
  7. package/dist/{chunk-424IUJWR.js → chunk-DMJFOII6.js} +219 -123
  8. package/dist/{chunk-S6OBK4RE.js → chunk-FVBXC7SY.js} +219 -123
  9. package/dist/{chunk-VMQUAU5V.js → chunk-GDM7YUXH.js} +449 -353
  10. package/dist/{chunk-UYBVE3DL.js → chunk-IR4QSJI7.js} +449 -353
  11. package/dist/{chunk-I7FTK55B.js → chunk-MVMUZSLL.js} +435 -339
  12. package/dist/{chunk-56JQGGZJ.js → chunk-SMVDKR2O.js} +781 -561
  13. package/dist/{chunk-KEJROUTM.js → chunk-SOM5WKDM.js} +255 -261
  14. package/dist/correlationVolcano.js +1 -1
  15. package/dist/index.js +12 -12
  16. package/dist/termdb.boxplot.js +1 -1
  17. package/dist/termdb.categories.js +1 -1
  18. package/dist/termdb.cluster.js +1 -1
  19. package/dist/termdb.descrstats.js +1 -1
  20. package/dist/termdb.numericcategories.js +1 -1
  21. package/dist/termdb.percentile.js +1 -1
  22. package/dist/termdb.termsbyids.js +1 -1
  23. package/dist/termdb.topTermsByType.js +1 -1
  24. package/dist/termdb.topVariablyExpressedGenes.js +1 -1
  25. package/dist/termdb.violin.js +1 -1
  26. package/package.json +1 -1
  27. package/src/terms/date.ts +7 -5
  28. package/src/terms/geneExpression.ts +22 -8
  29. package/src/terms/metaboliteIntensity.ts +13 -3
  30. package/src/terms/numeric.ts +1 -1
  31. package/src/terms/ssGSEA.ts +4 -2
  32. package/src/terms/tw.ts +2 -2
@@ -74,7 +74,7 @@ var validBoxPlotRequest = (input) => {
74
74
  const __is = (input2) => {
75
75
  const $join = import_typia.createValidate.join;
76
76
  const $io0 = (input3) => "object" === typeof input3.tw && null !== input3.tw && $iu6(input3.tw) && "string" === typeof input3.genome && "string" === typeof input3.dslabel && "boolean" === typeof input3.isLogScale && "boolean" === typeof input3.orderByMedian && (void 0 === input3.overlayTw || "object" === typeof input3.overlayTw && null !== input3.overlayTw && $iu6(input3.overlayTw)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io6(input3.filter)) && true && 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 && ("object" === typeof input3.term && null !== input3.term && $io3(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io39(input3.q)) && "CatTWValues" === input3.type;
77
+ const $io1 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $io3(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io40(input3.q)) && "CatTWValues" === input3.type;
78
78
  const $io2 = (input3) => Object.keys(input3).every((key) => {
79
79
  const value = input3[key];
80
80
  if (void 0 === value)
@@ -83,7 +83,7 @@ var validBoxPlotRequest = (input) => {
83
83
  return true;
84
84
  return true;
85
85
  });
86
- const $io3 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io32(input3.groupsetting));
86
+ const $io3 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io33(input3.groupsetting));
87
87
  const $io4 = (input3) => Object.keys(input3).every((key) => {
88
88
  const value = input3[key];
89
89
  if (void 0 === value)
@@ -98,7 +98,7 @@ var validBoxPlotRequest = (input) => {
98
98
  const $io6 = (input3) => "tvslst" === input3.type && "boolean" === typeof input3["in"] && "string" === typeof input3.join && (void 0 === input3.tag || "string" === typeof input3.tag) && (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $iu0(elem)));
99
99
  const $io7 = (input3) => "tvs" === input3.type && ("object" === typeof input3.tvs && null !== input3.tvs && $iu7(input3.tvs));
100
100
  const $io8 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io3(input3.term)) && (void 0 === input3.groupset_label || "string" === typeof input3.groupset_label) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && $io5(elem)));
101
- const $io9 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io23(elem)));
101
+ const $io9 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io24(elem)));
102
102
  const $io10 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io11(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io12(input3.bins));
103
103
  const $io11 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
104
104
  const $io12 = (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);
@@ -115,64 +115,65 @@ var validBoxPlotRequest = (input) => {
115
115
  const $io16 = (input3) => (void 0 === input3.startunbounded || false === input3.startunbounded) && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && "number" === typeof input3.start && "number" === typeof input3.stop && (void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive) && (void 0 === input3.stopunbounded || false === input3.stopunbounded) && (void 0 === input3.label || "string" === typeof input3.label);
116
116
  const $io17 = (input3) => "number" === typeof input3.start && true === input3.stopunbounded && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && (void 0 === input3.startunbounded || false === input3.startunbounded) && (void 0 === input3.stopinclusive || false === input3.stopinclusive) && (void 0 === input3.label || "string" === typeof input3.label);
117
117
  const $io18 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "custom-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && (Array.isArray(input3.lst) && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu1(input3.lst[0]) && (Array.isArray(input3.lst.slice(1)) && input3.lst.slice(1).every((elem) => "object" === typeof elem && null !== elem && $iu1(elem))))) && (void 0 === input3.preferredBins || "median" === input3.preferredBins);
118
- const $io19 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io11(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.gene && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io12(input3.bins)) && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
119
- const $io20 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "metaboliteIntensity" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io11(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.metabolite && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io12(input3.bins));
120
- const $io21 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "date" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io11(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.metabolite && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io12(input3.bins));
121
- const $io22 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "ssGSEA" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io11(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.genes || Array.isArray(input3.genes) && input3.genes.every((elem) => "string" === typeof elem)) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io12(input3.bins));
122
- const $io23 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
123
- const $io24 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io25(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 && $io26(elem)));
124
- const $io25 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
125
- const $io26 = (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;
126
- const $io27 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io28(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io38(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName);
127
- const $io28 = (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) && $io4(input3.values));
128
- const $io29 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io32(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io28(elem)));
129
- const $io30 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
130
- const $io31 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
131
- const $io32 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io33(elem)));
132
- const $io33 = (input3) => "string" === typeof input3.name && (void 0 === input3.is_grade || "boolean" === typeof input3.is_grade) && (void 0 === input3.is_subcondition || "boolean" === typeof input3.is_subcondition) && (void 0 === input3.dt || "number" === typeof input3.dt) && (Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem)));
133
- const $io34 = (input3) => "string" === typeof input3.name && "string" === typeof input3.type && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io35(elem))) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
134
- const $io35 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
135
- const $io36 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io6(input3.filter)) && "string" === typeof input3.color;
136
- const $io37 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io32(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io28(elem)));
137
- const $io38 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
138
- const $io39 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "values" === input3.type;
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 && $io3(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io41(input3.q)) && "CatTWPredefinedGS" === input3.type;
140
- const $io41 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx;
141
- const $io42 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $io3(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io43(input3.q)) && "CatTWCustomGS" === input3.type;
142
- const $io43 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io44(input3.customset));
143
- const $io44 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem));
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 && "NumTWRegularBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io13(input3.q));
145
- const $io46 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCustomBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io18(input3.q));
146
- const $io47 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWBinary" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io48(input3.q));
147
- const $io48 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "binary" === input3.mode && "custom-bin" === input3.type && (Array.isArray(input3.lst) && (input3.lst.length === 2 && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu4(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu5(input3.lst[1]))));
148
- const $io49 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $io50(input3.q));
149
- const $io50 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "continuous" === input3.mode) && (void 0 === input3.convert2ZScore || "boolean" === typeof input3.convert2ZScore) && (null !== input3.type && void 0 === input3.type);
150
- const $io51 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWSpline" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io52(input3.q));
151
- const $io52 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "spline" === input3.mode && (Array.isArray(input3.knots) && input3.knots.every((elem) => "object" === typeof elem && null !== elem && $io53(elem))) && (null !== input3.type && void 0 === input3.type);
152
- const $io53 = (input3) => "number" === typeof input3.value;
153
- const $io54 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvValuesTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu11(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io57(input3.q));
154
- const $io55 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io32(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io28(elem)));
155
- const $io56 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io32(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io28(elem)));
156
- const $io57 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "values" === input3.type;
157
- const $io58 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvPredefinedGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu11(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io59(input3.q));
158
- const $io59 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx;
159
- const $io60 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvCustomGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu11(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io61(input3.q));
160
- const $io61 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io44(input3.customset));
161
- const $io62 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "ConditionTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io25(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io63(input3.q));
162
- const $io63 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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;
163
- const $io64 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "SnpsTW" === input3.type && ("object" === typeof input3.q && null !== input3.q && $io65(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io67(input3.term));
164
- const $io65 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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 && $io66(input3.restrictAncestry)) && true && true && ("object" === typeof input3.variant_filter && null !== input3.variant_filter && $io6(input3.variant_filter)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
165
- const $io66 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu7(input3.tvs));
166
- const $io67 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io68(elem)));
167
- const $io68 = (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 && $io69(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io70(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);
168
- const $io69 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
169
- const $io70 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
170
- const $io71 = (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 && "SnpTW" === input3.type && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $iu12(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io76(input3.term));
171
- const $io72 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type);
172
- const $io73 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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 || "filter" === input3.type);
173
- const $io74 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "predefined-groupset" === input3.type) && "number" === typeof input3.predefined_groupset_idx;
174
- const $io75 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "custom-groupset" === input3.type) && ("object" === typeof input3.customset && null !== input3.customset && $io44(input3.customset));
175
- const $io76 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && "string" === typeof input3.ref && (Array.isArray(input3.alt) && input3.alt.every((elem) => "string" === typeof elem)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io32(input3.groupsetting));
118
+ const $io19 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io11(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io12(input3.bins)) && (void 0 === input3.kind || "gene" === input3.kind) && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
119
+ const $io20 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io11(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io12(input3.bins)) && (void 0 === input3.kind || "coord" === input3.kind) && (void 0 === input3.gene || "string" === typeof input3.gene) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
120
+ const $io21 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "metaboliteIntensity" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io11(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.metabolite && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io12(input3.bins));
121
+ const $io22 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "date" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io11(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io12(input3.bins));
122
+ const $io23 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "ssGSEA" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io11(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.genes || Array.isArray(input3.genes) && input3.genes.every((elem) => "string" === typeof elem)) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io12(input3.bins));
123
+ const $io24 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
124
+ const $io25 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io26(input3.term)) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && (void 0 === input3.grade_and_child || Array.isArray(input3.grade_and_child) && input3.grade_and_child.every((elem) => "object" === typeof elem && null !== elem && $io27(elem)));
125
+ const $io26 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
126
+ const $io27 = (input3) => "number" === typeof input3.grade && "string" === typeof input3.grade_label && (void 0 === input3.child_id || "string" === typeof input3.child_id) && "string" === typeof input3.child_label;
127
+ const $io28 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io29(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io39(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName);
128
+ const $io29 = (input3) => "string" === typeof input3.id && "string" === typeof input3.query && "string" === typeof input3.name && "string" === typeof input3.name_noOrigin && (void 0 === input3.parentTerm || "object" === typeof input3.parentTerm && null !== input3.parentTerm && $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) && $io4(input3.values));
129
+ const $io30 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io33(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io29(elem)));
130
+ const $io31 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
131
+ const $io32 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
132
+ const $io33 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)));
133
+ const $io34 = (input3) => "string" === typeof input3.name && (void 0 === input3.is_grade || "boolean" === typeof input3.is_grade) && (void 0 === input3.is_subcondition || "boolean" === typeof input3.is_subcondition) && (void 0 === input3.dt || "number" === typeof input3.dt) && (Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem)));
134
+ const $io35 = (input3) => "string" === typeof input3.name && "string" === typeof input3.type && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io36(elem))) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
135
+ const $io36 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
136
+ const $io37 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io6(input3.filter)) && "string" === typeof input3.color;
137
+ const $io38 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io33(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io29(elem)));
138
+ const $io39 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
139
+ const $io40 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "values" === input3.type;
140
+ const $io41 = (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 && $io3(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io42(input3.q)) && "CatTWPredefinedGS" === input3.type;
141
+ const $io42 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx;
142
+ const $io43 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $io3(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io44(input3.q)) && "CatTWCustomGS" === input3.type;
143
+ const $io44 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io45(input3.customset));
144
+ const $io45 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem));
145
+ const $io46 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWRegularBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io13(input3.q));
146
+ const $io47 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCustomBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io18(input3.q));
147
+ const $io48 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWBinary" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io49(input3.q));
148
+ const $io49 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "binary" === input3.mode && "custom-bin" === input3.type && (Array.isArray(input3.lst) && (input3.lst.length === 2 && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu4(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu5(input3.lst[1]))));
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 && "NumTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $io51(input3.q));
150
+ const $io51 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "continuous" === input3.mode) && (void 0 === input3.convert2ZScore || "boolean" === typeof input3.convert2ZScore) && (null !== input3.type && void 0 === input3.type);
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 && "NumTWSpline" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io53(input3.q));
152
+ const $io53 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "spline" === input3.mode && (Array.isArray(input3.knots) && input3.knots.every((elem) => "object" === typeof elem && null !== elem && $io54(elem))) && (null !== input3.type && void 0 === input3.type);
153
+ const $io54 = (input3) => "number" === typeof input3.value;
154
+ const $io55 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvValuesTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu11(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io58(input3.q));
155
+ const $io56 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io33(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io29(elem)));
156
+ const $io57 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io33(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io29(elem)));
157
+ const $io58 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "values" === input3.type;
158
+ const $io59 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvPredefinedGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu11(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io60(input3.q));
159
+ const $io60 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx;
160
+ const $io61 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvCustomGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu11(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io62(input3.q));
161
+ const $io62 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io45(input3.customset));
162
+ const $io63 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "ConditionTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io26(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io64(input3.q));
163
+ const $io64 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || "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;
164
+ const $io65 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "SnpsTW" === input3.type && ("object" === typeof input3.q && null !== input3.q && $io66(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io68(input3.term));
165
+ const $io66 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || "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 && $io67(input3.restrictAncestry)) && true && true && ("object" === typeof input3.variant_filter && null !== input3.variant_filter && $io6(input3.variant_filter)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
166
+ const $io67 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu7(input3.tvs));
167
+ const $io68 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io69(elem)));
168
+ const $io69 = (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 && $io70(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io71(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);
169
+ const $io70 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
170
+ const $io71 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
171
+ const $io72 = (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 && "SnpTW" === input3.type && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $iu12(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io77(input3.term));
172
+ const $io73 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type);
173
+ const $io74 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(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 || "filter" === input3.type);
174
+ const $io75 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "predefined-groupset" === input3.type) && "number" === typeof input3.predefined_groupset_idx;
175
+ const $io76 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io14(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "custom-groupset" === input3.type) && ("object" === typeof input3.customset && null !== input3.customset && $io45(input3.customset));
176
+ const $io77 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && "string" === typeof input3.ref && (Array.isArray(input3.alt) && input3.alt.every((elem) => "string" === typeof elem)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io33(input3.groupsetting));
176
177
  const $iu0 = (input3) => (() => {
177
178
  if ("tvslst" === input3.type)
178
179
  return $io6(input3);
@@ -189,16 +190,16 @@ var validBoxPlotRequest = (input) => {
189
190
  })();
190
191
  const $iu2 = (input3) => (() => {
191
192
  if ("gene" === input3.kind)
192
- return $io30(input3);
193
- if ("coord" === input3.kind)
194
193
  return $io31(input3);
194
+ if ("coord" === input3.kind)
195
+ return $io32(input3);
195
196
  return false;
196
197
  })();
197
198
  const $iu3 = (input3) => (() => {
198
199
  if ("string" === typeof input3.type)
199
- return $io34(input3);
200
+ return $io35(input3);
200
201
  if ("filter" === input3.type)
201
- return $io36(input3);
202
+ return $io37(input3);
202
203
  return false;
203
204
  })();
204
205
  const $iu4 = (input3) => (() => {
@@ -217,31 +218,31 @@ var validBoxPlotRequest = (input) => {
217
218
  })();
218
219
  const $iu6 = (input3) => (() => {
219
220
  if ("SnpTW" === input3.type)
220
- return $io71(input3);
221
+ return $io72(input3);
221
222
  if ("SnpsTW" === input3.type)
222
- return $io64(input3);
223
+ return $io65(input3);
223
224
  if ("ConditionTW" === input3.type)
224
- return $io62(input3);
225
+ return $io63(input3);
225
226
  if ("GvCustomGsTW" === input3.type)
226
- return $io60(input3);
227
+ return $io61(input3);
227
228
  if ("GvPredefinedGsTW" === input3.type)
228
- return $io58(input3);
229
+ return $io59(input3);
229
230
  if ("GvValuesTW" === input3.type)
230
- return $io54(input3);
231
+ return $io55(input3);
231
232
  if ("NumTWSpline" === input3.type)
232
- return $io51(input3);
233
+ return $io52(input3);
233
234
  if ("NumTWCont" === input3.type)
234
- return $io49(input3);
235
+ return $io50(input3);
235
236
  if ("NumTWBinary" === input3.type)
236
- return $io47(input3);
237
+ return $io48(input3);
237
238
  if ("NumTWCustomBin" === input3.type)
238
- return $io46(input3);
239
+ return $io47(input3);
239
240
  if ("NumTWRegularBin" === input3.type)
240
- return $io45(input3);
241
+ return $io46(input3);
241
242
  if ("CatTWCustomGS" === input3.type)
242
- return $io42(input3);
243
+ return $io43(input3);
243
244
  if ("CatTWPredefinedGS" === input3.type)
244
- return $io40(input3);
245
+ return $io41(input3);
245
246
  if ("CatTWValues" === input3.type)
246
247
  return $io1(input3);
247
248
  return false;
@@ -252,25 +253,29 @@ var validBoxPlotRequest = (input) => {
252
253
  return (() => {
253
254
  if ($io8(input3))
254
255
  return $io8(input3);
255
- if ($io24(input3))
256
- return $io24(input3);
257
- if ($io27(input3))
258
- return $io27(input3);
256
+ if ($io25(input3))
257
+ return $io25(input3);
258
+ if ($io28(input3))
259
+ return $io28(input3);
259
260
  return false;
260
261
  })();
261
262
  })();
262
263
  const $iu8 = (input3) => (() => {
263
264
  if ("integer" === input3.type || "float" === input3.type)
264
265
  return $io10(input3);
265
- if ("geneExpression" === input3.type)
266
- return $io19(input3);
267
- if ("date" === input3.type)
268
- return $io21(input3);
269
266
  if ("metaboliteIntensity" === input3.type)
270
- return $io20(input3);
271
- if ("ssGSEA" === input3.type)
267
+ return $io21(input3);
268
+ if ("date" === input3.type)
272
269
  return $io22(input3);
273
- return false;
270
+ if ("ssGSEA" === input3.type)
271
+ return $io23(input3);
272
+ return (() => {
273
+ if ($io20(input3))
274
+ return $io20(input3);
275
+ if ($io19(input3))
276
+ return $io19(input3);
277
+ return false;
278
+ })();
274
279
  })();
275
280
  const $iu9 = (input3) => (() => {
276
281
  if ("regular-bin" === input3.type)
@@ -281,28 +286,28 @@ var validBoxPlotRequest = (input) => {
281
286
  })();
282
287
  const $iu10 = (input3) => (() => {
283
288
  if ("gene" === input3.kind)
284
- return $io29(input3);
289
+ return $io30(input3);
285
290
  if ("coord" === input3.kind)
286
- return $io37(input3);
291
+ return $io38(input3);
287
292
  return false;
288
293
  })();
289
294
  const $iu11 = (input3) => (() => {
290
295
  if ("gene" === input3.kind)
291
- return $io55(input3);
292
- if ("coord" === input3.kind)
293
296
  return $io56(input3);
297
+ if ("coord" === input3.kind)
298
+ return $io57(input3);
294
299
  return false;
295
300
  })();
296
301
  const $iu12 = (input3) => (() => {
297
302
  if (void 0 !== input3.predefined_groupset_idx)
298
- return $io74(input3);
299
- if (void 0 !== input3.customset)
300
303
  return $io75(input3);
304
+ if (void 0 !== input3.customset)
305
+ return $io76(input3);
301
306
  return (() => {
307
+ if ($io74(input3))
308
+ return $io74(input3);
302
309
  if ($io73(input3))
303
310
  return $io73(input3);
304
- if ($io72(input3))
305
- return $io72(input3);
306
311
  return false;
307
312
  })();
308
313
  })();
@@ -389,7 +394,7 @@ var validBoxPlotRequest = (input) => {
389
394
  path: _path2 + ".q",
390
395
  expected: "ValuesQ",
391
396
  value: input3.q
392
- })) && $vo39(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
397
+ })) && $vo40(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
393
398
  path: _path2 + ".q",
394
399
  expected: "ValuesQ",
395
400
  value: input3.q
@@ -466,7 +471,7 @@ var validBoxPlotRequest = (input) => {
466
471
  path: _path2 + ".groupsetting",
467
472
  expected: "TermGroupSetting",
468
473
  value: input3.groupsetting
469
- })) && $vo32(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
474
+ })) && $vo33(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
470
475
  path: _path2 + ".groupsetting",
471
476
  expected: "TermGroupSetting",
472
477
  value: input3.groupsetting
@@ -623,11 +628,11 @@ var validBoxPlotRequest = (input) => {
623
628
  value: input3.isnot
624
629
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
625
630
  path: _path2 + ".term",
626
- expected: "(DateTerm | GeneExpressionTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)",
631
+ expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
627
632
  value: input3.term
628
633
  })) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
629
634
  path: _path2 + ".term",
630
- expected: "(DateTerm | GeneExpressionTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)",
635
+ expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
631
636
  value: input3.term
632
637
  }), (Array.isArray(input3.ranges) || $report(_exceptionable2, {
633
638
  path: _path2 + ".ranges",
@@ -653,7 +658,7 @@ var validBoxPlotRequest = (input) => {
653
658
  path: _path2 + ".values[" + _index6 + "]",
654
659
  expected: "__type.o3",
655
660
  value: elem
656
- })) && $vo23(elem, _path2 + ".values[" + _index6 + "]", _exceptionable2) || $report(_exceptionable2, {
661
+ })) && $vo24(elem, _path2 + ".values[" + _index6 + "]", _exceptionable2) || $report(_exceptionable2, {
657
662
  path: _path2 + ".values[" + _index6 + "]",
658
663
  expected: "__type.o3",
659
664
  value: elem
@@ -1064,10 +1069,6 @@ var validBoxPlotRequest = (input) => {
1064
1069
  path: _path2 + ".unit",
1065
1070
  expected: "(string | undefined)",
1066
1071
  value: input3.unit
1067
- }), "string" === typeof input3.gene || $report(_exceptionable2, {
1068
- path: _path2 + ".gene",
1069
- expected: "string",
1070
- value: input3.gene
1071
1072
  }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1072
1073
  path: _path2 + ".bins",
1073
1074
  expected: "(PresetNumericBins | undefined)",
@@ -1076,6 +1077,14 @@ var validBoxPlotRequest = (input) => {
1076
1077
  path: _path2 + ".bins",
1077
1078
  expected: "(PresetNumericBins | undefined)",
1078
1079
  value: input3.bins
1080
+ }), void 0 === input3.kind || "gene" === input3.kind || $report(_exceptionable2, {
1081
+ path: _path2 + ".kind",
1082
+ expected: '("gene" | undefined)',
1083
+ value: input3.kind
1084
+ }), "string" === typeof input3.gene || $report(_exceptionable2, {
1085
+ path: _path2 + ".gene",
1086
+ expected: "string",
1087
+ value: input3.gene
1079
1088
  }), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
1080
1089
  path: _path2 + ".chr",
1081
1090
  expected: "(string | undefined)",
@@ -1097,9 +1106,9 @@ var validBoxPlotRequest = (input) => {
1097
1106
  path: _path2 + ".name",
1098
1107
  expected: "string",
1099
1108
  value: input3.name
1100
- }), "metaboliteIntensity" === input3.type || $report(_exceptionable2, {
1109
+ }), "geneExpression" === input3.type || $report(_exceptionable2, {
1101
1110
  path: _path2 + ".type",
1102
- expected: '"metaboliteIntensity"',
1111
+ expected: '"geneExpression"',
1103
1112
  value: input3.type
1104
1113
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1105
1114
  path: _path2 + ".child_types",
@@ -1157,10 +1166,6 @@ var validBoxPlotRequest = (input) => {
1157
1166
  path: _path2 + ".unit",
1158
1167
  expected: "(string | undefined)",
1159
1168
  value: input3.unit
1160
- }), "string" === typeof input3.metabolite || $report(_exceptionable2, {
1161
- path: _path2 + ".metabolite",
1162
- expected: "string",
1163
- value: input3.metabolite
1164
1169
  }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1165
1170
  path: _path2 + ".bins",
1166
1171
  expected: "(PresetNumericBins | undefined)",
@@ -1169,6 +1174,26 @@ var validBoxPlotRequest = (input) => {
1169
1174
  path: _path2 + ".bins",
1170
1175
  expected: "(PresetNumericBins | undefined)",
1171
1176
  value: input3.bins
1177
+ }), void 0 === input3.kind || "coord" === input3.kind || $report(_exceptionable2, {
1178
+ path: _path2 + ".kind",
1179
+ expected: '("coord" | undefined)',
1180
+ value: input3.kind
1181
+ }), void 0 === input3.gene || "string" === typeof input3.gene || $report(_exceptionable2, {
1182
+ path: _path2 + ".gene",
1183
+ expected: "(string | undefined)",
1184
+ value: input3.gene
1185
+ }), "string" === typeof input3.chr || $report(_exceptionable2, {
1186
+ path: _path2 + ".chr",
1187
+ expected: "string",
1188
+ value: input3.chr
1189
+ }), "number" === typeof input3.start || $report(_exceptionable2, {
1190
+ path: _path2 + ".start",
1191
+ expected: "number",
1192
+ value: input3.start
1193
+ }), "number" === typeof input3.stop || $report(_exceptionable2, {
1194
+ path: _path2 + ".stop",
1195
+ expected: "number",
1196
+ value: input3.stop
1172
1197
  })].every((flag) => flag);
1173
1198
  const $vo21 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1174
1199
  path: _path2 + ".id",
@@ -1178,9 +1203,9 @@ var validBoxPlotRequest = (input) => {
1178
1203
  path: _path2 + ".name",
1179
1204
  expected: "string",
1180
1205
  value: input3.name
1181
- }), "date" === input3.type || $report(_exceptionable2, {
1206
+ }), "metaboliteIntensity" === input3.type || $report(_exceptionable2, {
1182
1207
  path: _path2 + ".type",
1183
- expected: '"date"',
1208
+ expected: '"metaboliteIntensity"',
1184
1209
  value: input3.type
1185
1210
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1186
1211
  path: _path2 + ".child_types",
@@ -1259,9 +1284,9 @@ var validBoxPlotRequest = (input) => {
1259
1284
  path: _path2 + ".name",
1260
1285
  expected: "string",
1261
1286
  value: input3.name
1262
- }), "ssGSEA" === input3.type || $report(_exceptionable2, {
1287
+ }), "date" === input3.type || $report(_exceptionable2, {
1263
1288
  path: _path2 + ".type",
1264
- expected: '"ssGSEA"',
1289
+ expected: '"date"',
1265
1290
  value: input3.type
1266
1291
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1267
1292
  path: _path2 + ".child_types",
@@ -1319,12 +1344,89 @@ var validBoxPlotRequest = (input) => {
1319
1344
  path: _path2 + ".unit",
1320
1345
  expected: "(string | undefined)",
1321
1346
  value: input3.unit
1347
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1348
+ path: _path2 + ".bins",
1349
+ expected: "(PresetNumericBins | undefined)",
1350
+ value: input3.bins
1351
+ })) && $vo12(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1352
+ path: _path2 + ".bins",
1353
+ expected: "(PresetNumericBins | undefined)",
1354
+ value: input3.bins
1355
+ })].every((flag) => flag);
1356
+ const $vo23 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1357
+ path: _path2 + ".id",
1358
+ expected: "string",
1359
+ value: input3.id
1360
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
1361
+ path: _path2 + ".name",
1362
+ expected: "string",
1363
+ value: input3.name
1364
+ }), "ssGSEA" === input3.type || $report(_exceptionable2, {
1365
+ path: _path2 + ".type",
1366
+ expected: '"ssGSEA"',
1367
+ value: input3.type
1368
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1369
+ path: _path2 + ".child_types",
1370
+ expected: "(Array<string> | undefined)",
1371
+ value: input3.child_types
1372
+ })) && input3.child_types.map((elem, _index18) => "string" === typeof elem || $report(_exceptionable2, {
1373
+ path: _path2 + ".child_types[" + _index18 + "]",
1374
+ expected: "string",
1375
+ value: elem
1376
+ })).every((flag) => flag) || $report(_exceptionable2, {
1377
+ path: _path2 + ".child_types",
1378
+ expected: "(Array<string> | undefined)",
1379
+ value: input3.child_types
1380
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
1381
+ path: _path2 + ".hashtmldetail",
1382
+ expected: "(boolean | undefined)",
1383
+ value: input3.hashtmldetail
1384
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
1385
+ path: _path2 + ".included_types",
1386
+ expected: "(Array<string> | undefined)",
1387
+ value: input3.included_types
1388
+ })) && input3.included_types.map((elem, _index19) => "string" === typeof elem || $report(_exceptionable2, {
1389
+ path: _path2 + ".included_types[" + _index19 + "]",
1390
+ expected: "string",
1391
+ value: elem
1392
+ })).every((flag) => flag) || $report(_exceptionable2, {
1393
+ path: _path2 + ".included_types",
1394
+ expected: "(Array<string> | undefined)",
1395
+ value: input3.included_types
1396
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
1397
+ path: _path2 + ".isleaf",
1398
+ expected: "(boolean | undefined)",
1399
+ value: input3.isleaf
1400
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
1401
+ path: _path2 + ".values",
1402
+ expected: "(TermValues | undefined)",
1403
+ value: input3.values
1404
+ })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1405
+ path: _path2 + ".values",
1406
+ expected: "(TermValues | undefined)",
1407
+ value: input3.values
1408
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
1409
+ path: _path2 + ".skipValuesBuild",
1410
+ expected: "(boolean | undefined)",
1411
+ value: input3.skipValuesBuild
1412
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1413
+ path: _path2 + ".continuousColorScale",
1414
+ expected: "(__type.o2 | undefined)",
1415
+ value: input3.continuousColorScale
1416
+ })) && $vo11(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1417
+ path: _path2 + ".continuousColorScale",
1418
+ expected: "(__type.o2 | undefined)",
1419
+ value: input3.continuousColorScale
1420
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
1421
+ path: _path2 + ".unit",
1422
+ expected: "(string | undefined)",
1423
+ value: input3.unit
1322
1424
  }), void 0 === input3.genes || (Array.isArray(input3.genes) || $report(_exceptionable2, {
1323
1425
  path: _path2 + ".genes",
1324
1426
  expected: "(Array<string> | undefined)",
1325
1427
  value: input3.genes
1326
- })) && input3.genes.map((elem, _index18) => "string" === typeof elem || $report(_exceptionable2, {
1327
- path: _path2 + ".genes[" + _index18 + "]",
1428
+ })) && input3.genes.map((elem, _index20) => "string" === typeof elem || $report(_exceptionable2, {
1429
+ path: _path2 + ".genes[" + _index20 + "]",
1328
1430
  expected: "string",
1329
1431
  value: elem
1330
1432
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1340,7 +1442,7 @@ var validBoxPlotRequest = (input) => {
1340
1442
  expected: "(PresetNumericBins | undefined)",
1341
1443
  value: input3.bins
1342
1444
  })].every((flag) => flag);
1343
- const $vo23 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1445
+ const $vo24 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1344
1446
  path: _path2 + ".key",
1345
1447
  expected: "string",
1346
1448
  value: input3.key
@@ -1357,7 +1459,7 @@ var validBoxPlotRequest = (input) => {
1357
1459
  expected: "(string | undefined)",
1358
1460
  value: input3.label
1359
1461
  })].every((flag) => flag);
1360
- const $vo24 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1462
+ const $vo25 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1361
1463
  path: _path2 + ".join",
1362
1464
  expected: "(string | undefined)",
1363
1465
  value: input3.join
@@ -1369,7 +1471,7 @@ var validBoxPlotRequest = (input) => {
1369
1471
  path: _path2 + ".term",
1370
1472
  expected: "ConditionTerm",
1371
1473
  value: input3.term
1372
- })) && $vo25(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1474
+ })) && $vo26(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1373
1475
  path: _path2 + ".term",
1374
1476
  expected: "ConditionTerm",
1375
1477
  value: input3.term
@@ -1389,12 +1491,12 @@ var validBoxPlotRequest = (input) => {
1389
1491
  path: _path2 + ".grade_and_child",
1390
1492
  expected: "(Array<GradeAndChildEntry> | undefined)",
1391
1493
  value: input3.grade_and_child
1392
- })) && input3.grade_and_child.map((elem, _index19) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1393
- path: _path2 + ".grade_and_child[" + _index19 + "]",
1494
+ })) && input3.grade_and_child.map((elem, _index21) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1495
+ path: _path2 + ".grade_and_child[" + _index21 + "]",
1394
1496
  expected: "GradeAndChildEntry",
1395
1497
  value: elem
1396
- })) && $vo26(elem, _path2 + ".grade_and_child[" + _index19 + "]", _exceptionable2) || $report(_exceptionable2, {
1397
- path: _path2 + ".grade_and_child[" + _index19 + "]",
1498
+ })) && $vo27(elem, _path2 + ".grade_and_child[" + _index21 + "]", _exceptionable2) || $report(_exceptionable2, {
1499
+ path: _path2 + ".grade_and_child[" + _index21 + "]",
1398
1500
  expected: "GradeAndChildEntry",
1399
1501
  value: elem
1400
1502
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1402,7 +1504,7 @@ var validBoxPlotRequest = (input) => {
1402
1504
  expected: "(Array<GradeAndChildEntry> | undefined)",
1403
1505
  value: input3.grade_and_child
1404
1506
  })].every((flag) => flag);
1405
- const $vo25 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1507
+ const $vo26 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1406
1508
  path: _path2 + ".id",
1407
1509
  expected: "string",
1408
1510
  value: input3.id
@@ -1418,8 +1520,8 @@ var validBoxPlotRequest = (input) => {
1418
1520
  path: _path2 + ".child_types",
1419
1521
  expected: "(Array<string> | undefined)",
1420
1522
  value: input3.child_types
1421
- })) && input3.child_types.map((elem, _index20) => "string" === typeof elem || $report(_exceptionable2, {
1422
- path: _path2 + ".child_types[" + _index20 + "]",
1523
+ })) && input3.child_types.map((elem, _index22) => "string" === typeof elem || $report(_exceptionable2, {
1524
+ path: _path2 + ".child_types[" + _index22 + "]",
1423
1525
  expected: "string",
1424
1526
  value: elem
1425
1527
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1434,8 +1536,8 @@ var validBoxPlotRequest = (input) => {
1434
1536
  path: _path2 + ".included_types",
1435
1537
  expected: "(Array<string> | undefined)",
1436
1538
  value: input3.included_types
1437
- })) && input3.included_types.map((elem, _index21) => "string" === typeof elem || $report(_exceptionable2, {
1438
- path: _path2 + ".included_types[" + _index21 + "]",
1539
+ })) && input3.included_types.map((elem, _index23) => "string" === typeof elem || $report(_exceptionable2, {
1540
+ path: _path2 + ".included_types[" + _index23 + "]",
1439
1541
  expected: "string",
1440
1542
  value: elem
1441
1543
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1459,7 +1561,7 @@ var validBoxPlotRequest = (input) => {
1459
1561
  expected: "(boolean | undefined)",
1460
1562
  value: input3.skipValuesBuild
1461
1563
  })].every((flag) => flag);
1462
- const $vo26 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1564
+ const $vo27 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1463
1565
  path: _path2 + ".grade",
1464
1566
  expected: "number",
1465
1567
  value: input3.grade
@@ -1476,7 +1578,7 @@ var validBoxPlotRequest = (input) => {
1476
1578
  expected: "string",
1477
1579
  value: input3.child_label
1478
1580
  })].every((flag) => flag);
1479
- const $vo27 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1581
+ const $vo28 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1480
1582
  path: _path2 + ".join",
1481
1583
  expected: "(string | undefined)",
1482
1584
  value: input3.join
@@ -1488,7 +1590,7 @@ var validBoxPlotRequest = (input) => {
1488
1590
  path: _path2 + ".term",
1489
1591
  expected: "DtTerm",
1490
1592
  value: input3.term
1491
- })) && $vo28(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1593
+ })) && $vo29(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1492
1594
  path: _path2 + ".term",
1493
1595
  expected: "DtTerm",
1494
1596
  value: input3.term
@@ -1496,12 +1598,12 @@ var validBoxPlotRequest = (input) => {
1496
1598
  path: _path2 + ".values",
1497
1599
  expected: "Array<__type>.o2",
1498
1600
  value: input3.values
1499
- })) && input3.values.map((elem, _index22) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1500
- path: _path2 + ".values[" + _index22 + "]",
1601
+ })) && input3.values.map((elem, _index24) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1602
+ path: _path2 + ".values[" + _index24 + "]",
1501
1603
  expected: "__type.o5",
1502
1604
  value: elem
1503
- })) && $vo38(elem, _path2 + ".values[" + _index22 + "]", _exceptionable2) || $report(_exceptionable2, {
1504
- path: _path2 + ".values[" + _index22 + "]",
1605
+ })) && $vo39(elem, _path2 + ".values[" + _index24 + "]", _exceptionable2) || $report(_exceptionable2, {
1606
+ path: _path2 + ".values[" + _index24 + "]",
1505
1607
  expected: "__type.o5",
1506
1608
  value: elem
1507
1609
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1517,7 +1619,7 @@ var validBoxPlotRequest = (input) => {
1517
1619
  expected: "(boolean | undefined)",
1518
1620
  value: input3.excludeGeneName
1519
1621
  })].every((flag) => flag);
1520
- const $vo28 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1622
+ const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1521
1623
  path: _path2 + ".id",
1522
1624
  expected: "string",
1523
1625
  value: input3.id
@@ -1566,7 +1668,7 @@ var validBoxPlotRequest = (input) => {
1566
1668
  expected: "TermValues",
1567
1669
  value: input3.values
1568
1670
  })].every((flag) => flag);
1569
- const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1671
+ const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1570
1672
  path: _path2 + ".id",
1571
1673
  expected: "string",
1572
1674
  value: input3.id
@@ -1582,8 +1684,8 @@ var validBoxPlotRequest = (input) => {
1582
1684
  path: _path2 + ".child_types",
1583
1685
  expected: "(Array<string> | undefined)",
1584
1686
  value: input3.child_types
1585
- })) && input3.child_types.map((elem, _index23) => "string" === typeof elem || $report(_exceptionable2, {
1586
- path: _path2 + ".child_types[" + _index23 + "]",
1687
+ })) && input3.child_types.map((elem, _index25) => "string" === typeof elem || $report(_exceptionable2, {
1688
+ path: _path2 + ".child_types[" + _index25 + "]",
1587
1689
  expected: "string",
1588
1690
  value: elem
1589
1691
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1598,8 +1700,8 @@ var validBoxPlotRequest = (input) => {
1598
1700
  path: _path2 + ".included_types",
1599
1701
  expected: "(Array<string> | undefined)",
1600
1702
  value: input3.included_types
1601
- })) && input3.included_types.map((elem, _index24) => "string" === typeof elem || $report(_exceptionable2, {
1602
- path: _path2 + ".included_types[" + _index24 + "]",
1703
+ })) && input3.included_types.map((elem, _index26) => "string" === typeof elem || $report(_exceptionable2, {
1704
+ path: _path2 + ".included_types[" + _index26 + "]",
1603
1705
  expected: "string",
1604
1706
  value: elem
1605
1707
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1646,12 +1748,12 @@ var validBoxPlotRequest = (input) => {
1646
1748
  path: _path2 + ".genes",
1647
1749
  expected: "Array<GvGeneTerm>",
1648
1750
  value: input3.genes
1649
- })) && input3.genes.map((elem, _index25) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1650
- path: _path2 + ".genes[" + _index25 + "]",
1751
+ })) && input3.genes.map((elem, _index27) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1752
+ path: _path2 + ".genes[" + _index27 + "]",
1651
1753
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1652
1754
  value: elem
1653
- })) && $vu2(elem, _path2 + ".genes[" + _index25 + "]", _exceptionable2) || $report(_exceptionable2, {
1654
- path: _path2 + ".genes[" + _index25 + "]",
1755
+ })) && $vu2(elem, _path2 + ".genes[" + _index27 + "]", _exceptionable2) || $report(_exceptionable2, {
1756
+ path: _path2 + ".genes[" + _index27 + "]",
1655
1757
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
1656
1758
  value: elem
1657
1759
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1662,7 +1764,7 @@ var validBoxPlotRequest = (input) => {
1662
1764
  path: _path2 + ".groupsetting",
1663
1765
  expected: "(TermGroupSetting | undefined)",
1664
1766
  value: input3.groupsetting
1665
- })) && $vo32(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
1767
+ })) && $vo33(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
1666
1768
  path: _path2 + ".groupsetting",
1667
1769
  expected: "(TermGroupSetting | undefined)",
1668
1770
  value: input3.groupsetting
@@ -1670,12 +1772,12 @@ var validBoxPlotRequest = (input) => {
1670
1772
  path: _path2 + ".childTerms",
1671
1773
  expected: "(Array<DtTerm> | undefined)",
1672
1774
  value: input3.childTerms
1673
- })) && input3.childTerms.map((elem, _index26) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1674
- path: _path2 + ".childTerms[" + _index26 + "]",
1775
+ })) && input3.childTerms.map((elem, _index28) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1776
+ path: _path2 + ".childTerms[" + _index28 + "]",
1675
1777
  expected: "DtTerm",
1676
1778
  value: elem
1677
- })) && $vo28(elem, _path2 + ".childTerms[" + _index26 + "]", _exceptionable2) || $report(_exceptionable2, {
1678
- path: _path2 + ".childTerms[" + _index26 + "]",
1779
+ })) && $vo29(elem, _path2 + ".childTerms[" + _index28 + "]", _exceptionable2) || $report(_exceptionable2, {
1780
+ path: _path2 + ".childTerms[" + _index28 + "]",
1679
1781
  expected: "DtTerm",
1680
1782
  value: elem
1681
1783
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1683,7 +1785,7 @@ var validBoxPlotRequest = (input) => {
1683
1785
  expected: "(Array<DtTerm> | undefined)",
1684
1786
  value: input3.childTerms
1685
1787
  })].every((flag) => flag);
1686
- const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1788
+ const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1687
1789
  path: _path2 + ".id",
1688
1790
  expected: "string",
1689
1791
  value: input3.id
@@ -1699,8 +1801,8 @@ var validBoxPlotRequest = (input) => {
1699
1801
  path: _path2 + ".child_types",
1700
1802
  expected: "(Array<string> | undefined)",
1701
1803
  value: input3.child_types
1702
- })) && input3.child_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
1703
- path: _path2 + ".child_types[" + _index27 + "]",
1804
+ })) && input3.child_types.map((elem, _index29) => "string" === typeof elem || $report(_exceptionable2, {
1805
+ path: _path2 + ".child_types[" + _index29 + "]",
1704
1806
  expected: "string",
1705
1807
  value: elem
1706
1808
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1715,8 +1817,8 @@ var validBoxPlotRequest = (input) => {
1715
1817
  path: _path2 + ".included_types",
1716
1818
  expected: "(Array<string> | undefined)",
1717
1819
  value: input3.included_types
1718
- })) && input3.included_types.map((elem, _index28) => "string" === typeof elem || $report(_exceptionable2, {
1719
- path: _path2 + ".included_types[" + _index28 + "]",
1820
+ })) && input3.included_types.map((elem, _index30) => "string" === typeof elem || $report(_exceptionable2, {
1821
+ path: _path2 + ".included_types[" + _index30 + "]",
1720
1822
  expected: "string",
1721
1823
  value: elem
1722
1824
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1760,7 +1862,7 @@ var validBoxPlotRequest = (input) => {
1760
1862
  expected: "(number | undefined)",
1761
1863
  value: input3.stop
1762
1864
  })].every((flag) => flag);
1763
- const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1865
+ const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1764
1866
  path: _path2 + ".id",
1765
1867
  expected: "string",
1766
1868
  value: input3.id
@@ -1776,8 +1878,8 @@ var validBoxPlotRequest = (input) => {
1776
1878
  path: _path2 + ".child_types",
1777
1879
  expected: "(Array<string> | undefined)",
1778
1880
  value: input3.child_types
1779
- })) && input3.child_types.map((elem, _index29) => "string" === typeof elem || $report(_exceptionable2, {
1780
- path: _path2 + ".child_types[" + _index29 + "]",
1881
+ })) && input3.child_types.map((elem, _index31) => "string" === typeof elem || $report(_exceptionable2, {
1882
+ path: _path2 + ".child_types[" + _index31 + "]",
1781
1883
  expected: "string",
1782
1884
  value: elem
1783
1885
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1792,8 +1894,8 @@ var validBoxPlotRequest = (input) => {
1792
1894
  path: _path2 + ".included_types",
1793
1895
  expected: "(Array<string> | undefined)",
1794
1896
  value: input3.included_types
1795
- })) && input3.included_types.map((elem, _index30) => "string" === typeof elem || $report(_exceptionable2, {
1796
- path: _path2 + ".included_types[" + _index30 + "]",
1897
+ })) && input3.included_types.map((elem, _index32) => "string" === typeof elem || $report(_exceptionable2, {
1898
+ path: _path2 + ".included_types[" + _index32 + "]",
1797
1899
  expected: "string",
1798
1900
  value: elem
1799
1901
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1833,7 +1935,7 @@ var validBoxPlotRequest = (input) => {
1833
1935
  expected: "number",
1834
1936
  value: input3.stop
1835
1937
  })].every((flag) => flag);
1836
- const $vo32 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
1938
+ const $vo33 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
1837
1939
  path: _path2 + ".disabled",
1838
1940
  expected: "boolean",
1839
1941
  value: input3.disabled
@@ -1841,12 +1943,12 @@ var validBoxPlotRequest = (input) => {
1841
1943
  path: _path2 + ".lst",
1842
1944
  expected: "(Array<Groupset> | undefined)",
1843
1945
  value: input3.lst
1844
- })) && input3.lst.map((elem, _index31) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1845
- path: _path2 + ".lst[" + _index31 + "]",
1946
+ })) && input3.lst.map((elem, _index33) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1947
+ path: _path2 + ".lst[" + _index33 + "]",
1846
1948
  expected: "Groupset",
1847
1949
  value: elem
1848
- })) && $vo33(elem, _path2 + ".lst[" + _index31 + "]", _exceptionable2) || $report(_exceptionable2, {
1849
- path: _path2 + ".lst[" + _index31 + "]",
1950
+ })) && $vo34(elem, _path2 + ".lst[" + _index33 + "]", _exceptionable2) || $report(_exceptionable2, {
1951
+ path: _path2 + ".lst[" + _index33 + "]",
1850
1952
  expected: "Groupset",
1851
1953
  value: elem
1852
1954
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1854,7 +1956,7 @@ var validBoxPlotRequest = (input) => {
1854
1956
  expected: "(Array<Groupset> | undefined)",
1855
1957
  value: input3.lst
1856
1958
  })].every((flag) => flag);
1857
- const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
1959
+ const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
1858
1960
  path: _path2 + ".name",
1859
1961
  expected: "string",
1860
1962
  value: input3.name
@@ -1874,12 +1976,12 @@ var validBoxPlotRequest = (input) => {
1874
1976
  path: _path2 + ".groups",
1875
1977
  expected: "Array<GroupEntry>",
1876
1978
  value: input3.groups
1877
- })) && input3.groups.map((elem, _index32) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1878
- path: _path2 + ".groups[" + _index32 + "]",
1979
+ })) && input3.groups.map((elem, _index34) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1980
+ path: _path2 + ".groups[" + _index34 + "]",
1879
1981
  expected: "(FilterGroup | ValuesGroup)",
1880
1982
  value: elem
1881
- })) && $vu3(elem, _path2 + ".groups[" + _index32 + "]", _exceptionable2) || $report(_exceptionable2, {
1882
- path: _path2 + ".groups[" + _index32 + "]",
1983
+ })) && $vu3(elem, _path2 + ".groups[" + _index34 + "]", _exceptionable2) || $report(_exceptionable2, {
1984
+ path: _path2 + ".groups[" + _index34 + "]",
1883
1985
  expected: "(FilterGroup | ValuesGroup)",
1884
1986
  value: elem
1885
1987
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1887,7 +1989,7 @@ var validBoxPlotRequest = (input) => {
1887
1989
  expected: "Array<GroupEntry>",
1888
1990
  value: input3.groups
1889
1991
  })].every((flag) => flag);
1890
- const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
1992
+ const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
1891
1993
  path: _path2 + ".name",
1892
1994
  expected: "string",
1893
1995
  value: input3.name
@@ -1899,12 +2001,12 @@ var validBoxPlotRequest = (input) => {
1899
2001
  path: _path2 + ".values",
1900
2002
  expected: "Array<__type>.o1",
1901
2003
  value: input3.values
1902
- })) && input3.values.map((elem, _index33) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1903
- path: _path2 + ".values[" + _index33 + "]",
2004
+ })) && input3.values.map((elem, _index35) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2005
+ path: _path2 + ".values[" + _index35 + "]",
1904
2006
  expected: "__type.o4",
1905
2007
  value: elem
1906
- })) && $vo35(elem, _path2 + ".values[" + _index33 + "]", _exceptionable2) || $report(_exceptionable2, {
1907
- path: _path2 + ".values[" + _index33 + "]",
2008
+ })) && $vo36(elem, _path2 + ".values[" + _index35 + "]", _exceptionable2) || $report(_exceptionable2, {
2009
+ path: _path2 + ".values[" + _index35 + "]",
1908
2010
  expected: "__type.o4",
1909
2011
  value: elem
1910
2012
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1916,7 +2018,7 @@ var validBoxPlotRequest = (input) => {
1916
2018
  expected: "(boolean | undefined)",
1917
2019
  value: input3.uncomputable
1918
2020
  })].every((flag) => flag);
1919
- const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
2021
+ const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
1920
2022
  path: _path2 + ".key",
1921
2023
  expected: "(number | string)",
1922
2024
  value: input3.key
@@ -1925,7 +2027,7 @@ var validBoxPlotRequest = (input) => {
1925
2027
  expected: "string",
1926
2028
  value: input3.label
1927
2029
  })].every((flag) => flag);
1928
- const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2030
+ const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
1929
2031
  path: _path2 + ".name",
1930
2032
  expected: "string",
1931
2033
  value: input3.name
@@ -1946,7 +2048,7 @@ var validBoxPlotRequest = (input) => {
1946
2048
  expected: "string",
1947
2049
  value: input3.color
1948
2050
  })].every((flag) => flag);
1949
- const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2051
+ const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1950
2052
  path: _path2 + ".id",
1951
2053
  expected: "string",
1952
2054
  value: input3.id
@@ -1962,8 +2064,8 @@ var validBoxPlotRequest = (input) => {
1962
2064
  path: _path2 + ".child_types",
1963
2065
  expected: "(Array<string> | undefined)",
1964
2066
  value: input3.child_types
1965
- })) && input3.child_types.map((elem, _index34) => "string" === typeof elem || $report(_exceptionable2, {
1966
- path: _path2 + ".child_types[" + _index34 + "]",
2067
+ })) && input3.child_types.map((elem, _index36) => "string" === typeof elem || $report(_exceptionable2, {
2068
+ path: _path2 + ".child_types[" + _index36 + "]",
1967
2069
  expected: "string",
1968
2070
  value: elem
1969
2071
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1978,8 +2080,8 @@ var validBoxPlotRequest = (input) => {
1978
2080
  path: _path2 + ".included_types",
1979
2081
  expected: "(Array<string> | undefined)",
1980
2082
  value: input3.included_types
1981
- })) && input3.included_types.map((elem, _index35) => "string" === typeof elem || $report(_exceptionable2, {
1982
- path: _path2 + ".included_types[" + _index35 + "]",
2083
+ })) && input3.included_types.map((elem, _index37) => "string" === typeof elem || $report(_exceptionable2, {
2084
+ path: _path2 + ".included_types[" + _index37 + "]",
1983
2085
  expected: "string",
1984
2086
  value: elem
1985
2087
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2022,12 +2124,12 @@ var validBoxPlotRequest = (input) => {
2022
2124
  path: _path2 + ".genes",
2023
2125
  expected: "Array<GvGeneTerm>",
2024
2126
  value: input3.genes
2025
- })) && input3.genes.map((elem, _index36) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2026
- path: _path2 + ".genes[" + _index36 + "]",
2127
+ })) && input3.genes.map((elem, _index38) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2128
+ path: _path2 + ".genes[" + _index38 + "]",
2027
2129
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2028
2130
  value: elem
2029
- })) && $vu2(elem, _path2 + ".genes[" + _index36 + "]", _exceptionable2) || $report(_exceptionable2, {
2030
- path: _path2 + ".genes[" + _index36 + "]",
2131
+ })) && $vu2(elem, _path2 + ".genes[" + _index38 + "]", _exceptionable2) || $report(_exceptionable2, {
2132
+ path: _path2 + ".genes[" + _index38 + "]",
2031
2133
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2032
2134
  value: elem
2033
2135
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2038,7 +2140,7 @@ var validBoxPlotRequest = (input) => {
2038
2140
  path: _path2 + ".groupsetting",
2039
2141
  expected: "(TermGroupSetting | undefined)",
2040
2142
  value: input3.groupsetting
2041
- })) && $vo32(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2143
+ })) && $vo33(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2042
2144
  path: _path2 + ".groupsetting",
2043
2145
  expected: "(TermGroupSetting | undefined)",
2044
2146
  value: input3.groupsetting
@@ -2046,12 +2148,12 @@ var validBoxPlotRequest = (input) => {
2046
2148
  path: _path2 + ".childTerms",
2047
2149
  expected: "(Array<DtTerm> | undefined)",
2048
2150
  value: input3.childTerms
2049
- })) && input3.childTerms.map((elem, _index37) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2050
- path: _path2 + ".childTerms[" + _index37 + "]",
2151
+ })) && input3.childTerms.map((elem, _index39) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2152
+ path: _path2 + ".childTerms[" + _index39 + "]",
2051
2153
  expected: "DtTerm",
2052
2154
  value: elem
2053
- })) && $vo28(elem, _path2 + ".childTerms[" + _index37 + "]", _exceptionable2) || $report(_exceptionable2, {
2054
- path: _path2 + ".childTerms[" + _index37 + "]",
2155
+ })) && $vo29(elem, _path2 + ".childTerms[" + _index39 + "]", _exceptionable2) || $report(_exceptionable2, {
2156
+ path: _path2 + ".childTerms[" + _index39 + "]",
2055
2157
  expected: "DtTerm",
2056
2158
  value: elem
2057
2159
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2059,7 +2161,7 @@ var validBoxPlotRequest = (input) => {
2059
2161
  expected: "(Array<DtTerm> | undefined)",
2060
2162
  value: input3.childTerms
2061
2163
  })].every((flag) => flag);
2062
- const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
2164
+ const $vo39 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
2063
2165
  path: _path2 + ".key",
2064
2166
  expected: "string",
2065
2167
  value: input3.key
@@ -2072,7 +2174,7 @@ var validBoxPlotRequest = (input) => {
2072
2174
  expected: "string",
2073
2175
  value: input3.value
2074
2176
  })].every((flag) => flag);
2075
- const $vo39 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2177
+ const $vo40 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2076
2178
  path: _path2 + ".hiddenValues",
2077
2179
  expected: "(HiddenValues | undefined)",
2078
2180
  value: input3.hiddenValues
@@ -2101,7 +2203,7 @@ var validBoxPlotRequest = (input) => {
2101
2203
  expected: '"values"',
2102
2204
  value: input3.type
2103
2205
  })].every((flag) => flag);
2104
- const $vo40 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2206
+ const $vo41 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2105
2207
  path: _path2 + ".id",
2106
2208
  expected: "(string | undefined)",
2107
2209
  value: input3.id
@@ -2137,7 +2239,7 @@ var validBoxPlotRequest = (input) => {
2137
2239
  path: _path2 + ".q",
2138
2240
  expected: "PredefinedGroupSettingQ",
2139
2241
  value: input3.q
2140
- })) && $vo41(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2242
+ })) && $vo42(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2141
2243
  path: _path2 + ".q",
2142
2244
  expected: "PredefinedGroupSettingQ",
2143
2245
  value: input3.q
@@ -2146,7 +2248,7 @@ var validBoxPlotRequest = (input) => {
2146
2248
  expected: '"CatTWPredefinedGS"',
2147
2249
  value: input3.type
2148
2250
  })].every((flag) => flag);
2149
- const $vo41 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2251
+ const $vo42 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2150
2252
  path: _path2 + ".hiddenValues",
2151
2253
  expected: "(HiddenValues | undefined)",
2152
2254
  value: input3.hiddenValues
@@ -2179,7 +2281,7 @@ var validBoxPlotRequest = (input) => {
2179
2281
  expected: "number",
2180
2282
  value: input3.predefined_groupset_idx
2181
2283
  })].every((flag) => flag);
2182
- const $vo42 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2284
+ const $vo43 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2183
2285
  path: _path2 + ".id",
2184
2286
  expected: "(string | undefined)",
2185
2287
  value: input3.id
@@ -2215,7 +2317,7 @@ var validBoxPlotRequest = (input) => {
2215
2317
  path: _path2 + ".q",
2216
2318
  expected: "CustomGroupSettingQ",
2217
2319
  value: input3.q
2218
- })) && $vo43(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2320
+ })) && $vo44(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2219
2321
  path: _path2 + ".q",
2220
2322
  expected: "CustomGroupSettingQ",
2221
2323
  value: input3.q
@@ -2224,7 +2326,7 @@ var validBoxPlotRequest = (input) => {
2224
2326
  expected: '"CatTWCustomGS"',
2225
2327
  value: input3.type
2226
2328
  })].every((flag) => flag);
2227
- const $vo43 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2329
+ const $vo44 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2228
2330
  path: _path2 + ".hiddenValues",
2229
2331
  expected: "(HiddenValues | undefined)",
2230
2332
  value: input3.hiddenValues
@@ -2256,21 +2358,21 @@ var validBoxPlotRequest = (input) => {
2256
2358
  path: _path2 + ".customset",
2257
2359
  expected: "BaseGroupSet",
2258
2360
  value: input3.customset
2259
- })) && $vo44(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
2361
+ })) && $vo45(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
2260
2362
  path: _path2 + ".customset",
2261
2363
  expected: "BaseGroupSet",
2262
2364
  value: input3.customset
2263
2365
  })].every((flag) => flag);
2264
- const $vo44 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
2366
+ const $vo45 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
2265
2367
  path: _path2 + ".groups",
2266
2368
  expected: "Array<GroupEntry>",
2267
2369
  value: input3.groups
2268
- })) && input3.groups.map((elem, _index38) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2269
- path: _path2 + ".groups[" + _index38 + "]",
2370
+ })) && input3.groups.map((elem, _index40) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2371
+ path: _path2 + ".groups[" + _index40 + "]",
2270
2372
  expected: "(FilterGroup | ValuesGroup)",
2271
2373
  value: elem
2272
- })) && $vu3(elem, _path2 + ".groups[" + _index38 + "]", _exceptionable2) || $report(_exceptionable2, {
2273
- path: _path2 + ".groups[" + _index38 + "]",
2374
+ })) && $vu3(elem, _path2 + ".groups[" + _index40 + "]", _exceptionable2) || $report(_exceptionable2, {
2375
+ path: _path2 + ".groups[" + _index40 + "]",
2274
2376
  expected: "(FilterGroup | ValuesGroup)",
2275
2377
  value: elem
2276
2378
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2278,7 +2380,7 @@ var validBoxPlotRequest = (input) => {
2278
2380
  expected: "Array<GroupEntry>",
2279
2381
  value: input3.groups
2280
2382
  })].every((flag) => flag);
2281
- const $vo45 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2383
+ const $vo46 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2282
2384
  path: _path2 + ".id",
2283
2385
  expected: "(string | undefined)",
2284
2386
  value: input3.id
@@ -2308,11 +2410,11 @@ var validBoxPlotRequest = (input) => {
2308
2410
  value: input3.type
2309
2411
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2310
2412
  path: _path2 + ".term",
2311
- expected: "(DateTerm | GeneExpressionTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)",
2413
+ expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
2312
2414
  value: input3.term
2313
2415
  })) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2314
2416
  path: _path2 + ".term",
2315
- expected: "(DateTerm | GeneExpressionTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)",
2417
+ expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
2316
2418
  value: input3.term
2317
2419
  }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
2318
2420
  path: _path2 + ".q",
@@ -2323,7 +2425,7 @@ var validBoxPlotRequest = (input) => {
2323
2425
  expected: "RegularNumericBinConfig",
2324
2426
  value: input3.q
2325
2427
  })].every((flag) => flag);
2326
- const $vo46 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2428
+ const $vo47 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2327
2429
  path: _path2 + ".id",
2328
2430
  expected: "(string | undefined)",
2329
2431
  value: input3.id
@@ -2353,11 +2455,11 @@ var validBoxPlotRequest = (input) => {
2353
2455
  value: input3.type
2354
2456
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2355
2457
  path: _path2 + ".term",
2356
- expected: "(DateTerm | GeneExpressionTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)",
2458
+ expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
2357
2459
  value: input3.term
2358
2460
  })) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2359
2461
  path: _path2 + ".term",
2360
- expected: "(DateTerm | GeneExpressionTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)",
2462
+ expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
2361
2463
  value: input3.term
2362
2464
  }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
2363
2465
  path: _path2 + ".q",
@@ -2368,7 +2470,7 @@ var validBoxPlotRequest = (input) => {
2368
2470
  expected: "CustomNumericBinConfig",
2369
2471
  value: input3.q
2370
2472
  })].every((flag) => flag);
2371
- const $vo47 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2473
+ const $vo48 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2372
2474
  path: _path2 + ".id",
2373
2475
  expected: "(string | undefined)",
2374
2476
  value: input3.id
@@ -2398,22 +2500,22 @@ var validBoxPlotRequest = (input) => {
2398
2500
  value: input3.type
2399
2501
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2400
2502
  path: _path2 + ".term",
2401
- expected: "(DateTerm | GeneExpressionTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)",
2503
+ expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
2402
2504
  value: input3.term
2403
2505
  })) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2404
2506
  path: _path2 + ".term",
2405
- expected: "(DateTerm | GeneExpressionTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)",
2507
+ expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
2406
2508
  value: input3.term
2407
2509
  }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
2408
2510
  path: _path2 + ".q",
2409
2511
  expected: "BinaryNumericQ",
2410
2512
  value: input3.q
2411
- })) && $vo48(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2513
+ })) && $vo49(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2412
2514
  path: _path2 + ".q",
2413
2515
  expected: "BinaryNumericQ",
2414
2516
  value: input3.q
2415
2517
  })].every((flag) => flag);
2416
- const $vo48 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2518
+ const $vo49 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2417
2519
  path: _path2 + ".hiddenValues",
2418
2520
  expected: "(HiddenValues | undefined)",
2419
2521
  value: input3.hiddenValues
@@ -2473,7 +2575,7 @@ var validBoxPlotRequest = (input) => {
2473
2575
  expected: "[StartUnboundedBin | FullyBoundedBin, FullyBoundedBin | StopUnboundedBin]",
2474
2576
  value: input3.lst
2475
2577
  })].every((flag) => flag);
2476
- const $vo49 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2578
+ const $vo50 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2477
2579
  path: _path2 + ".id",
2478
2580
  expected: "(string | undefined)",
2479
2581
  value: input3.id
@@ -2503,22 +2605,22 @@ var validBoxPlotRequest = (input) => {
2503
2605
  value: input3.type
2504
2606
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2505
2607
  path: _path2 + ".term",
2506
- expected: "(DateTerm | GeneExpressionTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)",
2608
+ expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
2507
2609
  value: input3.term
2508
2610
  })) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2509
2611
  path: _path2 + ".term",
2510
- expected: "(DateTerm | GeneExpressionTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)",
2612
+ expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
2511
2613
  value: input3.term
2512
2614
  }), ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) || $report(_exceptionable2, {
2513
2615
  path: _path2 + ".q",
2514
2616
  expected: "ContinuousNumericQ",
2515
2617
  value: input3.q
2516
- })) && $vo50(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2618
+ })) && $vo51(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2517
2619
  path: _path2 + ".q",
2518
2620
  expected: "ContinuousNumericQ",
2519
2621
  value: input3.q
2520
2622
  })].every((flag) => flag);
2521
- const $vo50 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2623
+ const $vo51 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2522
2624
  path: _path2 + ".hiddenValues",
2523
2625
  expected: "(HiddenValues | undefined)",
2524
2626
  value: input3.hiddenValues
@@ -2555,7 +2657,7 @@ var validBoxPlotRequest = (input) => {
2555
2657
  expected: "undefined",
2556
2658
  value: input3.type
2557
2659
  }))].every((flag) => flag);
2558
- const $vo51 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2660
+ const $vo52 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2559
2661
  path: _path2 + ".id",
2560
2662
  expected: "(string | undefined)",
2561
2663
  value: input3.id
@@ -2585,22 +2687,22 @@ var validBoxPlotRequest = (input) => {
2585
2687
  value: input3.type
2586
2688
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2587
2689
  path: _path2 + ".term",
2588
- expected: "(DateTerm | GeneExpressionTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)",
2690
+ expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
2589
2691
  value: input3.term
2590
2692
  })) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2591
2693
  path: _path2 + ".term",
2592
- expected: "(DateTerm | GeneExpressionTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)",
2694
+ expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
2593
2695
  value: input3.term
2594
2696
  }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
2595
2697
  path: _path2 + ".q",
2596
2698
  expected: "SplineNumericQ",
2597
2699
  value: input3.q
2598
- })) && $vo52(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2700
+ })) && $vo53(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2599
2701
  path: _path2 + ".q",
2600
2702
  expected: "SplineNumericQ",
2601
2703
  value: input3.q
2602
2704
  })].every((flag) => flag);
2603
- const $vo52 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2705
+ const $vo53 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2604
2706
  path: _path2 + ".hiddenValues",
2605
2707
  expected: "(HiddenValues | undefined)",
2606
2708
  value: input3.hiddenValues
@@ -2628,12 +2730,12 @@ var validBoxPlotRequest = (input) => {
2628
2730
  path: _path2 + ".knots",
2629
2731
  expected: "Array<__type>.o3",
2630
2732
  value: input3.knots
2631
- })) && input3.knots.map((elem, _index39) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2632
- path: _path2 + ".knots[" + _index39 + "]",
2733
+ })) && input3.knots.map((elem, _index41) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2734
+ path: _path2 + ".knots[" + _index41 + "]",
2633
2735
  expected: "__type.o6",
2634
2736
  value: elem
2635
- })) && $vo53(elem, _path2 + ".knots[" + _index39 + "]", _exceptionable2) || $report(_exceptionable2, {
2636
- path: _path2 + ".knots[" + _index39 + "]",
2737
+ })) && $vo54(elem, _path2 + ".knots[" + _index41 + "]", _exceptionable2) || $report(_exceptionable2, {
2738
+ path: _path2 + ".knots[" + _index41 + "]",
2637
2739
  expected: "__type.o6",
2638
2740
  value: elem
2639
2741
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2649,12 +2751,12 @@ var validBoxPlotRequest = (input) => {
2649
2751
  expected: "undefined",
2650
2752
  value: input3.type
2651
2753
  }))].every((flag) => flag);
2652
- const $vo53 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
2754
+ const $vo54 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
2653
2755
  path: _path2 + ".value",
2654
2756
  expected: "number",
2655
2757
  value: input3.value
2656
2758
  })].every((flag) => flag);
2657
- const $vo54 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2759
+ const $vo55 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2658
2760
  path: _path2 + ".id",
2659
2761
  expected: "(string | undefined)",
2660
2762
  value: input3.id
@@ -2694,12 +2796,12 @@ var validBoxPlotRequest = (input) => {
2694
2796
  path: _path2 + ".q",
2695
2797
  expected: "GvValuesQ",
2696
2798
  value: input3.q
2697
- })) && $vo57(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2799
+ })) && $vo58(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2698
2800
  path: _path2 + ".q",
2699
2801
  expected: "GvValuesQ",
2700
2802
  value: input3.q
2701
2803
  })].every((flag) => flag);
2702
- const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2804
+ const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2703
2805
  path: _path2 + ".id",
2704
2806
  expected: "string",
2705
2807
  value: input3.id
@@ -2715,8 +2817,8 @@ var validBoxPlotRequest = (input) => {
2715
2817
  path: _path2 + ".child_types",
2716
2818
  expected: "(Array<string> | undefined)",
2717
2819
  value: input3.child_types
2718
- })) && input3.child_types.map((elem, _index40) => "string" === typeof elem || $report(_exceptionable2, {
2719
- path: _path2 + ".child_types[" + _index40 + "]",
2820
+ })) && input3.child_types.map((elem, _index42) => "string" === typeof elem || $report(_exceptionable2, {
2821
+ path: _path2 + ".child_types[" + _index42 + "]",
2720
2822
  expected: "string",
2721
2823
  value: elem
2722
2824
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2731,8 +2833,8 @@ var validBoxPlotRequest = (input) => {
2731
2833
  path: _path2 + ".included_types",
2732
2834
  expected: "(Array<string> | undefined)",
2733
2835
  value: input3.included_types
2734
- })) && input3.included_types.map((elem, _index41) => "string" === typeof elem || $report(_exceptionable2, {
2735
- path: _path2 + ".included_types[" + _index41 + "]",
2836
+ })) && input3.included_types.map((elem, _index43) => "string" === typeof elem || $report(_exceptionable2, {
2837
+ path: _path2 + ".included_types[" + _index43 + "]",
2736
2838
  expected: "string",
2737
2839
  value: elem
2738
2840
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2779,12 +2881,12 @@ var validBoxPlotRequest = (input) => {
2779
2881
  path: _path2 + ".genes",
2780
2882
  expected: "Array<GvGeneTerm>",
2781
2883
  value: input3.genes
2782
- })) && input3.genes.map((elem, _index42) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2783
- path: _path2 + ".genes[" + _index42 + "]",
2884
+ })) && input3.genes.map((elem, _index44) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2885
+ path: _path2 + ".genes[" + _index44 + "]",
2784
2886
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2785
2887
  value: elem
2786
- })) && $vu2(elem, _path2 + ".genes[" + _index42 + "]", _exceptionable2) || $report(_exceptionable2, {
2787
- path: _path2 + ".genes[" + _index42 + "]",
2888
+ })) && $vu2(elem, _path2 + ".genes[" + _index44 + "]", _exceptionable2) || $report(_exceptionable2, {
2889
+ path: _path2 + ".genes[" + _index44 + "]",
2788
2890
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2789
2891
  value: elem
2790
2892
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2795,7 +2897,7 @@ var validBoxPlotRequest = (input) => {
2795
2897
  path: _path2 + ".groupsetting",
2796
2898
  expected: "TermGroupSetting",
2797
2899
  value: input3.groupsetting
2798
- })) && $vo32(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2900
+ })) && $vo33(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2799
2901
  path: _path2 + ".groupsetting",
2800
2902
  expected: "TermGroupSetting",
2801
2903
  value: input3.groupsetting
@@ -2803,12 +2905,12 @@ var validBoxPlotRequest = (input) => {
2803
2905
  path: _path2 + ".childTerms",
2804
2906
  expected: "Array<DtTerm>",
2805
2907
  value: input3.childTerms
2806
- })) && input3.childTerms.map((elem, _index43) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2807
- path: _path2 + ".childTerms[" + _index43 + "]",
2908
+ })) && input3.childTerms.map((elem, _index45) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2909
+ path: _path2 + ".childTerms[" + _index45 + "]",
2808
2910
  expected: "DtTerm",
2809
2911
  value: elem
2810
- })) && $vo28(elem, _path2 + ".childTerms[" + _index43 + "]", _exceptionable2) || $report(_exceptionable2, {
2811
- path: _path2 + ".childTerms[" + _index43 + "]",
2912
+ })) && $vo29(elem, _path2 + ".childTerms[" + _index45 + "]", _exceptionable2) || $report(_exceptionable2, {
2913
+ path: _path2 + ".childTerms[" + _index45 + "]",
2812
2914
  expected: "DtTerm",
2813
2915
  value: elem
2814
2916
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2816,7 +2918,7 @@ var validBoxPlotRequest = (input) => {
2816
2918
  expected: "Array<DtTerm>",
2817
2919
  value: input3.childTerms
2818
2920
  })].every((flag) => flag);
2819
- const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2921
+ const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2820
2922
  path: _path2 + ".id",
2821
2923
  expected: "string",
2822
2924
  value: input3.id
@@ -2832,8 +2934,8 @@ var validBoxPlotRequest = (input) => {
2832
2934
  path: _path2 + ".child_types",
2833
2935
  expected: "(Array<string> | undefined)",
2834
2936
  value: input3.child_types
2835
- })) && input3.child_types.map((elem, _index44) => "string" === typeof elem || $report(_exceptionable2, {
2836
- path: _path2 + ".child_types[" + _index44 + "]",
2937
+ })) && input3.child_types.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
2938
+ path: _path2 + ".child_types[" + _index46 + "]",
2837
2939
  expected: "string",
2838
2940
  value: elem
2839
2941
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2848,8 +2950,8 @@ var validBoxPlotRequest = (input) => {
2848
2950
  path: _path2 + ".included_types",
2849
2951
  expected: "(Array<string> | undefined)",
2850
2952
  value: input3.included_types
2851
- })) && input3.included_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
2852
- path: _path2 + ".included_types[" + _index45 + "]",
2953
+ })) && input3.included_types.map((elem, _index47) => "string" === typeof elem || $report(_exceptionable2, {
2954
+ path: _path2 + ".included_types[" + _index47 + "]",
2853
2955
  expected: "string",
2854
2956
  value: elem
2855
2957
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2892,12 +2994,12 @@ var validBoxPlotRequest = (input) => {
2892
2994
  path: _path2 + ".genes",
2893
2995
  expected: "Array<GvGeneTerm>",
2894
2996
  value: input3.genes
2895
- })) && input3.genes.map((elem, _index46) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2896
- path: _path2 + ".genes[" + _index46 + "]",
2997
+ })) && input3.genes.map((elem, _index48) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2998
+ path: _path2 + ".genes[" + _index48 + "]",
2897
2999
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2898
3000
  value: elem
2899
- })) && $vu2(elem, _path2 + ".genes[" + _index46 + "]", _exceptionable2) || $report(_exceptionable2, {
2900
- path: _path2 + ".genes[" + _index46 + "]",
3001
+ })) && $vu2(elem, _path2 + ".genes[" + _index48 + "]", _exceptionable2) || $report(_exceptionable2, {
3002
+ path: _path2 + ".genes[" + _index48 + "]",
2901
3003
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2902
3004
  value: elem
2903
3005
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2908,7 +3010,7 @@ var validBoxPlotRequest = (input) => {
2908
3010
  path: _path2 + ".groupsetting",
2909
3011
  expected: "TermGroupSetting",
2910
3012
  value: input3.groupsetting
2911
- })) && $vo32(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
3013
+ })) && $vo33(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2912
3014
  path: _path2 + ".groupsetting",
2913
3015
  expected: "TermGroupSetting",
2914
3016
  value: input3.groupsetting
@@ -2916,12 +3018,12 @@ var validBoxPlotRequest = (input) => {
2916
3018
  path: _path2 + ".childTerms",
2917
3019
  expected: "Array<DtTerm>",
2918
3020
  value: input3.childTerms
2919
- })) && input3.childTerms.map((elem, _index47) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2920
- path: _path2 + ".childTerms[" + _index47 + "]",
3021
+ })) && input3.childTerms.map((elem, _index49) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3022
+ path: _path2 + ".childTerms[" + _index49 + "]",
2921
3023
  expected: "DtTerm",
2922
3024
  value: elem
2923
- })) && $vo28(elem, _path2 + ".childTerms[" + _index47 + "]", _exceptionable2) || $report(_exceptionable2, {
2924
- path: _path2 + ".childTerms[" + _index47 + "]",
3025
+ })) && $vo29(elem, _path2 + ".childTerms[" + _index49 + "]", _exceptionable2) || $report(_exceptionable2, {
3026
+ path: _path2 + ".childTerms[" + _index49 + "]",
2925
3027
  expected: "DtTerm",
2926
3028
  value: elem
2927
3029
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2929,7 +3031,7 @@ var validBoxPlotRequest = (input) => {
2929
3031
  expected: "Array<DtTerm>",
2930
3032
  value: input3.childTerms
2931
3033
  })].every((flag) => flag);
2932
- const $vo57 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3034
+ const $vo58 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2933
3035
  path: _path2 + ".hiddenValues",
2934
3036
  expected: "(HiddenValues | undefined)",
2935
3037
  value: input3.hiddenValues
@@ -2970,7 +3072,7 @@ var validBoxPlotRequest = (input) => {
2970
3072
  expected: '"values"',
2971
3073
  value: input3.type
2972
3074
  })].every((flag) => flag);
2973
- const $vo58 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3075
+ const $vo59 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2974
3076
  path: _path2 + ".id",
2975
3077
  expected: "(string | undefined)",
2976
3078
  value: input3.id
@@ -3010,12 +3112,12 @@ var validBoxPlotRequest = (input) => {
3010
3112
  path: _path2 + ".q",
3011
3113
  expected: "GvPredefinedGsQ",
3012
3114
  value: input3.q
3013
- })) && $vo59(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3115
+ })) && $vo60(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3014
3116
  path: _path2 + ".q",
3015
3117
  expected: "GvPredefinedGsQ",
3016
3118
  value: input3.q
3017
3119
  })].every((flag) => flag);
3018
- const $vo59 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3120
+ const $vo60 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3019
3121
  path: _path2 + ".hiddenValues",
3020
3122
  expected: "(HiddenValues | undefined)",
3021
3123
  value: input3.hiddenValues
@@ -3060,7 +3162,7 @@ var validBoxPlotRequest = (input) => {
3060
3162
  expected: "number",
3061
3163
  value: input3.predefined_groupset_idx
3062
3164
  })].every((flag) => flag);
3063
- const $vo60 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3165
+ const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3064
3166
  path: _path2 + ".id",
3065
3167
  expected: "(string | undefined)",
3066
3168
  value: input3.id
@@ -3100,12 +3202,12 @@ var validBoxPlotRequest = (input) => {
3100
3202
  path: _path2 + ".q",
3101
3203
  expected: "GvCustomGsQ",
3102
3204
  value: input3.q
3103
- })) && $vo61(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3205
+ })) && $vo62(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3104
3206
  path: _path2 + ".q",
3105
3207
  expected: "GvCustomGsQ",
3106
3208
  value: input3.q
3107
3209
  })].every((flag) => flag);
3108
- const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3210
+ const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3109
3211
  path: _path2 + ".hiddenValues",
3110
3212
  expected: "(HiddenValues | undefined)",
3111
3213
  value: input3.hiddenValues
@@ -3149,12 +3251,12 @@ var validBoxPlotRequest = (input) => {
3149
3251
  path: _path2 + ".customset",
3150
3252
  expected: "BaseGroupSet",
3151
3253
  value: input3.customset
3152
- })) && $vo44(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
3254
+ })) && $vo45(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
3153
3255
  path: _path2 + ".customset",
3154
3256
  expected: "BaseGroupSet",
3155
3257
  value: input3.customset
3156
3258
  })].every((flag) => flag);
3157
- const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3259
+ const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3158
3260
  path: _path2 + ".id",
3159
3261
  expected: "(string | undefined)",
3160
3262
  value: input3.id
@@ -3186,7 +3288,7 @@ var validBoxPlotRequest = (input) => {
3186
3288
  path: _path2 + ".term",
3187
3289
  expected: "ConditionTerm",
3188
3290
  value: input3.term
3189
- })) && $vo25(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3291
+ })) && $vo26(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3190
3292
  path: _path2 + ".term",
3191
3293
  expected: "ConditionTerm",
3192
3294
  value: input3.term
@@ -3194,12 +3296,12 @@ var validBoxPlotRequest = (input) => {
3194
3296
  path: _path2 + ".q",
3195
3297
  expected: "ConditionQ",
3196
3298
  value: input3.q
3197
- })) && $vo63(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3299
+ })) && $vo64(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3198
3300
  path: _path2 + ".q",
3199
3301
  expected: "ConditionQ",
3200
3302
  value: input3.q
3201
3303
  })].every((flag) => flag);
3202
- const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3304
+ const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3203
3305
  path: _path2 + ".hiddenValues",
3204
3306
  expected: "(HiddenValues | undefined)",
3205
3307
  value: input3.hiddenValues
@@ -3239,8 +3341,8 @@ var validBoxPlotRequest = (input) => {
3239
3341
  path: _path2 + ".breaks",
3240
3342
  expected: "(Array<number> | undefined)",
3241
3343
  value: input3.breaks
3242
- })) && input3.breaks.map((elem, _index48) => "number" === typeof elem || $report(_exceptionable2, {
3243
- path: _path2 + ".breaks[" + _index48 + "]",
3344
+ })) && input3.breaks.map((elem, _index50) => "number" === typeof elem || $report(_exceptionable2, {
3345
+ path: _path2 + ".breaks[" + _index50 + "]",
3244
3346
  expected: "number",
3245
3347
  value: elem
3246
3348
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3264,7 +3366,7 @@ var validBoxPlotRequest = (input) => {
3264
3366
  expected: "(boolean | undefined)",
3265
3367
  value: input3.value_by_computable_grade
3266
3368
  }), true].every((flag) => flag);
3267
- const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3369
+ const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3268
3370
  path: _path2 + ".id",
3269
3371
  expected: "(string | undefined)",
3270
3372
  value: input3.id
@@ -3296,7 +3398,7 @@ var validBoxPlotRequest = (input) => {
3296
3398
  path: _path2 + ".q",
3297
3399
  expected: "SnpsQ",
3298
3400
  value: input3.q
3299
- })) && $vo65(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3401
+ })) && $vo66(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3300
3402
  path: _path2 + ".q",
3301
3403
  expected: "SnpsQ",
3302
3404
  value: input3.q
@@ -3304,12 +3406,12 @@ var validBoxPlotRequest = (input) => {
3304
3406
  path: _path2 + ".term",
3305
3407
  expected: "SnpsTerm",
3306
3408
  value: input3.term
3307
- })) && $vo67(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3409
+ })) && $vo68(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3308
3410
  path: _path2 + ".term",
3309
3411
  expected: "SnpsTerm",
3310
3412
  value: input3.term
3311
3413
  })].every((flag) => flag);
3312
- const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3414
+ const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3313
3415
  path: _path2 + ".hiddenValues",
3314
3416
  expected: "(HiddenValues | undefined)",
3315
3417
  value: input3.hiddenValues
@@ -3365,7 +3467,7 @@ var validBoxPlotRequest = (input) => {
3365
3467
  path: _path2 + ".restrictAncestry",
3366
3468
  expected: "RestrictAncestry",
3367
3469
  value: input3.restrictAncestry
3368
- })) && $vo66(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
3470
+ })) && $vo67(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
3369
3471
  path: _path2 + ".restrictAncestry",
3370
3472
  expected: "RestrictAncestry",
3371
3473
  value: input3.restrictAncestry
@@ -3390,7 +3492,7 @@ var validBoxPlotRequest = (input) => {
3390
3492
  expected: "number",
3391
3493
  value: input3.stop
3392
3494
  })].every((flag) => flag);
3393
- const $vo66 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
3495
+ const $vo67 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
3394
3496
  path: _path2 + ".name",
3395
3497
  expected: "string",
3396
3498
  value: input3.name
@@ -3403,7 +3505,7 @@ var validBoxPlotRequest = (input) => {
3403
3505
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
3404
3506
  value: input3.tvs
3405
3507
  })].every((flag) => flag);
3406
- const $vo67 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3508
+ const $vo68 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3407
3509
  path: _path2 + ".id",
3408
3510
  expected: "string",
3409
3511
  value: input3.id
@@ -3419,8 +3521,8 @@ var validBoxPlotRequest = (input) => {
3419
3521
  path: _path2 + ".child_types",
3420
3522
  expected: "(Array<string> | undefined)",
3421
3523
  value: input3.child_types
3422
- })) && input3.child_types.map((elem, _index49) => "string" === typeof elem || $report(_exceptionable2, {
3423
- path: _path2 + ".child_types[" + _index49 + "]",
3524
+ })) && input3.child_types.map((elem, _index51) => "string" === typeof elem || $report(_exceptionable2, {
3525
+ path: _path2 + ".child_types[" + _index51 + "]",
3424
3526
  expected: "string",
3425
3527
  value: elem
3426
3528
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3435,8 +3537,8 @@ var validBoxPlotRequest = (input) => {
3435
3537
  path: _path2 + ".included_types",
3436
3538
  expected: "(Array<string> | undefined)",
3437
3539
  value: input3.included_types
3438
- })) && input3.included_types.map((elem, _index50) => "string" === typeof elem || $report(_exceptionable2, {
3439
- path: _path2 + ".included_types[" + _index50 + "]",
3540
+ })) && input3.included_types.map((elem, _index52) => "string" === typeof elem || $report(_exceptionable2, {
3541
+ path: _path2 + ".included_types[" + _index52 + "]",
3440
3542
  expected: "string",
3441
3543
  value: elem
3442
3544
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3467,12 +3569,12 @@ var validBoxPlotRequest = (input) => {
3467
3569
  path: _path2 + ".snps",
3468
3570
  expected: "(Array<SnpsEntry> | undefined)",
3469
3571
  value: input3.snps
3470
- })) && input3.snps.map((elem, _index51) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3471
- path: _path2 + ".snps[" + _index51 + "]",
3572
+ })) && input3.snps.map((elem, _index53) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3573
+ path: _path2 + ".snps[" + _index53 + "]",
3472
3574
  expected: "SnpsEntry",
3473
3575
  value: elem
3474
- })) && $vo68(elem, _path2 + ".snps[" + _index51 + "]", _exceptionable2) || $report(_exceptionable2, {
3475
- path: _path2 + ".snps[" + _index51 + "]",
3576
+ })) && $vo69(elem, _path2 + ".snps[" + _index53 + "]", _exceptionable2) || $report(_exceptionable2, {
3577
+ path: _path2 + ".snps[" + _index53 + "]",
3476
3578
  expected: "SnpsEntry",
3477
3579
  value: elem
3478
3580
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3480,12 +3582,12 @@ var validBoxPlotRequest = (input) => {
3480
3582
  expected: "(Array<SnpsEntry> | undefined)",
3481
3583
  value: input3.snps
3482
3584
  })].every((flag) => flag);
3483
- const $vo68 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
3585
+ const $vo69 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
3484
3586
  path: _path2 + ".altAlleles",
3485
3587
  expected: "(Array<string> | undefined)",
3486
3588
  value: input3.altAlleles
3487
- })) && input3.altAlleles.map((elem, _index52) => "string" === typeof elem || $report(_exceptionable2, {
3488
- path: _path2 + ".altAlleles[" + _index52 + "]",
3589
+ })) && input3.altAlleles.map((elem, _index54) => "string" === typeof elem || $report(_exceptionable2, {
3590
+ path: _path2 + ".altAlleles[" + _index54 + "]",
3489
3591
  expected: "string",
3490
3592
  value: elem
3491
3593
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3496,12 +3598,12 @@ var validBoxPlotRequest = (input) => {
3496
3598
  path: _path2 + ".alleles",
3497
3599
  expected: "(Array<AllelesEntry> | undefined)",
3498
3600
  value: input3.alleles
3499
- })) && input3.alleles.map((elem, _index53) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3500
- path: _path2 + ".alleles[" + _index53 + "]",
3601
+ })) && input3.alleles.map((elem, _index55) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3602
+ path: _path2 + ".alleles[" + _index55 + "]",
3501
3603
  expected: "AllelesEntry",
3502
3604
  value: elem
3503
- })) && $vo69(elem, _path2 + ".alleles[" + _index53 + "]", _exceptionable2) || $report(_exceptionable2, {
3504
- path: _path2 + ".alleles[" + _index53 + "]",
3605
+ })) && $vo70(elem, _path2 + ".alleles[" + _index55 + "]", _exceptionable2) || $report(_exceptionable2, {
3606
+ path: _path2 + ".alleles[" + _index55 + "]",
3505
3607
  expected: "AllelesEntry",
3506
3608
  value: elem
3507
3609
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3516,7 +3618,7 @@ var validBoxPlotRequest = (input) => {
3516
3618
  path: _path2 + ".gt2count",
3517
3619
  expected: "(__type.o7 | undefined)",
3518
3620
  value: input3.gt2count
3519
- })) && $vo70(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
3621
+ })) && $vo71(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
3520
3622
  path: _path2 + ".gt2count",
3521
3623
  expected: "(__type.o7 | undefined)",
3522
3624
  value: input3.gt2count
@@ -3545,7 +3647,7 @@ var validBoxPlotRequest = (input) => {
3545
3647
  expected: "(number | undefined)",
3546
3648
  value: input3.pos
3547
3649
  })].every((flag) => flag);
3548
- const $vo69 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
3650
+ const $vo70 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
3549
3651
  path: _path2 + ".allele",
3550
3652
  expected: "string",
3551
3653
  value: input3.allele
@@ -3558,7 +3660,7 @@ var validBoxPlotRequest = (input) => {
3558
3660
  expected: "boolean",
3559
3661
  value: input3.isRef
3560
3662
  })].every((flag) => flag);
3561
- const $vo70 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
3663
+ const $vo71 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
3562
3664
  path: _path2 + ".k",
3563
3665
  expected: "string",
3564
3666
  value: input3.k
@@ -3567,7 +3669,7 @@ var validBoxPlotRequest = (input) => {
3567
3669
  expected: "(number | string)",
3568
3670
  value: input3.v
3569
3671
  })].every((flag) => flag);
3570
- const $vo71 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3672
+ const $vo72 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3571
3673
  path: _path2 + ".id",
3572
3674
  expected: "(string | undefined)",
3573
3675
  value: input3.id
@@ -3607,12 +3709,12 @@ var validBoxPlotRequest = (input) => {
3607
3709
  path: _path2 + ".term",
3608
3710
  expected: "SnpTerm",
3609
3711
  value: input3.term
3610
- })) && $vo76(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3712
+ })) && $vo77(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3611
3713
  path: _path2 + ".term",
3612
3714
  expected: "SnpTerm",
3613
3715
  value: input3.term
3614
3716
  })].every((flag) => flag);
3615
- const $vo72 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3717
+ const $vo73 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3616
3718
  path: _path2 + ".hiddenValues",
3617
3719
  expected: "(HiddenValues | undefined)",
3618
3720
  value: input3.hiddenValues
@@ -3641,7 +3743,7 @@ var validBoxPlotRequest = (input) => {
3641
3743
  expected: '("values" | undefined)',
3642
3744
  value: input3.type
3643
3745
  })].every((flag) => flag);
3644
- const $vo73 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3746
+ const $vo74 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3645
3747
  path: _path2 + ".hiddenValues",
3646
3748
  expected: "(HiddenValues | undefined)",
3647
3749
  value: input3.hiddenValues
@@ -3670,7 +3772,7 @@ var validBoxPlotRequest = (input) => {
3670
3772
  expected: '("filter" | undefined)',
3671
3773
  value: input3.type
3672
3774
  })].every((flag) => flag);
3673
- const $vo74 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3775
+ const $vo75 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3674
3776
  path: _path2 + ".hiddenValues",
3675
3777
  expected: "(HiddenValues | undefined)",
3676
3778
  value: input3.hiddenValues
@@ -3703,7 +3805,7 @@ var validBoxPlotRequest = (input) => {
3703
3805
  expected: "number",
3704
3806
  value: input3.predefined_groupset_idx
3705
3807
  })].every((flag) => flag);
3706
- const $vo75 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3808
+ const $vo76 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3707
3809
  path: _path2 + ".hiddenValues",
3708
3810
  expected: "(HiddenValues | undefined)",
3709
3811
  value: input3.hiddenValues
@@ -3735,12 +3837,12 @@ var validBoxPlotRequest = (input) => {
3735
3837
  path: _path2 + ".customset",
3736
3838
  expected: "BaseGroupSet",
3737
3839
  value: input3.customset
3738
- })) && $vo44(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
3840
+ })) && $vo45(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
3739
3841
  path: _path2 + ".customset",
3740
3842
  expected: "BaseGroupSet",
3741
3843
  value: input3.customset
3742
3844
  })].every((flag) => flag);
3743
- const $vo76 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3845
+ const $vo77 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3744
3846
  path: _path2 + ".id",
3745
3847
  expected: "string",
3746
3848
  value: input3.id
@@ -3756,8 +3858,8 @@ var validBoxPlotRequest = (input) => {
3756
3858
  path: _path2 + ".child_types",
3757
3859
  expected: "(Array<string> | undefined)",
3758
3860
  value: input3.child_types
3759
- })) && input3.child_types.map((elem, _index54) => "string" === typeof elem || $report(_exceptionable2, {
3760
- path: _path2 + ".child_types[" + _index54 + "]",
3861
+ })) && input3.child_types.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
3862
+ path: _path2 + ".child_types[" + _index56 + "]",
3761
3863
  expected: "string",
3762
3864
  value: elem
3763
3865
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3772,8 +3874,8 @@ var validBoxPlotRequest = (input) => {
3772
3874
  path: _path2 + ".included_types",
3773
3875
  expected: "(Array<string> | undefined)",
3774
3876
  value: input3.included_types
3775
- })) && input3.included_types.map((elem, _index55) => "string" === typeof elem || $report(_exceptionable2, {
3776
- path: _path2 + ".included_types[" + _index55 + "]",
3877
+ })) && input3.included_types.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
3878
+ path: _path2 + ".included_types[" + _index57 + "]",
3777
3879
  expected: "string",
3778
3880
  value: elem
3779
3881
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3816,8 +3918,8 @@ var validBoxPlotRequest = (input) => {
3816
3918
  path: _path2 + ".alt",
3817
3919
  expected: "Array<string>",
3818
3920
  value: input3.alt
3819
- })) && input3.alt.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
3820
- path: _path2 + ".alt[" + _index56 + "]",
3921
+ })) && input3.alt.map((elem, _index58) => "string" === typeof elem || $report(_exceptionable2, {
3922
+ path: _path2 + ".alt[" + _index58 + "]",
3821
3923
  expected: "string",
3822
3924
  value: elem
3823
3925
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3828,7 +3930,7 @@ var validBoxPlotRequest = (input) => {
3828
3930
  path: _path2 + ".groupsetting",
3829
3931
  expected: "TermGroupSetting",
3830
3932
  value: input3.groupsetting
3831
- })) && $vo32(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
3933
+ })) && $vo33(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
3832
3934
  path: _path2 + ".groupsetting",
3833
3935
  expected: "TermGroupSetting",
3834
3936
  value: input3.groupsetting
@@ -3853,9 +3955,9 @@ var validBoxPlotRequest = (input) => {
3853
3955
  })();
3854
3956
  const $vu2 = (input3, _path2, _exceptionable2 = true) => (() => {
3855
3957
  if ("gene" === input3.kind)
3856
- return $vo30(input3, _path2, _exceptionable2);
3857
- if ("coord" === input3.kind)
3858
3958
  return $vo31(input3, _path2, _exceptionable2);
3959
+ if ("coord" === input3.kind)
3960
+ return $vo32(input3, _path2, _exceptionable2);
3859
3961
  return $report(_exceptionable2, {
3860
3962
  path: _path2,
3861
3963
  expected: "(BaseTerm & Gene | BaseTerm & Coord)",
@@ -3864,9 +3966,9 @@ var validBoxPlotRequest = (input) => {
3864
3966
  })();
3865
3967
  const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
3866
3968
  if ("string" === typeof input3.type)
3867
- return $vo34(input3, _path2, _exceptionable2);
3969
+ return $vo35(input3, _path2, _exceptionable2);
3868
3970
  if ("filter" === input3.type)
3869
- return $vo36(input3, _path2, _exceptionable2);
3971
+ return $vo37(input3, _path2, _exceptionable2);
3870
3972
  return $report(_exceptionable2, {
3871
3973
  path: _path2,
3872
3974
  expected: "(ValuesGroup | FilterGroup)",
@@ -3897,31 +3999,31 @@ var validBoxPlotRequest = (input) => {
3897
3999
  })();
3898
4000
  const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
3899
4001
  if ("SnpTW" === input3.type)
3900
- return $vo71(input3, _path2, _exceptionable2);
4002
+ return $vo72(input3, _path2, _exceptionable2);
3901
4003
  if ("SnpsTW" === input3.type)
3902
- return $vo64(input3, _path2, _exceptionable2);
4004
+ return $vo65(input3, _path2, _exceptionable2);
3903
4005
  if ("ConditionTW" === input3.type)
3904
- return $vo62(input3, _path2, _exceptionable2);
4006
+ return $vo63(input3, _path2, _exceptionable2);
3905
4007
  if ("GvCustomGsTW" === input3.type)
3906
- return $vo60(input3, _path2, _exceptionable2);
4008
+ return $vo61(input3, _path2, _exceptionable2);
3907
4009
  if ("GvPredefinedGsTW" === input3.type)
3908
- return $vo58(input3, _path2, _exceptionable2);
4010
+ return $vo59(input3, _path2, _exceptionable2);
3909
4011
  if ("GvValuesTW" === input3.type)
3910
- return $vo54(input3, _path2, _exceptionable2);
4012
+ return $vo55(input3, _path2, _exceptionable2);
3911
4013
  if ("NumTWSpline" === input3.type)
3912
- return $vo51(input3, _path2, _exceptionable2);
4014
+ return $vo52(input3, _path2, _exceptionable2);
3913
4015
  if ("NumTWCont" === input3.type)
3914
- return $vo49(input3, _path2, _exceptionable2);
4016
+ return $vo50(input3, _path2, _exceptionable2);
3915
4017
  if ("NumTWBinary" === input3.type)
3916
- return $vo47(input3, _path2, _exceptionable2);
4018
+ return $vo48(input3, _path2, _exceptionable2);
3917
4019
  if ("NumTWCustomBin" === input3.type)
3918
- return $vo46(input3, _path2, _exceptionable2);
4020
+ return $vo47(input3, _path2, _exceptionable2);
3919
4021
  if ("NumTWRegularBin" === input3.type)
3920
- return $vo45(input3, _path2, _exceptionable2);
4022
+ return $vo46(input3, _path2, _exceptionable2);
3921
4023
  if ("CatTWCustomGS" === input3.type)
3922
- return $vo42(input3, _path2, _exceptionable2);
4024
+ return $vo43(input3, _path2, _exceptionable2);
3923
4025
  if ("CatTWPredefinedGS" === input3.type)
3924
- return $vo40(input3, _path2, _exceptionable2);
4026
+ return $vo41(input3, _path2, _exceptionable2);
3925
4027
  if ("CatTWValues" === input3.type)
3926
4028
  return $vo1(input3, _path2, _exceptionable2);
3927
4029
  return $report(_exceptionable2, {
@@ -3933,24 +4035,18 @@ var validBoxPlotRequest = (input) => {
3933
4035
  const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
3934
4036
  if (void 0 !== input3.ranges)
3935
4037
  return $vo9(input3, _path2, _exceptionable2);
3936
- return $vo8(input3, _path2, false) || $vo24(input3, _path2, false) || $vo27(input3, _path2, false);
4038
+ return $vo8(input3, _path2, false) || $vo25(input3, _path2, false) || $vo28(input3, _path2, false);
3937
4039
  })();
3938
4040
  const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
3939
4041
  if ("integer" === input3.type || "float" === input3.type)
3940
4042
  return $vo10(input3, _path2, _exceptionable2);
3941
- if ("geneExpression" === input3.type)
3942
- return $vo19(input3, _path2, _exceptionable2);
3943
- if ("date" === input3.type)
3944
- return $vo21(input3, _path2, _exceptionable2);
3945
4043
  if ("metaboliteIntensity" === input3.type)
3946
- return $vo20(input3, _path2, _exceptionable2);
3947
- if ("ssGSEA" === input3.type)
4044
+ return $vo21(input3, _path2, _exceptionable2);
4045
+ if ("date" === input3.type)
3948
4046
  return $vo22(input3, _path2, _exceptionable2);
3949
- return $report(_exceptionable2, {
3950
- path: _path2,
3951
- expected: "(NumericDictTerm | GeneExpressionTerm | DateTerm | MetaboliteIntensityTerm | SsGSEATerm)",
3952
- value: input3
3953
- });
4047
+ if ("ssGSEA" === input3.type)
4048
+ return $vo23(input3, _path2, _exceptionable2);
4049
+ return $vo20(input3, _path2, false) || $vo19(input3, _path2, false);
3954
4050
  })();
3955
4051
  const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
3956
4052
  if ("regular-bin" === input3.type)
@@ -3965,9 +4061,9 @@ var validBoxPlotRequest = (input) => {
3965
4061
  })();
3966
4062
  const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
3967
4063
  if ("gene" === input3.kind)
3968
- return $vo29(input3, _path2, _exceptionable2);
4064
+ return $vo30(input3, _path2, _exceptionable2);
3969
4065
  if ("coord" === input3.kind)
3970
- return $vo37(input3, _path2, _exceptionable2);
4066
+ return $vo38(input3, _path2, _exceptionable2);
3971
4067
  return $report(_exceptionable2, {
3972
4068
  path: _path2,
3973
4069
  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; })',
@@ -3976,9 +4072,9 @@ var validBoxPlotRequest = (input) => {
3976
4072
  })();
3977
4073
  const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
3978
4074
  if ("gene" === input3.kind)
3979
- return $vo55(input3, _path2, _exceptionable2);
3980
- if ("coord" === input3.kind)
3981
4075
  return $vo56(input3, _path2, _exceptionable2);
4076
+ if ("coord" === input3.kind)
4077
+ return $vo57(input3, _path2, _exceptionable2);
3982
4078
  return $report(_exceptionable2, {
3983
4079
  path: _path2,
3984
4080
  expected: '(BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
@@ -3987,10 +4083,10 @@ var validBoxPlotRequest = (input) => {
3987
4083
  })();
3988
4084
  const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
3989
4085
  if (void 0 !== input3.predefined_groupset_idx)
3990
- return $vo74(input3, _path2, _exceptionable2);
3991
- if (void 0 !== input3.customset)
3992
4086
  return $vo75(input3, _path2, _exceptionable2);
3993
- return $vo73(input3, _path2, false) || $vo72(input3, _path2, false);
4087
+ if (void 0 !== input3.customset)
4088
+ return $vo76(input3, _path2, _exceptionable2);
4089
+ return $vo74(input3, _path2, false) || $vo73(input3, _path2, false);
3994
4090
  })();
3995
4091
  return ("object" === typeof input2 && null !== input2 || $report(true, {
3996
4092
  path: _path + "",