@sjcrh/proteinpaint-types 2.178.0 → 2.179.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 (38) hide show
  1. package/dist/brainImaging.js +1 -1
  2. package/dist/{chunk-GAYJUXNZ.js → chunk-4J5BPYYR.js} +429 -201
  3. package/dist/{chunk-WXCXZRKP.js → chunk-6DWX22RA.js} +707 -479
  4. package/dist/{chunk-UWAVSKMD.js → chunk-7V7USAKJ.js} +705 -477
  5. package/dist/{chunk-2XQJCZEO.js → chunk-A2FMYVMI.js} +520 -292
  6. package/dist/{chunk-FQYNRDHB.js → chunk-CC4IBTKW.js} +429 -201
  7. package/dist/{chunk-2Y7WE3JU.js → chunk-CSK3ZCDF.js} +705 -477
  8. package/dist/{chunk-UFYKXOY2.js → chunk-DUFHC6EI.js} +1073 -625
  9. package/dist/{chunk-NRV6MPRM.js → chunk-E2O4N7OC.js} +1346 -898
  10. package/dist/{chunk-CYQDO4FX.js → chunk-FQLGK65A.js} +742 -456
  11. package/dist/{chunk-HZEV7D5E.js → chunk-JTZQYNIT.js} +705 -477
  12. package/dist/{chunk-CX2Y673E.js → chunk-MKM4A5NU.js} +429 -201
  13. package/dist/{chunk-26UKKPK2.js → chunk-QQNDJ6BY.js} +713 -485
  14. package/dist/{chunk-PHRILOVX.js → chunk-RANWGPF7.js} +429 -201
  15. package/dist/{chunk-VBNF7BRI.js → chunk-XAHE4RNZ.js} +452 -224
  16. package/dist/{chunk-YHKFJCXG.js → chunk-YI63CW7Y.js} +646 -426
  17. package/dist/correlationVolcano.js +1 -1
  18. package/dist/grin2.js +1 -1
  19. package/dist/index.js +15 -15
  20. package/dist/termdb.boxplot.js +1 -1
  21. package/dist/termdb.categories.js +1 -1
  22. package/dist/termdb.chat.js +429 -201
  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.dmr.js +1 -1
  27. package/dist/termdb.numericcategories.js +1 -1
  28. package/dist/termdb.percentile.js +1 -1
  29. package/dist/termdb.termsbyids.js +1 -1
  30. package/dist/termdb.topTermsByType.js +1 -1
  31. package/dist/termdb.topVariablyExpressedGenes.js +1 -1
  32. package/dist/termdb.violin.js +1 -1
  33. package/package.json +1 -1
  34. package/src/dataset.ts +28 -8
  35. package/src/filter.ts +33 -4
  36. package/src/routes/termdb.chat2.ts +13 -2
  37. package/src/routes/termdb.dmr.ts +17 -2
  38. package/src/terms/termCollection.ts +0 -3
@@ -23,9 +23,9 @@ var validCorrelationVolcanoRequest = (input) => {
23
23
  const __is = (input2) => {
24
24
  const $join = import_typia.createValidate.join;
25
25
  const $io0 = (input3) => "string" === typeof input3.genome && "string" === typeof input3.dslabel && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io1(input3.filter)) && true && ("object" === typeof input3.featureTw && null !== input3.featureTw && $iu4(input3.featureTw)) && (Array.isArray(input3.variableTwLst) && input3.variableTwLst.every((elem) => "object" === typeof elem && null !== elem && $iu4(elem))) && ("pearson" === input3.correlationMethod || "spearman" === input3.correlationMethod) && true;
26
- const $io1 = (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)));
27
- const $io2 = (input3) => "tvs" === input3.type && ("object" === typeof input3.tvs && null !== input3.tvs && $iu7(input3.tvs));
28
- const $io3 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io4(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) && $io6(elem)));
26
+ const $io1 = (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);
27
+ const $io2 = (input3) => "tvs" === input3.type && ("object" === typeof input3.tvs && null !== input3.tvs && $iu8(input3.tvs));
28
+ const $io3 = (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 && $io4(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) && $io6(elem))) && (void 0 === input3.valueset || input3.valueset instanceof Set);
29
29
  const $io4 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io8(input3.groupsetting));
30
30
  const $io5 = (input3) => Object.keys(input3).every((key) => {
31
31
  const value = input3[key];
@@ -44,11 +44,11 @@ var validCorrelationVolcanoRequest = (input) => {
44
44
  const $io10 = (input3) => "string" === typeof input3.name && "string" === typeof input3.type && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io11(elem))) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
45
45
  const $io11 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
46
46
  const $io12 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io1(input3.filter)) && "string" === typeof input3.color;
47
- const $io13 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io32(elem)));
47
+ const $io13 = (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 && $iu9(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (void 0 === input3.values || Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io33(elem)));
48
48
  const $io14 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins));
49
49
  const $io15 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
50
- const $io16 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu9(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu9(input3.less)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset) && (void 0 === input3.label_offset_ignored || "boolean" === typeof input3.label_offset_ignored) && (void 0 === input3.rounding || "string" === typeof input3.rounding) && (void 0 === input3.min || "number" === typeof input3.min) && (void 0 === input3.max || "number" === typeof input3.max);
51
- const $io17 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "regular-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode) && "number" === typeof input3.bin_size && ("object" === typeof input3.first_bin && null !== input3.first_bin && $iu5(input3.first_bin)) && (void 0 === input3.last_bin || "object" === typeof input3.last_bin && null !== input3.last_bin && $iu6(input3.last_bin)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset) && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && (void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive) && (void 0 === input3.rounding || "string" === typeof input3.rounding) && (void 0 === input3.isDummyPreset || "boolean" === typeof input3.isDummyPreset);
50
+ const $io16 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu10(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu10(input3.less)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset) && (void 0 === input3.label_offset_ignored || "boolean" === typeof input3.label_offset_ignored) && (void 0 === input3.rounding || "string" === typeof input3.rounding) && (void 0 === input3.min || "number" === typeof input3.min) && (void 0 === input3.max || "number" === typeof input3.max);
51
+ const $io17 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "regular-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode) && "number" === typeof input3.bin_size && ("object" === typeof input3.first_bin && null !== input3.first_bin && $iu6(input3.first_bin)) && (void 0 === input3.last_bin || "object" === typeof input3.last_bin && null !== input3.last_bin && $iu7(input3.last_bin)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset) && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && (void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive) && (void 0 === input3.rounding || "string" === typeof input3.rounding) && (void 0 === input3.isDummyPreset || "boolean" === typeof input3.isDummyPreset);
52
52
  const $io18 = (input3) => Object.keys(input3).every((key) => {
53
53
  const value = input3[key];
54
54
  if (void 0 === value)
@@ -60,7 +60,7 @@ var validCorrelationVolcanoRequest = (input) => {
60
60
  const $io19 = (input3) => true === input3.startunbounded && (void 0 === input3.startinclusive || false === input3.startinclusive) && "number" === typeof input3.stop && (void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive) && (void 0 === input3.stopunbounded || false === input3.stopunbounded) && (void 0 === input3.label || "string" === typeof input3.label) && (void 0 === input3.range || "string" === typeof input3.range);
61
61
  const $io20 = (input3) => (void 0 === input3.startunbounded || false === input3.startunbounded) && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && "number" === typeof input3.start && "number" === typeof input3.stop && (void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive) && (void 0 === input3.stopunbounded || false === input3.stopunbounded) && (void 0 === input3.label || "string" === typeof input3.label) && (void 0 === input3.range || "string" === typeof input3.range);
62
62
  const $io21 = (input3) => "number" === typeof input3.start && true === input3.stopunbounded && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && (void 0 === input3.startunbounded || false === input3.startunbounded) && (void 0 === input3.stopinclusive || false === input3.stopinclusive) && (void 0 === input3.label || "string" === typeof input3.label) && (void 0 === input3.range || "string" === typeof input3.range);
63
- const $io22 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "custom-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && (Array.isArray(input3.lst) && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu2(input3.lst[0]) && (Array.isArray(input3.lst.slice(1)) && input3.lst.slice(1).every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))))) && (void 0 === input3.preferredBins || "median" === input3.preferredBins) && (void 0 === input3.isDummyPreset || "boolean" === typeof input3.isDummyPreset);
63
+ const $io22 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "custom-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && (Array.isArray(input3.lst) && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu5(input3.lst[0]) && (Array.isArray(input3.lst.slice(1)) && input3.lst.slice(1).every((elem) => "object" === typeof elem && null !== elem && $iu5(elem))))) && (void 0 === input3.preferredBins || "median" === input3.preferredBins) && (void 0 === input3.isDummyPreset || "boolean" === typeof input3.isDummyPreset);
64
64
  const $io23 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins)) && (void 0 === input3.kind || "gene" === input3.kind) && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
65
65
  const $io24 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneExpression" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins)) && (void 0 === input3.kind || "coord" === input3.kind) && (void 0 === input3.gene || "string" === typeof input3.gene) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
66
66
  const $io25 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "metaboliteIntensity" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.metabolite && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins));
@@ -70,29 +70,40 @@ var validCorrelationVolcanoRequest = (input) => {
70
70
  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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins));
71
71
  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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.gene && "string" === typeof input3.sample && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(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);
72
72
  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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.gene && "string" === typeof input3.sample && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins)) && (void 0 === input3.kind || "coord" === input3.kind) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
73
- const $io32 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
74
- const $io33 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io34(input3.term)) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && (void 0 === input3.grade_and_child || Array.isArray(input3.grade_and_child) && input3.grade_and_child.every((elem) => "object" === typeof elem && null !== elem && $io35(elem)));
75
- const $io34 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion));
76
- const $io35 = (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;
77
- const $io36 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io37(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io42(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName);
78
- 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 && $iu10(input3.parentTerm)) && true && "boolean" === typeof input3.isleaf && "string" === typeof input3.type && "number" === typeof input3.dt && (void 0 === input3.origin || "string" === typeof input3.origin) && ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values));
79
- 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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io8(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io37(elem)));
80
- 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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(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);
81
- 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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
82
- const $io41 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io8(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io37(elem)));
83
- const $io42 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
84
- const $io43 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $iu11(input3.term)) && "number" === typeof input3.ratio;
85
- const $io44 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.collectionId || "string" === typeof input3.collectionId) && (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 && $io45(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io46(input3.propsByTermId)) && "numeric" === input3.memberType && (void 0 === input3.numerators || Array.isArray(input3.numerators) && input3.numerators.every((elem) => "string" === typeof elem));
86
- const $io45 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion));
87
- const $io46 = (input3) => Object.keys(input3).every((key) => {
73
+ const $io32 = (input3) => "number" === typeof input3.value && (void 0 === input3.label || "string" === typeof input3.label) && (void 0 === input3.name || "string" === typeof input3.name);
74
+ const $io33 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
75
+ 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)));
76
+ 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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion));
77
+ 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;
78
+ const $io37 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && (void 0 === input3.label || "string" === typeof input3.label) && Object.keys(input3).every((key) => {
79
+ if (["key", "label"].some((prop) => key === prop))
80
+ return true;
81
+ const value = input3[key];
82
+ if (void 0 === value)
83
+ return true;
84
+ if (RegExp(/(.*)/).test(key))
85
+ return true;
86
+ return true;
87
+ });
88
+ 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) && $io44(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);
89
+ 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 && $iu11(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) && $io5(input3.values));
90
+ 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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io8(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io39(elem)));
91
+ 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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(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);
92
+ 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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
93
+ const $io43 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io8(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io39(elem)));
94
+ const $io44 = (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);
95
+ const $io45 = (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 && $iu12(input3.term)) && "number" === typeof input3.ratio;
96
+ const $io46 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(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 && $io47(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io48(input3.propsByTermId)) && "numeric" === input3.memberType && (void 0 === input3.numerators || Array.isArray(input3.numerators) && input3.numerators.every((elem) => "string" === typeof elem));
97
+ const $io47 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion));
98
+ const $io48 = (input3) => Object.keys(input3).every((key) => {
88
99
  const value = input3[key];
89
100
  if (void 0 === value)
90
101
  return true;
91
102
  if (RegExp(/(.*)/).test(key))
92
- return "object" === typeof value && null !== value && false === Array.isArray(value) && $io47(value);
103
+ return "object" === typeof value && null !== value && false === Array.isArray(value) && $io49(value);
93
104
  return true;
94
105
  });
