@sjcrh/proteinpaint-types 2.180.1 → 2.182.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 (50) hide show
  1. package/dist/brainImaging.js +1 -1
  2. package/dist/{chunk-XCSFBW4V.js → chunk-2QTCQFYE.js} +1101 -649
  3. package/dist/{chunk-DIKDKRFN.js → chunk-3DA4MJ2U.js} +691 -467
  4. package/dist/{chunk-Y6F7ZVSV.js → chunk-45VA4Y6L.js} +691 -467
  5. package/dist/chunk-7OA6G77M.js +113 -0
  6. package/dist/{chunk-XAGXFLSH.js → chunk-C5ECCXOT.js} +1402 -756
  7. package/dist/{chunk-PZUKZRSI.js → chunk-DDMUMMOL.js} +438 -214
  8. package/dist/{chunk-4DCPDZW4.js → chunk-G6ZTAMGK.js} +13 -1
  9. package/dist/{chunk-DPWX7ORN.js → chunk-J55IQXT7.js} +515 -291
  10. package/dist/{chunk-P75GBHFO.js → chunk-K6W2WEPW.js} +857 -395
  11. package/dist/{chunk-LLBTODL6.js → chunk-KNDCWQJD.js} +691 -467
  12. package/dist/{chunk-NOT62STS.js → chunk-UBAJYDGK.js} +453 -229
  13. package/dist/{chunk-WSKMTIOO.js → chunk-URYAC364.js} +677 -453
  14. package/dist/{chunk-6PTYP7X4.js → chunk-UYKWZWCU.js} +2180 -1062
  15. package/dist/{chunk-OT6W3FNI.js → chunk-VUNM6QTX.js} +438 -214
  16. package/dist/{chunk-ICACMXK2.js → chunk-ZKO7LMCC.js} +438 -214
  17. package/dist/{chunk-KFNXZOED.js → chunk-ZRTB7SRA.js} +653 -425
  18. package/dist/correlationVolcano.js +1 -1
  19. package/dist/grin2.js +1 -1
  20. package/dist/index.js +34 -34
  21. package/dist/termdb.categories.js +1 -1
  22. package/dist/termdb.chat.js +438 -214
  23. package/dist/termdb.chat2.js +1 -1
  24. package/dist/termdb.cluster.js +1 -1
  25. package/dist/termdb.descrstats.js +1 -1
  26. package/dist/termdb.diffMeth.js +1 -1
  27. package/dist/termdb.dmr.js +1 -1
  28. package/dist/termdb.isoformAvailability.js +11 -0
  29. package/dist/termdb.numericcategories.js +1 -1
  30. package/dist/termdb.percentile.js +1 -1
  31. package/dist/termdb.termsbyids.js +1 -1
  32. package/dist/termdb.topTermsByType.js +1 -1
  33. package/dist/termdb.topVariablyExpressedGenes.js +1 -1
  34. package/dist/termdb.violinBox.js +11 -0
  35. package/package.json +1 -1
  36. package/src/dataset.ts +92 -58
  37. package/src/index.ts +3 -2
  38. package/src/routes/termdb.cluster.ts +11 -0
  39. package/src/routes/termdb.diffMeth.ts +6 -0
  40. package/src/routes/termdb.dmr.ts +73 -14
  41. package/src/routes/termdb.isoformAvailability.ts +22 -0
  42. package/src/routes/termdb.violinBox.ts +230 -0
  43. package/src/terms/isoformExpression.ts +36 -0
  44. package/src/terms/numeric.ts +2 -0
  45. package/src/vocab.ts +0 -1
  46. package/dist/chunk-R7BNDCKV.js +0 -3722
  47. package/dist/termdb.boxplot.js +0 -11
  48. package/dist/termdb.violin.js +0 -11
  49. package/src/routes/termdb.boxplot.ts +0 -164
  50. package/src/routes/termdb.violin.ts +0 -163
@@ -3,78 +3,70 @@ import {
3
3
  require_lib
4
4
  } from "./chunk-YNHC5SXO.js";
5
5
 
6
- // dist/termdb.boxplot.ts
6
+ // dist/termdb.violinBox.ts
7
7
  var import_typia = __toESM(require_lib(), 1);
8
8
 
9
- // src/routes/termdb.boxplot.ts
10
- var boxplotPayload = {
9
+ // src/routes/termdb.violinBox.ts
10
+ var violinBoxPayload = {
11
11
  request: {
12
- typeId: "BoxPlotRequest"
12
+ typeId: "ViolinBoxRequest"
13
13
  },
14
14
  response: {
15
- typeId: "BoxPlotResponse"
15
+ typeId: "ViolinBoxResponse"
16
16
  },
17
17
  examples: [
18
18
  {
19
19
  request: {
20
20
  body: {
21
+ plotType: "violin",
22
+ genome: "hg38-test",
23
+ dslabel: "TermdbTest",
21
24
  tw: {
22
- term: { id: "subcohort", type: "categorical" },
23
- values: [{ key: "ABC", label: "ABC" }]
25
+ term: { id: "aaclassic_5", type: "float" },
26
+ q: { mode: "continuous" }
24
27
  },
28
+ devicePixelRatio: 2,
29
+ svgw: 200,
30
+ orientation: "horizontal",
31
+ datasymbol: "rug",
32
+ radius: 5,
33
+ isLogScale: false
34
+ }
35
+ },
36
+ response: {
37
+ header: { status: 200 }
38
+ }
39
+ },
40
+ {
41
+ request: {
42
+ body: {
43
+ plotType: "box",
25
44
  genome: "hg38-test",
26
45
  dslabel: "TermdbTest",
46
+ tw: {
47
+ term: { id: "agedx", type: "float" },
48
+ q: { mode: "continuous" }
49
+ },
50
+ overlayTw: {
51
+ term: { id: "sex", type: "categorical" }
52
+ },
27
53
  orderByMedian: true
28
54
  }
29
55
  },
30
56
  response: {
31
- body: {
32
- absMin: 0,
33
- absMax: 100,
34
- plots: [
35
- {
36
- boxplot: {
37
- label: "ABC",
38
- w1: 0,
39
- w2: 100,
40
- p05: 0,
41
- p25: 25,
42
- p50: 50,
43
- p75: 75,
44
- p95: 100,
45
- iqr: 50,
46
- out: [101, 102, 106]
47
- },
48
- color: "blue",
49
- descrStats: [
50
- { id: "total", label: "Total", value: 100 },
51
- { id: "min", label: "Min", value: 0 },
52
- { id: "p25", label: "25%", value: 25 },
53
- { id: "median", label: "Median", value: 50 },
54
- { id: "mean", label: "Mean", value: 50 },
55
- { id: "p75", label: "75%", value: 75 },
56
- { id: "max", label: "Max", value: 100 },
57
- { id: "sd", label: "SD", value: 0 },
58
- { id: "variance", label: "Variance", value: 0 },
59
- { id: "iqr", label: "IQR", value: 50 }
60
- ],
61
- key: "ABC"
62
- }
63
- ],
64
- uncomputableValues: [{ label: "uncomputable-test", value: 1 }]
65
- }
57
+ header: { status: 200 }
66
58
  }
67
59
  }
68
60
  ]
69
61
  };
70
62
 
71
- // dist/termdb.boxplot.ts
72
- var validBoxPlotRequest = (input) => {
63
+ // dist/termdb.violinBox.ts
64
+ var validViolinBoxRequest = (input) => {
73
65
  const errors = [];
74
66
  const __is = (input2) => {
75
67
  const $join = import_typia.createValidate.join;
76
- const $io0 = (input3) => "object" === typeof input3.tw && null !== input3.tw && $iu7(input3.tw) && "string" === typeof input3.genome && "string" === typeof input3.dslabel && "boolean" === typeof input3.isLogScale && "boolean" === typeof input3.orderByMedian && (void 0 === input3.removeOutliers || "boolean" === typeof input3.removeOutliers) && (void 0 === input3.showAssocTests || "boolean" === typeof input3.showAssocTests) && (void 0 === input3.overlayTw || "object" === typeof input3.overlayTw && null !== input3.overlayTw && $iu7(input3.overlayTw)) && (void 0 === input3.divideTw || "object" === typeof input3.divideTw && null !== input3.divideTw && $iu7(input3.divideTw)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io6(input3.filter)) && true;
77
- const $io1 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io59(input3.q)) && "QualTWValues" === input3.type;
68
+ const $io0 = (input3) => "object" === typeof input3.tw && null !== input3.tw && $iu7(input3.tw) && "string" === typeof input3.dslabel && "string" === typeof input3.genome && (void 0 === input3.overlayTw || "object" === typeof input3.overlayTw && null !== input3.overlayTw && $iu7(input3.overlayTw)) && (void 0 === input3.divideTw || "object" === typeof input3.divideTw && null !== input3.divideTw && $iu7(input3.divideTw)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io6(input3.filter)) && true && (void 0 === input3.currentGeneNames || Array.isArray(input3.currentGeneNames) && input3.currentGeneNames.every((elem) => "string" === typeof elem)) && (void 0 === input3.isLogScale || "boolean" === typeof input3.isLogScale) && "violin" === input3.plotType && (void 0 === input3.axisHeight || "number" === typeof input3.axisHeight) && (void 0 === input3.datasymbol || "string" === typeof input3.datasymbol) && "number" === typeof input3.devicePixelRatio && (void 0 === input3.isKDE || "boolean" === typeof input3.isKDE) && "string" === typeof input3.orientation && "number" === typeof input3.radius && (void 0 === input3.rightMargin || "number" === typeof input3.rightMargin) && true && (void 0 === input3.strokeWidth || "number" === typeof input3.strokeWidth) && "number" === typeof input3.svgw && (void 0 === input3.ticks || "number" === typeof input3.ticks);
69
+ 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 && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io61(input3.q)) && "QualTWValues" === input3.type;
78
70
  const $io2 = (input3) => Object.keys(input3).every((key) => {
79
71
  const value = input3[key];
80
72
  if (void 0 === value)
@@ -83,7 +75,7 @@ var validBoxPlotRequest = (input) => {
83
75
  return true;
84
76
  return true;
85
77
  });
86
- const $io3 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io41(input3.groupsetting));
78
+ const $io3 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io43(input3.groupsetting));
87
79
  const $io4 = (input3) => Object.keys(input3).every((key) => {
88
80
  const value = input3[key];
89
81
  if (void 0 === value)
@@ -98,7 +90,7 @@ var validBoxPlotRequest = (input) => {
98
90
  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))) && (void 0 === input3.$id || "string" === typeof input3.$id);
99
91
  const $io7 = (input3) => "tvs" === input3.type && ("object" === typeof input3.tvs && null !== input3.tvs && $iu9(input3.tvs));
100
92
  const $io8 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (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) && ("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))) && (void 0 === input3.valueset || input3.valueset instanceof Set);
101
- const $io9 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (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) && ("object" === typeof input3.term && null !== input3.term && $iu10(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem))) && (void 0 === input3.values || Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io31(elem)));
93
+ const $io9 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (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) && ("object" === typeof input3.term && null !== input3.term && $iu10(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem))) && (void 0 === input3.values || Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io33(elem)));
102
94
  const $io10 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io13(input3.bins));
103
95
  const $io11 = (input3) => "string" === typeof input3.fromUnit && "string" === typeof input3.toUnit && "string" === typeof input3.scaleFactor;
104
96
  const $io12 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
@@ -118,19 +110,21 @@ var validBoxPlotRequest = (input) => {
118
110
  const $io19 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "custom-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && (Array.isArray(input3.lst) && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu4(input3.lst[0]) && (Array.isArray(input3.lst.slice(1)) && input3.lst.slice(1).every((elem) => "object" === typeof elem && null !== elem && $iu4(elem))))) && (void 0 === input3.preferredBins || "median" === input3.preferredBins) && (void 0 === input3.isDummyPreset || "boolean" === typeof input3.isDummyPreset);
119
111
  const $io20 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io13(input3.bins)) && (void 0 === input3.kind || "gene" === input3.kind) && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
120
112
  const $io21 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io13(input3.bins)) && (void 0 === input3.kind || "coord" === input3.kind) && (void 0 === input3.gene || "string" === typeof input3.gene) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
121
- const $io22 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "metaboliteIntensity" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.metabolite && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io13(input3.bins));
122
- const $io23 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "proteomeAbundance" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.protein && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io13(input3.bins)) && ("object" === typeof input3.proteomeDetails && null !== input3.proteomeDetails && ("string" === typeof input3.proteomeDetails.assay && "string" === typeof input3.proteomeDetails.cohort));
123
- const $io25 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "date" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io13(input3.bins));
124
- const $io26 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "ssGSEA" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.genes || Array.isArray(input3.genes) && input3.genes.every((elem) => "string" === typeof elem)) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io13(input3.bins));
125
- const $io27 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "dnaMethylation" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io13(input3.bins));
126
- const $io28 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "singleCellGeneExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.gene && "string" === typeof input3.sample && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io13(input3.bins)) && (void 0 === input3.kind || "gene" === input3.kind) && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
127
- const $io29 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "singleCellGeneExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.gene && "string" === typeof input3.sample && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io13(input3.bins)) && (void 0 === input3.kind || "coord" === input3.kind) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
128
- const $io30 = (input3) => "number" === typeof input3.value && (void 0 === input3.label || "string" === typeof input3.label) && (void 0 === input3.name || "string" === typeof input3.name);
129
- const $io31 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
130
- const $io32 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (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) && ("object" === typeof input3.term && null !== input3.term && $io33(input3.term)) && (void 0 === input3.grade_and_child || Array.isArray(input3.grade_and_child) && input3.grade_and_child.every((elem) => "object" === typeof elem && null !== elem && $io34(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io35(elem)));
131
- const $io33 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion));
132
- const $io34 = (input3) => "number" === typeof input3.grade && "string" === typeof input3.grade_label && (void 0 === input3.child_id || "string" === typeof input3.child_id) && "string" === typeof input3.child_label;
133
- const $io35 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && (void 0 === input3.label || "string" === typeof input3.label) && Object.keys(input3).every((key) => {
113
+ const $io22 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "isoformExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io13(input3.bins)) && (void 0 === input3.kind || "isoform" === input3.kind) && "string" === typeof input3.isoform && (void 0 === input3.gene || "string" === typeof input3.gene) && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
114
+ const $io23 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "isoformExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io13(input3.bins)) && (void 0 === input3.kind || "coord" === input3.kind) && (void 0 === input3.isoform || "string" === typeof input3.isoform) && (void 0 === input3.gene || "string" === typeof input3.gene) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
115
+ const $io24 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "metaboliteIntensity" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.metabolite && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io13(input3.bins));
116
+ const $io25 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "proteomeAbundance" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.protein && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io13(input3.bins)) && ("object" === typeof input3.proteomeDetails && null !== input3.proteomeDetails && ("string" === typeof input3.proteomeDetails.assay && "string" === typeof input3.proteomeDetails.cohort));
117
+ const $io27 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "date" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io13(input3.bins));
118
+ const $io28 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "ssGSEA" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.genes || Array.isArray(input3.genes) && input3.genes.every((elem) => "string" === typeof elem)) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io13(input3.bins));
119
+ const $io29 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "dnaMethylation" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io13(input3.bins));
120
+ const $io30 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "singleCellGeneExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.gene && "string" === typeof input3.sample && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io13(input3.bins)) && (void 0 === input3.kind || "gene" === input3.kind) && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
121
+ const $io31 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "singleCellGeneExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.gene && "string" === typeof input3.sample && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io13(input3.bins)) && (void 0 === input3.kind || "coord" === input3.kind) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
122
+ const $io32 = (input3) => "number" === typeof input3.value && (void 0 === input3.label || "string" === typeof input3.label) && (void 0 === input3.name || "string" === typeof input3.name);
123
+ const $io33 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
124
+ const $io34 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (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) && ("object" === typeof input3.term && null !== input3.term && $io35(input3.term)) && (void 0 === input3.grade_and_child || Array.isArray(input3.grade_and_child) && input3.grade_and_child.every((elem) => "object" === typeof elem && null !== elem && $io36(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io37(elem)));
125
+ const $io35 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion));
126
+ const $io36 = (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 $io37 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && (void 0 === input3.label || "string" === typeof input3.label) && Object.keys(input3).every((key) => {
134
128
  if (["key", "label"].some((prop) => key === prop))
135
129
  return true;
136
130
  const value = input3[key];
@@ -140,30 +134,30 @@ var validBoxPlotRequest = (input) => {
140
134
  return true;
141
135
  return true;
142
136
  });
143
- const $io36 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (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) && ("object" === typeof input3.term && null !== input3.term && $io37(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && $io47(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName) && (void 0 === input3.genotype || "variant" === input3.genotype || "nt" === input3.genotype || "wt" === input3.genotype) && (void 0 === input3.mcount || "any" === input3.mcount || "single" === input3.mcount || "multiple" === input3.mcount || "all" === input3.mcount) && (void 0 === input3.continuousCnv || "boolean" === typeof input3.continuousCnv) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvWT || "boolean" === typeof input3.cnvWT) && (void 0 === input3.fractionOverlap || "number" === typeof input3.fractionOverlap);
144
- const $io37 = (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 && $iu12(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));
145
- 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) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io41(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io37(elem)));
146
- const $io39 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
147
- const $io40 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
148
- const $io41 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io42(elem)));
149
- const $io42 = (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)));
150
- const $io43 = (input3) => "string" === typeof input3.name && "string" === typeof input3.type && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io44(elem))) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
151
- const $io44 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
152
- const $io45 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io6(input3.filter)) && "string" === typeof input3.color;
153
- const $io46 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io41(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io37(elem)));
154
- const $io47 = (input3) => (void 0 === input3.key || "string" === typeof input3.key) && (void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label) && (void 0 === input3.value || "string" === typeof input3.value) && (void 0 === input3.dt || "number" === typeof input3.dt) && (void 0 === input3.mclasslst || Array.isArray(input3.mclasslst) && input3.mclasslst.every((elem) => "string" === typeof elem)) && (void 0 === input3.mclassExcludeLst || Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "string" === typeof elem)) && (void 0 === input3.origin || "string" === typeof input3.origin);
155
- const $io48 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (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) && ("object" === typeof input3.term && null !== input3.term && $iu13(input3.term)) && "number" === typeof input3.ratio;
156
- const $io49 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "termCollection" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.termIds || Array.isArray(input3.termIds) && input3.termIds.every((elem) => "string" === typeof elem)) && (Array.isArray(input3.termlst) && input3.termlst.every((elem) => "object" === typeof elem && null !== elem && $io50(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io51(input3.propsByTermId)) && "numeric" === input3.memberType && (void 0 === input3.numerators || Array.isArray(input3.numerators) && input3.numerators.every((elem) => "string" === typeof elem)) && (void 0 === input3.valueTransform || "object" === typeof input3.valueTransform && null !== input3.valueTransform && false === Array.isArray(input3.valueTransform) && $io53(input3.valueTransform));
157
- const $io50 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion));
158
- const $io51 = (input3) => Object.keys(input3).every((key) => {
137
+ const $io38 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (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) && ("object" === typeof input3.term && null !== input3.term && $io39(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && $io49(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName) && (void 0 === input3.genotype || "variant" === input3.genotype || "nt" === input3.genotype || "wt" === input3.genotype) && (void 0 === input3.mcount || "any" === input3.mcount || "single" === input3.mcount || "multiple" === input3.mcount || "all" === input3.mcount) && (void 0 === input3.continuousCnv || "boolean" === typeof input3.continuousCnv) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvWT || "boolean" === typeof input3.cnvWT) && (void 0 === input3.fractionOverlap || "number" === typeof input3.fractionOverlap);
138
+ const $io39 = (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 && $iu12(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));
139
+ const $io40 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io43(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io39(elem)));
140
+ const $io41 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
141
+ const $io42 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
142
+ const $io43 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io44(elem)));
143
+ const $io44 = (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)));
144
+ const $io45 = (input3) => "string" === typeof input3.name && "string" === typeof input3.type && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io46(elem))) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
145
+ const $io46 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
146
+ const $io47 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io6(input3.filter)) && "string" === typeof input3.color;
147
+ const $io48 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io43(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io39(elem)));
148
+ const $io49 = (input3) => (void 0 === input3.key || "string" === typeof input3.key) && (void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label) && (void 0 === input3.value || "string" === typeof input3.value) && (void 0 === input3.dt || "number" === typeof input3.dt) && (void 0 === input3.mclasslst || Array.isArray(input3.mclasslst) && input3.mclasslst.every((elem) => "string" === typeof elem)) && (void 0 === input3.mclassExcludeLst || Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "string" === typeof elem)) && (void 0 === input3.origin || "string" === typeof input3.origin);
149
+ const $io50 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (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) && ("object" === typeof input3.term && null !== input3.term && $iu13(input3.term)) && "number" === typeof input3.ratio;
150
+ const $io51 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "termCollection" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.termIds || Array.isArray(input3.termIds) && input3.termIds.every((elem) => "string" === typeof elem)) && (Array.isArray(input3.termlst) && input3.termlst.every((elem) => "object" === typeof elem && null !== elem && $io52(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io53(input3.propsByTermId)) && "numeric" === input3.memberType && (void 0 === input3.numerators || Array.isArray(input3.numerators) && input3.numerators.every((elem) => "string" === typeof elem)) && (void 0 === input3.valueTransform || "object" === typeof input3.valueTransform && null !== input3.valueTransform && false === Array.isArray(input3.valueTransform) && $io55(input3.valueTransform));
151
+ const $io52 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion));
152
+ const $io53 = (input3) => Object.keys(input3).every((key) => {
159
153
  const value = input3[key];
160
154
  if (void 0 === value)
161
155
  return true;
162
156
  if (RegExp(/(.*)/).test(key))
163
- return "object" === typeof value && null !== value && false === Array.isArray(value) && $io52(value);
157
+ return "object" === typeof value && null !== value && false === Array.isArray(value) && $io54(value);
164
158
  return true;
165
159
  });