95
- const $io47 = (input3) => Object.keys(input3).every((key) => {
106
+ const $io49 = (input3) => Object.keys(input3).every((key) => {
96
107
  const value = input3[key];
97
108
  if (void 0 === value)
98
109
  return true;
@@ -100,10 +111,10 @@ var validCorrelationVolcanoRequest = (input) => {
100
111
  return true;
101
112
  return true;
102
113
  });
103
- const $io48 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.collectionId || "string" === typeof input3.collectionId) && (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 && $io45(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io46(input3.propsByTermId)) && "categorical" === input3.memberType && (Array.isArray(input3.categoryKeys) && input3.categoryKeys.every((elem) => "object" === typeof elem && null !== elem && $io49(elem)));
104
- const $io49 = (input3) => "string" === typeof input3.key && "boolean" === typeof input3.shown;
105
- const $io50 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io51(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io55(input3.q)) && "QualTWValues" === input3.type;
106
- const $io51 = (input3) => Object.keys(input3).every((key) => {
114
+ const $io50 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(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 && $io47(elem))) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io48(input3.propsByTermId)) && "categorical" === input3.memberType && (Array.isArray(input3.categoryKeys) && input3.categoryKeys.every((elem) => "object" === typeof elem && null !== elem && $io51(elem)));
115
+ const $io51 = (input3) => "string" === typeof input3.key && "boolean" === typeof input3.shown;
116
+ const $io52 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io53(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io57(input3.q)) && "QualTWValues" === input3.type;
117
+ const $io53 = (input3) => Object.keys(input3).every((key) => {
107
118
  const value = input3[key];
108
119
  if (void 0 === value)
109
120
  return true;
@@ -111,45 +122,45 @@ var validCorrelationVolcanoRequest = (input) => {
111
122
  return true;
112
123
  return true;
113
124
  });
114
- const $io52 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(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 && $io8(input3.groupsetting));
115
- const $io53 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && ("object" === typeof input3.sample && null !== input3.sample && true) && "string" === typeof input3.plot && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io8(input3.groupsetting));
116
- const $io55 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "values" === input3.type;
117
- const $io56 = (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) && $io51(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io57(input3.q)) && "QualTWPredefinedGS" === input3.type;
118
- const $io57 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx;
119
- const $io58 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io51(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io59(input3.q)) && "QualTWCustomGS" === input3.type;
120
- const $io59 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io60(input3.customset));
121
- const $io60 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem));
122
- const $io61 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io51(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWRegularBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io17(input3.q));
123
- 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) && $io51(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCustomBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io22(input3.q));
124
- const $io63 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io51(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWBinary" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io64(input3.q));
125
- const $io64 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "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);
126
- 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) && $io51(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $io66(input3.q));
127
- const $io66 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (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);
128
- 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) && $io51(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWSpline" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io68(input3.q));
129
- const $io68 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "spline" === input3.mode && (Array.isArray(input3.knots) && input3.knots.every((elem) => "object" === typeof elem && null !== elem && $io69(elem))) && (null !== input3.type && void 0 === input3.type);
130
- const $io69 = (input3) => "number" === typeof input3.value;
131
- const $io70 = (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) && $io51(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvValuesTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io73(input3.q));
132
- const $io71 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io8(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io37(elem)));
133
- const $io72 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io8(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io37(elem)));
134
- const $io73 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (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;
135
- 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) && $io51(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvPredefinedGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io75(input3.q));
136
- const $io75 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (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);
137
- 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) && $io51(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvCustomGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io77(input3.q));
138
- const $io77 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (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 && $io60(input3.customset)) && Array.isArray(input3.dtLst);
139
- 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) && $io51(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "ConditionTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io34(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu14(input3.q));
140
- const $io79 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && ("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;
141
- const $io80 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "discrete" === input3.mode && "children" === input3.valueFor && true === input3.bar_by_children && true;
142
- const $io81 = (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) && $io51(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "SnpsTW" === input3.type && ("object" === typeof input3.q && null !== input3.q && $io82(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io84(input3.term));
143
- const $io82 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "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 && $io83(input3.restrictAncestry)) && true && true && ("object" === typeof input3.variant_filter && null !== input3.variant_filter && $io1(input3.variant_filter)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
144
- const $io83 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu7(input3.tvs));
145
- const $io84 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(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 && $io85(elem)));
146
- const $io85 = (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 && $io86(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io87(input3.gt2count)) && (void 0 === input3.invalid || "boolean" === typeof input3.invalid) && (void 0 === input3.referenceAllele || "string" === typeof input3.referenceAllele) && "string" === typeof input3.rsid && "string" === typeof input3.snpid && true && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.pos || "number" === typeof input3.pos);
147
- const $io86 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
148
- const $io87 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
149
- const $io88 = (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) && $io51(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "TermCollectionTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io44(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io89(input3.q));
150
- const $io89 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "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));
151
- const $io90 = (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) && $io51(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "TermCollectionTWQual" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io48(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io91(input3.q));
152
- const $io91 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "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 && $io49(elem)));
125
+ const $io54 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(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 && $io8(input3.groupsetting));
126
+ const $io55 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && ("object" === typeof input3.sample && null !== input3.sample && true) && "string" === typeof input3.plot && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io8(input3.groupsetting));
127
+ const $io57 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "values" === input3.type;
128
+ const $io58 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io53(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io59(input3.q)) && "QualTWPredefinedGS" === input3.type;
129
+ const $io59 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx;
130
+ 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) && $io53(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io61(input3.q)) && "QualTWCustomGS" === input3.type;
131
+ const $io61 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io62(input3.customset));
132
+ const $io62 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem));
133
+ const $io63 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io53(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWRegularBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io17(input3.q));
134
+ 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) && $io53(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCustomBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io22(input3.q));
135
+ 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) && $io53(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWBinary" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io66(input3.q));
136
+ const $io66 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "binary" === input3.mode && "custom-bin" === input3.type && (Array.isArray(input3.lst) && (input3.lst.length === 2 && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu6(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu7(input3.lst[1])))) && (void 0 === input3.cutoffType || "normal" === input3.cutoffType || "percentile" === input3.cutoffType) && (void 0 === input3.cutoffPercentile || "number" === typeof input3.cutoffPercentile);
137
+ 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) && $io53(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $io68(input3.q));
138
+ const $io68 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (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);
139
+ 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) && $io53(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWSpline" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io70(input3.q));
140
+ const $io70 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "spline" === input3.mode && (Array.isArray(input3.knots) && input3.knots.every((elem) => "object" === typeof elem && null !== elem && $io71(elem))) && (null !== input3.type && void 0 === input3.type);
141
+ const $io71 = (input3) => "number" === typeof input3.value;
142
+ const $io72 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io53(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 && $io75(input3.q));
143
+ const $io73 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io8(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io39(elem)));
144
+ const $io74 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io8(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io39(elem)));
145
+ const $io75 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (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;
146
+ 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) && $io53(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 && $io77(input3.q));
147
+ const $io77 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (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);
148
+ 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) && $io53(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 && $io79(input3.q));
149
+ const $io79 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (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 && $io62(input3.customset)) && Array.isArray(input3.dtLst);
150
+ 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) && $io53(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));
151
+ const $io81 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && ("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;
152
+ const $io82 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "discrete" === input3.mode && "children" === input3.valueFor && true === input3.bar_by_children && true;
153
+ const $io83 = (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) && $io53(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "SnpsTW" === input3.type && ("object" === typeof input3.q && null !== input3.q && $io84(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io86(input3.term));
154
+ const $io84 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "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 && $io85(input3.restrictAncestry)) && true && true && ("object" === typeof input3.variant_filter && null !== input3.variant_filter && $io1(input3.variant_filter)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
155
+ const $io85 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu8(input3.tvs));
156
+ const $io86 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(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 && $io87(elem)));
157
+ const $io87 = (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 && $io88(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io89(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);
158
+ const $io88 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
159
+ const $io89 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
160
+ const $io90 = (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) && $io53(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "TermCollectionTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io46(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io91(input3.q));
161
+ const $io91 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "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));
162
+ 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) && $io53(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "TermCollectionTWQual" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io50(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io93(input3.q));
163
+ const $io93 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "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 && $io51(elem)));
153
164
  const $iu0 = (input3) => (() => {
154
165
  if ("tvslst" === input3.type)
155
166
  return $io1(input3);
@@ -169,78 +180,87 @@ var validCorrelationVolcanoRequest = (input) => {
169
180
  return $io19(input3);
170
181
  if (true === input3.stopunbounded)
171
182
  return $io21(input3);
183
+ if (void 0 !== input3.value)
184
+ return $io32(input3);
172
185
  return $io20(input3);
173
186
  })();
174
187
  const $iu3 = (input3) => (() => {
175
188
  if ("gene" === input3.kind)
176
- return $io39(input3);
189
+ return $io41(input3);
177
190
  if ("coord" === input3.kind)
178
- return $io40(input3);
191
+ return $io42(input3);
179
192
  return false;
180
193
  })();
181
194
  const $iu4 = (input3) => (() => {
182
195
  if ("TermCollectionTWQual" === input3.type)
183
- return $io90(input3);
196
+ return $io92(input3);
184
197
  if ("TermCollectionTWCont" === input3.type)
185
- return $io88(input3);
198
+ return $io90(input3);
186
199
  if ("SnpsTW" === input3.type)
187
- return $io81(input3);
200
+ return $io83(input3);
188
201
  if ("ConditionTW" === input3.type)
189
- return $io78(input3);
202
+ return $io80(input3);
190
203
  if ("GvCustomGsTW" === input3.type)
191
- return $io76(input3);
204
+ return $io78(input3);
192
205
  if ("GvPredefinedGsTW" === input3.type)
193
- return $io74(input3);
206
+ return $io76(input3);
194
207
  if ("GvValuesTW" === input3.type)
195
- return $io70(input3);
208
+ return $io72(input3);
196
209
  if ("NumTWSpline" === input3.type)
197
- return $io67(input3);
210
+ return $io69(input3);
198
211
  if ("NumTWCont" === input3.type)
199
- return $io65(input3);
212
+ return $io67(input3);
200
213
  if ("NumTWBinary" === input3.type)
201
- return $io63(input3);
214
+ return $io65(input3);
202
215
  if ("NumTWCustomBin" === input3.type)
203
- return $io62(input3);
216
+ return $io64(input3);
204
217
  if ("NumTWRegularBin" === input3.type)
205
- return $io61(input3);
218
+ return $io63(input3);
206
219
  if ("QualTWCustomGS" === input3.type)
207
- return $io58(input3);
220
+ return $io60(input3);
208
221
  if ("QualTWPredefinedGS" === input3.type)
209
- return $io56(input3);
222
+ return $io58(input3);
210
223
  if ("QualTWValues" === input3.type)
211
- return $io50(input3);
224
+ return $io52(input3);
212
225
  return false;
213
226
  })();
214
227
  const $iu5 = (input3) => (() => {
228
+ if (true === input3.startunbounded)
229
+ return $io19(input3);
230
+ if (true === input3.stopunbounded)
231
+ return $io21(input3);
232
+ return $io20(input3);
233
+ })();
234
+ const $iu6 = (input3) => (() => {
215
235
  if (true === input3.startunbounded)
216
236
  return $io19(input3);
217
237
  if (void 0 !== input3.start)
218
238
  return $io20(input3);
219
239
  return false;
220
240
  })();
221
- const $iu6 = (input3) => (() => {
241
+ const $iu7 = (input3) => (() => {
222
242
  if (void 0 !== input3.stop)
223
243
  return $io20(input3);
224
244
  if (true === input3.stopunbounded)
225
245
  return $io21(input3);
226
246
  return false;
227
247
  })();
228
- const $iu7 = (input3) => (() => {
248
+ const $iu8 = (input3) => (() => {
229
249
  if (void 0 !== input3.ranges)
230
250
  return $io13(input3);
231
251
  if (void 0 !== input3.ratio)
232
- return $io43(input3);
252
+ return $io45(input3);
233
253
  return (() => {
234
254
  if ($io3(input3))
235
255
  return $io3(input3);
236
- if ($io33(input3))
237
- return $io33(input3);
238
- if ($io36(input3))
239
- return $io36(input3);
256
+ if ($io34(input3))
257
+ return $io34(input3);
258
+ if ($io38(input3))
259
+ return $io38(input3);
240
260
  return false;
241
261
  })();
242
262
  })();
243
- const $iu8 = (input3) => (() => {
263
+ const $iu9 = (input3) => (() => {
244
264
  if ("integer" === input3.type || "float" === input3.type)
245
265
  return $io14(input3);
246
266
  if ("metaboliteIntensity" === input3.type)
@@ -265,48 +285,48 @@ var validCorrelationVolcanoRequest = (input) => {
265
285
  return false;
266
286
  })();
267
287
  })();
268
- const $iu9 = (input3) => (() => {
288
+ const $iu10 = (input3) => (() => {
269
289
  if ("regular-bin" === input3.type)
270
290
  return $io17(input3);
271
291
  if ("custom-bin" === input3.type)
272
292
  return $io22(input3);
273
293
  return false;
274
294
  })();
275
- const $iu10 = (input3) => (() => {
295
+ const $iu11 = (input3) => (() => {
276
296
  if ("gene" === input3.kind)
277
- return $io38(input3);
297
+ return $io40(input3);
278
298
  if ("coord" === input3.kind)
279
- return $io41(input3);
299
+ return $io43(input3);
280
300
  return false;
281
301
  })();
282
- const $iu11 = (input3) => (() => {
302
+ const $iu12 = (input3) => (() => {
283
303
  if ("numeric" === input3.memberType)
284
- return $io44(input3);
304
+ return $io46(input3);
285
305
  if ("categorical" === input3.memberType)
286
- return $io48(input3);
306
+ return $io50(input3);
287
307
  return false;
288
308
  })();
289
- const $iu12 = (input3) => (() => {
309
+ const $iu13 = (input3) => (() => {
290
310
  if ("categorical" === input3.type)
291
311
  return $io4(input3);
292
312
  if ("snp" === input3.type)
293
- return $io52(input3);
313
+ return $io54(input3);
294
314
  if ("singleCellCellType" === input3.type)
295
- return $io53(input3);
315
+ return $io55(input3);
296
316
  return false;
297
317
  })();
298
- const $iu13 = (input3) => (() => {
318
+ const $iu14 = (input3) => (() => {
299
319
  if ("gene" === input3.kind)
300
- return $io71(input3);
320
+ return $io73(input3);
301
321
  if ("coord" === input3.kind)
302
- return $io72(input3);
322
+ return $io74(input3);
303
323
  return false;
304
324
  })();
305
- const $iu14 = (input3) => (() => {
325
+ const $iu15 = (input3) => (() => {
306
326
  if ("grade" === input3.valueFor)
307
- return $io79(input3);
327
+ return $io81(input3);
308
328
  if ("children" === input3.valueFor)
309
- return $io80(input3);
329
+ return $io82(input3);
310
330
  return false;
311
331
  })();
312
332
  return "object" === typeof input2 && null !== input2 && $io0(input2);
@@ -392,6 +412,10 @@ var validCorrelationVolcanoRequest = (input) => {
392
412
  path: _path2 + ".lst",
393
413
  expected: 'Array<Filter | { type: "tvs"; tvs: Tvs; }>',
394
414
  value: input3.lst
415
+ }), void 0 === input3.$id || "string" === typeof input3.$id || $report(_exceptionable2, {
416
+ path: _path2 + ".$id",
417
+ expected: "(string | undefined)",
418
+ value: input3.$id
395
419
  })].every((flag) => flag);
396
420
  const $vo2 = (input3, _path2, _exceptionable2 = true) => ["tvs" === input3.type || $report(_exceptionable2, {
397
421
  path: _path2 + ".type",
@@ -401,7 +425,7 @@ var validCorrelationVolcanoRequest = (input) => {
401
425
  path: _path2 + ".tvs",
402
426
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs | TermCollectionTvs)",
403
427
  value: input3.tvs
404
- })) && $vu7(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
428
+ })) && $vu8(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
405
429
  path: _path2 + ".tvs",
406
430
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs | TermCollectionTvs)",
407
431
  value: input3.tvs
@@ -414,6 +438,26 @@ var validCorrelationVolcanoRequest = (input) => {
414
438
  path: _path2 + ".isnot",
415
439
  expected: "(boolean | undefined)",
416
440
  value: input3.isnot
441
+ }), void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade || $report(_exceptionable2, {
442
+ path: _path2 + ".bar_by_grade",
443
+ expected: "(boolean | undefined)",
444
+ value: input3.bar_by_grade
445
+ }), void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children || $report(_exceptionable2, {
446
+ path: _path2 + ".bar_by_children",
447
+ expected: "(boolean | undefined)",
448
+ value: input3.bar_by_children
449
+ }), void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade || $report(_exceptionable2, {
450
+ path: _path2 + ".value_by_max_grade",
451
+ expected: "(boolean | undefined)",
452
+ value: input3.value_by_max_grade
453
+ }), void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent || $report(_exceptionable2, {
454
+ path: _path2 + ".value_by_most_recent",
455
+ expected: "(boolean | undefined)",
456
+ value: input3.value_by_most_recent
457
+ }), void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade || $report(_exceptionable2, {
458
+ path: _path2 + ".value_by_computable_grade",
459
+ expected: "(boolean | undefined)",
460
+ value: input3.value_by_computable_grade
417
461
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
418
462
  path: _path2 + ".term",
419
463
  expected: "CategoricalTerm",
@@ -442,6 +486,10 @@ var validCorrelationVolcanoRequest = (input) => {
442
486
  path: _path2 + ".values",
443
487
  expected: "Array<BaseValue>",
444
488
  value: input3.values
489
+ }), void 0 === input3.valueset || input3.valueset instanceof Set || $report(_exceptionable2, {
490
+ path: _path2 + ".valueset",
491
+ expected: "(Set<any> | undefined)",
492
+ value: input3.valueset
445
493
  })].every((flag) => flag);
446
494
  const $vo4 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
447
495
  path: _path2 + ".id",
@@ -709,45 +757,65 @@ var validCorrelationVolcanoRequest = (input) => {
709
757
  path: _path2 + ".isnot",
710
758
  expected: "(boolean | undefined)",
711
759
  value: input3.isnot
760
+ }), void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade || $report(_exceptionable2, {
761
+ path: _path2 + ".bar_by_grade",
762
+ expected: "(boolean | undefined)",
763
+ value: input3.bar_by_grade
764
+ }), void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children || $report(_exceptionable2, {
765
+ path: _path2 + ".bar_by_children",
766
+ expected: "(boolean | undefined)",
767
+ value: input3.bar_by_children
768
+ }), void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade || $report(_exceptionable2, {
769
+ path: _path2 + ".value_by_max_grade",
770
+ expected: "(boolean | undefined)",
771
+ value: input3.value_by_max_grade
772
+ }), void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent || $report(_exceptionable2, {
773
+ path: _path2 + ".value_by_most_recent",
774
+ expected: "(boolean | undefined)",
775
+ value: input3.value_by_most_recent
776
+ }), void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade || $report(_exceptionable2, {
777
+ path: _path2 + ".value_by_computable_grade",
778
+ expected: "(boolean | undefined)",
779
+ value: input3.value_by_computable_grade
712
780
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
713
781
  path: _path2 + ".term",
714
782
  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 | SsGSEATerm | WholeProteomeAbundanceTerm)',
715
783
  value: input3.term
716
- })) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
784
+ })) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
717
785
  path: _path2 + ".term",
718
786
  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 | SsGSEATerm | WholeProteomeAbundanceTerm)',
719
787
  value: input3.term
720
788
  }), (Array.isArray(input3.ranges) || $report(_exceptionable2, {
721
789
  path: _path2 + ".ranges",
722
- expected: "Array<NumericBin>",
790
+ expected: "Array<NumericBin | { value: number; label?: string | undefined; name?: string | undefined; }>",
723
791
  value: input3.ranges
724
792
  })) && input3.ranges.map((elem, _index9) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
725
793
  path: _path2 + ".ranges[" + _index9 + "]",
726
- expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
794
+ expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin | __type.o4)",
727
795
  value: elem
728
796
  })) && $vu2(elem, _path2 + ".ranges[" + _index9 + "]", _exceptionable2) || $report(_exceptionable2, {
729
797
  path: _path2 + ".ranges[" + _index9 + "]",
730
- expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
798
+ expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin | __type.o4)",
731
799
  value: elem
732
800
  })).every((flag) => flag) || $report(_exceptionable2, {
733
801
  path: _path2 + ".ranges",
734
- expected: "Array<NumericBin>",
802
+ expected: "Array<NumericBin | { value: number; label?: string | undefined; name?: string | undefined; }>",
735
803
  value: input3.ranges
736
- }), (Array.isArray(input3.values) || $report(_exceptionable2, {
804
+ }), void 0 === input3.values || (Array.isArray(input3.values) || $report(_exceptionable2, {
737
805
  path: _path2 + ".values",
738
- expected: "Array<__type>.o1",
806
+ expected: "(Array<__type>.o1 | undefined)",
739
807
  value: input3.values
740
808
  })) && input3.values.map((elem, _index10) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
741
809
  path: _path2 + ".values[" + _index10 + "]",
742
- expected: "__type.o4",
810
+ expected: "__type.o5",
743
811
  value: elem
744
- })) && $vo32(elem, _path2 + ".values[" + _index10 + "]", _exceptionable2) || $report(_exceptionable2, {
812
+ })) && $vo33(elem, _path2 + ".values[" + _index10 + "]", _exceptionable2) || $report(_exceptionable2, {
745
813
  path: _path2 + ".values[" + _index10 + "]",
746
- expected: "__type.o4",
814
+ expected: "__type.o5",
747
815
  value: elem
748
816
  })).every((flag) => flag) || $report(_exceptionable2, {
749
817
  path: _path2 + ".values",
750
- expected: "Array<__type>.o1",
818
+ expected: "(Array<__type>.o1 | undefined)",
751
819
  value: input3.values
752
820
  })].every((flag) => flag);
753
821
  const $vo14 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
@@ -848,7 +916,7 @@ var validCorrelationVolcanoRequest = (input) => {
848
916
  path: _path2 + '["default"]',
849
917
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
850
918
  value: input3["default"]
851
- })) && $vu9(input3["default"], _path2 + '["default"]', _exceptionable2) || $report(_exceptionable2, {
919
+ })) && $vu10(input3["default"], _path2 + '["default"]', _exceptionable2) || $report(_exceptionable2, {
852
920
  path: _path2 + '["default"]',
853
921
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
854
922
  value: input3["default"]
@@ -856,7 +924,7 @@ var validCorrelationVolcanoRequest = (input) => {
856
924
  path: _path2 + ".less",
857
925
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
858
926
  value: input3.less
859
- })) && $vu9(input3.less, _path2 + ".less", _exceptionable2) || $report(_exceptionable2, {
927
+ })) && $vu10(input3.less, _path2 + ".less", _exceptionable2) || $report(_exceptionable2, {
860
928
  path: _path2 + ".less",
861
929
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
862
930
  value: input3.less
@@ -917,7 +985,7 @@ var validCorrelationVolcanoRequest = (input) => {
917
985
  path: _path2 + ".first_bin",
918
986
  expected: "(FullyBoundedBin | StartUnboundedBin)",
919
987
  value: input3.first_bin
920
- })) && $vu5(input3.first_bin, _path2 + ".first_bin", _exceptionable2) || $report(_exceptionable2, {
988
+ })) && $vu6(input3.first_bin, _path2 + ".first_bin", _exceptionable2) || $report(_exceptionable2, {
921
989
  path: _path2 + ".first_bin",
922
990
  expected: "(FullyBoundedBin | StartUnboundedBin)",
923
991
  value: input3.first_bin
@@ -925,7 +993,7 @@ var validCorrelationVolcanoRequest = (input) => {
925
993
  path: _path2 + ".last_bin",
926
994
  expected: "(FullyBoundedBin | StopUnboundedBin | undefined)",
927
995
  value: input3.last_bin
928
- })) && $vu6(input3.last_bin, _path2 + ".last_bin", _exceptionable2) || $report(_exceptionable2, {
996
+ })) && $vu7(input3.last_bin, _path2 + ".last_bin", _exceptionable2) || $report(_exceptionable2, {
929
997
  path: _path2 + ".last_bin",
930
998
  expected: "(FullyBoundedBin | StopUnboundedBin | undefined)",
931
999
  value: input3.last_bin
@@ -1090,7 +1158,7 @@ var validCorrelationVolcanoRequest = (input) => {
1090
1158
  path: _path2 + ".lst[0]",
1091
1159
  expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
1092
1160
  value: input3.lst[0]
1093
- })) && $vu2(input3.lst[0], _path2 + ".lst[0]", _exceptionable2) || $report(_exceptionable2, {
1161
+ })) && $vu5(input3.lst[0], _path2 + ".lst[0]", _exceptionable2) || $report(_exceptionable2, {
1094
1162
  path: _path2 + ".lst[0]",
1095
1163
  expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
1096
1164
  value: input3.lst[0]
@@ -1103,7 +1171,7 @@ var validCorrelationVolcanoRequest = (input) => {
1103
1171
  path: _path2 + ".lst[" + (1 + _index13) + "]",
1104
1172
  expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
1105
1173
  value: elem
1106
- })) && $vu2(elem, _path2 + ".lst[" + (1 + _index13) + "]", _exceptionable2) || $report(_exceptionable2, {
1174
+ })) && $vu5(elem, _path2 + ".lst[" + (1 + _index13) + "]", _exceptionable2) || $report(_exceptionable2, {
1107
1175
  path: _path2 + ".lst[" + (1 + _index13) + "]",
1108
1176
  expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
1109
1177
  value: elem
@@ -2009,7 +2077,20 @@ var validCorrelationVolcanoRequest = (input) => {
2009
2077
  expected: "number",
2010
2078
  value: input3.stop
2011
2079
  })].every((flag) => flag);
2012
- const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
2080
+ const $vo32 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
2081
+ path: _path2 + ".value",
2082
+ expected: "number",
2083
+ value: input3.value
2084
+ }), void 0 === input3.label || "string" === typeof input3.label || $report(_exceptionable2, {
2085
+ path: _path2 + ".label",
2086
+ expected: "(string | undefined)",
2087
+ value: input3.label
2088
+ }), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
2089
+ path: _path2 + ".name",
2090
+ expected: "(string | undefined)",
2091
+ value: input3.name
2092
+ })].every((flag) => flag);
2093
+ const $vo33 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
2013
2094
  path: _path2 + ".key",
2014
2095
  expected: "string",
2015
2096
  value: input3.key
@@ -2026,7 +2107,7 @@ var validCorrelationVolcanoRequest = (input) => {
2026
2107
  expected: "(string | undefined)",
2027
2108
  value: input3.label
2028
2109
  })].every((flag) => flag);
2029
- const $vo33 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
2110
+ const $vo34 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
2030
2111
  path: _path2 + ".join",
2031
2112
  expected: "(string | undefined)",
2032
2113
  value: input3.join
@@ -2034,14 +2115,14 @@ var validCorrelationVolcanoRequest = (input) => {
2034
2115
  path: _path2 + ".isnot",
2035
2116
  expected: "(boolean | undefined)",
2036
2117
  value: input3.isnot
2037
- }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2038
- path: _path2 + ".term",
2039
- expected: "ConditionTerm",
2040
- value: input3.term
2041
- })) && $vo34(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2042
- path: _path2 + ".term",
2043
- expected: "ConditionTerm",
2044
- value: input3.term
2118
+ }), void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade || $report(_exceptionable2, {
2119
+ path: _path2 + ".bar_by_grade",
2120
+ expected: "(boolean | undefined)",
2121
+ value: input3.bar_by_grade
2122
+ }), void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children || $report(_exceptionable2, {
2123
+ path: _path2 + ".bar_by_children",
2124
+ expected: "(boolean | undefined)",
2125
+ value: input3.bar_by_children
2045
2126
  }), void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade || $report(_exceptionable2, {
2046
2127
  path: _path2 + ".value_by_max_grade",
2047
2128
  expected: "(boolean | undefined)",
@@ -2054,6 +2135,14 @@ var validCorrelationVolcanoRequest = (input) => {
2054
2135
  path: _path2 + ".value_by_computable_grade",
2055
2136
  expected: "(boolean | undefined)",
2056
2137
  value: input3.value_by_computable_grade
2138
+ }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2139
+ path: _path2 + ".term",
2140
+ expected: "ConditionTerm",
2141
+ value: input3.term
2142
+ })) && $vo35(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2143
+ path: _path2 + ".term",
2144
+ expected: "ConditionTerm",
2145
+ value: input3.term
2057
2146
  }), void 0 === input3.grade_and_child || (Array.isArray(input3.grade_and_child) || $report(_exceptionable2, {
2058
2147
  path: _path2 + ".grade_and_child",
2059
2148
  expected: "(Array<GradeAndChildEntry> | undefined)",
@@ -2062,7 +2151,7 @@ var validCorrelationVolcanoRequest = (input) => {
2062
2151
  path: _path2 + ".grade_and_child[" + _index33 + "]",
2063
2152
  expected: "GradeAndChildEntry",
2064
2153
  value: elem
2065
- })) && $vo35(elem, _path2 + ".grade_and_child[" + _index33 + "]", _exceptionable2) || $report(_exceptionable2, {
2154
+ })) && $vo36(elem, _path2 + ".grade_and_child[" + _index33 + "]", _exceptionable2) || $report(_exceptionable2, {
2066
2155
  path: _path2 + ".grade_and_child[" + _index33 + "]",
2067
2156
  expected: "GradeAndChildEntry",
2068
2157
  value: elem
@@ -2070,8 +2159,24 @@ var validCorrelationVolcanoRequest = (input) => {
2070
2159
  path: _path2 + ".grade_and_child",
2071
2160
  expected: "(Array<GradeAndChildEntry> | undefined)",
2072
2161
  value: input3.grade_and_child
2162
+ }), (Array.isArray(input3.values) || $report(_exceptionable2, {
2163
+ path: _path2 + ".values",
2164
+ expected: "Array<__type>.o2",
2165
+ value: input3.values
2166
+ })) && input3.values.map((elem, _index34) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2167
+ path: _path2 + ".values[" + _index34 + "]",
2168
+ expected: "__type.o6",
2169
+ value: elem
2170
+ })) && $vo37(elem, _path2 + ".values[" + _index34 + "]", _exceptionable2) || $report(_exceptionable2, {
2171
+ path: _path2 + ".values[" + _index34 + "]",
2172
+ expected: "__type.o6",
2173
+ value: elem
2174
+ })).every((flag) => flag) || $report(_exceptionable2, {
2175
+ path: _path2 + ".values",
2176
+ expected: "Array<__type>.o2",
2177
+ value: input3.values
2073
2178
  })].every((flag) => flag);
2074
- const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2179
+ const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2075
2180
  path: _path2 + ".id",
2076
2181
  expected: "string",
2077
2182
  value: input3.id
@@ -2087,8 +2192,8 @@ var validCorrelationVolcanoRequest = (input) => {
2087
2192
  path: _path2 + ".child_types",
2088
2193
  expected: "(Array<string> | undefined)",
2089
2194
  value: input3.child_types
2090
- })) && input3.child_types.map((elem, _index34) => "string" === typeof elem || $report(_exceptionable2, {
2091
- path: _path2 + ".child_types[" + _index34 + "]",
2195
+ })) && input3.child_types.map((elem, _index35) => "string" === typeof elem || $report(_exceptionable2, {
2196
+ path: _path2 + ".child_types[" + _index35 + "]",
2092
2197
  expected: "string",
2093
2198
  value: elem
2094
2199
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2103,8 +2208,8 @@ var validCorrelationVolcanoRequest = (input) => {
2103
2208
  path: _path2 + ".included_types",
2104
2209
  expected: "(Array<string> | undefined)",
2105
2210
  value: input3.included_types
2106
- })) && input3.included_types.map((elem, _index35) => "string" === typeof elem || $report(_exceptionable2, {
2107
- path: _path2 + ".included_types[" + _index35 + "]",
2211
+ })) && input3.included_types.map((elem, _index36) => "string" === typeof elem || $report(_exceptionable2, {
2212
+ path: _path2 + ".included_types[" + _index36 + "]",
2108
2213
  expected: "string",
2109
2214
  value: elem
2110
2215
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2136,7 +2241,7 @@ var validCorrelationVolcanoRequest = (input) => {
2136
2241
  expected: "(__type.o1 | undefined)",
2137
2242
  value: input3.valueConversion
2138
2243
  })].every((flag) => flag);
2139
- const $vo35 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
2244
+ const $vo36 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
2140
2245
  path: _path2 + ".grade",
2141
2246
  expected: "number",
2142
2247
  value: input3.grade
@@ -2153,7 +2258,25 @@ var validCorrelationVolcanoRequest = (input) => {
2153
2258
  expected: "string",
2154
2259
  value: input3.child_label
2155
2260
  })].every((flag) => flag);
2156
- const $vo36 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
2261
+ const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || "number" === typeof input3.key || $report(_exceptionable2, {
2262
+ path: _path2 + ".key",
2263
+ expected: "(number | string)",
2264
+ value: input3.key
2265
+ }), void 0 === input3.label || "string" === typeof input3.label || $report(_exceptionable2, {
2266
+ path: _path2 + ".label",
2267
+ expected: "(string | undefined)",
2268
+ value: input3.label
2269
+ }), false === _exceptionable2 || Object.keys(input3).map((key) => {
2270
+ if (["key", "label"].some((prop) => key === prop))
2271
+ return true;
2272
+ const value = input3[key];
2273
+ if (void 0 === value)
2274
+ return true;
2275
+ if (RegExp(/(.*)/).test(key))
2276
+ return true;
2277
+ return true;
2278
+ }).every((flag) => flag)].every((flag) => flag);
2279
+ const $vo38 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
2157
2280
  path: _path2 + ".join",
2158
2281
  expected: "(string | undefined)",
2159
2282
  value: input3.join
@@ -2161,29 +2284,49 @@ var validCorrelationVolcanoRequest = (input) => {
2161
2284
  path: _path2 + ".isnot",
2162
2285
  expected: "(boolean | undefined)",
2163
2286
  value: input3.isnot
2287
+ }), void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade || $report(_exceptionable2, {
2288
+ path: _path2 + ".bar_by_grade",
2289
+ expected: "(boolean | undefined)",
2290
+ value: input3.bar_by_grade
2291
+ }), void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children || $report(_exceptionable2, {
2292
+ path: _path2 + ".bar_by_children",
2293
+ expected: "(boolean | undefined)",
2294
+ value: input3.bar_by_children
2295
+ }), void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade || $report(_exceptionable2, {
2296
+ path: _path2 + ".value_by_max_grade",
2297
+ expected: "(boolean | undefined)",
2298
+ value: input3.value_by_max_grade
2299
+ }), void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent || $report(_exceptionable2, {
2300
+ path: _path2 + ".value_by_most_recent",
2301
+ expected: "(boolean | undefined)",
2302
+ value: input3.value_by_most_recent
2303
+ }), void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade || $report(_exceptionable2, {
2304
+ path: _path2 + ".value_by_computable_grade",
2305
+ expected: "(boolean | undefined)",
2306
+ value: input3.value_by_computable_grade
2164
2307
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2165
2308
  path: _path2 + ".term",
2166
2309
  expected: "DtTerm",
2167
2310
  value: input3.term
2168
- })) && $vo37(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2311
+ })) && $vo39(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2169
2312
  path: _path2 + ".term",
2170
2313
  expected: "DtTerm",
2171
2314
  value: input3.term
2172
2315
  }), (Array.isArray(input3.values) || $report(_exceptionable2, {
2173
2316
  path: _path2 + ".values",
2174
- expected: "Array<__type>.o2",
2317
+ expected: "Array<GeneVariantValue>",
2175
2318
  value: input3.values
2176
- })) && input3.values.map((elem, _index36) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2177
- path: _path2 + ".values[" + _index36 + "]",
2178
- expected: "__type.o5",
2319
+ })) && input3.values.map((elem, _index37) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || $report(_exceptionable2, {
2320
+ path: _path2 + ".values[" + _index37 + "]",
2321
+ expected: "GeneVariantValue",
2179
2322
  value: elem
2180
- })) && $vo42(elem, _path2 + ".values[" + _index36 + "]", _exceptionable2) || $report(_exceptionable2, {
2181
- path: _path2 + ".values[" + _index36 + "]",
2182
- expected: "__type.o5",
2323
+ })) && $vo44(elem, _path2 + ".values[" + _index37 + "]", _exceptionable2) || $report(_exceptionable2, {
2324
+ path: _path2 + ".values[" + _index37 + "]",
2325
+ expected: "GeneVariantValue",
2183
2326
  value: elem
2184
2327
  })).every((flag) => flag) || $report(_exceptionable2, {
2185
2328
  path: _path2 + ".values",
2186
- expected: "Array<__type>.o2",
2329
+ expected: "Array<GeneVariantValue>",
2187
2330
  value: input3.values
2188
2331
  }), void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested || $report(_exceptionable2, {
2189
2332
  path: _path2 + ".includeNotTested",
@@ -2193,8 +2336,40 @@ var validCorrelationVolcanoRequest = (input) => {
2193
2336
  path: _path2 + ".excludeGeneName",
2194
2337
  expected: "(boolean | undefined)",
2195
2338
  value: input3.excludeGeneName
2339
+ }), void 0 === input3.genotype || "variant" === input3.genotype || "nt" === input3.genotype || "wt" === input3.genotype || $report(_exceptionable2, {
2340
+ path: _path2 + ".genotype",
2341
+ expected: '("nt" | "variant" | "wt" | undefined)',
2342
+ value: input3.genotype
2343
+ }), void 0 === input3.mcount || "any" === input3.mcount || "single" === input3.mcount || "multiple" === input3.mcount || "all" === input3.mcount || $report(_exceptionable2, {
2344
+ path: _path2 + ".mcount",
2345
+ expected: '("all" | "any" | "multiple" | "single" | undefined)',
2346
+ value: input3.mcount
2347
+ }), void 0 === input3.continuousCnv || "boolean" === typeof input3.continuousCnv || $report(_exceptionable2, {
2348
+ path: _path2 + ".continuousCnv",
2349
+ expected: "(boolean | undefined)",
2350
+ value: input3.continuousCnv
2351
+ }), void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff || $report(_exceptionable2, {
2352
+ path: _path2 + ".cnvLossCutoff",
2353
+ expected: "(number | undefined)",
2354
+ value: input3.cnvLossCutoff
2355
+ }), void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff || $report(_exceptionable2, {
2356
+ path: _path2 + ".cnvGainCutoff",
2357
+ expected: "(number | undefined)",
2358
+ value: input3.cnvGainCutoff
2359
+ }), void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength || $report(_exceptionable2, {
2360
+ path: _path2 + ".cnvMaxLength",
2361
+ expected: "(number | undefined)",
2362
+ value: input3.cnvMaxLength
2363
+ }), void 0 === input3.cnvWT || "boolean" === typeof input3.cnvWT || $report(_exceptionable2, {
2364
+ path: _path2 + ".cnvWT",
2365
+ expected: "(boolean | undefined)",
2366
+ value: input3.cnvWT
2367
+ }), void 0 === input3.fractionOverlap || "number" === typeof input3.fractionOverlap || $report(_exceptionable2, {
2368
+ path: _path2 + ".fractionOverlap",
2369
+ expected: "(number | undefined)",
2370
+ value: input3.fractionOverlap
2196
2371
  })].every((flag) => flag);
2197
- const $vo37 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2372
+ const $vo39 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2198
2373
  path: _path2 + ".id",
2199
2374
  expected: "string",
2200
2375
  value: input3.id
@@ -2214,7 +2389,7 @@ var validCorrelationVolcanoRequest = (input) => {
2214
2389
  path: _path2 + ".parentTerm",
2215
2390
  expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
2216
2391
  value: input3.parentTerm
2217
- })) && $vu10(input3.parentTerm, _path2 + ".parentTerm", _exceptionable2) || $report(_exceptionable2, {
2392
+ })) && $vu11(input3.parentTerm, _path2 + ".parentTerm", _exceptionable2) || $report(_exceptionable2, {
2218
2393
  path: _path2 + ".parentTerm",
2219
2394
  expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
2220
2395
  value: input3.parentTerm
@@ -2243,7 +2418,7 @@ var validCorrelationVolcanoRequest = (input) => {
2243
2418
  expected: "TermValues",
2244
2419
  value: input3.values
2245
2420
  })].every((flag) => flag);
2246
- const $vo38 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2421
+ const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2247
2422
  path: _path2 + ".id",
2248
2423
  expected: "string",
2249
2424
  value: input3.id
@@ -2259,8 +2434,8 @@ var validCorrelationVolcanoRequest = (input) => {
2259
2434
  path: _path2 + ".child_types",
2260
2435
  expected: "(Array<string> | undefined)",
2261
2436
  value: input3.child_types
2262
- })) && input3.child_types.map((elem, _index37) => "string" === typeof elem || $report(_exceptionable2, {
2263
- path: _path2 + ".child_types[" + _index37 + "]",
2437
+ })) && input3.child_types.map((elem, _index38) => "string" === typeof elem || $report(_exceptionable2, {
2438
+ path: _path2 + ".child_types[" + _index38 + "]",
2264
2439
  expected: "string",
2265
2440
  value: elem
2266
2441
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2275,8 +2450,8 @@ var validCorrelationVolcanoRequest = (input) => {
2275
2450
  path: _path2 + ".included_types",
2276
2451
  expected: "(Array<string> | undefined)",
2277
2452
  value: input3.included_types
2278
- })) && input3.included_types.map((elem, _index38) => "string" === typeof elem || $report(_exceptionable2, {
2279
- path: _path2 + ".included_types[" + _index38 + "]",
2453
+ })) && input3.included_types.map((elem, _index39) => "string" === typeof elem || $report(_exceptionable2, {
2454
+ path: _path2 + ".included_types[" + _index39 + "]",
2280
2455
  expected: "string",
2281
2456
  value: elem
2282
2457
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2331,12 +2506,12 @@ var validCorrelationVolcanoRequest = (input) => {
2331
2506
  path: _path2 + ".genes",
2332
2507
  expected: "Array<GvGeneTerm>",
2333
2508
  value: input3.genes
2334
- })) && input3.genes.map((elem, _index39) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2335
- path: _path2 + ".genes[" + _index39 + "]",
2509
+ })) && input3.genes.map((elem, _index40) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2510
+ path: _path2 + ".genes[" + _index40 + "]",
2336
2511
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2337
2512
  value: elem
2338
- })) && $vu3(elem, _path2 + ".genes[" + _index39 + "]", _exceptionable2) || $report(_exceptionable2, {
2339
- path: _path2 + ".genes[" + _index39 + "]",
2513
+ })) && $vu3(elem, _path2 + ".genes[" + _index40 + "]", _exceptionable2) || $report(_exceptionable2, {
2514
+ path: _path2 + ".genes[" + _index40 + "]",
2340
2515
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2341
2516
  value: elem
2342
2517
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2355,12 +2530,12 @@ var validCorrelationVolcanoRequest = (input) => {
2355
2530
  path: _path2 + ".childTerms",
2356
2531
  expected: "(Array<DtTerm> | undefined)",
2357
2532
  value: input3.childTerms
2358
- })) && input3.childTerms.map((elem, _index40) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2359
- path: _path2 + ".childTerms[" + _index40 + "]",
2533
+ })) && input3.childTerms.map((elem, _index41) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2534
+ path: _path2 + ".childTerms[" + _index41 + "]",
2360
2535
  expected: "DtTerm",
2361
2536
  value: elem
2362
- })) && $vo37(elem, _path2 + ".childTerms[" + _index40 + "]", _exceptionable2) || $report(_exceptionable2, {
2363
- path: _path2 + ".childTerms[" + _index40 + "]",
2537
+ })) && $vo39(elem, _path2 + ".childTerms[" + _index41 + "]", _exceptionable2) || $report(_exceptionable2, {
2538
+ path: _path2 + ".childTerms[" + _index41 + "]",
2364
2539
  expected: "DtTerm",
2365
2540
  value: elem
2366
2541
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2368,7 +2543,7 @@ var validCorrelationVolcanoRequest = (input) => {
2368
2543
  expected: "(Array<DtTerm> | undefined)",
2369
2544
  value: input3.childTerms
2370
2545
  })].every((flag) => flag);
2371
- const $vo39 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2546
+ const $vo41 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2372
2547
  path: _path2 + ".id",
2373
2548
  expected: "string",
2374
2549
  value: input3.id
@@ -2384,8 +2559,8 @@ var validCorrelationVolcanoRequest = (input) => {
2384
2559
  path: _path2 + ".child_types",
2385
2560
  expected: "(Array<string> | undefined)",
2386
2561
  value: input3.child_types
2387
- })) && input3.child_types.map((elem, _index41) => "string" === typeof elem || $report(_exceptionable2, {
2388
- path: _path2 + ".child_types[" + _index41 + "]",
2562
+ })) && input3.child_types.map((elem, _index42) => "string" === typeof elem || $report(_exceptionable2, {
2563
+ path: _path2 + ".child_types[" + _index42 + "]",
2389
2564
  expected: "string",
2390
2565
  value: elem
2391
2566
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2400,8 +2575,8 @@ var validCorrelationVolcanoRequest = (input) => {
2400
2575
  path: _path2 + ".included_types",
2401
2576
  expected: "(Array<string> | undefined)",
2402
2577
  value: input3.included_types
2403
- })) && input3.included_types.map((elem, _index42) => "string" === typeof elem || $report(_exceptionable2, {
2404
- path: _path2 + ".included_types[" + _index42 + "]",
2578
+ })) && input3.included_types.map((elem, _index43) => "string" === typeof elem || $report(_exceptionable2, {
2579
+ path: _path2 + ".included_types[" + _index43 + "]",
2405
2580
  expected: "string",
2406
2581
  value: elem
2407
2582
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2453,7 +2628,7 @@ var validCorrelationVolcanoRequest = (input) => {
2453
2628
  expected: "(number | undefined)",
2454
2629
  value: input3.stop
2455
2630
  })].every((flag) => flag);
2456
- const $vo40 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2631
+ const $vo42 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2457
2632
  path: _path2 + ".id",
2458
2633
  expected: "string",
2459
2634
  value: input3.id
@@ -2469,8 +2644,8 @@ var validCorrelationVolcanoRequest = (input) => {
2469
2644
  path: _path2 + ".child_types",
2470
2645
  expected: "(Array<string> | undefined)",
2471
2646
  value: input3.child_types
2472
- })) && input3.child_types.map((elem, _index43) => "string" === typeof elem || $report(_exceptionable2, {
2473
- path: _path2 + ".child_types[" + _index43 + "]",
2647
+ })) && input3.child_types.map((elem, _index44) => "string" === typeof elem || $report(_exceptionable2, {
2648
+ path: _path2 + ".child_types[" + _index44 + "]",
2474
2649
  expected: "string",
2475
2650
  value: elem
2476
2651
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2485,8 +2660,8 @@ var validCorrelationVolcanoRequest = (input) => {
2485
2660
  path: _path2 + ".included_types",
2486
2661
  expected: "(Array<string> | undefined)",
2487
2662
  value: input3.included_types
2488
- })) && input3.included_types.map((elem, _index44) => "string" === typeof elem || $report(_exceptionable2, {
2489
- path: _path2 + ".included_types[" + _index44 + "]",
2663
+ })) && input3.included_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
2664
+ path: _path2 + ".included_types[" + _index45 + "]",
2490
2665
  expected: "string",
2491
2666
  value: elem
2492
2667
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2534,7 +2709,7 @@ var validCorrelationVolcanoRequest = (input) => {
2534
2709
  expected: "number",
2535
2710
  value: input3.stop
2536
2711
  })].every((flag) => flag);