166
- const $io52 = (input3) => Object.keys(input3).every((key) => {
160
+ const $io54 = (input3) => Object.keys(input3).every((key) => {
167
161
  const value = input3[key];
168
162
  if (void 0 === value)
169
163
  return true;
@@ -171,48 +165,49 @@ var validBoxPlotRequest = (input) => {
171
165
  return true;
172
166
  return true;
173
167
  });
174
- const $io53 = (input3) => void 0 === input3.offset || "number" === typeof input3.offset;
175
- const $io54 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "termCollection" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.termIds || Array.isArray(input3.termIds) && input3.termIds.every((elem) => "string" === typeof elem)) && (Array.isArray(input3.termlst) && input3.termlst.every((elem) => "object" === typeof elem && null !== elem && $io50(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io51(input3.propsByTermId)) && "categorical" === input3.memberType && (Array.isArray(input3.categoryKeys) && input3.categoryKeys.every((elem) => "object" === typeof elem && null !== elem && $io55(elem)));
176
- const $io55 = (input3) => "string" === typeof input3.key && "boolean" === typeof input3.shown;
177
- const $io56 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "snp" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && "string" === typeof input3.ref && (Array.isArray(input3.alt) && input3.alt.every((elem) => "string" === typeof elem)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io41(input3.groupsetting));
178
- const $io57 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "singleCellCellType" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && ("object" === typeof input3.sample && null !== input3.sample && true) && "string" === typeof input3.plot && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io41(input3.groupsetting));
179
- const $io59 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "values" === input3.type;
180
- 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 && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io61(input3.q)) && "QualTWPredefinedGS" === input3.type;
181
- const $io61 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx;
182
- 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 && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io63(input3.q)) && "QualTWCustomGS" === input3.type;
183
- const $io63 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io64(input3.customset));
184
- const $io64 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem));
185
- 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 && "NumTWRegularBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu10(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io14(input3.q));
186
- const $io66 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCustomBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu10(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io19(input3.q));
187
- const $io67 = (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 && $iu10(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io68(input3.q));
188
- const $io68 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "binary" === input3.mode && "custom-bin" === input3.type && (Array.isArray(input3.lst) && (input3.lst.length === 2 && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu5(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu6(input3.lst[1])))) && (void 0 === input3.cutoffType || "normal" === input3.cutoffType || "percentile" === input3.cutoffType) && (void 0 === input3.cutoffPercentile || "number" === typeof input3.cutoffPercentile);
189
- const $io69 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu10(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $io70(input3.q));
190
- const $io70 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "continuous" === input3.mode) && (void 0 === input3.convert2ZScore || "boolean" === typeof input3.convert2ZScore) && (null !== input3.type && void 0 === input3.type) && (void 0 === input3.scale || "number" === typeof input3.scale);
191
- 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 && "NumTWSpline" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu10(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io72(input3.q));
192
- const $io72 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "spline" === input3.mode && (Array.isArray(input3.knots) && input3.knots.every((elem) => "object" === typeof elem && null !== elem && $io73(elem))) && (null !== input3.type && void 0 === input3.type);
193
- const $io73 = (input3) => "number" === typeof input3.value;
194
- const $io74 = (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 && $iu14(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io77(input3.q));
195
- const $io75 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io41(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io37(elem)));
196
- const $io76 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io41(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io37(elem)));
197
- const $io77 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "values" === input3.type;
198
- const $io78 = (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 && $iu14(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io79(input3.q));
199
- const $io79 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx && Array.isArray(input3.dtLst);
200
- const $io80 = (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 && $iu14(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io81(input3.q));
201
- const $io81 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io64(input3.customset)) && Array.isArray(input3.dtLst);
202
- const $io82 = (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 && $io33(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu15(input3.q));
203
- const $io83 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && ("discrete" === input3.mode || "binary" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && "grade" === input3.valueFor && true === input3.bar_by_grade && ("age" === input3.timeScale || "time" === input3.timeScale) && (void 0 === input3.breaks || Array.isArray(input3.breaks) && input3.breaks.every((elem) => "number" === typeof elem)) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && true;
204
- const $io84 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "discrete" === input3.mode && "children" === input3.valueFor && true === input3.bar_by_children && true;
205
- const $io85 = (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 && $io86(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io88(input3.term));
206
- const $io86 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "number" === typeof input3.AFcutoff && "number" === typeof input3.alleleType && "string" === typeof input3.cacheid && true && "number" === typeof input3.geneticModel && true && (void 0 === input3.missingGenotype || "number" === typeof input3.missingGenotype) && "number" === typeof input3.numOfSampleWithAnyValidGT && ("object" === typeof input3.restrictAncestry && null !== input3.restrictAncestry && $io87(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;
207
- const $io87 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu9(input3.tvs));
208
- const $io88 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io89(elem)));
209
- const $io89 = (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 && $io90(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io91(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);
210
- const $io90 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
211
- const $io91 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
212
- const $io92 = (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 && "TermCollectionTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io49(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io93(input3.q));
213
- const $io93 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "continuous" === input3.mode && "values" === input3.type && (Array.isArray(input3.lst) && input3.lst.every((elem) => "string" === typeof elem)) && (void 0 === input3.numerators || Array.isArray(input3.numerators) && input3.numerators.every((elem) => "string" === typeof elem));
214
- const $io94 = (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 && "TermCollectionTWQual" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io54(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io95(input3.q));
215
- const $io95 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "discrete" === input3.mode && "values" === input3.type && (Array.isArray(input3.lst) && input3.lst.every((elem) => "string" === typeof elem)) && (void 0 === input3.categoryKeys || Array.isArray(input3.categoryKeys) && input3.categoryKeys.every((elem) => "object" === typeof elem && null !== elem && $io55(elem)));
168
+ const $io55 = (input3) => void 0 === input3.offset || "number" === typeof input3.offset;
169
+ const $io56 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "termCollection" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.termIds || Array.isArray(input3.termIds) && input3.termIds.every((elem) => "string" === typeof elem)) && (Array.isArray(input3.termlst) && input3.termlst.every((elem) => "object" === typeof elem && null !== elem && $io52(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io53(input3.propsByTermId)) && "categorical" === input3.memberType && (Array.isArray(input3.categoryKeys) && input3.categoryKeys.every((elem) => "object" === typeof elem && null !== elem && $io57(elem)));
170
+ const $io57 = (input3) => "string" === typeof input3.key && "boolean" === typeof input3.shown;
171
+ const $io58 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "snp" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && "string" === typeof input3.ref && (Array.isArray(input3.alt) && input3.alt.every((elem) => "string" === typeof elem)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io43(input3.groupsetting));
172
+ const $io59 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "singleCellCellType" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && ("object" === typeof input3.sample && null !== input3.sample && true) && "string" === typeof input3.plot && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io43(input3.groupsetting));
173
+ const $io61 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "values" === input3.type;
174
+ 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 && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io63(input3.q)) && "QualTWPredefinedGS" === input3.type;
175
+ const $io63 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx;
176
+ 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 && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io65(input3.q)) && "QualTWCustomGS" === input3.type;
177
+ const $io65 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io66(input3.customset));
178
+ const $io66 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem));
179
+ const $io67 = (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 && $iu10(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io14(input3.q));
180
+ const $io68 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCustomBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu10(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io19(input3.q));
181
+ const $io69 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io2(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWBinary" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu10(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io70(input3.q));
182
+ const $io70 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "binary" === input3.mode && "custom-bin" === input3.type && (Array.isArray(input3.lst) && (input3.lst.length === 2 && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu5(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu6(input3.lst[1])))) && (void 0 === input3.cutoffType || "normal" === input3.cutoffType || "percentile" === input3.cutoffType) && (void 0 === input3.cutoffPercentile || "number" === typeof input3.cutoffPercentile);
183
+ 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 && "NumTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu10(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $io72(input3.q));
184
+ const $io72 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "continuous" === input3.mode) && (void 0 === input3.convert2ZScore || "boolean" === typeof input3.convert2ZScore) && (null !== input3.type && void 0 === input3.type) && (void 0 === input3.scale || "number" === typeof input3.scale);
185
+ const $io73 = (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 && $iu10(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io74(input3.q));
186
+ const $io74 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "spline" === input3.mode && (Array.isArray(input3.knots) && input3.knots.every((elem) => "object" === typeof elem && null !== elem && $io75(elem))) && (null !== input3.type && void 0 === input3.type);
187
+ const $io75 = (input3) => "number" === typeof input3.value;
188
+ const $io76 = (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 && $iu14(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io79(input3.q));
189
+ const $io77 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io43(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io39(elem)));
190
+ const $io78 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io43(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io39(elem)));
191
+ const $io79 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "values" === input3.type;
192
+ const $io80 = (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 && $iu14(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io81(input3.q));
193
+ const $io81 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx && Array.isArray(input3.dtLst);
194
+ const $io82 = (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 && $iu14(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io83(input3.q));
195
+ const $io83 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io66(input3.customset)) && Array.isArray(input3.dtLst);
196
+ const $io84 = (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 && $io35(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu15(input3.q));
197
+ const $io85 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && ("discrete" === input3.mode || "binary" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && "grade" === input3.valueFor && true === input3.bar_by_grade && ("age" === input3.timeScale || "time" === input3.timeScale) && (void 0 === input3.breaks || Array.isArray(input3.breaks) && input3.breaks.every((elem) => "number" === typeof elem)) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && true;
198
+ const $io86 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "discrete" === input3.mode && "children" === input3.valueFor && true === input3.bar_by_children && true;
199
+ const $io87 = (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 && $io88(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io90(input3.term));
200
+ const $io88 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "number" === typeof input3.AFcutoff && "number" === typeof input3.alleleType && "string" === typeof input3.cacheid && true && "number" === typeof input3.geneticModel && true && (void 0 === input3.missingGenotype || "number" === typeof input3.missingGenotype) && "number" === typeof input3.numOfSampleWithAnyValidGT && ("object" === typeof input3.restrictAncestry && null !== input3.restrictAncestry && $io89(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;
201
+ const $io89 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu9(input3.tvs));
202
+ const $io90 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io11(input3.valueConversion)) && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io91(elem)));
203
+ const $io91 = (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 && $io92(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io93(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);
204
+ const $io92 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
205
+ const $io93 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
206
+ const $io94 = (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 && "TermCollectionTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io51(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io95(input3.q));
207
+ const $io95 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "continuous" === input3.mode && "values" === input3.type && (Array.isArray(input3.lst) && input3.lst.every((elem) => "string" === typeof elem)) && (void 0 === input3.numerators || Array.isArray(input3.numerators) && input3.numerators.every((elem) => "string" === typeof elem));
208
+ const $io96 = (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 && "TermCollectionTWQual" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io56(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io97(input3.q));
209
+ const $io97 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "discrete" === input3.mode && "values" === input3.type && (Array.isArray(input3.lst) && input3.lst.every((elem) => "string" === typeof elem)) && (void 0 === input3.categoryKeys || Array.isArray(input3.categoryKeys) && input3.categoryKeys.every((elem) => "object" === typeof elem && null !== elem && $io57(elem)));
210
+ const $io98 = (input3) => "object" === typeof input3.tw && null !== input3.tw && $iu7(input3.tw) && "string" === typeof input3.dslabel && "string" === typeof input3.genome && (void 0 === input3.overlayTw || "object" === typeof input3.overlayTw && null !== input3.overlayTw && $iu7(input3.overlayTw)) && (void 0 === input3.divideTw || "object" === typeof input3.divideTw && null !== input3.divideTw && $iu7(input3.divideTw)) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io6(input3.filter)) && true && (void 0 === input3.currentGeneNames || Array.isArray(input3.currentGeneNames) && input3.currentGeneNames.every((elem) => "string" === typeof elem)) && (void 0 === input3.isLogScale || "boolean" === typeof input3.isLogScale) && "box" === input3.plotType && (void 0 === input3.orderByMedian || "boolean" === typeof input3.orderByMedian) && (void 0 === input3.removeOutliers || "boolean" === typeof input3.removeOutliers) && (void 0 === input3.showAssocTests || "boolean" === typeof input3.showAssocTests);
216
211
  const $iu0 = (input3) => (() => {
217
212
  if ("tvslst" === input3.type)
218
213
  return $io6(input3);
@@ -226,21 +221,21 @@ var validBoxPlotRequest = (input) => {
226
221
  if (true === input3.stopunbounded)
227
222
  return $io18(input3);
228
223
  if (void 0 !== input3.value)
229
- return $io30(input3);
224
+ return $io32(input3);
230
225
  return $io17(input3);
231
226
  })();
232
227
  const $iu2 = (input3) => (() => {
233
228
  if ("gene" === input3.kind)
234
- return $io39(input3);
229
+ return $io41(input3);
235
230
  if ("coord" === input3.kind)
236
- return $io40(input3);
231
+ return $io42(input3);
237
232
  return false;
238
233
  })();
239
234
  const $iu3 = (input3) => (() => {
240
235
  if ("string" === typeof input3.type)
241
- return $io43(input3);
242
- if ("filter" === input3.type)
243
236
  return $io45(input3);
237
+ if ("filter" === input3.type)
238
+ return $io47(input3);
244
239
  return false;
245
240
  })();
246
241
  const $iu4 = (input3) => (() => {
@@ -266,33 +261,33 @@ var validBoxPlotRequest = (input) => {
266
261
  })();
267
262
  const $iu7 = (input3) => (() => {
268
263
  if ("TermCollectionTWQual" === input3.type)
269
- return $io94(input3);
264
+ return $io96(input3);
270
265
  if ("TermCollectionTWCont" === input3.type)
271
- return $io92(input3);
266
+ return $io94(input3);
272
267
  if ("SnpsTW" === input3.type)
273
- return $io85(input3);
268
+ return $io87(input3);
274
269
  if ("ConditionTW" === input3.type)
275
- return $io82(input3);
270
+ return $io84(input3);
276
271
  if ("GvCustomGsTW" === input3.type)
277
- return $io80(input3);
272
+ return $io82(input3);
278
273
  if ("GvPredefinedGsTW" === input3.type)
279
- return $io78(input3);
274
+ return $io80(input3);
280
275
  if ("GvValuesTW" === input3.type)
281
- return $io74(input3);
276
+ return $io76(input3);
282
277
  if ("NumTWSpline" === input3.type)
283
- return $io71(input3);
278
+ return $io73(input3);
284
279
  if ("NumTWCont" === input3.type)
285
- return $io69(input3);
280
+ return $io71(input3);
286
281
  if ("NumTWBinary" === input3.type)
287
- return $io67(input3);
282
+ return $io69(input3);
288
283
  if ("NumTWCustomBin" === input3.type)
289
- return $io66(input3);
284
+ return $io68(input3);
290
285
  if ("NumTWRegularBin" === input3.type)
291
- return $io65(input3);
286
+ return $io67(input3);
292
287
  if ("QualTWCustomGS" === input3.type)
293
- return $io62(input3);
288
+ return $io64(input3);
294
289
  if ("QualTWPredefinedGS" === input3.type)
295
- return $io60(input3);
290
+ return $io62(input3);
296
291
  if ("QualTWValues" === input3.type)
297
292
  return $io1(input3);
298
293
  return false;
@@ -301,23 +296,23 @@ var validBoxPlotRequest = (input) => {
301
296
  if ("categorical" === input3.type)
302
297
  return $io3(input3);
303
298
  if ("snp" === input3.type)
304
- return $io56(input3);
299
+ return $io58(input3);
305
300
  if ("singleCellCellType" === input3.type)
306
- return $io57(input3);
301
+ return $io59(input3);
307
302
  return false;
308
303
  })();
309
304
  const $iu9 = (input3) => (() => {
310
305
  if (void 0 !== input3.ranges)
311
306
  return $io9(input3);
312
307
  if (void 0 !== input3.ratio)
313
- return $io48(input3);
308
+ return $io50(input3);
314
309
  return (() => {
315
310
  if ($io8(input3))
316
311
  return $io8(input3);
317
- if ($io32(input3))
318
- return $io32(input3);
319
- if ($io36(input3))
320
- return $io36(input3);
312
+ if ($io34(input3))
313
+ return $io34(input3);
314
+ if ($io38(input3))
315
+ return $io38(input3);
321
316
  return false;
322
317
  })();
323
318
  })();
@@ -325,24 +320,28 @@ var validBoxPlotRequest = (input) => {
325
320
  if ("integer" === input3.type || "float" === input3.type)
326
321
  return $io10(input3);
327
322
  if ("metaboliteIntensity" === input3.type)
328
- return $io22(input3);
323
+ return $io24(input3);
329
324
  if ("proteomeAbundance" === input3.type)
330
- return $io23(input3);
331
- if ("date" === input3.type)
332
325
  return $io25(input3);
326
+ if ("date" === input3.type)
327
+ return $io27(input3);
333
328
  if ("ssGSEA" === input3.type)
334
- return $io26(input3);
329
+ return $io28(input3);
335
330
  if ("dnaMethylation" === input3.type)
336
- return $io27(input3);
331
+ return $io29(input3);
337
332
  return (() => {
338
333
  if ($io21(input3))
339
334
  return $io21(input3);
340
335
  if ($io20(input3))
341
336
  return $io20(input3);
342
- if ($io29(input3))
343
- return $io29(input3);
344
- if ($io28(input3))
345
- return $io28(input3);
337
+ if ($io23(input3))
338
+ return $io23(input3);
339
+ if ($io22(input3))
340
+ return $io22(input3);
341
+ if ($io31(input3))
342
+ return $io31(input3);
343
+ if ($io30(input3))
344
+ return $io30(input3);
346
345
  return false;
347
346
  })();
348
347
  })();
@@ -355,33 +354,40 @@ var validBoxPlotRequest = (input) => {
355
354
  })();
356
355
  const $iu12 = (input3) => (() => {
357
356
  if ("gene" === input3.kind)
358
- return $io38(input3);
357
+ return $io40(input3);
359
358
  if ("coord" === input3.kind)
360
- return $io46(input3);
359
+ return $io48(input3);
361
360
  return false;
362
361
  })();
363
362
  const $iu13 = (input3) => (() => {
364
363
  if ("numeric" === input3.memberType)
365
- return $io49(input3);
364
+ return $io51(input3);
366
365
  if ("categorical" === input3.memberType)
367
- return $io54(input3);
366
+ return $io56(input3);
368
367
  return false;
369
368
  })();
370
369
  const $iu14 = (input3) => (() => {
371
370
  if ("gene" === input3.kind)
372
- return $io75(input3);
371
+ return $io77(input3);
373
372
  if ("coord" === input3.kind)
374
- return $io76(input3);
373
+ return $io78(input3);
375
374
  return false;
376
375
  })();
377
376
  const $iu15 = (input3) => (() => {
378
377
  if ("grade" === input3.valueFor)
379
- return $io83(input3);
378
+ return $io85(input3);
380
379
  if ("children" === input3.valueFor)
381
- return $io84(input3);
380
+ return $io86(input3);
382
381
  return false;
383
382
  })();
384
- return "object" === typeof input2 && null !== input2 && $io0(input2);
383
+ const $iu16 = (input3) => (() => {
384
+ if ("violin" === input3.plotType)
385
+ return $io0(input3);
386
+ if ("box" === input3.plotType)
387
+ return $io98(input3);
388
+ return false;
389
+ })();
390
+ return "object" === typeof input2 && null !== input2 && $iu16(input2);
385
391
  };
386
392
  if (false === __is(input)) {
387
393
  const $report = import_typia.createValidate.report(errors);
@@ -395,30 +401,14 @@ var validBoxPlotRequest = (input) => {
395
401
  path: _path2 + ".tw",
396
402
  expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW | TermCollectionTWCont | TermCollectionTWQual)",
397
403
  value: input3.tw
398
- }), "string" === typeof input3.genome || $report(_exceptionable2, {
399
- path: _path2 + ".genome",
400
- expected: "string",
401
- value: input3.genome
402
404
  }), "string" === typeof input3.dslabel || $report(_exceptionable2, {
403
405
  path: _path2 + ".dslabel",
404
406
  expected: "string",
405
407
  value: input3.dslabel
406
- }), "boolean" === typeof input3.isLogScale || $report(_exceptionable2, {
407
- path: _path2 + ".isLogScale",
408
- expected: "boolean",
409
- value: input3.isLogScale
410
- }), "boolean" === typeof input3.orderByMedian || $report(_exceptionable2, {
411
- path: _path2 + ".orderByMedian",
412
- expected: "boolean",
413
- value: input3.orderByMedian
414
- }), void 0 === input3.removeOutliers || "boolean" === typeof input3.removeOutliers || $report(_exceptionable2, {
415
- path: _path2 + ".removeOutliers",
416
- expected: "(boolean | undefined)",
417
- value: input3.removeOutliers
418
- }), void 0 === input3.showAssocTests || "boolean" === typeof input3.showAssocTests || $report(_exceptionable2, {
419
- path: _path2 + ".showAssocTests",
420
- expected: "(boolean | undefined)",
421
- value: input3.showAssocTests
408
+ }), "string" === typeof input3.genome || $report(_exceptionable2, {
409
+ path: _path2 + ".genome",
410
+ expected: "string",
411
+ value: input3.genome
422
412
  }), void 0 === input3.overlayTw || ("object" === typeof input3.overlayTw && null !== input3.overlayTw || $report(_exceptionable2, {
423
413
  path: _path2 + ".overlayTw",
424
414
  expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW | TermCollectionTWCont | TermCollectionTWQual | undefined)",
@@ -443,7 +433,67 @@ var validBoxPlotRequest = (input) => {
443
433
  path: _path2 + ".filter",
444
434
  expected: "(Filter | undefined)",
445
435
  value: input3.filter
446
- }), true].every((flag) => flag);
436
+ }), true, void 0 === input3.currentGeneNames || (Array.isArray(input3.currentGeneNames) || $report(_exceptionable2, {
437
+ path: _path2 + ".currentGeneNames",
438
+ expected: "(Array<string> | undefined)",
439
+ value: input3.currentGeneNames
440
+ })) && input3.currentGeneNames.map((elem, _index1) => "string" === typeof elem || $report(_exceptionable2, {
441
+ path: _path2 + ".currentGeneNames[" + _index1 + "]",
442
+ expected: "string",
443
+ value: elem
444
+ })).every((flag) => flag) || $report(_exceptionable2, {
445
+ path: _path2 + ".currentGeneNames",
446
+ expected: "(Array<string> | undefined)",
447
+ value: input3.currentGeneNames
448
+ }), void 0 === input3.isLogScale || "boolean" === typeof input3.isLogScale || $report(_exceptionable2, {
449
+ path: _path2 + ".isLogScale",
450
+ expected: "(boolean | undefined)",
451
+ value: input3.isLogScale
452
+ }), "violin" === input3.plotType || $report(_exceptionable2, {
453
+ path: _path2 + ".plotType",
454
+ expected: '"violin"',
455
+ value: input3.plotType
456
+ }), void 0 === input3.axisHeight || "number" === typeof input3.axisHeight || $report(_exceptionable2, {
457
+ path: _path2 + ".axisHeight",
458
+ expected: "(number | undefined)",
459
+ value: input3.axisHeight
460
+ }), void 0 === input3.datasymbol || "string" === typeof input3.datasymbol || $report(_exceptionable2, {
461
+ path: _path2 + ".datasymbol",
462
+ expected: "(string | undefined)",
463
+ value: input3.datasymbol
464
+ }), "number" === typeof input3.devicePixelRatio || $report(_exceptionable2, {
465
+ path: _path2 + ".devicePixelRatio",
466
+ expected: "number",
467
+ value: input3.devicePixelRatio
468
+ }), void 0 === input3.isKDE || "boolean" === typeof input3.isKDE || $report(_exceptionable2, {
469
+ path: _path2 + ".isKDE",
470
+ expected: "(boolean | undefined)",
471
+ value: input3.isKDE
472
+ }), "string" === typeof input3.orientation || $report(_exceptionable2, {
473
+ path: _path2 + ".orientation",
474
+ expected: "string",
475
+ value: input3.orientation
476
+ }), "number" === typeof input3.radius || $report(_exceptionable2, {
477
+ path: _path2 + ".radius",
478
+ expected: "number",
479
+ value: input3.radius
480
+ }), void 0 === input3.rightMargin || "number" === typeof input3.rightMargin || $report(_exceptionable2, {
481
+ path: _path2 + ".rightMargin",
482
+ expected: "(number | undefined)",
483
+ value: input3.rightMargin
484
+ }), true, void 0 === input3.strokeWidth || "number" === typeof input3.strokeWidth || $report(_exceptionable2, {
485
+ path: _path2 + ".strokeWidth",
486
+ expected: "(number | undefined)",
487
+ value: input3.strokeWidth
488
+ }), "number" === typeof input3.svgw || $report(_exceptionable2, {
489
+ path: _path2 + ".svgw",
490
+ expected: "number",
491
+ value: input3.svgw
492
+ }), void 0 === input3.ticks || "number" === typeof input3.ticks || $report(_exceptionable2, {
493
+ path: _path2 + ".ticks",
494
+ expected: "(number | undefined)",
495
+ value: input3.ticks
496
+ })].every((flag) => flag);
447
497
  const $vo1 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
448
498
  path: _path2 + ".id",
449
499
  expected: "(string | undefined)",
@@ -480,7 +530,7 @@ var validBoxPlotRequest = (input) => {
480
530
  path: _path2 + ".q",
481
531
  expected: "ValuesQ",
482
532
  value: input3.q
483
- })) && $vo59(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
533
+ })) && $vo61(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
484
534
  path: _path2 + ".q",
485
535
  expected: "ValuesQ",
486
536
  value: input3.q
@@ -513,8 +563,8 @@ var validBoxPlotRequest = (input) => {
513
563
  path: _path2 + ".child_types",
514
564
  expected: "(Array<string> | undefined)",
515
565
  value: input3.child_types
516
- })) && input3.child_types.map((elem, _index1) => "string" === typeof elem || $report(_exceptionable2, {
517
- path: _path2 + ".child_types[" + _index1 + "]",
566
+ })) && input3.child_types.map((elem, _index2) => "string" === typeof elem || $report(_exceptionable2, {
567
+ path: _path2 + ".child_types[" + _index2 + "]",
518
568
  expected: "string",
519
569
  value: elem
520
570
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -529,8 +579,8 @@ var validBoxPlotRequest = (input) => {
529
579
  path: _path2 + ".included_types",
530
580
  expected: "(Array<string> | undefined)",
531
581
  value: input3.included_types
532
- })) && input3.included_types.map((elem, _index2) => "string" === typeof elem || $report(_exceptionable2, {
533
- path: _path2 + ".included_types[" + _index2 + "]",
582
+ })) && input3.included_types.map((elem, _index3) => "string" === typeof elem || $report(_exceptionable2, {
583
+ path: _path2 + ".included_types[" + _index3 + "]",
534
584
  expected: "string",
535
585
  value: elem
536
586
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -565,7 +615,7 @@ var validBoxPlotRequest = (input) => {
565
615
  path: _path2 + ".groupsetting",
566
616
  expected: "TermGroupSetting",
567
617
  value: input3.groupsetting
568
- })) && $vo41(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
618
+ })) && $vo43(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
569
619
  path: _path2 + ".groupsetting",
570
620
  expected: "TermGroupSetting",
571
621
  value: input3.groupsetting
@@ -649,12 +699,12 @@ var validBoxPlotRequest = (input) => {
649
699
  path: _path2 + ".lst",
650
700
  expected: 'Array<Filter | { type: "tvs"; tvs: Tvs; }>',
651
701
  value: input3.lst
652
- })) && input3.lst.map((elem, _index3) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
653
- path: _path2 + ".lst[" + _index3 + "]",
702
+ })) && input3.lst.map((elem, _index4) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
703
+ path: _path2 + ".lst[" + _index4 + "]",
654
704
  expected: "(Filter | __type.o1)",
655
705
  value: elem
656
- })) && $vu0(elem, _path2 + ".lst[" + _index3 + "]", _exceptionable2) || $report(_exceptionable2, {
657
- path: _path2 + ".lst[" + _index3 + "]",
706
+ })) && $vu0(elem, _path2 + ".lst[" + _index4 + "]", _exceptionable2) || $report(_exceptionable2, {
707
+ path: _path2 + ".lst[" + _index4 + "]",
658
708
  expected: "(Filter | __type.o1)",
659
709
  value: elem
660
710
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -723,12 +773,12 @@ var validBoxPlotRequest = (input) => {
723
773
  path: _path2 + ".values",
724
774
  expected: "Array<BaseValue>",
725
775
  value: input3.values
726
- })) && input3.values.map((elem, _index4) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || $report(_exceptionable2, {
727
- path: _path2 + ".values[" + _index4 + "]",
776
+ })) && input3.values.map((elem, _index5) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || $report(_exceptionable2, {
777
+ path: _path2 + ".values[" + _index5 + "]",
728
778
  expected: "BaseValue",
729
779
  value: elem
730
- })) && $vo5(elem, _path2 + ".values[" + _index4 + "]", _exceptionable2) || $report(_exceptionable2, {
731
- path: _path2 + ".values[" + _index4 + "]",
780
+ })) && $vo5(elem, _path2 + ".values[" + _index5 + "]", _exceptionable2) || $report(_exceptionable2, {
781
+ path: _path2 + ".values[" + _index5 + "]",
732
782
  expected: "BaseValue",
733
783
  value: elem
734
784
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -770,22 +820,22 @@ var validBoxPlotRequest = (input) => {
770
820
  value: input3.value_by_computable_grade
771
821
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
772
822
  path: _path2 + ".term",
773
- 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 | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | ProteomeAbundanceTerm | SsGSEATerm)',
823
+ 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 | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Isoform | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | ProteomeAbundanceTerm | SsGSEATerm)',
774
824
  value: input3.term
775
825
  })) && $vu10(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
776
826
  path: _path2 + ".term",
777
- 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 | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | ProteomeAbundanceTerm | SsGSEATerm)',
827
+ 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 | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Isoform | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | ProteomeAbundanceTerm | SsGSEATerm)',
778
828
  value: input3.term
779
829
  }), (Array.isArray(input3.ranges) || $report(_exceptionable2, {
780
830
  path: _path2 + ".ranges",
781
831
  expected: "Array<NumericBin | { value: number; label?: string | undefined; name?: string | undefined; }>",
782
832
  value: input3.ranges
783
- })) && input3.ranges.map((elem, _index5) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
784
- path: _path2 + ".ranges[" + _index5 + "]",
833
+ })) && input3.ranges.map((elem, _index6) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
834
+ path: _path2 + ".ranges[" + _index6 + "]",
785
835
  expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin | __type.o4)",
786
836
  value: elem