2537
- const $vo41 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2712
+ const $vo43 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2538
2713
  path: _path2 + ".id",
2539
2714
  expected: "string",
2540
2715
  value: input3.id
@@ -2550,8 +2725,8 @@ var validCorrelationVolcanoRequest = (input) => {
2550
2725
  path: _path2 + ".child_types",
2551
2726
  expected: "(Array<string> | undefined)",
2552
2727
  value: input3.child_types
2553
- })) && input3.child_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
2554
- path: _path2 + ".child_types[" + _index45 + "]",
2728
+ })) && input3.child_types.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
2729
+ path: _path2 + ".child_types[" + _index46 + "]",
2555
2730
  expected: "string",
2556
2731
  value: elem
2557
2732
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2566,8 +2741,8 @@ var validCorrelationVolcanoRequest = (input) => {
2566
2741
  path: _path2 + ".included_types",
2567
2742
  expected: "(Array<string> | undefined)",
2568
2743
  value: input3.included_types
2569
- })) && input3.included_types.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
2570
- path: _path2 + ".included_types[" + _index46 + "]",
2744
+ })) && input3.included_types.map((elem, _index47) => "string" === typeof elem || $report(_exceptionable2, {
2745
+ path: _path2 + ".included_types[" + _index47 + "]",
2571
2746
  expected: "string",
2572
2747
  value: elem
2573
2748
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2618,12 +2793,12 @@ var validCorrelationVolcanoRequest = (input) => {
2618
2793
  path: _path2 + ".genes",
2619
2794
  expected: "Array<GvGeneTerm>",
2620
2795
  value: input3.genes
2621
- })) && input3.genes.map((elem, _index47) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2622
- path: _path2 + ".genes[" + _index47 + "]",
2796
+ })) && input3.genes.map((elem, _index48) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2797
+ path: _path2 + ".genes[" + _index48 + "]",
2623
2798
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2624
2799
  value: elem
2625
- })) && $vu3(elem, _path2 + ".genes[" + _index47 + "]", _exceptionable2) || $report(_exceptionable2, {
2626
- path: _path2 + ".genes[" + _index47 + "]",
2800
+ })) && $vu3(elem, _path2 + ".genes[" + _index48 + "]", _exceptionable2) || $report(_exceptionable2, {
2801
+ path: _path2 + ".genes[" + _index48 + "]",
2627
2802
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2628
2803
  value: elem
2629
2804
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2642,12 +2817,12 @@ var validCorrelationVolcanoRequest = (input) => {
2642
2817
  path: _path2 + ".childTerms",
2643
2818
  expected: "(Array<DtTerm> | undefined)",
2644
2819
  value: input3.childTerms
2645
- })) && input3.childTerms.map((elem, _index48) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2646
- path: _path2 + ".childTerms[" + _index48 + "]",
2820
+ })) && input3.childTerms.map((elem, _index49) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2821
+ path: _path2 + ".childTerms[" + _index49 + "]",
2647
2822
  expected: "DtTerm",
2648
2823
  value: elem
2649
- })) && $vo37(elem, _path2 + ".childTerms[" + _index48 + "]", _exceptionable2) || $report(_exceptionable2, {
2650
- path: _path2 + ".childTerms[" + _index48 + "]",
2824
+ })) && $vo39(elem, _path2 + ".childTerms[" + _index49 + "]", _exceptionable2) || $report(_exceptionable2, {
2825
+ path: _path2 + ".childTerms[" + _index49 + "]",
2651
2826
  expected: "DtTerm",
2652
2827
  value: elem
2653
2828
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2655,20 +2830,52 @@ var validCorrelationVolcanoRequest = (input) => {
2655
2830
  expected: "(Array<DtTerm> | undefined)",
2656
2831
  value: input3.childTerms
2657
2832
  })].every((flag) => flag);
2658
- const $vo42 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
2833
+ const $vo44 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
2659
2834
  path: _path2 + ".key",
2660
- expected: "string",
2835
+ expected: "(string | undefined)",
2661
2836
  value: input3.key
2662
- }), "string" === typeof input3.label || $report(_exceptionable2, {
2837
+ }), void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label || $report(_exceptionable2, {
2663
2838
  path: _path2 + ".label",
2664
- expected: "string",
2839
+ expected: "(number | string | undefined)",
2665
2840
  value: input3.label
2666
- }), "string" === typeof input3.value || $report(_exceptionable2, {
2841
+ }), void 0 === input3.value || "string" === typeof input3.value || $report(_exceptionable2, {
2667
2842
  path: _path2 + ".value",
2668
- expected: "string",
2843
+ expected: "(string | undefined)",
2669
2844
  value: input3.value
2845
+ }), void 0 === input3.dt || "number" === typeof input3.dt || $report(_exceptionable2, {
2846
+ path: _path2 + ".dt",
2847
+ expected: "(number | undefined)",
2848
+ value: input3.dt
2849
+ }), void 0 === input3.mclasslst || (Array.isArray(input3.mclasslst) || $report(_exceptionable2, {
2850
+ path: _path2 + ".mclasslst",
2851
+ expected: "(Array<string> | undefined)",
2852
+ value: input3.mclasslst
2853
+ })) && input3.mclasslst.map((elem, _index50) => "string" === typeof elem || $report(_exceptionable2, {
2854
+ path: _path2 + ".mclasslst[" + _index50 + "]",
2855
+ expected: "string",
2856
+ value: elem
2857
+ })).every((flag) => flag) || $report(_exceptionable2, {
2858
+ path: _path2 + ".mclasslst",
2859
+ expected: "(Array<string> | undefined)",
2860
+ value: input3.mclasslst
2861
+ }), void 0 === input3.mclassExcludeLst || (Array.isArray(input3.mclassExcludeLst) || $report(_exceptionable2, {
2862
+ path: _path2 + ".mclassExcludeLst",
2863
+ expected: "(Array<string> | undefined)",
2864
+ value: input3.mclassExcludeLst
2865
+ })) && input3.mclassExcludeLst.map((elem, _index51) => "string" === typeof elem || $report(_exceptionable2, {
2866
+ path: _path2 + ".mclassExcludeLst[" + _index51 + "]",
2867
+ expected: "string",
2868
+ value: elem
2869
+ })).every((flag) => flag) || $report(_exceptionable2, {
2870
+ path: _path2 + ".mclassExcludeLst",
2871
+ expected: "(Array<string> | undefined)",
2872
+ value: input3.mclassExcludeLst
2873
+ }), void 0 === input3.origin || "string" === typeof input3.origin || $report(_exceptionable2, {
2874
+ path: _path2 + ".origin",
2875
+ expected: "(string | undefined)",
2876
+ value: input3.origin
2670
2877
  })].every((flag) => flag);
2671
- const $vo43 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
2878
+ const $vo45 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
2672
2879
  path: _path2 + ".join",
2673
2880
  expected: "(string | undefined)",
2674
2881
  value: input3.join
@@ -2676,11 +2883,31 @@ var validCorrelationVolcanoRequest = (input) => {
2676
2883
  path: _path2 + ".isnot",
2677
2884
  expected: "(boolean | undefined)",
2678
2885
  value: input3.isnot
2886
+ }), void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade || $report(_exceptionable2, {
2887
+ path: _path2 + ".bar_by_grade",
2888
+ expected: "(boolean | undefined)",
2889
+ value: input3.bar_by_grade
2890
+ }), void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children || $report(_exceptionable2, {
2891
+ path: _path2 + ".bar_by_children",
2892
+ expected: "(boolean | undefined)",
2893
+ value: input3.bar_by_children
2894
+ }), void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade || $report(_exceptionable2, {
2895
+ path: _path2 + ".value_by_max_grade",
2896
+ expected: "(boolean | undefined)",
2897
+ value: input3.value_by_max_grade
2898
+ }), void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent || $report(_exceptionable2, {
2899
+ path: _path2 + ".value_by_most_recent",
2900
+ expected: "(boolean | undefined)",
2901
+ value: input3.value_by_most_recent
2902
+ }), void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade || $report(_exceptionable2, {
2903
+ path: _path2 + ".value_by_computable_grade",
2904
+ expected: "(boolean | undefined)",
2905
+ value: input3.value_by_computable_grade
2679
2906
  }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2680
2907
  path: _path2 + ".term",
2681
2908
  expected: "(CategoricalTermCollection | NumericTermCollection)",
2682
2909
  value: input3.term
2683
- })) && $vu11(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2910
+ })) && $vu12(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2684
2911
  path: _path2 + ".term",
2685
2912
  expected: "(CategoricalTermCollection | NumericTermCollection)",
2686
2913
  value: input3.term
@@ -2689,7 +2916,7 @@ var validCorrelationVolcanoRequest = (input) => {
2689
2916
  expected: "number",
2690
2917
  value: input3.ratio
2691
2918
  })].every((flag) => flag);
2692
- const $vo44 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2919
+ const $vo46 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2693
2920
  path: _path2 + ".id",
2694
2921
  expected: "string",
2695
2922
  value: input3.id
@@ -2705,8 +2932,8 @@ var validCorrelationVolcanoRequest = (input) => {
2705
2932
  path: _path2 + ".child_types",
2706
2933
  expected: "(Array<string> | undefined)",
2707
2934
  value: input3.child_types
2708
- })) && input3.child_types.map((elem, _index49) => "string" === typeof elem || $report(_exceptionable2, {
2709
- path: _path2 + ".child_types[" + _index49 + "]",
2935
+ })) && input3.child_types.map((elem, _index52) => "string" === typeof elem || $report(_exceptionable2, {
2936
+ path: _path2 + ".child_types[" + _index52 + "]",
2710
2937
  expected: "string",
2711
2938
  value: elem
2712
2939
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2721,8 +2948,8 @@ var validCorrelationVolcanoRequest = (input) => {
2721
2948
  path: _path2 + ".included_types",
2722
2949
  expected: "(Array<string> | undefined)",
2723
2950
  value: input3.included_types
2724
- })) && input3.included_types.map((elem, _index50) => "string" === typeof elem || $report(_exceptionable2, {
2725
- path: _path2 + ".included_types[" + _index50 + "]",
2951
+ })) && input3.included_types.map((elem, _index53) => "string" === typeof elem || $report(_exceptionable2, {
2952
+ path: _path2 + ".included_types[" + _index53 + "]",
2726
2953
  expected: "string",
2727
2954
  value: elem
2728
2955
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2753,16 +2980,12 @@ var validCorrelationVolcanoRequest = (input) => {
2753
2980
  path: _path2 + ".valueConversion",
2754
2981
  expected: "(__type.o1 | undefined)",
2755
2982
  value: input3.valueConversion
2756
- }), void 0 === input3.collectionId || "string" === typeof input3.collectionId || $report(_exceptionable2, {
2757
- path: _path2 + ".collectionId",
2758
- expected: "(string | undefined)",
2759
- value: input3.collectionId
2760
2983
  }), void 0 === input3.termIds || (Array.isArray(input3.termIds) || $report(_exceptionable2, {
2761
2984
  path: _path2 + ".termIds",
2762
2985
  expected: "(Array<string> | undefined)",
2763
2986
  value: input3.termIds
2764
- })) && input3.termIds.map((elem, _index51) => "string" === typeof elem || $report(_exceptionable2, {
2765
- path: _path2 + ".termIds[" + _index51 + "]",
2987
+ })) && input3.termIds.map((elem, _index54) => "string" === typeof elem || $report(_exceptionable2, {
2988
+ path: _path2 + ".termIds[" + _index54 + "]",
2766
2989
  expected: "string",
2767
2990
  value: elem
2768
2991
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2773,12 +2996,12 @@ var validCorrelationVolcanoRequest = (input) => {
2773
2996
  path: _path2 + ".termlst",
2774
2997
  expected: "Array<BaseTerm>",
2775
2998
  value: input3.termlst
2776
- })) && input3.termlst.map((elem, _index52) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2777
- path: _path2 + ".termlst[" + _index52 + "]",
2999
+ })) && input3.termlst.map((elem, _index55) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3000
+ path: _path2 + ".termlst[" + _index55 + "]",
2778
3001
  expected: "BaseTerm",
2779
3002
  value: elem
2780
- })) && $vo45(elem, _path2 + ".termlst[" + _index52 + "]", _exceptionable2) || $report(_exceptionable2, {
2781
- path: _path2 + ".termlst[" + _index52 + "]",
3003
+ })) && $vo47(elem, _path2 + ".termlst[" + _index55 + "]", _exceptionable2) || $report(_exceptionable2, {
3004
+ path: _path2 + ".termlst[" + _index55 + "]",
2782
3005
  expected: "BaseTerm",
2783
3006
  value: elem
2784
3007
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2791,11 +3014,11 @@ var validCorrelationVolcanoRequest = (input) => {
2791
3014
  value: input3.newTvs
2792
3015
  }), ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) || $report(_exceptionable2, {
2793
3016
  path: _path2 + ".propsByTermId",
2794
- expected: "__type.o6",
3017
+ expected: "__type.o7",
2795
3018
  value: input3.propsByTermId
2796
- })) && $vo46(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
3019
+ })) && $vo48(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
2797
3020
  path: _path2 + ".propsByTermId",
2798
- expected: "__type.o6",
3021
+ expected: "__type.o7",
2799
3022
  value: input3.propsByTermId
2800
3023
  }), "numeric" === input3.memberType || $report(_exceptionable2, {
2801
3024
  path: _path2 + ".memberType",
@@ -2805,8 +3028,8 @@ var validCorrelationVolcanoRequest = (input) => {
2805
3028
  path: _path2 + ".numerators",
2806
3029
  expected: "(Array<string> | undefined)",
2807
3030
  value: input3.numerators
2808
- })) && input3.numerators.map((elem, _index53) => "string" === typeof elem || $report(_exceptionable2, {
2809
- path: _path2 + ".numerators[" + _index53 + "]",
3031
+ })) && input3.numerators.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
3032
+ path: _path2 + ".numerators[" + _index56 + "]",
2810
3033
  expected: "string",
2811
3034
  value: elem
2812
3035
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2814,7 +3037,7 @@ var validCorrelationVolcanoRequest = (input) => {
2814
3037
  expected: "(Array<string> | undefined)",
2815
3038
  value: input3.numerators
2816
3039
  })].every((flag) => flag);
2817
- const $vo45 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3040
+ const $vo47 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2818
3041
  path: _path2 + ".id",
2819
3042
  expected: "string",
2820
3043
  value: input3.id
@@ -2830,8 +3053,8 @@ var validCorrelationVolcanoRequest = (input) => {
2830
3053
  path: _path2 + ".child_types",
2831
3054
  expected: "(Array<string> | undefined)",
2832
3055
  value: input3.child_types
2833
- })) && input3.child_types.map((elem, _index54) => "string" === typeof elem || $report(_exceptionable2, {
2834
- path: _path2 + ".child_types[" + _index54 + "]",
3056
+ })) && input3.child_types.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
3057
+ path: _path2 + ".child_types[" + _index57 + "]",
2835
3058
  expected: "string",
2836
3059
  value: elem
2837
3060
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2846,8 +3069,8 @@ var validCorrelationVolcanoRequest = (input) => {
2846
3069
  path: _path2 + ".included_types",
2847
3070
  expected: "(Array<string> | undefined)",
2848
3071
  value: input3.included_types
2849
- })) && input3.included_types.map((elem, _index55) => "string" === typeof elem || $report(_exceptionable2, {
2850
- path: _path2 + ".included_types[" + _index55 + "]",
3072
+ })) && input3.included_types.map((elem, _index58) => "string" === typeof elem || $report(_exceptionable2, {
3073
+ path: _path2 + ".included_types[" + _index58 + "]",
2851
3074
  expected: "string",
2852
3075
  value: elem
2853
3076
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2879,23 +3102,23 @@ var validCorrelationVolcanoRequest = (input) => {
2879
3102
  expected: "(__type.o1 | undefined)",
2880
3103
  value: input3.valueConversion
2881
3104
  })].every((flag) => flag);
2882
- const $vo46 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3105
+ const $vo48 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2883
3106
  const value = input3[key];
2884
3107
  if (void 0 === value)
2885
3108
  return true;
2886
3109
  if (RegExp(/(.*)/).test(key))
2887
3110
  return ("object" === typeof value && null !== value && false === Array.isArray(value) || $report(_exceptionable2, {
2888
3111
  path: _path2 + $join(key),
2889
- expected: "__type.o7",
3112
+ expected: "__type.o8",
2890
3113
  value
2891
- })) && $vo47(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
3114
+ })) && $vo49(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2892
3115
  path: _path2 + $join(key),
2893
- expected: "__type.o7",
3116
+ expected: "__type.o8",
2894
3117
  value
2895
3118
  });
2896
3119
  return true;
2897
3120
  }).every((flag) => flag)].every((flag) => flag);
2898
- const $vo47 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3121
+ const $vo49 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2899
3122
  const value = input3[key];
2900
3123
  if (void 0 === value)
2901
3124
  return true;
@@ -2903,7 +3126,7 @@ var validCorrelationVolcanoRequest = (input) => {
2903
3126
  return true;
2904
3127
  return true;
2905
3128
  }).every((flag) => flag)].every((flag) => flag);
2906
- const $vo48 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3129
+ const $vo50 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2907
3130
  path: _path2 + ".id",
2908
3131
  expected: "string",
2909
3132
  value: input3.id
@@ -2919,8 +3142,8 @@ var validCorrelationVolcanoRequest = (input) => {
2919
3142
  path: _path2 + ".child_types",
2920
3143
  expected: "(Array<string> | undefined)",
2921
3144
  value: input3.child_types
2922
- })) && input3.child_types.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
2923
- path: _path2 + ".child_types[" + _index56 + "]",
3145
+ })) && input3.child_types.map((elem, _index59) => "string" === typeof elem || $report(_exceptionable2, {
3146
+ path: _path2 + ".child_types[" + _index59 + "]",
2924
3147
  expected: "string",
2925
3148
  value: elem
2926
3149
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2935,8 +3158,8 @@ var validCorrelationVolcanoRequest = (input) => {
2935
3158
  path: _path2 + ".included_types",
2936
3159
  expected: "(Array<string> | undefined)",
2937
3160
  value: input3.included_types
2938
- })) && input3.included_types.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
2939
- path: _path2 + ".included_types[" + _index57 + "]",
3161
+ })) && input3.included_types.map((elem, _index60) => "string" === typeof elem || $report(_exceptionable2, {
3162
+ path: _path2 + ".included_types[" + _index60 + "]",
2940
3163
  expected: "string",
2941
3164
  value: elem
2942
3165
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2967,16 +3190,12 @@ var validCorrelationVolcanoRequest = (input) => {
2967
3190
  path: _path2 + ".valueConversion",
2968
3191
  expected: "(__type.o1 | undefined)",
2969
3192
  value: input3.valueConversion
2970
- }), void 0 === input3.collectionId || "string" === typeof input3.collectionId || $report(_exceptionable2, {
2971
- path: _path2 + ".collectionId",
2972
- expected: "(string | undefined)",
2973
- value: input3.collectionId
2974
3193
  }), void 0 === input3.termIds || (Array.isArray(input3.termIds) || $report(_exceptionable2, {
2975
3194
  path: _path2 + ".termIds",
2976
3195
  expected: "(Array<string> | undefined)",
2977
3196
  value: input3.termIds
2978
- })) && input3.termIds.map((elem, _index58) => "string" === typeof elem || $report(_exceptionable2, {
2979
- path: _path2 + ".termIds[" + _index58 + "]",
3197
+ })) && input3.termIds.map((elem, _index61) => "string" === typeof elem || $report(_exceptionable2, {
3198
+ path: _path2 + ".termIds[" + _index61 + "]",
2980
3199
  expected: "string",
2981
3200
  value: elem
2982
3201
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2987,12 +3206,12 @@ var validCorrelationVolcanoRequest = (input) => {
2987
3206
  path: _path2 + ".termlst",
2988
3207
  expected: "Array<BaseTerm>",
2989
3208
  value: input3.termlst
2990
- })) && input3.termlst.map((elem, _index59) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2991
- path: _path2 + ".termlst[" + _index59 + "]",
3209
+ })) && input3.termlst.map((elem, _index62) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3210
+ path: _path2 + ".termlst[" + _index62 + "]",
2992
3211
  expected: "BaseTerm",
2993
3212
  value: elem
2994
- })) && $vo45(elem, _path2 + ".termlst[" + _index59 + "]", _exceptionable2) || $report(_exceptionable2, {
2995
- path: _path2 + ".termlst[" + _index59 + "]",
3213
+ })) && $vo47(elem, _path2 + ".termlst[" + _index62 + "]", _exceptionable2) || $report(_exceptionable2, {
3214
+ path: _path2 + ".termlst[" + _index62 + "]",
2996
3215
  expected: "BaseTerm",
2997
3216
  value: elem
2998
3217
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3005,11 +3224,11 @@ var validCorrelationVolcanoRequest = (input) => {
3005
3224
  value: input3.newTvs
3006
3225
  }), ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) || $report(_exceptionable2, {
3007
3226
  path: _path2 + ".propsByTermId",
3008
- expected: "__type.o6",
3227
+ expected: "__type.o7",
3009
3228
  value: input3.propsByTermId
3010
- })) && $vo46(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
3229
+ })) && $vo48(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
3011
3230
  path: _path2 + ".propsByTermId",
3012
- expected: "__type.o6",
3231
+ expected: "__type.o7",
3013
3232
  value: input3.propsByTermId
3014
3233
  }), "categorical" === input3.memberType || $report(_exceptionable2, {
3015
3234
  path: _path2 + ".memberType",
@@ -3019,12 +3238,12 @@ var validCorrelationVolcanoRequest = (input) => {
3019
3238
  path: _path2 + ".categoryKeys",
3020
3239
  expected: "Array<CategoryKey>",
3021
3240
  value: input3.categoryKeys
3022
- })) && input3.categoryKeys.map((elem, _index60) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3023
- path: _path2 + ".categoryKeys[" + _index60 + "]",
3241
+ })) && input3.categoryKeys.map((elem, _index63) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3242
+ path: _path2 + ".categoryKeys[" + _index63 + "]",
3024
3243
  expected: "CategoryKey",
3025
3244
  value: elem
3026
- })) && $vo49(elem, _path2 + ".categoryKeys[" + _index60 + "]", _exceptionable2) || $report(_exceptionable2, {
3027
- path: _path2 + ".categoryKeys[" + _index60 + "]",
3245
+ })) && $vo51(elem, _path2 + ".categoryKeys[" + _index63 + "]", _exceptionable2) || $report(_exceptionable2, {
3246
+ path: _path2 + ".categoryKeys[" + _index63 + "]",
3028
3247
  expected: "CategoryKey",
3029
3248
  value: elem
3030
3249
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3032,7 +3251,7 @@ var validCorrelationVolcanoRequest = (input) => {
3032
3251
  expected: "Array<CategoryKey>",
3033
3252
  value: input3.categoryKeys
3034
3253
  })].every((flag) => flag);
3035
- const $vo49 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
3254
+ const $vo51 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
3036
3255
  path: _path2 + ".key",
3037
3256
  expected: "string",
3038
3257
  value: input3.key
@@ -3041,7 +3260,7 @@ var validCorrelationVolcanoRequest = (input) => {
3041
3260
  expected: "boolean",
3042
3261
  value: input3.shown
3043
3262
  })].every((flag) => flag);
3044
- const $vo50 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3263
+ const $vo52 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3045
3264
  path: _path2 + ".id",
3046
3265
  expected: "(string | undefined)",
3047
3266
  value: input3.id
@@ -3055,11 +3274,11 @@ var validCorrelationVolcanoRequest = (input) => {
3055
3274
  value: input3.isAtomic
3056
3275
  }), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
3057
3276
  path: _path2 + ".settings",
3058
- expected: "(__type.o8 | undefined)",
3277
+ expected: "(__type.o9 | undefined)",
3059
3278
  value: input3.settings
3060
- })) && $vo51(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3279
+ })) && $vo53(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3061
3280
  path: _path2 + ".settings",
3062
- expected: "(__type.o8 | undefined)",
3281
+ expected: "(__type.o9 | undefined)",
3063
3282
  value: input3.settings
3064
3283
  }), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
3065
3284
  path: _path2 + ".minNumSamples",
@@ -3069,7 +3288,7 @@ var validCorrelationVolcanoRequest = (input) => {
3069
3288
  path: _path2 + ".term",
3070
3289
  expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
3071
3290
  value: input3.term
3072
- })) && $vu12(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3291
+ })) && $vu13(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3073
3292
  path: _path2 + ".term",
3074
3293
  expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
3075
3294
  value: input3.term
@@ -3077,7 +3296,7 @@ var validCorrelationVolcanoRequest = (input) => {
3077
3296
  path: _path2 + ".q",
3078
3297
  expected: "ValuesQ",
3079
3298
  value: input3.q
3080
- })) && $vo55(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3299
+ })) && $vo57(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3081
3300
  path: _path2 + ".q",
3082
3301
  expected: "ValuesQ",
3083
3302
  value: input3.q
@@ -3086,7 +3305,7 @@ var validCorrelationVolcanoRequest = (input) => {
3086
3305
  expected: '"QualTWValues"',
3087
3306
  value: input3.type
3088
3307
  })].every((flag) => flag);
3089
- const $vo51 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3308
+ const $vo53 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
3090
3309
  const value = input3[key];
3091
3310
  if (void 0 === value)
3092
3311
  return true;
@@ -3094,7 +3313,7 @@ var validCorrelationVolcanoRequest = (input) => {
3094
3313
  return true;
3095
3314
  return true;
3096
3315
  }).every((flag) => flag)].every((flag) => flag);
3097
- const $vo52 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3316
+ const $vo54 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3098
3317
  path: _path2 + ".id",
3099
3318
  expected: "string",
3100
3319
  value: input3.id
@@ -3110,8 +3329,8 @@ var validCorrelationVolcanoRequest = (input) => {
3110
3329
  path: _path2 + ".child_types",
3111
3330
  expected: "(Array<string> | undefined)",
3112
3331
  value: input3.child_types
3113
- })) && input3.child_types.map((elem, _index61) => "string" === typeof elem || $report(_exceptionable2, {
3114
- path: _path2 + ".child_types[" + _index61 + "]",
3332
+ })) && input3.child_types.map((elem, _index64) => "string" === typeof elem || $report(_exceptionable2, {
3333
+ path: _path2 + ".child_types[" + _index64 + "]",
3115
3334
  expected: "string",
3116
3335
  value: elem
3117
3336
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3126,8 +3345,8 @@ var validCorrelationVolcanoRequest = (input) => {
3126
3345
  path: _path2 + ".included_types",
3127
3346
  expected: "(Array<string> | undefined)",
3128
3347
  value: input3.included_types
3129
- })) && input3.included_types.map((elem, _index62) => "string" === typeof elem || $report(_exceptionable2, {
3130
- path: _path2 + ".included_types[" + _index62 + "]",
3348
+ })) && input3.included_types.map((elem, _index65) => "string" === typeof elem || $report(_exceptionable2, {
3349
+ path: _path2 + ".included_types[" + _index65 + "]",
3131
3350
  expected: "string",
3132
3351
  value: elem
3133
3352
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3178,8 +3397,8 @@ var validCorrelationVolcanoRequest = (input) => {
3178
3397
  path: _path2 + ".alt",
3179
3398
  expected: "Array<string>",
3180
3399
  value: input3.alt
3181
- })) && input3.alt.map((elem, _index63) => "string" === typeof elem || $report(_exceptionable2, {
3182
- path: _path2 + ".alt[" + _index63 + "]",
3400
+ })) && input3.alt.map((elem, _index66) => "string" === typeof elem || $report(_exceptionable2, {
3401
+ path: _path2 + ".alt[" + _index66 + "]",
3183
3402
  expected: "string",
3184
3403
  value: elem
3185
3404
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3195,7 +3414,7 @@ var validCorrelationVolcanoRequest = (input) => {
3195
3414
  expected: "TermGroupSetting",
3196
3415
  value: input3.groupsetting
3197
3416
  })].every((flag) => flag);
3198
- const $vo53 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3417
+ const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3199
3418
  path: _path2 + ".id",
3200
3419
  expected: "string",
3201
3420
  value: input3.id
@@ -3211,8 +3430,8 @@ var validCorrelationVolcanoRequest = (input) => {
3211
3430
  path: _path2 + ".child_types",
3212
3431
  expected: "(Array<string> | undefined)",
3213
3432
  value: input3.child_types
3214
- })) && input3.child_types.map((elem, _index64) => "string" === typeof elem || $report(_exceptionable2, {
3215
- path: _path2 + ".child_types[" + _index64 + "]",
3433
+ })) && input3.child_types.map((elem, _index67) => "string" === typeof elem || $report(_exceptionable2, {
3434
+ path: _path2 + ".child_types[" + _index67 + "]",
3216
3435
  expected: "string",
3217
3436
  value: elem
3218
3437
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3227,8 +3446,8 @@ var validCorrelationVolcanoRequest = (input) => {
3227
3446
  path: _path2 + ".included_types",
3228
3447
  expected: "(Array<string> | undefined)",
3229
3448
  value: input3.included_types
3230
- })) && input3.included_types.map((elem, _index65) => "string" === typeof elem || $report(_exceptionable2, {
3231
- path: _path2 + ".included_types[" + _index65 + "]",
3449
+ })) && input3.included_types.map((elem, _index68) => "string" === typeof elem || $report(_exceptionable2, {
3450
+ path: _path2 + ".included_types[" + _index68 + "]",
3232
3451
  expected: "string",
3233
3452
  value: elem
3234
3453
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3263,7 +3482,7 @@ var validCorrelationVolcanoRequest = (input) => {
3263
3482
  path: _path2 + ".sample",
3264
3483
  expected: "object",
3265
3484
  value: input3.sample
3266
- })) && $vo54(input3.sample, _path2 + ".sample", _exceptionable2) || $report(_exceptionable2, {
3485
+ })) && $vo56(input3.sample, _path2 + ".sample", _exceptionable2) || $report(_exceptionable2, {
3267
3486
  path: _path2 + ".sample",
3268
3487
  expected: "object",
3269
3488
  value: input3.sample
@@ -3280,8 +3499,8 @@ var validCorrelationVolcanoRequest = (input) => {
3280
3499
  expected: "TermGroupSetting",
3281
3500
  value: input3.groupsetting
3282
3501
  })].every((flag) => flag);
3283
- const $vo54 = (input3, _path2, _exceptionable2 = true) => true;
3284
- const $vo55 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3502
+ const $vo56 = (input3, _path2, _exceptionable2 = true) => true;
3503
+ const $vo57 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3285
3504
  path: _path2 + ".hiddenValues",
3286
3505
  expected: "(HiddenValues | undefined)",
3287
3506
  value: input3.hiddenValues
@@ -3310,7 +3529,7 @@ var validCorrelationVolcanoRequest = (input) => {
3310
3529
  expected: '"values"',
3311
3530
  value: input3.type
3312
3531
  })].every((flag) => flag);
3313
- const $vo56 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3532
+ const $vo58 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3314
3533
  path: _path2 + ".id",
3315
3534
  expected: "(string | undefined)",
3316
3535
  value: input3.id
@@ -3324,11 +3543,11 @@ var validCorrelationVolcanoRequest = (input) => {
3324
3543
  value: input3.isAtomic
3325
3544
  }), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
3326
3545
  path: _path2 + ".settings",
3327
- expected: "(__type.o8 | undefined)",
3546
+ expected: "(__type.o9 | undefined)",
3328
3547
  value: input3.settings
3329
- })) && $vo51(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3548
+ })) && $vo53(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3330
3549
  path: _path2 + ".settings",
3331
- expected: "(__type.o8 | undefined)",
3550
+ expected: "(__type.o9 | undefined)",
3332
3551
  value: input3.settings
3333
3552
  }), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
3334
3553
  path: _path2 + ".minNumSamples",
@@ -3338,7 +3557,7 @@ var validCorrelationVolcanoRequest = (input) => {
3338
3557
  path: _path2 + ".term",
3339
3558
  expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
3340
3559
  value: input3.term
3341
- })) && $vu12(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3560
+ })) && $vu13(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3342
3561
  path: _path2 + ".term",
3343
3562
  expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
3344
3563
  value: input3.term
@@ -3346,7 +3565,7 @@ var validCorrelationVolcanoRequest = (input) => {
3346
3565
  path: _path2 + ".q",
3347
3566
  expected: "PredefinedGroupSettingQ",
3348
3567
  value: input3.q
3349
- })) && $vo57(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3568
+ })) && $vo59(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3350
3569
  path: _path2 + ".q",
3351
3570
  expected: "PredefinedGroupSettingQ",
3352
3571
  value: input3.q
@@ -3355,7 +3574,7 @@ var validCorrelationVolcanoRequest = (input) => {
3355
3574
  expected: '"QualTWPredefinedGS"',
3356
3575
  value: input3.type
3357
3576
  })].every((flag) => flag);
3358
- const $vo57 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3577
+ const $vo59 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3359
3578
  path: _path2 + ".hiddenValues",
3360
3579
  expected: "(HiddenValues | undefined)",
3361
3580
  value: input3.hiddenValues
@@ -3388,7 +3607,7 @@ var validCorrelationVolcanoRequest = (input) => {
3388
3607
  expected: "number",
3389
3608
  value: input3.predefined_groupset_idx
3390
3609
  })].every((flag) => flag);
3391
- const $vo58 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3610
+ const $vo60 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3392
3611
  path: _path2 + ".id",
3393
3612
  expected: "(string | undefined)",
3394
3613
  value: input3.id
@@ -3402,11 +3621,11 @@ var validCorrelationVolcanoRequest = (input) => {
3402
3621
  value: input3.isAtomic
3403
3622
  }), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
3404
3623
  path: _path2 + ".settings",
3405
- expected: "(__type.o8 | undefined)",
3624
+ expected: "(__type.o9 | undefined)",
3406
3625
  value: input3.settings
3407
- })) && $vo51(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3626
+ })) && $vo53(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3408
3627
  path: _path2 + ".settings",
3409
- expected: "(__type.o8 | undefined)",
3628
+ expected: "(__type.o9 | undefined)",
3410
3629
  value: input3.settings
3411
3630
  }), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
3412
3631
  path: _path2 + ".minNumSamples",
@@ -3416,7 +3635,7 @@ var validCorrelationVolcanoRequest = (input) => {
3416
3635
  path: _path2 + ".term",
3417
3636
  expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
3418
3637
  value: input3.term
3419
- })) && $vu12(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3638
+ })) && $vu13(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3420
3639
  path: _path2 + ".term",
3421
3640
  expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
3422
3641
  value: input3.term
@@ -3424,7 +3643,7 @@ var validCorrelationVolcanoRequest = (input) => {
3424
3643
  path: _path2 + ".q",
3425
3644
  expected: "CustomGroupSettingQ",
3426
3645
  value: input3.q
3427
- })) && $vo59(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3646
+ })) && $vo61(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3428
3647
  path: _path2 + ".q",
3429
3648
  expected: "CustomGroupSettingQ",
3430
3649
  value: input3.q
@@ -3433,7 +3652,7 @@ var validCorrelationVolcanoRequest = (input) => {
3433
3652
  expected: '"QualTWCustomGS"',
3434
3653
  value: input3.type
3435
3654
  })].every((flag) => flag);
3436
- const $vo59 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3655
+ const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3437
3656
  path: _path2 + ".hiddenValues",
3438
3657
  expected: "(HiddenValues | undefined)",
3439
3658
  value: input3.hiddenValues
@@ -3465,21 +3684,21 @@ var validCorrelationVolcanoRequest = (input) => {
3465
3684
  path: _path2 + ".customset",
3466
3685
  expected: "BaseGroupSet",
3467
3686
  value: input3.customset
3468
- })) && $vo60(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
3687
+ })) && $vo62(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
3469
3688
  path: _path2 + ".customset",
3470
3689
  expected: "BaseGroupSet",
3471
3690
  value: input3.customset
3472
3691
  })].every((flag) => flag);
3473
- const $vo60 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
3692
+ const $vo62 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
3474
3693
  path: _path2 + ".groups",
3475
3694
  expected: "Array<GroupEntry>",
3476
3695
  value: input3.groups
3477
- })) && input3.groups.map((elem, _index66) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3478
- path: _path2 + ".groups[" + _index66 + "]",
3696
+ })) && input3.groups.map((elem, _index69) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3697
+ path: _path2 + ".groups[" + _index69 + "]",
3479
3698
  expected: "(FilterGroup | ValuesGroup)",
3480
3699
  value: elem
3481
- })) && $vu1(elem, _path2 + ".groups[" + _index66 + "]", _exceptionable2) || $report(_exceptionable2, {
3482
- path: _path2 + ".groups[" + _index66 + "]",
3700
+ })) && $vu1(elem, _path2 + ".groups[" + _index69 + "]", _exceptionable2) || $report(_exceptionable2, {
3701
+ path: _path2 + ".groups[" + _index69 + "]",
3483
3702
  expected: "(FilterGroup | ValuesGroup)",
3484
3703
  value: elem
3485
3704
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3487,7 +3706,7 @@ var validCorrelationVolcanoRequest = (input) => {
3487
3706
  expected: "Array<GroupEntry>",
3488
3707
  value: input3.groups
3489
3708
  })].every((flag) => flag);
3490
- const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3709
+ const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3491
3710
  path: _path2 + ".id",
3492
3711
  expected: "(string | undefined)",
3493
3712
  value: input3.id
@@ -3501,11 +3720,11 @@ var validCorrelationVolcanoRequest = (input) => {
3501
3720
  value: input3.isAtomic
3502
3721
  }), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
3503
3722
  path: _path2 + ".settings",