787
- })) && $vu1(elem, _path2 + ".ranges[" + _index5 + "]", _exceptionable2) || $report(_exceptionable2, {
788
- path: _path2 + ".ranges[" + _index5 + "]",
837
+ })) && $vu1(elem, _path2 + ".ranges[" + _index6 + "]", _exceptionable2) || $report(_exceptionable2, {
838
+ path: _path2 + ".ranges[" + _index6 + "]",
789
839
  expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin | __type.o4)",
790
840
  value: elem
791
841
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -796,12 +846,12 @@ var validBoxPlotRequest = (input) => {
796
846
  path: _path2 + ".values",
797
847
  expected: "(Array<__type> | undefined)",
798
848
  value: input3.values
799
- })) && input3.values.map((elem, _index6) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
800
- path: _path2 + ".values[" + _index6 + "]",
849
+ })) && input3.values.map((elem, _index7) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
850
+ path: _path2 + ".values[" + _index7 + "]",
801
851
  expected: "__type.o5",
802
852
  value: elem
803
- })) && $vo31(elem, _path2 + ".values[" + _index6 + "]", _exceptionable2) || $report(_exceptionable2, {
804
- path: _path2 + ".values[" + _index6 + "]",
853
+ })) && $vo33(elem, _path2 + ".values[" + _index7 + "]", _exceptionable2) || $report(_exceptionable2, {
854
+ path: _path2 + ".values[" + _index7 + "]",
805
855
  expected: "__type.o5",
806
856
  value: elem
807
857
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -825,8 +875,8 @@ var validBoxPlotRequest = (input) => {
825
875
  path: _path2 + ".child_types",
826
876
  expected: "(Array<string> | undefined)",
827
877
  value: input3.child_types
828
- })) && input3.child_types.map((elem, _index7) => "string" === typeof elem || $report(_exceptionable2, {
829
- path: _path2 + ".child_types[" + _index7 + "]",
878
+ })) && input3.child_types.map((elem, _index8) => "string" === typeof elem || $report(_exceptionable2, {
879
+ path: _path2 + ".child_types[" + _index8 + "]",
830
880
  expected: "string",
831
881
  value: elem
832
882
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -841,8 +891,8 @@ var validBoxPlotRequest = (input) => {
841
891
  path: _path2 + ".included_types",
842
892
  expected: "(Array<string> | undefined)",
843
893
  value: input3.included_types
844
- })) && input3.included_types.map((elem, _index8) => "string" === typeof elem || $report(_exceptionable2, {
845
- path: _path2 + ".included_types[" + _index8 + "]",
894
+ })) && input3.included_types.map((elem, _index9) => "string" === typeof elem || $report(_exceptionable2, {
895
+ path: _path2 + ".included_types[" + _index9 + "]",
846
896
  expected: "string",
847
897
  value: elem
848
898
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1171,12 +1221,12 @@ var validBoxPlotRequest = (input) => {
1171
1221
  path: _path2 + ".lst",
1172
1222
  expected: "...(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
1173
1223
  value: input3.lst.slice(1)
1174
- })) && input3.lst.slice(1).map((elem, _index9) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1175
- path: _path2 + ".lst[" + (1 + _index9) + "]",
1224
+ })) && input3.lst.slice(1).map((elem, _index10) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1225
+ path: _path2 + ".lst[" + (1 + _index10) + "]",
1176
1226
  expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
1177
1227
  value: elem
1178
- })) && $vu4(elem, _path2 + ".lst[" + (1 + _index9) + "]", _exceptionable2) || $report(_exceptionable2, {
1179
- path: _path2 + ".lst[" + (1 + _index9) + "]",
1228
+ })) && $vu4(elem, _path2 + ".lst[" + (1 + _index10) + "]", _exceptionable2) || $report(_exceptionable2, {
1229
+ path: _path2 + ".lst[" + (1 + _index10) + "]",
1180
1230
  expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
1181
1231
  value: elem
1182
1232
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1212,8 +1262,8 @@ var validBoxPlotRequest = (input) => {
1212
1262
  path: _path2 + ".child_types",
1213
1263
  expected: "(Array<string> | undefined)",
1214
1264
  value: input3.child_types
1215
- })) && input3.child_types.map((elem, _index10) => "string" === typeof elem || $report(_exceptionable2, {
1216
- path: _path2 + ".child_types[" + _index10 + "]",
1265
+ })) && input3.child_types.map((elem, _index11) => "string" === typeof elem || $report(_exceptionable2, {
1266
+ path: _path2 + ".child_types[" + _index11 + "]",
1217
1267
  expected: "string",
1218
1268
  value: elem
1219
1269
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1228,8 +1278,8 @@ var validBoxPlotRequest = (input) => {
1228
1278
  path: _path2 + ".included_types",
1229
1279
  expected: "(Array<string> | undefined)",
1230
1280
  value: input3.included_types
1231
- })) && input3.included_types.map((elem, _index11) => "string" === typeof elem || $report(_exceptionable2, {
1232
- path: _path2 + ".included_types[" + _index11 + "]",
1281
+ })) && input3.included_types.map((elem, _index12) => "string" === typeof elem || $report(_exceptionable2, {
1282
+ path: _path2 + ".included_types[" + _index12 + "]",
1233
1283
  expected: "string",
1234
1284
  value: elem
1235
1285
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1317,8 +1367,8 @@ var validBoxPlotRequest = (input) => {
1317
1367
  path: _path2 + ".child_types",
1318
1368
  expected: "(Array<string> | undefined)",
1319
1369
  value: input3.child_types
1320
- })) && input3.child_types.map((elem, _index12) => "string" === typeof elem || $report(_exceptionable2, {
1321
- path: _path2 + ".child_types[" + _index12 + "]",
1370
+ })) && input3.child_types.map((elem, _index13) => "string" === typeof elem || $report(_exceptionable2, {
1371
+ path: _path2 + ".child_types[" + _index13 + "]",
1322
1372
  expected: "string",
1323
1373
  value: elem
1324
1374
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1333,8 +1383,8 @@ var validBoxPlotRequest = (input) => {
1333
1383
  path: _path2 + ".included_types",
1334
1384
  expected: "(Array<string> | undefined)",
1335
1385
  value: input3.included_types
1336
- })) && input3.included_types.map((elem, _index13) => "string" === typeof elem || $report(_exceptionable2, {
1337
- path: _path2 + ".included_types[" + _index13 + "]",
1386
+ })) && input3.included_types.map((elem, _index14) => "string" === typeof elem || $report(_exceptionable2, {
1387
+ path: _path2 + ".included_types[" + _index14 + "]",
1338
1388
  expected: "string",
1339
1389
  value: elem
1340
1390
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1414,16 +1464,16 @@ var validBoxPlotRequest = (input) => {
1414
1464
  path: _path2 + ".name",
1415
1465
  expected: "string",
1416
1466
  value: input3.name
1417
- }), "metaboliteIntensity" === input3.type || $report(_exceptionable2, {
1467
+ }), "isoformExpression" === input3.type || $report(_exceptionable2, {
1418
1468
  path: _path2 + ".type",
1419
- expected: '"metaboliteIntensity"',
1469
+ expected: '"isoformExpression"',
1420
1470
  value: input3.type
1421
1471
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1422
1472
  path: _path2 + ".child_types",
1423
1473
  expected: "(Array<string> | undefined)",
1424
1474
  value: input3.child_types
1425
- })) && input3.child_types.map((elem, _index14) => "string" === typeof elem || $report(_exceptionable2, {
1426
- path: _path2 + ".child_types[" + _index14 + "]",
1475
+ })) && input3.child_types.map((elem, _index15) => "string" === typeof elem || $report(_exceptionable2, {
1476
+ path: _path2 + ".child_types[" + _index15 + "]",
1427
1477
  expected: "string",
1428
1478
  value: elem
1429
1479
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1438,8 +1488,8 @@ var validBoxPlotRequest = (input) => {
1438
1488
  path: _path2 + ".included_types",
1439
1489
  expected: "(Array<string> | undefined)",
1440
1490
  value: input3.included_types
1441
- })) && input3.included_types.map((elem, _index15) => "string" === typeof elem || $report(_exceptionable2, {
1442
- path: _path2 + ".included_types[" + _index15 + "]",
1491
+ })) && input3.included_types.map((elem, _index16) => "string" === typeof elem || $report(_exceptionable2, {
1492
+ path: _path2 + ".included_types[" + _index16 + "]",
1443
1493
  expected: "string",
1444
1494
  value: elem
1445
1495
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1482,10 +1532,6 @@ var validBoxPlotRequest = (input) => {
1482
1532
  path: _path2 + ".unit",
1483
1533
  expected: "(string | undefined)",
1484
1534
  value: input3.unit
1485
- }), "string" === typeof input3.metabolite || $report(_exceptionable2, {
1486
- path: _path2 + ".metabolite",
1487
- expected: "string",
1488
- value: input3.metabolite
1489
1535
  }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1490
1536
  path: _path2 + ".bins",
1491
1537
  expected: "(PresetNumericBins | undefined)",
@@ -1494,6 +1540,30 @@ var validBoxPlotRequest = (input) => {
1494
1540
  path: _path2 + ".bins",
1495
1541
  expected: "(PresetNumericBins | undefined)",
1496
1542
  value: input3.bins
1543
+ }), void 0 === input3.kind || "isoform" === input3.kind || $report(_exceptionable2, {
1544
+ path: _path2 + ".kind",
1545
+ expected: '("isoform" | undefined)',
1546
+ value: input3.kind
1547
+ }), "string" === typeof input3.isoform || $report(_exceptionable2, {
1548
+ path: _path2 + ".isoform",
1549
+ expected: "string",
1550
+ value: input3.isoform
1551
+ }), void 0 === input3.gene || "string" === typeof input3.gene || $report(_exceptionable2, {
1552
+ path: _path2 + ".gene",
1553
+ expected: "(string | undefined)",
1554
+ value: input3.gene
1555
+ }), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
1556
+ path: _path2 + ".chr",
1557
+ expected: "(string | undefined)",
1558
+ value: input3.chr
1559
+ }), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
1560
+ path: _path2 + ".start",
1561
+ expected: "(number | undefined)",
1562
+ value: input3.start
1563
+ }), void 0 === input3.stop || "number" === typeof input3.stop || $report(_exceptionable2, {
1564
+ path: _path2 + ".stop",
1565
+ expected: "(number | undefined)",
1566
+ value: input3.stop
1497
1567
  })].every((flag) => flag);
1498
1568
  const $vo23 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1499
1569
  path: _path2 + ".id",
@@ -1503,16 +1573,16 @@ var validBoxPlotRequest = (input) => {
1503
1573
  path: _path2 + ".name",
1504
1574
  expected: "string",
1505
1575
  value: input3.name
1506
- }), "proteomeAbundance" === input3.type || $report(_exceptionable2, {
1576
+ }), "isoformExpression" === input3.type || $report(_exceptionable2, {
1507
1577
  path: _path2 + ".type",
1508
- expected: '"proteomeAbundance"',
1578
+ expected: '"isoformExpression"',
1509
1579
  value: input3.type
1510
1580
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1511
1581
  path: _path2 + ".child_types",
1512
1582
  expected: "(Array<string> | undefined)",
1513
1583
  value: input3.child_types
1514
- })) && input3.child_types.map((elem, _index16) => "string" === typeof elem || $report(_exceptionable2, {
1515
- path: _path2 + ".child_types[" + _index16 + "]",
1584
+ })) && input3.child_types.map((elem, _index17) => "string" === typeof elem || $report(_exceptionable2, {
1585
+ path: _path2 + ".child_types[" + _index17 + "]",
1516
1586
  expected: "string",
1517
1587
  value: elem
1518
1588
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1527,8 +1597,8 @@ var validBoxPlotRequest = (input) => {
1527
1597
  path: _path2 + ".included_types",
1528
1598
  expected: "(Array<string> | undefined)",
1529
1599
  value: input3.included_types
1530
- })) && input3.included_types.map((elem, _index17) => "string" === typeof elem || $report(_exceptionable2, {
1531
- path: _path2 + ".included_types[" + _index17 + "]",
1600
+ })) && input3.included_types.map((elem, _index18) => "string" === typeof elem || $report(_exceptionable2, {
1601
+ path: _path2 + ".included_types[" + _index18 + "]",
1532
1602
  expected: "string",
1533
1603
  value: elem
1534
1604
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1571,10 +1641,6 @@ var validBoxPlotRequest = (input) => {
1571
1641
  path: _path2 + ".unit",
1572
1642
  expected: "(string | undefined)",
1573
1643
  value: input3.unit
1574
- }), "string" === typeof input3.protein || $report(_exceptionable2, {
1575
- path: _path2 + ".protein",
1576
- expected: "string",
1577
- value: input3.protein
1578
1644
  }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1579
1645
  path: _path2 + ".bins",
1580
1646
  expected: "(PresetNumericBins | undefined)",
@@ -1583,25 +1649,32 @@ var validBoxPlotRequest = (input) => {
1583
1649
  path: _path2 + ".bins",
1584
1650
  expected: "(PresetNumericBins | undefined)",
1585
1651
  value: input3.bins
1586
- }), ("object" === typeof input3.proteomeDetails && null !== input3.proteomeDetails || $report(_exceptionable2, {
1587
- path: _path2 + ".proteomeDetails",
1588
- expected: "ProteomeDetails",
1589
- value: input3.proteomeDetails
1590
- })) && $vo24(input3.proteomeDetails, _path2 + ".proteomeDetails", _exceptionable2) || $report(_exceptionable2, {
1591
- path: _path2 + ".proteomeDetails",
1592
- expected: "ProteomeDetails",
1593
- value: input3.proteomeDetails
1594
- })].every((flag) => flag);
1595
- const $vo24 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.assay || $report(_exceptionable2, {
1596
- path: _path2 + ".assay",
1597
- expected: "string",
1598
- value: input3.assay
1599
- }), "string" === typeof input3.cohort || $report(_exceptionable2, {
1600
- path: _path2 + ".cohort",
1652
+ }), void 0 === input3.kind || "coord" === input3.kind || $report(_exceptionable2, {
1653
+ path: _path2 + ".kind",
1654
+ expected: '("coord" | undefined)',
1655
+ value: input3.kind
1656
+ }), void 0 === input3.isoform || "string" === typeof input3.isoform || $report(_exceptionable2, {
1657
+ path: _path2 + ".isoform",
1658
+ expected: "(string | undefined)",
1659
+ value: input3.isoform
1660
+ }), void 0 === input3.gene || "string" === typeof input3.gene || $report(_exceptionable2, {
1661
+ path: _path2 + ".gene",
1662
+ expected: "(string | undefined)",
1663
+ value: input3.gene
1664
+ }), "string" === typeof input3.chr || $report(_exceptionable2, {
1665
+ path: _path2 + ".chr",
1601
1666
  expected: "string",
1602
- value: input3.cohort
1667
+ value: input3.chr
1668
+ }), "number" === typeof input3.start || $report(_exceptionable2, {
1669
+ path: _path2 + ".start",
1670
+ expected: "number",
1671
+ value: input3.start
1672
+ }), "number" === typeof input3.stop || $report(_exceptionable2, {
1673
+ path: _path2 + ".stop",
1674
+ expected: "number",
1675
+ value: input3.stop
1603
1676
  })].every((flag) => flag);
1604
- const $vo25 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1677
+ const $vo24 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1605
1678
  path: _path2 + ".id",
1606
1679
  expected: "string",
1607
1680
  value: input3.id
@@ -1609,16 +1682,16 @@ var validBoxPlotRequest = (input) => {
1609
1682
  path: _path2 + ".name",
1610
1683
  expected: "string",
1611
1684
  value: input3.name
1612
- }), "date" === input3.type || $report(_exceptionable2, {
1685
+ }), "metaboliteIntensity" === input3.type || $report(_exceptionable2, {
1613
1686
  path: _path2 + ".type",
1614
- expected: '"date"',
1687
+ expected: '"metaboliteIntensity"',
1615
1688
  value: input3.type
1616
1689
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1617
1690
  path: _path2 + ".child_types",
1618
1691
  expected: "(Array<string> | undefined)",
1619
1692
  value: input3.child_types
1620
- })) && input3.child_types.map((elem, _index18) => "string" === typeof elem || $report(_exceptionable2, {
1621
- path: _path2 + ".child_types[" + _index18 + "]",
1693
+ })) && input3.child_types.map((elem, _index19) => "string" === typeof elem || $report(_exceptionable2, {
1694
+ path: _path2 + ".child_types[" + _index19 + "]",
1622
1695
  expected: "string",
1623
1696
  value: elem
1624
1697
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1633,8 +1706,8 @@ var validBoxPlotRequest = (input) => {
1633
1706
  path: _path2 + ".included_types",
1634
1707
  expected: "(Array<string> | undefined)",
1635
1708
  value: input3.included_types
1636
- })) && input3.included_types.map((elem, _index19) => "string" === typeof elem || $report(_exceptionable2, {
1637
- path: _path2 + ".included_types[" + _index19 + "]",
1709
+ })) && input3.included_types.map((elem, _index20) => "string" === typeof elem || $report(_exceptionable2, {
1710
+ path: _path2 + ".included_types[" + _index20 + "]",
1638
1711
  expected: "string",
1639
1712
  value: elem
1640
1713
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1677,6 +1750,10 @@ var validBoxPlotRequest = (input) => {
1677
1750
  path: _path2 + ".unit",
1678
1751
  expected: "(string | undefined)",
1679
1752
  value: input3.unit
1753
+ }), "string" === typeof input3.metabolite || $report(_exceptionable2, {
1754
+ path: _path2 + ".metabolite",
1755
+ expected: "string",
1756
+ value: input3.metabolite
1680
1757
  }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1681
1758
  path: _path2 + ".bins",
1682
1759
  expected: "(PresetNumericBins | undefined)",
@@ -1686,7 +1763,7 @@ var validBoxPlotRequest = (input) => {
1686
1763
  expected: "(PresetNumericBins | undefined)",
1687
1764
  value: input3.bins
1688
1765
  })].every((flag) => flag);
1689
- const $vo26 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1766
+ const $vo25 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1690
1767
  path: _path2 + ".id",
1691
1768
  expected: "string",
1692
1769
  value: input3.id
@@ -1694,16 +1771,16 @@ var validBoxPlotRequest = (input) => {
1694
1771
  path: _path2 + ".name",
1695
1772
  expected: "string",
1696
1773
  value: input3.name
1697
- }), "ssGSEA" === input3.type || $report(_exceptionable2, {
1774
+ }), "proteomeAbundance" === input3.type || $report(_exceptionable2, {
1698
1775
  path: _path2 + ".type",
1699
- expected: '"ssGSEA"',
1776
+ expected: '"proteomeAbundance"',
1700
1777
  value: input3.type
1701
1778
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1702
1779
  path: _path2 + ".child_types",
1703
1780
  expected: "(Array<string> | undefined)",
1704
1781
  value: input3.child_types
1705
- })) && input3.child_types.map((elem, _index20) => "string" === typeof elem || $report(_exceptionable2, {
1706
- path: _path2 + ".child_types[" + _index20 + "]",
1782
+ })) && input3.child_types.map((elem, _index21) => "string" === typeof elem || $report(_exceptionable2, {
1783
+ path: _path2 + ".child_types[" + _index21 + "]",
1707
1784
  expected: "string",
1708
1785
  value: elem
1709
1786
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1718,8 +1795,8 @@ var validBoxPlotRequest = (input) => {
1718
1795
  path: _path2 + ".included_types",
1719
1796
  expected: "(Array<string> | undefined)",
1720
1797
  value: input3.included_types
1721
- })) && input3.included_types.map((elem, _index21) => "string" === typeof elem || $report(_exceptionable2, {
1722
- path: _path2 + ".included_types[" + _index21 + "]",
1798
+ })) && input3.included_types.map((elem, _index22) => "string" === typeof elem || $report(_exceptionable2, {
1799
+ path: _path2 + ".included_types[" + _index22 + "]",
1723
1800
  expected: "string",
1724
1801
  value: elem
1725
1802
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1762,18 +1839,10 @@ var validBoxPlotRequest = (input) => {
1762
1839
  path: _path2 + ".unit",
1763
1840
  expected: "(string | undefined)",
1764
1841
  value: input3.unit
1765
- }), void 0 === input3.genes || (Array.isArray(input3.genes) || $report(_exceptionable2, {
1766
- path: _path2 + ".genes",
1767
- expected: "(Array<string> | undefined)",
1768
- value: input3.genes
1769
- })) && input3.genes.map((elem, _index22) => "string" === typeof elem || $report(_exceptionable2, {
1770
- path: _path2 + ".genes[" + _index22 + "]",
1842
+ }), "string" === typeof input3.protein || $report(_exceptionable2, {
1843
+ path: _path2 + ".protein",
1771
1844
  expected: "string",
1772
- value: elem
1773
- })).every((flag) => flag) || $report(_exceptionable2, {
1774
- path: _path2 + ".genes",
1775
- expected: "(Array<string> | undefined)",
1776
- value: input3.genes
1845
+ value: input3.protein
1777
1846
  }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1778
1847
  path: _path2 + ".bins",
1779
1848
  expected: "(PresetNumericBins | undefined)",
@@ -1782,6 +1851,23 @@ var validBoxPlotRequest = (input) => {
1782
1851
  path: _path2 + ".bins",
1783
1852
  expected: "(PresetNumericBins | undefined)",
1784
1853
  value: input3.bins
1854
+ }), ("object" === typeof input3.proteomeDetails && null !== input3.proteomeDetails || $report(_exceptionable2, {
1855
+ path: _path2 + ".proteomeDetails",
1856
+ expected: "ProteomeDetails",
1857
+ value: input3.proteomeDetails
1858
+ })) && $vo26(input3.proteomeDetails, _path2 + ".proteomeDetails", _exceptionable2) || $report(_exceptionable2, {
1859
+ path: _path2 + ".proteomeDetails",
1860
+ expected: "ProteomeDetails",
1861
+ value: input3.proteomeDetails
1862
+ })].every((flag) => flag);
1863
+ const $vo26 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.assay || $report(_exceptionable2, {
1864
+ path: _path2 + ".assay",
1865
+ expected: "string",
1866
+ value: input3.assay
1867
+ }), "string" === typeof input3.cohort || $report(_exceptionable2, {
1868
+ path: _path2 + ".cohort",
1869
+ expected: "string",
1870
+ value: input3.cohort
1785
1871
  })].every((flag) => flag);
1786
1872
  const $vo27 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1787
1873
  path: _path2 + ".id",
@@ -1791,9 +1877,9 @@ var validBoxPlotRequest = (input) => {
1791
1877
  path: _path2 + ".name",
1792
1878
  expected: "string",
1793
1879
  value: input3.name
1794
- }), "dnaMethylation" === input3.type || $report(_exceptionable2, {
1880
+ }), "date" === input3.type || $report(_exceptionable2, {
1795
1881
  path: _path2 + ".type",
1796
- expected: '"dnaMethylation"',
1882
+ expected: '"date"',
1797
1883
  value: input3.type
1798
1884
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1799
1885
  path: _path2 + ".child_types",
@@ -1859,18 +1945,6 @@ var validBoxPlotRequest = (input) => {
1859
1945
  path: _path2 + ".unit",
1860
1946
  expected: "(string | undefined)",
1861
1947
  value: input3.unit
1862
- }), "string" === typeof input3.chr || $report(_exceptionable2, {
1863
- path: _path2 + ".chr",
1864
- expected: "string",
1865
- value: input3.chr
1866
- }), "number" === typeof input3.start || $report(_exceptionable2, {
1867
- path: _path2 + ".start",
1868
- expected: "number",
1869
- value: input3.start
1870
- }), "number" === typeof input3.stop || $report(_exceptionable2, {
1871
- path: _path2 + ".stop",
1872
- expected: "number",
1873
- value: input3.stop
1874
1948
  }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1875
1949
  path: _path2 + ".bins",
1876
1950
  expected: "(PresetNumericBins | undefined)",
@@ -1888,9 +1962,9 @@ var validBoxPlotRequest = (input) => {
1888
1962
  path: _path2 + ".name",
1889
1963
  expected: "string",
1890
1964
  value: input3.name
1891
- }), "singleCellGeneExpression" === input3.type || $report(_exceptionable2, {
1965
+ }), "ssGSEA" === input3.type || $report(_exceptionable2, {
1892
1966
  path: _path2 + ".type",
1893
- expected: '"singleCellGeneExpression"',
1967
+ expected: '"ssGSEA"',
1894
1968
  value: input3.type
1895
1969
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1896
1970
  path: _path2 + ".child_types",
@@ -1956,14 +2030,18 @@ var validBoxPlotRequest = (input) => {
1956
2030
  path: _path2 + ".unit",
1957
2031
  expected: "(string | undefined)",
1958
2032
  value: input3.unit
1959
- }), "string" === typeof input3.gene || $report(_exceptionable2, {
1960
- path: _path2 + ".gene",
1961
- expected: "string",
1962
- value: input3.gene
1963
- }), "string" === typeof input3.sample || $report(_exceptionable2, {
1964
- path: _path2 + ".sample",
2033
+ }), void 0 === input3.genes || (Array.isArray(input3.genes) || $report(_exceptionable2, {
2034
+ path: _path2 + ".genes",
2035
+ expected: "(Array<string> | undefined)",
2036
+ value: input3.genes
2037
+ })) && input3.genes.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
2038
+ path: _path2 + ".genes[" + _index27 + "]",
1965
2039
  expected: "string",
1966
- value: input3.sample
2040
+ value: elem
2041
+ })).every((flag) => flag) || $report(_exceptionable2, {
2042
+ path: _path2 + ".genes",
2043
+ expected: "(Array<string> | undefined)",
2044
+ value: input3.genes
1967
2045
  }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
1968
2046
  path: _path2 + ".bins",
1969
2047
  expected: "(PresetNumericBins | undefined)",
@@ -1972,22 +2050,6 @@ var validBoxPlotRequest = (input) => {
1972
2050
  path: _path2 + ".bins",
1973
2051
  expected: "(PresetNumericBins | undefined)",
1974
2052
  value: input3.bins
1975
- }), void 0 === input3.kind || "gene" === input3.kind || $report(_exceptionable2, {
1976
- path: _path2 + ".kind",
1977
- expected: '("gene" | undefined)',
1978
- value: input3.kind
1979
- }), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
1980
- path: _path2 + ".chr",
1981
- expected: "(string | undefined)",
1982
- value: input3.chr
1983
- }), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
1984
- path: _path2 + ".start",
1985
- expected: "(number | undefined)",
1986
- value: input3.start
1987
- }), void 0 === input3.stop || "number" === typeof input3.stop || $report(_exceptionable2, {
1988
- path: _path2 + ".stop",
1989
- expected: "(number | undefined)",
1990
- value: input3.stop
1991
2053
  })].every((flag) => flag);
1992
2054
  const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1993
2055
  path: _path2 + ".id",
@@ -1997,16 +2059,16 @@ var validBoxPlotRequest = (input) => {
1997
2059
  path: _path2 + ".name",
1998
2060
  expected: "string",
1999
2061
  value: input3.name
2000
- }), "singleCellGeneExpression" === input3.type || $report(_exceptionable2, {
2062
+ }), "dnaMethylation" === input3.type || $report(_exceptionable2, {
2001
2063
  path: _path2 + ".type",
2002
- expected: '"singleCellGeneExpression"',
2064
+ expected: '"dnaMethylation"',
2003
2065
  value: input3.type
2004
2066
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
2005
2067
  path: _path2 + ".child_types",
2006
2068
  expected: "(Array<string> | undefined)",
2007
2069
  value: input3.child_types
2008
- })) && input3.child_types.map((elem, _index27) => "string" === typeof elem || $report(_exceptionable2, {
2009
- path: _path2 + ".child_types[" + _index27 + "]",
2070
+ })) && input3.child_types.map((elem, _index28) => "string" === typeof elem || $report(_exceptionable2, {
2071
+ path: _path2 + ".child_types[" + _index28 + "]",
2010
2072
  expected: "string",
2011
2073
  value: elem
2012
2074
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2021,8 +2083,8 @@ var validBoxPlotRequest = (input) => {
2021
2083
  path: _path2 + ".included_types",
2022
2084
  expected: "(Array<string> | undefined)",
2023
2085
  value: input3.included_types
2024
- })) && input3.included_types.map((elem, _index28) => "string" === typeof elem || $report(_exceptionable2, {
2025
- path: _path2 + ".included_types[" + _index28 + "]",
2086
+ })) && input3.included_types.map((elem, _index29) => "string" === typeof elem || $report(_exceptionable2, {
2087
+ path: _path2 + ".included_types[" + _index29 + "]",
2026
2088
  expected: "string",
2027
2089
  value: elem
2028
2090
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2065,7 +2127,213 @@ var validBoxPlotRequest = (input) => {
2065
2127
  path: _path2 + ".unit",
2066
2128
  expected: "(string | undefined)",
2067
2129
  value: input3.unit
2068
- }), "string" === typeof input3.gene || $report(_exceptionable2, {
2130
+ }), "string" === typeof input3.chr || $report(_exceptionable2, {
2131
+ path: _path2 + ".chr",
2132
+ expected: "string",
2133
+ value: input3.chr
2134
+ }), "number" === typeof input3.start || $report(_exceptionable2, {
2135
+ path: _path2 + ".start",
2136
+ expected: "number",
2137
+ value: input3.start
2138
+ }), "number" === typeof input3.stop || $report(_exceptionable2, {
2139
+ path: _path2 + ".stop",
2140
+ expected: "number",
2141
+ value: input3.stop
2142
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
2143
+ path: _path2 + ".bins",
2144
+ expected: "(PresetNumericBins | undefined)",
2145
+ value: input3.bins
2146
+ })) && $vo13(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
2147
+ path: _path2 + ".bins",
2148
+ expected: "(PresetNumericBins | undefined)",
2149
+ value: input3.bins
2150
+ })].every((flag) => flag);
2151
+ const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2152
+ path: _path2 + ".id",
2153
+ expected: "string",
2154
+ value: input3.id
2155
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
2156
+ path: _path2 + ".name",
2157
+ expected: "string",
2158
+ value: input3.name
2159
+ }), "singleCellGeneExpression" === input3.type || $report(_exceptionable2, {
2160
+ path: _path2 + ".type",
2161
+ expected: '"singleCellGeneExpression"',
2162
+ value: input3.type
2163
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
2164
+ path: _path2 + ".child_types",
2165
+ expected: "(Array<string> | undefined)",
2166
+ value: input3.child_types
2167
+ })) && input3.child_types.map((elem, _index30) => "string" === typeof elem || $report(_exceptionable2, {
2168
+ path: _path2 + ".child_types[" + _index30 + "]",
2169
+ expected: "string",
2170
+ value: elem
2171
+ })).every((flag) => flag) || $report(_exceptionable2, {
2172
+ path: _path2 + ".child_types",
2173
+ expected: "(Array<string> | undefined)",
2174
+ value: input3.child_types
2175
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
2176
+ path: _path2 + ".hashtmldetail",
2177
+ expected: "(boolean | undefined)",
2178
+ value: input3.hashtmldetail
2179
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
2180
+ path: _path2 + ".included_types",
2181
+ expected: "(Array<string> | undefined)",
2182
+ value: input3.included_types
2183
+ })) && input3.included_types.map((elem, _index31) => "string" === typeof elem || $report(_exceptionable2, {
2184
+ path: _path2 + ".included_types[" + _index31 + "]",
2185
+ expected: "string",
2186
+ value: elem
2187
+ })).every((flag) => flag) || $report(_exceptionable2, {
2188
+ path: _path2 + ".included_types",
2189
+ expected: "(Array<string> | undefined)",
2190
+ value: input3.included_types
2191
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
2192
+ path: _path2 + ".isleaf",
2193
+ expected: "(boolean | undefined)",
2194
+ value: input3.isleaf
2195
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
2196
+ path: _path2 + ".values",
2197
+ expected: "(TermValues | undefined)",
2198
+ value: input3.values
2199
+ })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2200
+ path: _path2 + ".values",
2201
+ expected: "(TermValues | undefined)",
2202
+ value: input3.values
2203
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
2204
+ path: _path2 + ".skipValuesBuild",
2205
+ expected: "(boolean | undefined)",
2206
+ value: input3.skipValuesBuild
2207
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
2208
+ path: _path2 + ".valueConversion",
2209
+ expected: "(__type.o2 | undefined)",
2210
+ value: input3.valueConversion
2211
+ })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2212
+ path: _path2 + ".valueConversion",
2213
+ expected: "(__type.o2 | undefined)",
2214
+ value: input3.valueConversion
2215
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
2216
+ path: _path2 + ".continuousColorScale",
2217
+ expected: "(__type.o3 | undefined)",
2218
+ value: input3.continuousColorScale
2219
+ })) && $vo12(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
2220
+ path: _path2 + ".continuousColorScale",
2221
+ expected: "(__type.o3 | undefined)",
2222
+ value: input3.continuousColorScale
2223
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
2224
+ path: _path2 + ".unit",
2225
+ expected: "(string | undefined)",
2226
+ value: input3.unit
2227
+ }), "string" === typeof input3.gene || $report(_exceptionable2, {
2228
+ path: _path2 + ".gene",
2229
+ expected: "string",
2230
+ value: input3.gene
2231
+ }), "string" === typeof input3.sample || $report(_exceptionable2, {
2232
+ path: _path2 + ".sample",
2233
+ expected: "string",
2234
+ value: input3.sample
2235
+ }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins || $report(_exceptionable2, {
2236
+ path: _path2 + ".bins",
2237
+ expected: "(PresetNumericBins | undefined)",
2238
+ value: input3.bins
2239
+ })) && $vo13(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
2240
+ path: _path2 + ".bins",
2241
+ expected: "(PresetNumericBins | undefined)",
2242
+ value: input3.bins
2243
+ }), void 0 === input3.kind || "gene" === input3.kind || $report(_exceptionable2, {
2244
+ path: _path2 + ".kind",
2245
+ expected: '("gene" | undefined)',
2246
+ value: input3.kind
2247
+ }), void 0 === input3.chr || "string" === typeof input3.chr || $report(_exceptionable2, {
2248
+ path: _path2 + ".chr",
2249
+ expected: "(string | undefined)",
2250
+ value: input3.chr
2251
+ }), void 0 === input3.start || "number" === typeof input3.start || $report(_exceptionable2, {
2252
+ path: _path2 + ".start",
2253
+ expected: "(number | undefined)",
2254
+ value: input3.start
2255
+ }), void 0 === input3.stop || "number" === typeof input3.stop || $report(_exceptionable2, {
2256
+ path: _path2 + ".stop",
2257
+ expected: "(number | undefined)",
2258
+ value: input3.stop
2259
+ })].every((flag) => flag);
2260
+ const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2261
+ path: _path2 + ".id",
2262
+ expected: "string",
2263
+ value: input3.id
2264
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
2265
+ path: _path2 + ".name",
2266
+ expected: "string",
2267
+ value: input3.name
2268
+ }), "singleCellGeneExpression" === input3.type || $report(_exceptionable2, {
2269
+ path: _path2 + ".type",
2270
+ expected: '"singleCellGeneExpression"',
2271
+ value: input3.type
2272
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
2273
+ path: _path2 + ".child_types",
2274
+ expected: "(Array<string> | undefined)",
2275
+ value: input3.child_types
2276
+ })) && input3.child_types.map((elem, _index32) => "string" === typeof elem || $report(_exceptionable2, {
2277
+ path: _path2 + ".child_types[" + _index32 + "]",
2278
+ expected: "string",
2279
+ value: elem
2280
+ })).every((flag) => flag) || $report(_exceptionable2, {
2281
+ path: _path2 + ".child_types",
2282
+ expected: "(Array<string> | undefined)",
2283
+ value: input3.child_types
2284
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
2285
+ path: _path2 + ".hashtmldetail",
2286
+ expected: "(boolean | undefined)",
2287
+ value: input3.hashtmldetail
2288
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
2289
+ path: _path2 + ".included_types",
2290
+ expected: "(Array<string> | undefined)",
2291
+ value: input3.included_types
2292
+ })) && input3.included_types.map((elem, _index33) => "string" === typeof elem || $report(_exceptionable2, {
2293
+ path: _path2 + ".included_types[" + _index33 + "]",
2294
+ expected: "string",
2295
+ value: elem
2296
+ })).every((flag) => flag) || $report(_exceptionable2, {
2297
+ path: _path2 + ".included_types",
2298
+ expected: "(Array<string> | undefined)",
2299
+ value: input3.included_types
2300
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
2301
+ path: _path2 + ".isleaf",
2302
+ expected: "(boolean | undefined)",
2303
+ value: input3.isleaf
2304
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
2305
+ path: _path2 + ".values",
2306
+ expected: "(TermValues | undefined)",
2307
+ value: input3.values
2308
+ })) && $vo4(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2309
+ path: _path2 + ".values",
2310
+ expected: "(TermValues | undefined)",
2311
+ value: input3.values
2312
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
2313
+ path: _path2 + ".skipValuesBuild",
2314
+ expected: "(boolean | undefined)",
2315
+ value: input3.skipValuesBuild
2316
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
2317
+ path: _path2 + ".valueConversion",
2318
+ expected: "(__type.o2 | undefined)",
2319
+ value: input3.valueConversion
2320
+ })) && $vo11(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2321
+ path: _path2 + ".valueConversion",
2322
+ expected: "(__type.o2 | undefined)",
2323
+ value: input3.valueConversion
2324
+ }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
2325
+ path: _path2 + ".continuousColorScale",
2326
+ expected: "(__type.o3 | undefined)",
2327
+ value: input3.continuousColorScale
2328
+ })) && $vo12(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
2329
+ path: _path2 + ".continuousColorScale",
2330
+ expected: "(__type.o3 | undefined)",
2331
+ value: input3.continuousColorScale
2332
+ }), void 0 === input3.unit || "string" === typeof input3.unit || $report(_exceptionable2, {
2333
+ path: _path2 + ".unit",
2334
+ expected: "(string | undefined)",
2335
+ value: input3.unit
2336
+ }), "string" === typeof input3.gene || $report(_exceptionable2, {
2069
2337
  path: _path2 + ".gene",
2070
2338
  expected: "string",
2071
2339
  value: input3.gene
@@ -2098,7 +2366,7 @@ var validBoxPlotRequest = (input) => {
2098
2366
  expected: "number",
2099
2367
  value: input3.stop
2100
2368
  })].every((flag) => flag);