3504
- expected: "(__type.o8 | undefined)",
3723
+ expected: "(__type.o9 | undefined)",
3505
3724
  value: input3.settings
3506
- })) && $vo51(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3725
+ })) && $vo53(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3507
3726
  path: _path2 + ".settings",
3508
- expected: "(__type.o8 | undefined)",
3727
+ expected: "(__type.o9 | undefined)",
3509
3728
  value: input3.settings
3510
3729
  }), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
3511
3730
  path: _path2 + ".minNumSamples",
@@ -3519,7 +3738,7 @@ var validCorrelationVolcanoRequest = (input) => {
3519
3738
  path: _path2 + ".term",
3520
3739
  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 | SsGSEATerm | WholeProteomeAbundanceTerm)',
3521
3740
  value: input3.term
3522
- })) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3741
+ })) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3523
3742
  path: _path2 + ".term",
3524
3743
  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 | SsGSEATerm | WholeProteomeAbundanceTerm)',
3525
3744
  value: input3.term
@@ -3532,7 +3751,7 @@ var validCorrelationVolcanoRequest = (input) => {
3532
3751
  expected: "RegularNumericBinConfig",
3533
3752
  value: input3.q
3534
3753
  })].every((flag) => flag);
3535
- const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3754
+ const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3536
3755
  path: _path2 + ".id",
3537
3756
  expected: "(string | undefined)",
3538
3757
  value: input3.id
@@ -3546,11 +3765,11 @@ var validCorrelationVolcanoRequest = (input) => {
3546
3765
  value: input3.isAtomic
3547
3766
  }), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
3548
3767
  path: _path2 + ".settings",
3549
- expected: "(__type.o8 | undefined)",
3768
+ expected: "(__type.o9 | undefined)",
3550
3769
  value: input3.settings
3551
- })) && $vo51(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3770
+ })) && $vo53(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3552
3771
  path: _path2 + ".settings",
3553
- expected: "(__type.o8 | undefined)",
3772
+ expected: "(__type.o9 | undefined)",
3554
3773
  value: input3.settings
3555
3774
  }), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
3556
3775
  path: _path2 + ".minNumSamples",
@@ -3564,7 +3783,7 @@ var validCorrelationVolcanoRequest = (input) => {
3564
3783
  path: _path2 + ".term",
3565
3784
  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 | SsGSEATerm | WholeProteomeAbundanceTerm)',
3566
3785
  value: input3.term
3567
- })) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3786
+ })) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3568
3787
  path: _path2 + ".term",
3569
3788
  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 | SsGSEATerm | WholeProteomeAbundanceTerm)',
3570
3789
  value: input3.term
@@ -3577,7 +3796,7 @@ var validCorrelationVolcanoRequest = (input) => {
3577
3796
  expected: "CustomNumericBinConfig",
3578
3797
  value: input3.q
3579
3798
  })].every((flag) => flag);
3580
- const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3799
+ const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3581
3800
  path: _path2 + ".id",
3582
3801
  expected: "(string | undefined)",
3583
3802
  value: input3.id
@@ -3591,11 +3810,11 @@ var validCorrelationVolcanoRequest = (input) => {
3591
3810
  value: input3.isAtomic
3592
3811
  }), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
3593
3812
  path: _path2 + ".settings",
3594
- expected: "(__type.o8 | undefined)",
3813
+ expected: "(__type.o9 | undefined)",
3595
3814
  value: input3.settings
3596
- })) && $vo51(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3815
+ })) && $vo53(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3597
3816
  path: _path2 + ".settings",
3598
- expected: "(__type.o8 | undefined)",
3817
+ expected: "(__type.o9 | undefined)",
3599
3818
  value: input3.settings
3600
3819
  }), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
3601
3820
  path: _path2 + ".minNumSamples",
@@ -3609,7 +3828,7 @@ var validCorrelationVolcanoRequest = (input) => {
3609
3828
  path: _path2 + ".term",
3610
3829
  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 | SsGSEATerm | WholeProteomeAbundanceTerm)',
3611
3830
  value: input3.term
3612
- })) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3831
+ })) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3613
3832
  path: _path2 + ".term",
3614
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 | SsGSEATerm | WholeProteomeAbundanceTerm)',
3615
3834
  value: input3.term
@@ -3617,12 +3836,12 @@ var validCorrelationVolcanoRequest = (input) => {
3617
3836
  path: _path2 + ".q",
3618
3837
  expected: "BinaryNumericQ",
3619
3838
  value: input3.q
3620
- })) && $vo64(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3839
+ })) && $vo66(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3621
3840
  path: _path2 + ".q",
3622
3841
  expected: "BinaryNumericQ",
3623
3842
  value: input3.q
3624
3843
  })].every((flag) => flag);
3625
- const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3844
+ const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3626
3845
  path: _path2 + ".hiddenValues",
3627
3846
  expected: "(HiddenValues | undefined)",
3628
3847
  value: input3.hiddenValues
@@ -3663,7 +3882,7 @@ var validCorrelationVolcanoRequest = (input) => {
3663
3882
  path: _path2 + ".lst[0]",
3664
3883
  expected: "(FullyBoundedBin | StartUnboundedBin)",
3665
3884
  value: input3.lst[0]
3666
- })) && $vu5(input3.lst[0], _path2 + ".lst[0]", _exceptionable2) || $report(_exceptionable2, {
3885
+ })) && $vu6(input3.lst[0], _path2 + ".lst[0]", _exceptionable2) || $report(_exceptionable2, {
3667
3886
  path: _path2 + ".lst[0]",
3668
3887
  expected: "(FullyBoundedBin | StartUnboundedBin)",
3669
3888
  value: input3.lst[0]
@@ -3672,7 +3891,7 @@ var validCorrelationVolcanoRequest = (input) => {
3672
3891
  path: _path2 + ".lst[1]",
3673
3892
  expected: "(FullyBoundedBin | StopUnboundedBin)",
3674
3893
  value: input3.lst[1]
3675
- })) && $vu6(input3.lst[1], _path2 + ".lst[1]", _exceptionable2) || $report(_exceptionable2, {
3894
+ })) && $vu7(input3.lst[1], _path2 + ".lst[1]", _exceptionable2) || $report(_exceptionable2, {
3676
3895
  path: _path2 + ".lst[1]",
3677
3896
  expected: "(FullyBoundedBin | StopUnboundedBin)",
3678
3897
  value: input3.lst[1]
@@ -3690,7 +3909,7 @@ var validCorrelationVolcanoRequest = (input) => {
3690
3909
  expected: "(number | undefined)",
3691
3910
  value: input3.cutoffPercentile
3692
3911
  })].every((flag) => flag);
3693
- const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3912
+ const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3694
3913
  path: _path2 + ".id",
3695
3914
  expected: "(string | undefined)",
3696
3915
  value: input3.id
@@ -3704,11 +3923,11 @@ var validCorrelationVolcanoRequest = (input) => {
3704
3923
  value: input3.isAtomic
3705
3924
  }), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
3706
3925
  path: _path2 + ".settings",
3707
- expected: "(__type.o8 | undefined)",
3926
+ expected: "(__type.o9 | undefined)",
3708
3927
  value: input3.settings
3709
- })) && $vo51(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3928
+ })) && $vo53(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3710
3929
  path: _path2 + ".settings",
3711
- expected: "(__type.o8 | undefined)",
3930
+ expected: "(__type.o9 | undefined)",
3712
3931
  value: input3.settings
3713
3932
  }), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
3714
3933
  path: _path2 + ".minNumSamples",
@@ -3722,7 +3941,7 @@ var validCorrelationVolcanoRequest = (input) => {
3722
3941
  path: _path2 + ".term",
3723
3942
  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 | SsGSEATerm | WholeProteomeAbundanceTerm)',
3724
3943
  value: input3.term
3725
- })) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3944
+ })) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3726
3945
  path: _path2 + ".term",
3727
3946
  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 | SsGSEATerm | WholeProteomeAbundanceTerm)',
3728
3947
  value: input3.term
@@ -3730,12 +3949,12 @@ var validCorrelationVolcanoRequest = (input) => {
3730
3949
  path: _path2 + ".q",
3731
3950
  expected: "ContinuousNumericQ",
3732
3951
  value: input3.q
3733
- })) && $vo66(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3952
+ })) && $vo68(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3734
3953
  path: _path2 + ".q",
3735
3954
  expected: "ContinuousNumericQ",
3736
3955
  value: input3.q
3737
3956
  })].every((flag) => flag);
3738
- const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3957
+ const $vo68 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3739
3958
  path: _path2 + ".hiddenValues",
3740
3959
  expected: "(HiddenValues | undefined)",
3741
3960
  value: input3.hiddenValues
@@ -3776,7 +3995,7 @@ var validCorrelationVolcanoRequest = (input) => {
3776
3995
  expected: "(number | undefined)",
3777
3996
  value: input3.scale
3778
3997
  })].every((flag) => flag);
3779
- const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3998
+ const $vo69 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3780
3999
  path: _path2 + ".id",
3781
4000
  expected: "(string | undefined)",
3782
4001
  value: input3.id
@@ -3790,11 +4009,11 @@ var validCorrelationVolcanoRequest = (input) => {
3790
4009
  value: input3.isAtomic
3791
4010
  }), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
3792
4011
  path: _path2 + ".settings",
3793
- expected: "(__type.o8 | undefined)",
4012
+ expected: "(__type.o9 | undefined)",
3794
4013
  value: input3.settings
3795
- })) && $vo51(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
4014
+ })) && $vo53(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3796
4015
  path: _path2 + ".settings",
3797
- expected: "(__type.o8 | undefined)",
4016
+ expected: "(__type.o9 | undefined)",
3798
4017
  value: input3.settings
3799
4018
  }), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
3800
4019
  path: _path2 + ".minNumSamples",
@@ -3808,7 +4027,7 @@ var validCorrelationVolcanoRequest = (input) => {
3808
4027
  path: _path2 + ".term",
3809
4028
  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 | SsGSEATerm | WholeProteomeAbundanceTerm)',
3810
4029
  value: input3.term
3811
- })) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4030
+ })) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3812
4031
  path: _path2 + ".term",
3813
4032
  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 | SsGSEATerm | WholeProteomeAbundanceTerm)',
3814
4033
  value: input3.term
@@ -3816,12 +4035,12 @@ var validCorrelationVolcanoRequest = (input) => {
3816
4035
  path: _path2 + ".q",
3817
4036
  expected: "SplineNumericQ",
3818
4037
  value: input3.q
3819
- })) && $vo68(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4038
+ })) && $vo70(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3820
4039
  path: _path2 + ".q",
3821
4040
  expected: "SplineNumericQ",
3822
4041
  value: input3.q
3823
4042
  })].every((flag) => flag);
3824
- const $vo68 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4043
+ const $vo70 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3825
4044
  path: _path2 + ".hiddenValues",
3826
4045
  expected: "(HiddenValues | undefined)",
3827
4046
  value: input3.hiddenValues
@@ -3849,13 +4068,13 @@ var validCorrelationVolcanoRequest = (input) => {
3849
4068
  path: _path2 + ".knots",
3850
4069
  expected: "Array<__type>.o3",
3851
4070
  value: input3.knots
3852
- })) && input3.knots.map((elem, _index67) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3853
- path: _path2 + ".knots[" + _index67 + "]",
3854
- expected: "__type.o9",
4071
+ })) && input3.knots.map((elem, _index70) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4072
+ path: _path2 + ".knots[" + _index70 + "]",
4073
+ expected: "__type.o10",
3855
4074
  value: elem
3856
- })) && $vo69(elem, _path2 + ".knots[" + _index67 + "]", _exceptionable2) || $report(_exceptionable2, {
3857
- path: _path2 + ".knots[" + _index67 + "]",
3858
- expected: "__type.o9",
4075
+ })) && $vo71(elem, _path2 + ".knots[" + _index70 + "]", _exceptionable2) || $report(_exceptionable2, {
4076
+ path: _path2 + ".knots[" + _index70 + "]",
4077
+ expected: "__type.o10",
3859
4078
  value: elem
3860
4079
  })).every((flag) => flag) || $report(_exceptionable2, {
3861
4080
  path: _path2 + ".knots",
@@ -3870,12 +4089,12 @@ var validCorrelationVolcanoRequest = (input) => {
3870
4089
  expected: "undefined",
3871
4090
  value: input3.type
3872
4091
  }))].every((flag) => flag);
3873
- const $vo69 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
4092
+ const $vo71 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
3874
4093
  path: _path2 + ".value",
3875
4094
  expected: "number",
3876
4095
  value: input3.value
3877
4096
  })].every((flag) => flag);
3878
- const $vo70 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4097
+ const $vo72 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3879
4098
  path: _path2 + ".id",
3880
4099
  expected: "(string | undefined)",
3881
4100
  value: input3.id
@@ -3889,11 +4108,11 @@ var validCorrelationVolcanoRequest = (input) => {
3889
4108
  value: input3.isAtomic
3890
4109
  }), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
3891
4110
  path: _path2 + ".settings",
3892
- expected: "(__type.o8 | undefined)",
4111
+ expected: "(__type.o9 | undefined)",
3893
4112
  value: input3.settings
3894
- })) && $vo51(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
4113
+ })) && $vo53(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3895
4114
  path: _path2 + ".settings",
3896
- expected: "(__type.o8 | undefined)",
4115
+ expected: "(__type.o9 | undefined)",
3897
4116
  value: input3.settings
3898
4117
  }), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
3899
4118
  path: _path2 + ".minNumSamples",
@@ -3907,7 +4126,7 @@ var validCorrelationVolcanoRequest = (input) => {
3907
4126
  path: _path2 + ".term",
3908
4127
  expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
3909
4128
  value: input3.term
3910
- })) && $vu13(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4129
+ })) && $vu14(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3911
4130
  path: _path2 + ".term",
3912
4131
  expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
3913
4132
  value: input3.term
@@ -3915,12 +4134,12 @@ var validCorrelationVolcanoRequest = (input) => {
3915
4134
  path: _path2 + ".q",
3916
4135
  expected: "GvValuesQ",
3917
4136
  value: input3.q
3918
- })) && $vo73(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4137
+ })) && $vo75(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3919
4138
  path: _path2 + ".q",
3920
4139
  expected: "GvValuesQ",
3921
4140
  value: input3.q
3922
4141
  })].every((flag) => flag);
3923
- const $vo71 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4142
+ const $vo73 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3924
4143
  path: _path2 + ".id",
3925
4144
  expected: "string",
3926
4145
  value: input3.id
@@ -3936,8 +4155,8 @@ var validCorrelationVolcanoRequest = (input) => {
3936
4155
  path: _path2 + ".child_types",
3937
4156
  expected: "(Array<string> | undefined)",
3938
4157
  value: input3.child_types
3939
- })) && input3.child_types.map((elem, _index68) => "string" === typeof elem || $report(_exceptionable2, {
3940
- path: _path2 + ".child_types[" + _index68 + "]",
4158
+ })) && input3.child_types.map((elem, _index71) => "string" === typeof elem || $report(_exceptionable2, {
4159
+ path: _path2 + ".child_types[" + _index71 + "]",
3941
4160
  expected: "string",
3942
4161
  value: elem
3943
4162
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3952,8 +4171,8 @@ var validCorrelationVolcanoRequest = (input) => {
3952
4171
  path: _path2 + ".included_types",
3953
4172
  expected: "(Array<string> | undefined)",
3954
4173
  value: input3.included_types
3955
- })) && input3.included_types.map((elem, _index69) => "string" === typeof elem || $report(_exceptionable2, {
3956
- path: _path2 + ".included_types[" + _index69 + "]",
4174
+ })) && input3.included_types.map((elem, _index72) => "string" === typeof elem || $report(_exceptionable2, {
4175
+ path: _path2 + ".included_types[" + _index72 + "]",
3957
4176
  expected: "string",
3958
4177
  value: elem
3959
4178
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4008,12 +4227,12 @@ var validCorrelationVolcanoRequest = (input) => {
4008
4227
  path: _path2 + ".genes",
4009
4228
  expected: "Array<GvGeneTerm>",
4010
4229
  value: input3.genes
4011
- })) && input3.genes.map((elem, _index70) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4012
- path: _path2 + ".genes[" + _index70 + "]",
4230
+ })) && input3.genes.map((elem, _index73) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4231
+ path: _path2 + ".genes[" + _index73 + "]",
4013
4232
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
4014
4233
  value: elem
4015
- })) && $vu3(elem, _path2 + ".genes[" + _index70 + "]", _exceptionable2) || $report(_exceptionable2, {
4016
- path: _path2 + ".genes[" + _index70 + "]",
4234
+ })) && $vu3(elem, _path2 + ".genes[" + _index73 + "]", _exceptionable2) || $report(_exceptionable2, {
4235
+ path: _path2 + ".genes[" + _index73 + "]",
4017
4236
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
4018
4237
  value: elem
4019
4238
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4032,12 +4251,12 @@ var validCorrelationVolcanoRequest = (input) => {
4032
4251
  path: _path2 + ".childTerms",
4033
4252
  expected: "Array<DtTerm>",
4034
4253
  value: input3.childTerms
4035
- })) && input3.childTerms.map((elem, _index71) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4036
- path: _path2 + ".childTerms[" + _index71 + "]",
4254
+ })) && input3.childTerms.map((elem, _index74) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4255
+ path: _path2 + ".childTerms[" + _index74 + "]",
4037
4256
  expected: "DtTerm",
4038
4257
  value: elem
4039
- })) && $vo37(elem, _path2 + ".childTerms[" + _index71 + "]", _exceptionable2) || $report(_exceptionable2, {
4040
- path: _path2 + ".childTerms[" + _index71 + "]",
4258
+ })) && $vo39(elem, _path2 + ".childTerms[" + _index74 + "]", _exceptionable2) || $report(_exceptionable2, {
4259
+ path: _path2 + ".childTerms[" + _index74 + "]",
4041
4260
  expected: "DtTerm",
4042
4261
  value: elem
4043
4262
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4045,7 +4264,7 @@ var validCorrelationVolcanoRequest = (input) => {
4045
4264
  expected: "Array<DtTerm>",
4046
4265
  value: input3.childTerms
4047
4266
  })].every((flag) => flag);
4048
- const $vo72 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4267
+ const $vo74 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4049
4268
  path: _path2 + ".id",
4050
4269
  expected: "string",
4051
4270
  value: input3.id
@@ -4061,8 +4280,8 @@ var validCorrelationVolcanoRequest = (input) => {
4061
4280
  path: _path2 + ".child_types",
4062
4281
  expected: "(Array<string> | undefined)",
4063
4282
  value: input3.child_types
4064
- })) && input3.child_types.map((elem, _index72) => "string" === typeof elem || $report(_exceptionable2, {
4065
- path: _path2 + ".child_types[" + _index72 + "]",
4283
+ })) && input3.child_types.map((elem, _index75) => "string" === typeof elem || $report(_exceptionable2, {
4284
+ path: _path2 + ".child_types[" + _index75 + "]",
4066
4285
  expected: "string",
4067
4286
  value: elem
4068
4287
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4077,8 +4296,8 @@ var validCorrelationVolcanoRequest = (input) => {
4077
4296
  path: _path2 + ".included_types",
4078
4297
  expected: "(Array<string> | undefined)",
4079
4298
  value: input3.included_types
4080
- })) && input3.included_types.map((elem, _index73) => "string" === typeof elem || $report(_exceptionable2, {
4081
- path: _path2 + ".included_types[" + _index73 + "]",
4299
+ })) && input3.included_types.map((elem, _index76) => "string" === typeof elem || $report(_exceptionable2, {
4300
+ path: _path2 + ".included_types[" + _index76 + "]",
4082
4301
  expected: "string",
4083
4302
  value: elem
4084
4303
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4129,12 +4348,12 @@ var validCorrelationVolcanoRequest = (input) => {
4129
4348
  path: _path2 + ".genes",
4130
4349
  expected: "Array<GvGeneTerm>",
4131
4350
  value: input3.genes
4132
- })) && input3.genes.map((elem, _index74) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4133
- path: _path2 + ".genes[" + _index74 + "]",
4351
+ })) && input3.genes.map((elem, _index77) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4352
+ path: _path2 + ".genes[" + _index77 + "]",
4134
4353
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
4135
4354
  value: elem
4136
- })) && $vu3(elem, _path2 + ".genes[" + _index74 + "]", _exceptionable2) || $report(_exceptionable2, {
4137
- path: _path2 + ".genes[" + _index74 + "]",
4355
+ })) && $vu3(elem, _path2 + ".genes[" + _index77 + "]", _exceptionable2) || $report(_exceptionable2, {
4356
+ path: _path2 + ".genes[" + _index77 + "]",
4138
4357
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
4139
4358
  value: elem
4140
4359
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4153,12 +4372,12 @@ var validCorrelationVolcanoRequest = (input) => {
4153
4372
  path: _path2 + ".childTerms",
4154
4373
  expected: "Array<DtTerm>",
4155
4374
  value: input3.childTerms
4156
- })) && input3.childTerms.map((elem, _index75) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4157
- path: _path2 + ".childTerms[" + _index75 + "]",
4375
+ })) && input3.childTerms.map((elem, _index78) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4376
+ path: _path2 + ".childTerms[" + _index78 + "]",
4158
4377
  expected: "DtTerm",
4159
4378
  value: elem
4160
- })) && $vo37(elem, _path2 + ".childTerms[" + _index75 + "]", _exceptionable2) || $report(_exceptionable2, {
4161
- path: _path2 + ".childTerms[" + _index75 + "]",
4379
+ })) && $vo39(elem, _path2 + ".childTerms[" + _index78 + "]", _exceptionable2) || $report(_exceptionable2, {
4380
+ path: _path2 + ".childTerms[" + _index78 + "]",
4162
4381
  expected: "DtTerm",
4163
4382
  value: elem
4164
4383
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4166,7 +4385,7 @@ var validCorrelationVolcanoRequest = (input) => {
4166
4385
  expected: "Array<DtTerm>",
4167
4386
  value: input3.childTerms
4168
4387
  })].every((flag) => flag);
4169
- const $vo73 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4388
+ const $vo75 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4170
4389
  path: _path2 + ".hiddenValues",
4171
4390
  expected: "(HiddenValues | undefined)",
4172
4391
  value: input3.hiddenValues
@@ -4207,7 +4426,7 @@ var validCorrelationVolcanoRequest = (input) => {
4207
4426
  expected: '"values"',
4208
4427
  value: input3.type
4209
4428
  })].every((flag) => flag);
4210
- const $vo74 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4429
+ const $vo76 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4211
4430
  path: _path2 + ".id",
4212
4431
  expected: "(string | undefined)",
4213
4432
  value: input3.id
@@ -4221,11 +4440,11 @@ var validCorrelationVolcanoRequest = (input) => {
4221
4440
  value: input3.isAtomic
4222
4441
  }), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
4223
4442
  path: _path2 + ".settings",
4224
- expected: "(__type.o8 | undefined)",
4443
+ expected: "(__type.o9 | undefined)",
4225
4444
  value: input3.settings
4226
- })) && $vo51(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
4445
+ })) && $vo53(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
4227
4446
  path: _path2 + ".settings",
4228
- expected: "(__type.o8 | undefined)",
4447
+ expected: "(__type.o9 | undefined)",
4229
4448
  value: input3.settings
4230
4449
  }), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
4231
4450
  path: _path2 + ".minNumSamples",
@@ -4239,7 +4458,7 @@ var validCorrelationVolcanoRequest = (input) => {
4239
4458
  path: _path2 + ".term",
4240
4459
  expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
4241
4460
  value: input3.term
4242
- })) && $vu13(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4461
+ })) && $vu14(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4243
4462
  path: _path2 + ".term",
4244
4463
  expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
4245
4464
  value: input3.term
@@ -4247,12 +4466,12 @@ var validCorrelationVolcanoRequest = (input) => {
4247
4466
  path: _path2 + ".q",
4248
4467
  expected: "GvPredefinedGsQ",
4249
4468
  value: input3.q
4250
- })) && $vo75(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4469
+ })) && $vo77(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4251
4470
  path: _path2 + ".q",
4252
4471
  expected: "GvPredefinedGsQ",
4253
4472
  value: input3.q
4254
4473
  })].every((flag) => flag);
4255
- const $vo75 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4474
+ const $vo77 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4256
4475
  path: _path2 + ".hiddenValues",
4257
4476
  expected: "(HiddenValues | undefined)",
4258
4477
  value: input3.hiddenValues
@@ -4301,7 +4520,7 @@ var validCorrelationVolcanoRequest = (input) => {
4301
4520
  expected: "Array<any>",
4302
4521
  value: input3.dtLst
4303
4522
  })].every((flag) => flag);
4304
- const $vo76 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4523
+ const $vo78 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4305
4524
  path: _path2 + ".id",
4306
4525
  expected: "(string | undefined)",
4307
4526
  value: input3.id
@@ -4315,11 +4534,11 @@ var validCorrelationVolcanoRequest = (input) => {
4315
4534
  value: input3.isAtomic
4316
4535
  }), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
4317
4536
  path: _path2 + ".settings",
4318
- expected: "(__type.o8 | undefined)",
4537
+ expected: "(__type.o9 | undefined)",
4319
4538
  value: input3.settings
4320
- })) && $vo51(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
4539
+ })) && $vo53(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
4321
4540
  path: _path2 + ".settings",
4322
- expected: "(__type.o8 | undefined)",
4541
+ expected: "(__type.o9 | undefined)",
4323
4542
  value: input3.settings
4324
4543
  }), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
4325
4544
  path: _path2 + ".minNumSamples",
@@ -4333,7 +4552,7 @@ var validCorrelationVolcanoRequest = (input) => {
4333
4552
  path: _path2 + ".term",
4334
4553
  expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
4335
4554
  value: input3.term
4336
- })) && $vu13(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4555
+ })) && $vu14(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4337
4556
  path: _path2 + ".term",
4338
4557
  expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
4339
4558
  value: input3.term
@@ -4341,12 +4560,12 @@ var validCorrelationVolcanoRequest = (input) => {
4341
4560
  path: _path2 + ".q",
4342
4561
  expected: "GvCustomGsQ",
4343
4562
  value: input3.q
4344
- })) && $vo77(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4563
+ })) && $vo79(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4345
4564
  path: _path2 + ".q",
4346
4565
  expected: "GvCustomGsQ",
4347
4566
  value: input3.q
4348
4567
  })].every((flag) => flag);
4349
- const $vo77 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
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, {
4350
4569
  path: _path2 + ".hiddenValues",
4351
4570
  expected: "(HiddenValues | undefined)",
4352
4571
  value: input3.hiddenValues
@@ -4390,7 +4609,7 @@ var validCorrelationVolcanoRequest = (input) => {
4390
4609
  path: _path2 + ".customset",
4391
4610
  expected: "BaseGroupSet",
4392
4611
  value: input3.customset
4393
- })) && $vo60(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
4612
+ })) && $vo62(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
4394
4613
  path: _path2 + ".customset",
4395
4614
  expected: "BaseGroupSet",
4396
4615
  value: input3.customset
@@ -4399,7 +4618,7 @@ var validCorrelationVolcanoRequest = (input) => {
4399
4618
  expected: "Array<any>",
4400
4619
  value: input3.dtLst
4401
4620
  })].every((flag) => flag);
4402
- const $vo78 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4621
+ const $vo80 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4403
4622
  path: _path2 + ".id",
4404
4623
  expected: "(string | undefined)",
4405
4624
  value: input3.id
@@ -4413,11 +4632,11 @@ var validCorrelationVolcanoRequest = (input) => {
4413
4632
  value: input3.isAtomic
4414
4633
  }), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
4415
4634
  path: _path2 + ".settings",
4416
- expected: "(__type.o8 | undefined)",
4635
+ expected: "(__type.o9 | undefined)",
4417
4636
  value: input3.settings
4418
- })) && $vo51(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
4637
+ })) && $vo53(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
4419
4638
  path: _path2 + ".settings",
4420
- expected: "(__type.o8 | undefined)",
4639
+ expected: "(__type.o9 | undefined)",
4421
4640
  value: input3.settings
4422
4641
  }), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
4423
4642
  path: _path2 + ".minNumSamples",
@@ -4431,7 +4650,7 @@ var validCorrelationVolcanoRequest = (input) => {
4431
4650
  path: _path2 + ".term",
4432
4651
  expected: "ConditionTerm",
4433
4652
  value: input3.term
4434
- })) && $vo34(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4653
+ })) && $vo35(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4435
4654
  path: _path2 + ".term",
4436
4655
  expected: "ConditionTerm",
4437
4656
  value: input3.term
@@ -4439,12 +4658,12 @@ var validCorrelationVolcanoRequest = (input) => {
4439
4658
  path: _path2 + ".q",
4440
4659
  expected: "(ConditionChildrenQ | ConditionGradeQ)",
4441
4660
  value: input3.q
4442
- })) && $vu14(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4661
+ })) && $vu15(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4443
4662
  path: _path2 + ".q",
4444
4663
  expected: "(ConditionChildrenQ | ConditionGradeQ)",
4445
4664
  value: input3.q
4446
4665
  })].every((flag) => flag);
4447
- const $vo79 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4666
+ const $vo81 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4448
4667
  path: _path2 + ".hiddenValues",
4449
4668
  expected: "(HiddenValues | undefined)",
4450
4669
  value: input3.hiddenValues
@@ -4484,8 +4703,8 @@ var validCorrelationVolcanoRequest = (input) => {
4484
4703
  path: _path2 + ".breaks",
4485
4704
  expected: "(Array<number> | undefined)",
4486
4705
  value: input3.breaks
4487
- })) && input3.breaks.map((elem, _index76) => "number" === typeof elem || $report(_exceptionable2, {
4488
- path: _path2 + ".breaks[" + _index76 + "]",
4706
+ })) && input3.breaks.map((elem, _index79) => "number" === typeof elem || $report(_exceptionable2, {
4707
+ path: _path2 + ".breaks[" + _index79 + "]",
4489
4708
  expected: "number",
4490
4709
  value: elem
4491
4710
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4505,7 +4724,7 @@ var validCorrelationVolcanoRequest = (input) => {
4505
4724
  expected: "(boolean | undefined)",
4506
4725
  value: input3.value_by_computable_grade
4507
4726
  }), true].every((flag) => flag);
4508
- const $vo80 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4727
+ const $vo82 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4509
4728
  path: _path2 + ".hiddenValues",
4510
4729
  expected: "(HiddenValues | undefined)",
4511
4730
  value: input3.hiddenValues
@@ -4538,7 +4757,7 @@ var validCorrelationVolcanoRequest = (input) => {
4538
4757
  expected: "true",
4539
4758
  value: input3.bar_by_children
4540
4759
  }), true].every((flag) => flag);
4541
- const $vo81 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4760
+ const $vo83 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4542
4761
  path: _path2 + ".id",
4543
4762
  expected: "(string | undefined)",
4544
4763
  value: input3.id
@@ -4552,11 +4771,11 @@ var validCorrelationVolcanoRequest = (input) => {
4552
4771
  value: input3.isAtomic
4553
4772
  }), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
4554
4773
  path: _path2 + ".settings",
4555
- expected: "(__type.o8 | undefined)",
4774
+ expected: "(__type.o9 | undefined)",
4556
4775
  value: input3.settings
4557
- })) && $vo51(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
4776
+ })) && $vo53(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
4558
4777
  path: _path2 + ".settings",
4559
- expected: "(__type.o8 | undefined)",
4778
+ expected: "(__type.o9 | undefined)",
4560
4779
  value: input3.settings
4561
4780
  }), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
4562
4781
  path: _path2 + ".minNumSamples",
@@ -4570,7 +4789,7 @@ var validCorrelationVolcanoRequest = (input) => {
4570
4789
  path: _path2 + ".q",
4571
4790
  expected: "SnpsQ",
4572
4791
  value: input3.q
4573
- })) && $vo82(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4792
+ })) && $vo84(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4574
4793
  path: _path2 + ".q",
4575
4794
  expected: "SnpsQ",
4576
4795
  value: input3.q
@@ -4578,12 +4797,12 @@ var validCorrelationVolcanoRequest = (input) => {
4578
4797
  path: _path2 + ".term",
4579
4798
  expected: "SnpsTerm",
4580
4799
  value: input3.term
4581
- })) && $vo84(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4800
+ })) && $vo86(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4582
4801
  path: _path2 + ".term",
4583
4802
  expected: "SnpsTerm",
4584
4803
  value: input3.term
4585
4804
  })].every((flag) => flag);
4586
- const $vo82 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4805
+ const $vo84 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4587
4806
  path: _path2 + ".hiddenValues",
4588
4807
  expected: "(HiddenValues | undefined)",
4589
4808
  value: input3.hiddenValues
@@ -4631,7 +4850,7 @@ var validCorrelationVolcanoRequest = (input) => {
4631
4850
  path: _path2 + ".restrictAncestry",
4632
4851
  expected: "RestrictAncestry",
4633
4852
  value: input3.restrictAncestry
4634
- })) && $vo83(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
4853
+ })) && $vo85(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
4635
4854
  path: _path2 + ".restrictAncestry",
4636
4855
  expected: "RestrictAncestry",
4637
4856
  value: input3.restrictAncestry
@@ -4656,7 +4875,7 @@ var validCorrelationVolcanoRequest = (input) => {
4656
4875
  expected: "number",
4657
4876
  value: input3.stop
4658
4877
  })].every((flag) => flag);
4659
- const $vo83 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
4878
+ const $vo85 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
4660
4879
  path: _path2 + ".name",
4661
4880
  expected: "string",
4662
4881
  value: input3.name
@@ -4664,12 +4883,12 @@ var validCorrelationVolcanoRequest = (input) => {
4664
4883
  path: _path2 + ".tvs",
4665
4884
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs | TermCollectionTvs)",
4666
4885
  value: input3.tvs
4667
- })) && $vu7(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
4886
+ })) && $vu8(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
4668
4887
  path: _path2 + ".tvs",
4669
4888
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs | TermCollectionTvs)",
4670
4889
  value: input3.tvs
4671
4890
  })].every((flag) => flag);
4672
- const $vo84 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4891
+ const $vo86 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4673
4892
  path: _path2 + ".id",
4674
4893
  expected: "string",
4675
4894
  value: input3.id
@@ -4685,8 +4904,8 @@ var validCorrelationVolcanoRequest = (input) => {
4685
4904
  path: _path2 + ".child_types",
4686
4905
  expected: "(Array<string> | undefined)",
4687
4906
  value: input3.child_types
4688
- })) && input3.child_types.map((elem, _index77) => "string" === typeof elem || $report(_exceptionable2, {
4689
- path: _path2 + ".child_types[" + _index77 + "]",
4907
+ })) && input3.child_types.map((elem, _index80) => "string" === typeof elem || $report(_exceptionable2, {
4908
+ path: _path2 + ".child_types[" + _index80 + "]",
4690
4909
  expected: "string",
4691
4910
  value: elem
4692
4911
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4701,8 +4920,8 @@ var validCorrelationVolcanoRequest = (input) => {
4701
4920
  path: _path2 + ".included_types",
4702
4921
  expected: "(Array<string> | undefined)",
4703
4922
  value: input3.included_types
4704
- })) && input3.included_types.map((elem, _index78) => "string" === typeof elem || $report(_exceptionable2, {
4705
- path: _path2 + ".included_types[" + _index78 + "]",
4923
+ })) && input3.included_types.map((elem, _index81) => "string" === typeof elem || $report(_exceptionable2, {
4924
+ path: _path2 + ".included_types[" + _index81 + "]",
4706
4925
  expected: "string",
4707
4926
  value: elem
4708
4927
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4741,12 +4960,12 @@ var validCorrelationVolcanoRequest = (input) => {
4741
4960
  path: _path2 + ".snps",
4742
4961
  expected: "(Array<SnpsEntry> | undefined)",
4743
4962
  value: input3.snps
4744
- })) && input3.snps.map((elem, _index79) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4745
- path: _path2 + ".snps[" + _index79 + "]",
4963
+ })) && input3.snps.map((elem, _index82) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4964
+ path: _path2 + ".snps[" + _index82 + "]",
4746
4965
  expected: "SnpsEntry",
4747
4966
  value: elem
4748
- })) && $vo85(elem, _path2 + ".snps[" + _index79 + "]", _exceptionable2) || $report(_exceptionable2, {
4749
- path: _path2 + ".snps[" + _index79 + "]",
4967
+ })) && $vo87(elem, _path2 + ".snps[" + _index82 + "]", _exceptionable2) || $report(_exceptionable2, {
4968
+ path: _path2 + ".snps[" + _index82 + "]",
4750
4969
  expected: "SnpsEntry",
4751
4970
  value: elem
4752
4971
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4754,12 +4973,12 @@ var validCorrelationVolcanoRequest = (input) => {
4754
4973
  expected: "(Array<SnpsEntry> | undefined)",
4755
4974
  value: input3.snps
4756
4975
  })].every((flag) => flag);
4757
- const $vo85 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
4976
+ const $vo87 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
4758
4977
  path: _path2 + ".altAlleles",
4759
4978
  expected: "(Array<string> | undefined)",
4760
4979
  value: input3.altAlleles
4761
- })) && input3.altAlleles.map((elem, _index80) => "string" === typeof elem || $report(_exceptionable2, {
4762
- path: _path2 + ".altAlleles[" + _index80 + "]",
4980
+ })) && input3.altAlleles.map((elem, _index83) => "string" === typeof elem || $report(_exceptionable2, {
4981
+ path: _path2 + ".altAlleles[" + _index83 + "]",
4763
4982
  expected: "string",
4764
4983
  value: elem
4765
4984
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4770,12 +4989,12 @@ var validCorrelationVolcanoRequest = (input) => {
4770
4989
  path: _path2 + ".alleles",
4771
4990
  expected: "(Array<AllelesEntry> | undefined)",
4772
4991
  value: input3.alleles
4773
- })) && input3.alleles.map((elem, _index81) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4774
- path: _path2 + ".alleles[" + _index81 + "]",
4992
+ })) && input3.alleles.map((elem, _index84) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4993
+ path: _path2 + ".alleles[" + _index84 + "]",
4775
4994
  expected: "AllelesEntry",
4776
4995
  value: elem
4777
- })) && $vo86(elem, _path2 + ".alleles[" + _index81 + "]", _exceptionable2) || $report(_exceptionable2, {
4778
- path: _path2 + ".alleles[" + _index81 + "]",
4996
+ })) && $vo88(elem, _path2 + ".alleles[" + _index84 + "]", _exceptionable2) || $report(_exceptionable2, {
4997
+ path: _path2 + ".alleles[" + _index84 + "]",
4779
4998
  expected: "AllelesEntry",
4780
4999
  value: elem
4781
5000
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4788,11 +5007,11 @@ var validCorrelationVolcanoRequest = (input) => {
4788
5007
  value: input3.effectAllele
4789
5008
  }), void 0 === input3.gt2count || ("object" === typeof input3.gt2count && null !== input3.gt2count || $report(_exceptionable2, {
4790
5009
  path: _path2 + ".gt2count",
4791
- expected: "(__type.o10 | undefined)",
5010
+ expected: "(__type.o11 | undefined)",
4792
5011
  value: input3.gt2count
4793
- })) && $vo87(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
5012
+ })) && $vo89(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
4794
5013
  path: _path2 + ".gt2count",
4795
- expected: "(__type.o10 | undefined)",
5014
+ expected: "(__type.o11 | undefined)",
4796
5015
  value: input3.gt2count
4797
5016
  }), void 0 === input3.invalid || "boolean" === typeof input3.invalid || $report(_exceptionable2, {
4798
5017
  path: _path2 + ".invalid",
@@ -4819,7 +5038,7 @@ var validCorrelationVolcanoRequest = (input) => {
4819
5038
  expected: "(number | undefined)",
4820
5039
  value: input3.pos
4821
5040
  })].every((flag) => flag);