2101
- const $vo30 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
2369
+ const $vo32 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
2102
2370
  path: _path2 + ".value",
2103
2371
  expected: "number",
2104
2372
  value: input3.value
@@ -2111,7 +2379,7 @@ var validBoxPlotRequest = (input) => {
2111
2379
  expected: "(string | undefined)",
2112
2380
  value: input3.name
2113
2381
  })].every((flag) => flag);
2114
- const $vo31 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
2382
+ const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
2115
2383
  path: _path2 + ".key",
2116
2384
  expected: "string",
2117
2385
  value: input3.key
@@ -2128,7 +2396,7 @@ var validBoxPlotRequest = (input) => {
2128
2396
  expected: "(string | undefined)",
2129
2397
  value: input3.label
2130
2398
  })].every((flag) => flag);
2131
- const $vo32 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
2399
+ const $vo34 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
2132
2400
  path: _path2 + ".join",
2133
2401
  expected: "(string | undefined)",
2134
2402
  value: input3.join
@@ -2160,7 +2428,7 @@ var validBoxPlotRequest = (input) => {
2160
2428
  path: _path2 + ".term",
2161
2429
  expected: "ConditionTerm",
2162
2430
  value: input3.term
2163
- })) && $vo33(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2431
+ })) && $vo35(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2164
2432
  path: _path2 + ".term",
2165
2433
  expected: "ConditionTerm",
2166
2434
  value: input3.term
@@ -2168,12 +2436,12 @@ var validBoxPlotRequest = (input) => {
2168
2436
  path: _path2 + ".grade_and_child",
2169
2437
  expected: "(Array<GradeAndChildEntry> | undefined)",
2170
2438
  value: input3.grade_and_child
2171
- })) && input3.grade_and_child.map((elem, _index29) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2172
- path: _path2 + ".grade_and_child[" + _index29 + "]",
2439
+ })) && input3.grade_and_child.map((elem, _index34) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2440
+ path: _path2 + ".grade_and_child[" + _index34 + "]",
2173
2441
  expected: "GradeAndChildEntry",
2174
2442
  value: elem
2175
- })) && $vo34(elem, _path2 + ".grade_and_child[" + _index29 + "]", _exceptionable2) || $report(_exceptionable2, {
2176
- path: _path2 + ".grade_and_child[" + _index29 + "]",
2443
+ })) && $vo36(elem, _path2 + ".grade_and_child[" + _index34 + "]", _exceptionable2) || $report(_exceptionable2, {
2444
+ path: _path2 + ".grade_and_child[" + _index34 + "]",
2177
2445
  expected: "GradeAndChildEntry",
2178
2446
  value: elem
2179
2447
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2184,12 +2452,12 @@ var validBoxPlotRequest = (input) => {
2184
2452
  path: _path2 + ".values",
2185
2453
  expected: "Array<__type>.o1",
2186
2454
  value: input3.values
2187
- })) && input3.values.map((elem, _index30) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2188
- path: _path2 + ".values[" + _index30 + "]",
2455
+ })) && input3.values.map((elem, _index35) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2456
+ path: _path2 + ".values[" + _index35 + "]",
2189
2457
  expected: "__type.o6",
2190
2458
  value: elem
2191
- })) && $vo35(elem, _path2 + ".values[" + _index30 + "]", _exceptionable2) || $report(_exceptionable2, {
2192
- path: _path2 + ".values[" + _index30 + "]",
2459
+ })) && $vo37(elem, _path2 + ".values[" + _index35 + "]", _exceptionable2) || $report(_exceptionable2, {
2460
+ path: _path2 + ".values[" + _index35 + "]",
2193
2461
  expected: "__type.o6",
2194
2462
  value: elem
2195
2463
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2197,7 +2465,7 @@ var validBoxPlotRequest = (input) => {
2197
2465
  expected: "Array<__type>.o1",
2198
2466
  value: input3.values
2199
2467
  })].every((flag) => flag);
2200
- const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2468
+ const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2201
2469
  path: _path2 + ".id",
2202
2470
  expected: "string",
2203
2471
  value: input3.id
@@ -2213,8 +2481,8 @@ var validBoxPlotRequest = (input) => {
2213
2481
  path: _path2 + ".child_types",
2214
2482
  expected: "(Array<string> | undefined)",
2215
2483
  value: input3.child_types
2216
- })) && input3.child_types.map((elem, _index31) => "string" === typeof elem || $report(_exceptionable2, {
2217
- path: _path2 + ".child_types[" + _index31 + "]",
2484
+ })) && input3.child_types.map((elem, _index36) => "string" === typeof elem || $report(_exceptionable2, {
2485
+ path: _path2 + ".child_types[" + _index36 + "]",
2218
2486
  expected: "string",
2219
2487
  value: elem
2220
2488
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2229,8 +2497,8 @@ var validBoxPlotRequest = (input) => {
2229
2497
  path: _path2 + ".included_types",
2230
2498
  expected: "(Array<string> | undefined)",
2231
2499
  value: input3.included_types
2232
- })) && input3.included_types.map((elem, _index32) => "string" === typeof elem || $report(_exceptionable2, {
2233
- path: _path2 + ".included_types[" + _index32 + "]",
2500
+ })) && input3.included_types.map((elem, _index37) => "string" === typeof elem || $report(_exceptionable2, {
2501
+ path: _path2 + ".included_types[" + _index37 + "]",
2234
2502
  expected: "string",
2235
2503
  value: elem
2236
2504
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2262,7 +2530,7 @@ var validBoxPlotRequest = (input) => {
2262
2530
  expected: "(__type.o2 | undefined)",
2263
2531
  value: input3.valueConversion
2264
2532
  })].every((flag) => flag);
2265
- const $vo34 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
2533
+ const $vo36 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
2266
2534
  path: _path2 + ".grade",
2267
2535
  expected: "number",
2268
2536
  value: input3.grade
@@ -2279,7 +2547,7 @@ var validBoxPlotRequest = (input) => {
2279
2547
  expected: "string",
2280
2548
  value: input3.child_label
2281
2549
  })].every((flag) => flag);
2282
- const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
2550
+ const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
2283
2551
  path: _path2 + ".key",
2284
2552
  expected: "(number | string)",
2285
2553
  value: input3.key
@@ -2297,7 +2565,7 @@ var validBoxPlotRequest = (input) => {
2297
2565
  return true;
2298
2566
  return true;
2299
2567
  }).every((flag) => flag)].every((flag) => flag);
2300
- const $vo36 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
2568
+ const $vo38 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
2301
2569
  path: _path2 + ".join",
2302
2570
  expected: "(string | undefined)",
2303
2571
  value: input3.join
@@ -2329,7 +2597,7 @@ var validBoxPlotRequest = (input) => {
2329
2597
  path: _path2 + ".term",
2330
2598
  expected: "DtTerm",
2331
2599
  value: input3.term
2332
- })) && $vo37(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2600
+ })) && $vo39(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2333
2601
  path: _path2 + ".term",
2334
2602
  expected: "DtTerm",
2335
2603
  value: input3.term
@@ -2337,12 +2605,12 @@ var validBoxPlotRequest = (input) => {
2337
2605
  path: _path2 + ".values",
2338
2606
  expected: "Array<GeneVariantValue>",
2339
2607
  value: input3.values
2340
- })) && input3.values.map((elem, _index33) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || $report(_exceptionable2, {
2341
- path: _path2 + ".values[" + _index33 + "]",
2608
+ })) && input3.values.map((elem, _index38) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || $report(_exceptionable2, {
2609
+ path: _path2 + ".values[" + _index38 + "]",
2342
2610
  expected: "GeneVariantValue",
2343
2611
  value: elem
2344
- })) && $vo47(elem, _path2 + ".values[" + _index33 + "]", _exceptionable2) || $report(_exceptionable2, {
2345
- path: _path2 + ".values[" + _index33 + "]",
2612
+ })) && $vo49(elem, _path2 + ".values[" + _index38 + "]", _exceptionable2) || $report(_exceptionable2, {
2613
+ path: _path2 + ".values[" + _index38 + "]",
2346
2614
  expected: "GeneVariantValue",
2347
2615
  value: elem
2348
2616
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2390,7 +2658,7 @@ var validBoxPlotRequest = (input) => {
2390
2658
  expected: "(number | undefined)",
2391
2659
  value: input3.fractionOverlap
2392
2660
  })].every((flag) => flag);
2393
- const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2661
+ const $vo39 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2394
2662
  path: _path2 + ".id",
2395
2663
  expected: "string",
2396
2664
  value: input3.id
@@ -2439,7 +2707,7 @@ var validBoxPlotRequest = (input) => {
2439
2707
  expected: "TermValues",
2440
2708
  value: input3.values
2441
2709
  })].every((flag) => flag);
2442
- const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2710
+ const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2443
2711
  path: _path2 + ".id",
2444
2712
  expected: "string",
2445
2713
  value: input3.id
@@ -2455,8 +2723,8 @@ var validBoxPlotRequest = (input) => {
2455
2723
  path: _path2 + ".child_types",
2456
2724
  expected: "(Array<string> | undefined)",
2457
2725
  value: input3.child_types
2458
- })) && input3.child_types.map((elem, _index34) => "string" === typeof elem || $report(_exceptionable2, {
2459
- path: _path2 + ".child_types[" + _index34 + "]",
2726
+ })) && input3.child_types.map((elem, _index39) => "string" === typeof elem || $report(_exceptionable2, {
2727
+ path: _path2 + ".child_types[" + _index39 + "]",
2460
2728
  expected: "string",
2461
2729
  value: elem
2462
2730
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2471,8 +2739,8 @@ var validBoxPlotRequest = (input) => {
2471
2739
  path: _path2 + ".included_types",
2472
2740
  expected: "(Array<string> | undefined)",
2473
2741
  value: input3.included_types
2474
- })) && input3.included_types.map((elem, _index35) => "string" === typeof elem || $report(_exceptionable2, {
2475
- path: _path2 + ".included_types[" + _index35 + "]",
2742
+ })) && input3.included_types.map((elem, _index40) => "string" === typeof elem || $report(_exceptionable2, {
2743
+ path: _path2 + ".included_types[" + _index40 + "]",
2476
2744
  expected: "string",
2477
2745
  value: elem
2478
2746
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2527,12 +2795,12 @@ var validBoxPlotRequest = (input) => {
2527
2795
  path: _path2 + ".genes",
2528
2796
  expected: "Array<GvGeneTerm>",
2529
2797
  value: input3.genes
2530
- })) && input3.genes.map((elem, _index36) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2531
- path: _path2 + ".genes[" + _index36 + "]",
2798
+ })) && input3.genes.map((elem, _index41) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2799
+ path: _path2 + ".genes[" + _index41 + "]",
2532
2800
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2533
2801
  value: elem
2534
- })) && $vu2(elem, _path2 + ".genes[" + _index36 + "]", _exceptionable2) || $report(_exceptionable2, {
2535
- path: _path2 + ".genes[" + _index36 + "]",
2802
+ })) && $vu2(elem, _path2 + ".genes[" + _index41 + "]", _exceptionable2) || $report(_exceptionable2, {
2803
+ path: _path2 + ".genes[" + _index41 + "]",
2536
2804
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2537
2805
  value: elem
2538
2806
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2543,7 +2811,7 @@ var validBoxPlotRequest = (input) => {
2543
2811
  path: _path2 + ".groupsetting",
2544
2812
  expected: "(TermGroupSetting | undefined)",
2545
2813
  value: input3.groupsetting
2546
- })) && $vo41(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2814
+ })) && $vo43(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2547
2815
  path: _path2 + ".groupsetting",
2548
2816
  expected: "(TermGroupSetting | undefined)",
2549
2817
  value: input3.groupsetting
@@ -2551,12 +2819,12 @@ var validBoxPlotRequest = (input) => {
2551
2819
  path: _path2 + ".childTerms",
2552
2820
  expected: "(Array<DtTerm> | undefined)",
2553
2821
  value: input3.childTerms
2554
- })) && input3.childTerms.map((elem, _index37) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2555
- path: _path2 + ".childTerms[" + _index37 + "]",
2822
+ })) && input3.childTerms.map((elem, _index42) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2823
+ path: _path2 + ".childTerms[" + _index42 + "]",
2556
2824
  expected: "DtTerm",
2557
2825
  value: elem
2558
- })) && $vo37(elem, _path2 + ".childTerms[" + _index37 + "]", _exceptionable2) || $report(_exceptionable2, {
2559
- path: _path2 + ".childTerms[" + _index37 + "]",
2826
+ })) && $vo39(elem, _path2 + ".childTerms[" + _index42 + "]", _exceptionable2) || $report(_exceptionable2, {
2827
+ path: _path2 + ".childTerms[" + _index42 + "]",
2560
2828
  expected: "DtTerm",
2561
2829
  value: elem
2562
2830
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2564,7 +2832,7 @@ var validBoxPlotRequest = (input) => {
2564
2832
  expected: "(Array<DtTerm> | undefined)",
2565
2833
  value: input3.childTerms
2566
2834
  })].every((flag) => flag);
2567
- const $vo39 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2835
+ const $vo41 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2568
2836
  path: _path2 + ".id",
2569
2837
  expected: "string",
2570
2838
  value: input3.id
@@ -2580,8 +2848,8 @@ var validBoxPlotRequest = (input) => {
2580
2848
  path: _path2 + ".child_types",
2581
2849
  expected: "(Array<string> | undefined)",
2582
2850
  value: input3.child_types
2583
- })) && input3.child_types.map((elem, _index38) => "string" === typeof elem || $report(_exceptionable2, {
2584
- path: _path2 + ".child_types[" + _index38 + "]",
2851
+ })) && input3.child_types.map((elem, _index43) => "string" === typeof elem || $report(_exceptionable2, {
2852
+ path: _path2 + ".child_types[" + _index43 + "]",
2585
2853
  expected: "string",
2586
2854
  value: elem
2587
2855
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2596,8 +2864,8 @@ var validBoxPlotRequest = (input) => {
2596
2864
  path: _path2 + ".included_types",
2597
2865
  expected: "(Array<string> | undefined)",
2598
2866
  value: input3.included_types
2599
- })) && input3.included_types.map((elem, _index39) => "string" === typeof elem || $report(_exceptionable2, {
2600
- path: _path2 + ".included_types[" + _index39 + "]",
2867
+ })) && input3.included_types.map((elem, _index44) => "string" === typeof elem || $report(_exceptionable2, {
2868
+ path: _path2 + ".included_types[" + _index44 + "]",
2601
2869
  expected: "string",
2602
2870
  value: elem
2603
2871
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2649,7 +2917,7 @@ var validBoxPlotRequest = (input) => {
2649
2917
  expected: "(number | undefined)",
2650
2918
  value: input3.stop
2651
2919
  })].every((flag) => flag);
2652
- const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2920
+ const $vo42 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2653
2921
  path: _path2 + ".id",
2654
2922
  expected: "string",
2655
2923
  value: input3.id
@@ -2665,8 +2933,8 @@ var validBoxPlotRequest = (input) => {
2665
2933
  path: _path2 + ".child_types",
2666
2934
  expected: "(Array<string> | undefined)",
2667
2935
  value: input3.child_types
2668
- })) && input3.child_types.map((elem, _index40) => "string" === typeof elem || $report(_exceptionable2, {
2669
- path: _path2 + ".child_types[" + _index40 + "]",
2936
+ })) && input3.child_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
2937
+ path: _path2 + ".child_types[" + _index45 + "]",
2670
2938
  expected: "string",
2671
2939
  value: elem
2672
2940
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2681,8 +2949,8 @@ var validBoxPlotRequest = (input) => {
2681
2949
  path: _path2 + ".included_types",
2682
2950
  expected: "(Array<string> | undefined)",
2683
2951
  value: input3.included_types
2684
- })) && input3.included_types.map((elem, _index41) => "string" === typeof elem || $report(_exceptionable2, {
2685
- path: _path2 + ".included_types[" + _index41 + "]",
2952
+ })) && input3.included_types.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
2953
+ path: _path2 + ".included_types[" + _index46 + "]",
2686
2954
  expected: "string",
2687
2955
  value: elem
2688
2956
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2730,7 +2998,7 @@ var validBoxPlotRequest = (input) => {
2730
2998
  expected: "number",
2731
2999
  value: input3.stop
2732
3000
  })].every((flag) => flag);
2733
- const $vo41 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
3001
+ const $vo43 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
2734
3002
  path: _path2 + ".disabled",
2735
3003
  expected: "boolean",
2736
3004
  value: input3.disabled
@@ -2738,12 +3006,12 @@ var validBoxPlotRequest = (input) => {
2738
3006
  path: _path2 + ".lst",
2739
3007
  expected: "(Array<Groupset> | undefined)",
2740
3008
  value: input3.lst
2741
- })) && input3.lst.map((elem, _index42) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2742
- path: _path2 + ".lst[" + _index42 + "]",
3009
+ })) && input3.lst.map((elem, _index47) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3010
+ path: _path2 + ".lst[" + _index47 + "]",
2743
3011
  expected: "Groupset",
2744
3012
  value: elem
2745
- })) && $vo42(elem, _path2 + ".lst[" + _index42 + "]", _exceptionable2) || $report(_exceptionable2, {
2746
- path: _path2 + ".lst[" + _index42 + "]",
3013
+ })) && $vo44(elem, _path2 + ".lst[" + _index47 + "]", _exceptionable2) || $report(_exceptionable2, {
3014
+ path: _path2 + ".lst[" + _index47 + "]",
2747
3015
  expected: "Groupset",
2748
3016
  value: elem
2749
3017
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2751,7 +3019,7 @@ var validBoxPlotRequest = (input) => {
2751
3019
  expected: "(Array<Groupset> | undefined)",
2752
3020
  value: input3.lst
2753
3021
  })].every((flag) => flag);
2754
- const $vo42 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
3022
+ const $vo44 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2755
3023
  path: _path2 + ".name",
2756
3024
  expected: "string",
2757
3025
  value: input3.name
@@ -2771,12 +3039,12 @@ var validBoxPlotRequest = (input) => {
2771
3039
  path: _path2 + ".groups",
2772
3040
  expected: "Array<GroupEntry>",
2773
3041
  value: input3.groups
2774
- })) && input3.groups.map((elem, _index43) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2775
- path: _path2 + ".groups[" + _index43 + "]",
3042
+ })) && input3.groups.map((elem, _index48) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3043
+ path: _path2 + ".groups[" + _index48 + "]",
2776
3044
  expected: "(FilterGroup | ValuesGroup)",
2777
3045
  value: elem
2778
- })) && $vu3(elem, _path2 + ".groups[" + _index43 + "]", _exceptionable2) || $report(_exceptionable2, {
2779
- path: _path2 + ".groups[" + _index43 + "]",
3046
+ })) && $vu3(elem, _path2 + ".groups[" + _index48 + "]", _exceptionable2) || $report(_exceptionable2, {
3047
+ path: _path2 + ".groups[" + _index48 + "]",
2780
3048
  expected: "(FilterGroup | ValuesGroup)",
2781
3049
  value: elem
2782
3050
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2784,7 +3052,7 @@ var validBoxPlotRequest = (input) => {
2784
3052
  expected: "Array<GroupEntry>",
2785
3053
  value: input3.groups
2786
3054
  })].every((flag) => flag);
2787
- const $vo43 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
3055
+ const $vo45 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2788
3056
  path: _path2 + ".name",
2789
3057
  expected: "string",
2790
3058
  value: input3.name
@@ -2796,12 +3064,12 @@ var validBoxPlotRequest = (input) => {
2796
3064
  path: _path2 + ".values",
2797
3065
  expected: "Array<__type>.o2",
2798
3066
  value: input3.values
2799
- })) && input3.values.map((elem, _index44) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2800
- path: _path2 + ".values[" + _index44 + "]",
3067
+ })) && input3.values.map((elem, _index49) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3068
+ path: _path2 + ".values[" + _index49 + "]",
2801
3069
  expected: "__type.o7",
2802
3070
  value: elem
2803
- })) && $vo44(elem, _path2 + ".values[" + _index44 + "]", _exceptionable2) || $report(_exceptionable2, {
2804
- path: _path2 + ".values[" + _index44 + "]",
3071
+ })) && $vo46(elem, _path2 + ".values[" + _index49 + "]", _exceptionable2) || $report(_exceptionable2, {
3072
+ path: _path2 + ".values[" + _index49 + "]",
2805
3073
  expected: "__type.o7",
2806
3074
  value: elem
2807
3075
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2813,7 +3081,7 @@ var validBoxPlotRequest = (input) => {
2813
3081
  expected: "(boolean | undefined)",
2814
3082
  value: input3.uncomputable
2815
3083
  })].every((flag) => flag);
2816
- const $vo44 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
3084
+ const $vo46 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
2817
3085
  path: _path2 + ".key",
2818
3086
  expected: "(number | string)",
2819
3087
  value: input3.key
@@ -2822,7 +3090,7 @@ var validBoxPlotRequest = (input) => {
2822
3090
  expected: "string",
2823
3091
  value: input3.label
2824
3092
  })].every((flag) => flag);
2825
- const $vo45 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
3093
+ const $vo47 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
2826
3094
  path: _path2 + ".name",
2827
3095
  expected: "string",
2828
3096
  value: input3.name
@@ -2843,7 +3111,7 @@ var validBoxPlotRequest = (input) => {
2843
3111
  expected: "string",
2844
3112
  value: input3.color
2845
3113
  })].every((flag) => flag);
2846
- const $vo46 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3114
+ const $vo48 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2847
3115
  path: _path2 + ".id",
2848
3116
  expected: "string",
2849
3117
  value: input3.id
@@ -2859,8 +3127,8 @@ var validBoxPlotRequest = (input) => {
2859
3127
  path: _path2 + ".child_types",
2860
3128
  expected: "(Array<string> | undefined)",
2861
3129
  value: input3.child_types
2862
- })) && input3.child_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
2863
- path: _path2 + ".child_types[" + _index45 + "]",
3130
+ })) && input3.child_types.map((elem, _index50) => "string" === typeof elem || $report(_exceptionable2, {
3131
+ path: _path2 + ".child_types[" + _index50 + "]",
2864
3132
  expected: "string",
2865
3133
  value: elem
2866
3134
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2875,8 +3143,8 @@ var validBoxPlotRequest = (input) => {
2875
3143
  path: _path2 + ".included_types",
2876
3144
  expected: "(Array<string> | undefined)",
2877
3145
  value: input3.included_types
2878
- })) && input3.included_types.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
2879
- path: _path2 + ".included_types[" + _index46 + "]",
3146
+ })) && input3.included_types.map((elem, _index51) => "string" === typeof elem || $report(_exceptionable2, {
3147
+ path: _path2 + ".included_types[" + _index51 + "]",
2880
3148
  expected: "string",
2881
3149
  value: elem
2882
3150
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2927,12 +3195,12 @@ var validBoxPlotRequest = (input) => {
2927
3195
  path: _path2 + ".genes",
2928
3196
  expected: "Array<GvGeneTerm>",
2929
3197
  value: input3.genes
2930
- })) && input3.genes.map((elem, _index47) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2931
- path: _path2 + ".genes[" + _index47 + "]",
3198
+ })) && input3.genes.map((elem, _index52) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3199
+ path: _path2 + ".genes[" + _index52 + "]",
2932
3200
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2933
3201
  value: elem
2934
- })) && $vu2(elem, _path2 + ".genes[" + _index47 + "]", _exceptionable2) || $report(_exceptionable2, {
2935
- path: _path2 + ".genes[" + _index47 + "]",
3202
+ })) && $vu2(elem, _path2 + ".genes[" + _index52 + "]", _exceptionable2) || $report(_exceptionable2, {
3203
+ path: _path2 + ".genes[" + _index52 + "]",
2936
3204
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2937
3205
  value: elem
2938
3206
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2943,7 +3211,7 @@ var validBoxPlotRequest = (input) => {
2943
3211
  path: _path2 + ".groupsetting",
2944
3212
  expected: "(TermGroupSetting | undefined)",
2945
3213
  value: input3.groupsetting
2946
- })) && $vo41(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
3214
+ })) && $vo43(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2947
3215
  path: _path2 + ".groupsetting",
2948
3216
  expected: "(TermGroupSetting | undefined)",
2949
3217
  value: input3.groupsetting
@@ -2951,12 +3219,12 @@ var validBoxPlotRequest = (input) => {
2951
3219
  path: _path2 + ".childTerms",
2952
3220
  expected: "(Array<DtTerm> | undefined)",
2953
3221
  value: input3.childTerms
2954
- })) && input3.childTerms.map((elem, _index48) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2955
- path: _path2 + ".childTerms[" + _index48 + "]",
3222
+ })) && input3.childTerms.map((elem, _index53) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3223
+ path: _path2 + ".childTerms[" + _index53 + "]",
2956
3224
  expected: "DtTerm",
2957
3225
  value: elem
2958
- })) && $vo37(elem, _path2 + ".childTerms[" + _index48 + "]", _exceptionable2) || $report(_exceptionable2, {
2959
- path: _path2 + ".childTerms[" + _index48 + "]",
3226
+ })) && $vo39(elem, _path2 + ".childTerms[" + _index53 + "]", _exceptionable2) || $report(_exceptionable2, {
3227
+ path: _path2 + ".childTerms[" + _index53 + "]",
2960
3228
  expected: "DtTerm",
2961
3229
  value: elem
2962
3230
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2964,7 +3232,7 @@ var validBoxPlotRequest = (input) => {
2964
3232
  expected: "(Array<DtTerm> | undefined)",
2965
3233
  value: input3.childTerms
2966
3234
  })].every((flag) => flag);
2967
- const $vo47 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
3235
+ const $vo49 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
2968
3236
  path: _path2 + ".key",
2969
3237
  expected: "(string | undefined)",
2970
3238
  value: input3.key
@@ -2984,8 +3252,8 @@ var validBoxPlotRequest = (input) => {
2984
3252
  path: _path2 + ".mclasslst",
2985
3253
  expected: "(Array<string> | undefined)",
2986
3254
  value: input3.mclasslst
2987
- })) && input3.mclasslst.map((elem, _index49) => "string" === typeof elem || $report(_exceptionable2, {
2988
- path: _path2 + ".mclasslst[" + _index49 + "]",
3255
+ })) && input3.mclasslst.map((elem, _index54) => "string" === typeof elem || $report(_exceptionable2, {
3256
+ path: _path2 + ".mclasslst[" + _index54 + "]",
2989
3257
  expected: "string",
2990
3258
  value: elem
2991
3259
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2996,8 +3264,8 @@ var validBoxPlotRequest = (input) => {
2996
3264
  path: _path2 + ".mclassExcludeLst",
2997
3265
  expected: "(Array<string> | undefined)",
2998
3266
  value: input3.mclassExcludeLst
2999
- })) && input3.mclassExcludeLst.map((elem, _index50) => "string" === typeof elem || $report(_exceptionable2, {
3000
- path: _path2 + ".mclassExcludeLst[" + _index50 + "]",
3267
+ })) && input3.mclassExcludeLst.map((elem, _index55) => "string" === typeof elem || $report(_exceptionable2, {
3268
+ path: _path2 + ".mclassExcludeLst[" + _index55 + "]",
3001
3269
  expected: "string",
3002
3270
  value: elem
3003
3271
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3009,7 +3277,7 @@ var validBoxPlotRequest = (input) => {
3009
3277
  expected: "(string | undefined)",
3010
3278
  value: input3.origin
3011
3279
  })].every((flag) => flag);
3012
- const $vo48 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
3280
+ const $vo50 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
3013
3281
  path: _path2 + ".join",
3014
3282
  expected: "(string | undefined)",
3015
3283
  value: input3.join
@@ -3050,7 +3318,7 @@ var validBoxPlotRequest = (input) => {
3050
3318
  expected: "number",
3051
3319
  value: input3.ratio
3052
3320
  })].every((flag) => flag);
3053
- const $vo49 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3321
+ const $vo51 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3054
3322
  path: _path2 + ".id",
3055
3323
  expected: "string",
3056
3324
  value: input3.id
@@ -3066,8 +3334,8 @@ var validBoxPlotRequest = (input) => {
3066
3334
  path: _path2 + ".child_types",
3067
3335
  expected: "(Array<string> | undefined)",
3068
3336
  value: input3.child_types
3069
- })) && input3.child_types.map((elem, _index51) => "string" === typeof elem || $report(_exceptionable2, {
3070
- path: _path2 + ".child_types[" + _index51 + "]",
3337
+ })) && input3.child_types.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
3338
+ path: _path2 + ".child_types[" + _index56 + "]",
3071
3339
  expected: "string",
3072
3340
  value: elem
3073
3341
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3082,8 +3350,8 @@ var validBoxPlotRequest = (input) => {
3082
3350
  path: _path2 + ".included_types",
3083
3351
  expected: "(Array<string> | undefined)",
3084
3352
  value: input3.included_types
3085
- })) && input3.included_types.map((elem, _index52) => "string" === typeof elem || $report(_exceptionable2, {
3086
- path: _path2 + ".included_types[" + _index52 + "]",
3353
+ })) && input3.included_types.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
3354
+ path: _path2 + ".included_types[" + _index57 + "]",
3087
3355
  expected: "string",
3088
3356
  value: elem