4822
- const $vo86 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
5041
+ const $vo88 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
4823
5042
  path: _path2 + ".allele",
4824
5043
  expected: "string",
4825
5044
  value: input3.allele
@@ -4832,7 +5051,7 @@ var validCorrelationVolcanoRequest = (input) => {
4832
5051
  expected: "boolean",
4833
5052
  value: input3.isRef
4834
5053
  })].every((flag) => flag);
4835
- const $vo87 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
5054
+ const $vo89 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
4836
5055
  path: _path2 + ".k",
4837
5056
  expected: "string",
4838
5057
  value: input3.k
@@ -4841,7 +5060,7 @@ var validCorrelationVolcanoRequest = (input) => {
4841
5060
  expected: "(number | string)",
4842
5061
  value: input3.v
4843
5062
  })].every((flag) => flag);
4844
- const $vo88 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
5063
+ const $vo90 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4845
5064
  path: _path2 + ".id",
4846
5065
  expected: "(string | undefined)",
4847
5066
  value: input3.id
@@ -4855,11 +5074,11 @@ var validCorrelationVolcanoRequest = (input) => {
4855
5074
  value: input3.isAtomic
4856
5075
  }), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
4857
5076
  path: _path2 + ".settings",
4858
- expected: "(__type.o8 | undefined)",
5077
+ expected: "(__type.o9 | undefined)",
4859
5078
  value: input3.settings
4860
- })) && $vo51(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
5079
+ })) && $vo53(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
4861
5080
  path: _path2 + ".settings",
4862
- expected: "(__type.o8 | undefined)",
5081
+ expected: "(__type.o9 | undefined)",
4863
5082
  value: input3.settings
4864
5083
  }), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
4865
5084
  path: _path2 + ".minNumSamples",
@@ -4873,7 +5092,7 @@ var validCorrelationVolcanoRequest = (input) => {
4873
5092
  path: _path2 + ".term",
4874
5093
  expected: "NumericTermCollection",
4875
5094
  value: input3.term
4876
- })) && $vo44(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
5095
+ })) && $vo46(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4877
5096
  path: _path2 + ".term",
4878
5097
  expected: "NumericTermCollection",
4879
5098
  value: input3.term
@@ -4881,12 +5100,12 @@ var validCorrelationVolcanoRequest = (input) => {
4881
5100
  path: _path2 + ".q",
4882
5101
  expected: "TermCollectionQCont",
4883
5102
  value: input3.q
4884
- })) && $vo89(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
5103
+ })) && $vo91(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4885
5104
  path: _path2 + ".q",
4886
5105
  expected: "TermCollectionQCont",
4887
5106
  value: input3.q
4888
5107
  })].every((flag) => flag);
4889
- const $vo89 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
5108
+ const $vo91 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4890
5109
  path: _path2 + ".hiddenValues",
4891
5110
  expected: "(HiddenValues | undefined)",
4892
5111
  value: input3.hiddenValues
@@ -4918,8 +5137,8 @@ var validCorrelationVolcanoRequest = (input) => {
4918
5137
  path: _path2 + ".lst",
4919
5138
  expected: "Array<string>",
4920
5139
  value: input3.lst
4921
- })) && input3.lst.map((elem, _index82) => "string" === typeof elem || $report(_exceptionable2, {
4922
- path: _path2 + ".lst[" + _index82 + "]",
5140
+ })) && input3.lst.map((elem, _index85) => "string" === typeof elem || $report(_exceptionable2, {
5141
+ path: _path2 + ".lst[" + _index85 + "]",
4923
5142
  expected: "string",
4924
5143
  value: elem
4925
5144
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4930,8 +5149,8 @@ var validCorrelationVolcanoRequest = (input) => {
4930
5149
  path: _path2 + ".numerators",
4931
5150
  expected: "(Array<string> | undefined)",
4932
5151
  value: input3.numerators
4933
- })) && input3.numerators.map((elem, _index83) => "string" === typeof elem || $report(_exceptionable2, {
4934
- path: _path2 + ".numerators[" + _index83 + "]",
5152
+ })) && input3.numerators.map((elem, _index86) => "string" === typeof elem || $report(_exceptionable2, {
5153
+ path: _path2 + ".numerators[" + _index86 + "]",
4935
5154
  expected: "string",
4936
5155
  value: elem
4937
5156
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4939,7 +5158,7 @@ var validCorrelationVolcanoRequest = (input) => {
4939
5158
  expected: "(Array<string> | undefined)",
4940
5159
  value: input3.numerators
4941
5160
  })].every((flag) => flag);
4942
- const $vo90 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
5161
+ const $vo92 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4943
5162
  path: _path2 + ".id",
4944
5163
  expected: "(string | undefined)",
4945
5164
  value: input3.id
@@ -4953,11 +5172,11 @@ var validCorrelationVolcanoRequest = (input) => {
4953
5172
  value: input3.isAtomic
4954
5173
  }), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
4955
5174
  path: _path2 + ".settings",
4956
- expected: "(__type.o8 | undefined)",
5175
+ expected: "(__type.o9 | undefined)",
4957
5176
  value: input3.settings
4958
- })) && $vo51(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
5177
+ })) && $vo53(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
4959
5178
  path: _path2 + ".settings",
4960
- expected: "(__type.o8 | undefined)",
5179
+ expected: "(__type.o9 | undefined)",
4961
5180
  value: input3.settings
4962
5181
  }), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
4963
5182
  path: _path2 + ".minNumSamples",
@@ -4971,7 +5190,7 @@ var validCorrelationVolcanoRequest = (input) => {
4971
5190
  path: _path2 + ".term",
4972
5191
  expected: "CategoricalTermCollection",
4973
5192
  value: input3.term
4974
- })) && $vo48(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
5193
+ })) && $vo50(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4975
5194
  path: _path2 + ".term",
4976
5195
  expected: "CategoricalTermCollection",
4977
5196
  value: input3.term
@@ -4979,12 +5198,12 @@ var validCorrelationVolcanoRequest = (input) => {
4979
5198
  path: _path2 + ".q",
4980
5199
  expected: "TermCollectionQQual",
4981
5200
  value: input3.q
4982
- })) && $vo91(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
5201
+ })) && $vo93(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4983
5202
  path: _path2 + ".q",
4984
5203
  expected: "TermCollectionQQual",
4985
5204
  value: input3.q
4986
5205
  })].every((flag) => flag);
4987
- const $vo91 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
5206
+ const $vo93 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4988
5207
  path: _path2 + ".hiddenValues",
4989
5208
  expected: "(HiddenValues | undefined)",
4990
5209
  value: input3.hiddenValues
@@ -5016,8 +5235,8 @@ var validCorrelationVolcanoRequest = (input) => {
5016
5235
  path: _path2 + ".lst",
5017
5236
  expected: "Array<string>",
5018
5237
  value: input3.lst
5019
- })) && input3.lst.map((elem, _index84) => "string" === typeof elem || $report(_exceptionable2, {
5020
- path: _path2 + ".lst[" + _index84 + "]",
5238
+ })) && input3.lst.map((elem, _index87) => "string" === typeof elem || $report(_exceptionable2, {
5239
+ path: _path2 + ".lst[" + _index87 + "]",
5021
5240
  expected: "string",
5022
5241
  value: elem
5023
5242
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -5028,12 +5247,12 @@ var validCorrelationVolcanoRequest = (input) => {
5028
5247
  path: _path2 + ".categoryKeys",
5029
5248
  expected: "(Array<CategoryKey> | undefined)",
5030
5249
  value: input3.categoryKeys
5031
- })) && input3.categoryKeys.map((elem, _index85) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
5032
- path: _path2 + ".categoryKeys[" + _index85 + "]",
5250
+ })) && input3.categoryKeys.map((elem, _index88) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
5251
+ path: _path2 + ".categoryKeys[" + _index88 + "]",
5033
5252
  expected: "CategoryKey",
5034
5253
  value: elem
5035
- })) && $vo49(elem, _path2 + ".categoryKeys[" + _index85 + "]", _exceptionable2) || $report(_exceptionable2, {
5036
- path: _path2 + ".categoryKeys[" + _index85 + "]",
5254
+ })) && $vo51(elem, _path2 + ".categoryKeys[" + _index88 + "]", _exceptionable2) || $report(_exceptionable2, {
5255
+ path: _path2 + ".categoryKeys[" + _index88 + "]",
5037
5256
  expected: "CategoryKey",
5038
5257
  value: elem
5039
5258
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -5068,13 +5287,15 @@ var validCorrelationVolcanoRequest = (input) => {
5068
5287
  return $vo19(input3, _path2, _exceptionable2);
5069
5288
  if (true === input3.stopunbounded)
5070
5289
  return $vo21(input3, _path2, _exceptionable2);
5290
+ if (void 0 !== input3.value)
5291
+ return $vo32(input3, _path2, _exceptionable2);
5071
5292
  return $vo20(input3, _path2, _exceptionable2);
5072
5293
  })();
5073
5294
  const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
5074
5295
  if ("gene" === input3.kind)
5075
- return $vo39(input3, _path2, _exceptionable2);
5296
+ return $vo41(input3, _path2, _exceptionable2);
5076
5297
  if ("coord" === input3.kind)
5077
- return $vo40(input3, _path2, _exceptionable2);
5298
+ return $vo42(input3, _path2, _exceptionable2);
5078
5299
  return $report(_exceptionable2, {
5079
5300
  path: _path2,
5080
5301
  expected: "(BaseTerm & Gene | BaseTerm & Coord)",
@@ -5083,35 +5304,35 @@ var validCorrelationVolcanoRequest = (input) => {
5083
5304
  })();
5084
5305
  const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
5085
5306
  if ("TermCollectionTWQual" === input3.type)
5086
- return $vo90(input3, _path2, _exceptionable2);
5307
+ return $vo92(input3, _path2, _exceptionable2);
5087
5308
  if ("TermCollectionTWCont" === input3.type)
5088
- return $vo88(input3, _path2, _exceptionable2);
5309
+ return $vo90(input3, _path2, _exceptionable2);
5089
5310
  if ("SnpsTW" === input3.type)
5090
- return $vo81(input3, _path2, _exceptionable2);
5311
+ return $vo83(input3, _path2, _exceptionable2);
5091
5312
  if ("ConditionTW" === input3.type)
5092
- return $vo78(input3, _path2, _exceptionable2);
5313
+ return $vo80(input3, _path2, _exceptionable2);
5093
5314
  if ("GvCustomGsTW" === input3.type)
5094
- return $vo76(input3, _path2, _exceptionable2);
5315
+ return $vo78(input3, _path2, _exceptionable2);
5095
5316
  if ("GvPredefinedGsTW" === input3.type)
5096
- return $vo74(input3, _path2, _exceptionable2);
5317
+ return $vo76(input3, _path2, _exceptionable2);
5097
5318
  if ("GvValuesTW" === input3.type)
5098
- return $vo70(input3, _path2, _exceptionable2);
5319
+ return $vo72(input3, _path2, _exceptionable2);
5099
5320
  if ("NumTWSpline" === input3.type)
5100
- return $vo67(input3, _path2, _exceptionable2);
5321
+ return $vo69(input3, _path2, _exceptionable2);
5101
5322
  if ("NumTWCont" === input3.type)
5102
- return $vo65(input3, _path2, _exceptionable2);
5323
+ return $vo67(input3, _path2, _exceptionable2);
5103
5324
  if ("NumTWBinary" === input3.type)
5104
- return $vo63(input3, _path2, _exceptionable2);
5325
+ return $vo65(input3, _path2, _exceptionable2);
5105
5326
  if ("NumTWCustomBin" === input3.type)
5106
- return $vo62(input3, _path2, _exceptionable2);
5327
+ return $vo64(input3, _path2, _exceptionable2);
5107
5328
  if ("NumTWRegularBin" === input3.type)
5108
- return $vo61(input3, _path2, _exceptionable2);
5329
+ return $vo63(input3, _path2, _exceptionable2);
5109
5330
  if ("QualTWCustomGS" === input3.type)
5110
- return $vo58(input3, _path2, _exceptionable2);
5331
+ return $vo60(input3, _path2, _exceptionable2);
5111
5332
  if ("QualTWPredefinedGS" === input3.type)
5112
- return $vo56(input3, _path2, _exceptionable2);
5333
+ return $vo58(input3, _path2, _exceptionable2);
5113
5334
  if ("QualTWValues" === input3.type)
5114
- return $vo50(input3, _path2, _exceptionable2);
5335
+ return $vo52(input3, _path2, _exceptionable2);
5115
5336
  return $report(_exceptionable2, {
5116
5337
  path: _path2,
5117
5338
  expected: "(TermCollectionTWQual | TermCollectionTWCont | SnpsTW | ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWSpline | NumTWCont | NumTWBinary | NumTWCustomBin | NumTWRegularBin | QualTWCustomGS | QualTWPredefinedGS | QualTWValues)",
@@ -5119,6 +5340,13 @@ var validCorrelationVolcanoRequest = (input) => {
5119
5340
  });
5120
5341
  })();
5121
5342
  const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
5343
+ if (true === input3.startunbounded)
5344
+ return $vo19(input3, _path2, _exceptionable2);
5345
+ if (true === input3.stopunbounded)
5346
+ return $vo21(input3, _path2, _exceptionable2);
5347
+ return $vo20(input3, _path2, _exceptionable2);
5348
+ })();
5349
+ const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
5122
5350
  if (true === input3.startunbounded)
5123
5351
  return $vo19(input3, _path2, _exceptionable2);
5124
5352
  if (void 0 !== input3.start)
@@ -5129,7 +5357,7 @@ var validCorrelationVolcanoRequest = (input) => {
5129
5357
  value: input3
5130
5358
  });
5131
5359
  })();
5132
- const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
5360
+ const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
5133
5361
  if (void 0 !== input3.stop)
5134
5362
  return $vo20(input3, _path2, _exceptionable2);
5135
5363
  if (true === input3.stopunbounded)
@@ -5140,14 +5368,14 @@ var validCorrelationVolcanoRequest = (input) => {
5140
5368
  value: input3
5141
5369
  });
5142
5370
  })();
5143
- const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
5371
+ const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
5144
5372
  if (void 0 !== input3.ranges)
5145
5373
  return $vo13(input3, _path2, _exceptionable2);
5146
5374
  if (void 0 !== input3.ratio)
5147
- return $vo43(input3, _path2, _exceptionable2);
5148
- return $vo3(input3, _path2, false) || $vo33(input3, _path2, false) || $vo36(input3, _path2, false);
5375
+ return $vo45(input3, _path2, _exceptionable2);
5376
+ return $vo3(input3, _path2, false) || $vo34(input3, _path2, false) || $vo38(input3, _path2, false);
5149
5377
  })();
5150
- const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
5378
+ const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
5151
5379
  if ("integer" === input3.type || "float" === input3.type)
5152
5380
  return $vo14(input3, _path2, _exceptionable2);
5153
5381
  if ("metaboliteIntensity" === input3.type)
@@ -5162,7 +5390,7 @@ var validCorrelationVolcanoRequest = (input) => {
5162
5390
  return $vo29(input3, _path2, _exceptionable2);
5163
5391
  return $vo24(input3, _path2, false) || $vo23(input3, _path2, false) || $vo31(input3, _path2, false) || $vo30(input3, _path2, false);
5164
5392
  })();
5165
- const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
5393
+ const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
5166
5394
  if ("regular-bin" === input3.type)
5167
5395
  return $vo17(input3, _path2, _exceptionable2);
5168
5396
  if ("custom-bin" === input3.type)
@@ -5173,57 +5401,57 @@ var validCorrelationVolcanoRequest = (input) => {
5173
5401
  value: input3
5174
5402
  });
5175
5403
  })();
5176
- const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
5404
+ const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
5177
5405
  if ("gene" === input3.kind)
5178
- return $vo38(input3, _path2, _exceptionable2);
5406
+ return $vo40(input3, _path2, _exceptionable2);
5179
5407
  if ("coord" === input3.kind)
5180
- return $vo41(input3, _path2, _exceptionable2);
5408
+ return $vo43(input3, _path2, _exceptionable2);
5181
5409
  return $report(_exceptionable2, {
5182
5410
  path: _path2,
5183
5411
  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; })',
5184
5412
  value: input3
5185
5413
  });
5186
5414
  })();
5187
- const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
5415
+ const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
5188
5416
  if ("numeric" === input3.memberType)
5189
- return $vo44(input3, _path2, _exceptionable2);
5417
+ return $vo46(input3, _path2, _exceptionable2);
5190
5418
  if ("categorical" === input3.memberType)
5191
- return $vo48(input3, _path2, _exceptionable2);
5419
+ return $vo50(input3, _path2, _exceptionable2);
5192
5420
  return $report(_exceptionable2, {
5193
5421
  path: _path2,
5194
5422
  expected: "(NumericTermCollection | CategoricalTermCollection)",
5195
5423
  value: input3
5196
5424
  });
5197
5425
  })();
5198
- const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
5426
+ const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
5199
5427
  if ("categorical" === input3.type)
5200
5428
  return $vo4(input3, _path2, _exceptionable2);
5201
5429
  if ("snp" === input3.type)
5202
- return $vo52(input3, _path2, _exceptionable2);
5430
+ return $vo54(input3, _path2, _exceptionable2);
5203
5431
  if ("singleCellCellType" === input3.type)
5204
- return $vo53(input3, _path2, _exceptionable2);
5432
+ return $vo55(input3, _path2, _exceptionable2);
5205
5433
  return $report(_exceptionable2, {
5206
5434
  path: _path2,
5207
5435
  expected: "(CategoricalTerm | SnpTerm | SingleCellCellTypeTerm)",
5208
5436
  value: input3
5209
5437
  });
5210
5438
  })();
5211
- const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
5439
+ const $vu14 = (input3, _path2, _exceptionable2 = true) => (() => {
5212
5440
  if ("gene" === input3.kind)
5213
- return $vo71(input3, _path2, _exceptionable2);
5441
+ return $vo73(input3, _path2, _exceptionable2);
5214
5442
  if ("coord" === input3.kind)
5215
- return $vo72(input3, _path2, _exceptionable2);
5443
+ return $vo74(input3, _path2, _exceptionable2);
5216
5444
  return $report(_exceptionable2, {
5217
5445
  path: _path2,
5218
5446
  expected: '(BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
5219
5447
  value: input3
5220
5448
  });
5221
5449
  })();
5222
- const $vu14 = (input3, _path2, _exceptionable2 = true) => (() => {
5450
+ const $vu15 = (input3, _path2, _exceptionable2 = true) => (() => {
5223
5451
  if ("grade" === input3.valueFor)
5224
- return $vo79(input3, _path2, _exceptionable2);
5452
+ return $vo81(input3, _path2, _exceptionable2);
5225
5453
  if ("children" === input3.valueFor)
5226
- return $vo80(input3, _path2, _exceptionable2);
5454
+ return $vo82(input3, _path2, _exceptionable2);
5227
5455
  return $report(_exceptionable2, {
5228
5456
  path: _path2,
5229
5457
  expected: "(ConditionGradeQ | ConditionChildrenQ)",