3089
3357
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3118,8 +3386,8 @@ var validBoxPlotRequest = (input) => {
3118
3386
  path: _path2 + ".termIds",
3119
3387
  expected: "(Array<string> | undefined)",
3120
3388
  value: input3.termIds
3121
- })) && input3.termIds.map((elem, _index53) => "string" === typeof elem || $report(_exceptionable2, {
3122
- path: _path2 + ".termIds[" + _index53 + "]",
3389
+ })) && input3.termIds.map((elem, _index58) => "string" === typeof elem || $report(_exceptionable2, {
3390
+ path: _path2 + ".termIds[" + _index58 + "]",
3123
3391
  expected: "string",
3124
3392
  value: elem
3125
3393
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3130,12 +3398,12 @@ var validBoxPlotRequest = (input) => {
3130
3398
  path: _path2 + ".termlst",
3131
3399
  expected: "Array<BaseTerm>",
3132
3400
  value: input3.termlst
3133
- })) && input3.termlst.map((elem, _index54) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3134
- path: _path2 + ".termlst[" + _index54 + "]",
3401
+ })) && input3.termlst.map((elem, _index59) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3402
+ path: _path2 + ".termlst[" + _index59 + "]",
3135
3403
  expected: "BaseTerm",
3136
3404
  value: elem
3137
- })) && $vo50(elem, _path2 + ".termlst[" + _index54 + "]", _exceptionable2) || $report(_exceptionable2, {
3138
- path: _path2 + ".termlst[" + _index54 + "]",
3405
+ })) && $vo52(elem, _path2 + ".termlst[" + _index59 + "]", _exceptionable2) || $report(_exceptionable2, {
3406
+ path: _path2 + ".termlst[" + _index59 + "]",
3139
3407
  expected: "BaseTerm",
3140
3408
  value: elem
3141
3409
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3150,7 +3418,7 @@ var validBoxPlotRequest = (input) => {
3150
3418
  path: _path2 + ".propsByTermId",
3151
3419
  expected: "__type.o8",
3152
3420
  value: input3.propsByTermId
3153
- })) && $vo51(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
3421
+ })) && $vo53(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
3154
3422
  path: _path2 + ".propsByTermId",
3155
3423
  expected: "__type.o8",
3156
3424
  value: input3.propsByTermId
@@ -3162,8 +3430,8 @@ var validBoxPlotRequest = (input) => {
3162
3430
  path: _path2 + ".numerators",
3163
3431
  expected: "(Array<string> | undefined)",
3164
3432
  value: input3.numerators
3165
- })) && input3.numerators.map((elem, _index55) => "string" === typeof elem || $report(_exceptionable2, {
3166
- path: _path2 + ".numerators[" + _index55 + "]",
3433
+ })) && input3.numerators.map((elem, _index60) => "string" === typeof elem || $report(_exceptionable2, {
3434
+ path: _path2 + ".numerators[" + _index60 + "]",
3167
3435
  expected: "string",
3168
3436
  value: elem
3169
3437
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3174,12 +3442,12 @@ var validBoxPlotRequest = (input) => {
3174
3442
  path: _path2 + ".valueTransform",
3175
3443
  expected: "(__type.o10 | undefined)",
3176
3444
  value: input3.valueTransform
3177
- })) && $vo53(input3.valueTransform, _path2 + ".valueTransform", _exceptionable2) || $report(_exceptionable2, {
3445
+ })) && $vo55(input3.valueTransform, _path2 + ".valueTransform", _exceptionable2) || $report(_exceptionable2, {
3178
3446
  path: _path2 + ".valueTransform",
3179
3447
  expected: "(__type.o10 | undefined)",
3180
3448
  value: input3.valueTransform
3181
3449
  })].every((flag) => flag);
3182
- const $vo50 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3450
+ const $vo52 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3183
3451
  path: _path2 + ".id",
3184
3452
  expected: "string",
3185
3453
  value: input3.id
@@ -3195,8 +3463,8 @@ var validBoxPlotRequest = (input) => {
3195
3463
  path: _path2 + ".child_types",
3196
3464
  expected: "(Array<string> | undefined)",
3197
3465
  value: input3.child_types
3198
- })) && input3.child_types.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
3199
- path: _path2 + ".child_types[" + _index56 + "]",
3466
+ })) && input3.child_types.map((elem, _index61) => "string" === typeof elem || $report(_exceptionable2, {
3467
+ path: _path2 + ".child_types[" + _index61 + "]",
3200
3468
  expected: "string",
3201
3469
  value: elem
3202
3470
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3211,8 +3479,8 @@ var validBoxPlotRequest = (input) => {
3211
3479
  path: _path2 + ".included_types",
3212
3480
  expected: "(Array<string> | undefined)",
3213
3481
  value: input3.included_types
3214
- })) && input3.included_types.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
3215
- path: _path2 + ".included_types[" + _index57 + "]",
3482
+ })) && input3.included_types.map((elem, _index62) => "string" === typeof elem || $report(_exceptionable2, {
3483
+ path: _path2 + ".included_types[" + _index62 + "]",
3216
3484
  expected: "string",
3217
3485
  value: elem
3218
3486
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3244,7 +3512,7 @@ var validBoxPlotRequest = (input) => {
3244
3512
  expected: "(__type.o2 | undefined)",
3245
3513
  value: input3.valueConversion
3246
3514
  })].every((flag) => flag);
3247
- const $vo51 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3515
+ const $vo53 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3248
3516
  const value = input3[key];
3249
3517
  if (void 0 === value)
3250
3518
  return true;
@@ -3253,14 +3521,14 @@ var validBoxPlotRequest = (input) => {
3253
3521
  path: _path2 + $join(key),
3254
3522
  expected: "__type.o9",
3255
3523
  value
3256
- })) && $vo52(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3524
+ })) && $vo54(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3257
3525
  path: _path2 + $join(key),
3258
3526
  expected: "__type.o9",
3259
3527
  value
3260
3528
  });
3261
3529
  return true;
3262
3530
  }).every((flag) => flag)].every((flag) => flag);
3263
- const $vo52 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3531
+ const $vo54 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3264
3532
  const value = input3[key];
3265
3533
  if (void 0 === value)
3266
3534
  return true;
@@ -3268,12 +3536,12 @@ var validBoxPlotRequest = (input) => {
3268
3536
  return true;
3269
3537
  return true;
3270
3538
  }).every((flag) => flag)].every((flag) => flag);
3271
- const $vo53 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.offset || "number" === typeof input3.offset || $report(_exceptionable2, {
3539
+ const $vo55 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.offset || "number" === typeof input3.offset || $report(_exceptionable2, {
3272
3540
  path: _path2 + ".offset",
3273
3541
  expected: "(number | undefined)",
3274
3542
  value: input3.offset
3275
3543
  })].every((flag) => flag);
3276
- const $vo54 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3544
+ const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3277
3545
  path: _path2 + ".id",
3278
3546
  expected: "string",
3279
3547
  value: input3.id
@@ -3289,8 +3557,8 @@ var validBoxPlotRequest = (input) => {
3289
3557
  path: _path2 + ".child_types",
3290
3558
  expected: "(Array<string> | undefined)",
3291
3559
  value: input3.child_types
3292
- })) && input3.child_types.map((elem, _index58) => "string" === typeof elem || $report(_exceptionable2, {
3293
- path: _path2 + ".child_types[" + _index58 + "]",
3560
+ })) && input3.child_types.map((elem, _index63) => "string" === typeof elem || $report(_exceptionable2, {
3561
+ path: _path2 + ".child_types[" + _index63 + "]",
3294
3562
  expected: "string",
3295
3563
  value: elem
3296
3564
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3305,8 +3573,8 @@ var validBoxPlotRequest = (input) => {
3305
3573
  path: _path2 + ".included_types",
3306
3574
  expected: "(Array<string> | undefined)",
3307
3575
  value: input3.included_types
3308
- })) && input3.included_types.map((elem, _index59) => "string" === typeof elem || $report(_exceptionable2, {
3309
- path: _path2 + ".included_types[" + _index59 + "]",
3576
+ })) && input3.included_types.map((elem, _index64) => "string" === typeof elem || $report(_exceptionable2, {
3577
+ path: _path2 + ".included_types[" + _index64 + "]",
3310
3578
  expected: "string",
3311
3579
  value: elem
3312
3580
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3341,8 +3609,8 @@ var validBoxPlotRequest = (input) => {
3341
3609
  path: _path2 + ".termIds",
3342
3610
  expected: "(Array<string> | undefined)",
3343
3611
  value: input3.termIds
3344
- })) && input3.termIds.map((elem, _index60) => "string" === typeof elem || $report(_exceptionable2, {
3345
- path: _path2 + ".termIds[" + _index60 + "]",
3612
+ })) && input3.termIds.map((elem, _index65) => "string" === typeof elem || $report(_exceptionable2, {
3613
+ path: _path2 + ".termIds[" + _index65 + "]",
3346
3614
  expected: "string",
3347
3615
  value: elem
3348
3616
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3353,12 +3621,12 @@ var validBoxPlotRequest = (input) => {
3353
3621
  path: _path2 + ".termlst",
3354
3622
  expected: "Array<BaseTerm>",
3355
3623
  value: input3.termlst
3356
- })) && input3.termlst.map((elem, _index61) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3357
- path: _path2 + ".termlst[" + _index61 + "]",
3624
+ })) && input3.termlst.map((elem, _index66) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3625
+ path: _path2 + ".termlst[" + _index66 + "]",
3358
3626
  expected: "BaseTerm",
3359
3627
  value: elem
3360
- })) && $vo50(elem, _path2 + ".termlst[" + _index61 + "]", _exceptionable2) || $report(_exceptionable2, {
3361
- path: _path2 + ".termlst[" + _index61 + "]",
3628
+ })) && $vo52(elem, _path2 + ".termlst[" + _index66 + "]", _exceptionable2) || $report(_exceptionable2, {
3629
+ path: _path2 + ".termlst[" + _index66 + "]",
3362
3630
  expected: "BaseTerm",
3363
3631
  value: elem
3364
3632
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3373,7 +3641,7 @@ var validBoxPlotRequest = (input) => {
3373
3641
  path: _path2 + ".propsByTermId",
3374
3642
  expected: "__type.o8",
3375
3643
  value: input3.propsByTermId
3376
- })) && $vo51(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
3644
+ })) && $vo53(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
3377
3645
  path: _path2 + ".propsByTermId",
3378
3646
  expected: "__type.o8",
3379
3647
  value: input3.propsByTermId
@@ -3385,12 +3653,12 @@ var validBoxPlotRequest = (input) => {
3385
3653
  path: _path2 + ".categoryKeys",
3386
3654
  expected: "Array<CategoryKey>",
3387
3655
  value: input3.categoryKeys
3388
- })) && input3.categoryKeys.map((elem, _index62) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3389
- path: _path2 + ".categoryKeys[" + _index62 + "]",
3656
+ })) && input3.categoryKeys.map((elem, _index67) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3657
+ path: _path2 + ".categoryKeys[" + _index67 + "]",
3390
3658
  expected: "CategoryKey",
3391
3659
  value: elem
3392
- })) && $vo55(elem, _path2 + ".categoryKeys[" + _index62 + "]", _exceptionable2) || $report(_exceptionable2, {
3393
- path: _path2 + ".categoryKeys[" + _index62 + "]",
3660
+ })) && $vo57(elem, _path2 + ".categoryKeys[" + _index67 + "]", _exceptionable2) || $report(_exceptionable2, {
3661
+ path: _path2 + ".categoryKeys[" + _index67 + "]",
3394
3662
  expected: "CategoryKey",
3395
3663
  value: elem
3396
3664
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3398,7 +3666,7 @@ var validBoxPlotRequest = (input) => {
3398
3666
  expected: "Array<CategoryKey>",
3399
3667
  value: input3.categoryKeys
3400
3668
  })].every((flag) => flag);
3401
- const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
3669
+ const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
3402
3670
  path: _path2 + ".key",
3403
3671
  expected: "string",
3404
3672
  value: input3.key
@@ -3407,7 +3675,7 @@ var validBoxPlotRequest = (input) => {
3407
3675
  expected: "boolean",
3408
3676
  value: input3.shown
3409
3677
  })].every((flag) => flag);
3410
- const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3678
+ const $vo58 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3411
3679
  path: _path2 + ".id",
3412
3680
  expected: "string",
3413
3681
  value: input3.id
@@ -3423,8 +3691,8 @@ var validBoxPlotRequest = (input) => {
3423
3691
  path: _path2 + ".child_types",
3424
3692
  expected: "(Array<string> | undefined)",
3425
3693
  value: input3.child_types
3426
- })) && input3.child_types.map((elem, _index63) => "string" === typeof elem || $report(_exceptionable2, {
3427
- path: _path2 + ".child_types[" + _index63 + "]",
3694
+ })) && input3.child_types.map((elem, _index68) => "string" === typeof elem || $report(_exceptionable2, {
3695
+ path: _path2 + ".child_types[" + _index68 + "]",
3428
3696
  expected: "string",
3429
3697
  value: elem
3430
3698
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3439,8 +3707,8 @@ var validBoxPlotRequest = (input) => {
3439
3707
  path: _path2 + ".included_types",
3440
3708
  expected: "(Array<string> | undefined)",
3441
3709
  value: input3.included_types
3442
- })) && input3.included_types.map((elem, _index64) => "string" === typeof elem || $report(_exceptionable2, {
3443
- path: _path2 + ".included_types[" + _index64 + "]",
3710
+ })) && input3.included_types.map((elem, _index69) => "string" === typeof elem || $report(_exceptionable2, {
3711
+ path: _path2 + ".included_types[" + _index69 + "]",
3444
3712
  expected: "string",
3445
3713
  value: elem
3446
3714
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3491,8 +3759,8 @@ var validBoxPlotRequest = (input) => {
3491
3759
  path: _path2 + ".alt",
3492
3760
  expected: "Array<string>",
3493
3761
  value: input3.alt
3494
- })) && input3.alt.map((elem, _index65) => "string" === typeof elem || $report(_exceptionable2, {
3495
- path: _path2 + ".alt[" + _index65 + "]",
3762
+ })) && input3.alt.map((elem, _index70) => "string" === typeof elem || $report(_exceptionable2, {
3763
+ path: _path2 + ".alt[" + _index70 + "]",
3496
3764
  expected: "string",
3497
3765
  value: elem
3498
3766
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3503,12 +3771,12 @@ var validBoxPlotRequest = (input) => {
3503
3771
  path: _path2 + ".groupsetting",
3504
3772
  expected: "TermGroupSetting",
3505
3773
  value: input3.groupsetting
3506
- })) && $vo41(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
3774
+ })) && $vo43(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
3507
3775
  path: _path2 + ".groupsetting",
3508
3776
  expected: "TermGroupSetting",
3509
3777
  value: input3.groupsetting
3510
3778
  })].every((flag) => flag);
3511
- const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3779
+ const $vo59 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3512
3780
  path: _path2 + ".id",
3513
3781
  expected: "string",
3514
3782
  value: input3.id
@@ -3524,8 +3792,8 @@ var validBoxPlotRequest = (input) => {
3524
3792
  path: _path2 + ".child_types",
3525
3793
  expected: "(Array<string> | undefined)",
3526
3794
  value: input3.child_types
3527
- })) && input3.child_types.map((elem, _index66) => "string" === typeof elem || $report(_exceptionable2, {
3528
- path: _path2 + ".child_types[" + _index66 + "]",
3795
+ })) && input3.child_types.map((elem, _index71) => "string" === typeof elem || $report(_exceptionable2, {
3796
+ path: _path2 + ".child_types[" + _index71 + "]",
3529
3797
  expected: "string",
3530
3798
  value: elem
3531
3799
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3540,8 +3808,8 @@ var validBoxPlotRequest = (input) => {
3540
3808
  path: _path2 + ".included_types",
3541
3809
  expected: "(Array<string> | undefined)",
3542
3810
  value: input3.included_types
3543
- })) && input3.included_types.map((elem, _index67) => "string" === typeof elem || $report(_exceptionable2, {
3544
- path: _path2 + ".included_types[" + _index67 + "]",
3811
+ })) && input3.included_types.map((elem, _index72) => "string" === typeof elem || $report(_exceptionable2, {
3812
+ path: _path2 + ".included_types[" + _index72 + "]",
3545
3813
  expected: "string",
3546
3814
  value: elem
3547
3815
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3576,7 +3844,7 @@ var validBoxPlotRequest = (input) => {
3576
3844
  path: _path2 + ".sample",
3577
3845
  expected: "object",
3578
3846
  value: input3.sample
3579
- })) && $vo58(input3.sample, _path2 + ".sample", _exceptionable2) || $report(_exceptionable2, {
3847
+ })) && $vo60(input3.sample, _path2 + ".sample", _exceptionable2) || $report(_exceptionable2, {
3580
3848
  path: _path2 + ".sample",
3581
3849
  expected: "object",
3582
3850
  value: input3.sample
@@ -3588,13 +3856,13 @@ var validBoxPlotRequest = (input) => {
3588
3856
  path: _path2 + ".groupsetting",
3589
3857
  expected: "TermGroupSetting",
3590
3858
  value: input3.groupsetting
3591
- })) && $vo41(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
3859
+ })) && $vo43(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
3592
3860
  path: _path2 + ".groupsetting",
3593
3861
  expected: "TermGroupSetting",
3594
3862
  value: input3.groupsetting
3595
3863
  })].every((flag) => flag);
3596
- const $vo58 = (input3, _path2, _exceptionable2 = true) => true;
3597
- const $vo59 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3864
+ const $vo60 = (input3, _path2, _exceptionable2 = true) => true;
3865
+ const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3598
3866
  path: _path2 + ".hiddenValues",
3599
3867
  expected: "(HiddenValues | undefined)",
3600
3868
  value: input3.hiddenValues
@@ -3623,7 +3891,7 @@ var validBoxPlotRequest = (input) => {
3623
3891
  expected: '"values"',
3624
3892
  value: input3.type
3625
3893
  })].every((flag) => flag);
3626
- const $vo60 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3894
+ const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3627
3895
  path: _path2 + ".id",
3628
3896
  expected: "(string | undefined)",
3629
3897
  value: input3.id
@@ -3659,7 +3927,7 @@ var validBoxPlotRequest = (input) => {
3659
3927
  path: _path2 + ".q",
3660
3928
  expected: "PredefinedGroupSettingQ",
3661
3929
  value: input3.q
3662
- })) && $vo61(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3930
+ })) && $vo63(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3663
3931
  path: _path2 + ".q",
3664
3932
  expected: "PredefinedGroupSettingQ",
3665
3933
  value: input3.q
@@ -3668,7 +3936,7 @@ var validBoxPlotRequest = (input) => {
3668
3936
  expected: '"QualTWPredefinedGS"',
3669
3937
  value: input3.type
3670
3938
  })].every((flag) => flag);
3671
- const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3939
+ const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3672
3940
  path: _path2 + ".hiddenValues",
3673
3941
  expected: "(HiddenValues | undefined)",
3674
3942
  value: input3.hiddenValues
@@ -3701,7 +3969,7 @@ var validBoxPlotRequest = (input) => {
3701
3969
  expected: "number",
3702
3970
  value: input3.predefined_groupset_idx
3703
3971
  })].every((flag) => flag);
3704
- const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3972
+ const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3705
3973
  path: _path2 + ".id",
3706
3974
  expected: "(string | undefined)",
3707
3975
  value: input3.id
@@ -3737,7 +4005,7 @@ var validBoxPlotRequest = (input) => {
3737
4005
  path: _path2 + ".q",
3738
4006
  expected: "CustomGroupSettingQ",
3739
4007
  value: input3.q
3740
- })) && $vo63(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4008
+ })) && $vo65(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3741
4009
  path: _path2 + ".q",
3742
4010
  expected: "CustomGroupSettingQ",
3743
4011
  value: input3.q
@@ -3746,7 +4014,7 @@ var validBoxPlotRequest = (input) => {
3746
4014
  expected: '"QualTWCustomGS"',
3747
4015
  value: input3.type
3748
4016
  })].every((flag) => flag);
3749
- const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4017
+ const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3750
4018
  path: _path2 + ".hiddenValues",
3751
4019
  expected: "(HiddenValues | undefined)",
3752
4020
  value: input3.hiddenValues
@@ -3778,21 +4046,21 @@ var validBoxPlotRequest = (input) => {
3778
4046
  path: _path2 + ".customset",
3779
4047
  expected: "BaseGroupSet",
3780
4048
  value: input3.customset
3781
- })) && $vo64(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
4049
+ })) && $vo66(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
3782
4050
  path: _path2 + ".customset",
3783
4051
  expected: "BaseGroupSet",
3784
4052
  value: input3.customset
3785
4053
  })].every((flag) => flag);
3786
- const $vo64 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
4054
+ const $vo66 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
3787
4055
  path: _path2 + ".groups",
3788
4056
  expected: "Array<GroupEntry>",
3789
4057
  value: input3.groups
3790
- })) && input3.groups.map((elem, _index68) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3791
- path: _path2 + ".groups[" + _index68 + "]",
4058
+ })) && input3.groups.map((elem, _index73) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4059
+ path: _path2 + ".groups[" + _index73 + "]",
3792
4060
  expected: "(FilterGroup | ValuesGroup)",
3793
4061
  value: elem
3794
- })) && $vu3(elem, _path2 + ".groups[" + _index68 + "]", _exceptionable2) || $report(_exceptionable2, {
3795
- path: _path2 + ".groups[" + _index68 + "]",
4062
+ })) && $vu3(elem, _path2 + ".groups[" + _index73 + "]", _exceptionable2) || $report(_exceptionable2, {
4063
+ path: _path2 + ".groups[" + _index73 + "]",
3796
4064
  expected: "(FilterGroup | ValuesGroup)",
3797
4065
  value: elem
3798
4066
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3800,7 +4068,7 @@ var validBoxPlotRequest = (input) => {
3800
4068
  expected: "Array<GroupEntry>",
3801
4069
  value: input3.groups
3802
4070
  })].every((flag) => flag);
3803
- const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4071
+ const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3804
4072
  path: _path2 + ".id",
3805
4073
  expected: "(string | undefined)",
3806
4074
  value: input3.id
@@ -3830,11 +4098,11 @@ var validBoxPlotRequest = (input) => {
3830
4098
  value: input3.type
3831
4099
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
3832
4100
  path: _path2 + ".term",
3833
- 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 | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | ProteomeAbundanceTerm | SsGSEATerm)',
4101
+ 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 | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Isoform | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | ProteomeAbundanceTerm | SsGSEATerm)',
3834
4102
  value: input3.term
3835
4103
  })) && $vu10(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3836
4104
  path: _path2 + ".term",
3837
- 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 | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | ProteomeAbundanceTerm | SsGSEATerm)',
4105
+ 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 | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Isoform | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | ProteomeAbundanceTerm | SsGSEATerm)',
3838
4106
  value: input3.term
3839
4107
  }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
3840
4108
  path: _path2 + ".q",
@@ -3845,7 +4113,7 @@ var validBoxPlotRequest = (input) => {
3845
4113
  expected: "RegularNumericBinConfig",
3846
4114
  value: input3.q
3847
4115
  })].every((flag) => flag);
3848
- const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4116
+ const $vo68 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3849
4117
  path: _path2 + ".id",
3850
4118
  expected: "(string | undefined)",
3851
4119
  value: input3.id
@@ -3875,11 +4143,11 @@ var validBoxPlotRequest = (input) => {
3875
4143
  value: input3.type
3876
4144
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
3877
4145
  path: _path2 + ".term",
3878
- 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 | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | ProteomeAbundanceTerm | SsGSEATerm)',
4146
+ 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 | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Isoform | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | ProteomeAbundanceTerm | SsGSEATerm)',
3879
4147
  value: input3.term
3880
4148
  })) && $vu10(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3881
4149
  path: _path2 + ".term",
3882
- 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 | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | ProteomeAbundanceTerm | SsGSEATerm)',
4150
+ 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 | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Isoform | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | ProteomeAbundanceTerm | SsGSEATerm)',
3883
4151
  value: input3.term
3884
4152
  }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
3885
4153
  path: _path2 + ".q",
@@ -3890,7 +4158,7 @@ var validBoxPlotRequest = (input) => {
3890
4158
  expected: "CustomNumericBinConfig",
3891
4159
  value: input3.q
3892
4160
  })].every((flag) => flag);
3893
- const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4161
+ const $vo69 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3894
4162
  path: _path2 + ".id",
3895
4163
  expected: "(string | undefined)",
3896
4164
  value: input3.id
@@ -3920,22 +4188,22 @@ var validBoxPlotRequest = (input) => {
3920
4188
  value: input3.type
3921
4189
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
3922
4190
  path: _path2 + ".term",
3923
- 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 | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | ProteomeAbundanceTerm | SsGSEATerm)',
4191
+ 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 | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Isoform | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | ProteomeAbundanceTerm | SsGSEATerm)',
3924
4192
  value: input3.term
3925
4193
  })) && $vu10(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3926
4194
  path: _path2 + ".term",
3927
- 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 | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | ProteomeAbundanceTerm | SsGSEATerm)',
4195
+ 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 | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Isoform | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | ProteomeAbundanceTerm | SsGSEATerm)',
3928
4196
  value: input3.term
3929
4197
  }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
3930
4198
  path: _path2 + ".q",
3931
4199
  expected: "BinaryNumericQ",
3932
4200
  value: input3.q
3933
- })) && $vo68(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4201
+ })) && $vo70(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3934
4202
  path: _path2 + ".q",
3935
4203
  expected: "BinaryNumericQ",
3936
4204
  value: input3.q
3937
4205
  })].every((flag) => flag);
3938
- const $vo68 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4206
+ const $vo70 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3939
4207
  path: _path2 + ".hiddenValues",
3940
4208
  expected: "(HiddenValues | undefined)",
3941
4209
  value: input3.hiddenValues
@@ -4003,7 +4271,7 @@ var validBoxPlotRequest = (input) => {
4003
4271
  expected: "(number | undefined)",
4004
4272
  value: input3.cutoffPercentile
4005
4273
  })].every((flag) => flag);
4006
- const $vo69 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4274
+ const $vo71 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4007
4275
  path: _path2 + ".id",
4008
4276
  expected: "(string | undefined)",
4009
4277
  value: input3.id
@@ -4033,22 +4301,22 @@ var validBoxPlotRequest = (input) => {
4033
4301
  value: input3.type
4034
4302
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
4035
4303
  path: _path2 + ".term",
4036
- 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 | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | ProteomeAbundanceTerm | SsGSEATerm)',
4304
+ 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 | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Isoform | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | ProteomeAbundanceTerm | SsGSEATerm)',
4037
4305
  value: input3.term
4038
4306
  })) && $vu10(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4039
4307
  path: _path2 + ".term",
4040
- 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 | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | ProteomeAbundanceTerm | SsGSEATerm)',
4308
+ 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 | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Isoform | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | ProteomeAbundanceTerm | SsGSEATerm)',
4041
4309
  value: input3.term
4042
4310
  }), ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) || $report(_exceptionable2, {
4043
4311
  path: _path2 + ".q",
4044
4312
  expected: "ContinuousNumericQ",
4045
4313
  value: input3.q
4046
- })) && $vo70(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4314
+ })) && $vo72(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4047
4315
  path: _path2 + ".q",
4048
4316
  expected: "ContinuousNumericQ",
4049
4317
  value: input3.q
4050
4318
  })].every((flag) => flag);
4051
- const $vo70 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4319
+ const $vo72 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4052
4320
  path: _path2 + ".hiddenValues",
4053
4321
  expected: "(HiddenValues | undefined)",
4054
4322
  value: input3.hiddenValues
@@ -4089,7 +4357,7 @@ var validBoxPlotRequest = (input) => {
4089
4357
  expected: "(number | undefined)",
4090
4358
  value: input3.scale
4091
4359
  })].every((flag) => flag);
4092
- const $vo71 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4360
+ const $vo73 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4093
4361
  path: _path2 + ".id",
4094
4362
  expected: "(string | undefined)",
4095
4363
  value: input3.id
@@ -4119,22 +4387,22 @@ var validBoxPlotRequest = (input) => {
4119
4387
  value: input3.type
4120
4388
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
4121
4389
  path: _path2 + ".term",
4122
- 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 | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | ProteomeAbundanceTerm | SsGSEATerm)',
4390
+ 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 | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Isoform | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | ProteomeAbundanceTerm | SsGSEATerm)',
4123
4391
  value: input3.term
4124
4392
  })) && $vu10(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4125
4393
  path: _path2 + ".term",
4126
- 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 | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | ProteomeAbundanceTerm | SsGSEATerm)',
4394
+ 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 | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "isoformExpression"; bins?: PresetNumericBins | undefined; } & Isoform | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "singleCellGeneExpression"; gene: string; sample: string; unit: string; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | DnaMethylationTerm | MetaboliteIntensityTerm | NumericDictTerm | ProteomeAbundanceTerm | SsGSEATerm)',
4127
4395
  value: input3.term
4128
4396
  }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
4129
4397
  path: _path2 + ".q",
4130
4398
  expected: "SplineNumericQ",
4131
4399
  value: input3.q
4132
- })) && $vo72(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4400
+ })) && $vo74(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4133
4401
  path: _path2 + ".q",
4134
4402
  expected: "SplineNumericQ",
4135
4403
  value: input3.q
4136
4404
  })].every((flag) => flag);
4137
- const $vo72 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4405
+ const $vo74 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4138
4406
  path: _path2 + ".hiddenValues",
4139
4407
  expected: "(HiddenValues | undefined)",
4140
4408
  value: input3.hiddenValues
@@ -4162,12 +4430,12 @@ var validBoxPlotRequest = (input) => {
4162
4430
  path: _path2 + ".knots",
4163
4431
  expected: "Array<__type>.o3",
4164
4432
  value: input3.knots
4165
- })) && input3.knots.map((elem, _index69) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4166
- path: _path2 + ".knots[" + _index69 + "]",
4433
+ })) && input3.knots.map((elem, _index74) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4434
+ path: _path2 + ".knots[" + _index74 + "]",
4167
4435
  expected: "__type.o11",
4168
4436
  value: elem
4169
- })) && $vo73(elem, _path2 + ".knots[" + _index69 + "]", _exceptionable2) || $report(_exceptionable2, {
4170
- path: _path2 + ".knots[" + _index69 + "]",
4437
+ })) && $vo75(elem, _path2 + ".knots[" + _index74 + "]", _exceptionable2) || $report(_exceptionable2, {
4438
+ path: _path2 + ".knots[" + _index74 + "]",
4171
4439
  expected: "__type.o11",
4172
4440
  value: elem
4173
4441
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4183,12 +4451,12 @@ var validBoxPlotRequest = (input) => {
4183
4451
  expected: "undefined",
4184
4452
  value: input3.type
4185
4453
  }))].every((flag) => flag);
4186
- const $vo73 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
4454
+ const $vo75 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
4187
4455
  path: _path2 + ".value",
4188
4456
  expected: "number",
4189
4457
  value: input3.value
4190
4458
  })].every((flag) => flag);
4191
- const $vo74 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4459
+ const $vo76 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4192
4460
  path: _path2 + ".id",
4193
4461
  expected: "(string | undefined)",
4194
4462
  value: input3.id
@@ -4228,12 +4496,12 @@ var validBoxPlotRequest = (input) => {
4228
4496
  path: _path2 + ".q",
4229
4497
  expected: "GvValuesQ",
4230
4498
  value: input3.q
4231
- })) && $vo77(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4499
+ })) && $vo79(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4232
4500
  path: _path2 + ".q",
4233
4501
  expected: "GvValuesQ",
4234
4502
  value: input3.q
4235
4503
  })].every((flag) => flag);
4236
- const $vo75 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4504
+ const $vo77 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4237
4505
  path: _path2 + ".id",
4238
4506
  expected: "string",
4239
4507
  value: input3.id
@@ -4249,8 +4517,8 @@ var validBoxPlotRequest = (input) => {
4249
4517
  path: _path2 + ".child_types",
4250
4518
  expected: "(Array<string> | undefined)",
4251
4519
  value: input3.child_types
4252
- })) && input3.child_types.map((elem, _index70) => "string" === typeof elem || $report(_exceptionable2, {
4253
- path: _path2 + ".child_types[" + _index70 + "]",
4520
+ })) && input3.child_types.map((elem, _index75) => "string" === typeof elem || $report(_exceptionable2, {
4521
+ path: _path2 + ".child_types[" + _index75 + "]",
4254
4522
  expected: "string",
4255
4523
  value: elem
4256
4524
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4265,8 +4533,8 @@ var validBoxPlotRequest = (input) => {
4265
4533
  path: _path2 + ".included_types",
4266
4534
  expected: "(Array<string> | undefined)",
4267
4535
  value: input3.included_types
4268
- })) && input3.included_types.map((elem, _index71) => "string" === typeof elem || $report(_exceptionable2, {
4269
- path: _path2 + ".included_types[" + _index71 + "]",
4536
+ })) && input3.included_types.map((elem, _index76) => "string" === typeof elem || $report(_exceptionable2, {
4537
+ path: _path2 + ".included_types[" + _index76 + "]",
4270
4538
  expected: "string",
4271
4539
  value: elem
4272
4540
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4321,12 +4589,12 @@ var validBoxPlotRequest = (input) => {
4321
4589
  path: _path2 + ".genes",
4322
4590
  expected: "Array<GvGeneTerm>",
4323
4591
  value: input3.genes
4324
- })) && input3.genes.map((elem, _index72) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4325
- path: _path2 + ".genes[" + _index72 + "]",
4592
+ })) && input3.genes.map((elem, _index77) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4593
+ path: _path2 + ".genes[" + _index77 + "]",
4326
4594
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
4327
4595
  value: elem
4328
- })) && $vu2(elem, _path2 + ".genes[" + _index72 + "]", _exceptionable2) || $report(_exceptionable2, {
4329
- path: _path2 + ".genes[" + _index72 + "]",
4596
+ })) && $vu2(elem, _path2 + ".genes[" + _index77 + "]", _exceptionable2) || $report(_exceptionable2, {
4597
+ path: _path2 + ".genes[" + _index77 + "]",
4330
4598
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
4331
4599
  value: elem
4332
4600
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4337,7 +4605,7 @@ var validBoxPlotRequest = (input) => {
4337
4605
  path: _path2 + ".groupsetting",
4338
4606
  expected: "TermGroupSetting",
4339
4607
  value: input3.groupsetting
4340
- })) && $vo41(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
4608
+ })) && $vo43(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
4341
4609
  path: _path2 + ".groupsetting",
4342
4610
  expected: "TermGroupSetting",
4343
4611
  value: input3.groupsetting
@@ -4345,12 +4613,12 @@ var validBoxPlotRequest = (input) => {
4345
4613
  path: _path2 + ".childTerms",
4346
4614
  expected: "Array<DtTerm>",
4347
4615
  value: input3.childTerms
4348
- })) && input3.childTerms.map((elem, _index73) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4349
- path: _path2 + ".childTerms[" + _index73 + "]",
4616
+ })) && input3.childTerms.map((elem, _index78) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4617
+ path: _path2 + ".childTerms[" + _index78 + "]",
4350
4618
  expected: "DtTerm",
4351
4619
  value: elem
4352
- })) && $vo37(elem, _path2 + ".childTerms[" + _index73 + "]", _exceptionable2) || $report(_exceptionable2, {
4353
- path: _path2 + ".childTerms[" + _index73 + "]",
4620
+ })) && $vo39(elem, _path2 + ".childTerms[" + _index78 + "]", _exceptionable2) || $report(_exceptionable2, {
4621
+ path: _path2 + ".childTerms[" + _index78 + "]",
4354
4622
  expected: "DtTerm",
4355
4623
  value: elem
4356
4624
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4358,7 +4626,7 @@ var validBoxPlotRequest = (input) => {
4358
4626
  expected: "Array<DtTerm>",
4359
4627
  value: input3.childTerms
4360
4628
  })].every((flag) => flag);
4361
- const $vo76 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4629
+ const $vo78 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4362
4630
  path: _path2 + ".id",
4363
4631
  expected: "string",
4364
4632
  value: input3.id
@@ -4374,8 +4642,8 @@ var validBoxPlotRequest = (input) => {
4374
4642
  path: _path2 + ".child_types",
4375
4643
  expected: "(Array<string> | undefined)",
4376
4644
  value: input3.child_types
4377
- })) && input3.child_types.map((elem, _index74) => "string" === typeof elem || $report(_exceptionable2, {
4378
- path: _path2 + ".child_types[" + _index74 + "]",
4645
+ })) && input3.child_types.map((elem, _index79) => "string" === typeof elem || $report(_exceptionable2, {
4646
+ path: _path2 + ".child_types[" + _index79 + "]",
4379
4647
  expected: "string",
4380
4648
  value: elem
4381
4649
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4390,9 +4658,9 @@ var validBoxPlotRequest = (input) => {
4390
4658
  path: _path2 + ".included_types",
4391
4659
  expected: "(Array<string> | undefined)",
4392
4660
  value: input3.included_types
4393
- })) && input3.included_types.map((elem, _index75) => "string" === typeof elem || $report(_exceptionable2, {
4394
- path: _path2 + ".included_types[" + _index75 + "]",
4395
- expected: "string",
4661
+ })) && input3.included_types.map((elem, _index80) => "string" === typeof elem || $report(_exceptionable2, {
4662
+ path: _path2 + ".included_types[" + _index80 + "]",
4663
+ expected: "string",
4396
4664
  value: elem
4397
4665
  })).every((flag) => flag) || $report(_exceptionable2, {
4398
4666
  path: _path2 + ".included_types",
@@ -4442,12 +4710,12 @@ var validBoxPlotRequest = (input) => {
4442
4710
  path: _path2 + ".genes",
4443
4711
  expected: "Array<GvGeneTerm>",
4444
4712
  value: input3.genes
4445
- })) && input3.genes.map((elem, _index76) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4446
- path: _path2 + ".genes[" + _index76 + "]",
4713
+ })) && input3.genes.map((elem, _index81) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4714
+ path: _path2 + ".genes[" + _index81 + "]",
4447
4715
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
4448
4716
  value: elem
4449
- })) && $vu2(elem, _path2 + ".genes[" + _index76 + "]", _exceptionable2) || $report(_exceptionable2, {
4450
- path: _path2 + ".genes[" + _index76 + "]",
4717
+ })) && $vu2(elem, _path2 + ".genes[" + _index81 + "]", _exceptionable2) || $report(_exceptionable2, {
4718
+ path: _path2 + ".genes[" + _index81 + "]",
4451
4719
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
4452
4720
  value: elem
4453
4721
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4458,7 +4726,7 @@ var validBoxPlotRequest = (input) => {
4458
4726
  path: _path2 + ".groupsetting",
4459
4727
  expected: "TermGroupSetting",
4460
4728
  value: input3.groupsetting
4461
- })) && $vo41(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
4729
+ })) && $vo43(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
4462
4730
  path: _path2 + ".groupsetting",
4463
4731
  expected: "TermGroupSetting",
4464
4732
  value: input3.groupsetting
@@ -4466,12 +4734,12 @@ var validBoxPlotRequest = (input) => {
4466
4734
  path: _path2 + ".childTerms",
4467
4735
  expected: "Array<DtTerm>",
4468
4736
  value: input3.childTerms
4469
- })) && input3.childTerms.map((elem, _index77) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4470
- path: _path2 + ".childTerms[" + _index77 + "]",
4737
+ })) && input3.childTerms.map((elem, _index82) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4738
+ path: _path2 + ".childTerms[" + _index82 + "]",
4471
4739
  expected: "DtTerm",
4472
4740
  value: elem
4473
- })) && $vo37(elem, _path2 + ".childTerms[" + _index77 + "]", _exceptionable2) || $report(_exceptionable2, {
4474
- path: _path2 + ".childTerms[" + _index77 + "]",
4741
+ })) && $vo39(elem, _path2 + ".childTerms[" + _index82 + "]", _exceptionable2) || $report(_exceptionable2, {
4742
+ path: _path2 + ".childTerms[" + _index82 + "]",
4475
4743
  expected: "DtTerm",
4476
4744
  value: elem
4477
4745
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4479,7 +4747,7 @@ var validBoxPlotRequest = (input) => {
4479
4747
  expected: "Array<DtTerm>",
4480
4748
  value: input3.childTerms
4481
4749
  })].every((flag) => flag);
4482
- const $vo77 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4750
+ const $vo79 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4483
4751
  path: _path2 + ".hiddenValues",
4484
4752
  expected: "(HiddenValues | undefined)",
4485
4753
  value: input3.hiddenValues
@@ -4520,7 +4788,7 @@ var validBoxPlotRequest = (input) => {
4520
4788
  expected: '"values"',
4521
4789
  value: input3.type
4522
4790
  })].every((flag) => flag);
4523
- const $vo78 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4791
+ const $vo80 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4524
4792
  path: _path2 + ".id",
4525
4793
  expected: "(string | undefined)",
4526
4794
  value: input3.id
@@ -4560,12 +4828,12 @@ var validBoxPlotRequest = (input) => {
4560
4828
  path: _path2 + ".q",
4561
4829
  expected: "GvPredefinedGsQ",
4562
4830
  value: input3.q
4563
- })) && $vo79(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4831
+ })) && $vo81(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4564
4832
  path: _path2 + ".q",
4565
4833
  expected: "GvPredefinedGsQ",
4566
4834
  value: input3.q
4567
4835
  })].every((flag) => flag);
4568
- const $vo79 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4836
+ const $vo81 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4569
4837
  path: _path2 + ".hiddenValues",
4570
4838
  expected: "(HiddenValues | undefined)",
4571
4839
  value: input3.hiddenValues
@@ -4614,7 +4882,7 @@ var validBoxPlotRequest = (input) => {
4614
4882
  expected: "Array<any>",
4615
4883
  value: input3.dtLst
4616
4884
  })].every((flag) => flag);
4617
- const $vo80 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4885
+ const $vo82 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4618
4886
  path: _path2 + ".id",
4619
4887
  expected: "(string | undefined)",
4620
4888
  value: input3.id
@@ -4654,12 +4922,12 @@ var validBoxPlotRequest = (input) => {
4654
4922
  path: _path2 + ".q",
4655
4923
  expected: "GvCustomGsQ",
4656
4924
  value: input3.q
4657
- })) && $vo81(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4925
+ })) && $vo83(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4658
4926
  path: _path2 + ".q",
4659
4927
  expected: "GvCustomGsQ",
4660
4928
  value: input3.q
4661
4929
  })].every((flag) => flag);
4662
- const $vo81 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4930
+ const $vo83 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4663
4931
  path: _path2 + ".hiddenValues",
4664
4932
  expected: "(HiddenValues | undefined)",
4665
4933
  value: input3.hiddenValues
@@ -4703,7 +4971,7 @@ var validBoxPlotRequest = (input) => {
4703
4971
  path: _path2 + ".customset",
4704
4972
  expected: "BaseGroupSet",
4705
4973
  value: input3.customset
4706
- })) && $vo64(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
4974
+ })) && $vo66(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
4707
4975
  path: _path2 + ".customset",
4708
4976
  expected: "BaseGroupSet",
4709
4977
  value: input3.customset
@@ -4712,7 +4980,7 @@ var validBoxPlotRequest = (input) => {
4712
4980
  expected: "Array<any>",
4713
4981
  value: input3.dtLst
4714
4982
  })].every((flag) => flag);
4715
- const $vo82 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4983
+ const $vo84 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4716
4984
  path: _path2 + ".id",
4717
4985
  expected: "(string | undefined)",
4718
4986
  value: input3.id
@@ -4744,7 +5012,7 @@ var validBoxPlotRequest = (input) => {
4744
5012
  path: _path2 + ".term",
4745
5013
  expected: "ConditionTerm",
4746
5014
  value: input3.term
4747
- })) && $vo33(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
5015
+ })) && $vo35(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4748
5016
  path: _path2 + ".term",
4749
5017
  expected: "ConditionTerm",
4750
5018
  value: input3.term
@@ -4757,7 +5025,7 @@ var validBoxPlotRequest = (input) => {
4757
5025
  expected: "(ConditionChildrenQ | ConditionGradeQ)",
4758
5026
  value: input3.q
4759
5027
  })].every((flag) => flag);
4760
- const $vo83 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
5028
+ const $vo85 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4761
5029
  path: _path2 + ".hiddenValues",
4762
5030
  expected: "(HiddenValues | undefined)",
4763
5031
  value: input3.hiddenValues
@@ -4797,8 +5065,8 @@ var validBoxPlotRequest = (input) => {
4797
5065
  path: _path2 + ".breaks",
4798
5066
  expected: "(Array<number> | undefined)",
4799
5067
  value: input3.breaks
4800
- })) && input3.breaks.map((elem, _index78) => "number" === typeof elem || $report(_exceptionable2, {
4801
- path: _path2 + ".breaks[" + _index78 + "]",
5068
+ })) && input3.breaks.map((elem, _index83) => "number" === typeof elem || $report(_exceptionable2, {
5069
+ path: _path2 + ".breaks[" + _index83 + "]",
4802
5070
  expected: "number",
4803
5071
  value: elem
4804
5072
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4818,7 +5086,7 @@ var validBoxPlotRequest = (input) => {
4818
5086
  expected: "(boolean | undefined)",
4819
5087
  value: input3.value_by_computable_grade
4820
5088
  }), true].every((flag) => flag);
4821
- const $vo84 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
5089
+ const $vo86 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4822
5090
  path: _path2 + ".hiddenValues",
4823
5091
  expected: "(HiddenValues | undefined)",
4824
5092
  value: input3.hiddenValues
@@ -4851,7 +5119,7 @@ var validBoxPlotRequest = (input) => {
4851
5119
  expected: "true",
4852
5120
  value: input3.bar_by_children
4853
5121
  }), true].every((flag) => flag);
4854
- const $vo85 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
5122
+ const $vo87 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4855
5123
  path: _path2 + ".id",
4856
5124
  expected: "(string | undefined)",
4857
5125
  value: input3.id
@@ -4883,7 +5151,7 @@ var validBoxPlotRequest = (input) => {
4883
5151
  path: _path2 + ".q",
4884
5152
  expected: "SnpsQ",
4885
5153
  value: input3.q
4886
- })) && $vo86(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
5154
+ })) && $vo88(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4887
5155
  path: _path2 + ".q",
4888
5156
  expected: "SnpsQ",
4889
5157
  value: input3.q
@@ -4891,12 +5159,12 @@ var validBoxPlotRequest = (input) => {
4891
5159
  path: _path2 + ".term",
4892
5160
  expected: "SnpsTerm",
4893
5161
  value: input3.term
4894
- })) && $vo88(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
5162
+ })) && $vo90(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4895
5163
  path: _path2 + ".term",
4896
5164
  expected: "SnpsTerm",
4897
5165
  value: input3.term
4898
5166
  })].every((flag) => flag);
4899
- const $vo86 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
5167
+ const $vo88 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4900
5168
  path: _path2 + ".hiddenValues",
4901
5169
  expected: "(HiddenValues | undefined)",
4902
5170
  value: input3.hiddenValues
@@ -4944,7 +5212,7 @@ var validBoxPlotRequest = (input) => {
4944
5212
  path: _path2 + ".restrictAncestry",
4945
5213
  expected: "RestrictAncestry",
4946
5214
  value: input3.restrictAncestry
4947
- })) && $vo87(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
5215
+ })) && $vo89(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
4948
5216
  path: _path2 + ".restrictAncestry",
4949
5217
  expected: "RestrictAncestry",
4950
5218
  value: input3.restrictAncestry
@@ -4969,7 +5237,7 @@ var validBoxPlotRequest = (input) => {
4969
5237
  expected: "number",
4970
5238
  value: input3.stop
4971
5239
  })].every((flag) => flag);
4972
- const $vo87 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
5240
+ const $vo89 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
4973
5241
  path: _path2 + ".name",
4974
5242
  expected: "string",
4975
5243
  value: input3.name
@@ -4982,7 +5250,7 @@ var validBoxPlotRequest = (input) => {
4982
5250
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs | TermCollectionTvs)",
4983
5251
  value: input3.tvs
4984
5252
  })].every((flag) => flag);
4985
- const $vo88 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
5253
+ const $vo90 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4986
5254
  path: _path2 + ".id",
4987
5255
  expected: "string",
4988
5256
  value: input3.id
@@ -4998,8 +5266,8 @@ var validBoxPlotRequest = (input) => {
4998
5266
  path: _path2 + ".child_types",
4999
5267
  expected: "(Array<string> | undefined)",
5000
5268
  value: input3.child_types
5001
- })) && input3.child_types.map((elem, _index79) => "string" === typeof elem || $report(_exceptionable2, {
5002
- path: _path2 + ".child_types[" + _index79 + "]",
5269
+ })) && input3.child_types.map((elem, _index84) => "string" === typeof elem || $report(_exceptionable2, {
5270
+ path: _path2 + ".child_types[" + _index84 + "]",
5003
5271
  expected: "string",
5004
5272
  value: elem
5005
5273
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -5014,8 +5282,8 @@ var validBoxPlotRequest = (input) => {
5014
5282
  path: _path2 + ".included_types",
5015
5283
  expected: "(Array<string> | undefined)",
5016
5284
  value: input3.included_types
5017
- })) && input3.included_types.map((elem, _index80) => "string" === typeof elem || $report(_exceptionable2, {
5018
- path: _path2 + ".included_types[" + _index80 + "]",
5285
+ })) && input3.included_types.map((elem, _index85) => "string" === typeof elem || $report(_exceptionable2, {
5286
+ path: _path2 + ".included_types[" + _index85 + "]",
5019
5287
  expected: "string",
5020
5288
  value: elem
5021
5289
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -5054,12 +5322,12 @@ var validBoxPlotRequest = (input) => {
5054
5322
  path: _path2 + ".snps",
5055
5323
  expected: "(Array<SnpsEntry> | undefined)",
5056
5324
  value: input3.snps
5057
- })) && input3.snps.map((elem, _index81) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
5058
- path: _path2 + ".snps[" + _index81 + "]",
5325
+ })) && input3.snps.map((elem, _index86) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
5326
+ path: _path2 + ".snps[" + _index86 + "]",
5059
5327
  expected: "SnpsEntry",
5060
5328
  value: elem
5061
- })) && $vo89(elem, _path2 + ".snps[" + _index81 + "]", _exceptionable2) || $report(_exceptionable2, {
5062
- path: _path2 + ".snps[" + _index81 + "]",
5329
+ })) && $vo91(elem, _path2 + ".snps[" + _index86 + "]", _exceptionable2) || $report(_exceptionable2, {
5330
+ path: _path2 + ".snps[" + _index86 + "]",
5063
5331
  expected: "SnpsEntry",
5064
5332
  value: elem
5065
5333
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -5067,12 +5335,12 @@ var validBoxPlotRequest = (input) => {
5067
5335
  expected: "(Array<SnpsEntry> | undefined)",
5068
5336
  value: input3.snps
5069
5337
  })].every((flag) => flag);
5070
- const $vo89 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
5338
+ const $vo91 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
5071
5339
  path: _path2 + ".altAlleles",
5072
5340
  expected: "(Array<string> | undefined)",
5073
5341
  value: input3.altAlleles
5074
- })) && input3.altAlleles.map((elem, _index82) => "string" === typeof elem || $report(_exceptionable2, {
5075
- path: _path2 + ".altAlleles[" + _index82 + "]",
5342
+ })) && input3.altAlleles.map((elem, _index87) => "string" === typeof elem || $report(_exceptionable2, {
5343
+ path: _path2 + ".altAlleles[" + _index87 + "]",
5076
5344
  expected: "string",
5077
5345
  value: elem
5078
5346
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -5083,12 +5351,12 @@ var validBoxPlotRequest = (input) => {
5083
5351
  path: _path2 + ".alleles",
5084
5352
  expected: "(Array<AllelesEntry> | undefined)",
5085
5353
  value: input3.alleles
5086
- })) && input3.alleles.map((elem, _index83) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
5087
- path: _path2 + ".alleles[" + _index83 + "]",
5354
+ })) && input3.alleles.map((elem, _index88) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
5355
+ path: _path2 + ".alleles[" + _index88 + "]",
5088
5356
  expected: "AllelesEntry",
5089
5357
  value: elem
5090
- })) && $vo90(elem, _path2 + ".alleles[" + _index83 + "]", _exceptionable2) || $report(_exceptionable2, {
5091
- path: _path2 + ".alleles[" + _index83 + "]",
5358
+ })) && $vo92(elem, _path2 + ".alleles[" + _index88 + "]", _exceptionable2) || $report(_exceptionable2, {
5359
+ path: _path2 + ".alleles[" + _index88 + "]",
5092
5360
  expected: "AllelesEntry",
5093
5361
  value: elem
5094
5362
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -5103,7 +5371,7 @@ var validBoxPlotRequest = (input) => {
5103
5371
  path: _path2 + ".gt2count",
5104
5372
  expected: "(__type.o12 | undefined)",
5105
5373
  value: input3.gt2count
5106
- })) && $vo91(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
5374
+ })) && $vo93(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
5107
5375
  path: _path2 + ".gt2count",
5108
5376
  expected: "(__type.o12 | undefined)",
5109
5377
  value: input3.gt2count
@@ -5132,7 +5400,7 @@ var validBoxPlotRequest = (input) => {
5132
5400
  expected: "(number | undefined)",
5133
5401
  value: input3.pos
5134
5402
  })].every((flag) => flag);
5135
- const $vo90 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
5403
+ const $vo92 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
5136
5404
  path: _path2 + ".allele",
5137
5405
  expected: "string",
5138
5406
  value: input3.allele
@@ -5145,7 +5413,7 @@ var validBoxPlotRequest = (input) => {
5145
5413
  expected: "boolean",
5146
5414
  value: input3.isRef
5147
5415
  })].every((flag) => flag);
5148
- const $vo91 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
5416
+ const $vo93 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
5149
5417
  path: _path2 + ".k",
5150
5418
  expected: "string",
5151
5419
  value: input3.k
@@ -5154,7 +5422,7 @@ var validBoxPlotRequest = (input) => {
5154
5422
  expected: "(number | string)",
5155
5423
  value: input3.v
5156
5424
  })].every((flag) => flag);
5157
- const $vo92 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
5425
+ const $vo94 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
5158
5426
  path: _path2 + ".id",
5159
5427
  expected: "(string | undefined)",
5160
5428
  value: input3.id
@@ -5186,7 +5454,7 @@ var validBoxPlotRequest = (input) => {
5186
5454
  path: _path2 + ".term",
5187
5455
  expected: "NumericTermCollection",
5188
5456
  value: input3.term
5189
- })) && $vo49(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
5457
+ })) && $vo51(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
5190
5458
  path: _path2 + ".term",
5191
5459
  expected: "NumericTermCollection",
5192
5460
  value: input3.term
@@ -5194,12 +5462,12 @@ var validBoxPlotRequest = (input) => {
5194
5462
  path: _path2 + ".q",
5195
5463
  expected: "TermCollectionQCont",
5196
5464
  value: input3.q
5197
- })) && $vo93(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
5465
+ })) && $vo95(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
5198
5466
  path: _path2 + ".q",
5199
5467
  expected: "TermCollectionQCont",
5200
5468
  value: input3.q
5201
5469
  })].every((flag) => flag);
5202
- const $vo93 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
5470
+ const $vo95 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
5203
5471
  path: _path2 + ".hiddenValues",
5204
5472
  expected: "(HiddenValues | undefined)",
5205
5473
  value: input3.hiddenValues
@@ -5231,8 +5499,8 @@ var validBoxPlotRequest = (input) => {
5231
5499
  path: _path2 + ".lst",
5232
5500
  expected: "Array<string>",
5233
5501
  value: input3.lst
5234
- })) && input3.lst.map((elem, _index84) => "string" === typeof elem || $report(_exceptionable2, {
5235
- path: _path2 + ".lst[" + _index84 + "]",
5502
+ })) && input3.lst.map((elem, _index89) => "string" === typeof elem || $report(_exceptionable2, {
5503
+ path: _path2 + ".lst[" + _index89 + "]",
5236
5504
  expected: "string",
5237
5505
  value: elem
5238
5506
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -5243,8 +5511,8 @@ var validBoxPlotRequest = (input) => {
5243
5511
  path: _path2 + ".numerators",
5244
5512
  expected: "(Array<string> | undefined)",
5245
5513
  value: input3.numerators
5246
- })) && input3.numerators.map((elem, _index85) => "string" === typeof elem || $report(_exceptionable2, {
5247
- path: _path2 + ".numerators[" + _index85 + "]",
5514
+ })) && input3.numerators.map((elem, _index90) => "string" === typeof elem || $report(_exceptionable2, {
5515
+ path: _path2 + ".numerators[" + _index90 + "]",
5248
5516
  expected: "string",
5249
5517
  value: elem
5250
5518
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -5252,7 +5520,7 @@ var validBoxPlotRequest = (input) => {
5252
5520
  expected: "(Array<string> | undefined)",
5253
5521
  value: input3.numerators
5254
5522
  })].every((flag) => flag);
5255
- const $vo94 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
5523
+ const $vo96 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
5256
5524
  path: _path2 + ".id",
5257
5525
  expected: "(string | undefined)",
5258
5526
  value: input3.id
@@ -5284,7 +5552,7 @@ var validBoxPlotRequest = (input) => {
5284
5552
  path: _path2 + ".term",
5285
5553
  expected: "CategoricalTermCollection",
5286
5554
  value: input3.term
5287
- })) && $vo54(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
5555
+ })) && $vo56(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
5288
5556
  path: _path2 + ".term",
5289
5557
  expected: "CategoricalTermCollection",
5290
5558
  value: input3.term
@@ -5292,12 +5560,12 @@ var validBoxPlotRequest = (input) => {
5292
5560
  path: _path2 + ".q",
5293
5561
  expected: "TermCollectionQQual",
5294
5562
  value: input3.q
5295
- })) && $vo95(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
5563
+ })) && $vo97(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
5296
5564
  path: _path2 + ".q",
5297
5565
  expected: "TermCollectionQQual",
5298
5566
  value: input3.q
5299
5567
  })].every((flag) => flag);
5300
- const $vo95 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
5568
+ const $vo97 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
5301
5569
  path: _path2 + ".hiddenValues",
5302
5570
  expected: "(HiddenValues | undefined)",
5303
5571
  value: input3.hiddenValues
@@ -5329,8 +5597,8 @@ var validBoxPlotRequest = (input) => {
5329
5597
  path: _path2 + ".lst",
5330
5598
  expected: "Array<string>",
5331
5599
  value: input3.lst
5332
- })) && input3.lst.map((elem, _index86) => "string" === typeof elem || $report(_exceptionable2, {
5333
- path: _path2 + ".lst[" + _index86 + "]",
5600
+ })) && input3.lst.map((elem, _index91) => "string" === typeof elem || $report(_exceptionable2, {
5601
+ path: _path2 + ".lst[" + _index91 + "]",
5334
5602
  expected: "string",
5335
5603
  value: elem
5336
5604
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -5341,12 +5609,12 @@ var validBoxPlotRequest = (input) => {
5341
5609
  path: _path2 + ".categoryKeys",
5342
5610
  expected: "(Array<CategoryKey> | undefined)",
5343
5611
  value: input3.categoryKeys
5344
- })) && input3.categoryKeys.map((elem, _index87) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
5345
- path: _path2 + ".categoryKeys[" + _index87 + "]",
5612
+ })) && input3.categoryKeys.map((elem, _index92) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
5613
+ path: _path2 + ".categoryKeys[" + _index92 + "]",
5346
5614
  expected: "CategoryKey",
5347
5615
  value: elem
5348
- })) && $vo55(elem, _path2 + ".categoryKeys[" + _index87 + "]", _exceptionable2) || $report(_exceptionable2, {
5349
- path: _path2 + ".categoryKeys[" + _index87 + "]",
5616
+ })) && $vo57(elem, _path2 + ".categoryKeys[" + _index92 + "]", _exceptionable2) || $report(_exceptionable2, {
5617
+ path: _path2 + ".categoryKeys[" + _index92 + "]",
5350
5618
  expected: "CategoryKey",
5351
5619
  value: elem
5352
5620
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -5354,6 +5622,79 @@ var validBoxPlotRequest = (input) => {
5354
5622
  expected: "(Array<CategoryKey> | undefined)",
5355
5623
  value: input3.categoryKeys
5356
5624
  })].every((flag) => flag);
5625
+ const $vo98 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3.tw && null !== input3.tw || $report(_exceptionable2, {
5626
+ path: _path2 + ".tw",
5627
+ expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW | TermCollectionTWCont | TermCollectionTWQual)",
5628
+ value: input3.tw
5629
+ })) && $vu7(input3.tw, _path2 + ".tw", _exceptionable2) || $report(_exceptionable2, {
5630
+ path: _path2 + ".tw",
5631
+ expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW | TermCollectionTWCont | TermCollectionTWQual)",
5632
+ value: input3.tw
5633
+ }), "string" === typeof input3.dslabel || $report(_exceptionable2, {
5634
+ path: _path2 + ".dslabel",
5635
+ expected: "string",
5636
+ value: input3.dslabel
5637
+ }), "string" === typeof input3.genome || $report(_exceptionable2, {
5638
+ path: _path2 + ".genome",
5639
+ expected: "string",
5640
+ value: input3.genome
5641
+ }), void 0 === input3.overlayTw || ("object" === typeof input3.overlayTw && null !== input3.overlayTw || $report(_exceptionable2, {
5642
+ path: _path2 + ".overlayTw",
5643
+ expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW | TermCollectionTWCont | TermCollectionTWQual | undefined)",
5644
+ value: input3.overlayTw
5645
+ })) && $vu7(input3.overlayTw, _path2 + ".overlayTw", _exceptionable2) || $report(_exceptionable2, {
5646
+ path: _path2 + ".overlayTw",
5647
+ expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW | TermCollectionTWCont | TermCollectionTWQual | undefined)",
5648
+ value: input3.overlayTw
5649
+ }), void 0 === input3.divideTw || ("object" === typeof input3.divideTw && null !== input3.divideTw || $report(_exceptionable2, {
5650
+ path: _path2 + ".divideTw",
5651
+ expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW | TermCollectionTWCont | TermCollectionTWQual | undefined)",
5652
+ value: input3.divideTw
5653
+ })) && $vu7(input3.divideTw, _path2 + ".divideTw", _exceptionable2) || $report(_exceptionable2, {
5654
+ path: _path2 + ".divideTw",
5655
+ expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW | TermCollectionTWCont | TermCollectionTWQual | undefined)",
5656
+ value: input3.divideTw
5657
+ }), void 0 === input3.filter || ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
5658
+ path: _path2 + ".filter",
5659
+ expected: "(Filter | undefined)",
5660
+ value: input3.filter
5661
+ })) && $vo6(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
5662
+ path: _path2 + ".filter",
5663
+ expected: "(Filter | undefined)",
5664
+ value: input3.filter
5665
+ }), true, void 0 === input3.currentGeneNames || (Array.isArray(input3.currentGeneNames) || $report(_exceptionable2, {
5666
+ path: _path2 + ".currentGeneNames",
5667
+ expected: "(Array<string> | undefined)",
5668
+ value: input3.currentGeneNames
5669
+ })) && input3.currentGeneNames.map((elem, _index93) => "string" === typeof elem || $report(_exceptionable2, {
5670
+ path: _path2 + ".currentGeneNames[" + _index93 + "]",
5671
+ expected: "string",
5672
+ value: elem
5673
+ })).every((flag) => flag) || $report(_exceptionable2, {
5674
+ path: _path2 + ".currentGeneNames",
5675
+ expected: "(Array<string> | undefined)",
5676
+ value: input3.currentGeneNames
5677
+ }), void 0 === input3.isLogScale || "boolean" === typeof input3.isLogScale || $report(_exceptionable2, {
5678
+ path: _path2 + ".isLogScale",
5679
+ expected: "(boolean | undefined)",
5680
+ value: input3.isLogScale
5681
+ }), "box" === input3.plotType || $report(_exceptionable2, {
5682
+ path: _path2 + ".plotType",
5683
+ expected: '"box"',
5684
+ value: input3.plotType
5685
+ }), void 0 === input3.orderByMedian || "boolean" === typeof input3.orderByMedian || $report(_exceptionable2, {
5686
+ path: _path2 + ".orderByMedian",
5687
+ expected: "(boolean | undefined)",
5688
+ value: input3.orderByMedian
5689
+ }), void 0 === input3.removeOutliers || "boolean" === typeof input3.removeOutliers || $report(_exceptionable2, {
5690
+ path: _path2 + ".removeOutliers",
5691
+ expected: "(boolean | undefined)",
5692
+ value: input3.removeOutliers
5693
+ }), void 0 === input3.showAssocTests || "boolean" === typeof input3.showAssocTests || $report(_exceptionable2, {
5694
+ path: _path2 + ".showAssocTests",
5695
+ expected: "(boolean | undefined)",
5696
+ value: input3.showAssocTests
5697
+ })].every((flag) => flag);
5357
5698
  const $vu0 = (input3, _path2, _exceptionable2 = true) => (() => {
5358
5699
  if ("tvslst" === input3.type)
5359
5700
  return $vo6(input3, _path2, _exceptionable2);
@@ -5371,14 +5712,14 @@ var validBoxPlotRequest = (input) => {
5371
5712
  if (true === input3.stopunbounded)
5372
5713
  return $vo18(input3, _path2, _exceptionable2);
5373
5714
  if (void 0 !== input3.value)
5374
- return $vo30(input3, _path2, _exceptionable2);
5715
+ return $vo32(input3, _path2, _exceptionable2);
5375
5716
  return $vo17(input3, _path2, _exceptionable2);
5376
5717
  })();
5377
5718
  const $vu2 = (input3, _path2, _exceptionable2 = true) => (() => {
5378
5719
  if ("gene" === input3.kind)
5379
- return $vo39(input3, _path2, _exceptionable2);
5720
+ return $vo41(input3, _path2, _exceptionable2);
5380
5721
  if ("coord" === input3.kind)
5381
- return $vo40(input3, _path2, _exceptionable2);
5722
+ return $vo42(input3, _path2, _exceptionable2);
5382
5723
  return $report(_exceptionable2, {
5383
5724
  path: _path2,
5384
5725
  expected: "(BaseTerm & Gene | BaseTerm & Coord)",
@@ -5387,9 +5728,9 @@ var validBoxPlotRequest = (input) => {
5387
5728
  })();
5388
5729
  const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
5389
5730
  if ("string" === typeof input3.type)
5390
- return $vo43(input3, _path2, _exceptionable2);
5391
- if ("filter" === input3.type)
5392
5731
  return $vo45(input3, _path2, _exceptionable2);
5732
+ if ("filter" === input3.type)
5733
+ return $vo47(input3, _path2, _exceptionable2);
5393
5734
  return $report(_exceptionable2, {
5394
5735
  path: _path2,
5395
5736
  expected: "(ValuesGroup | FilterGroup)",
@@ -5427,33 +5768,33 @@ var validBoxPlotRequest = (input) => {
5427
5768
  })();
5428
5769
  const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
5429
5770
  if ("TermCollectionTWQual" === input3.type)
5430
- return $vo94(input3, _path2, _exceptionable2);
5771
+ return $vo96(input3, _path2, _exceptionable2);
5431
5772
  if ("TermCollectionTWCont" === input3.type)
5432
- return $vo92(input3, _path2, _exceptionable2);
5773
+ return $vo94(input3, _path2, _exceptionable2);
5433
5774
  if ("SnpsTW" === input3.type)
5434
- return $vo85(input3, _path2, _exceptionable2);
5775
+ return $vo87(input3, _path2, _exceptionable2);
5435
5776
  if ("ConditionTW" === input3.type)
5436
- return $vo82(input3, _path2, _exceptionable2);
5777
+ return $vo84(input3, _path2, _exceptionable2);
5437
5778
  if ("GvCustomGsTW" === input3.type)
5438
- return $vo80(input3, _path2, _exceptionable2);
5779
+ return $vo82(input3, _path2, _exceptionable2);
5439
5780
  if ("GvPredefinedGsTW" === input3.type)
5440
- return $vo78(input3, _path2, _exceptionable2);
5781
+ return $vo80(input3, _path2, _exceptionable2);
5441
5782
  if ("GvValuesTW" === input3.type)
5442
- return $vo74(input3, _path2, _exceptionable2);
5783
+ return $vo76(input3, _path2, _exceptionable2);
5443
5784
  if ("NumTWSpline" === input3.type)
5444
- return $vo71(input3, _path2, _exceptionable2);
5785
+ return $vo73(input3, _path2, _exceptionable2);
5445
5786
  if ("NumTWCont" === input3.type)
5446
- return $vo69(input3, _path2, _exceptionable2);
5787
+ return $vo71(input3, _path2, _exceptionable2);
5447
5788
  if ("NumTWBinary" === input3.type)
5448
- return $vo67(input3, _path2, _exceptionable2);
5789
+ return $vo69(input3, _path2, _exceptionable2);
5449
5790
  if ("NumTWCustomBin" === input3.type)
5450
- return $vo66(input3, _path2, _exceptionable2);
5791
+ return $vo68(input3, _path2, _exceptionable2);
5451
5792
  if ("NumTWRegularBin" === input3.type)
5452
- return $vo65(input3, _path2, _exceptionable2);
5793
+ return $vo67(input3, _path2, _exceptionable2);
5453
5794
  if ("QualTWCustomGS" === input3.type)
5454
- return $vo62(input3, _path2, _exceptionable2);
5795
+ return $vo64(input3, _path2, _exceptionable2);
5455
5796
  if ("QualTWPredefinedGS" === input3.type)
5456
- return $vo60(input3, _path2, _exceptionable2);
5797
+ return $vo62(input3, _path2, _exceptionable2);
5457
5798
  if ("QualTWValues" === input3.type)
5458
5799
  return $vo1(input3, _path2, _exceptionable2);
5459
5800
  return $report(_exceptionable2, {
@@ -5466,9 +5807,9 @@ var validBoxPlotRequest = (input) => {
5466
5807
  if ("categorical" === input3.type)
5467
5808
  return $vo3(input3, _path2, _exceptionable2);
5468
5809
  if ("snp" === input3.type)
5469
- return $vo56(input3, _path2, _exceptionable2);
5810
+ return $vo58(input3, _path2, _exceptionable2);
5470
5811
  if ("singleCellCellType" === input3.type)
5471
- return $vo57(input3, _path2, _exceptionable2);
5812
+ return $vo59(input3, _path2, _exceptionable2);
5472
5813
  return $report(_exceptionable2, {
5473
5814
  path: _path2,
5474
5815
  expected: "(CategoricalTerm | SnpTerm | SingleCellCellTypeTerm)",
@@ -5479,23 +5820,23 @@ var validBoxPlotRequest = (input) => {
5479
5820
  if (void 0 !== input3.ranges)
5480
5821
  return $vo9(input3, _path2, _exceptionable2);
5481
5822
  if (void 0 !== input3.ratio)
5482
- return $vo48(input3, _path2, _exceptionable2);
5483
- return $vo8(input3, _path2, false) || $vo32(input3, _path2, false) || $vo36(input3, _path2, false);
5823
+ return $vo50(input3, _path2, _exceptionable2);
5824
+ return $vo8(input3, _path2, false) || $vo34(input3, _path2, false) || $vo38(input3, _path2, false);
5484
5825
  })();
5485
5826
  const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
5486
5827
  if ("integer" === input3.type || "float" === input3.type)
5487
5828
  return $vo10(input3, _path2, _exceptionable2);
5488
5829
  if ("metaboliteIntensity" === input3.type)
5489
- return $vo22(input3, _path2, _exceptionable2);
5830
+ return $vo24(input3, _path2, _exceptionable2);
5490
5831
  if ("proteomeAbundance" === input3.type)
5491
- return $vo23(input3, _path2, _exceptionable2);
5492
- if ("date" === input3.type)
5493
5832
  return $vo25(input3, _path2, _exceptionable2);
5833
+ if ("date" === input3.type)
5834
+ return $vo27(input3, _path2, _exceptionable2);
5494
5835
  if ("ssGSEA" === input3.type)
5495
- return $vo26(input3, _path2, _exceptionable2);
5836
+ return $vo28(input3, _path2, _exceptionable2);
5496
5837
  if ("dnaMethylation" === input3.type)
5497
- return $vo27(input3, _path2, _exceptionable2);
5498
- return $vo21(input3, _path2, false) || $vo20(input3, _path2, false) || $vo29(input3, _path2, false) || $vo28(input3, _path2, false);
5838
+ return $vo29(input3, _path2, _exceptionable2);
5839
+ return $vo21(input3, _path2, false) || $vo20(input3, _path2, false) || $vo23(input3, _path2, false) || $vo22(input3, _path2, false) || $vo31(input3, _path2, false) || $vo30(input3, _path2, false);
5499
5840
  })();
5500
5841
  const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
5501
5842
  if ("regular-bin" === input3.type)
@@ -5510,9 +5851,9 @@ var validBoxPlotRequest = (input) => {
5510
5851
  })();
5511
5852
  const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
5512
5853
  if ("gene" === input3.kind)
5513
- return $vo38(input3, _path2, _exceptionable2);
5854
+ return $vo40(input3, _path2, _exceptionable2);
5514
5855
  if ("coord" === input3.kind)
5515
- return $vo46(input3, _path2, _exceptionable2);
5856
+ return $vo48(input3, _path2, _exceptionable2);
5516
5857
  return $report(_exceptionable2, {
5517
5858
  path: _path2,
5518
5859
  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; })',
@@ -5521,9 +5862,9 @@ var validBoxPlotRequest = (input) => {
5521
5862
  })();
5522
5863
  const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
5523
5864
  if ("numeric" === input3.memberType)
5524
- return $vo49(input3, _path2, _exceptionable2);
5865
+ return $vo51(input3, _path2, _exceptionable2);
5525
5866
  if ("categorical" === input3.memberType)
5526
- return $vo54(input3, _path2, _exceptionable2);
5867
+ return $vo56(input3, _path2, _exceptionable2);
5527
5868
  return $report(_exceptionable2, {
5528
5869
  path: _path2,
5529
5870
  expected: "(NumericTermCollection | CategoricalTermCollection)",
@@ -5532,9 +5873,9 @@ var validBoxPlotRequest = (input) => {
5532
5873
  })();
5533
5874
  const $vu14 = (input3, _path2, _exceptionable2 = true) => (() => {
5534
5875
  if ("gene" === input3.kind)
5535
- return $vo75(input3, _path2, _exceptionable2);
5876
+ return $vo77(input3, _path2, _exceptionable2);
5536
5877
  if ("coord" === input3.kind)
5537
- return $vo76(input3, _path2, _exceptionable2);
5878
+ return $vo78(input3, _path2, _exceptionable2);
5538
5879
  return $report(_exceptionable2, {
5539
5880
  path: _path2,
5540
5881
  expected: '(BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
@@ -5543,22 +5884,33 @@ var validBoxPlotRequest = (input) => {
5543
5884
  })();
5544
5885
  const $vu15 = (input3, _path2, _exceptionable2 = true) => (() => {
5545
5886
  if ("grade" === input3.valueFor)
5546
- return $vo83(input3, _path2, _exceptionable2);
5887
+ return $vo85(input3, _path2, _exceptionable2);
5547
5888
  if ("children" === input3.valueFor)
5548
- return $vo84(input3, _path2, _exceptionable2);
5889
+ return $vo86(input3, _path2, _exceptionable2);
5549
5890
  return $report(_exceptionable2, {
5550
5891
  path: _path2,
5551
5892
  expected: "(ConditionGradeQ | ConditionChildrenQ)",
5552
5893
  value: input3
5553
5894
  });
5554
5895
  })();
5896
+ const $vu16 = (input3, _path2, _exceptionable2 = true) => (() => {
5897
+ if ("violin" === input3.plotType)
5898
+ return $vo0(input3, _path2, _exceptionable2);
5899
+ if ("box" === input3.plotType)
5900
+ return $vo98(input3, _path2, _exceptionable2);
5901
+ return $report(_exceptionable2, {
5902
+ path: _path2,
5903
+ expected: "(ViolinRequest | BoxRequest)",
5904
+ value: input3
5905
+ });
5906
+ })();
5555
5907
  return ("object" === typeof input2 && null !== input2 || $report(true, {
5556
5908
  path: _path + "",
5557
- expected: "BoxPlotRequest",
5909
+ expected: "(BoxRequest | ViolinRequest)",
5558
5910
  value: input2
5559
- })) && $vo0(input2, _path + "", true) || $report(true, {
5911
+ })) && $vu16(input2, _path + "", true) || $report(true, {
5560
5912
  path: _path + "",
5561
- expected: "BoxPlotRequest",
5913
+ expected: "(BoxRequest | ViolinRequest)",
5562
5914
  value: input2
5563
5915
  });
5564
5916
  })(input, "$input", true);
@@ -5570,12 +5922,13 @@ var validBoxPlotRequest = (input) => {
5570
5922
  data: success ? input : void 0
5571
5923
  };
5572
5924
  };
5573
- var validBoxPlotResponse = (input) => {
5925
+ var validViolinBoxResponse = (input) => {
5574
5926
  const errors = [];
5575
5927
  const __is = (input2) => {
5576
5928
  const $join = import_typia.createValidate.join;
5577
- const $io0 = (input3) => (void 0 === input3.absMin || "number" === typeof input3.absMin) && (void 0 === input3.absMax || "number" === typeof input3.absMax) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && false === Array.isArray(input3.bins) && $io1(input3.bins)) && ("object" === typeof input3.charts && null !== input3.charts && false === Array.isArray(input3.charts) && $io2(input3.charts)) && ("object" === typeof input3.descrStats && null !== input3.descrStats && false === Array.isArray(input3.descrStats) && $io7(input3.descrStats)) && (null === input3.uncomputableValues || Array.isArray(input3.uncomputableValues) && input3.uncomputableValues.every((elem) => "object" === typeof elem && null !== elem && $io12(elem))) && true;
5578
- const $io1 = (input3) => Object.keys(input3).every((key) => {
5929
+ const $io0 = (input3) => "number" === typeof input3.status && "string" === typeof input3.error;
5930
+ const $io1 = (input3) => "object" === typeof input3.bins && null !== input3.bins && false === Array.isArray(input3.bins) && $io2(input3.bins) && ("object" === typeof input3.charts && null !== input3.charts && false === Array.isArray(input3.charts) && $io3(input3.charts)) && "number" === typeof input3.min && "number" === typeof input3.max && (null === input3.uncomputableValues || Array.isArray(input3.uncomputableValues) && input3.uncomputableValues.every((elem) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && $io10(elem))) && (void 0 === input3.descrStats || "object" === typeof input3.descrStats && null !== input3.descrStats && false === Array.isArray(input3.descrStats) && $io11(input3.descrStats));
5931
+ const $io2 = (input3) => Object.keys(input3).every((key) => {
5579
5932
  const value = input3[key];
5580
5933
  if (void 0 === value)
5581
5934
  return true;
@@ -5583,19 +5936,29 @@ var validBoxPlotResponse = (input) => {
5583
5936
  return true;
5584
5937
  return true;
5585
5938
  });
5586
- const $io2 = (input3) => Object.keys(input3).every((key) => {
5939
+ const $io3 = (input3) => Object.keys(input3).every((key) => {
5587
5940
  const value = input3[key];
5588
5941
  if (void 0 === value)
5589
5942
  return true;
5590
5943
  if (RegExp(/(.*)/).test(key))
5591
- return "object" === typeof value && null !== value && $io3(value);
5944
+ return "object" === typeof value && null !== value && $io4(value);
5592
5945
  return true;
5593
5946
  });
5594
- const $io3 = (input3) => "string" === typeof input3.chartId && (Array.isArray(input3.plots) && input3.plots.every((elem) => "object" === typeof elem && null !== elem && $io4(elem))) && "number" === typeof input3.sampleCount && (void 0 === input3.wilcoxon || Array.isArray(input3.wilcoxon) && input3.wilcoxon.every((elem) => Array.isArray(elem) && (elem.length === 3 && ("object" === typeof elem[0] && null !== elem[0] && $io9(elem[0])) && ("object" === typeof elem[1] && null !== elem[1] && $io10(elem[1])) && ("object" === typeof elem[2] && null !== elem[2] && $io11(elem[2])))));
5595
- const $io4 = (input3) => "object" === typeof input3.boxplot && null !== input3.boxplot && $io5(input3.boxplot) && (void 0 === input3.color || "string" === typeof input3.color) && ("object" === typeof input3.descrStats && null !== input3.descrStats && false === Array.isArray(input3.descrStats) && $io7(input3.descrStats)) && (void 0 === input3.isHidden || "boolean" === typeof input3.isHidden) && "string" === typeof input3.key && (void 0 === input3.seriesId || "string" === typeof input3.seriesId);
5596
- const $io5 = (input3) => (void 0 === input3.w1 || "number" === typeof input3.w1) && (void 0 === input3.w2 || "number" === typeof input3.w2) && "number" === typeof input3.p05 && "number" === typeof input3.p25 && "number" === typeof input3.p50 && "number" === typeof input3.p75 && "number" === typeof input3.p95 && "number" === typeof input3.iqr && (Array.isArray(input3.out) && input3.out.every((elem) => "object" === typeof elem && null !== elem && $io6(elem))) && "string" === typeof input3.label;
5597
- const $io6 = (input3) => "number" === typeof input3.value;
5598
- const $io7 = (input3) => Object.keys(input3).every((key) => {
5947
+ const $io4 = (input3) => "string" === typeof input3.chartId && (Array.isArray(input3.plots) && input3.plots.every((elem) => "object" === typeof elem && null !== elem && $io5(elem))) && (void 0 === input3.pvalues || Array.isArray(input3.pvalues) && input3.pvalues.every((elem) => Array.isArray(elem) && elem.every((elem2) => "object" === typeof elem2 && null !== elem2 && false === Array.isArray(elem2) && $io9(elem2))));
5948
+ const $io5 = (input3) => "string" === typeof input3.color && "string" === typeof input3.chartId && ("object" === typeof input3.density && null !== input3.density && $io6(input3.density)) && "string" === typeof input3.label && "number" === typeof input3.plotValueCount && "string" === typeof input3.seriesId && "string" === typeof input3.src && (Array.isArray(input3.summaryStats) && input3.summaryStats.every((elem) => "object" === typeof elem && null !== elem && $io8(elem)));
5949
+ const $io6 = (input3) => Array.isArray(input3.bins) && input3.bins.every((elem) => "object" === typeof elem && null !== elem && $io7(elem)) && "number" === typeof input3.densityMax && "number" === typeof input3.densityMin;
5950
+ const $io7 = (input3) => "number" === typeof input3.x0 && "number" === typeof input3.x1 && "number" === typeof input3.density;
5951
+ const $io8 = (input3) => "string" === typeof input3.id && "string" === typeof input3.label && "number" === typeof input3.value;
5952
+ const $io9 = (input3) => (void 0 === input3.value || "string" === typeof input3.value) && (void 0 === input3.html || "string" === typeof input3.html);
5953
+ const $io10 = (input3) => Object.keys(input3).every((key) => {
5954
+ const value = input3[key];
5955
+ if (void 0 === value)
5956
+ return true;
5957
+ if (RegExp(/(.*)/).test(key))
5958
+ return "number" === typeof value;
5959
+ return true;
5960
+ });
5961
+ const $io11 = (input3) => Object.keys(input3).every((key) => {
5599
5962
  const value = input3[key];
5600
5963
  if (void 0 === value)
5601
5964
  return true;
@@ -5603,17 +5966,322 @@ var validBoxPlotResponse = (input) => {
5603
5966
  return "object" === typeof value && null !== value && ("string" === typeof value.key && "string" === typeof value.label && "number" === typeof value.value);
5604
5967
  return true;
5605
5968
  });
5606
- const $io9 = (input3) => "string" === typeof input3.value;
5607
- const $io10 = (input3) => "string" === typeof input3.value;
5608
- const $io11 = (input3) => "string" === typeof input3.html;
5609
- const $io12 = (input3) => "string" === typeof input3.label && "number" === typeof input3.value;
5610
- return "object" === typeof input2 && null !== input2 && $io0(input2);
5969
+ const $io13 = (input3) => (void 0 === input3.absMin || "number" === typeof input3.absMin) && (void 0 === input3.absMax || "number" === typeof input3.absMax) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && false === Array.isArray(input3.bins) && $io14(input3.bins)) && ("object" === typeof input3.charts && null !== input3.charts && false === Array.isArray(input3.charts) && $io15(input3.charts)) && ("object" === typeof input3.descrStats && null !== input3.descrStats && false === Array.isArray(input3.descrStats) && $io11(input3.descrStats)) && (null === input3.uncomputableValues || Array.isArray(input3.uncomputableValues) && input3.uncomputableValues.every((elem) => "object" === typeof elem && null !== elem && $io23(elem)));
5970
+ const $io14 = (input3) => Object.keys(input3).every((key) => {
5971
+ const value = input3[key];
5972
+ if (void 0 === value)
5973
+ return true;
5974
+ if (RegExp(/(.*)/).test(key))
5975
+ return true;
5976
+ return true;
5977
+ });
5978
+ const $io15 = (input3) => Object.keys(input3).every((key) => {
5979
+ const value = input3[key];
5980
+ if (void 0 === value)
5981
+ return true;
5982
+ if (RegExp(/(.*)/).test(key))
5983
+ return "object" === typeof value && null !== value && $io16(value);
5984
+ return true;
5985
+ });
5986
+ const $io16 = (input3) => "string" === typeof input3.chartId && (Array.isArray(input3.plots) && input3.plots.every((elem) => "object" === typeof elem && null !== elem && $io17(elem))) && "number" === typeof input3.sampleCount && (void 0 === input3.wilcoxon || Array.isArray(input3.wilcoxon) && input3.wilcoxon.every((elem) => Array.isArray(elem) && (elem.length === 3 && ("object" === typeof elem[0] && null !== elem[0] && $io20(elem[0])) && ("object" === typeof elem[1] && null !== elem[1] && $io21(elem[1])) && ("object" === typeof elem[2] && null !== elem[2] && $io22(elem[2])))));
5987
+ const $io17 = (input3) => "object" === typeof input3.boxplot && null !== input3.boxplot && $io18(input3.boxplot) && (void 0 === input3.color || "string" === typeof input3.color) && ("object" === typeof input3.descrStats && null !== input3.descrStats && false === Array.isArray(input3.descrStats) && $io11(input3.descrStats)) && (void 0 === input3.isHidden || "boolean" === typeof input3.isHidden) && "string" === typeof input3.key && (void 0 === input3.seriesId || "string" === typeof input3.seriesId);
5988
+ const $io18 = (input3) => (void 0 === input3.w1 || "number" === typeof input3.w1) && (void 0 === input3.w2 || "number" === typeof input3.w2) && "number" === typeof input3.p05 && "number" === typeof input3.p25 && "number" === typeof input3.p50 && "number" === typeof input3.p75 && "number" === typeof input3.p95 && "number" === typeof input3.iqr && (Array.isArray(input3.out) && input3.out.every((elem) => "object" === typeof elem && null !== elem && $io19(elem))) && "string" === typeof input3.label;
5989
+ const $io19 = (input3) => "number" === typeof input3.value;
5990
+ const $io20 = (input3) => "string" === typeof input3.value;
5991
+ const $io21 = (input3) => "string" === typeof input3.value;
5992
+ const $io22 = (input3) => "string" === typeof input3.html;
5993
+ const $io23 = (input3) => "string" === typeof input3.label && "number" === typeof input3.value;
5994
+ const $iu0 = (input3) => (() => {
5995
+ if (void 0 !== input3.status)
5996
+ return $io0(input3);
5997
+ if (void 0 !== input3.min)
5998
+ return $io1(input3);
5999
+ return $io13(input3);
6000
+ })();
6001
+ return "object" === typeof input2 && null !== input2 && $iu0(input2);
5611
6002
  };
5612
6003
  if (false === __is(input)) {
5613
6004
  const $report = import_typia.createValidate.report(errors);
5614
6005
  ((input2, _path, _exceptionable = true) => {
5615
6006
  const $join = import_typia.createValidate.join;
5616
- const $vo0 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.absMin || "number" === typeof input3.absMin || $report(_exceptionable2, {
6007
+ const $vo0 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.status || $report(_exceptionable2, {
6008
+ path: _path2 + ".status",
6009
+ expected: "number",
6010
+ value: input3.status
6011
+ }), "string" === typeof input3.error || $report(_exceptionable2, {
6012
+ path: _path2 + ".error",
6013
+ expected: "string",
6014
+ value: input3.error
6015
+ })].every((flag) => flag);
6016
+ const $vo1 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3.bins && null !== input3.bins && false === Array.isArray(input3.bins) || $report(_exceptionable2, {
6017
+ path: _path2 + ".bins",
6018
+ expected: "__type",
6019
+ value: input3.bins
6020
+ })) && $vo2(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
6021
+ path: _path2 + ".bins",
6022
+ expected: "__type",
6023
+ value: input3.bins
6024
+ }), ("object" === typeof input3.charts && null !== input3.charts && false === Array.isArray(input3.charts) || $report(_exceptionable2, {
6025
+ path: _path2 + ".charts",
6026
+ expected: "__type.o1",
6027
+ value: input3.charts
6028
+ })) && $vo3(input3.charts, _path2 + ".charts", _exceptionable2) || $report(_exceptionable2, {
6029
+ path: _path2 + ".charts",
6030
+ expected: "__type.o1",
6031
+ value: input3.charts
6032
+ }), "number" === typeof input3.min || $report(_exceptionable2, {
6033
+ path: _path2 + ".min",
6034
+ expected: "number",
6035
+ value: input3.min
6036
+ }), "number" === typeof input3.max || $report(_exceptionable2, {
6037
+ path: _path2 + ".max",
6038
+ expected: "number",
6039
+ value: input3.max
6040
+ }), null === input3.uncomputableValues || (Array.isArray(input3.uncomputableValues) || $report(_exceptionable2, {
6041
+ path: _path2 + ".uncomputableValues",
6042
+ expected: "(Array<__type> | null)",
6043
+ value: input3.uncomputableValues
6044
+ })) && input3.uncomputableValues.map((elem, _index1) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || $report(_exceptionable2, {
6045
+ path: _path2 + ".uncomputableValues[" + _index1 + "]",
6046
+ expected: "__type.o3",
6047
+ value: elem
6048
+ })) && $vo10(elem, _path2 + ".uncomputableValues[" + _index1 + "]", _exceptionable2) || $report(_exceptionable2, {
6049
+ path: _path2 + ".uncomputableValues[" + _index1 + "]",
6050
+ expected: "__type.o3",
6051
+ value: elem
6052
+ })).every((flag) => flag) || $report(_exceptionable2, {
6053
+ path: _path2 + ".uncomputableValues",
6054
+ expected: "(Array<__type> | null)",
6055
+ value: input3.uncomputableValues
6056
+ }), void 0 === input3.descrStats || ("object" === typeof input3.descrStats && null !== input3.descrStats && false === Array.isArray(input3.descrStats) || $report(_exceptionable2, {
6057
+ path: _path2 + ".descrStats",
6058
+ expected: "(DescrStats | undefined)",
6059
+ value: input3.descrStats
6060
+ })) && $vo11(input3.descrStats, _path2 + ".descrStats", _exceptionable2) || $report(_exceptionable2, {
6061
+ path: _path2 + ".descrStats",
6062
+ expected: "(DescrStats | undefined)",
6063
+ value: input3.descrStats
6064
+ })].every((flag) => flag);
6065
+ const $vo2 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
6066
+ const value = input3[key];
6067
+ if (void 0 === value)
6068
+ return true;
6069
+ if (RegExp(/(.*)/).test(key))
6070
+ return true;
6071
+ return true;
6072
+ }).every((flag) => flag)].every((flag) => flag);
6073
+ const $vo3 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
6074
+ const value = input3[key];
6075
+ if (void 0 === value)
6076
+ return true;
6077
+ if (RegExp(/(.*)/).test(key))
6078
+ return ("object" === typeof value && null !== value || $report(_exceptionable2, {
6079
+ path: _path2 + $join(key),
6080
+ expected: "__type.o2",
6081
+ value
6082
+ })) && $vo4(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
6083
+ path: _path2 + $join(key),
6084
+ expected: "__type.o2",
6085
+ value
6086
+ });
6087
+ return true;
6088
+ }).every((flag) => flag)].every((flag) => flag);
6089
+ const $vo4 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.chartId || $report(_exceptionable2, {
6090
+ path: _path2 + ".chartId",
6091
+ expected: "string",
6092
+ value: input3.chartId
6093
+ }), (Array.isArray(input3.plots) || $report(_exceptionable2, {
6094
+ path: _path2 + ".plots",
6095
+ expected: "Array<ViolinPlotEntry>",
6096
+ value: input3.plots
6097
+ })) && input3.plots.map((elem, _index2) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
6098
+ path: _path2 + ".plots[" + _index2 + "]",
6099
+ expected: "ViolinPlotEntry",
6100
+ value: elem
6101
+ })) && $vo5(elem, _path2 + ".plots[" + _index2 + "]", _exceptionable2) || $report(_exceptionable2, {
6102
+ path: _path2 + ".plots[" + _index2 + "]",
6103
+ expected: "ViolinPlotEntry",
6104
+ value: elem
6105
+ })).every((flag) => flag) || $report(_exceptionable2, {
6106
+ path: _path2 + ".plots",
6107
+ expected: "Array<ViolinPlotEntry>",
6108
+ value: input3.plots
6109
+ }), void 0 === input3.pvalues || (Array.isArray(input3.pvalues) || $report(_exceptionable2, {
6110
+ path: _path2 + ".pvalues",
6111
+ expected: "(Array<Array<PValueEntries>> | undefined)",
6112
+ value: input3.pvalues
6113
+ })) && input3.pvalues.map((elem, _index3) => (Array.isArray(elem) || $report(_exceptionable2, {
6114
+ path: _path2 + ".pvalues[" + _index3 + "]",
6115
+ expected: "Array<PValueEntries>",
6116
+ value: elem
6117
+ })) && elem.map((elem2, _index4) => ("object" === typeof elem2 && null !== elem2 && false === Array.isArray(elem2) || $report(_exceptionable2, {
6118
+ path: _path2 + ".pvalues[" + _index3 + "][" + _index4 + "]",
6119
+ expected: "PValueEntries",
6120
+ value: elem2
6121
+ })) && $vo9(elem2, _path2 + ".pvalues[" + _index3 + "][" + _index4 + "]", _exceptionable2) || $report(_exceptionable2, {
6122
+ path: _path2 + ".pvalues[" + _index3 + "][" + _index4 + "]",
6123
+ expected: "PValueEntries",
6124
+ value: elem2
6125
+ })).every((flag) => flag) || $report(_exceptionable2, {
6126
+ path: _path2 + ".pvalues[" + _index3 + "]",
6127
+ expected: "Array<PValueEntries>",
6128
+ value: elem
6129
+ })).every((flag) => flag) || $report(_exceptionable2, {
6130
+ path: _path2 + ".pvalues",
6131
+ expected: "(Array<Array<PValueEntries>> | undefined)",
6132
+ value: input3.pvalues
6133
+ })].every((flag) => flag);
6134
+ const $vo5 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.color || $report(_exceptionable2, {
6135
+ path: _path2 + ".color",
6136
+ expected: "string",
6137
+ value: input3.color
6138
+ }), "string" === typeof input3.chartId || $report(_exceptionable2, {
6139
+ path: _path2 + ".chartId",
6140
+ expected: "string",
6141
+ value: input3.chartId
6142
+ }), ("object" === typeof input3.density && null !== input3.density || $report(_exceptionable2, {
6143
+ path: _path2 + ".density",
6144
+ expected: "ViolinDensity",
6145
+ value: input3.density
6146
+ })) && $vo6(input3.density, _path2 + ".density", _exceptionable2) || $report(_exceptionable2, {
6147
+ path: _path2 + ".density",
6148
+ expected: "ViolinDensity",
6149
+ value: input3.density
6150
+ }), "string" === typeof input3.label || $report(_exceptionable2, {
6151
+ path: _path2 + ".label",
6152
+ expected: "string",
6153
+ value: input3.label
6154
+ }), "number" === typeof input3.plotValueCount || $report(_exceptionable2, {
6155
+ path: _path2 + ".plotValueCount",
6156
+ expected: "number",
6157
+ value: input3.plotValueCount
6158
+ }), "string" === typeof input3.seriesId || $report(_exceptionable2, {
6159
+ path: _path2 + ".seriesId",
6160
+ expected: "string",
6161
+ value: input3.seriesId
6162
+ }), "string" === typeof input3.src || $report(_exceptionable2, {
6163
+ path: _path2 + ".src",
6164
+ expected: "string",
6165
+ value: input3.src
6166
+ }), (Array.isArray(input3.summaryStats) || $report(_exceptionable2, {
6167
+ path: _path2 + ".summaryStats",
6168
+ expected: "Array<ValuesEntries>",
6169
+ value: input3.summaryStats
6170
+ })) && input3.summaryStats.map((elem, _index5) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
6171
+ path: _path2 + ".summaryStats[" + _index5 + "]",
6172
+ expected: "ValuesEntries",
6173
+ value: elem
6174
+ })) && $vo8(elem, _path2 + ".summaryStats[" + _index5 + "]", _exceptionable2) || $report(_exceptionable2, {
6175
+ path: _path2 + ".summaryStats[" + _index5 + "]",
6176
+ expected: "ValuesEntries",
6177
+ value: elem
6178
+ })).every((flag) => flag) || $report(_exceptionable2, {
6179
+ path: _path2 + ".summaryStats",
6180
+ expected: "Array<ValuesEntries>",
6181
+ value: input3.summaryStats
6182
+ })].every((flag) => flag);
6183
+ const $vo6 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.bins) || $report(_exceptionable2, {
6184
+ path: _path2 + ".bins",
6185
+ expected: "Array<BinsEntries>",
6186
+ value: input3.bins
6187
+ })) && input3.bins.map((elem, _index6) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
6188
+ path: _path2 + ".bins[" + _index6 + "]",
6189
+ expected: "BinsEntries",
6190
+ value: elem
6191
+ })) && $vo7(elem, _path2 + ".bins[" + _index6 + "]", _exceptionable2) || $report(_exceptionable2, {
6192
+ path: _path2 + ".bins[" + _index6 + "]",
6193
+ expected: "BinsEntries",
6194
+ value: elem
6195
+ })).every((flag) => flag) || $report(_exceptionable2, {
6196
+ path: _path2 + ".bins",
6197
+ expected: "Array<BinsEntries>",
6198
+ value: input3.bins
6199
+ }), "number" === typeof input3.densityMax || $report(_exceptionable2, {
6200
+ path: _path2 + ".densityMax",
6201
+ expected: "number",
6202
+ value: input3.densityMax
6203
+ }), "number" === typeof input3.densityMin || $report(_exceptionable2, {
6204
+ path: _path2 + ".densityMin",
6205
+ expected: "number",
6206
+ value: input3.densityMin
6207
+ })].every((flag) => flag);
6208
+ const $vo7 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.x0 || $report(_exceptionable2, {
6209
+ path: _path2 + ".x0",
6210
+ expected: "number",
6211
+ value: input3.x0
6212
+ }), "number" === typeof input3.x1 || $report(_exceptionable2, {
6213
+ path: _path2 + ".x1",
6214
+ expected: "number",
6215
+ value: input3.x1
6216
+ }), "number" === typeof input3.density || $report(_exceptionable2, {
6217
+ path: _path2 + ".density",
6218
+ expected: "number",
6219
+ value: input3.density
6220
+ })].every((flag) => flag);
6221
+ const $vo8 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
6222
+ path: _path2 + ".id",
6223
+ expected: "string",
6224
+ value: input3.id
6225
+ }), "string" === typeof input3.label || $report(_exceptionable2, {
6226
+ path: _path2 + ".label",
6227
+ expected: "string",
6228
+ value: input3.label
6229
+ }), "number" === typeof input3.value || $report(_exceptionable2, {
6230
+ path: _path2 + ".value",
6231
+ expected: "number",
6232
+ value: input3.value
6233
+ })].every((flag) => flag);
6234
+ const $vo9 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.value || "string" === typeof input3.value || $report(_exceptionable2, {
6235
+ path: _path2 + ".value",
6236
+ expected: "(string | undefined)",
6237
+ value: input3.value
6238
+ }), void 0 === input3.html || "string" === typeof input3.html || $report(_exceptionable2, {
6239
+ path: _path2 + ".html",
6240
+ expected: "(string | undefined)",
6241
+ value: input3.html
6242
+ })].every((flag) => flag);
6243
+ const $vo10 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
6244
+ const value = input3[key];
6245
+ if (void 0 === value)
6246
+ return true;
6247
+ if (RegExp(/(.*)/).test(key))
6248
+ return "number" === typeof value || $report(_exceptionable2, {
6249
+ path: _path2 + $join(key),
6250
+ expected: "number",
6251
+ value
6252
+ });
6253
+ return true;
6254
+ }).every((flag) => flag)].every((flag) => flag);
6255
+ const $vo11 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
6256
+ const value = input3[key];
6257
+ if (void 0 === value)
6258
+ return true;
6259
+ if (RegExp(/(.*)/).test(key))
6260
+ return ("object" === typeof value && null !== value || $report(_exceptionable2, {
6261
+ path: _path2 + $join(key),
6262
+ expected: "__type.o4",
6263
+ value
6264
+ })) && $vo12(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
6265
+ path: _path2 + $join(key),
6266
+ expected: "__type.o4",
6267
+ value
6268
+ });
6269
+ return true;
6270
+ }).every((flag) => flag)].every((flag) => flag);
6271
+ const $vo12 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
6272
+ path: _path2 + ".key",
6273
+ expected: "string",
6274
+ value: input3.key
6275
+ }), "string" === typeof input3.label || $report(_exceptionable2, {
6276
+ path: _path2 + ".label",
6277
+ expected: "string",
6278
+ value: input3.label
6279
+ }), "number" === typeof input3.value || $report(_exceptionable2, {
6280
+ path: _path2 + ".value",
6281
+ expected: "number",
6282
+ value: input3.value
6283
+ })].every((flag) => flag);
6284
+ const $vo13 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.absMin || "number" === typeof input3.absMin || $report(_exceptionable2, {
5617
6285
  path: _path2 + ".absMin",
5618
6286
  expected: "(number | undefined)",
5619
6287
  value: input3.absMin
@@ -5623,46 +6291,46 @@ var validBoxPlotResponse = (input) => {
5623
6291
  value: input3.absMax
5624
6292
  }), void 0 === input3.bins || ("object" === typeof input3.bins && null !== input3.bins && false === Array.isArray(input3.bins) || $report(_exceptionable2, {
5625
6293
  path: _path2 + ".bins",
5626
- expected: "(__type | undefined)",
6294
+ expected: "(__type.o5 | undefined)",
5627
6295
  value: input3.bins
5628
- })) && $vo1(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
6296
+ })) && $vo14(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
5629
6297
  path: _path2 + ".bins",
5630
- expected: "(__type | undefined)",
6298
+ expected: "(__type.o5 | undefined)",
5631
6299
  value: input3.bins
5632
6300
  }), ("object" === typeof input3.charts && null !== input3.charts && false === Array.isArray(input3.charts) || $report(_exceptionable2, {
5633
6301
  path: _path2 + ".charts",
5634
- expected: "__type.o1",
6302
+ expected: "__type.o6",
5635
6303
  value: input3.charts
5636
- })) && $vo2(input3.charts, _path2 + ".charts", _exceptionable2) || $report(_exceptionable2, {
6304
+ })) && $vo15(input3.charts, _path2 + ".charts", _exceptionable2) || $report(_exceptionable2, {
5637
6305
  path: _path2 + ".charts",
5638
- expected: "__type.o1",
6306
+ expected: "__type.o6",
5639
6307
  value: input3.charts
5640
6308
  }), ("object" === typeof input3.descrStats && null !== input3.descrStats && false === Array.isArray(input3.descrStats) || $report(_exceptionable2, {
5641
6309
  path: _path2 + ".descrStats",
5642
6310
  expected: "DescrStats",
5643
6311
  value: input3.descrStats
5644
- })) && $vo7(input3.descrStats, _path2 + ".descrStats", _exceptionable2) || $report(_exceptionable2, {
6312
+ })) && $vo11(input3.descrStats, _path2 + ".descrStats", _exceptionable2) || $report(_exceptionable2, {
5645
6313
  path: _path2 + ".descrStats",
5646
6314
  expected: "DescrStats",
5647
6315
  value: input3.descrStats
5648
6316
  }), null === input3.uncomputableValues || (Array.isArray(input3.uncomputableValues) || $report(_exceptionable2, {
5649
6317
  path: _path2 + ".uncomputableValues",
5650
- expected: "(Array<__type>.o1 | null)",
6318
+ expected: "(Array<__type>.o2 | null)",
5651
6319
  value: input3.uncomputableValues
5652
- })) && input3.uncomputableValues.map((elem, _index1) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
5653
- path: _path2 + ".uncomputableValues[" + _index1 + "]",
5654
- expected: "__type.o7",
6320
+ })) && input3.uncomputableValues.map((elem, _index7) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
6321
+ path: _path2 + ".uncomputableValues[" + _index7 + "]",
6322
+ expected: "__type.o11",
5655
6323
  value: elem
5656
- })) && $vo12(elem, _path2 + ".uncomputableValues[" + _index1 + "]", _exceptionable2) || $report(_exceptionable2, {
5657
- path: _path2 + ".uncomputableValues[" + _index1 + "]",
5658
- expected: "__type.o7",
6324
+ })) && $vo23(elem, _path2 + ".uncomputableValues[" + _index7 + "]", _exceptionable2) || $report(_exceptionable2, {
6325
+ path: _path2 + ".uncomputableValues[" + _index7 + "]",
6326
+ expected: "__type.o11",
5659
6327
  value: elem
5660
6328
  })).every((flag) => flag) || $report(_exceptionable2, {
5661
6329
  path: _path2 + ".uncomputableValues",
5662
- expected: "(Array<__type>.o1 | null)",
6330
+ expected: "(Array<__type>.o2 | null)",
5663
6331
  value: input3.uncomputableValues
5664
- }), true].every((flag) => flag);
5665
- const $vo1 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
6332
+ })].every((flag) => flag);
6333
+ const $vo14 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
5666
6334
  const value = input3[key];
5667
6335
  if (void 0 === value)
5668
6336
  return true;
@@ -5670,7 +6338,7 @@ var validBoxPlotResponse = (input) => {
5670
6338
  return true;
5671
6339
  return true;
5672
6340
  }).every((flag) => flag)].every((flag) => flag);
5673
- const $vo2 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
6341
+ const $vo15 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
5674
6342
  const value = input3[key];
5675
6343
  if (void 0 === value)
5676
6344
  return true;
@@ -5679,14 +6347,14 @@ var validBoxPlotResponse = (input) => {
5679
6347
  path: _path2 + $join(key),
5680
6348
  expected: "BoxPlotChartEntry",
5681
6349
  value
5682
- })) && $vo3(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
6350
+ })) && $vo16(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
5683
6351
  path: _path2 + $join(key),
5684
6352
  expected: "BoxPlotChartEntry",
5685
6353
  value
5686
6354
  });
5687
6355
  return true;
5688
6356
  }).every((flag) => flag)].every((flag) => flag);
5689
- const $vo3 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.chartId || $report(_exceptionable2, {
6357
+ const $vo16 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.chartId || $report(_exceptionable2, {
5690
6358
  path: _path2 + ".chartId",
5691
6359
  expected: "string",
5692
6360
  value: input3.chartId
@@ -5694,12 +6362,12 @@ var validBoxPlotResponse = (input) => {
5694
6362
  path: _path2 + ".plots",
5695
6363
  expected: "Array<BoxPlotEntry>",
5696
6364
  value: input3.plots
5697
- })) && input3.plots.map((elem, _index2) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
5698
- path: _path2 + ".plots[" + _index2 + "]",
6365
+ })) && input3.plots.map((elem, _index8) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
6366
+ path: _path2 + ".plots[" + _index8 + "]",
5699
6367
  expected: "BoxPlotEntry",
5700
6368
  value: elem
5701
- })) && $vo4(elem, _path2 + ".plots[" + _index2 + "]", _exceptionable2) || $report(_exceptionable2, {
5702
- path: _path2 + ".plots[" + _index2 + "]",
6369
+ })) && $vo17(elem, _path2 + ".plots[" + _index8 + "]", _exceptionable2) || $report(_exceptionable2, {
6370
+ path: _path2 + ".plots[" + _index8 + "]",
5703
6371
  expected: "BoxPlotEntry",
5704
6372
  value: elem
5705
6373
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -5714,44 +6382,44 @@ var validBoxPlotResponse = (input) => {
5714
6382
  path: _path2 + ".wilcoxon",
5715
6383
  expected: "(Array<[{ value: string; }, { value: string; }, { html: string; }]> | undefined)",
5716
6384
  value: input3.wilcoxon
5717
- })) && input3.wilcoxon.map((elem, _index3) => (Array.isArray(elem) || $report(_exceptionable2, {
5718
- path: _path2 + ".wilcoxon[" + _index3 + "]",
6385
+ })) && input3.wilcoxon.map((elem, _index9) => (Array.isArray(elem) || $report(_exceptionable2, {
6386
+ path: _path2 + ".wilcoxon[" + _index9 + "]",
5719
6387
  expected: "[{ value: string; }, { value: string; }, { html: string; }]",
5720
6388
  value: elem
5721
6389
  })) && ((elem.length === 3 || $report(_exceptionable2, {
5722
- path: _path2 + ".wilcoxon[" + _index3 + "]",
5723
- expected: "[__type.o4, __type.o5, __type.o6]",
6390
+ path: _path2 + ".wilcoxon[" + _index9 + "]",
6391
+ expected: "[__type.o8, __type.o9, __type.o10]",
5724
6392
  value: elem
5725
6393
  })) && [
5726
6394
  ("object" === typeof elem[0] && null !== elem[0] || $report(_exceptionable2, {
5727
- path: _path2 + ".wilcoxon[" + _index3 + "][0]",
5728
- expected: "__type.o4",
6395
+ path: _path2 + ".wilcoxon[" + _index9 + "][0]",
6396
+ expected: "__type.o8",
5729
6397
  value: elem[0]
5730
- })) && $vo9(elem[0], _path2 + ".wilcoxon[" + _index3 + "][0]", _exceptionable2) || $report(_exceptionable2, {
5731
- path: _path2 + ".wilcoxon[" + _index3 + "][0]",
5732
- expected: "__type.o4",
6398
+ })) && $vo20(elem[0], _path2 + ".wilcoxon[" + _index9 + "][0]", _exceptionable2) || $report(_exceptionable2, {
6399
+ path: _path2 + ".wilcoxon[" + _index9 + "][0]",
6400
+ expected: "__type.o8",
5733
6401
  value: elem[0]
5734
6402
  }),
5735
6403
  ("object" === typeof elem[1] && null !== elem[1] || $report(_exceptionable2, {
5736
- path: _path2 + ".wilcoxon[" + _index3 + "][1]",
5737
- expected: "__type.o5",
6404
+ path: _path2 + ".wilcoxon[" + _index9 + "][1]",
6405
+ expected: "__type.o9",
5738
6406
  value: elem[1]
5739
- })) && $vo10(elem[1], _path2 + ".wilcoxon[" + _index3 + "][1]", _exceptionable2) || $report(_exceptionable2, {
5740
- path: _path2 + ".wilcoxon[" + _index3 + "][1]",
5741
- expected: "__type.o5",
6407
+ })) && $vo21(elem[1], _path2 + ".wilcoxon[" + _index9 + "][1]", _exceptionable2) || $report(_exceptionable2, {
6408
+ path: _path2 + ".wilcoxon[" + _index9 + "][1]",
6409
+ expected: "__type.o9",
5742
6410
  value: elem[1]
5743
6411
  }),
5744
6412
  ("object" === typeof elem[2] && null !== elem[2] || $report(_exceptionable2, {
5745
- path: _path2 + ".wilcoxon[" + _index3 + "][2]",
5746
- expected: "__type.o6",
6413
+ path: _path2 + ".wilcoxon[" + _index9 + "][2]",
6414
+ expected: "__type.o10",
5747
6415
  value: elem[2]
5748
- })) && $vo11(elem[2], _path2 + ".wilcoxon[" + _index3 + "][2]", _exceptionable2) || $report(_exceptionable2, {
5749
- path: _path2 + ".wilcoxon[" + _index3 + "][2]",
5750
- expected: "__type.o6",
6416
+ })) && $vo22(elem[2], _path2 + ".wilcoxon[" + _index9 + "][2]", _exceptionable2) || $report(_exceptionable2, {
6417
+ path: _path2 + ".wilcoxon[" + _index9 + "][2]",
6418
+ expected: "__type.o10",
5751
6419
  value: elem[2]
5752
6420
  })
5753
6421
  ].every((flag) => flag)) || $report(_exceptionable2, {
5754
- path: _path2 + ".wilcoxon[" + _index3 + "]",
6422
+ path: _path2 + ".wilcoxon[" + _index9 + "]",
5755
6423
  expected: "[{ value: string; }, { value: string; }, { html: string; }]",
5756
6424
  value: elem
5757
6425
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -5759,11 +6427,11 @@ var validBoxPlotResponse = (input) => {
5759
6427
  expected: "(Array<[{ value: string; }, { value: string; }, { html: string; }]> | undefined)",
5760
6428
  value: input3.wilcoxon
5761
6429
  })].every((flag) => flag);
5762
- const $vo4 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3.boxplot && null !== input3.boxplot || $report(_exceptionable2, {
6430
+ const $vo17 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3.boxplot && null !== input3.boxplot || $report(_exceptionable2, {
5763
6431
  path: _path2 + ".boxplot",
5764
6432
  expected: "BoxPlotData & { label: string; }",
5765
6433
  value: input3.boxplot
5766
- })) && $vo5(input3.boxplot, _path2 + ".boxplot", _exceptionable2) || $report(_exceptionable2, {
6434
+ })) && $vo18(input3.boxplot, _path2 + ".boxplot", _exceptionable2) || $report(_exceptionable2, {
5767
6435
  path: _path2 + ".boxplot",
5768
6436
  expected: "BoxPlotData & { label: string; }",
5769
6437
  value: input3.boxplot
@@ -5775,7 +6443,7 @@ var validBoxPlotResponse = (input) => {
5775
6443
  path: _path2 + ".descrStats",
5776
6444
  expected: "DescrStats",
5777
6445
  value: input3.descrStats
5778
- })) && $vo7(input3.descrStats, _path2 + ".descrStats", _exceptionable2) || $report(_exceptionable2, {
6446
+ })) && $vo11(input3.descrStats, _path2 + ".descrStats", _exceptionable2) || $report(_exceptionable2, {
5779
6447
  path: _path2 + ".descrStats",
5780
6448
  expected: "DescrStats",
5781
6449
  value: input3.descrStats
@@ -5792,7 +6460,7 @@ var validBoxPlotResponse = (input) => {
5792
6460
  expected: "(string | undefined)",
5793
6461
  value: input3.seriesId
5794
6462
  })].every((flag) => flag);
5795
- const $vo5 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.w1 || "number" === typeof input3.w1 || $report(_exceptionable2, {
6463
+ const $vo18 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.w1 || "number" === typeof input3.w1 || $report(_exceptionable2, {
5796
6464
  path: _path2 + ".w1",
5797
6465
  expected: "(number | undefined)",
5798
6466
  value: input3.w1
@@ -5826,75 +6494,46 @@ var validBoxPlotResponse = (input) => {
5826
6494
  value: input3.iqr
5827
6495
  }), (Array.isArray(input3.out) || $report(_exceptionable2, {
5828
6496
  path: _path2 + ".out",
5829
- expected: "Array<__type>",
6497
+ expected: "Array<__type>.o1",
5830
6498
  value: input3.out
5831
- })) && input3.out.map((elem, _index4) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
5832
- path: _path2 + ".out[" + _index4 + "]",
5833
- expected: "__type.o2",
6499
+ })) && input3.out.map((elem, _index10) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
6500
+ path: _path2 + ".out[" + _index10 + "]",
6501
+ expected: "__type.o7",
5834
6502
  value: elem
5835
- })) && $vo6(elem, _path2 + ".out[" + _index4 + "]", _exceptionable2) || $report(_exceptionable2, {
5836
- path: _path2 + ".out[" + _index4 + "]",
5837
- expected: "__type.o2",
6503
+ })) && $vo19(elem, _path2 + ".out[" + _index10 + "]", _exceptionable2) || $report(_exceptionable2, {
6504
+ path: _path2 + ".out[" + _index10 + "]",
6505
+ expected: "__type.o7",
5838
6506
  value: elem
5839
6507
  })).every((flag) => flag) || $report(_exceptionable2, {
5840
6508
  path: _path2 + ".out",
5841
- expected: "Array<__type>",
6509
+ expected: "Array<__type>.o1",
5842
6510
  value: input3.out
5843
6511
  }), "string" === typeof input3.label || $report(_exceptionable2, {
5844
6512
  path: _path2 + ".label",
5845
6513
  expected: "string",
5846
6514
  value: input3.label
5847
6515
  })].every((flag) => flag);
5848
- const $vo6 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
6516
+ const $vo19 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
5849
6517
  path: _path2 + ".value",
5850
6518
  expected: "number",
5851
6519
  value: input3.value
5852
6520
  })].every((flag) => flag);
5853
- const $vo7 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
5854
- const value = input3[key];
5855
- if (void 0 === value)
5856
- return true;
5857
- if (RegExp(/(.*)/).test(key))
5858
- return ("object" === typeof value && null !== value || $report(_exceptionable2, {
5859
- path: _path2 + $join(key),
5860
- expected: "__type.o3",
5861
- value
5862
- })) && $vo8(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
5863
- path: _path2 + $join(key),
5864
- expected: "__type.o3",
5865
- value
5866
- });
5867
- return true;
5868
- }).every((flag) => flag)].every((flag) => flag);
5869
- const $vo8 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
5870
- path: _path2 + ".key",
5871
- expected: "string",
5872
- value: input3.key
5873
- }), "string" === typeof input3.label || $report(_exceptionable2, {
5874
- path: _path2 + ".label",
5875
- expected: "string",
5876
- value: input3.label
5877
- }), "number" === typeof input3.value || $report(_exceptionable2, {
5878
- path: _path2 + ".value",
5879
- expected: "number",
5880
- value: input3.value
5881
- })].every((flag) => flag);
5882
- const $vo9 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.value || $report(_exceptionable2, {
6521
+ const $vo20 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.value || $report(_exceptionable2, {
5883
6522
  path: _path2 + ".value",
5884
6523
  expected: "string",
5885
6524
  value: input3.value
5886
6525
  })].every((flag) => flag);
5887
- const $vo10 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.value || $report(_exceptionable2, {
6526
+ const $vo21 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.value || $report(_exceptionable2, {
5888
6527
  path: _path2 + ".value",
5889
6528
  expected: "string",
5890
6529
  value: input3.value
5891
6530
  })].every((flag) => flag);
5892
- const $vo11 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.html || $report(_exceptionable2, {
6531
+ const $vo22 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.html || $report(_exceptionable2, {
5893
6532
  path: _path2 + ".html",
5894
6533
  expected: "string",
5895
6534
  value: input3.html
5896
6535
  })].every((flag) => flag);
5897
- const $vo12 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.label || $report(_exceptionable2, {
6536
+ const $vo23 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.label || $report(_exceptionable2, {
5898
6537
  path: _path2 + ".label",
5899
6538
  expected: "string",
5900
6539
  value: input3.label
@@ -5903,13 +6542,20 @@ var validBoxPlotResponse = (input) => {
5903
6542
  expected: "number",
5904
6543
  value: input3.value
5905
6544
  })].every((flag) => flag);
6545
+ const $vu0 = (input3, _path2, _exceptionable2 = true) => (() => {
6546
+ if (void 0 !== input3.status)
6547
+ return $vo0(input3, _path2, _exceptionable2);
6548
+ if (void 0 !== input3.min)
6549
+ return $vo1(input3, _path2, _exceptionable2);
6550
+ return $vo13(input3, _path2, _exceptionable2);
6551
+ })();
5906
6552
  return ("object" === typeof input2 && null !== input2 || $report(true, {
5907
6553
  path: _path + "",
5908
- expected: "BoxPlotResponse",
6554
+ expected: "(BoxPlotResponse | ErrorResponse | ViolinResponse)",
5909
6555
  value: input2
5910
- })) && $vo0(input2, _path + "", true) || $report(true, {
6556
+ })) && $vu0(input2, _path + "", true) || $report(true, {
5911
6557
  path: _path + "",
5912
- expected: "BoxPlotResponse",
6558
+ expected: "(BoxPlotResponse | ErrorResponse | ViolinResponse)",
5913
6559
  value: input2
5914
6560
  });
5915
6561
  })(input, "$input", true);
@@ -5923,7 +6569,7 @@ var validBoxPlotResponse = (input) => {
5923
6569
  };
5924
6570
 
5925
6571
  export {
5926
- boxplotPayload,
5927
- validBoxPlotRequest,
5928
- validBoxPlotResponse
6572
+ violinBoxPayload,
6573
+ validViolinBoxRequest,
6574
+ validViolinBoxResponse
5929
6575
  };